@charset "UTF-8";
/* Custom styling for application goes in this file */
html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
    min-height: 100vh;
}

#outer-wrapper {
    min-height: 100vh;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

::-moz-selection {
    background: #d9ac5d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d9ac5d;
    color: #fff;
    text-shadow: none;
}

/* helper-classes */
.nopadding {
    /*padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;*/
}

.spacing-1 {
	margin-bottom: 66px;
}

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

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

@media (min-width: 1024px){
	.spacing-1 {
		margin-bottom: 82px;
	}
}

@media (min-width: 1400px){
	.spacing-1 {
		margin-bottom: 82px;
	}
}

/* Info CEO */
.info-ceo {
	background-color: #F2ECE1;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom:80px;
}

@media (min-width: 1024px) {
	.info-ceo {
		padding-top: 65px;
		padding-bottom: 62px;
		margin-bottom:96px;
		
	}
}

@media (min-width: 1400px) {
	.info-ceo {
		padding-top: 65px;
		padding-bottom: 62px;
		margin-bottom:96px;
	}
}

/* News Blog */
.news-block {
	padding-bottom: 48px;
}

.news-block__row {
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.news-block__col {
	padding-top: 32px;
}

@media (min-width: 1024px) {
	.news-block {
		padding-bottom: 61px;
	}
}

@media (min-width: 1400px) {
	.news-block {
		padding-bottom: 61px;
	}
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-orange {
        color: #fd7e14 !important;
    }
}

.text-color-yellow {
    color: #d9ac5d !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #d9ac5d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #d9ac5d !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-yellow {
        color: #d9ac5d !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-yellow {
        color: #d9ac5d !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

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

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

.text-color-gray {
    color: #828282 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #828282 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #828282 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-gray {
        color: #828282 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray {
        color: #828282 !important;
    }
}

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

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #191919 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #191919 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-gray-dark {
        color: #191919 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray-dark {
        color: #191919 !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

.bg-color-red {
    background-color: #dc3545 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !important;
    }
}

