@font-face {
    font-family: 'Orkney Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Orkney Bold'), url('fonts/orkney-bold.woff') format('woff');
}

@font-face {
    font-family: 'Orkney Light';
    font-style: normal;
    font-weight: normal;
    src: local('Orkney Light'), url('fonts/orkney-light.woff') format('woff');
}



html, body{
    scroll-behavior: smooth;
}

body{
    font-family: 'Orkney Light', sans-serif;
}



/*----------------------------------------
	Navbar
----------------------------------------*/
.bg-header{
    background-color: #1f3c88;
}


.header-one{
    min-height: 75px;
}


.navbar {
    min-height: 75px;
    margin-bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.navbar.navbar-solid {
    min-height: 75px;
    background-color: #1f3c88;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Orkney Light', sans-serif;
    font-size: .9rem;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: .5rem;
    margin-left: .5rem;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'Orkney Light', sans-serif;
    color: #f8b21a;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    font-size: 1.3rem;
    color: #f8b21a;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(248,178,26,.9);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link i:hover {
    color: rgba(248,178,26,.9);
}



#end{
    background: #f8b21a;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}


/* ---------------------------------------------- /*
*  11. Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 90px;
    right: 20px;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(235, 235, 235, .8);
    color: #5b5963;
}


/*
*
* Thumbnails
*/

.row-30 > * {
    margin-bottom: 30px;
}

.thumbnail {
    position: relative;
}

.thumbnail-xxs {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-xs {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-sm {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-md {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-lg {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-xl {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-classic {
    text-align: left;
    overflow: hidden;
}

.thumbnail-classic-figure {
    display: block;
}

.thumbnail-classic-figure img {
    width: 100%;
    transition: all .3s ease;
}

.thumbnail-classic-caption {
    text-align: center;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    padding: 10px 15px;
    min-width: 230px;
    transform: translate3d(-50%, 0, 0);
    background: #ffffff;
    pointer-events: none;
    transition: all .3s ease;
}

.thumbnail-classic-caption > [class*='thumbnail-classic-'] {
    pointer-events: auto;
}

.thumbnail-classic-title-wrap {
    margin-bottom: -5px;
    margin-left: -16px;
}

.thumbnail-classic-title-wrap:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.thumbnail-classic-title-wrap > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 16px;
}

.thumbnail-classic-title-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.thumbnail-classic-title-wrap .icon {
    position: relative;
    top: 3px;
    font-size: 26px;
}

.thumbnail-classic-title-wrap .icon img {
    display: none;
}

.thumbnail-classic-title-wrap .icon, .thumbnail-classic-title-wrap .icon:focus, .thumbnail-classic-title-wrap .icon:active {
    color: #151515;
}

.thumbnail-classic-title-wrap .icon:hover {
    color: #dd5300;
}

.thumbnail-classic-title {
    color: #f8b21a;
}

.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
    color: inherit;
}

.thumbnail-classic-title a:hover {
    color: #dd5300;
}

.thumbnail-classic-text {
    display: none;
}

* + .thumbnail-classic-text {
    margin-top: 14px;
}

@media (max-width: 575px) {
    .thumbnail-custom-mobile {
        min-height: 300px;
    }
    .thumbnail-custom-mobile a {
        min-height: inherit;
    }
    .thumbnail-custom-mobile img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: none;
    }
    @supports (object-fit: cover) {
        .thumbnail-custom-mobile img {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: none;
            object-fit: cover;
            object-position: center center;
        }
    }
}

@media (max-width: 767px) {
    .thumbnail-custom-mobile-1 {
        padding-bottom: 78.57%;
    }
    .thumbnail-custom-mobile-1 a {
        min-height: inherit;
    }
    .thumbnail-custom-mobile-1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: none;
    }
    @supports (object-fit: cover) {
        .thumbnail-custom-mobile-1 img {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: none;
            object-fit: cover;
            object-position: center center;
        }
    }
}

@media (min-width: 992px) {
    .thumbnail-classic-figure img {
        transform: scale(1.1);
        will-change: transform;
    }
    .thumbnail-classic-caption {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: inherit;
        padding: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-20px, -20px, 0);
        will-change: transform;
    }
    .thumbnail-classic-title-wrap {
        margin-bottom: -10px;
        margin-left: -20px;
    }
    .thumbnail-classic-title-wrap:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .thumbnail-classic-title-wrap > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .thumbnail-classic-title-wrap .icon {
        font-size: 36px;
    }
    .thumbnail-classic-text {
        display: block;
        font-size: 13px;
        width: 100%;
    }
    .thumbnail-classic:hover .thumbnail-classic-figure img {
        transform: none;
    }
    .thumbnail-classic:hover .thumbnail-classic-caption {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .thumbnail-classic-caption {
        padding: 30px 25px;
    }
    .thumbnail-classic-text {
        font-size: inherit;
    }
}

@media (min-width: 1800px) {
    .thumbnail-md .thumbnail-classic-caption {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .container-fluid .thumbnail-classic {
        max-width: none;
    }
}

.thumbnail-modern {
    text-align: left;
}

.thumbnail-modern-figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.thumbnail-modern-figure img {
    width: 100%;
    transition: inherit;
}

.thumbnail-modern-title {
    font-weight: 400;
    transition: all .3s ease;
}

.thumbnail-modern-title a {
    transition-property: color;
}

.thumbnail-modern-subtitle {
    color: #9b9b9b;
}

* + .thumbnail-modern-caption {
    margin-top: 18px;
}

* + .thumbnail-modern-subtitle {
    margin-top: 2px;
}

@media (min-width: 992px) {
    .thumbnail-modern-figure::before {
        position: absolute;
        content: '';
        top: 0;
        width: 0;
        bottom: 0;
        left: 0;
        background: rgba(48, 46, 46, 0.18);
        transition: inherit;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }
    .thumbnail-modern-figure img {
        transform: scale(1.1);
        transform-origin: 0 50%;
    }
    .thumbnail-modern:hover .thumbnail-modern-figure img {
        transform-origin: 100% 50%;
    }
    .thumbnail-modern:hover .thumbnail-modern-title {
        letter-spacing: .15em;
    }
    .thumbnail-modern:hover .thumbnail-modern-figure:before {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.thumbnail-creative {
    overflow: hidden;
    text-align: left;
}

.thumbnail-creative-figure {
    display: block;
}

.thumbnail-creative-figure img {
    width: 100%;
    transition: all .3s ease;
}

.thumbnail-creative-caption {
    text-align: center;
    padding: 15px;
    background: #303233;
}

.thumbnail-creative-caption > * {
    position: relative;
    z-index: 1;
}

.thumbnail-creative-title {
    color: #ffffff;
    transition-delay: 0s;
}

.thumbnail-creative-time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .075em;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #f8b21a;
    transition-delay: .5s;
}

.thumbnail-creative-button {
    transition-delay: .1s;
}

.thumbnail-creative-button .button {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    min-width: 125px;
}

.thumbnail-creative-button .button::after {
    border-color: #ffffff;
}

.thumbnail-creative-button .button:hover, .thumbnail-creative-button .button:active {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

* + .thumbnail-creative-time {
    margin-top: 5px;
}

* + .thumbnail-creative-button {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .thumbnail-creative-figure img {
        transform: scale(1.1);
        transform-origin: 100% 50%;
    }
    .thumbnail-creative-caption {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: inherit;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        min-width: 180px;
        padding: 30px 15px 30px 30px;
        background: transparent;
    }
    .thumbnail-creative-caption::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #303233;
        transform: translate3d(200%, 0, 0);
        will-change: transform;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease;
    }
    .thumbnail-creative-title,
    .thumbnail-creative-time,
    .thumbnail-creative-button {
        transform: translate3d(-40px, 0, 0);
        will-change: transform;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .thumbnail-creative:hover .thumbnail-creative-figure img {
        transform-origin: 0 50%;
    }
    .thumbnail-creative:hover .thumbnail-creative-caption::before {
        transform: none;
        visibility: visible;
        opacity: 1;
    }
    .thumbnail-creative:hover .thumbnail-creative-title,
    .thumbnail-creative:hover .thumbnail-creative-time,
    .thumbnail-creative:hover .thumbnail-creative-button {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .thumbnail-creative:hover .thumbnail-creative-title {
        transition-delay: .25s;
    }
    .thumbnail-creative:hover .thumbnail-creative-time {
        transition-delay: .32s;
    }
    .thumbnail-creative:hover .thumbnail-creative-button {
        transition-delay: .39s;
    }
}

.thumbnail-mary {
    text-align: center;
    overflow: hidden;
}

.thumbnail-mary::before, .thumbnail-mary::after {
    position: absolute;
    content: '';
    transition: all .3s ease;
    pointer-events: none;
}

.thumbnail-mary::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(248, 178, 26, 0.8);
    z-index: 1;
}

.thumbnail-mary::after {
    display: inline-block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.thumbnail-mary-2::after {
    display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
    color: #ff8b46;
}

.thumbnail-mary-3::before {
    background: rgba(26, 43, 66, 0.37);
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
    font-size: 30px;
}

.thumbnail-mary-figure {
    display: block;
}

.thumbnail-mary-figure img {
    width: 100%;
    transition: all .3s ease;
}

.thumbnail-mary-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    padding: 20px;
}

.thumbnail-mary-caption > * {
    pointer-events: auto;
}

.thumbnail-mary-caption .icon {
    font-size: 36px;
}

.thumbnail-mary-caption .icon img {
    display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
    color: #000000;
}

.thumbnail-mary-caption .icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-title {
    font-family: 'Orkney Bold',sans-serif;
    color: #000000;
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
    color: inherit;
}

.thumbnail-mary-title a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.thumbnail-mary-custom .thumbnail-mary-title {
    max-width: 100px;
}

.thumbnail-mary-project {
    font-weight: 400;
}

.thumbnail-mary-time {
    font-weight: 400;
    color: #f8b21a;
}

.owl-timeline .thumbnail-mary-decor {
    display: inline-block;
    position: relative;
    margin: 15px 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f8b21a;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    transform: none;
    visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
    background: rgba(255, 96, 0, 0.5);
    animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
    background: rgba(255, 96, 0, 0.3);
    animation: item1A 1s ease infinite;
}

* + .thumbnail-mary-title {
    margin-top: 16px;
}

* + .thumbnail-mary-description {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .thumbnail-mary::before {
        opacity: 0;
        visibility: hidden;
    }
    .thumbnail-mary::after {
        transform: scale(0.85);
        opacity: 0;
        visibility: hidden;
    }
    .thumbnail-mary-figure img {
        transform: scale(1.2);
        will-change: transform;
    }
    .thumbnail-mary-caption .icon,
    .thumbnail-mary-title {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .thumbnail-mary-caption .icon {
        transform: translate3d(0, -10px, 0);
    }
    .thumbnail-mary-title {
        transform: translate3d(0, 10px, 0);
    }
    .thumbnail-mary:hover::before {
        opacity: 1;
        visibility: visible;
    }
    .thumbnail-mary:hover::after {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .thumbnail-mary:hover .thumbnail-mary-figure img {
        transform: none;
    }
    .thumbnail-mary:hover .icon,
    .thumbnail-mary:hover .thumbnail-mary-title {
        opacity: 1;
        visibility: visible;
        transform: none;
        text-decoration: none;
    }
    .owl-timeline:hover .thumbnail-mary-decor::before, .owl-timeline:hover .thumbnail-mary-decor::after {
        animation: none;
    }
    .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
        animation: item1B 1s ease infinite;
    }
    .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
        animation: item1A 1s ease infinite;
    }
}

@media (min-width: 1200px) {
    .owl-carousel .thumbnail-mary {
        max-width: none;
    }
}

@keyframes item1B {
    25% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        transform: scale(3);
        visibility: hidden;
    }
}

@keyframes item1A {
    100% {
        opacity: 0;
        transform: scale(4);
        visibility: hidden;
    }
}

.thumbnail-joan {
    text-align: center;
    overflow: hidden;
    transition: all .3s ease;
}

.thumbnail-joan::before {
    position: absolute;
    content: '';
    transition: inherit;
    pointer-events: none;
}

.thumbnail-joan::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 43, 66, 0.37);
    z-index: 1;
}

.thumbnail-joan-figure {
    display: block;
}

.thumbnail-joan-figure img {
    width: 100%;
    transition: all .3s ease;
}

.thumbnail-joan-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.thumbnail-joan-caption > * {
    pointer-events: auto;
}

.thumbnail-joan-title {
    color: #ffffff;
}

.thumbnail-joan-title a, .thumbnail-joan-title a:focus, .thumbnail-joan-title a:active {
    color: inherit;
}

.thumbnail-joan-title a:hover {
    color: #ff8b46;
}

@media (min-width: 992px) {
    .thumbnail-joan::before {
        opacity: 0;
        visibility: hidden;
    }
    .thumbnail-joan-figure img {
        transform: scale(1.2);
        will-change: transform;
    }
    .thumbnail-joan-title {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        transform: translate3d(0, 10px, 0);
    }
    .thumbnail-joan:hover::before {
        opacity: 1;
        visibility: visible;
    }
    .thumbnail-joan:hover .thumbnail-joan-figure img {
        transform: none;
    }
    .thumbnail-joan:hover .thumbnail-joan-title {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

.thumbnail-instafeed {
    padding-bottom: 72%;
}

.thumbnail-instafeed .thumbnail-mary-figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@media (min-width: 992px) {
    .thumbnail-instafeed .thumbnail-mary-figure img {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .thumbnail-instafeed:hover .thumbnail-mary-figure img {
        transform: translate(-50%, -50%);
    }
}

.single-project .button {
    min-width: 230px;
}

.single-project p + p {
    margin-top: 24px;
}

@media (min-width: 576px) {
    .single-project {
        text-align: left;
    }
    .single-project .title-decoration-lines-bottom + p {
        margin-top: 38px;
    }
}

@media (min-width: 1200px) {
    .single-project h4 + p {
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .single-project-3 {
        margin-right: 70px;
    }
}

.single-project-4 h4 {
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .single-project-4 {
        margin-left: 40px;
    }
}

.single-project-aside {
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}

@media (min-width: 576px) {
    .single-project-aside {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .single-project-aside {
        padding-left: 40px;
        padding-top: 0;
        border-left: 1px solid #e1e1e1;
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .single-project-aside {
        padding-left: 70px;
    }
    .single-project-aside .divider {
        width: 65%;
    }
    .single-project-aside * + .button {
        margin-top: 50px;
    }
}

.single-project-aside-title {
    font-weight: 400;
    letter-spacing: .075em;
}

.single-project-aside-title + .list-description {
    margin-top: 28px;
}

.project-navigation-arrow-prev,
.project-navigation-arrow-next {
    position: absolute;
    top: 50%;
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    width: 52px;
    font-size: 0;
    line-height: 58px;
    background: #ffffff;
    transform: translate3d(0, -50%, 0);
    transition: all .25s ease;
}

.project-navigation-arrow-prev::before, .project-navigation-arrow-prev::after,
.project-navigation-arrow-next::before,
.project-navigation-arrow-next::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    transition: all .3s ease-in-out;
}

.project-navigation-arrow-prev::before,
.project-navigation-arrow-next::before {
    height: 2px;
    width: 25px;
    background-color: #9b9b9b;
}

.project-navigation-arrow-prev::after,
.project-navigation-arrow-next::after {
    width: 0;
    height: 0;
    border-style: solid;
}

.project-navigation-arrow-prev:hover::before,
.project-navigation-arrow-next:hover::before {
    background-color: #151515;
}

.project-navigation-arrow-prev:hover::after,
.project-navigation-arrow-next:hover::after {
    border-left-color: #151515;
    border-right-color: #151515;
}

.project-navigation-arrow-prev {
    flex-direction: row-reverse;
    left: 0;
    padding-left: 5px;
    padding-right: 13px;
}

.project-navigation-arrow-prev::after {
    border-width: 4px 6px 4px 0;
    border-color: transparent #9b9b9b transparent transparent;
}

.project-navigation-arrow-prev:hover {
    padding-left: 0;
    padding-right: 8px;
}

.project-navigation-arrow-next {
    right: 0;
    padding-left: 13px;
    padding-right: 5px;
}

.project-navigation-arrow-next::after {
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #9b9b9b;
}

.project-navigation-arrow-next:hover {
    padding-left: 8px;
    padding-right: 0;
}

@media (min-width: 768px) {
    .project-navigation {
        position: relative;
        padding: 20px 70px;
        background: #f7f7f7;
    }
    .project-navigation-arrow-prev,
    .project-navigation-arrow-next {
        display: flex;
    }
}

.project-minimal {
    text-align: center;
}

.project-minimal-figure {
    display: block;
    overflow: hidden;
}

.project-minimal-figure img {
    width: 100%;
    transition: all .3s ease;
}

.project-minimal-title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: .025em;
}

.project-minimal-title a, .project-minimal-title a:focus, .project-minimal-title a:active {
    color: inherit;
}

.project-minimal-title a:hover {
    color: #f8b21a;
}

.project-minimal-text {
    color: #9b9b9b;
}

* + .project-minimal-title {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .project-minimal-figure img {
        transform: scale(1.1);
        will-change: transform;
    }
    .project-minimal:hover .project-minimal-figure img {
        transform: none;
    }
}

@media (min-width: 1200px) {
    .project-minimal-title {
        font-size: 24px;
    }
}



/*
*
* Isotope
*/
.isotope {
    z-index: 0;
    display: block;
    transition: .3s ease;
}

.isotope-item {
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
}

.isotope-filters {
    position: relative;
}

.isotope-filters > * {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters .inline-list {
    position: relative;
    word-spacing: 0;
}

.isotope-filters .inline-list li {
    display: inline-block;
}

.isotope-filters .inline-list a {
    position: relative;
    transition: .3s;
    color: #cccccc;
}

.isotope-filters .inline-list .isotope-filters-trigger {
    display: none;
}

* + .isotope-filters {
    margin-top: 40px;
}

h3 + .isotope-filters {
    margin-top: 35px;
}

.isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.isotope-filters-modern .inline-list > * {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.isotope-filters-modern .inline-list > li {
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

.isotope-filters-modern .inline-list a {
    position: relative;
    padding-bottom: 10px;
}

.isotope-filters-modern .inline-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .4s;
    background: #f8b21a;
}

.isotope-filters-modern .inline-list a:hover {
    color: #f8b21a;
}

.isotope-filters-modern .inline-list a.active::after {
    width: 100%;
}

@media (min-width: 992px) {
    .isotope-filters-modern .inline-list {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px;
    }
    .isotope-filters-modern .inline-list > * {
        margin-top: 10px;
        padding-left: 23px;
        padding-right: 23px;
    }
}

.isotope-modern-wrap [class*='col'] {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .isotope-modern-wrap [class*='col'] {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
        margin-top: 0;
    }
}

.isotope-condensed {
    margin-left: 0;
    margin-right: 0;
}

.isotope-condensed .row > * {
    margin-top: -1px;
    margin-bottom: -1px;
}

* + .isotope {
    margin-top: 50px;
}

* + .isotope-condensed {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .isotope-condensed {
        padding: 0 0 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .isotope-condensed .row.row-condensed > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    * + .isotope-condensed {
        margin-top: 50px;
    }
}

.isotope-filters .isotope-filters-toggle .icon {
    top: -2px;
    transition: transform .2s ease;
}

.isotope-filters .isotope-filters-toggle.button-icon-right .icon {
    margin-left: 8px;
    padding-left: 0;
}

.isotope-filters .isotope-filters-toggle.active .icon {
    transform: rotate(-180deg);
}

[class*='isotope-filters-list'] {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    max-width: 280px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #9b9b9b;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 2;
}

[class*='isotope-filters-list'].active {
    opacity: 1;
    visibility: visible;
}

[class*='isotope-filters-list'] a {
    display: block;
    padding: 9px 5px 5px;
}

[class*='isotope-filters-list'] a, [class*='isotope-filters-list'] a:focus, [class*='isotope-filters-list'] a:active {
    color: inherit;
}

[class*='isotope-filters-list'] a:hover {
    color: #ffffff;
}

[class*='isotope-filters-list'] a:hover {
    color: #dd5300;
}

[class*='isotope-filters-list'] a.active {
    color: #ffffff;
    background: #dd5300;
}

@media (min-width: 768px) {
    .isotope-filters {
        overflow: hidden;
    }
    [class*='isotope-filters-list'] {
        position: static;
        text-align: center;
        max-width: none;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        box-shadow: none;
        background: transparent;
        transform: none;
        visibility: visible;
        opacity: 1;
    }
    .isotope-filters-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: -21px;
        margin-right: -21px;
        margin-bottom: -5px;
    }
    .isotope-filters-list > * {
        margin-bottom: 5px;
    }
    .isotope-filters-list > li {
        position: relative;
        padding: 0 24px;
    }
    .isotope-filters-list > li + li::before {
        position: absolute;
        content: '';
        top: 0;
        left: -2px;
        height: 15px;
        width: 1px;
        background: #d7d7d7;
    }
    .isotope-filters-list a {
        display: inline;
        padding: 0;
    }
    .isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
        color: inherit;
    }
    .isotope-filters-list a:hover {
        color: #dd5300;
    }
    .isotope-filters-list a.active {
        color: #dd5300;
        background: transparent;
    }
    .isotope-filters-list-2 a, .isotope-filters-list-2 a:focus, .isotope-filters-list-2 a:active {
        color: inherit;
    }
    .isotope-filters-list-2 a:hover {
        color: #f8b21a;
    }
    .isotope-filters-list-2 a.active {
        color: #f8b21a;
    }
    .isotope-filters .isotope-filters-toggle {
        display: none;
    }
    .isotope-filters-list-classic {
        text-align: right;
        font-size: 16px;
        letter-spacing: .075em;
        margin-bottom: -10px;
        margin-left: -8px;
    }
    .isotope-filters-list-classic:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .isotope-filters-list-classic > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 8px;
    }
    .isotope-filters-list-classic li a {
        position: relative;
        text-align: center;
        padding: 11px 14px 9px;
        color: #151515;
        border: 2px solid #151515;
    }
    .isotope-filters-list-classic li a::before, .isotope-filters-list-classic li a::after {
        position: absolute;
        content: '';
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        border: 2px solid transparent;
        transition: color .2s ease-in-out, transform .3s ease;
        will-change: transform;
    }
    .isotope-filters-list-classic li a::before {
        transform: scaleX(0);
    }
    .isotope-filters-list-classic li a::after {
        transform: scaleY(0);
    }
    .isotope-filters-list-classic li a:hover, .isotope-filters-list-classic li a.active {
        color: #f8b21a;
        background: transparent;
        border-color: transparent;
    }
    .isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::before, .isotope-filters-list-classic li a.active::after {
        transform: none;
    }
    .isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a.active::before {
        border-color: #f8b21a transparent #f8b21a transparent;
    }
    .isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::after {
        border-color: transparent #f8b21a transparent #f8b21a;
    }
}

@media (min-width: 992px) {
    .isotope-filters-list-classic li a {
        min-width: 158px;
    }
}

@-moz-document url-prefix() {
    .isotope-filters .isotope-filters-toggle .icon {
        top: -1px;
    }
}

@media (min-width: 768px) {
    .row-isotope {
        margin-left: -0.85%;
        margin-right: -0.85%;
        margin-bottom: -1.7%;
    }
    .row-isotope > * {
        margin-bottom: 1.7%;
        padding-left: 0.85%;
        padding-right: 0.85%;
    }
}

@media (min-width: 768px) {
    .isotope-top-panel {
        display: flex;
        justify-content: space-between;
        margin-bottom: -20px;
        margin-left: -30px;
    }
    .isotope-top-panel:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .isotope-top-panel > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    .isotope-top-panel * + .isotope-filters {
        margin-top: 0;
    }
    .isotope-top-panel-title {
        flex-shrink: 0;
    }
}

.isotope-content {
    position: relative;
    padding-top: 50px;
}

.isotope-content::before, .isotope-content::after {
    position: absolute;
    content: '';
    top: 0;
    height: 1px;
    width: 50%;
    opacity: .21;
}

.isotope-content::before {
    left: 0;
    background: linear-gradient(to right, #d1d1d1 0%, #3b3b3b 100%);
}

.isotope-content::after {
    right: 0;
    background: linear-gradient(to right, #3b3b3b 0%, #d1d1d1 100%);
}

* + .isotope-content {
    margin-top: 30px;
}

.tabs-custom {
    text-align: left;
}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
    justify-content: center;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
    display: none;
}

.tabs-custom .nav-item {
    float: none;
    margin: 0;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}

.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
    color: #9b9b9b;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tabs-custom .nav-link.active {
    cursor: default;
}

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

* + .tabs-line {
    margin-top: 24px;
}

* + .tabs-line-big {
    margin-top: 18px;
}

* + .tabs-line-2 {
    margin-top: 26px;
}

* + .tabs-horizontal.tabs-corporate {
    margin-top: 25px;
}

h1 + .tabs-line {
    margin-top: 22px;
}

.row + .tabs-corporate {
    margin-top: 66px;
}

.tabs-line .nav-link {
    padding: 10px 10px 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .075em;
    text-align: center;
    vertical-align: middle;
}

.tabs-line .nav-link-big {
    font-size: 24px;
}

.tabs-line .nav-link-small {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
}

.tabs-line * + .tab-content {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .tabs-line .nav-tabs {
        margin-bottom: -10px;
    }
    .tabs-line .nav-item {
        margin-bottom: 10px;
    }
    .tabs-line .nav-link {
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #e1e1e1;
    }
    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #f8b21a;
    }
    .tabs-line .nav-link.active {
        border-color: #f8b21a;
    }
}

@media (min-width: 768px) {
    .tabs-line .nav-link {
        font-size: 24px;
    }
    .tabs-line .nav-link-big {
        font-size: 36px;
    }
    .tabs-line .nav-link-small {
        font-size: 18px;
    }
}

.tabs-line-big .button {
    min-width: 180px;
}

.tabs-line-big h5 + p {
    margin-top: 8px;
}

.tabs-line-big * + .group-md {
    margin-top: 36px;
}

.tabs-line-style-2 .nav-link {
    letter-spacing: .1em;
}

.tabs-line-style-3 h5 + p {
    margin-top: 10px;
}

.tabs-line-style-3 * + .group-md {
    margin-top: 35px;
}

.tabs-corporate .nav-tabs {
    position: relative;
}

.tabs-corporate .nav-link {
    padding: 12px 0 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    color: #9b9b9b;
    background: transparent;
    text-align: center;
    vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
    color: #151515;
}

.tabs-corporate .nav-link:hover {
    border-color: transparent;
}

.tabs-corporate .tab-content {
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .tabs-corporate .nav-tabs {
        margin-bottom: 0;
        margin-left: -20px;
    }
    .tabs-corporate .nav-tabs:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .tabs-corporate .nav-tabs > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
    }
    .tabs-corporate .nav-link {
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
    }
    .tabs-corporate .nav-link.active {
        border-color: transparent transparent #dd5300 transparent;
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate .nav-tabs {
        position: relative;
        width: 100%;
        border: 0;
        will-change: transform;
        justify-content: flex-start;
    }
    .tabs-horizontal.tabs-corporate .nav-item {
        will-change: transform;
    }
    .tabs-horizontal.tabs-corporate .nav-link {
        display: block;
        position: relative;
        z-index: 1;
        min-width: 188px;
        letter-spacing: .1em;
        padding: 26px 20px;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: transparent;
    }
    .tabs-horizontal.tabs-corporate .nav-link.active,
    .tabs-horizontal.tabs-corporate .nav-link:hover {
        color: #151515;
    }
    .tabs-horizontal.tabs-corporate .nav-link.active {
        border-color: #e1e1e1;
    }
    .tabs-horizontal.tabs-corporate .tab-content {
        border: 1px solid #e1e1e1;
    }
    .tabs-horizontal.tabs-line .nav-tabs {
        justify-content: space-between;
        border-bottom: 3px solid #e1e1e1;
    }
    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
    }
    .tabs-horizontal.tabs-line .nav-link {
        position: relative;
        padding: 0 0 10px 0;
        background-color: transparent;
        border: 0;
    }
    .tabs-horizontal.tabs-line .nav-link::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 3px;
        width: 0;
        background: #f8b21a;
        transition: .22s ease;
    }
    .tabs-horizontal.tabs-line .nav-link-big {
        padding-bottom: 5px;
    }
    .tabs-horizontal.tabs-line .nav-link-small {
        padding-bottom: 18px;
    }
    .tabs-horizontal.tabs-line .nav-link.active,
    .tabs-horizontal.tabs-line .nav-link:hover {
        color: #f8b21a;
    }
    .tabs-horizontal.tabs-line .nav-link.active::after {
        width: 100%;
    }
    .tabs-horizontal.tabs-line * + .tab-content {
        margin-top: 30px;
    }
    .tabs-horizontal.tabs-line-style-3 * + .tab-content {
        margin-top: 26px;
    }
    .tabs-horizontal.tabs-line-big * + .tab-content {
        margin-top: 26px;
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate .tab-content {
        padding: 45px 40px;
    }
}

@media (min-width: 768px) {
    .tabs-vertical {
        display: flex;
        align-items: flex-start;
    }
    .tabs-vertical .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-shrink: 0;
        max-width: 50%;
    }
    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left;
    }
    .tabs-vertical .tab-content {
        flex-grow: 1;
    }
    .tabs-vertical.tabs-line .nav-tabs {
        width: auto;
        min-width: 167px;
        border: 0;
    }
    .tabs-vertical.tabs-line .nav-item {
        margin: 0;
    }
    .tabs-vertical.tabs-line .nav-link {
        position: relative;
        padding: 21px 0 17px;
        border: 0;
        overflow: hidden;
        text-align: left;
    }
    .tabs-vertical.tabs-line .nav-link.active,
    .tabs-vertical.tabs-line .nav-link:hover {
        color: #f8b21a;
    }
    .tabs-vertical.tabs-line .nav-item + .nav-item {
        border-top: 1px solid #e1e1e1;
    }
    .tabs-vertical.tabs-line .tab-content {
        padding: 0 0 0 35px;
    }
    .tabs-vertical.tabs-line * + .tab-content {
        margin-top: 0;
    }
}

.tabs-custom-wrap {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 30px 15px;
    background: #ffffff;
}

@media (min-width: 768px) {
    .tabs-custom-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .tabs-custom-wrap {
        padding: 16px 35px 24px;
    }
}

.ie-10 .tabs-custom-wrap,
.ie-11 .tabs-custom-wrap,
.ie-edge .tabs-custom-wrap {
    height: 100%;
}

.card-group-custom {
    margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
    border-top: 0;
}

.card-group-custom .card + .card {
    margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
    margin-top: 15px;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
}

* + .card-group-custom {
    margin-top: 20px;
}

.card-corporate {
    text-align: left;
    border: 1px solid #e1e1e1;
}

.card-corporate .card-title {
    margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #ffffff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 33px 72px 29px 30px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .05em;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #151515;
    border-bottom: 1px solid #e1e1e1;
    transition: all .3s ease;
}

.card-corporate .card-title a:hover {
    color: #f8b21a;
}

.card-corporate .card-title a.collapsed {
    border-color: transparent;
}

.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-corporate .card-title a.collapsed {
    border-radius: 0;
    border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-corporate .card-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #f8b21a;
    transform: translate3d(0, -50%, 0);
    transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    background: #151515;
}

.card-corporate .card-arrow::before {
    width: 15px;
    height: 3px;
}

.card-corporate .card-arrow::after {
    width: 3px;
    height: 15px;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: #151515;
    border-radius: 0;
}

.card-corporate .card-body {
    padding: 25px 30px 30px 30px;
    color: #9b9b9b;
}

@media (max-width: 575px) {
    .card-corporate .card-body {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 15px;
    }
    .card-corporate .card-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .card-corporate .card-title a {
        padding-top: 23px;
        padding-bottom: 17px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-arrow {
        right: 18px;
    }
    .card-corporate .card-title a {
        font-size: 24px;
        padding-right: 60px;
    }
}

.card-corporate-2 .card-arrow {
    border-color: #dd5300;
}

.card-corporate-2 .card-arrow::before, .card-corporate-2 .card-arrow::after {
    background: #f8b21a;
}




/*
*
* Buttons
*/
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 175px;
    padding: 17px 33px 15px;
    font-size: 18px;
    line-height: 1.34;
    border: 2px solid;
    font-family: 'Orkney Bold', sans-serif;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}

.button-block {
    display: block;
    width: 100%;
}

.button-default, .button-default:focus {
    color: #cccccc;
    background-color: #2c343b;
    border-color: #2c343b;
}

.button-default:hover, .button-default:active {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-default.button-ujarak::before {
    background: #f8b21a;
}

.button-default.button-pipaluk, .button-default.button-pipaluk:focus {
    background: transparent;
}

.button-default.button-pipaluk::before, .button-default.button-pipaluk:focus::before {
    background: #2c343b;
    border-color: #f8b21a;
}

.button-default.button-pipaluk::after, .button-default.button-pipaluk:focus::after {
    border-color: #f8b21a;
}

.button-default.button-pipaluk:hover, .button-default.button-pipaluk:active {
    color: #f8b21a;
    background: transparent;
}

.button-default.button-wapasha, .button-default.button-wapasha:focus {
    color: #2c343b;
    background: transparent;
}

.button-default.button-wapasha::before, .button-default.button-wapasha:focus::before {
    border-color: #2c343b;
}

.button-default.button-wapasha::after, .button-default.button-wapasha:focus::after {
    border-color: #f8b21a;
}

.button-default.button-wapasha:hover, .button-default.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

.button-primary, .button-primary:focus {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-primary:hover, .button-primary:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-primary.button-ujarak::before {
    background: #151515;
}

.button-primary.button-pipaluk, .button-primary.button-pipaluk:focus {
    background: transparent;
}

.button-primary.button-pipaluk::before, .button-primary.button-pipaluk:focus::before {
    background: #f8b21a;
    border-color: #151515;
}

.button-primary.button-pipaluk::after, .button-primary.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-primary.button-pipaluk:hover, .button-primary.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-primary.button-wapasha, .button-primary.button-wapasha:focus {
    color: #f8b21a;
    background: transparent;
}

.button-primary.button-wapasha::before, .button-primary.button-wapasha:focus::before {
    border-color: #f8b21a;
}

.button-primary.button-wapasha::after, .button-primary.button-wapasha:focus::after {
    border-color: #151515;
}

.button-primary.button-wapasha:hover, .button-primary.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-secondary, .button-secondary:focus {
    color: #ffffff;
    background-color: #dd5300;
    border-color: #dd5300;
}

.button-secondary:hover, .button-secondary:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-secondary.button-ujarak::before {
    background: #151515;
}

.button-secondary.button-pipaluk, .button-secondary.button-pipaluk:focus {
    background: transparent;
}

.button-secondary.button-pipaluk::before, .button-secondary.button-pipaluk:focus::before {
    background: #dd5300;
    border-color: #151515;
}

.button-secondary.button-pipaluk::after, .button-secondary.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-secondary.button-pipaluk:hover, .button-secondary.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-secondary.button-wapasha, .button-secondary.button-wapasha:focus {
    color: #dd5300;
    background: transparent;
}

.button-secondary.button-wapasha::before, .button-secondary.button-wapasha:focus::before {
    border-color: #dd5300;
}

.button-secondary.button-wapasha::after, .button-secondary.button-wapasha:focus::after {
    border-color: #151515;
}

.button-secondary.button-wapasha:hover, .button-secondary.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-secondary-4, .button-secondary-4:focus {
    color: #ffffff;
    background-color: #d95300;
    border-color: #d95300;
}

.button-secondary-4:hover, .button-secondary-4:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-secondary-4.button-ujarak::before {
    background: #151515;
}

.button-secondary-4.button-pipaluk, .button-secondary-4.button-pipaluk:focus {
    background: transparent;
}

.button-secondary-4.button-pipaluk::before, .button-secondary-4.button-pipaluk:focus::before {
    background: #d95300;
    border-color: #151515;
}

.button-secondary-4.button-pipaluk::after, .button-secondary-4.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-secondary-4.button-pipaluk:hover, .button-secondary-4.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-secondary-4.button-wapasha, .button-secondary-4.button-wapasha:focus {
    color: #d95300;
    background: transparent;
}

.button-secondary-4.button-wapasha::before, .button-secondary-4.button-wapasha:focus::before {
    border-color: #d95300;
}

.button-secondary-4.button-wapasha::after, .button-secondary-4.button-wapasha:focus::after {
    border-color: #151515;
}

.button-secondary-4.button-wapasha:hover, .button-secondary-4.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-white, .button-white:focus {
    color: #151515;
    background-color: #ffffff;
    border-color: #ffffff;
}

.button-white:hover, .button-white:active {
    color: #ffffff;
    background-color: #dd5300;
    border-color: #dd5300;
}

.button-white.button-ujarak::before {
    background: #dd5300;
}

.button-white.button-pipaluk, .button-white.button-pipaluk:focus {
    background: transparent;
}

.button-white.button-pipaluk::before, .button-white.button-pipaluk:focus::before {
    background: #ffffff;
    border-color: #dd5300;
}

.button-white.button-pipaluk::after, .button-white.button-pipaluk:focus::after {
    border-color: #dd5300;
}

.button-white.button-pipaluk:hover, .button-white.button-pipaluk:active {
    color: #dd5300;
    background: transparent;
}

.button-white.button-wapasha, .button-white.button-wapasha:focus {
    color: #ffffff;
    background: transparent;
}

.button-white.button-wapasha::before, .button-white.button-wapasha:focus::before {
    border-color: #ffffff;
}

.button-white.button-wapasha::after, .button-white.button-wapasha:focus::after {
    border-color: #dd5300;
}

.button-white.button-wapasha:hover, .button-white.button-wapasha:active {
    color: #ffffff;
    background: #dd5300;
}

.button-gray-100, .button-gray-100:focus {
    color: #151515;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.button-gray-100:hover, .button-gray-100:active {
    color: #151515;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.button-gray-100.button-ujarak::before {
    background: #e5e5e5;
}

.button-gray-100.button-pipaluk, .button-gray-100.button-pipaluk:focus {
    background: transparent;
}

.button-gray-100.button-pipaluk::before, .button-gray-100.button-pipaluk:focus::before {
    background: #f2f2f2;
    border-color: #e5e5e5;
}

.button-gray-100.button-pipaluk::after, .button-gray-100.button-pipaluk:focus::after {
    border-color: #e5e5e5;
}

.button-gray-100.button-pipaluk:hover, .button-gray-100.button-pipaluk:active {
    color: #e5e5e5;
    background: transparent;
}

.button-gray-100.button-wapasha, .button-gray-100.button-wapasha:focus {
    color: #f2f2f2;
    background: transparent;
}

.button-gray-100.button-wapasha::before, .button-gray-100.button-wapasha:focus::before {
    border-color: #f2f2f2;
}

.button-gray-100.button-wapasha::after, .button-gray-100.button-wapasha:focus::after {
    border-color: #e5e5e5;
}

.button-gray-100.button-wapasha:hover, .button-gray-100.button-wapasha:active {
    color: #151515;
    background: #e5e5e5;
}

.button-gray-4, .button-gray-4:focus {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.button-gray-4:hover, .button-gray-4:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-gray-4.button-ujarak::before {
    background: #151515;
}

.button-gray-4.button-pipaluk, .button-gray-4.button-pipaluk:focus {
    background: transparent;
}

.button-gray-4.button-pipaluk::before, .button-gray-4.button-pipaluk:focus::before {
    background: #f7f7f7;
    border-color: #151515;
}

.button-gray-4.button-pipaluk::after, .button-gray-4.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-gray-4.button-pipaluk:hover, .button-gray-4.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-gray-4.button-wapasha, .button-gray-4.button-wapasha:focus {
    color: #f7f7f7;
    background: transparent;
}

.button-gray-4.button-wapasha::before, .button-gray-4.button-wapasha:focus::before {
    border-color: #f7f7f7;
}

.button-gray-4.button-wapasha::after, .button-gray-4.button-wapasha:focus::after {
    border-color: #151515;
}

.button-gray-4.button-wapasha:hover, .button-gray-4.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-gray-7, .button-gray-7:focus {
    color: #ffffff;
    background-color: #414141;
    border-color: #414141;
}

.button-gray-7:hover, .button-gray-7:active {
    color: #151515;
    background-color: #ffffff;
    border-color: #ffffff;
}

.button-gray-7.button-ujarak::before {
    background: #ffffff;
}

.button-gray-7.button-pipaluk, .button-gray-7.button-pipaluk:focus {
    background: transparent;
}

.button-gray-7.button-pipaluk::before, .button-gray-7.button-pipaluk:focus::before {
    background: #414141;
    border-color: #ffffff;
}

.button-gray-7.button-pipaluk::after, .button-gray-7.button-pipaluk:focus::after {
    border-color: #ffffff;
}

.button-gray-7.button-pipaluk:hover, .button-gray-7.button-pipaluk:active {
    color: #ffffff;
    background: transparent;
}

.button-gray-7.button-wapasha, .button-gray-7.button-wapasha:focus {
    color: #414141;
    background: transparent;
}

.button-gray-7.button-wapasha::before, .button-gray-7.button-wapasha:focus::before {
    border-color: #414141;
}

.button-gray-7.button-wapasha::after, .button-gray-7.button-wapasha:focus::after {
    border-color: #ffffff;
}

.button-gray-7.button-wapasha:hover, .button-gray-7.button-wapasha:active {
    color: #151515;
    background: #ffffff;
}

.button-gray-8, .button-gray-8:focus {
    color: #ffffff;
    background-color: #353535;
    border-color: #353535;
}

.button-gray-8:hover, .button-gray-8:active {
    color: #ffffff;
    background-color: #dd5300;
    border-color: #dd5300;
}

.button-gray-8.button-ujarak::before {
    background: #dd5300;
}

.button-gray-8.button-pipaluk, .button-gray-8.button-pipaluk:focus {
    background: transparent;
}

.button-gray-8.button-pipaluk::before, .button-gray-8.button-pipaluk:focus::before {
    background: #353535;
    border-color: #dd5300;
}

.button-gray-8.button-pipaluk::after, .button-gray-8.button-pipaluk:focus::after {
    border-color: #dd5300;
}

.button-gray-8.button-pipaluk:hover, .button-gray-8.button-pipaluk:active {
    color: #dd5300;
    background: transparent;
}

.button-gray-8.button-wapasha, .button-gray-8.button-wapasha:focus {
    color: #353535;
    background: transparent;
}

.button-gray-8.button-wapasha::before, .button-gray-8.button-wapasha:focus::before {
    border-color: #353535;
}

.button-gray-8.button-wapasha::after, .button-gray-8.button-wapasha:focus::after {
    border-color: #dd5300;
}

.button-gray-8.button-wapasha:hover, .button-gray-8.button-wapasha:active {
    color: #ffffff;
    background: #dd5300;
}

.button-gray-11, .button-gray-11:focus {
    color: #ffffff;
    background-color: #303233;
    border-color: #303233;
}

.button-gray-11:hover, .button-gray-11:active {
    color: #151515;
    background-color: #ffffff;
    border-color: #ffffff;
}

.button-gray-11.button-ujarak::before {
    background: #ffffff;
}

.button-gray-11.button-pipaluk, .button-gray-11.button-pipaluk:focus {
    background: transparent;
}

.button-gray-11.button-pipaluk::before, .button-gray-11.button-pipaluk:focus::before {
    background: #303233;
    border-color: #ffffff;
}

.button-gray-11.button-pipaluk::after, .button-gray-11.button-pipaluk:focus::after {
    border-color: #ffffff;
}

.button-gray-11.button-pipaluk:hover, .button-gray-11.button-pipaluk:active {
    color: #ffffff;
    background: transparent;
}

.button-gray-11.button-wapasha, .button-gray-11.button-wapasha:focus {
    color: #303233;
    background: transparent;
}

.button-gray-11.button-wapasha::before, .button-gray-11.button-wapasha:focus::before {
    border-color: #303233;
}

.button-gray-11.button-wapasha::after, .button-gray-11.button-wapasha:focus::after {
    border-color: #ffffff;
}

.button-gray-11.button-wapasha:hover, .button-gray-11.button-wapasha:active {
    color: #151515;
    background: #ffffff;
}

.button-gray-14, .button-gray-14:focus {
    color: #ffffff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.button-gray-14:hover, .button-gray-14:active {
    color: #151515;
    background-color: #ffffff;
    border-color: #ffffff;
}

.button-gray-14.button-ujarak::before {
    background: #ffffff;
}

.button-gray-14.button-pipaluk, .button-gray-14.button-pipaluk:focus {
    background: transparent;
}

.button-gray-14.button-pipaluk::before, .button-gray-14.button-pipaluk:focus::before {
    background: #2f2f2f;
    border-color: #ffffff;
}

.button-gray-14.button-pipaluk::after, .button-gray-14.button-pipaluk:focus::after {
    border-color: #ffffff;
}

.button-gray-14.button-pipaluk:hover, .button-gray-14.button-pipaluk:active {
    color: #ffffff;
    background: transparent;
}

.button-gray-14.button-wapasha, .button-gray-14.button-wapasha:focus {
    color: #2f2f2f;
    background: transparent;
}

.button-gray-14.button-wapasha::before, .button-gray-14.button-wapasha:focus::before {
    border-color: #2f2f2f;
}

.button-gray-14.button-wapasha::after, .button-gray-14.button-wapasha:focus::after {
    border-color: #ffffff;
}

.button-gray-14.button-wapasha:hover, .button-gray-14.button-wapasha:active {
    color: #151515;
    background: #ffffff;
}

.button-gray-31, .button-gray-31:focus {
    color: #ffffff;
    background-color: #53575b;
    border-color: #53575b;
}

.button-gray-31:hover, .button-gray-31:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-gray-31.button-ujarak::before {
    background: #151515;
}

.button-gray-31.button-pipaluk, .button-gray-31.button-pipaluk:focus {
    background: transparent;
}

.button-gray-31.button-pipaluk::before, .button-gray-31.button-pipaluk:focus::before {
    background: #53575b;
    border-color: #151515;
}

.button-gray-31.button-pipaluk::after, .button-gray-31.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-gray-31.button-pipaluk:hover, .button-gray-31.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-gray-31.button-wapasha, .button-gray-31.button-wapasha:focus {
    color: #53575b;
    background: transparent;
}

.button-gray-31.button-wapasha::before, .button-gray-31.button-wapasha:focus::before {
    border-color: #53575b;
}

.button-gray-31.button-wapasha::after, .button-gray-31.button-wapasha:focus::after {
    border-color: #151515;
}

.button-gray-31.button-wapasha:hover, .button-gray-31.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-gray-32, .button-gray-32:focus {
    color: #ffffff;
    background-color: #292929;
    border-color: #292929;
}

.button-gray-32:hover, .button-gray-32:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-gray-32.button-ujarak::before {
    background: #151515;
}

.button-gray-32.button-pipaluk, .button-gray-32.button-pipaluk:focus {
    background: transparent;
}

.button-gray-32.button-pipaluk::before, .button-gray-32.button-pipaluk:focus::before {
    background: #292929;
    border-color: #151515;
}

.button-gray-32.button-pipaluk::after, .button-gray-32.button-pipaluk:focus::after {
    border-color: #151515;
}

.button-gray-32.button-pipaluk:hover, .button-gray-32.button-pipaluk:active {
    color: #151515;
    background: transparent;
}

.button-gray-32.button-wapasha, .button-gray-32.button-wapasha:focus {
    color: #292929;
    background: transparent;
}

.button-gray-32.button-wapasha::before, .button-gray-32.button-wapasha:focus::before {
    border-color: #292929;
}

.button-gray-32.button-wapasha::after, .button-gray-32.button-wapasha:focus::after {
    border-color: #151515;
}

.button-gray-32.button-wapasha:hover, .button-gray-32.button-wapasha:active {
    color: #ffffff;
    background: #151515;
}

.button-default-outline, .button-default-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
}

.button-default-outline:hover, .button-default-outline:active {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-default-outline.button-ujarak::before {
    background: #f8b21a;
}

.button-default-outline.button-pipaluk, .button-default-outline.button-pipaluk:focus {
    background: transparent;
}

.button-default-outline.button-pipaluk::before, .button-default-outline.button-pipaluk:focus::before {
    background: transparent;
    border-color: #f8b21a;
}

.button-default-outline.button-pipaluk::after, .button-default-outline.button-pipaluk:focus::after {
    border-color: #f8b21a;
}

.button-default-outline.button-pipaluk:hover, .button-default-outline.button-pipaluk:active {
    color: #f8b21a;
    background: transparent;
}

.button-default-outline.button-wapasha, .button-default-outline.button-wapasha:focus {
    color: #151515;
    background: transparent;
}

.button-default-outline.button-wapasha::before, .button-default-outline.button-wapasha:focus::before {
    border-color: #151515;
}

.button-default-outline.button-wapasha::after, .button-default-outline.button-wapasha:focus::after {
    border-color: #f8b21a;
}

.button-default-outline.button-wapasha:hover, .button-default-outline.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

.button-default-outline-2, .button-default-outline-2:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
}

.button-default-outline-2:hover, .button-default-outline-2:active {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-default-outline-2.button-ujarak::before {
    background: #f8b21a;
}

.button-default-outline-2.button-pipaluk, .button-default-outline-2.button-pipaluk:focus {
    background: transparent;
}

.button-default-outline-2.button-pipaluk::before, .button-default-outline-2.button-pipaluk:focus::before {
    background: transparent;
    border-color: #f8b21a;
}

.button-default-outline-2.button-pipaluk::after, .button-default-outline-2.button-pipaluk:focus::after {
    border-color: #f8b21a;
}

.button-default-outline-2.button-pipaluk:hover, .button-default-outline-2.button-pipaluk:active {
    color: #f8b21a;
    background: transparent;
}

.button-default-outline-2.button-wapasha, .button-default-outline-2.button-wapasha:focus {
    color: #151515;
    background: transparent;
}

.button-default-outline-2.button-wapasha::before, .button-default-outline-2.button-wapasha:focus::before {
    border-color: #151515;
}

.button-default-outline-2.button-wapasha::after, .button-default-outline-2.button-wapasha:focus::after {
    border-color: #f8b21a;
}

.button-default-outline-2.button-wapasha:hover, .button-default-outline-2.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

.button-white-outline, .button-white-outline:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.button-white-outline:hover, .button-white-outline:active {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-white-outline.button-ujarak::before {
    background: #f8b21a;
}

.button-white-outline.button-pipaluk, .button-white-outline.button-pipaluk:focus {
    background: transparent;
}

.button-white-outline.button-pipaluk::before, .button-white-outline.button-pipaluk:focus::before {
    background: transparent;
    border-color: #f8b21a;
}

.button-white-outline.button-pipaluk::after, .button-white-outline.button-pipaluk:focus::after {
    border-color: #f8b21a;
}

.button-white-outline.button-pipaluk:hover, .button-white-outline.button-pipaluk:active {
    color: #f8b21a;
    background: transparent;
}

.button-white-outline.button-wapasha, .button-white-outline.button-wapasha:focus {
    color: #ffffff;
    background: transparent;
}

.button-white-outline.button-wapasha::before, .button-white-outline.button-wapasha:focus::before {
    border-color: #ffffff;
}

.button-white-outline.button-wapasha::after, .button-white-outline.button-wapasha:focus::after {
    border-color: #f8b21a;
}

.button-white-outline.button-wapasha:hover, .button-white-outline.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

.button-ghost {
    border: 0;
    background-color: transparent;
}

.button-ghost:hover {
    color: #ffffff;
    background: #f8b21a;
}

.button-facebook, .button-facebook:focus {
    color: #ffffff;
    background-color: #6576ad;
    border-color: #6576ad;
}

.button-facebook:hover, .button-facebook:active {
    color: #ffffff;
    background-color: #5668a2;
    border-color: #5668a2;
}

.button-facebook.button-ujarak::before {
    background: #5668a2;
}

.button-facebook.button-pipaluk, .button-facebook.button-pipaluk:focus {
    background: transparent;
}

.button-facebook.button-pipaluk::before, .button-facebook.button-pipaluk:focus::before {
    background: #6576ad;
    border-color: #5668a2;
}

.button-facebook.button-pipaluk::after, .button-facebook.button-pipaluk:focus::after {
    border-color: #5668a2;
}

.button-facebook.button-pipaluk:hover, .button-facebook.button-pipaluk:active {
    color: #5668a2;
    background: transparent;
}

.button-facebook.button-wapasha, .button-facebook.button-wapasha:focus {
    color: #6576ad;
    background: transparent;
}

.button-facebook.button-wapasha::before, .button-facebook.button-wapasha:focus::before {
    border-color: #6576ad;
}

.button-facebook.button-wapasha::after, .button-facebook.button-wapasha:focus::after {
    border-color: #5668a2;
}

.button-facebook.button-wapasha:hover, .button-facebook.button-wapasha:active {
    color: #ffffff;
    background: #5668a2;
}

.button-twitter, .button-twitter:focus {
    color: #ffffff;
    background-color: #63bbe8;
    border-color: #63bbe8;
}

.button-twitter:hover, .button-twitter:active {
    color: #ffffff;
    background-color: #4db1e5;
    border-color: #4db1e5;
}

.button-twitter.button-ujarak::before {
    background: #4db1e5;
}

.button-twitter.button-pipaluk, .button-twitter.button-pipaluk:focus {
    background: transparent;
}

.button-twitter.button-pipaluk::before, .button-twitter.button-pipaluk:focus::before {
    background: #63bbe8;
    border-color: #4db1e5;
}

.button-twitter.button-pipaluk::after, .button-twitter.button-pipaluk:focus::after {
    border-color: #4db1e5;
}

.button-twitter.button-pipaluk:hover, .button-twitter.button-pipaluk:active {
    color: #4db1e5;
    background: transparent;
}

.button-twitter.button-wapasha, .button-twitter.button-wapasha:focus {
    color: #63bbe8;
    background: transparent;
}

.button-twitter.button-wapasha::before, .button-twitter.button-wapasha:focus::before {
    border-color: #63bbe8;
}

.button-twitter.button-wapasha::after, .button-twitter.button-wapasha:focus::after {
    border-color: #4db1e5;
}

.button-twitter.button-wapasha:hover, .button-twitter.button-wapasha:active {
    color: #ffffff;
    background: #4db1e5;
}

.button-google, .button-google:focus {
    color: #ffffff;
    background-color: #eb6e6e;
    border-color: #eb6e6e;
}

.button-google:hover, .button-google:active {
    color: #ffffff;
    background-color: #e85858;
    border-color: #e85858;
}

.button-google.button-ujarak::before {
    background: #e85858;
}

.button-google.button-pipaluk, .button-google.button-pipaluk:focus {
    background: transparent;
}

.button-google.button-pipaluk::before, .button-google.button-pipaluk:focus::before {
    background: #eb6e6e;
    border-color: #e85858;
}

.button-google.button-pipaluk::after, .button-google.button-pipaluk:focus::after {
    border-color: #e85858;
}

.button-google.button-pipaluk:hover, .button-google.button-pipaluk:active {
    color: #e85858;
    background: transparent;
}

.button-google.button-wapasha, .button-google.button-wapasha:focus {
    color: #eb6e6e;
    background: transparent;
}

.button-google.button-wapasha::before, .button-google.button-wapasha:focus::before {
    border-color: #eb6e6e;
}

.button-google.button-wapasha::after, .button-google.button-wapasha:focus::after {
    border-color: #e85858;
}

.button-google.button-wapasha:hover, .button-google.button-wapasha:active {
    color: #ffffff;
    background: #e85858;
}

.button-shadow {
    box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
    box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:focus, .button-shadow:active {
    box-shadow: none;
}

.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background: #f8b21a;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
    transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
    padding: 8px 17px;
}

.button-sm {
    padding: 5px 25px 3px;
    font-size: 12px;
    line-height: 1.5;
}

.button-md {
    min-width: 140px;
    padding: 12px 23px 10px;
    font-size: 16px;
    line-height: 1.5;
}

.button-md.button-gradient, .button-md.button-wapasha, .button-md.button-pipaluk {
    padding: 14px 25px 12px;
}

.button-lg {
    padding: 20px 33px 18px;
    line-height: 1.33;
}

.button-lg.button-gradient, .button-lg.button-wapasha, .button-lg.button-pipaluk {
    padding: 22px 35px 20px;
}

.button-xl {
    padding: 16px 50px 14px;
    font-size: 16px;
    line-height: 28px;
}

@media (min-width: 992px) {
    .button-xl {
        padding: 20px 80px;
    }
}

.button-circle {
    border-radius: 30px;
}

.button-round-1 {
    border-radius: 5px;
}

.button-round-2 {
    border-radius: 10px;
}

.button.button-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.button.button-icon .icon {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    color: inherit;
    font-size: 14px;
    line-height: 1;
}

.button.button-icon-left .icon {
    padding-right: 8px;
}

.button.button-icon-right {
    flex-direction: row-reverse;
}

.button.button-icon-right .icon {
    padding-left: 8px;
}

.button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em;
}

.button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
    padding-left: 8px;
}

.button.button-icon.button-facebook .icon, .button.button-icon.button-twitter .icon, .button.button-icon.button-google .icon {
    font-size: 18px;
}

.btn-primary {
    border-radius: 3px;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background: #f8b21a;
    border-color: #f8b21a;
}

.btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.button-pipaluk {
    position: relative;
    overflow: visible;
    padding: 19px 35px 17px;
    border: none;
    z-index: 1;
}

.button-pipaluk::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.button-pipaluk::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease 0s;
    transform: scale(1.05);
    z-index: -1;
}

.button-pipaluk.button-circle::before, .button-pipaluk.button-circle::after {
    border-radius: inherit;
}

.button-pipaluk:hover::before, .button-pipaluk:active::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition-duration: .2s;
}

.button-pipaluk:hover::after, .button-pipaluk:active::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: .3s;
    transition-delay: .1s;
}

.button-wapasha {
    position: relative;
    overflow: visible;
    padding: 19px 35px 17px;
    border: none;
    z-index: 1;
}

.button-wapasha::before, .button-wapasha::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
}

.button-wapasha::before {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    z-index: -1;
}

.button-wapasha::after {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    transform: translate3d(8px, -8px, 0);
    will-change: transform;
    z-index: -1;
}

.button-wapasha:hover::before, .button-wapasha:active::before {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-8px, 8px, 0);
    transition-duration: .2s;
}

