


@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,600");


::selection{
    background-color: #f9a333;
    color: #fff;
}

::-moz-selection{
    background-color: #f9a333;
    color: #fff;
}

.bg-base-color {
    background-color: #f9a333 !important;
}

.border-base-color {
    border-color: #f9a333 !important;
}

.btn-base-color {
    background-color: #f9a333 !important;
}
usel-custom.carousel-fullscreen .flickity-page-dots .dot.is-selected {
    background: #f9a333 !important;
}

.pace .pace-progress {
    background-color: #f9a333 !important;
}

.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option[aria-selected=true] {
    background-color: #f9a333 !important;
}

.text-base-color {
    color: #f9a333 !important;
}

#home {
    height: 100%!important;
    position: relative;
}

#home .container {
    position: relative;
    z-index: 20;
}

@media (min-width: 992px) {
    #home {
        height: calc(60% - 65px);
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #f9a333;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid rgba(249, 163, 51, 0.75);
    border-radius: 2px;
    background-color: rgba(249, 163, 51, 0.3);
    color: #323232;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(249, 163, 51, 0.75);
    box-shadow: 0 1px 6px rgba(249, 163, 51, 0.75);
}
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f9a333;
    border-right: 0 solid #f9a333;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.niemann {
    background-color: #F9A333 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

h2#timeline {
    color: #fff;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}



#home.home-bg-static {
    //background-image: url("https://n-land.de/wp-content/uploads/2016/11/Huehner-1200x800.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background: #fff;
}


.col-profile {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (min-width: 768px) {
    .col-profile {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .col-profile {
        padding-bottom: 130px;
        padding-top: 130px;
    }
}

#services .border-bottom {
    border-bottom-style: dashed !important;
}

.accolades > .item {
    margin-top: 25px;
    position: relative;
}

.accolades > .item:before {
    border-left: 1px dashed #a1a1a1;
    content: '';
    display: block;
    height: calc(100% + 25px);
    left: 30px;
    position: absolute;
    top: 0;
    width: 1px;
}

.accolades > .item:first-child {
    margin-top: 0;
}

.accolades > .item:last-child:before {
    display: none;
}

.accolades > .item:last-child > .item-content {
    border: 0;
}

.accolades > .item > span {
    left: 0;
    position: absolute;
    top: 0;
}

.accolades > .item > .item-content {
    border-bottom: 1px dashed #a1a1a1;
    margin-left: 94px;
    padding-bottom: 25px;
}

#quality {
    background-image: url("https://n-land.de/wp-content/uploads/2016/11/Huehner-1200x800.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#quality .container{ 
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    box-sizing: content-box;
}

#gmap {
    height: 400px;
    position: relative;
    width: 100%;
}

footer {
    padding: 10px 0 30px;
    color: #fff;
}

footer a{
    color: #fff;
}

footer ul > li:not(:last-child) {
    margin-right: 10px !important;
}

footer ul > li a {
    display: block;
    height: 48px;
    text-align: center;
    width: 48px;
}

footer ul > li a:hover i {
    opacity: 0.9;
}

footer ul > li a i {
    line-height: 48px !important;
    opacity: 0.7;
}

.accordion .item a:before,
.accordion .item-label {
    line-height: 40px !important;
    top: 0;
    text-align: center
}

.accordion .item .card,
.accordion .item .card-header {
    background-color: transparent
}

.bg-cover,
.bg-parallax {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.btn,
.mfp-counter,
.mfp-title,
.navbar .nav-link {
    text-transform: uppercase
}


html{
    zoom: .85;
    -ms-transform: scale(1);
    -o-transform: scale(.85);
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
}
body,
html {
    color: #323232;
    font-family: "Open Sans", sans-serif;
    height: 100%;
    letter-spacing: .025rem;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:focus {
    outline: 0 !important
}

.btn,
.select2-container--default .select2-selection--single.select2-container-custom:focus {
    outline: 0
}

a[href^=tel] {
    color: inherit
}

.accordion,
.accordion .item {
    position: relative
}

.accordion .item:before {
    border-left: 1px dashed #a1a1a1;
    content: '';
    display: none;
    height: 100%;
    left: 170px;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 1px
}

.accordion .item:last-child:before {
    display: none
}

.accordion .item-label {
    display: block;
    font-weight: 600;
    height: 40px;
    left: 50%;
    margin-left: -60px;
    margin-top: -20px;
    position: absolute;
    width: 120px;
    z-index: 10
}

.accordion .item a {
    display: none;
    height: 40px;
    left: 150px;
    position: absolute;
    top: 0;
    width: 40px
}

.accordion .item a.collapsed:before {
    content: '\f067'
}

.accordion .item a:before {
    color: #fff;
    content: '\f068';
    display: block;
    font-family: FontAwesome;
    font-size: .875rem;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.bg-cover,
.bg-overlay-black-1,
.bg-overlay-black-2,
.bg-overlay-black-3,
.bg-overlay-black-4,
.bg-overlay-black-5,
.bg-overlay-black-6,
.bg-overlay-black-7,
.bg-overlay-black-8,
.bg-overlay-black-9,
.bg-parallax {
    position: relative
}

.accordion .item .card {
    width: 100%
}

.bg-white {
    background-color: #fff !important
}
.bg-orange {
    background-color: rgba(150, 150, 150, 0.1) !important
}
.bg-orange-full {
    background-color: #F9A333 !important
}

.bg-parallax {
    height: 150%;
    overflow: hidden;
    width: 100%;
    top: -75%
}

.bg-overlay-black:before,
.bg-overlay-white:before{
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: scale(0.96, 0.94);
    border: 20px solid rgba(50, 50, 50, 0.65);
}
.bg-overlay-black:after,
.bg-overlay-white:after{
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 20px solid #f9a538;
    transform: scale(0.935, 0.8875);
}

.border {
    border: 1px solid rgba(255, 255, 255, .1)
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.border-left {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.border-thick {
    border-width: 2px !important
}

.border-medium-thick {
    border-width: 3px !important
}

.border-extra-thick {
    border-width: 4px !important
}

.border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important
}

.border-y-0 {
    border-bottom: 0 !important;
    border-top: 0 !important
}

.border-black {
    border-color: #000 !important
}

.border-gray {
    border-color: #a1a1a1 !important
}

.border-gray-2 {
    border-color: #363636 !important
}

.border-gray-dark {
    border-color: #171717 !important
}

.border-gray-dark-2 {
    border-color: #0d0c0d !important
}

.border-gray-dark-3 {
    border-color: #080708 !important
}

.border-white {
    border-color: #fff !important
}

.box-shadow {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05) !important
}

.box-shadow-shallow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1) !important
}

.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2) !important
}

