@font-face {
	font-family: "DeVinne Txt BT";
	src: url('../fonts/new/DEVINNET.ttf') format('truetype'), url('../fonts/new/DeVinneTextBT.ttf') format('truetype'), url('../fonts/new/DEVINNIT.ttf') format('truetype'), url('../fonts/new/DeVinneItalicTextBT.ttf') format('truetype'), url('../fonts/new/DeVinne Txt BT.ttf') format('truetype'), url('../fonts/new/De Vinne Text BT.ttf') format('truetype')
}
.headings-wrap.load-fade .fade-up {
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.headings-wrap.load-fade .fade-up.animation {
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1
}

.headings-wrap.load-fade .transition-0 {
    -ms-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.headings-wrap.load-fade .transition-1 {
    -ms-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.headings-wrap.load-fade .transition-2 {
    -ms-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.headings-wrap.load-fade .transition-3 {
    -ms-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.headings-wrap.load-fade .transition-4 {
    -ms-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.headings-wrap.load-fade .transition-5 {
    -ms-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.headings-wrap.load-fade .transition-6 {
    -ms-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.headings-wrap.load-fade .transition-7 {
    -ms-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms
}

.headings-wrap.load-fade .transition-8 {
    -ms-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms
}

.headings-wrap.load-fade .transition-9 {
    -ms-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms
}

.headings-wrap.load-fade .transition-10 {
    -ms-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms
}

.headings {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}

.headings.text_link .title {
    margin-top: 20px;
	text-transform: lowercase;
    font-family: "DeVinne Txt BT";
    font-size: 35px;
    letter-spacing: 0px
}

.headings.text_link .subtitle {
    margin-top: 20px;
    color: #999999;
    font-size: 18px;
    letter-spacing: .2px;
    line-height: 1.73;
    margin-bottom: 40px
}

.headings.text_link .link-wrap::before {
    content: "";
    display: block;
    margin: 30px auto;
    width: 1px;
    height: 70px;
    background-color: #222222
}

.headings.text_link .link-wrap a {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.headings.text_link .link-wrap a:hover {
    color: #222
}

.headings.text_button .title {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase
}

.headings.text_button .subtitle {
    margin-top: 30px;
    color: #222222;
    font-family: "DeVinne Txt BT";
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: .3px;
    text-align: center
}

.headings.text_button .link-wrap {
    margin-top: 50px
}

.headings.classic_text .title {
    margin-top: 20px;
    font-family: "DeVinne Txt BT";
    font-size: 40px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    text-align: center
}

.headings.classic_text .subtitle {
    margin-top: 20px;
    color: #999999;
    font-family: "DeVinne Txt BT";
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    letter-spacing: .2px;
    text-align: center
}

.headings.text_button_modern {
    text-align: left
}

.headings.text_button_modern.text-center {
    text-align: center
}

.headings.text_button_modern.text-right {
    text-align: right
}

.headings.text_button_modern .title {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-family: "DeVinne Txt BT";
    font-size: 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.headings.text_button_modern .subtitle {
    margin-top: 30px;
    color: #999999;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.73;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.headings.text_button_modern .link-wrap {
    margin-top: 50px
}

.headings.text_left {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.headings.text_left .title {
    max-width: 70%;
    color: #ffffff;
    font-family: "DeVinne Txt BT";
    font-size: 40px;
    letter-spacing: 1.3px;
    text-align: left
}

.headings.text_center {
    text-align: center
}

.headings.text_center .subtitle {
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    text-transform: uppercase
}

.headings.text_center .title {
    font-family: "DeVinne Txt BT";
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2.7px
}

.headings.simple .title {
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase
}

.headings.simple .subtitle {
    margin-top: 25px;
    color: #999999;
    line-height: 1.5;
    font-family: "DeVinne Txt BT";
    font-size: 24px;
    font-style: italic;
    letter-spacing: .3px
}

@media only screen and (max-width: 1199px) {
    .headings.simple .title {
        font-size: 40px
    }

    .headings.simple .subtitle {
        font-size: 22px
    }
}

@media only screen and (max-width: 992px) {

    .headings.text_link .title,
    .headings.classic_text .title {
        font-size: 34px
    }

    .headings.text_link {
        margin: 30px auto
    }

    .headings.text_link .link-wrap::before {
        height: 50px
    }

    .headings.simple .title {
        font-size: 34px
    }

    .headings.simple .subtitle {
        margin-top: 20px;
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .headings.text_button .link-wrap {
        margin-top: 30px
    }

    .headings.text_link .title,
    .headings.classic_text .title {
        margin-top: 35px;
        font-size: 28px
    }

    .headings.text_link .subtitle {
        margin: 25px auto
    }

    .headings.text_link .link_wrap::before {
        margin: 20px auto
    }

    .headings.text_left {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .headings.text_left .title {
        max-width: none;
        width: 100%;
        font-size: 28px;
        text-align: center
    }

    .headings.text_left .link-wrap {
        margin-top: 25px
    }

    .headings.simple .title {
        font-size: 28px
    }

    .headings.simple .subtitle {
        margin-top: 15px;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .headings.text_button {
        padding-right: 15px;
        padding-left: 15px
    }

    .headings.text_button .subtitle {
        font-size: 20px
    }

    .headings.text_button_modern .title {
        font-size: 30px
    }

    .headings.text_button_modern .subtitle {
        margin-top: 10px
    }

    .headings.text_button_modern .link-wrap {
        margin-top: 30px
    }

    .headings.text_center .title {
        font-size: 28px;
        letter-spacing: 1px
    }

    .headings.text_left .title {
        line-height: 1.4
    }
}

/*# sourceMappingURL=headings.min.css.map */