.button-wapasha:hover::after, .button-wapasha:active::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: .3s;
}

.button-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -14px;
    margin-left: -14px;
}

.button-social:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.button-social > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: 14px;
}

.button-social > * {
    min-width: 175px;
    flex-grow: 1;
}

.button-social * + .button {
    margin-top: 0;
}

.button-width-170 {
    min-width: 170px;
}

@media (min-width: 1200px) {
    .button-width-xl-230 {
        min-width: 230px;
    }
    .button-width-xl-310 {
        min-width: 310px;
    }
}

.button-gradient {
    border: none;
    padding: 19px 35px 17px;
    background-size: auto 200%;
}

.button-primary-gradient {
    background-image: linear-gradient(to bottom, #f97b00 0%, #f7583f 50%, #f97b00 100%);
    background-repeat: no-repeat;
}

.button-primary-gradient, .button-primary-gradient:focus {
    color: #ffffff;
    background-color: #f8b21a;
    border-color: transparent;
}

.button-primary-gradient:hover, .button-primary-gradient:active {
    color: #ffffff;
    background-color: #dd5300;
    border-color: transparent;
}

.button-primary-gradient.button-ujarak::before {
    background: #dd5300;
}

.button-primary-gradient.button-pipaluk, .button-primary-gradient.button-pipaluk:focus {
    background: transparent;
}

.button-primary-gradient.button-pipaluk::before, .button-primary-gradient.button-pipaluk:focus::before {
    background: #f8b21a;
    border-color: transparent;
}

.button-primary-gradient.button-pipaluk::after, .button-primary-gradient.button-pipaluk:focus::after {
    border-color: transparent;
}

.button-primary-gradient.button-pipaluk:hover, .button-primary-gradient.button-pipaluk:active {
    color: transparent;
    background: transparent;
}

.button-primary-gradient.button-wapasha, .button-primary-gradient.button-wapasha:focus {
    color: transparent;
    background: transparent;
}

.button-primary-gradient.button-wapasha::before, .button-primary-gradient.button-wapasha:focus::before {
    border-color: transparent;
}

.button-primary-gradient.button-wapasha::after, .button-primary-gradient.button-wapasha:focus::after {
    border-color: transparent;
}

.button-primary-gradient.button-wapasha:hover, .button-primary-gradient.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

.button-primary-gradient:hover, .button-primary-gradient:active {
    background-position: 50% 100%;
}


.button-default-outline,
.button-default-outline:focus {
    color: #1f3c88;
    background-color: transparent;
    border-color: #1f3c88;
}
.button-default-outline:hover,
.button-default-outline:active {
    color: #1f3c88;
    background-color: #f8b21a;
    border-color: #f8b21a;
}

.button-default-outline.button-wapasha,
.button-default-outline.button-wapasha:focus {
    color: #1f3c88;
    background: transparent;
}
.button-default-outline.button-wapasha::before,
.button-default-outline.button-wapasha:focus::before {
    border-color: #1f3c88;
}
.button-default-outline.button-wapasha::after,
.button-default-outline.button-wapasha:focus::after {
    border-color: #f8b21a;
}
.button-default-outline.button-wapasha:hover,
.button-default-outline.button-wapasha:active {
    color: #1f3c88;
    background: #f8b21a;
}

.button-md {
    min-width: 140px;
    padding: 12px 23px 10px;
    font-size: 16px;
    line-height: 1.5;
}
.button-md.button-gradient,
.button-md.button-wapasha,
.button-md.button-pipaluk {
    padding: 14px 25px 12px;
}

.button-default-outline.button-wapasha, .button-default-outline.button-wapasha:focus {
    color: #1f3c88;
    background: transparent;
}

.button-default-outline.button-wapasha::before, .button-default-outline.button-wapasha:focus::before {
    border-color: #1f3c88;
}

.button-default-outline.button-wapasha::after, .button-default-outline.button-wapasha:focus::after {
    border-color: #f8b21a;
}

.button-default-outline.button-wapasha:hover, .button-default-outline.button-wapasha:active {
    color: #ffffff;
    background: #f8b21a;
}

/*----------------------------------------
	DEFAULT
----------------------------------------*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}


#gracias {
    background-color: #0943ad;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Orkney Bold', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Orkney Light', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Orkney Light', sans-serif;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}
