/*
------------------------------------------------------------------
Table of contents

1. Global styles  [Row 126] 
2. Headers \ Menus [Row 427] 
3. Side menus [Row 1611] 
4. Footer [Row 2189] 
5. Titles [Row 2388] 
6. Templates [Row 2790] 
7. Components [Row 2991] 
8. Typography [Row 4226] 
9. Sections [Row 4556] 
10. Skin white [Row 4806] 
11. Mobile / responsive [Row 4900] 
12. IE < 10 [Row 5803] 
-------------------------------------------------------------------

==============================
GLOBAL STYLE
==============================
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@300;600&family=Work+Sans:wght@300;500&display=swap');

body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, .list-blog p {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #4C4C4C;
}

body > .page-content {
    margin-top: 106px; /* Adjust this value to match the height of your fixed menu */
}

.mi-menu ul li > a:before, .sidebar-nav .panel-item > span:before, .bs-menu li:hover > a, .bs-menu li.active > a, i.icon, .block-infos .bd-day {
    color: #337AB7;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99995;
}

#preloader:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 999999999999;
}

.scroll-top-mobile {
    position: fixed;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 995;
    right: 10px;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
}

.header-top-bar {
    color: #ffffff;
    background-color: #2b3d63;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
}

.header-bottom-bar {
    color: #000000;
    background-color: #e3f1fe;
    font-weight: 600;
    padding: 17px 10px;
    text-align: center;
}

.scroll-top-mobile.show {
    visibility: visible;
}

.google-map {
    background: rgba(0, 0, 0, 0.1);
    height: 350px;
}

.header-video, .section-slide, .header-title:after {
    background-color: #1D1D1D;
    background-size: 10px;
}

.error404 header.menu-transparent.bg-transparent .navbar {
    background: #565656 !important;
}

.footer-parallax-container .header-title:after {
    background: none;
}

.bs-callout.bs-callout-danger {
    border-left-color: #ce4844;
    padding: 5px 15px;
}

.bs-callout-danger h5 {
    color: #ce4844;
}

.abs-image {
    position: absolute;
    max-width: none;
}

.row > div:first-child:not(.hc_image_cnt) > .abs-image, .row > div:first-child > .row > .hc_image_cnt > .abs-image {
    right: 0;
}

.row > div:last-child:not(.hc_image_cnt) > .abs-image, .row > div:last-child > .row > .hc_image_cnt > .abs-image {
    left: 0;
}

.table .table {
    background-color: rgba(0, 0, 0, 0);
}

.bg-white, .bg-white.section-two-blocks > .row > div:last-child {
    background-color: #FFF !important;
}

.text-center th {
    text-align: center;
}

[href='#'].img-box:not(.adv-circle):hover img, [href=''].img-box:not(.adv-circle):hover img, .img-box:not([href]):hover img {
    opacity: 1 !important;
}

[href='#'].img-box:not(.adv-circle):before, [href=''].img-box:not(.adv-circle):before, .img-box:not([href]):before {
    display: none;
}

.hc-post-preview-button {
    display: none;
}

.grid-table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.grid-table td {
    padding: 25px;
}

.grid-table td > div {
    padding-left: 0;
    padding-right: 0;
}

.grid-table.full-border-table {
    border: 1px solid #D2D2D2;
}

.border-table td {
    border: 1px solid #D2D2D2;
}

.border-table tr:first-child td {
    border-top: none;
}

.border-table tr:last-child td {
    border-bottom: none;
}

.border-table tr td:first-child {
    border-left: none;
}

.border-table tr td:last-child {
    border-right: none;
}

.niche-box-blog p.excerpt, .advs-box-side-img p {
    margin: 20px 0;
    text-align: left;
}

.wysiwyg-editor p {
    margin: 0 0 15px 0;
    min-height: 15px;
}

.wysiwyg-editor > ul, .wysiwyg-editor > ol {
    margin-bottom: 15px;
    margin-top: 15px;
}

.wysiwyg-editor ol, .wysiwyg-editor ul {
    white-space: normal;
}

.wysiwyg-editor ul > br, .wysiwyg-editor ol > br {
    display: none;
}

.tag-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tag-row span {
    margin: 0 15px 0 0;
    color: #9C9C9C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    border-right: 1px solid #CCC;
    padding-right: 16px;
}

.tag-row a {
    color: #9C9C9C;
}

.tag-row span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.tag-row span > span {
    display: block;
    margin: 5px 0;
    padding-right: 25px;
    font-weight: 400;
}

.tag-row i {
    padding-right: 10px;
    color: #919191;
}

.tag-row.cat {
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.tag-row .tag-col {
    float: left;
    width: 50%;
    margin: 0;
    padding-right: 5px;
    font-weight: 600;
}

.tag-row > div {
    padding: 5px 0;
}

.tag-row.icon-row {
    position: relative;
}

.tag-row.icon-row span {
    border-right: none;
}

.tag-row.icon-row span:after {
    position: relative;
    content: "/";
    color: rgba(210, 210, 210, 0.5);
    right: -16px;
}

.tag-row.icon-row-square span:after {
    content: "\f04d";
}

.tag-row.icon-row span:last-child:after {
    display: none;
}

.overflow-visble {
    overflow: visible !important;
}

img {
    max-width: 100%;
}

.visible-xs.hidden-sm {
    display: block !important;
}

.form-control:focus {
    border-color: #9C9C9C;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #FFFFFF;
    opacity: 1;
    cursor: not-allowed;
}

.menu-button {
    margin: 5px 10px 5px 0;
}

.home-search .form-control[disabled],
.home-search .form-control[readonly],
.home-search fieldset[disabled] .form-control {
    background-color: #d0d0d0;
}

.nav-pills .panel-error,
.form-error {
    color: #ca0404;
}

.nav-pills .nav-link.active {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 0;
}

/* Add padding to the navbar items */
.navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 25px;
}

/* If you want to adjust the padding inside the links */
.navbar-nav .nav-link {
    padding: 20px 15px;
}


/* Ensure dropdown items are spaced nicely */
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

/* Adjust dropdown menu padding */
.navbar-nav .dropdown-menu {
    margin-top: 10px;
}

.navbar-default {
    display: flex;
    justify-content: space-between; /* Aligns the first item to the left and the last item to the right */
    align-items: center; /* Ensures items are vertically centered */
}

.navbar-nav {
    flex: 1; /* Each item will have the same width */
    text-align: center; /* Center the content within each item */
    text-wrap: nowrap;
}

.navbar-nav.brand-menu {
    justify-content: flex-start;
}

.navbar-nav.navbar-center {
    flex: 3;
    justify-content: center;
}

.navbar-nav.user-menu {
    justify-content: flex-end;
}

.clear {
    clear: both;
    width: 100%;
}

.bg-color {
    background-color: #337ab7;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.text-color {
    color: #337ab7;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.opacity-show {
    opacity: 1 !important;
}

.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.content {
    padding-left: 15px;
    padding-right: 15px;
}

div.content > *:first-child {
    margin-top: 0;
}

a {
    cursor: pointer;
    outline: none;
    color: #272b2b;
}

a:hover, a:focus {
    color: #272b2b;
}

a[data-toggle], a[data-anima] {
    display: inline-block;
}

.text-xs {
    font-size: 11px !important;
    line-height: 11px;
}

.text-s {
    font-size: 13px !important;
    line-height: 18px;
}

.text-m {
    font-size: 18px !important;
    line-height: 25px;
}

.text-l {
    font-size: 27px !important;
    line-height: 31px;
}

.text-xl {
    font-size: 50px !important;
    line-height: 50px;
}

.text-xxl {
    font-size: 110px !important;
    line-height: 110px;
}

.col-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
}

.fixed-bottom-area {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.42);
}

.box-middle-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.row.box-middle {
    margin-left: 0;
    margin-right: 0;
}

.margin-10 {
    margin: 10px;
}

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

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

.margin-20 {
    margin: 20px;
}

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

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

.margin-30 {
    margin: 30px;
}

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

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

.margin-40 {
    margin: 40px;
}

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

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

.margin-50 {
    margin: 50px;
}

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

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

.no-margins, .no-margins .content {
    margin: 0 !important;
}

.padding-10 {
    padding: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

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

.padding-20 {
    padding: 20px;
}

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

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

.padding-30 {
    padding: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.no-paddings, .no-paddings .content {
    padding: 0 !important;
}

.no-paddings-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-paddings-y, .no-paddings-y .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 994px) {
    .no-padding-bottom, .no-padding-bottom .content {
        padding-bottom: 0 !important;
    }
}


div > p:last-child {
    margin-bottom: 0;
}

.button-checkbox {
    display: inline-block;
}

.button-checkbox input[type="radio"].form-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.button-checkbox label {
    margin: 0;
    padding: 15px 30px;
    border: 1px solid #000;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    line-height: 16px;
}

.button-checkbox input:checked ~ label {
    background-color: #000000;
    color: #ffffff;
}

.button-checkbox input ~ label:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
}

.button-checkbox input:checked ~ label:before {
    content: '\2713';
}

.home-bg {
    height: 40vh;
    width: 100%;
    background: #000;
    display: inline-flex;
}

.home-bg video {
    height: 60vh;
}

.home-bg video {
    display: inline;
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-bg img {
    margin: auto;
    display: block;
}

.home-bg h1 {
    color: #fff;
    display: block;
    width: auto;
    margin: auto;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.icon-box.icon-box-top-bottom.home-icon-box {
    height: 130px;
    display: table !important;
    width: 100%;
    background: #fff;
}

.icon-box.icon-box-top-bottom.home-icon-box .icon-box-cell {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.icon-box.icon-box-top-bottom.home-icon-box .icon-box-cell h2 {
    margin: 0 auto;
    text-transform: uppercase;
    max-width: 80%;
}

.bootgrid-table th > .column-header-anchor > .text {
    text-transform: uppercase;
}

.icon-box-checkbox {
    display: block;
    position: relative;
}

.icon-box-checkbox input[type="checkbox"].form-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.icon-box-checkbox input ~ label:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    border: 2px solid #ececec;
    border-radius: 50%;
    background: #fff;
}

.icon-box-checkbox input:checked ~ label:before {
    content: '\2713';
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAgAElEQVR4Xu3dPa5my1UG4GUChAQDMAzAdxI2UkeOOmIWJKRIpEjkSMyDBDtr31HcQfQAWkIiQK373326z/6ptWtVrcfx3rWrnrc+r9fnXsm/Cf8hQIAAAQIE2gn8pt2JHZgAAQIECBAIBcAlIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIEFAA3AECBAgQINBQQAFoGLojEyBAgAABBcAdIECAAAECDQUUgIahOzIBAgQIENihAPxNRPxbRPxHRHwQKQECBAgQSBT424j414j494j438TvpC+9egH4OPz/OyL+GBHvIuKtEpB+Z3yAAAECXQU+Dv8/RcQ/RsT/RMQ/rVwCVi4Avxz+P15GJaDrz9K5CRAgkCvwy+H/45eWLgGrFoCXhr8SkHv5rU6AAIGuAi8N/+VLwIoF4GvDXwno+vN0bgIECOQIfG34L10CVisAR4a/EpDzI7AqAQIEugkcGf7LloCVCsCZ4a8EdPuZOi8BAgTGCpwZ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+dgdAQIECBBIEVAAUlgtSoAAAQIEagsoALXzsTsCBAgQIJAioACksFqUAAECBAjUFlAAaudjdwQIECBAIEVAAUhhtSgBAgQIEKgtoADUzsfuCBAgQIBAioACkMJqUQIECBAgUFtAAaidj90RIECAAIEUAQUghdWiBAgQIECgtoACUDsfuyNAgAABAikCCkAKq0UJECBAgEBtAQWgdj52R4AAAQIEUgQUgBRWixIgQIAAgdoCCkDtfOyOAAECBAikCCgAKawWJUCAAAECtQUUgNr52B0BAgQIEEgRUABSWC1KgAABAgRqCygAtfOxOwIECBAgkCKgAKSwWpQAAQIECNQWUABq52N3BAgQIEAgRUABSGG1KAECBAgQqC2gANTOx+4IECBAgECKgAKQwmpRAgQIECBQW0ABqJ2P3REgQIAAgRQBBSCF1aIECBAgQKC2gAJQOx+7I0CAAAECKQIKQAqrRQkQIECAQG0BBaB2PnZHgAABAgRSBBSAFFaLEiBAgACB2gIKQO187I4AAQIECKQIKAAprBYlQIAAAQK1BRSA2vnYHQECBAgQSBFQAFJYLUqAAAECBGoLKAC187E7AgQIECCQIqAApLBalAABAgQI1BZQAGrnY3cECBAgQCBFQAFIYbUoAQIECBCoLaAA1M7H7ggQIECAQIqAApDCalECBAgQIFBbQAGonY/dESBAgACBFAEFIIXVogQIECBAoLaAAlA7H7sjQIAAAQIpAgpACqtFCRAgQIBAbQEFoHY+dkeAAAECBFIEFIAUVosSIECAAIHaAgpA7XzsjgABAgQIpAgoACmsFiVAgAABArUFFIDa+dgdAQIECBBIEVAAUlgtSoAAAQIEagsoALXzsTsCBAgQIJAioACksFqUAAECBAjUFlAAaudjdwQIECBAIEVAAUhhtSgBAgQIEKgtoADUzsfuCBAgQIBAioACkMJqUQIECBAgUFtAAaidj90RIECAAIEUAQUghdWiBAgQIECgtoACUDsfuyNAgAABAikCCkAKq0UJECBAgEBtAQWgdj52R4AAAQIEUgQUgBRWixIgQIAAgdoCCkDtfOyOAAECBAikCCgAKawWJUCAAAECtQUUgNr52B0BAgQIEEgRUABSWC1KgAABAgRqCygAtfOxOwIECBAgkCKgAKSwWpQAAQIECNQWUABq52N3BAgQIEAgRUABSGG1KAECBAgQqC2gANTOx+4IECBAgECKgAKQwmpRAgQIECBQW0ABqJ2P3REgQIAAgRQBBSCF1aIECBAgQKC2gAJQOx+7I0CAAAECKQIKQAqrRQkQIECAQG0BBaB2PnZHgAABAgRSBBSAFFaLEiBAgACB2gIKQO187I4AAQIECKQIKAAprL2jQIEAAAGKSURBVBYlQIAAAQK1BRSA2vnYHQECBAgQSBFQAFJYLUqAAAECBGoLKAC187E7AgQIECCQIqAApLBalAABAgQI1BZQAGrnY3cECBAgQCBFQAFIYbUoAQIECBCoLaAA1M7H7ggQIECAQIqAApDCalECBAgQIFBbQAGonY/dESBAgACBFAEFIIXVogQIECBAoLaAAlA7H7sjQIAAAQIpAgpACqtFCRAgQIBAbQEFoHY+dkeAAAECBFIEFIAUVosSIECAAIHaAgpA7XzsjgABAgQIpAgoACmsFiVAgAABArUFFIDa+dgdAQIECBBIEVAAUlgtSoAAAQIEagsoALXzsTsCBAgQIJAioACksFqUAAECBAjUFlAAaudjdwQIECBAIEVAAUhhtSgBAgQIEKgtoADUzsfuCBAgQIBAioACkMJqUQIECBAgUFtAAaidj90RIECAAIEUAQUghdWiBAgQIECgtoACUDsfuyNAgAABAikCCkAKq0UJECBAgEBtAQWgdj52R4AAAQIEUgT+H3Y9VkwkIKjfAAAAAElFTkSuQmCC);
    padding: .5em 1.5em .5em .5em;
}

/*
==============================
LAYOUT
==============================
*/
.boxed-layout .navbar-fixed-top, .boxed-layout .navbar-fixed-top, .boxed-layout header, .boxed-layout .parallax-mirror, .boxed-layout .content-parallax, .boxed-layout footer,
.boxed-layout [class*="header-"], .boxed-layout #fullpage-main, .boxed-layout .container {
    max-width: 1200px;
    margin: 0 auto;
}