.btn-white {
    color: #000 !important
}

.btn,
.btn:focus,
.btn:hover {
    color: #fff
}

.btn {
    border: none !important;
    cursor: pointer;
    font-size: .75rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: .125rem;
    line-height: 1.125rem;
    margin-right: 1rem;
    padding: .75rem 1.375rem
}

.btn:focus {
    box-shadow: none
}

.btn-circle {
    border-radius: 50% !important
}

.btn i {
    margin-right: .187rem
}

.btn-extra-small,
.btn-small {
    font-size: .625rem;
    margin-right: .75rem
}

.btn-white.btn-hover-black:hover,
.btn-white.btn-hover-gray-2:hover,
.btn-white.btn-hover-gray-dark-2:hover,
.btn-white.btn-hover-gray-dark-3:hover,
.btn-white.btn-hover-gray-dark:hover,
.btn-white.btn-hover-gray:hover,
.btn-white.btn-hover-white:hover {
    color: #fff !important
}

.btn-black {
    background-color: #000 !important
}

.btn-gray {
    background-color: #a1a1a1 !important
}

.btn-gray-2 {
    background-color: #363636 !important
}

.btn-gray-dark {
    background-color: #171717 !important
}

.btn-gray-dark-2 {
    background-color: #0d0c0d !important
}

.btn-gray-dark-3 {
    background-color: #080708 !important
}

.btn-white {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, .7)
}

.btn-extra-small {
    line-height: .9375rem;
    padding: .625rem .75rem .5rem
}

.btn-extra-small.btn-icon {
    height: 30px;
    line-height: 31px;
    width: 30px
}

.btn-small {
    line-height: .9375rem;
    padding: .625rem .875rem
}

.btn-small.btn-icon {
    height: 35px;
    line-height: 36px;
    width: 35px
}

.btn-medium {
    font-size: .75rem;
    line-height: 1.125rem;
    padding: .75rem 1.375rem
}

.btn-medium.btn-icon {
    height: 41px;
    line-height: 42px;
    width: 41px
}

.btn-large {
    font-size: .75rem;
    line-height: 1.125rem;
    padding: 1.125rem 1.875rem
}

.btn-large.btn-icon {
    height: 56px;
    line-height: 57px;
    width: 56px
}

.btn-extra-large {
    font-size: .75rem;
    line-height: 1.125rem;
    padding: 1.25rem 2.188rem
}

.btn-extra-large.btn-icon {
    height: 62px;
    line-height: 64px;
    width: 62px
}