.bg-color-yellow {
    background-color: #d9ac5d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #d9ac5d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #d9ac5d !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-yellow {
        background-color: #d9ac5d !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-yellow {
        background-color: #d9ac5d !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

.bg-color-cyan {
    background-color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

.bg-color-white {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #828282 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #828282 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #828282 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-gray {
        background-color: #828282 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray {
        background-color: #828282 !important;
    }
}

.bg-color-gray-dark {
    background-color: #191919 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #191919 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #191919 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-gray-dark {
        background-color: #191919 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray-dark {
        background-color: #191919 !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 1024px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1250px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

.w-10 {
    width: 10% !important;
}

.mw-10 {
    max-width: 10% !important;
}

.w-25 {
    width: 25% !important;
}

.mw-25 {
    max-width: 25% !important;
}

.w-33 {
    width: 33% !important;
}

.mw-33 {
    max-width: 33% !important;
}

.w-50 {
    width: 50% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.w-66 {
    width: 66% !important;
}

.mw-66 {
    max-width: 66% !important;
}

.w-75 {
    width: 75% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-10 {
    height: 10% !important;
}

.mh-10 {
    max-height: 10% !important;
}

.h-25 {
    height: 25% !important;
}

.mh-25 {
    max-height: 25% !important;
}

.h-33 {
    height: 33% !important;
}

.mh-33 {
    max-height: 33% !important;
}

.h-50 {
    height: 50% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.h-66 {
    height: 66% !important;
}

.mh-66 {
    max-height: 66% !important;
}

.h-75 {
    height: 75% !important;
}

.mh-75 {
    max-height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .mw-sm-10 {
        max-width: 10% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .w-sm-33 {
        width: 33% !important;
    }
    .mw-sm-33 {
        max-width: 33% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .w-sm-66 {
        width: 66% !important;
    }
    .mw-sm-66 {
        max-width: 66% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .mw-sm-75 {
        max-width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .mw-sm-100 {
        max-width: 100% !important;
    }
    .h-sm-10 {
        height: 10% !important;
    }
    .mh-sm-10 {
        max-height: 10% !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .mh-sm-25 {
        max-height: 25% !important;
    }
    .h-sm-33 {
        height: 33% !important;
    }
    .mh-sm-33 {
        max-height: 33% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .mh-sm-50 {
        max-height: 50% !important;
    }
    .h-sm-66 {
        height: 66% !important;
    }
    .mh-sm-66 {
        max-height: 66% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .mh-sm-75 {
        max-height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
    .mw-md-10 {
        max-width: 10% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .mw-md-25 {
        max-width: 25% !important;
    }
    .w-md-33 {
        width: 33% !important;
    }
    .mw-md-33 {
        max-width: 33% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .w-md-66 {
        width: 66% !important;
    }
    .mw-md-66 {
        max-width: 66% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .mw-md-75 {
        max-width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .mw-md-100 {
        max-width: 100% !important;
    }
    .h-md-10 {
        height: 10% !important;
    }
    .mh-md-10 {
        max-height: 10% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .mh-md-25 {
        max-height: 25% !important;
    }
    .h-md-33 {
        height: 33% !important;
    }
    .mh-md-33 {
        max-height: 33% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .mh-md-50 {
        max-height: 50% !important;
    }
    .h-md-66 {
        height: 66% !important;
    }
    .mh-md-66 {
        max-height: 66% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .mh-md-75 {
        max-height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .mw-lg-10 {
        max-width: 10% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .w-lg-33 {
        width: 33% !important;
    }
    .mw-lg-33 {
        max-width: 33% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .w-lg-66 {
        width: 66% !important;
    }
    .mw-lg-66 {
        max-width: 66% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .mw-lg-100 {
        max-width: 100% !important;
    }
    .h-lg-10 {
        height: 10% !important;
    }
    .mh-lg-10 {
        max-height: 10% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .h-lg-33 {
        height: 33% !important;
    }
    .mh-lg-33 {
        max-height: 33% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .h-lg-66 {
        height: 66% !important;
    }
    .mh-lg-66 {
        max-height: 66% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .mh-lg-75 {
        max-height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .mw-xl-10 {
        max-width: 10% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .mw-xl-25 {
        max-width: 25% !important;
    }
    .w-xl-33 {
        width: 33% !important;
    }
    .mw-xl-33 {
        max-width: 33% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .mw-xl-50 {
        max-width: 50% !important;
    }
    .w-xl-66 {
        width: 66% !important;
    }
    .mw-xl-66 {
        max-width: 66% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .mw-xl-75 {
        max-width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .mw-xl-100 {
        max-width: 100% !important;
    }
    .h-xl-10 {
        height: 10% !important;
    }
    .mh-xl-10 {
        max-height: 10% !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .mh-xl-25 {
        max-height: 25% !important;
    }
    .h-xl-33 {
        height: 33% !important;
    }
    .mh-xl-33 {
        max-height: 33% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .mh-xl-50 {
        max-height: 50% !important;
    }
    .h-xl-66 {
        height: 66% !important;
    }
    .mh-xl-66 {
        max-height: 66% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .mh-xl-75 {
        max-height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

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

ul.list-inline,
ol.list-inline {
    list-style: none;
}

ul.list-inline li,
ol.list-inline li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline,
    ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline li,
    ol.list-sm-inline li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline,
    ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline li,
    ol.list-md-inline li {
        display: inline;
    }
}

@media (min-width: 1024px) {
    ul.list-lg-inline,
    ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline li,
    ol.list-lg-inline li {
        display: inline;
    }
}

@media (min-width: 1250px) {
    ul.list-xl-inline,
    ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline li,
    ol.list-xl-inline li {
        display: inline;
    }
}

/* fixes */
/** lightbox fix */
.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1024px) {
    body {
        /* 15px */
        font-size: 1.25rem;
        line-height: 1.4;
    }
    h1, .h1 {
        /* 30px */
        font-size: 1.875rem;
    }
    h2, .h2 {
        /* 20px */
        font-size: 1.875rem;
    }
    h3, .h3 {
        /* 18px */
        font-size: 1.125rem;
    }
    h4, .h4 {
        /* 18px */
        font-size: 1.125rem;
    }
    h5, .h5 {
        /* 16px */
        font-size: 1.125rem;
    }
    h6, .h6 {
        /* 15px */
        font-size: 0.9375rem;
    }
}

/* inputs */
.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}

/* buttons */
.btn {
    font-size: 1rem;
    min-width: 0;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1024px) {
    .btn {
        font-size: 1.125rem;
        min-width: 210px;
        font-weight: bold;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.btn.icon-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn.icon-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* icons */
/* header */
.header--sticky {
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.services {
	padding-top: 40px;
}

@media (min-width: 1024px) {
    .services {
        padding-top: 56px;
    }
}

@media (min-width: 1400px) {
    .services {
        padding-top: 56px;
    }
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

@media (max-width: 1023px) {
    .header__container > .container {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .header__container > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

@media (min-width: 1024px) {
	.header__logo{
		display:block;
	}
}

@media (min-width: 1400px) {
	.header__logo{
		display:block;
	}
}

.header__mobile-button-container {
    display: none;
    float: right;
    margin: 17px 0;
}

@media (min-width: 1024px) {
    .header__mobile-button-container {
        display: none;
    }
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.header {
    z-index: 500;
}

.header .mobile-logo {
    display: none;
}

.header .desktop-logo {
    display: block;
}

@media (max-width: 1023px) {
    .header .mobile-logo {
        display: block;
    }
    .header .desktop-logo {
        display: none;
    }
}

.header .sx-navigation {
    padding-top: 12px;
    letter-spacing: 0.9;
}

@media (max-width: 1023px) {
    .header .sx-navigation {
        padding: 0 0 12px;
    }
}

.header .sx-navigation .nav-item {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header .sx-navigation .nav-item.active {
    color: #d9ac5d;
}

.header .sx-navigation .nav-item:first-child.active {
    color: #000;
}

.header .sx-navigation .nav-item:hover, .header .sx-navigation .nav-item:focus {
    color: #d9ac5d;
}

.header .sx-navigation .nav-item .nav-link {
    color: inherit;
    padding: 20px 15px 0;
    text-transform: uppercase;
}

@media (max-width: 1249px) {
    .header .sx-navigation .nav-item .nav-link {
        padding: 20px 10px 0;
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .header .sx-navigation .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.header .sx-navigation .nav-item .btn.icon-button {
    text-align: right;
    padding-right: 10px;
	position: absolute;
	top: 7px;
	right: 0;
}

.header .sx-navigation .nav-item .btn.icon-button:after {
    content: '+';
    font-size: 18px;
    font-weight: 500;
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav {
    background-color: #f6f6f6;
    white-space: nowrap;
    min-width: 210px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(9,9,9,.22);
            box-shadow: 0px 6px 0px 0px rgba(9,9,9,.22);
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item.active {
    color: #d9ac5d;
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item .nav-link {
    color: inherit;
    padding: 8px 20px;
    text-transform: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item .nav-link:hover, .header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item .nav-link:focus {
    color: #d9ac5d;
}

@media (max-width: 1023px) {
    .header .sx-navigation .nav-item .sx-navigation__sub-navigation {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0 0 0 20px;
    }
    .header .sx-navigation .nav-item .sx-navigation__sub-navigation .nav .nav-item .nav-link {
        padding: 2px 10px;
    }
}

.header .sx-navigation .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 2rem;
    height: 1.25rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.125rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.125rem;
    background-color: #000;
    margin: 0;
    -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.0625rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.5625rem;
}

.sx-navbar-toggle-icon:after {
    top: 1.1875rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.6875rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.6875rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .sx-navigation__subnavi-indicator {
        display: none;
        padding-right: 1rem !important;
    }
}

.sx-navigation__subnavi-indicator:after {
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .sx-navigation__subnavi-indicator:after {
        content: "";
    }
}

@media (min-width: 1024px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #4c4c4c;
        top: 100%;
        min-width: 110%;
        -webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
                box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry:hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 1024px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .nav {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link.nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 1023px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
        content: "";
    }
    .sx-navigation--standard .sx-navigation__subnavi-indicator:after {
        content: "";
    }
}

/* footer */
#footer {
    margin-top: auto !important;
}

.top-footer {
    margin-top: 30px;
    background-color: #191919;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.top-footer .footer-logo {
    width: 80px;
}

.bottom-footer {
    background-color: #f2f2f2;
    color: #000;
    font-size: 14px;
    font-weight: 300;
	padding-top: 20px;
  	padding-bottom: 20px;
}

.bottom-footer .title {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.bottom-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bottom-footer a:first-child {
		padding-right: 0;
	}

.bottom-footer a:hover,
.bottom-footer a:focus,
.bottom-footer a.active {
	color: #d9ac5d;
	text-decoration: none;
}
#inner-wrapper {
    min-height: 350px;
}

body {
    letter-spacing: 0.02em;
}

.btn {
    min-width: 170px;
    padding: 10px 25px 8px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-primary {
    background-color: #191919;
    color: #d9ac5d;
    border: 2px solid #191919;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.hover {
    background-color: #d9ac5d;
    color: #191919;
    border: 2px solid #d9ac5d;
}

.btn.btn-secondary {
    background-color: #fff;
    color: #191919;
    border: 2px solid #191919;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.hover {
    background-color: #fff;
    color: #d9ac5d;
    border: 2px solid #d9ac5d;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1, .h1,
h3, .h3,
h5, .h5 {
    margin-bottom: 0.8em;
}

/*h5, .h5,
h3, .h3,
h2, .h2 {
    padding-top: 0.4em;
}*/


h6, .h6 {
    font-weight: 300;
}

.form-control {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="tel"] {
    padding: 17px;
}

textarea.form-control {
    min-height: 150px;
}

.custom-control-indicator {
    border: 1px solid #000;
}

hr {
    border-color: #d9ac5d;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

hr.hr-dark {
    border-color: #000;
}

hr.hr-gray {
    border-color: #ccc;
}

hr.hr-small {
    max-width: 40px;
	margin-bottom: 0;
}

.social-share-links a {
    color: #7f7f7f;
}

.breadcrumb-item + .breadcrumb-item:before {
    padding: 0 1rem;
}

@media (min-width: 1200px) {
	.bottom-footer a:first-child {
		padding-right: 20px;
	}
}

@media (min-width: 1400px) {
	.bottom-footer a:first-child {
		padding-right: 20px;
	}
}