.boxed-layout.side-menu-container .container {
    max-width: 100%;
}

.boxed-layout .parallax-mirror {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}

.boxed-layout .content-parallax {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
}

body.boxed-layout {
    background: #efefef;
}

.boxed-layout .overlay-content .section-empty:not(.section-bg-color) {
    background: #fff !important;
}

.iti {
    width: 100%;
}

.wizard > .content > .body .iti label.error {
    bottom: -25px;
}

.error {
    color: #ff3111;
}

.table.bootgrid-table {
    table-layout: auto;
}

/* 
==============================
HEADER MENU 
==============================
*/
header {
    line-height: 1.42857143;
    z-index: 995;
}

header form.navbar-form {
    margin: 0 0 0 0;
}

.shop-menu-cnt > i {
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}

.shop-menu-cnt:hover .shop-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.shop-menu-cnt .shop-menu {
    z-index: 90;
    position: absolute;
    top: 50px;
    right: -16px;
    width: 320px;
    text-align: center;
    background-color: #fff;
    transition: all .4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}

.shop-cart li {
    cursor: pointer;
}

.shop-cart li img {
    width: 65px;
    height: 40px;
    margin: 0;
    float: left;
}

.shop-cart .cart-item .cart-content {
    padding-left: 100px;
    text-align: left;
}

.shop-menu-cnt .cart-total {
    display: block;
    text-align: left;
    padding: 8px 16px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
}

.shop-cart {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-cart .cart-item {
    height: 70px;
    padding: 15px;
    transition: all .3s;
}

.shop-cart .cart-item:hover {
    background: none;
    padding-left: 20px;
}

.shop-menu .cart-buttons {
    text-align: left;
    padding: 15px;
}

.shop-menu-cnt .cart-count {
    background-color: #000;
    top: 50%;
    margin-top: -5px;
    right: -11px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 95;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.shop-menu-empty .shop-menu, .wc-backward {
    display: none !important;
}

.nav li:hover > ul, .nav li:hover > .mega-menu, .side-menu li:hover .panel, .side-menu li .panel:hover {
    display: block;
}

header .btn-default, header .btn, header .anima-button.circle-button, header .input-group .btn:not(.btn-border) {
    background-color: #FAFAFA;
    color: #797979;
}

header .btn-default:hover, header .circle-button:hover {
    border-color: #D2D2D2;
    background-color: #e6e6e6;
}

.navbar-default .navbar-nav > li > a, .mega-menu h5 {
    color: #444;
    text-transform: uppercase;
}

header .navbar-right > * {
    padding-right: 15px;
    padding-left: 15px;
}

header .navbar-right > .lan-menu {
    padding-right: 0;
}

header.hamburger-header {
    width: auto;
}

.navbar-brand img {
    transition: all .3s;
    max-height: 100%;
}

.navbar.navbar-inner {
    min-height: inherit;
}

.navbar-brand.scroll-show.showed {
    display: table-cell !important;
}

.navbar-brand .logo-retina, .brand .logo-retina, .logo-retina {
    display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 994px), (min-resolution: 192dpi) and (min-width: 994px) {
    .navbar-brand .logo-retina, .brand .logo-retina, .logo-retina {
        display: block !important;
    }

    .navbar-brand .logo-default, .brand .logo-default, .logo-default {
        display: none !important;
    }
}

.navbar-default .navbar-nav > li > a .caret {
    margin-left: 5px;
}

.navbar-inner .navbar-toggle {
    max-width: 100%;
}

.navbar-right ul ul ul.dropdown-menu {
    left: 100%;
}

.wide-area .container {
    width: 100% !important;
}

header .custom-area {
    padding: 0 15px;
}

header .input-group input, header .btn-default {
    border-color: #EAEAEA;
}

header .input-group input:focus, header .btn-default:focus {
    border-color: #EAEAEA;
}

.navbar-right img {
    max-height: 41px;
    margin: 5px auto;
}

.input-group button {
    color: #444;
    font-weight: 400;
    font-size: 13px;
}

header .social-group a i.fa {
    padding: 5px 8px;
    margin-top: 3px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    color: #505050;
}

.dropdown-menu .fa-ul .divider {
    margin: 10px 0 10px -27px;
    opacity: 1 !important;
    background-color: rgba(138, 138, 138, 0.15) !important;
}

header > .navbar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    transform: translate3d(0px, 0px, 0px);
    padding: 0;
}

.nav.inner > li {
    float: left;
}

.nav.inner > li > a {
    color: #444;
    cursor: pointer;
}

.nav.inner > li > a:focus {
    background: none;
}

.nav.inner li:hover {
    background: none;
}

.nav.inner, .navbar-inner .navbar-toggle {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin: 5px 0;
    float: none;
}

.navbar-inner .navbar-toggle {
    padding: 5px 10px;
    color: #696969;
    cursor: pointer;
    text-align: left;
}

.navbar-inner .navbar-toggle:hover {
    background-color: #EEE;
}

.navbar-inner .navbar-toggle span {
    font-size: 13px;
    margin: 0 15px;
    line-height: 28px;
}

.navbar-inner .navbar-toggle i {
    font-size: 14px;
    margin-top: 3px;
}

.navbar-inner .navbar-collapse {
    padding: 0;
}

.navbar-inner .navbar-toggle i:last-child, .navbar-header .hamburger-button {
    float: right;
}

.navbar-inner li > a > i.fa {
    margin-right: 0;
}

.nav.inner > li > a:hover, .nav.inner:not(.ms-rounded) > li.active, .nav.inner.ms-rounded > li.active a {
    background-color: #FDFDFD;
}

.nav.ms-minimal, .nav.ms-minimal li:hover, .navbar-default .navbar-nav.ms-minimal > .open > a, .navbar-default .navbar-nav.ms-minimal > .open > a:hover, .navbar-default.ms-minimal .navbar-nav > .open > a:focus {
    background: none !important;
    border: none;
}

.nav.inner.ms-rounded {
    background: none !important;
    border: none;
    margin: -5px 0;
}

.nav.inner.ms-rounded li a {
    line-height: 10px;
    padding: 10px 15px;
    border: 1px solid #9C9C9C;
    border-radius: 35px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    color: #585858;
    font-weight: 600;
}

.nav.inner.ms-rounded.over > li {
    padding-bottom: 15px;
}

.nav.inner.ms-rounded .dropdown-menu li, .nav.inner .dropdown-menu li a {
    border: none;
    border-radius: 0;
    margin-right: 0;
}

.nav.inner.ms-rounded .dropdown-menu li a {
    padding: 3px 20px;
    line-height: 1.42857143;
}

.nav.inner.ms-rounded .dropdown-menu {
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.bg-menu {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.navbar-brand.center {
    text-align: center;
    width: calc(100% - 30px);
}

.navbar-brand.center > img {
    display: inline-block;
}

.scroll-show, .scroll-hide.hidden {
    display: none !important;
}

.scroll-show.showed {
    display: block !important;
}

.nav-center .scroll-show.showed {
    display: inline-block !important;
}

.navbar-main.navbar-middle li.scroll-show.showed {
    display: inline-block !important;
}

.navbar-main.navbar-middle ul.nav {
    text-align: center;
    float: none;
}

.navbar-main.navbar-middle .navbar-header {
    display: none;
}

.navbar-main.navbar-middle ul.nav > li {
    float: none;
    display: inline-block;
}

.navbar-middle .navbar-brand.center {
    height: auto;
    margin: 15px 0;
    display: block;
}

.navbar-middle .navbar-collapse {
    position: relative;
}

.navbar-middle .navbar-right {
    position: absolute;
    right: 0;
    top: 0;
}

header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
    margin-left: 0 !important;
}

.full-width-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
}

.full-width-menu .nav {
    border: none;
    border-radius: 0;
    margin: 0;
    float: none;
}

.full-width-menu .nav.inner > li > a i.caret, .full-width-menu .dropdown-menu li a i.caret, .full-width-menu .nav.inner .dropdown-menu > li > a, .full-width-menu .nav.inner .dropdown-menu > li > a:hover {
    color: #696969 !important;
}

div.full-width-menu .inner .dropdown-submenu:hover > a:after, div.full-width-menu .inner .dropdown-submenu > a:after {
    border-left-color: #696969 !important;
}


.full-width-menu .dropdown-submenu:hover > a:after {
    border-left-color: inherit !important;
}

.navbar-nav li:hover, .subline-bar li:hover, .sidebar-nav ul a:hover, .panel-item > span:hover, .sidebar-nav .panel-item > span:hover, .bg-transparent li.active {
    color: #171717;
    background: rgba(199, 199, 199, 0.08);
    border-radius: 2px;
}

.bg-transparent li.active, .bg-transparent li:hover {
    background: rgba(199, 199, 199, 0.05);
}

.subline-bar li:hover {
    background: rgba(222, 221, 221, 0.5);
    border-radius: 0;
}

.navbar-brand {
    margin: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    box-shadow: 5px 4px 7px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .dropdown-submenu > .dropdown-menu {
    top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #7E7E7E;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.search-box-menu {
    display: inline-block;
}

.search-box input[type="text"] {
    width: 100% !important;
    max-width: 1140px;
    margin: auto;
    border-color: #EAEAEA;
    background-color: white;
    display: block;
}

.search-box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
}

.search-box {
    position: absolute;
    z-index: 95;
    background-color: rgb(248, 248, 248);
    display: none;
    margin: 42px 0 0 0;
    padding: 10px;
    border: 1px solid #ECECEC;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.widget #searchsubmit {
    padding: 0 9px;
    color: #fff;
    font-weight: 700;
    background-color: #656565 !important;
    border: none;
    border-radius: 2px;
}

.widget #searchform input[type='text'] {
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
}

.navbar-social {
    margin: 7px 0 0 0;
}

.navbar-social .social-group a {
    margin: 0;
}

.social-group i {
    font-size: 17px;
    display: block !important;
    float: left;
    color: #525252;
    cursor: pointer;
    font-weight: 400 !important;
}

.social-group i.circle, .social-button i.circle {
    color: #585858;
    background: none;
    border: 1px solid #828282;
    margin-right: 3px;
    margin-left: 3px;
}

.social-group a {
    display: inline-block;
}

.social-group-button {
    display: inline-block;
    position: relative;
}

.social-group-button .social-group i {
    opacity: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 8px 0;
    line-height: 9px !important;
    transition: none;
}