.chart-bar > .item-progress,
.chart-bar > .percent {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.chart-bar {
    border-radius: 2px;
    display: block;
    height: 20px;
    position: relative;
    width: 100%
}

.chart-bar > .item-progress {
    border-radius: 2px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1%
}

.chart-bar > .percent,
.chart-circle > .percent {
    line-height: 40px !important;
    top: 50%;
    text-align: center
}

.chart-bar > .percent {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: calc(100% - 40px);
    width: 40px;
    z-index: 10
}

.chart-circle {
    position: relative;
    text-align: center
}

.chart-circle .chart {
    background-color: #a1a1a1;
    border-radius: 50%;
    height: 120px;
    margin: 0 auto;
    padding: 6px;
    position: relative;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 120px
}

.chart-circle .chart > .item-progress {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 108px
}

.chart-circle .chart > .item-progress:before {
    border-radius: 106px;
    background-color: #363636;
    content: '';
    display: block;
    height: 108px;
    width: 108px
}

.chart-circle > .percent {
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    width: 40px
}

.chart-column,
.chart-column > .chart,
.chart-column > .chart > .item:before,
.chart-column > .chart > .item > .bar,
.chart-column > .chart > .item > .bar > .item-progress,
.chart-column > .chart > .item > .bar > span {
    bottom: 0
}

.chart-column > .chart > .item > .bar > span,
.chart-column > .legend.legend-left > span,
.chart-column > .legend.legend-right > .item > span {
    display: block
}

.chart-column > .chart,
.chart-column > .chart > .item,
.chart-column > .chart > .item > .bar,
.chart-column > .legend.legend-right {
    height: 100%
}

.chart-column:after,
.chart-column:before,
.chart-column > .chart > .item > .bar > .item-progress,
.chart-column > .chart > .item > .bar > span,
.chart-column > .legend.legend-left,
.chart-column > .legend.legend-left > span {
    left: 0
}

.chart-column:after,
.chart-column:before,
.chart-column > .chart > .item:before,
.chart-column > .chart > .item > .bar,
.chart-column > .chart > .item > .bar > .item-progress,
.chart-column > .chart > .item > .bar > .item-progress > span,
.chart-column > .chart > .item > .bar > span,
.chart-column > .legend,
.chart-column > .legend.legend-left > span,
.chart-column > .legend.legend-right > .item > span {
    position: absolute
}

.chart-column,
.chart-column > .chart,
.chart-column > .chart > .item,
.chart-column > .legend.legend-right > .item {
    position: relative
}

.chart-column > .legend.legend-right,
.chart-column > .legend.legend-right > .item > span {
    right: 0
}

.chart-column:before,
.chart-column > .legend,
.chart-column > .legend.legend-right > .item > span {
    top: 0
}

.chart-column,
.chart-column > .chart > .item > .bar > .item-progress,
.chart-column > .chart > .item > .bar > span,
.chart-column > .legend.legend-right > .item {
    width: 100%
}

.chart-column:after,
.chart-column:before {
    border-bottom: 1px dashed #a1a1a1;
    border-top: 1px dashed #a1a1a1;
    content: '';
    height: 25%;
    margin-left: -15px;
    width: calc(100% + 30px)
}

.chart-column {
    height: 320px;
    opacity: .9
}

.chart-column:after {
    top: 50%
}

.chart-column > .legend {
    z-index: -1
}

.chart-column > .legend.legend-left {
    border: 1px solid #a1a1a1;
    border-right: none;
    height: 75%;
    margin-left: -55px;
    width: 25px
}

.chart-column > .legend.legend-left > span {
    height: 50px;
    line-height: 50px !important;
    margin-left: -60px;
    margin-top: -25px;
    top: 50%;
    width: 65px
}

.chart-column > .legend.legend-right {
    margin-right: -115px;
    width: 100px
}

.chart-column > .legend.legend-right > .item {
    height: 25%
}

.chart-column > .legend.legend-right > .item > span {
    height: 40px;
    line-height: 40px !important;
    margin-top: -20px;
    width: 100px
}

.chart-column > .chart {
    left: 50%;
    margin-left: -49%;
    width: 98%;
    z-index: 20
}

.chart-column > .chart > .item {
    float: left;
    width: 20%
}

.chart-column > .chart > .item:before {
    border-right: 1px dashed #a1a1a1;
    content: '';
    height: calc(100% + 15px);
    left: 50%;
    opacity: .7;
    width: 1px;
    z-index: -1
}

.chart-column > .chart > .item > .bar {
    left: 3px;
    width: 94%
}

.chart-column > .chart > .item > .bar > span {
    height: 26px;
    line-height: 26px !important;
    text-align: center
}

.chart-column > .chart > .item > .bar > .item-progress {
    height: 20%
}

.chart-column > .chart > .item > .bar > .item-progress > span {
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    left: 50%;
    top: calc(50% - 13px);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}

.ease {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flexslider {
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: 0
}

.flexslider-controls .flex-control-nav li {
    margin: 0 3px
}

.flexslider-controls .flex-control-nav a {
    display: block;
    height: 40px;
    width: 40px
}

.flexslider-direction-nav {
    right: 0;
    position: absolute;
    top: 0;
    z-index: 20
}

.carousel-custom,
.checkbox > label {
    position: relative
}

.carousel-custom.carousel-fullscreen,
.carousel-custom.carousel-fullscreen .flickity-viewport .flickity-slider {
    height: 100%
}

.carousel-custom.carousel-fullscreen,
.carousel-custom.carousel-fullscreen .flickity-viewport,
.carousel-custom.carousel-fullscreen .flickity-viewport .flickity-slider {
    width: 100%
}

.carousel-custom.carousel-fullscreen .flickity-viewport {
    height: 100% !important
}

.carousel-custom.carousel-fullscreen .flickity-page-dots {
    bottom: 40px
}

.carousel-custom.carousel-fullscreen .flickity-page-dots .dot {
    background: rgba(255, 255, 255, .6);
    border-radius: 1px;
    height: 4px;
    opacity: 1;
    width: 30px
}

.font-base {
    font-family: "Open Sans", sans-serif !important
}

.font-alt {
    font-family: Montserrat, sans-serif !important
}

.font-w-300 {
    font-weight: 300 !important
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.font-w-700 {
    font-weight: 700 !important
}

.font-w-900 {
    font-weight: 900 !important
}

input[type=email].form-control,
input[type=text].form-control,
select.form-control,
textarea.form-control {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #363636 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: .875rem !important;
    letter-spacing: .025rem !important;
    padding: .75rem .875rem .75rem 0
}

input.error[type=email].form-control,
input.error[type=text].form-control,
select.error.form-control,
textarea.error.form-control {
    border-color: #c00 !important
}

select.form-control {
    font-size: .875rem !important;
    height: auto !important;
    letter-spacing: .025rem !important;
    padding: .657rem .625rem
}

label.error {
    color: #c00;
    display: none !important;
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: .5rem
}

.checkbox input[type=checkbox]:checked + label:before,
.radio input[type=radio]:checked + label:before {
    color: #a1a1a1 !important;
    font-family: FontAwesome;
    font-weight: 400;
    text-align: center
}

.checkbox > label,
.radio > label {
    display: inline-block;
    padding-left: 26px
}

.form-group {
    margin-bottom: 1.25rem
}

.checkbox:last-child,
.checkbox > label,
.radio > label {
    margin-bottom: 0
}

::-webkit-input-placeholder {
    color: #323232 !important;
    font-size: .875rem !important;
    letter-spacing: .025rem !important;
    opacity: 1 !important;
    text-overflow: ellipsis !important
}

:-moz-placeholder {
    color: #323232 !important;
    font-size: .875rem !important;
    letter-spacing: .025rem !important;
    opacity: 1 !important;
    text-overflow: ellipsis !important
}

:-ms-input-placeholder {
    color: #323232 !important;
    font-size: .875rem !important;
    letter-spacing: .025rem !important;
    opacity: 1 !important;
    text-overflow: ellipsis !important
}

.checkbox > label:before,
.radio > label:before {
    left: 0;
    margin-top: -9px;
    opacity: .6;
    width: 18px;
    top: 50%
}

.checkbox > label {
    height: 30px;
    font-size: .875rem;
    line-height: 30px
}

.checkbox > label:before {
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    content: '';
    height: 18px;
    position: absolute
}

.checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden
}

.checkbox input[type=checkbox]:checked + label:before {
    content: '\f00c';
    font-size: 10px;
    line-height: 16px
}

.radio > label {
    font-size: .875rem;
    height: 30px;
    line-height: 30px;
    position: relative
}

.radio > label:before {
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    content: '';
    height: 18px;
    position: absolute
}

.radio input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radio input[type=radio]:checked + label:before {
    content: '\f00c';
    font-size: 10px;
    line-height: 16px
}

.select2-search__field {
    display: none
}

.select2-container--default .select2-selection--single.select2-container-custom {
    background-color: #0d0c0d;
    border-color: #363636;
    border-radius: 0;
    height: 46px;
    padding: 8px
}

.select2-container--default .select2-selection--single.select2-container-custom .select2-selection__rendered {
    color: #a1a1a1;
    font-size: .875rem
}

.select2-container--default .select2-selection--single.select2-container-custom .select2-selection__arrow {
    height: 46px
}

.select2-container--default .select2-selection--single.select2-container-custom .select2-selection__arrow b {
    border-color: #a1a1a1 transparent transparent;
    border-width: 8px 6px 0;
    margin-left: -12px;
    margin-top: -4px;
    opacity: .8
}

.select2-search--dropdown {
    padding: 0
}

.select2-dropdown-custom {
    background-color: #0d0c0d;
    border-color: #363636;
    border-radius: 0
}

.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option {
    color: #a1a1a1;
    font-size: .875rem;
    padding: 8px 15px
}

.mfp-counter,
.mfp-counter-curr,
.mfp-image-holder .mfp-close,
.mfp-title {
    color: #fff;
    opacity: .9 !important
}

.navbar,
.navbar-brand {
    padding-bottom: 0;
    padding-top: 0
}

.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option--highlighted[aria-selected],
.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option:hover {
    background-color: #171717
}

.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option[aria-selected=true] {
    color: #fff
}

.gallery-grid figure .gallery-img img,
.gallery-grid figure .gallery-link a,
.gallery-grid figure .gallery-title span,
.gallery-grid figure .gallery-title:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-grid figure {
    height: 100%;
    margin: 0 !important;
    position: relative;
    width: 100%
}

.gallery-grid figure:hover .gallery-link a {
    left: 40px;
    opacity: 1
}

.gallery-grid figure:hover .gallery-link a.zoom {
    left: 0
}

.gallery-grid figure:hover .gallery-title:before {
    background: rgba(0, 0, 0, .6)
}

.gallery-grid figure:hover .gallery-title span {
    margin-top: 0;
    opacity: 1
}

.gallery-grid figure .gallery-link {
    height: 48px;
    left: 50%;
    margin-left: -44px;
    margin-top: -48px;
    position: absolute;
    top: 50%;
    width: 88px;
    z-index: 15
}

.gallery-grid figure .gallery-link a {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.gallery-grid figure .gallery-link a.zoom {
    left: 40px
}

.gallery-grid figure .gallery-title:before {
    background: 0 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.gallery-grid figure .gallery-title span {
    display: block;
    height: 48px;
    line-height: 48px !important;
    margin-top: -48px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 10
}

.gallery-grid figure .gallery-img img {
    display: block;
    position: relative;
    top: 0;
    width: 100%
}

.mfp-bg {
    background: #0d0c0d;
    opacity: .95 !important
}

.mfp-figure:after {
    -webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2)
}

.mfp-counter,
.mfp-title {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px
}

.mfp-zoom-out-cur {
    cursor: url(../img/icon-zoom-out-white.png), -moz-zoom-out;
    cursor: url(../img/icon-zoom-out-white.png), -webkit-zoom-out;
    cursor: url(../img/icon-zoom-out-white.png), zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-arrow {
    height: 60px !important;
    margin-top: -30px !important;
    opacity: .9 !important;
    width: 60px !important
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: none !important
}

.mfp-arrow-left,
.mfp-arrow-right {
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.mfp-arrow-right {
    background-image: url(../img/icon-arrow-right-white.png) !important;
    right: 25px !important
}

.mfp-arrow-left {
    background-image: url(../img/icon-arrow-left-white.png) !important;
    left: 25px !important
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .98
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.icon {
    display: inline-block;
    font-size: 1.125rem !important;
    height: 60px;
    line-height: 60px !important;
    text-align: center;
    width: 60px
}

.icon.icon-small {
    font-size: .75rem;
    height: 48px;
    line-height: 48px !important;
    width: 48px
}

.icon.icon-medium {
    font-size: 1.5rem !important;
    height: 64px;
    line-height: 64px !important;
    width: 64px
}

.icon.icon-large {
    font-size: 2.75rem !important;
    height: 100px;
    line-height: 100px !important;
    width: 100px
}

.letter-spacing-1 {
    letter-spacing: .0625rem !important
}

.letter-spacing-2 {
    letter-spacing: .125rem !important
}

.letter-spacing-3 {
    letter-spacing: .1875rem !important
}

.letter-spacing-4 {
    letter-spacing: .25rem !important
}

.letter-spacing-5 {
    letter-spacing: .3125rem !important
}

.letter-spacing-6 {
    letter-spacing: .375rem !important
}

.letter-spacing-7 {
    letter-spacing: .4375rem !important
}

.letter-spacing-8 {
    letter-spacing: .5rem !important
}

.letter-spacing-9 {
    letter-spacing: .5625rem !important
}

.letter-spacing-10 {
    letter-spacing: .625rem !important
}

.no-letter-spacing {
    letter-spacing: 0 !important
}

.navbar,
.navbar .nav-link,
.navbar .nav-link:before,
.navbar-header {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar {
    background-color: #F9A333 !important;
    border-bottom: 1px solid #fff;
    opacity: .98;
    margin-top: -8%;
}

.navbar .nav-link,
.navbar-brand {
    font-family: Montserrat, sans-serif;
    letter-spacing: .125rem;
    opacity: .95
}

.navbar.shrink {
    z-index: 1000 !important;
    margin-top: 0%;
}

.sticky-wrapper{
    margin-bottom: 5%;
    position: relative;
    z-index: 99;
}

.navbar-header {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
    line-height: 80px
}

.navigation{
    z-index: 9999;
    margin-bottom: 8%;
}

.navbar-brand {
    font-weight: 600
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .3) !important
}

.navbar .nav-item {
    padding: 8px 0
}

.navbar .nav-link {
    color: #fff !important;
    display: inline-block;
    font-size: .75rem;
    padding: 0 !important;
    position: relative;
    font-weight: bolder;
    
}

.navbar .nav-link:before {
    background-color: #fff !important;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin-bottom: -2px;
    opacity: 0;
    position: absolute;
    width: 100%
}

.navbar .nav-link.active:before {
    opacity: .8
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-0-5 {
    opacity: .05 !important
}

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

.opacity-1-5 {
    opacity: .15 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-2-5 {
    opacity: .25 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-3-5 {
    opacity: .35 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-4-5 {
    opacity: .45 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-5-5 {
    opacity: .55 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-6-5 {
    opacity: .65 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-7-5 {
    opacity: .75 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-8-5 {
    opacity: .85 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-9-5 {
    opacity: .95 !important
}

.no-opacity {
    opacity: 1 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-relative {
    position: relative !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.right-0 {
    right: 0 !important
}

.right-50 {
    right: 50% !important
}

.right-100 {
    right: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.left-0 {
    left: 0 !important
}

.left-50 {
    left: 50% !important
}

.left-100 {
    left: 100% !important
}

.pace {
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    height: 3px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 2000
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.scroll-to-top {
    border-radius: 2px;
    display: none;
    position: fixed;
    right: 35px;
    bottom: 8px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.scroll-to-top i {
    color: #fff;
    font-size: 1.25rem;
    margin: 16px 9px 8px;
}

section {
    padding: 80px 0
}

.sep-line,
.sep-line-extra-thick,
.sep-line-extra-thick-full,
.sep-line-extra-thick-long,
.sep-line-full,
.sep-line-long,
.sep-line-medium-thick,
.sep-line-medium-thick-full,
.sep-line-medium-thick-long,
.sep-line-thick,
.sep-line-thick-full,
.sep-line-thick-long,
.sep-line-thin,
.sep-line-thin-full,
.sep-line-thin-long {
    display: block
}

.sep-line-thin,
.sep-line-thin-full,
.sep-line-thin-long {
    height: 1px
}

.sep-line,
.sep-line-full,
.sep-line-long {
    height: 2px
}

.sep-line-thick,
.sep-line-thick-full,
.sep-line-thick-long {
    height: 4px
}

.sep-line-medium-thick,
.sep-line-medium-thick-full,
.sep-line-medium-thick-long {
    height: 6px
}

.sep-line-extra-thick,
.sep-line-extra-thick-full,
.sep-line-extra-thick-long {
    height: 8px
}

.sep-line,
.sep-line-extra-thick,
.sep-line-medium-thick,
.sep-line-thick,
.sep-line-thin {
    width: 30px
}

.sep-line-extra-thick-long,
.sep-line-long,
.sep-line-medium-thick-long,
.sep-line-thick-long,
.sep-line-thin-long {
    width: 80px
}

.sep-line-extra-thick-full,
.sep-line-full,
.sep-line-medium-thick-full,
.sep-line-thick-full,
.sep-line-thin-full {
    width: 100%
}

.text-black {
    color: #000 !important
}

.text-gray {
    color: #a1a1a1 !important
}

.text-gray-2 {
    color: #363636 !important
}

.text-gray-dark {
    color: #171717 !important
}

.text-gray-dark-2 {
    color: #0d0c0d !important
}

.text-gray-dark-3 {
    color: #080708 !important
}

.text-white {
    color: #fff !important
}

.text-underline {
    text-decoration: underline !important
}

.text-extra-small {
    font-size: .625rem !important;
    line-height: .9375rem !important
}

.text-small {
    font-size: .75rem !important;
    line-height: 1.125rem !important
}

.text-medium {
    font-size: .9rem !important;
    line-height: 1.313rem !important
}

.text-large {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.text-extra-large {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important
}

.title-small {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important
}

.title-medium {
    font-size: 1.5rem !important;
    line-height: 2.125rem !important
}

.title-large {
    font-size: 1.75rem !important;
    line-height: 2.375rem !important
}

.title-extra-large {
    font-size: 2.25rem !important;
    line-height: 2.875rem !important
}

.title-extra-large-2 {
    font-size: 2.75rem !important;
    line-height: 3.375rem !important
}

.title-extra-large-3 {
    font-size: 3.125rem !important;
    line-height: 3.75rem !important;
    font-weight: bolder;
}

.title-extra-large-4 {
    font-size: 4.375rem !important;
    line-height: 5rem !important
}

.title-extra-large-5 {
    font-size: 5rem !important;
    line-height: 5.625rem !important
}

.title-big {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important
}

.title-big-2 {
    font-size: 7.75rem !important;
    line-height: 7.75rem !important
}

.title-big-3 {
    font-size: 9.375rem !important;
    line-height: 9.375rem !important
}

@media (min-width:768px) {
    .accordion .item a,
    .accordion .item:before {
        display: block
    }
    .accordion .item-label {
        left: 0;
        margin-left: 0;
        margin-top: 0
    }
    .accordion .item .card {
        margin-left: 210px;
        width: calc(100% - 210px)
    }
}

@media (max-width:1199px) {
    .btn-lg-extra-small,
    .btn-lg-small {
        font-size: .625rem;
        margin-right: .75rem
    }
    .btn-lg-extra-small {
        line-height: .9375rem;
        padding: .625rem .75rem .5rem
    }
    .btn-lg-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-lg-small {
        line-height: .9375rem;
        padding: .625rem .875rem
    }
    .btn-lg-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-lg-medium {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: .75rem 1.375rem
    }
    .btn-lg-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-lg-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.125rem 1.875rem
    }
    .btn-lg-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-lg-extra-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-lg-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
    .border-lg {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-thick {
        border-width: 2px !important
    }
    .border-lg-medium-thick {
        border-width: 3px !important
    }
    .border-lg-extra-thick {
        border-width: 4px !important
    }
    .border-lg-left-0,
    .border-lg-x-0 {
        border-left: 0 !important
    }
    .border-lg-right-0,
    .border-lg-x-0 {
        border-right: 0 !important
    }
    .border-lg-bottom-0,
    .border-lg-y-0 {
        border-bottom: 0 !important
    }
    .border-lg-top-0,
    .border-lg-y-0 {
        border-top: 0 !important
    }
    .border-lg-0 {
        border: 0 !important
    }
}

@media (max-width:991px) {
    .btn-md-extra-small,
    .btn-md-small {
        font-size: .625rem;
        margin-right: .75rem
    }
    .btn-md-extra-small {
        line-height: .9375rem;
        padding: .625rem .75rem .5rem
    }
    .btn-md-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-md-small {
        line-height: .9375rem;
        padding: .625rem .875rem
    }
    .btn-md-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-md-medium {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: .75rem 1.375rem
    }
    .btn-md-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-md-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.125rem 1.875rem
    }
    .btn-md-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-md-extra-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-md-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
    .border-md {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-thick {
        border-width: 2px !important
    }
    .border-md-medium-thick {
        border-width: 3px !important
    }
    .border-md-extra-thick {
        border-width: 4px !important
    }
    .border-md-left-0,
    .border-md-x-0 {
        border-left: 0 !important
    }
    .border-md-right-0,
    .border-md-x-0 {
        border-right: 0 !important
    }
    .border-md-bottom-0,
    .border-md-y-0 {
        border-bottom: 0 !important
    }
    .border-md-top-0,
    .border-md-y-0 {
        border-top: 0 !important
    }
    .border-md-0 {
        border: 0 !important
    }
}

@media (max-width:767px) {
    .btn-sm-extra-small,
    .btn-sm-small {
        font-size: .625rem;
        margin-right: .75rem
    }
    .btn-sm-extra-small {
        line-height: .9375rem;
        padding: .625rem .75rem .5rem
    }
    .btn-sm-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-sm-small {
        line-height: .9375rem;
        padding: .625rem .875rem
    }
    .btn-sm-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-sm-medium {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: .75rem 1.375rem
    }
    .btn-sm-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-sm-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.125rem 1.875rem
    }
    .btn-sm-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-sm-extra-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-sm-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
    .border-sm {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-thick {
        border-width: 2px !important
    }
    .border-sm-medium-thick {
        border-width: 3px !important
    }
    .border-sm-extra-thick {
        border-width: 4px !important
    }
    .border-sm-left-0,
    .border-sm-x-0 {
        border-left: 0 !important
    }
    .border-sm-right-0,
    .border-sm-x-0 {
        border-right: 0 !important
    }
    .border-sm-bottom-0,
    .border-sm-y-0 {
        border-bottom: 0 !important
    }
    .border-sm-top-0,
    .border-sm-y-0 {
        border-top: 0 !important
    }
    .border-sm-0 {
        border: 0 !important
    }
}

@media (max-width:575px) {
    .btn-xs-extra-small,
    .btn-xs-small {
        font-size: .625rem;
        margin-right: .75rem
    }
    .btn-xs-extra-small {
        line-height: .9375rem;
        padding: .625rem .75rem .5rem
    }
    .btn-xs-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-xs-small {
        line-height: .9375rem;
        padding: .625rem .875rem
    }
    .btn-xs-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-xs-medium {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: .75rem 1.375rem
    }
    .btn-xs-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-xs-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.125rem 1.875rem
    }
    .btn-xs-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-xs-extra-large {
        font-size: .75rem;
        line-height: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-xs-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
    .border-xs {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-thick {
        border-width: 2px !important
    }
    .border-xs-medium-thick {
        border-width: 3px !important
    }
    .border-xs-extra-thick {
        border-width: 4px !important
    }
    .border-xs-left-0,
    .border-xs-x-0 {
        border-left: 0 !important
    }
    .border-xs-right-0,
    .border-xs-x-0 {
        border-right: 0 !important
    }
    .border-xs-bottom-0,
    .border-xs-y-0 {
        border-bottom: 0 !important
    }
    .border-xs-top-0,
    .border-xs-y-0 {
        border-top: 0 !important
    }
    .border-xs-0 {
        border: 0 !important
    }
    .navbar .container {
        margin: 0
    }
    .navbar-toggler-right {
        right: 0
    }
}

@media (min-width:576px) and (max-width:991px) {
    .navbar-brand,
    .navbar-collapse {
        padding-left: 1rem
    }
    .navbar-toggler {
        margin-right: 1rem
    }
}

@media (max-width:991px) {
    .navbar {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1030
    }
    .navbar-header {
        width: 100%
    }
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding-bottom: 12px;
        padding-top: 8px
    }
}

@media (min-width:992px) {
    .navbar .nav-item {
        height: 66px !important;
        padding: 0 20px
    }
    .navbar .nav-link {
        padding-top: 24px !important
    }
}

@media (min-width:768px) {
    section {
        padding: 100px 0
    }
}

@media (max-width:1199px) {
    .position-lg-absolute {
        position: absolute !important
    }
    .position-lg-fixed {
        position: fixed !important
    }
    .position-lg-relative {
        position: relative !important
    }
    .text-lg-extra-small {
        font-size: .625rem !important;
        line-height: .9375rem !important
    }
    .text-lg-small {
        font-size: .75rem !important;
        line-height: 1.125rem !important
    }
    .text-lg-medium {
        font-size: .875rem !important;
        line-height: 1.313rem !important
    }
    .text-lg-large {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }
    .text-lg-extra-large {
        font-size: 1.125rem !important;
        line-height: 1.688rem !important
    }
    .title-lg-small {
        font-size: 1.25rem !important;
        line-height: 1.875rem !important
    }
    .title-lg-medium {
        font-size: 1.5rem !important;
        line-height: 2.125rem !important
    }
    .title-lg-large {
        font-size: 1.75rem !important;
        line-height: 2.375rem !important
    }
    .title-lg-extra-large {
        font-size: 2.25rem !important;
        line-height: 2.875rem !important
    }
    .title-lg-extra-large-2 {
        font-size: 2.75rem !important;
        line-height: 3.375rem !important
    }
    .title-lg-extra-large-3 {
        font-size: 3.125rem !important;
        line-height: 3.75rem !important
    }
    .title-lg-extra-large-4 {
        font-size: 4.375rem !important;
        line-height: 5rem !important
    }
    .title-lg-extra-large-5 {
        font-size: 5rem !important;
        line-height: 5.625rem !important
    }
    .title-lg-big {
        font-size: 6.25rem !important;
        line-height: 6.25rem !important
    }
    .title-lg-big-2 {
        font-size: 7.75rem !important;
        line-height: 7.75rem !important
    }
    .title-lg-big-3 {
        font-size: 9.375rem !important;
        line-height: 9.375rem !important
    }
}

@media (max-width:991px) {
    .position-md-absolute {
        position: absolute !important
    }
    .position-md-fixed {
        position: fixed !important
    }
    .position-md-relative {
        position: relative !important
    }
    .text-md-extra-small {
        font-size: .625rem !important;
        line-height: .9375rem !important
    }
    .text-md-small {
        font-size: .75rem !important;
        line-height: 1.125rem !important
    }
    .text-md-medium {
        font-size: .875rem !important;
        line-height: 1.313rem !important
    }
    .text-md-large {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }
    .text-md-extra-large {
        font-size: 1.125rem !important;
        line-height: 1.688rem !important
    }
    .title-md-small {
        font-size: 1.25rem !important;
        line-height: 1.875rem !important
    }
    .title-md-medium {
        font-size: 1.5rem !important;
        line-height: 2.125rem !important
    }
    .title-md-large {
        font-size: 1.75rem !important;
        line-height: 2.375rem !important
    }
    .title-md-extra-large {
        font-size: 2.25rem !important;
        line-height: 2.875rem !important
    }
    .title-md-extra-large-2 {
        font-size: 2.75rem !important;
        line-height: 3.375rem !important
    }
    .title-md-extra-large-3 {
        font-size: 3.125rem !important;
        line-height: 3.75rem !important
    }
    .title-md-extra-large-4 {
        font-size: 4.375rem !important;
        line-height: 5rem !important
    }
    .title-md-extra-large-5 {
        font-size: 5rem !important;
        line-height: 5.625rem !important
    }
    .title-md-big {
        font-size: 6.25rem !important;
        line-height: 6.25rem !important
    }
    .title-md-big-2 {
        font-size: 7.75rem !important;
        line-height: 7.75rem !important
    }
    .title-md-big-3 {
        font-size: 9.375rem !important;
        line-height: 9.375rem !important
    }
}

@media (max-width:767px) {
    .position-sm-absolute {
        position: absolute !important
    }
    .position-sm-fixed {
        position: fixed !important
    }
    .position-sm-relative {
        position: relative !important
    }
    .text-sm-extra-small {
        font-size: .625rem !important;
        line-height: .9375rem !important
    }
    .text-sm-small {
        font-size: .75rem !important;
        line-height: 1.125rem !important
    }
    .text-sm-medium {
        font-size: .875rem !important;
        line-height: 1.313rem !important
    }
    .text-sm-large {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }
    .text-sm-extra-large {
        font-size: 1.125rem !important;
        line-height: 1.688rem !important
    }
    .title-sm-small {
        font-size: 1.25rem !important;
        line-height: 1.875rem !important
    }
    .title-sm-medium {
        font-size: 1.5rem !important;
        line-height: 2.125rem !important
    }
    .title-sm-large {
        font-size: 1.75rem !important;
        line-height: 2.375rem !important
    }
    .title-sm-extra-large {
        font-size: 2.25rem !important;
        line-height: 2.875rem !important
    }
    .title-sm-extra-large-2 {
        font-size: 2.75rem !important;
        line-height: 3.375rem !important
    }
    .title-sm-extra-large-3 {
        font-size: 3.125rem !important;
        line-height: 3.75rem !important
    }
    .title-sm-extra-large-4 {
        font-size: 4.375rem !important;
        line-height: 5rem !important
    }
    .title-sm-extra-large-5 {
        font-size: 5rem !important;
        line-height: 5.625rem !important
    }
    .title-sm-big {
        font-size: 6.25rem !important;
        line-height: 6.25rem !important
    }
    .title-sm-big-2 {
        font-size: 7.75rem !important;
        line-height: 7.75rem !important
    }
    .title-sm-big-3 {
        font-size: 9.375rem !important;
        line-height: 9.375rem !important
    }
}

@media (max-width:575px) {
    .position-xs-absolute {
        position: absolute !important
    }
    .position-xs-fixed {
        position: fixed !important
    }
    .position-xs-relative {
        position: relative !important
    }
    .text-xs-extra-small {
        font-size: .625rem !important;
        line-height: .9375rem !important
    }
    .text-xs-small {
        font-size: .75rem !important;
        line-height: 1.125rem !important
    }
    .text-xs-medium {
        font-size: .875rem !important;
        line-height: 1.313rem !important
    }
    .text-xs-large {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }
    .text-xs-extra-large {
        font-size: 1.125rem !important;
        line-height: 1.688rem !important
    }
    .title-xs-small {
        font-size: 1.25rem !important;
        line-height: 1.875rem !important
    }
    .title-xs-medium {
        font-size: 1.5rem !important;
        line-height: 2.125rem !important
    }
    .title-xs-large {
        font-size: 1.75rem !important;
        line-height: 2.375rem !important
    }
    .title-xs-extra-large {
        font-size: 2.25rem !important;
        line-height: 2.875rem !important
    }
    .title-xs-extra-large-2 {
        font-size: 2.75rem !important;
        line-height: 3.375rem !important
    }
    .title-xs-extra-large-3 {
        font-size: 3.125rem !important;
        line-height: 3.75rem !important
    }
    .title-xs-extra-large-4 {
        font-size: 4.375rem !important;
        line-height: 5rem !important
    }
    .title-xs-extra-large-5 {
        font-size: 5rem !important;
        line-height: 5.625rem !important
    }
    .title-xs-big {
        font-size: 6.25rem !important;
        line-height: 6.25rem !important
    }
    .title-xs-big-2 {
        font-size: 7.75rem !important;
        line-height: 7.75rem !important
    }
    .title-xs-big-3 {
        font-size: 9.375rem !important;
        line-height: 9.375rem !important
    }
}

@media (min-width:992px) {
    section {
        padding: 70px 0
    }
    .w-lg-20 {
        width: 20% !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
    .h-lg-20 {
        height: 20% !important
    }
    .h-lg-25 {
        height: 25% !important
    }
    .h-lg-50 {
        height: 50% !important
    }
    .h-lg-75 {
        height: 75% !important
    }
    .h-lg-100 {
        height: 100% !important
    }
}

@media (min-width:768px) {
    .w-md-20 {
        width: 20% !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
    .h-md-20 {
        height: 20% !important
    }
    .h-md-25 {
        height: 25% !important
    }
    .h-md-50 {
        height: 50% !important
    }
    .h-md-75 {
        height: 75% !important
    }
    .h-md-100 {
        height: 100% !important
    }
}

@media (min-width:576px) {
    .w-sm-20 {
        width: 20% !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
    .h-sm-20 {
        height: 20% !important
    }
    .h-sm-25 {
        height: 25% !important
    }
    .h-sm-50 {
        height: 50% !important
    }
    .h-sm-75 {
        height: 75% !important
    }
    .h-sm-100 {
        height: 100% !important
    }
}


@media (max-width:575px) {
    img.brand_niemann{
        display: none!important;
        
    }
}

  #layout_breadcrumb {
    background: #f9a333;
  }
  #layout_breadcrumb .breadcrumb {
    background: #f9a333;
    border-radius: 0px;
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0px;
    font-size: 1rem;
  }
  #layout_breadcrumb .breadcrumb ul{
      margin: 0;
      padding: 0;
  }

  #layout_breadcrumb .breadcrumb li {
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
  }
  #layout_breadcrumb .breadcrumb li a {
    color: #fff;
    padding: 0 20px;
    font-weight: normal;
  }
  #layout_breadcrumb .breadcrumb li.active {
    font-weight: bold;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 767px) {
    #layout_breadcrumb {
      height: 40px;
      overflow: hidden;
    }
  }

  @media screen and (max-width:992px){}
  .img_middle{
      margin: 20px auto;
  }