.social-group-button .social-group {
    display: none;
    position: absolute;
    margin-left: 57px;
    z-index: 25;
    top: 50%;
    margin-top: -13px;
    width: 250px;
    text-align: left;
}

.social-group-button.bottom-icons .social-group {
    margin: 30px -125px;
    left: 50%;
    text-align: center;
}

.social-group-button .social-button {
    cursor: pointer;
    position: relative;
}

.social-group-button.social-line .social-group {
    width: 47px;
    left: 50%;
    margin-left: -23px;
    margin-top: 35px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.42);
    border-radius: 20px;
    padding: 12px 7px 6px 8px;
    display: none;
}

.social-group-button.social-line .social-group a {
    display: block;
    height: 30px;
}

.social-line .social-group i.circle {
    border-color: #828282 !important;
    color: #585858 !important;
}

.social-line .social-group i.circle:hover {
    border-color: #FFF !important;
    color: #FFF !important;
}

.social-group a:first-child {
    margin-left: 0;
}

.social-group a:last-child {
    margin-right: 0;
}

.social-group a i {
    padding: 10px 12px;
    width: 52px;
    text-align: center;
    font-weight: 400 !important;
}

.social-group i:hover, .minisocial-group i:hover {
    background: rgba(31, 31, 31, 0.05);
}

.social-group .fa:hover {
    color: white;
    background-color: #505050;
    border-radius: 2px;
}

.social-group .circle.fa:hover {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
}

.social-group .fa-facebook {
    padding: 10px 14px;
}

.social-group .fa-twitter {
    padding: 10px 11px;
}

.social-group [class*="facebook"]:hover, .social-colors [class*="facebook"] {
    background-color: #3B5998;
}

.social-group [class*="twitter"]:hover, .social-colors [class*="twitter"] {
    background-color: #3B8ACA;
}

.social-group [class*="google"]:hover, .social-colors [class*="google"] {
    background-color: #d7473d;
}

.social-group [class*="linkedin"]:hover, .social-colors [class*="linkedin"] {
    background-color: #0077B5;
}

.social-group [class*="youtube"]:hover, .social-colors [class*="youtube"] {
    background-color: #cc181e;
}

.social-group [class*="instagram"]:hover, .social-colors [class*="instagram"] {
    background-color: #464646;
}

.social-colors i:hover {
    opacity: .8;
}

.social-colors i {
    color: #fff;
}

.subline-bar {
    background-color: #F9F9F9;
    position: absolute;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.21);
    z-index: 995;
}

header.menu-transparent.scroll-css .subline-bar {
    background-color: #F9F9F9 !important;
}

header.menu-transparent {
    height: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.subline-bar ul {
    margin: 0;
    padding: 0;
    display: none;
}

.subline-bar ul li {
    float: left;
    list-style: none;
    padding: 5px 15px;
    cursor: pointer;
}

.subline-bar a {
    color: #676767;
    font-size: 13px;
    text-decoration: none !important;
}

header.fixed-top .subline-bar {
    position: fixed;
    margin-top: 85px;
}

header.fixed-top.scroll-css .subline-bar {
    margin-top: 50px;
}

.menu-right .subline-bar ul {
    float: right;
}

.navbar-big {
    background-color: #FDFDFD;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-bottom: 0;
}

.navbar-big .navbar-nav > .active > a, .navbar-big .navbar-nav > li > a:hover {
    color: #555;
    background-color: #F7F7F7;
}

.navbar-main, .nav.inner {
    background-color: #FFFFFF;
    margin-bottom: 0;
    border: none;
}

.navbar-mini {
    background-color: #f8f8f8;
    color: #7B7B7B;
    font-size: 12px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.navbar-mini .navbar-left span:first-child {
    padding-left: 0;
}

.navbar-mini span {
    padding: 0 7px;
}

.navbar-mini span i {
    margin-right: 7px;
}

.navbar-mini hr {
    width: 1px;
    background-color: #BEBEBE;
    margin: 0 0 -2px 0;
    display: inline-block;
    height: 12px;
    padding: 0;
}

.minisocial-group {
    float: right;
}

.minisocial-group i {
    font-size: 15px;
    line-height: 33px !important;
    padding-top: 1px;
    display: block !important;
    float: left;
    color: rgb(183, 183, 183);
    cursor: pointer;
    border-right: 1px solid #DBDBDB;
    width: 35px;
    text-align: center;
}

i.first {
    border-left: 1px solid rgb(219, 219, 219);
}

.navbar-mini .navbar-left {
    padding-top: 10px;
}

.navbar-mini .form-control {
    border-radius: 0;
    box-shadow: none;
    border-style: none;
    background: rgb(248, 248, 248);
}

.navbar-mini .form-control.focus {
    background: rgba(152, 152, 152, 0.11) !important;
}

.navbar-mini .navbar-form {
    float: right;
    padding: 0 15px 0 0;
    margin: 0;
}

.navbar-mini .input-group-btn {
    padding: 0;
}

.input-group-addon i {
    color: #555;
}

.navbar-mini .navbar-form .btn-default {
    border-style: none;
    background: #F7F7F7;
    border-radius: 0;
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid #E7E7E7;
    color: #999999;
}

.nav-center, .nav-center ul {
    float: none;
    text-align: center;
}

.nav-center {
    width: 100%;
    max-width: 100%;
}

.nav.nav-center > li {
    float: none;
    display: inline-block;
    margin: 0 -1px;
}

.nav.nav-right > li {
    float: right;
}

.nav-center .dropdown-menu li {
    display: block;
    text-align: left;
}

.navbar-nav.subheader-bootstrap .sub {
    font-size: 11px;
    display: block;
    color: #848484;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.menu-transparent .navbar-nav.subheader-bootstrap .sub {
    color: #E4E4E4;
}

.menu-transparent.scroll-css .navbar-nav.subheader-bootstrap .sub {
    color: #848484;
}

.navbar-nav.subheader-bootstrap li {
    text-align: left;
}

.subtitle-header .navbar-main .navbar-form, .subtitle-header .navbar-main .navbar-social {
    padding: 10px 15px;
}

.subtitle-header .lan-menu li a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.subtitle-header .search-box {
    margin: 52px 0 0 0;
}

.list-a {
    padding: 0;
    margin: 0;
}

.list-a li {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    background: none !important;
    white-space: nowrap;
}

.list-a li:hover {
    color: black;
}

.list-a li i {
    margin-right: 10px;
    font-size: 15px;
    display: inline-block;
    padding-bottom: 0;
}

.mega-menu .col, .side-menu .panel .col {
    display: table-cell;
    vertical-align: top;
    min-width: 230px;
    padding: 0 25px;
}

.side-menu .panel .col {
    padding: 86px 25px 0 0;
}

.side-menu .panel .col:last-child {
    padding-right: 0;
}

.side-menu .col .fa-li {
    line-height: 33px;
}

.side-menu-center {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.mega-menu {
    min-width: 250px;
    padding: 25px 5px;
}

.mega-menu a {
    color: #636363;
    padding-left: 5px;
    display: block;
    white-space: nowrap;
}

.mega-menu .fa-ul .fa-li, li.panel-item .fa-li {
    color: #694E94;
}

.mega-menu.bg-menu {
    min-width: 400px;
}

.mega-menu .nav-tabs li {
    white-space: nowrap;
    margin-bottom: 0 !important;
    border-radius: 0;
}

.mega-menu h5 {
    margin-top: 5px;
    min-height: 15px;
}

.mega-menu.dropdown-menu {
    overflow: hidden;
}

.mega-menu-fullwidth > li {
    position: static !important;
}

.mega-menu-fullwidth > li.dropdown {
    position: relative !important;
}

.mega-menu-fullwidth > li.dropdown.mega-dropdown {
    position: static !important;
}

.mega-menu-fullwidth, .navbar.mega-menu-fullwidth .container, header .navbar-main > .container {
    position: relative;
}

.mega-menu-fullwidth .mega-dropdown {
    position: static !important;
}

div.mega-menu-fullwidth .mega-dropdown .mega-menu {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.wide-area.navbar.mega-menu-fullwidth .mega-dropdown .mega-menu {
    width: calc(100% - 30px);
}

.mega-menu .fa-ul.no-icons {
    margin-left: 1px;
}

.mega-menu .col > h5:first-child {
    margin-top: 0;
}

.navbar-big-logo .navbar-brand {
    position: relative;
    top: -36px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0;
}

.navbar-big-logo.navbar-fixed-top .container.scroll-css .navbar-brand {
    top: 0 !important;
}

header .scroll-css .search-box {
    background-color: #fff !important;
}

.navbar-big-logo .navbar-mini .container {
    padding-left: 197px !important;
    min-height: 35px;
}

.navbar-big-logo .navbar-brand img {
    max-height: inherit;
}

.navbar-big-logo .navbar-header {
    max-height: 30px;
}

.navbar-main.middle-box-menu {
    padding-bottom: 41px;
}

.box-menu-inner .icon-box i {
    color: #636363;
}

.box-menu-inner {
    position: absolute !important;
    left: 50%;
    margin-left: -585px;
    z-index: 95;
}

.box-menu-inner > .row {
    background-color: #FBFBFB;
    margin: 0;
    height: 80px;
    padding: 15px 0;
    border: 1px solid #E8E8E8;
}

.box-menu-inner .icon-box {
    margin: 0;
}

header.scroll-css .middle-box-menu {
    padding-bottom: 0 !important;
}

.icon-menu .navbar-collapse ul.nav > li > a i {
    margin-right: 10px;
    font-size: 40px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    vertical-align: middle;
    color: #5D5D5D;
}

.icon-menu:not(.icon-menu-top) ul.nav > li > a i {
    width: auto;
    margin-right: 10px;
}

.icon-menu .navbar-collapse ul.nav i.onlycover {
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
    width: 60px !important;
    display: inline-block;
}

.icon-menu .navbar-collapse ul.nav > a {
    padding: 10px 15px;
}

header .icon-top.nav > li > a i {
    display: block;
    text-align: center;
    font-size: 34px !important;
    padding-bottom: 5px;
    margin: 0 auto !important;
    height: 36px;
    width: 40px !important;
    line-height: 40px;
}

.icon-menu .icon-top > li > a {
    text-align: center;
}

.bg-transparent .icon-menu li i {
    color: #F9F9F9 !important;
}

@media (min-width: 769px) {
    header.fixed-top.scroll-css .icon-menu .navbar-collapse ul.nav > li > a > i {
        font-size: 25px !important;
        height: 25px;
        line-height: 25px;
        transition: all .3s;
    }

    header.fixed-top.scroll-css .icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
        width: 25px !important;
    }
}

.icon-menu .navbar-brand {
    height: 90px;
}

.icon-menu-top .navbar-brand {
    height: 110px;
}

.icon-top > li > .dropdown-toggle > .caret {
    display: none;
}

.icon-menu.icon-menu-top .nav.navbar-right {
    margin-top: 30px;
}

.icon-menu .navbar-main .nav.navbar-right {
    margin-top: 20px;
}

.scroll-css .icon-menu.icon-menu .nav.navbar-right {
    margin-top: 2px;
}

.scroll-css .icon-menu.icon-menu-top .nav.navbar-right {
    margin-top: 12px;
}

header.scroll-css .icon-menu .navbar-brand {
    height: 55px;
    padding: 5px 15px 5px 15px;
    transition: all .3s;
}

header.scroll-css .icon-menu-top .navbar-brand {
    height: 75px;
}

header.scroll-css .icon-top .icon-menu .navbar-brand {
    height: 75px;
}

.lan-menu a img {
    margin: -2px 5px 0 0;
}

.lan-menu li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #5F5F5F;
}

.lan-menu li a span {
    padding: 0;
}

.lan-menu ul.dropdown-menu {
    min-width: 80px;
    width: 100%;
}

.navbar-mini .lan-menu {
    float: right;
    height: 34px;
    width: auto;
}

.navbar-mini .lan-menu li {
    height: 34px;
}

.navbar-mini .lan-menu li a {
    padding: 8px 15px;
}

.lan-menu ul li a {
    padding: 10px 15px;
}

.hamburger-button {
    color: #636363;
    font-size: 30px;
    padding: 4px 15px;
    display: inline-block;
}

.hamburger-button i {
    color: #636363;
}

.hamburger-button:hover {
    color: #337ab7;
}

.hamburger-button.active {
    color: #6D6D6D;
    text-shadow: 0 -1px 0 #080808;
}

.hamburger-header .hamburger-button.active {
    margin-left: 250px;
}

.hamburger-menu {
    visibility: hidden;
    opacity: 0;
}

.container > .hamburger-button {
    padding-left: 0;
    padding-right: 0;
}

.hamburger-button > span {
    font-size: 13px;
    transform: translateY(-7px);
    display: inline-block;
}

/* 
==============================
FOOTER 
==============================
*/
footer {
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}

footer h4, footer h5, footer h6 {
    margin-top: 0;
}

.footer-base hr {
    margin-left: 0;
}

.footer-bg {
    height: 330px;
    padding: 15px 0;
    background-position: center top;
}

.footer-bg .footer-center {
    border: none;
    margin-top: 0;
}

footer .container {
    padding: 35px 15px;
}

.footer-bg .copy-row .copy-text {
    letter-spacing: 1px;
}

.footer-1 {
    text-align: justify;
}

footer .social-group i {
    color: #4C4C4C;
}

.copy-row .col-md-12 {
    text-align: center;
}

.footer-list a {
    display: block;
    border-bottom: 1px solid rgba(117, 117, 117, 0.1);
    color: #464646;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.copy-row hr {
    margin: 10px 15px 15px 15px;
}

.copy-row .copy-text {
    font-size: 12px;
    line-height: 20px;
}

.copy-row .nav {
    float: right;
    display: block;
    width: inherit;
    margin: 0 -15px 0 0;
}

.footer-minimal .container {
    text-align: center;
}

footer .social-group a {
    margin: 0 5px;
    display: inline-block;
}

footer .social-group {
    float: none;
    margin-bottom: 15px;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-center {
    text-align: center;
}

footer .content {
    overflow: hidden;
}

footer.footer-parallax .content {
    margin-top: 0;
}

footer.footer-center .content {
    border-top: 1px solid #E2E2E2;
    background-color: white;
}

.footer-center .footer-main {
    margin: 20px;
    font-size: 13px;
}

.footer-center .copy-row {
    margin-top: 15px;
    color: #757575;
    padding: 10px;
}

.footer-minimal .copy-row {
    padding: 10px;
}

.footer-center .footer-title {
    color: #4C4C4C;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -121;
    height: 270px;
    padding-top: 20px;
    opacity: 0;
}

.footer-parallax .container {
    padding-top: 30px;
}

.footer-parallax-container {
    min-height: 500px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px -5px rgba(58, 58, 58, 0.72);
    margin-bottom: 270px;
}

.overlay-content .footer-parallax {
    position: static;
}

.footer-parallax .copy-text {
    margin-top: 45px;
    float: none;
}

/*
==============================
MENU STYLE MINIMAL
==============================
*/
.nav.ms-minimal li a {
    border-bottom: 2px solid rgba(248, 248, 248, 0);
    letter-spacing: 1px;
    color: #585858 !important;
    font-weight: 600;
}

.nav.ms-minimal .dropdown ul li > a {
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.nav.ms-minimal .dropdown-menu > li > a:hover {
    background-color: #FDFDFD !important;
}

.nav.ms-minimal > li.active > a {
    background: none !important;
    border-bottom-color: #337AB7;
}

.nav.ms-minimal > li:hover > a {
    background: none;
    border-bottom-color: #337AB7;
}

.nav.ms-minimal > li:hover, .nav.ms-minimal li.active:hover {
    background: none;
}

.ms-minimal ul li > a, .ms-minimal ul ul li > a, .ms-minimal ul li > span {
    border-right: 2px solid rgba(248, 248, 248, 0);
    border-radius: 0;
}

.ms-minimal li.active > a {
    background: none !important;
}

.ms-minimal li:hover > a, .ms-minimal li:hover > span {
    border-right-color: #337AB7;
    border-radius: 0 !important;
}

.ms-minimal li:hover {
    background: none;
}

.nav.ms-minimal > li .dropdown-menu {
    border-radius: 0;
    background-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0);
}

/**==============================*/
/*SIDE MENU*/
/*==============================*/
.sidebar a.btn {
    background: #f5f5f5;
    border: unset;
    font-weight: 500;
    width: 100%;
    margin: 10px 0;
    padding: 18px 20px 15px 20px;
    text-align: left;
}

/*
==============================
BACKGROUND OVERLAY & GRADIENT
==============================
*/
.bg-overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.bg-overlay.video {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.25);
}

.bg-overlay.dotted {
    background-image: url(../images/overlay/dotted.png);
}

.bg-overlay.line-45 {
    background-image: url(../images/overlay/line-45.png);
}

.bg-overlay.carbonio {
    background-image: url(../images/overlay/carbonio.png);
}

.bg-overlay.tile {
    background-image: url(../images/overlay/tile.png);
}

.bg-overlay.points {
    background-image: url(../images/overlay/points.png);
}

.bg-overlay.transparent-dark {
    background-color: rgba(0, 0, 0, 0.51);
}

.bg-overlay.transparent-light {
    background-color: rgba(255, 255, 255, 0.7);
}

.overlay-container, .bg-gradient-container {
    position: relative;
    overflow: hidden;
}

.overlay-container .bg-overlay, .background-page > .bg-overlay, .bg-gradient-container .bg-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

.overlay-content {
    position: relative;
    z-index: 9;
}

/*
==============================
BACKGROUND IMAGE 
==============================
*/
.background-page {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: fixed;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.background-page .flexslider {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 100%;
    margin: 0;
    z-index: 0;
}

.background-page .flexslider .slides > li, .background-page .flexslider .slides, .full-screen-size .layer-parallax, .full-screen-title .layer-parallax, .full-screen-title .videobox {
    height: 100% !important;
}

.background-page iframe {
    border-style: none;
}

iframe {
    border: none;
}

.background-page video {
    width: 100%;
    bottom: 0;
    top: 0;
}

/*
==============================
TITLES
==============================
*/
.header-bootstrap {
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 0, rgba(0, 0, 0, 0.08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
    z-index: 9;
}

.title .title-content h1, .title .title-content .breadcrumb, .header-bootstrap .title {
    margin-top: 0;
    text-transform: inherit;
}

.header-bootstrap i {
    color: white;
    font-size: 60px;
}

.header-bootstrap div > span {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}

.header-bootstrap .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-bootstrap .breadcrumb a, .header-bootstrap h1 span {
    color: #E4E4E4;
    margin-left: 10px;
    font-weight: 400;
    text-transform: inherit;
}

.header-bootstrap .breadcrumb {
    float: right;
    margin: 21px 0 0 0;
}

.header-bootstrap h1 {
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    margin: 7px 0 0 0;
}

.header-bootstrap .breadcrumb > .active {
    color: #FFF;
}

.header-animation:not(.section-bg-animation) .title-base {
    margin-top: 100px;
}

.header-animation .anima-layer {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    min-width: 900px;
    min-height: 612px;
    overflow: hidden;
    z-index: 3;
}

[data-parallax].header-animation .anima-layer {
    top: 0;
}

.header-animation .clouds-1 {
    background: rgba(0, 0, 0, 0) url(../images/assets/clouds_1.png) 100px 30px repeat-x;
}

.header-animation .clouds-2 {
    background: rgba(0, 0, 0, 0) url(../images/assets/clouds_2.png) 200px 220px repeat-x;
}

.header-animation .fog-1 {
    background: rgba(0, 0, 0, 0) url(../images/assets/fog_1.png) 200px 30px repeat-x;
}

.header-animation .fog-2 {
    background: rgba(0, 0, 0, 0) url(../images/assets/fog_1.png) 200px 160px repeat-x;
}

.header-animation .fog-3 {
    background: rgba(0, 0, 0, 0) url(../images/assets/fog_2.png) 0 0 repeat-x;
}

.header-animation .overlay {
    position: absolute;
    left: 50%;
    z-index: 5;
}

.header-animation .overlay.bottom {
    bottom: 0;
}

.header-animation .container {
    position: relative;
    z-index: 9;
}

.header-animation.header-parallax .layer-parallax {
    background-size: cover;
    background-position: center center;
}

.header-base {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 0;
    background-color: #6F6F6F;
    border-bottom: 1px solid #E6E6E6;
}

.header-base:not(.bg-cover) {
    background-color: #353535;
    color: #fff;
}


.header-base h1, .header-base.header-bar h1 {
    margin-top: 20px !important;
}

.header-base .bar {
    height: 35px;
}

.header-base.header-bar {
    padding-top: 0;
}

.header-base.header-bar h2 {
    color: #828282;
}

div.header-base.header-bar .breadcrumb.b a {
    color: #828282;
}

.header-base hr {
    width: 100%;
    position: relative;
}

.header-base .breadcrumb {
    margin-top: 20px;
}

header.menu-transparent.bg-transparent .navbar {
    border: none;
    background: rgba(0, 0, 0, 0.1) !important;
}

header.bg-transparent .navbar-mini .navbar-form .btn-default, header.bg-transparent input, header.bg-transparent .fa, header.bg-transparent button, header.bg-transparent .social-group a i.fa {
    background: rgba(0, 0, 0, 0) none !important;
    border-color: rgba(158, 158, 158, 0.39) !important;
    color: #E4E4E4;
}

header.bg-transparent > .navbar {
    background-color: rgba(0, 0, 0, 0.41) !important;
    border-radius: 0;
}

header.menu-transparent.scroll-css > .navbar {
    background: #FFF !important;
}

.bg-transparent, .bg-transparent .navbar-nav a {
    background-color: rgba(0, 0, 0, 0) !important;
}

.menu-transparent.bg-transparent .navbar-nav > li > a:hover, .bg-transparent .navbar-nav .active > a, header.menu-transparent .navbar-default {
    background-color: rgba(0, 0, 0, 0) !important;
}

.menu-transparent:not(.scroll-css) li.dropdown:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 0;
}

header.bg-transparent .navbar-default .navbar-nav > li > a {
    color: #E4E4E4;
    transform: translateY(0px);
    transition: transform .3s;
}

header.bg-transparent .dropdown-menu .divider {
    background-color: rgb(80, 80, 80);
}


header.bg-title {
    height: 450px;
}

.header-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -120;
    left: 0;
    height: 100%;
}

.header-title, .header-animation {
    text-align: center;
    height: 350px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.parallax-mirror.ken-burn img {
    animation: ken-burn-in 13s;
    transform-origin: bottom left;
    transform: scale(1.2);
}

.parallax-mirror.ken-burn-center img {
    animation: ken-burn-in 10s;
    transform: scale(1.2);
}

.parallax-mirror.ken-burn-out img {
    transform-origin: bottom left;
    transform: scale(1.1) !important;
    transition: transform 10s;
}

@media (max-width: 1650px) {
    .parallax-side-cnt .parallax-slider {
        width: auto !important;
        height: auto !important;
        left: 50% !important;
        transform: translate3d(0px, 0px, 0px) translateX(-50%) !important;
    }
}

.header-animation {
    position: relative;
    height: 500px;
}

.header-title .breadcrumb.b, .header-slider .breadcrumb.b, .header-video .breadcrumb.b, .header-animation .breadcrumb.b {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.header-title .breadcrumb.b a, .header-video .breadcrumb.b a, .header-video .breadcrumb.b a, .header-animation .breadcrumb.b a, .header-slider .breadcrumb.b a {
    color: #585858;
}

.header-title.white .breadcrumb a, .header-video.white .breadcrumb a, .header-video.white .breadcrumb a, .header-base.white .breadcrumb a, .header-animation.white .breadcrumb a, .header-slider.white .breadcrumb a {
    color: #E4E4E4;
}

.header-title.full-screen-title {
    position: relative;
    padding-top: 0;
}

header.bg-title .active > a {
    background-color: #FF005D;
}

header.bg-title h1 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}

header.bg-title h2 {
    font-size: 15px;
    font-weight: 100;
    margin-top: 5px;
}

header.bg-title .breadcrumb.b {
    text-align: center;
    margin-top: 200px;
}

.header-parallax {
    z-index: 2;
    height: 350px;
}

.layer-parallax {
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    z-index: -1;
    position: fixed !important;
}

.header-parallax img {
    width: 100%;
}

.full-screen-title .overlaybox {
    top: 50% !important;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.full-screen-title.header-parallax {
    padding-top: 0;
    z-index: 0;
}

/*
==============================
OTHER - VARIOUS
==============================
*/
.list-full-screen {
    position: absolute;
    height: 100%;
    overflow: hidden;
    bottom: 5px;
    margin: 0;
    width: 100%;
}

.list-full-screen .slides li a {
    position: relative;
    height: 100%;
    display: block;
}

.list-full-screen .slides li a img {
    width: auto;
}

.list-full-screen .slides li {
    width: 200px;
}

.bg-box {
    border-bottom: 1px solid #E7E7E7;
    background-color: #F8F8F8;
    border-radius: 3px;
    padding: 20px;
}

.porfolio-bar a {
    color: #3D3D3D;
}

.porfolio-bar a i {
    padding: 5px;
    font-size: 33px;
}

.porfolio-bar div .icon-box {
    margin: 0 auto;
}

.portfolio-details.fixed-area.active {
    padding: 25px 15px;
}

.portfolio-details h3 {
    margin-top: 0;
}

.sidebar-offers {
    border-right: 1px solid #e5e5e5;
}

.open-positions {
    display: inline-block;
    width: 200px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.open-positions-text {
    text-transform: uppercase;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    line-height: 2rem;
    display: inline-block;
    position: relative;
}

.open-positions-divider {
    width: 2px;
    height: 60px;
    background: #000;
    margin: 0 20px;
}

.open-positions-counter {
    text-transform: uppercase;
    font-size: 4rem;
    color: #000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    max-width: 40%;
}

.sidebar-filter {
    padding: 0;
    font-size: 1rem;
}

.sidebar-filter h3 {
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 300;
    text-transform: uppercase;
}

.sidebar-filter h3::after {
    content: '';
    display: block;
    width: calc(100% + 15px);
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-filter h4 {
    font-size: 13px;
    line-height: 3rem;
    width: 100%;
    position: relative;
}

.sidebar-filter .sidebar-remove-filters {
    font-size: 13px;
    line-height: 3rem;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #8b8b8b;
}

.sidebar-filter .sidebar-remove-filters::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-filter .sidebar-filter-row::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-filter h4::after {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0;
    top: 1.35rem;
}

.sidebar-filter .btn {
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.sidebar-filter .checkbox-filter {
    width: 100%;
}

.sidebar-filter .checkbox-filter > label {
}

.sidebar-filter .checkbox-filter > label > div {
    margin: 5px 10px 5px 0;
}

#ajaxContent {
    margin-top: 10px;
}

.department-icon-container {
    margin: 5px;
    border: 1px solid #000;
}

.department-icon-container .department-icon {
    max-width: 100%;
    margin: auto;
    display: block;
}

.offer-preview-content h4 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.single-offer-preview {
    border-bottom: 1px solid #000;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
}

.cover-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    padding: 15px;
    margin: -15px;
}

.cover-title:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.container .cover-title {
    z-index: 1;
}

.cover-title h1 {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    color: #ffffff;
    z-index: 1;
}

.cover-title h2 {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    color: #ffffff;
}

.cover-title p {
    display: block;
    width: 100%;
    clear: both;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    z-index: 1;
}

p.position-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.border-right {
    border-right: 1px solid #000;
}

.home-search {
    margin-left: -15px;
    margin-right: -15px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}

.border-left {
    border-left: 1px solid #000;
    margin-left: -1px;
    padding-left: 16px;
}

.home-cta {
    display: inline-block;
    margin: 15px auto;
    padding: 20px 40px;
    font-size: 3rem;
    font-weight: 500;
    color: #000;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 10px 10px 0 0 rgb(0 0 0);
}


.home-cta:hover {
    box-shadow: 5px 5px 0 0 rgb(0 0 0);
}

/*
==============================
TEMPLATE - SINGLE - POST
==============================
*/
.post-image, .post-video iframe {
    height: 400px;
    margin: 30px 0;
}

.post-video iframe {
    width: 100%;
}

.comment-list .col-md-11 {
}

.comment-list img {
    margin-top: 5px;
    margin-left: 15px;
    padding: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.comment-list .name {
    font-weight: 800;
    margin-top: 2px;
}

.comment-list .name span {
    font-weight: 300;
    padding-left: 10px;
    color: #A5A5A5;
    font-size: 12px;
}

.comment-list .msg {
    font-size: 13px;
    color: #7B7B7B;
}

.comment-list .item {
    padding-top: 15px;
}

.comment-list .item.sub {
    padding-left: 72px;
    padding-bottom: 10px;
}

.comment-list .sub.first .line {
    height: 50px;
    margin-top: -19px;
}

.comment-respond {
    padding-bottom: 80px;
}

.comment-list .reply a {
    opacity: .5;
}

.comment-list .reply:hover a, #cancel-comment-reply-link:hover {
    opacity: 1;
}

#comments .next.page-numbers {
    margin-left: 15px;
}

#comments .prev.page-numbers {
    margin-right: 15px;
}

#cancel-comment-reply-link {
    margin-left: 15px;
    opacity: .5;
}


/*
==============================
COMPONENTS
==============================
*/
.countdown .countdown-text {
    margin-right: 5px;
}

.countdown {
    margin: 0 -10px;
}

div .hc_space_cnt {
    padding: 0 0 0 0;
}

.box-steps .step-item {
    padding: 0 50px;
}

.box-steps .step-item:after {
    content: '\f061';
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
    font-size: 25px;
    opacity: .5;
}

.box-steps .step-item > h3 {
    font-weight: 300;
}

.box-steps .step-number {
    position: absolute;
    left: 15px;
    font-size: 40px;
    line-height: 40px;
    opacity: .3;
}

.box-steps .step-item:last-child:after {
    display: none;
}

*[data-height].collapse-box .panel:after {
    content: '';
    position: absolute;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

*[data-height].collapse-box .panel.no-gradient:after {
    background: none;
}

/*
==============================
VERTICAL AND PROPORZIONAL ROW
==============================
*/
.vertical-row.row, .vertical-row > .row {
    display: flex !important;
    align-items: center;
}

.section-two-blocks > .vertical-row.row {
    align-items: initial;
}

.middle-content, .middle-content > .row, .middle-content > .row > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row.vertical-row:not(.box-middle) {
    margin-left: -15px;
    margin-right: -15px;
}

.vertical-row > div {
    padding: 0;
}

.row.vertical-row > div {
    padding-left: 15px;
    padding-right: 15px;
}

.proporzional-row:not(.hc_column_cnt), .proporzional-row > .row {
    display: flex;
}


.proporzional-row > *:not(.row), .proporzional-row > .row > * {
    flex: 1 1 auto;
}

.proporzional-row .flexslider, .proporzional-row .hc_image_slider_cnt, .proporzional-row .flexslider div, .proporzional-row .flexslider .slides, .proporzional-row .img-box,
.proporzional-row > div > .advs-box, [class*="row-"].grid-item > div, .grid-item > .row > div, .proporzional-row .google-map, .proporzional-row > .row > div > .row,
.proporzional-row .hc_google_map_cnt, [class*="row-"] .flexslider, [class*="row-"] .flexslider div, [class*="row-"] .flexslider .slides, [class*="row-"] .row,
[class*="row-"] li .img-box, .proporzional-row .hc_content_box_cnt, .proporzional-row > .row > div > .row > div > .advs-box, .proporzional-row > .row > div > .row > div > .adv-img,
.proporzional-row > .row > div > .row > .hc_image_box_cnt {
    height: 100%;
    display: block;
}

.clear-proporzional, .clear-proporzional *:not(hr) {
    height: auto !important;
}

[class*="row-"]:not(.one-row-list) .col-md-12 {
    max-height: 100%;
    overflow: hidden;
}

[class*="row-"]:not(.one-row-list) > .row > [class*="col-md-"], [class*="row-"]:not(.one-row-list) > .row > div > .img-box {
    height: 100%;
}

@media (min-width: 993px) {
    [class*="boxed"].col-md-2:not(.no-margins) {
        width: calc(16.66666667% - 30px);
    }

    [class*="boxed"].col-md-3:not(.no-margins) {
        width: calc(25% - 30px);
    }

    [class*="boxed"].col-md-4:not(.no-margins) {
        width: calc(33.33333333% - 30px);
    }

    [class*="boxed"].col-md-5:not(.no-margins) {
        width: calc(41.66666667% - 30px);
    }

    [class*="boxed"].col-md-6:not(.no-margins) {
        width: calc(50% - 30px);
    }

    [class*="boxed"].col-md-7:not(.no-margins) {
        width: calc(58.33333333% - 30px);
    }

    [class*="boxed"].col-md-8:not(.no-margins) {
        width: calc(66.66666667% - 30px);
    }

    [class*="boxed"].col-md-9:not(.no-margins) {
        width: calc(75% - 30px);
    }

    [class*="boxed"].col-md-10:not(.no-marlgins) {
        width: calc(83.33333333% - 30px);
    }

    [class*="boxed"].col-md-11:not(.no-margins) {
        width: calc(91.66666667% - 30px);
    }

    [class*="boxed"].col-md-12:not(.no-margins) {
        width: calc(100% - 30px);
    }

    .grid-item > [class*="boxed"], .grid-item > [class*="boxed-inverse"], .maso-item > [class*="boxed"], .maso-item > [class*="boxed-inverse"] {
        width: 100% !important;
    }
}

.base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed {
    border-style: none !important;
    padding: 25px 25px 25px 25px;
}

[class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse {
    margin: 0 15px;
}

.grid-item > .boxed-inverse, .grid-item > .boxed {
    margin: 0;
    width: 100%;
}

[class*="col-md-"].boxed-inverse, .boxed-inverse, .fixed-area.boxed-inverse {
    background-color: #f5f5f5;
}

.section-bg-color [class*="col-md-"].boxed-inverse, .fixed-area.boxed-inverse {
    background-color: #fff;
}

[class*="col-md-"].boxed {
    background-color: #444;
}

.grid-item.boxed-inverse {
    margin-top: 15px;
    height: calc(100% - 109px);
}


/*
==============================
LISTS
==============================
*/
.list-items .list-item {
    padding: 10px 0;
    border-bottom: 1px dashed #E6E6E6;
    transition: padding .3s;
}

.list-items .list-item:hover {
    padding-left: 5px;
    background-color: rgba(115, 115, 115, 0.02);
}

.list-items .list-item:last-child {
    border-bottom: none;
}

.list-items .list-item h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items .list-item p {
    line-height: 25px;
    color: #797979;
    font-size: 13px;
    margin: 0;
}

.list-items .list-item span {
    text-align: right;
    display: block;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600;
    color: #696969;
}


.list-item-img {
    position: relative;
}

.list-item-img .col-md-9 {
    padding: 10px 0 10px 110px;
}

.list-item-img .col-md-3 {
    padding-top: 10px;
}

.list-item-img .icon {
    position: absolute;
    width: 80px;
    left: 14px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
}

.list-items .list-item.list-item-img {
    border-bottom: none;
}

.list-item-img:after {
    content: '';
    position: absolute;
    width: calc(100% - 95px);
    margin-left: 95px;
    margin-top: 9px;
    height: 1px;
    border-bottom: 1px solid #E6E6E6;
}

.list-items .list-item-img:last-child:after {
    display: none;
}

ul.list-texts {
    padding-left: 0;
}

ul.list-texts li {
    list-style-type: none;
    padding: 3px 0;
}

ul.list-texts li b {
    padding-right: 5px;
}

.list-texts-justified li {
    text-align: right;
    position: relative;
}

.list-texts-justified li:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 19px;
    border-bottom: 1px dotted #bbb;
    z-index: 1;
}

.list-texts-justified li b {
    text-align: left;
    float: left;
    background: white;
    position: relative;
    z-index: 2;
}

.list-texts-justified li span {
    background: white;
    padding-left: 6px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.bg-gray, .section-bg-color .list-texts-justified li b, .section-bg-color .list-texts-justified li span {
    background-color: #f7f7f7;
}

/*
==============================
ICONS
==============================
*/
.fa-ul > li, ul.no-icons li {
    line-height: 200%;
}

.fa-ul > li a {
    color: #585858;
}

.fa-ul .fa-li {
    line-height: 180%;
    text-align: left;
}

.fa-ul i.square, .fa-ul i.circle {
    margin-bottom: 5px;
}

.fa-ul.text-right {
    margin-left: 0;
    margin-right: 2.14285714em;
}

.fa-ul.text-right .fa-li {
    left: inherit;
    right: -2.14285714em;
    padding-left: 0;
    text-align: right;
}

.fa-ul.text-center > li {
    display: inline-block;
    margin: 0 20%;
}

.fa-ul li > b {
    margin-right: 5px;
}

.ul-squares {
    list-style-type: square !important;
}

.ul-decimal {
    list-style-type: decimal !important;
}

.ul-decimal.no-margins, .ul-squares.no-margins, .ul-dots.no-margins {
    margin-left: 18px !important;
    padding-left: 0;
}

i.circle {
    padding: 20px;
    background-color: #585858;
    color: white;
    text-align: center;
    display: inline-block;
}

i.circle.onlycover, i.circle.cover {
    background-color: rgba(0, 0, 0, 0) !important;
}

i.onlycover {
    display: inline-block;
}

i.square {
    padding: 20px;
    color: #FFF;
    background-color: #585858;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
}

.icon-background > div, .icon-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icon-background .i-background {
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100% !important;
    color: rgba(191, 191, 191, 0.15) !important;
    text-align: center;
    box-sizing: border-box;
}

.i-background.i-top-right {
    text-align: left;
}

.i-background.i-top-left {
    text-align: right;
}

.i-background.i-bottom-right {
    bottom: 0;
    top: inherit;
    text-align: right;
}

.i-background.i-bottom-left {
    bottom: 0;
    top: inherit;
    text-align: left;
}

.i-background.i-bottom {
    bottom: 50px;
    top: inherit;
}

i.cover, i.onlycover {
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
    border: none;
}

i.onlycover:before {
    visibility: hidden;
}

.icon-list.vertical-icon-list .list-item {
    display: block;
    margin-bottom: 10px;
}

.icon-list .list-item label {
    padding: 0 10px;
    cursor: text;
}

.icon-list.text-bold .list-item label {
    font-weight: 600;
}

.icon-list .list-item {
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}

.icon-list.text-right .list-item {
    margin-left: 10px;
    margin-right: 0;
}

.icon-list.text-center .list-item {
    margin-left: 10px;
}

.icon-list .list-item i, .icon-list .list-item label, .icon-box-top-bottom label {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    line-height: normal;
}

.icon-list.icon-list-top-bottom .list-item, .icon-box-top-bottom {
    text-align: center;
    margin-right: 0;
}

.icon-box.icon-box-top-bottom {
    display: block;
}

.icon-box.icon-box-top-bottom .icon-box-cell > i {
    float: none;
    margin: 7px 0 7px 0;
    display: inline-block;
}

.icon-box-top-bottom.text-left .icon-box-cell {
    text-align: left;
}

.icon-list.icon-list-top-bottom label {
    display: block;
}

.icon-list.icon-list-top-bottom .list-item i {
    display: inline-block;
    margin: 5px 0;
}

.icon-list.text-right {
    margin-left: -10px;
}

.icon-list.text-left {
    margin-right: -10px;
}

.text-xs.circle, .text-xs.square {
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 27px;
}

.text-s.circle, .text-s.square {
    width: 43px;
    height: 43px;
    padding: 0;
    line-height: 43px;
}

.text-m.circle, .text-m.square {
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px;
}

.text-l.circle, .text-l.square {
    width: 66px;
    height: 66px;
    padding: 0;
    line-height: 66px;
}

.text-xl.circle, .text-xl.square {
    width: 92px;
    height: 92px;
    padding: 0;
    line-height: 92px;
    font-size: 35px !important;
}

i.text-xl.circle, i.text-xl.square {
    line-height: 92px !important;
}

.icon-box {
    display: table;
    border: 1px #000 solid;
    background: #80a0bc;
    margin: 10px;
    padding: 10px;
}

.icon-box-left-content {
    width: 50%;
    display: inline-block;
    float: left;
}

.icon-box-right-content {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
}

.text-center .icon-box {
    margin: 10px auto;
}

.text-left .icon-box {
    margin: 1px 0 10px 0;
}

.icon-box label {
    font-weight: 400;
    display: table-cell;
    /* vertical-align: revert; */
    padding-left: 15px;
    position: relative;
}

.icon-box.icon-box-right label {
    padding-left: 0;
    padding-right: 15px;
}

.icon-box-top-bottom label {
    /* display: block; */
    /* padding: 0; */
}

.icon-box-cell label {
    /* display: block; */
    margin: 0;
}

.icon-box-cell {
    display: table-cell;
    vertical-align: middle;
}

.icon-box-cell p {
    padding: 5px 0 0 15px;
    margin: 0;
}

.icon-box-right .icon-box-cell label {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.icon-box-right .icon-box-cell p {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.icon-box-top-bottom .icon-box-cell {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.icon-box-top-bottom .icon-box-cell label {
    font-size: 5rem;
    color: #7fa0bb;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.icon-box-top-bottom .icon-box-cell p {
    padding: 0;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.counter-box-cell {
    display: table-cell;
    vertical-align: middle;
}

.counter-box-cell p {
    padding: 5px 0 0 15px;
    margin: 0;
}

.counter-box .counter-box-cell {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #dbe0e5;
    padding: 50px 30px;
}

.counter-box .counter-box-cell label {
    font-size: 5rem;
    color: #f5f5f5;
    text-shadow: -1px -1px 0 #6c757d, 1px -1px 0 #6c757d, -1px 1px 0 #6c757d, 1px 1px 0 #6c757d;
    line-height: 5rem;
    font-weight: 700;
}

.counter-box .counter-box-cell p {
    padding: 25px;
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 3rem;
    color: #000;
}

.icon-box.text-light label {
    font-weight: 300;
}


/* 
============================== 
BUTTONS 
============================== 
*/
.btn {
    background-color: #f5f5f5;
}

.btn-default i, .btn i, .btn-text i {
    color: #585858;
    margin-right: 10px;
}

*[data-social] i, .btn-group-icons i {
    margin: 0 3px;
}

.social-group {
    margin: 0 -3px;
}

.dropdown.btn-group .active > a {
    color: #262626;
    background-color: #f5f5f5;
}

.btn-default.btn-primary i {
    color: white;
}

.btn.ico i {
    margin-right: 10px;
}

.btn-text {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    display: inline-table;
}

.btn-text:hover {
    color: #7D7D7D;
}

.anima-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: padding-left .3s;
}

.circle-button {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #9C9C9C;
    display: inline-block;
}

.anima-button i {
    position: absolute;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -50%;
    font-size: 100%;
}

.anima-button.btn-xs i {
    margin-top: -9px;
}

.anima-button:hover {
    padding-left: 25px;
    transition: padding-left .3s;
}

.anima-button.circle-button:hover {
    padding-left: 33px;
}

.anima-button.btn-lg:hover, .anima-button.btn-lg.circle-button:hover {
    padding-left: 43px;
}

.anima-button.btn:hover i, .anima-button.circle-button:hover i {
    margin-left: -20px;
}

.anima-button:hover i {
    margin-left: -25px;
    transition: all .3s;
}

.anima-button.btn-lg:hover i, .anima-button.btn-lg.circle-button:hover i {
    margin-left: -30px;
}

.btn-primary:hover i {
    color: white;
}

.button-cnt {
    display: inline-block;
}

.circle-button.btn-primary:hover {
    background-color: #337AB7;
    color: #FFF;
    border-color: #337AB7;
}

.circle-button.btn-primary {
    color: #FFF !important;
    border: none;
}

.btn-primary.circle-button:hover {
    background-color: #3070a7 !important;
}

.navbar-main .circle-button {
    margin-top: 12px;
}

.btn-border, .white .btn-border {
    border-width: 1px;
    border-style: solid;
    background: rgba(255, 255, 255, 0.00) none !important;
}

/*
==============================
IMAGE BOX
==============================
*/
.img-box {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
}

.img-box.thumbnail .caption {
    background-color: #FFF;
}

.img-box.adv-img:hover {
    background-color: transparent;
}

.img-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    z-index: 0;
    transition: opacity 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
}


.img-box.circle:before {
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.995);
}

.img-box.circle.thumbnail:before {
    margin: 4px;
}

.img-box:hover:before {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: none;
    -webkit-transform: translateZ(0);
}

.png-over .img-box img {
    opacity: .8 !important;
    margin: auto;
    height: auto !important;
}

.png-over .img-box:hover img {
    opacity: 1 !important;
}

.png-over .img-box:before, .png-over.img-box:before {
    display: none !important;
}

.png-over li a {
    text-align: center;
}

.png-over li img {
    width: auto !important;
}

.img-box.thumbnail:before {
    margin: 4px;
}

.img-box img {
    z-index: 2;
    position: relative;
    -webkit-transform: translateZ(0);
}

.img-box:hover img {
    opacity: 0.8 !important;
    transition: opacity .3s;
}

.img-box.adv-circle:hover img {
    opacity: 0.6 !important;
}

.img-box.caption-out > span {
    height: 80%;
}

.img-box.caption-out > span.caption {
    height: 20%;
}

.img-box.circle img {
    margin: 0 !important;
}

.img-box > i, .img-box span > i, .img-box .caption > i {
    position: absolute !important;
    margin: 15px;
    font-size: 20px;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

.img-box.i-bottom i {
    bottom: 0;
}

.img-box.i-bottom-right i {
    bottom: 0;
    right: 0;
}

.img-box.i-top-right > i {
    right: 15px;
}

.img-box.i-top-right.inner > span > i {
    right: 0;
}

.img-box.i-bottom-right.inner > span > i {
    bottom: 0;
    right: 0;
}

.img-box.i-center i {
    left: 0;
    margin: -28px 0 0 50%;
    top: 50%;
    line-height: 50px;
}

.img-box.i-center {
    position: relative;
}

.img-box.i-center i::before {
    margin-left: -10px;
}

/*noinspection CssOverwrittenProperties,CssInvalidPropertyValue*/
.grayscale img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.grayscale:hover img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    -webkit-filter: grayscale(0%);
}

*[data-anima].img-box.i-center i {
    padding: 0;
}

*[data-anima="fadeRight"].img-box i, *[data-anima="fadeLeft"].img-box i {
    padding: 0 15px;
}

.img-box .caption {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    padding: 7px 7px 0 7px;
    color: #676767;
    background-color: #FFF;
    z-index: 9;
    position: relative;
}

.img-box.inner, .img-box.inner span {
    position: relative;
}

.img-box.anima-scale-up, .img-box.anima-scale-up-2x, .img-box.anima-scale-rotate, .img-box.show-scale {
    opacity: 1 !important;
}

.img-box.inner.circle .caption {
    padding: 0 20%;
    background: none;
    bottom: 25px;
    height: 45px;
    white-space: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}

.img-box.inner .caption {
    position: absolute;
    z-index: 9;
    margin-top: -47px;
    width: 100%;
    left: 0;
    height: 47px;
    line-height: 14px;
    overflow: hidden;
    background: url("../images/assets/bg-gradient.png") repeat-x top center;
    background-color: transparent !important;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
}

span.caption-box {
    overflow: visible !important;
}

.circle, .circle img {
    border-radius: 50%;
    position: relative;
    backface-visibility: hidden;
    transform: scale(1);
}

.caption.caption-out {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 10px;
    color: #676767;
}

.thumb-xs .img-box, .thumb-xs figure {
    height: 79px;
}

.thumb-s .img-box, .thumb-s figure {
    height: 127px;
}

.thumb-m .img-box, .thumb-m figure {
    height: 168px;
}

.thumb-l .img-box, .thumb-l figure {
    height: 357px;
}

.thumb-xl .img-box, .thumb-l figure {
    height: 500px;
}

/*
============================== 
GALLERY 
============================== 
*/
.gallery {
    width: auto !important;
}

.gallery .img-box, .gallery .img-box img {
    width: 100%;
    display: block;
}

.gallery > a, .gallery .gallery-item {
    display: block;
    float: left;
    overflow: hidden;
}

.gallery.margins > a, .gallery.margins .gallery-item {
    padding: 5px;
    overflow: hidden;
}

.gallery > a span, .img-box > span, .img-box-adv > span {
    display: block;
    overflow: hidden;
    height: 100%;
}

.grid-box .img-box:not(.thumbnail) > span, .grid-box .img-box-adv > span {
    height: auto;
}

/*
============================== 
LIST GRID & MASO
============================== 
*/
.grid-box.row {
    margin: -5px;
    width: calc(100% + 10px);
}

.grid-box.no-margins.row {
    margin: 0;
    width: 100%;
}

.grid-box.no-margins > .grid-item, .no-margins > .grid-item {
    padding: 0;
}

.grid-box > .grid-item {
    padding: 5px;
}

.grid-box .pagination-sm {
    margin: 15px 10px;
}

.grid-item .img-box:not([class*="row-"]), .grid-item .box, .grid-item .base-box {
    height: 100%;
}

.grid-item .advs-box .img-box, .grid-item .adv-img-down-text .img-box {
    height: auto;
}

.grid-item p {
    height: auto;
}

.grid-item > div {
    padding-left: 0;
    padding-right: 0;
}

.grid-item > a, .maso-item > a {
    display: block;
}

.menu-outer ul.nav {
    position: absolute;
    top: -85px;
    text-align: right;
    width: 100%;
}

.menu-outer ul.nav li {
    float: none;
    display: inline-block;
}

.load-more-maso i, .load-more-grid i {
    margin-right: 0;
}

.pagination .next i, .pagination-sm .last i, .pagination i[class*="right"] {
    margin-left: 7px;
}

.pagination .prev a i, .pagination .first a i, .pagination i[class*="left"] {
    margin-right: 7px;
}

.hide-first-last .first, .hide-first-last .last {
    display: none;
}

.pagination > li > a {
    color: #585858;
    border: 1px solid #9C9C9C;
}

.pagination > li.disabled > a {
    border: 1px solid #9C9C9C;
    color: #969696;
}

.pagination > li.disabled > a:hover {
    border: 1px solid #9C9C9C;
}

.pagination > li > a:hover, .pagination > li > a:focus {
    border-color: #9C9C9C;
    color: #585858;
}

.album-title {
    padding: 5px 0;
    display: none;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.album-title .btn {
    margin-left: 15px;
}

.album-title .btn .fa {
    margin: 0 10px 0 0;
}

.album-box.col-md-2 .album-img {
    height: 75px;
}

.album-box.col-md-6 .album-img {
    height: 200px;
}

.album-box {
    padding: 15px;
}

.album-item > div {
    padding-left: 0;
    padding-right: 0;
}

.grid-list .list-nav {
    text-align: center;
    margin-top: 20px;
}

.list-nav .pagination {
    margin: 0 auto;
}

.maso-list, .grid-list {
    position: relative;
}

.album-item .maso-list .navbar-inner {
    margin-top: 25px;
}

.maso-list .navbar-inner {
    margin-bottom: 5px;
}

.maso-box > .maso-item {
    padding: 5px;
    visibility: hidden;
    max-width: 100%;
    height: auto;
}

.maso-item > * {
    opacity: 0;
}

.maso-mask .maso-item > a, .maso-custom .maso-item > * {
    opacity: 1;
}

.maso-mask .maso-item, .maso-custom .maso-box > .maso-item {
    visibility: visible;
}

.maso-box.no-margins .maso-item, .no-margins .maso-item {
    padding: 0;
}

.maso-item .img-box {
    position: relative;
    width: 100%;
}

.maso-item > .img-box {
    display: block;
}

.maso-item .img-box:not([class*="row-"]) {
    height: 100%;
}

.maso-box.bottom-endline {
    overflow: hidden;
    visibility: hidden;
}

.maso-box.row {
    margin-left: -5px;
    margin-right: -5px;
}

.maso-box.no-margins.row {
    margin: 0;
}

.maso-box .clear {
    float: left;
}

.maso-layout .maso-item:nth-child(3n+0) .img-box {
    height: 550px;
    max-height: 550px;
}

.maso-layout .maso-item:nth-child(2n+0) .img-box {
    height: 350px;
    max-height: 350px;
}

.maso-layout .maso-item:nth-child(4n+0) .img-box {
    height: 250px;
    max-height: 250px;
}

.maso-layout .maso-item:nth-child(1) .img-box {
    height: 450px;
    max-height: 450px;
}

.nav.inner.ms-rounded .maso-order {
    padding: 5px 15px;
    margin-right: 0;
    border-radius: 35px;
    color: #585858;
    line-height: 20px;
}

.maso-order i {
    margin-right: 2px;
}

.maso-order:hover {
    background-color: #EEE;
    cursor: pointer;
}

.maso-list .list-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}


.fixed-area {
    z-index: 27;
}

[class*="col-md"].fixed-area.active {
    margin-left: 0;
    margin-right: 0;
}


.scroll-box {
    overflow: hidden;
}

.slimScrollDiv .scroll-box {
    padding-right: 20px;
}

.slimScrollBar {
}

.scroll-content {
    padding-right: 25px;
}

.scroll-content > .col-md-12 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.scroll-content.gradient-bottom:after {
    content: "";
    position: absolute;
    right: 10px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(37, 37, 37, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
    height: 18px;
    margin-bottom: 0;
    border-top: none;
}

.scroll-content.gradient-light:after {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}

.breadcrumb.b {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: right;
}

.widget .tagbox {
    padding: 15px 0;
}

.widget > div:first-child > p:first-child {
    margin-top: 0;
    padding-top: 0;
}

.tagbox span, .tagbox a, .tagcloud a {
    padding: 5px 15px;
    background-color: #484848;
    color: white !important;
    margin: 0 8px 8px 0;
    white-space: nowrap;
    float: left;
    border-radius: 3px;
    cursor: pointer;
}

.tagbox span:hover {
    opacity: 0.7;
}

.screen-reader-text {
    display: none;
}

.widget input[type="search"] {
    border: 1px solid #a9a9a9;
}

.block-quote, div > p.block-quote:last-child {
    margin: 25px 0;
}

.quote-author {
    font-style: italic;
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.block-quote.quote-1, .block-quote.quote-2 {
    font-size: 20px;
    font-weight: 300;
    padding-left: 80px;
    position: relative;
    text-align: left;
    line-height: 28px;
}

.block-quote.quote-2 {
    padding-right: 80px;
}

.block-quote.quote-1:before, .block-quote.quote-2:before {
    content: "\f10e";
    font: normal normal normal 54px/1 FontAwesome;
    position: absolute;
    left: 2px;
    color: #ECECEC;
    right: 0;
    display: inline-block;
    text-align: left;
}

.block-quote.quote-2:before {
    content: "\f10d";
}

.block-quote.quote-2:after {
    content: "\f10e";
    font: normal normal normal 54px/1 FontAwesome;
    position: absolute;
    right: 13px;
    color: #ECECEC;
    margin-top: -35px;
}

.block-quote.text-center {
    text-align: center;
}

/* 
============================== 
TITLES 
============================== 
*/

/* 
------------------------------
TITLE BASE
------------------------------
*/
.title-base {
    text-align: center;
    position: relative;
}

.title-base.title-small {
    margin: 0 0 35px 0;
}

.title-base.title-small p {
    font-size: 13px;
    margin-top: 15px;
}

.title-base.title-small h2 {
    margin: 0 0 15px 0 !important;
}

.title-base.title-small hr {
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-base.text-right .scroll-top {
    right: auto;
    left: 0;
}

.title-base hr {
    width: 50px;
    height: 3px;
    background-color: #694D94;
    border: none;
    margin-top: 0;
}

.title-base h1 b, .title-base p b {
    font-style: italic;
}

.header-title.white .title-base hr, .header-slider.white .title-base hr, .header-video.white .title-base hr, .header-animation.white .title-base hr {
    background-color: #694D94;
}

.text-bold {
    font-weight: 700;
}

.text-black {
    font-weight: 900 !important;
}

.text-light {
    font-weight: 300;
}

.title-base h1, .title-icon h2, .title-icon h1, .title-base.title-small h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
}

header .title-base h1, header div.title-base p, .header-base .breadcrumb.b a, .header-base .breadcrumb li {
    color: #FFF;
}

.title-base p, div.title-icon p {
    font-size: 15px;
    margin-top: 20px;
    color: #6B6B6B;
}

.title-base.text-left hr {
    margin: 0 auto 20px 0;
    left: 0;
}

.title-base.text-right hr {
    margin: 0 0 20px auto;
    right: 0;
}

.title-base .scroll-top, .title-modern .scroll-top {
    background-color: #3E3E3E;
    color: #FFF;
    width: 22px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 45px;
    cursor: pointer;
}

.title-base .scroll-top:hover, .title-modern .scroll-top:hover {
    background-color: #585858;
}

/*
------------------------------
TITLE MODERN
------------------------------
*/
.title-modern {
    position: relative;
    margin-bottom: 15px;
}

.title-modern .scroll-top {
    top: 30px;
}

.title-modern h1, .title-modern h2, .title-modern h3 {
    margin: -1px;
    display: inline-block;
    border-bottom: 1px solid #337AB7;
    white-space: nowrap;
    padding: 5px 0 10px;
}

.title-modern p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.42857143;
}

.title-modern hr {
    margin: 0 0 15px 0;
    border-top: 1px solid #C1C1C1;
}

.title-modern.st-icon hr {
    margin-right: 45px;
}

.title-modern-2 hr {
    max-width: 700px;
    margin: 0 auto 13px auto !important;
}

/*
------------------------------
TITLE ICON
------------------------------
*/
.title-icon {
    text-align: center;
}

.title-icon h2 {
    z-index: 2;
    position: relative;
}

.title-icon p {
    font-weight: 300;
    font-style: italic;
    display: block;
    margin: 1% 0;
    font-size: 14px;
    padding: 0;
    z-index: 2;
    position: relative;
}

.title-icon i {
    font-size: 35px;
    width: 100%;
    background-image: url(../images/assets/dotted-line.png);
    color: #BDBDBD;
    margin-bottom: 5px;
    background-position: center center;
}

.title-icon-bg {
    padding-top: 25px;
    padding-bottom: 30px;
}

.title-icon.title-icon-bg h2 i {
    margin-top: -80px;
    font-size: 170px;
}

.title-icon.title-icon-bg i {
    background: none;
    left: 0;
    margin-top: -142px;
    position: absolute;
    z-index: 0;
    font-size: 200px;
    width: 100%;
    color: rgba(150, 150, 150, 0.18) !important;
    padding-right: 0;
}

/*
============================== 
DROPCAPS 
============================== 
*/
.dropcap {
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 10px 0;
    position: relative;
    float: left;
    font-style: normal;
}

.dropcap.a {
}

/*
==============================
SEPARATORS  
==============================
*/
hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0;
}

hr.space.l {
    height: 50px;
}

hr.space.xs {
    height: 10px;
}

hr.space.s {
    height: 20px;
}

hr.space.m {
    height: 30px;
}

span.space {
    width: 10px;
    display: inline-block;
}

hr.text-left {
    margin-left: 0 !important;
    margin-right: auto !important;
}

hr.text-right {
    margin-right: 0 !important;
    margin-left: auto !important;
}

hr.a {
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    height: 1px;
    max-width: 600px;
}

hr.b {
    border-top: 1px dotted #D4D4D4;
}

hr.c {
    border-top: 1px dashed #C7C7C7;
}

hr.d {
    background: url(../images/assets/gradient-line.png) no-repeat center;
    background-size: contain;
    border: none;
    height: 3px;
}

hr.d-dark {
    background: url(../images/assets/gradient-line-dark.png) no-repeat center;
    background-size: contain;
    border: none;
    height: 3px;
}

hr.e {
    max-width: 50px;
    width: 50px;
    border-top: 3px solid #5D5D5D;
}

.text-center > hr.e {
    margin: 15px auto;
}

hr.f-top, .hr-f-top {
    background: linear-gradient(to top, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    height: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
}

hr.f-top.f-dark, .hr-f-top-dark {
    background: linear-gradient(to top, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}

hr.f, .hr-f-bottom {
    height: 18px;
    margin-top: 0;
    border-top: 1px solid #E4E4E4;
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}

hr.f.f-dark, .hr-f-bottom-dark {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}

.hr-f-top, .hr-f-top-dark, .hr-f-bottom, .hr-f-bottom-dark {
    height: auto;
}

hr.g {
    background: url(../images/overlay/dotted.png) repeat;
    height: 18px;
    border: none;
}

hr.h {
    background: url(../images/overlay/line-45.png) repeat;
    height: 18px;
    border: none;
}

hr.i {
    background: url(../images/overlay/carbonio.png) repeat;
    height: 18px;
    border: none;
}

hr.mini {
    max-width: 200px;
}

hr.micro {
    max-width: 80px;
}

.white hr.h {
    background: url(../images/overlay/line-45-white.png) repeat;
}

.white hr.g {
    background: url(../images/overlay/dotted-white.png) repeat;
}

.white hr.i {
    background: url(../images/overlay/carbonio-white.png) repeat;
}

body .row-1 {
    height: 25px !important;
}

body .row-2 {
    height: 50px !important;
}

body .row-3 {
    height: 75px !important;
}

body .row-4 {
    height: 100px !important;
}

body .row-5 {
    height: 125px !important;
}

body .row-6 {
    height: 150px !important;
}

body .row-7 {
    height: 175px !important;
}

body .row-8 {
    height: 200px !important;
}

body .row-9 {
    height: 225px !important;
}

body .row-10 {
    height: 250px !important;
}

body .row-11 {
    height: 275px !important;
}

body .row-12 {
    height: 300px !important;
}

body .row-13 {
    height: 325px !important;
}

body .row-14 {
    height: 350px !important;
}

body .row-15 {
    height: 375px !important;
}

body .row-16 {
    height: 400px !important;
}

body .row-17 {
    height: 425px !important;
}

body .row-18 {
    height: 450px !important;
}

body .row-19 {
    height: 475px !important;
}

body .row-20 {
    height: 500px !important;
}

body .row-21 {
    height: 750px !important;
}

body .row-22 {
    height: 1000px !important;
}

body .row-23 {
    height: 1250px !important;
}

/*
==============================
SECTIONS
==============================
*/
.section-empty, .footer-parallax-container.bg-color, .footer-parallax-container > .content {
    background-color: #FFF;
    position: relative;
    z-index: 3;
    overflow: visible;
}

.section-empty.typeahead-search {
    z-index: 4;
    overflow: visible;
}

.section-empty.full-height {
    padding: 10vh 0;
}

.section-bg-color {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.overlay-content .section-empty:not(.section-bg-color), .overlay-content.header-video, .overlay-content .section-slide, .overlay-content .header-title:after {
    background: none !important;
}

.section-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-bg-video {
    overflow: hidden;
    position: relative;
}

.section-custom {
    background-color: #FFF;
}

.section-bg-video .videobox {
    height: 130%;
}

.section-bg-video .bg-overlay {
    position: absolute;
    z-index: 2;
}

.section-bg-animation {
    text-align: left;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.section-bg-animation .anima-layer {
    bottom: -55px;
}

.section-bg-animation img.overlay {
    opacity: 1 !important;
}

.section-bg-image.box-middle-container .container, .section-bg-video.box-middle-container .container, .section-slider.box-middle-container .container, .section-bg-animation.box-middle-container .container, .section-empty.box-middle-container .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[class*="section-"] > div > .row:first-child > div > *:first-child, [class*="section-"] > div > *:first-child, [class*="section-"] > *:first-child {
    margin-top: 0;
}

[class*="section-"] > div > .row:last-child > div > *:last-child, [class*="section-"] > div > *:last-child, [class*="section-"] > *:last-child {
    margin-bottom: 0;
}

.section-bg-animation .container, .section-slider .container {
    opacity: 1 !important;
}

.section-bg-animation .container {
    margin-top: 0 !important;
}

.section-bg-color {
    background-color: #f7f7f7;
}

.section-two-blocks .box-middle {
    padding: 50px !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    background: #fff;
}

.section-two-blocks {
    overflow: hidden;
}

.section-two-blocks > .row > div:last-child .content > div {
    padding: 0;
}

.section-two-blocks > .row > div:first-child > div {
    padding-right: 0;
    padding-left: 0;
}

.section-two-blocks .content {
    padding: 25px;
    width: 570px;
}

.section-two-blocks > .row > .col-md-5 .content {
    width: 410px;
}

.section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
    padding-right: 0;
    padding-left: 50px;
}

.section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
    padding-left: 0;
    padding-right: 50px;
}

.section-two-blocks > .row > .col-md-7 .content {
    width: 665px;
}

.section-two-blocks .row > div > a.img-box {
    height: 100%;
    width: 100%;
}

.section-two-blocks .row > div > a.img-box img {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
}

@media (min-width: 994px) {
    .section-two-blocks .row > div > a.img-box img {
        right: 0;
        position: absolute;
    }

    .section-two-blocks.blocks-right .row > div > a.img-box img {
        right: auto;
        left: 0;
    }
}

@media (max-width: 993px) {
    .navbar-collapse.navbar-default {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }

    .navbar-collapse.navbar-default .navbar-nav.brand-menu {
        display:none;
    }

    .navbar-collapse.navbar-default .navbar-nav.navbar-center,
    .navbar-collapse.navbar-default .navbar-nav.user-menu {
        justify-content: flex-start;
        text-align: left;
    }
}

.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7 {
    padding: 0;
}

.section-two-blocks.blocks-right > .row > .col-md-5, .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6, .section-two-blocks.blocks-right > .row > .col-md-6 .content, .section-two-blocks.blocks-right > .row > .col-md-7, .section-two-blocks.blocks-right > .row > .col-md-7 .content {
    float: right;
}

.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7, .section-two-blocks > .row {
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-two-blocks > .row {
        display: flex;
    }

    .section-two-blocks.blocks-right > .row {
        flex-direction: row-reverse;
    }

    .section-two-blocks.full-width-section .content {
        width: 100%;
        padding-right: 40px !important;
    }

    .section-two-blocks.full-width-section.blocks-right .content {
        padding-left: 40px !important;
        padding-right: 25px !important;
    }
}

.section-two-blocks.blocks-right .vertical-row {
    flex-direction: row-reverse;
}

.section-two-blocks .row {
    min-width: 100%;
}

.section-two-blocks .blocks-video iframe {
    position: relative;
    height: 130%;
    width: 130%;
    left: -12%;
    top: -12%;
}

.section-two-blocks .blocks-video *[data-video-youtube] {
    position: relative;
    height: 100%;
}

.section-two-blocks .blocks-video video {
    width: 100%;
}

.section-two-blocks .row > [class*="col-"] {
    height: auto;
}

.section-two-blocks.blocks-multi .row > [class*="col-"] {
    padding: 0;
}

.section-two-blocks > .row > .col-md-6 > .google-map {
    height: 100%;
    min-height: 300px;
}


.section-two-blocks .content > *:last-child {
    margin-bottom: 0;
}

.two-blocks-container {
    background: #fff;
}

.two-blocks-container > .row {
    max-width: 1140px;
    min-width: 0;
    margin: auto;
}

.two-blocks-container > .row .content, .two-blocks-container.section-two-blocks > .row > .col-md-6:last-child .content {
    padding-right: 50px;
    padding-left: 50px;
}

.block-text {
    text-align: center;
    padding: 25px !important;
}

.block-inner {
    border: 2px solid #5A5A5A;
    padding: 25px;
    height: 100%;
}


.section-map {
    position: relative;
    overflow: hidden;
}

.section-map .google-map {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}

.section-map .overlaybox {
    position: absolute;
    z-index: 95;
    width: 100%;
    top: 0;
}

.section-map .overlaybox-inner > *:last-child {
    margin-bottom: 0 !important;
}

.section-map .overlaybox.overlaybox-top {
    margin-bottom: 150px;
}

.section-map .overlaybox-top .overlaybox-inner {
    margin-top: 25px;
}

.section-map .overlaybox-bottom .overlaybox-inner {
    margin-bottom: 25px;
}

.section-map .overlaybox.overlaybox-bottom {
    bottom: 0;
    top: auto;
    margin-top: 150px;
}

.section-map .overlaybox-inner > .row > * {
    padding: 0 15px;
}

.overlaybox-side, .overlaybox-side .content, .overlaybox-side .row {
    height: 1px;
    padding: 0 !important;
}

.overlaybox-side.overlaybox-right .overlaybox-inner {
    margin-left: 0;
    float: right;
}

.overlaybox-side.overlaybox-center .overlaybox-inner {
    float: none;
    display: inline-block;
}

.overlaybox-side.overlaybox-center, .overlaybox-side.overlaybox-center .row {
    text-align: center;
}

.overlaybox-side .overlaybox-inner {
    padding: 25px;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin: 0 25px;
    width: calc(50% - 25px);
}

/*
==============================
OFFERS SEARCH BOX
==============================
*/
.search-box-inline {
    max-width: 80%;
    margin: -60px auto 0 auto;
    background: #fff;
    border: #000 1px solid;
    padding: 20px;
    display: block;
    position: relative;
}

.search-box-inline h3 {
    font-size: 2em;
    color: #000000;
    font-weight: 500;
}

.search-box-inline .search-form {
}

.search-box-inline .search-form label {
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
}

.search-box-inline .search-form .form-control {
    color: #8a8a8a;
}

.search-box-inline .search-form button {
    margin: 25px 0 0 0;
    height: 35px;
    width: 100%;
    background: #000000;
    border: unset;
    color: #ffffff;
    font-weight: 100;
}

.department-box {
    display: inline-block;
    position: relative;
}

.department-box h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}

.department-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
}

.department-box img {
    display: block;
    width: 100%;
}

/*
==============================
SKIN WHITE
==============================
*/
.border-table.white td {
    border: 1px solid white;
}

.white .countdown span, .white .fa-ul > li a, .white .icon-list .list-item i, .white .icon-box-cell label:not(.counter), .white .title-icon h2, .white h1, .white .h1, .white h2, .white .h2, .white h3, .white .h3, .white h4, .white h5, .white h6, .white i, .white .advs-box .icon, .white .advs-box h2, .white .advs-box h3 {
    color: #FAFAFA;
}

.white .title-base hr {
    background-color: #FAFAFA;
}

.white .slimScrollBar {
    background-color: rgba(250, 250, 250, 0.51) !important;
}

.white .advs-box h4, .white .navbar-nav > .active > a, .white .navbar-nav > .active > a:hover, .white .navbar-nav > .active > a:focus, .white .navbar-nav > .open > a, .white .navbar-nav > .open > a:hover, .white .navbar-nav > .open > a:focus, .white .navbar-nav > li > a:focus, .white, .white ul li, .white p, .white .breadcrumb > .active, .white .navbar-nav > li > a, .white .navbar-nav > li > a:hover, .white .dropdown-menu > li > a, .white .niche-box-testimonails h5, .white .title-base h1, .white .title-base h2, .white .title-base h3, .white ul.list-texts li b {
    color: #FAFAFA !important;
}

.white .dropdown-menu {
    background-color: #3D3D3D;
}

.white .dropdown-menu > li > a:hover, .white .dropdown-menu > li > a:focus, .white a {
    color: #E2E2E2;
}

.white .navbar .navbar-mini {
    color: #B8B8B8;
    background-color: #444;
    border-bottom-color: #3D3D3D;
}

.white .navbar .navbar-main {
    background-color: #444444;
    border-bottom: 1px solid #353535;
}

.white header div.scroll-css, header.white div.scroll-css {
    background-color: rgb(68, 68, 68) !important;
}

.white .navbar-mini .navbar-form .btn-default {
    background: #3E3E3E;
    border-left: 1px solid #3E3E3E;
}

.white .navbar-mini .form-control {
    background: #444444;
}

.white .minisocial-group i {
    color: rgb(183, 183, 183);
    border-right: 1px solid #3D3D3D;
}

.white i.first {
    border-left: 1px solid #3D3D3D;
}

.white .navbar.inside {
    border: 1px solid #3D3D3D;
}

.white.circle-button i, .white .circle-button i, .white .navbar-toggle > span, .white .navbar-toggle i {
    color: white;
}

.white.btn, .white .btn, .white .navbar-inner .navbar-toggle {
    color: white;
    border-color: #FFF;
    background: none;
}

ul.pagination.white > li > a, .pagination > .disabled > span, .pagination.white > .disabled > a, .pagination.white > .disabled > a:hover {
    background: none;
    color: #FFF;
    border-color: #FFF;
}

ul.pagination.white > li > a:hover, .white.circle-button:hover, .white .circle-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.pagination.white > .active > a, .pagination.white > .active > a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #404040;
}

/*
=======================================================================================
=======================================================================================
MOBILE - PHONE - Extra small devices
=======================================================================================
=======================================================================================
*/
button.navbar-toggle {
    padding: 3px !important;
    border: none;
}

.navbar-toggle > i {
    font-size: 25px;
    margin: 2px 5px 0 5px;
    line-height: 23px;
    color: #4C4C4C;
}

.side-menu li.active > ul {
    display: none;
    height: auto !important;
}

.side-menu li.active.open > ul {
    display: block;
}

.navbar-toggle > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #585858;
    margin: 5px 5px 0 5px;
    float: right;
}

.navbar-default form {
    border: none;
}

@media (max-width: 1500px) {
    .side-menu-container .container {
        width: 950px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .section-two-blocks div.content {
        width: 460px;
    }

    div.box-menu-inner {
        margin-left: -485px;
    }
}

/*
==============================
MOBILE - EXTRA SMALL SCREENS
==============================
*/
@media (max-width: 767px) {
    .our-people-featured {
        background: #f5f5f5;
        padding: 20px;
        height: 120px;
    }

    .our-people-content {
        height: 360px;
    }

    .cover-title {
        margin: -15px;
    }
}


/*
==============================
INTERNET EXPLORER < 10
==============================
*/
html.iex .side-menu ul ul {
    display: block;
}

html.iex .side-menu.over ul ul {
    display: none;
}

html.iex .img-box img {
    margin-top: 0 !important;
}

html.iex .footer-parallax {
    z-index: 0;
}

footer .copy-row {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    padding: 10px;
}


/****
MISC
 */

.carousel {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-inner > .item > img {
    width: 100%;
    height: 100%;
}

/** Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 480px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 3rem;
    }

    body > .page-content {
        margin-top: 91px;
    }

    .home-cta {
        font-size: 2rem;
    }

    .open-positions {
        padding: 30px 15px 25px 15px;
        border-right: 0;
    }

    .sidebar-filter {
        border-right: 0;
    }

    .department-icon-container {
        margin: 0 0 10px 0;
    }

    .single-offer-preview {
        padding: 20px 0;
    }
}

/** Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 4rem;
    }

    body > .page-content {
        margin-top: 101px;
    }

    .home-cta {
        font-size: 2rem;
    }

    .open-positions {
        padding: 30px 15px 25px 0px;
        border-right: 0;
    }

    .sidebar-filter {
        border-right: 0;
    }

    .department-icon-container {
        margin: 0 0 10px 0;
    }

    .single-offer-preview {
        padding: 20px 0;
    }
}

/** Medium devices (tablets, 768px and up) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 5rem;
    }

    .open-positions {
        padding: 30px 15px 25px 15px;
        border-right: 0;
    }

    .department-icon-container {
        margin: 0 0 10px 0;
    }

    .single-offer-preview {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .home-about-us-left {
        border-right: 1px solid #000 !important;
    }

    .home-about-us-right {
        /*border-left: 1px solid #000 !important;*/
    }

    header .navbar-nav > li > a {
        padding: 41px 15px 39px 15px;
        min-height: 65px;
    }

    #sidebarContent,
    #sidebarContent .sidebar-filter {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: 100% !important;
    }
}

/* For screens with a maximum width of 480px (e.g., smartphones) */
@media screen and (max-width: 480px) {
    .open-positions-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .open-positions-counter.counter {
        font-size: 4rem;
    }
}

/* For screens with a minimum width of 481px and a maximum width of 768px (e.g., larger smartphones and small tablets) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 5rem;
    }

    .icon-box-top-bottom .icon-box-cell p {
        font-size: 3rem;
    }

    .open-positions-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .open-positions-counter.counter {
        font-size: 4rem;
    }
}

/* For screens with a minimum width of 769px and a maximum width of 1024px (e.g., tablets and small laptops) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 2.5rem;
    }

    .icon-box-top-bottom .icon-box-cell p {
        font-size: 1.8rem;
    }

    .open-positions-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .open-positions-counter {
        font-size: 2rem;
    }
}

/* For screens with a minimum width of 1025px and a maximum width of 1200px (e.g., laptops and desktops) */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .icon-box-top-bottom .icon-box-cell label {
        font-size: 3rem;
    }

    .icon-box-top-bottom .icon-box-cell p {
        font-size: 2rem;
    }

    .open-positions-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .open-positions-counter {
        font-size: 2rem;
    }

    .open-positions {
        padding: 20px 15px 20px 15px;
    }
}

/* For screens with a minimum width of 1201px (e.g., large desktops and high-resolution screens) */
@media screen and (min-width: 1201px) {
    /* Example: Styles for large desktops and high-resolution screens go here */
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border: unset;
}

.file-caption.icon-visible .file-caption-name {
    border: unset;
}

.open-positions-text {
    display: flex;
    justify-content: flex-start; /* Center the content */
    align-items: flex-start;
    /* Space between words */
    font-size: 1.2rem;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1.2rem;
    flex-direction: column;
    align-content: flex-start;
}

@media (max-width: 1024px) {
    .open-positions-text {
        flex-direction: row; /* Ensure the content stays in one line */
        font-size: 1rem; /* Adjust font size for smaller screens */
        line-height: 1.2rem;
    }
}

.title-divider {
    margin-left: -15px;
    margin-right: -15px;
}
