/* ---> ADM T2 GlOBAL STYLES
------------------------------------------------> */
.page-template-adm-t2 .row {
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.page-template-adm-t2 [class*="adm_button-"] {
    display: block;
    border-radius: 3px;
    margin: 3px;
}
.page-template-adm-t2 [class*="adm_button-"] a {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
}
.page-template-adm-t2 .row-full {
    max-width: 100%;
    width: 100%;
}
.page-template-adm-t2 b,
.page-template-adm-t2 strong {
    font-weight: 600;
}
.page-template-adm-t2 {
    font-size: 19px;
    line-height: 1.5;
    overflow-x: hidden;
}
.page-template-adm-t2 footer {
    text-align: center;
}

@media (max-width: 768px) {
    #hide-mobile {
	display: none;
}
}

/* ---> T2 HEADER
------------------------------------------------> */

.page-template-adm-t2 .adm_logo img {
	max-height: 100px;
	width: auto;
}
.page-template-adm-t2 .phone_header .fa {
	line-height: 57px;
	background: var(--accent);
	width: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	font-size: 36px;
}
.page-template-adm-t2 .phone_header .phone-before, 
.page-template-adm-t2 .phone_header .phone-num {
	color: #555 !important;
}
.page-template-adm-t2 .phone_header a {
    text-decoration: none;
    font-weight: 600;
}
.page-template-adm-t2 .phone_header {
    display: block;
}

.page-template-adm-t2 .phone_header .phone-before {
	display: block;
}
.page-template-adm-t2 .menu-toggle {
	display: none;
}
.page-template-adm-t2 header {
	background: #fff;
}
.page-template-adm-t2 .site-branding {
    padding: 20px;
}
.page-template-adm-t2 .adm_logo a {
	line-height: 0;
	display: block;
}
@media (min-width: 1200px) {
    .page-template-adm-t2 .site-branding {
        padding: 0;
    }
    .page-template-adm-t2 header {
    	display: block;
    	padding: 20px 3%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	z-index: 10000;
    	background: #fff;
    }
    .page-template-adm-t2 {
    	padding-top: 130px;
    }
    .page-template-adm-t2 .phone_header .phone-num {
        font-size: 36px;
        margin-top: 0;
        padding: 0;
    }
    .page-template-adm-t2 .phone_header .phone-before {
    	text-align: right;
    	font-size: 16px;
    }
    .page-template-adm-t2 header {
    	display: block;
    	padding: 20px 3%;
    	box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }
    .page-template-adm-t2 header .row {
    	display: table;
    }
}
@media (min-width: 1400px) {
    
}


/* ---> ADM T2 FONTS
------------------------------------------------> */

.page-template-adm-t2 h2 {
    font-size: 24px;
}

@media (min-width: 1200px) {
    .page-template-adm-t2 h2 {
        font-size: 30px;
    }
}
@media (min-width: 1400px) {
    .page-template-adm-t2 h2 {
        font-size: 30px;
    }
}


/* ---> ADM T2 BANNER / SEPARATOR
------------------------------------------------> */
.t2-banner {
    font-style: normal;
}
.t2-banner h2 {
    padding: 15px 20px;
}

/* ---> ADM T2 COVER SECTION
------------------------------------------------> */

.t2-cover .row-wrapper {
    padding: 20px 0 0;
}

.t2-cover .title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

.t2-cover .tagline {
    display: block;
    margin: auto;
    text-align: center;
}
.t2-cover .logo {
    text-align: center;
    margin-top: 40px
}
@media (min-width: 1200px) {
    .t2-cover .row-wrapper {
        padding: 60px 0 0;
    }
}


/* ---> ADM T2 TOPIC SECTION
------------------------------------------------> */

.t2-topic .row-wrapper {
    padding: 40px 0;
}

.t2-topic .row {
    display: flex;
    flex-wrap: wrap;
}

.t2-topic .column-one .title {
    margin-bottom: 40px;
}
.t2-topic  ul {
    padding: 0 0 0 10px;
}
.t2-topic li {
    list-style: none;
    margin: 0 0 15px;
}
.t2-topic li::before {
    content: "✔";
    float: left;
    margin-right: 5px;
}
.t2-topic .form {
    margin-top: 40px;
    border-radius: 8px;
}
@media (min-width: 960px) {
    .t2-topic .form {
        margin-top: -108px;
    }
}
@media (min-width: 1200px) {
    .t2-topic .form {
        margin-top: -148px;
    }
}
@media (min-width: 1400px) {
    .t2-topic .form {
        margin-top: -158px;
    }
}
.t2-topic .form-wrapper {
    box-shadow: 0 2px 3px #ddd;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.t2-topic .form-footer {
    box-shadow: 0 2px 3px #ddd;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: center;
    z-index: 10;
    position: relative;
}
.t2-topic .form-footer span {
    font-size: 14px;
}
.t2-topic .form-wrapper .title {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
}
.t2-topic .form-wrapper .description {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.t2-topic .form-wrapper input,
.t2-topic .form-wrapper textarea,
.t2-topic .form-wrapper select {
    background: #fdfdfd;
    border: 2px solid #eee;
    margin: 0 20px;
    width: calc(100% - 40px);
    box-shadow: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    color: #555;
}
.t2-topic .form-wrapper input[type="submit"] {
	background: var(--accent);
	border: none;
	font-size: 24px;
	padding: 10px 25px;
	width: auto !important;
	max-width: 100%;
	color: #FFF;
}
.t2-topic .form-wrapper textarea {
    height: 100px;
}
.t2-topic .form-wrapper p {
    margin: 0 0 10px;
}
.t2-topic .form-wrapper .button-tagline {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px;
}
.t2-topic .form-wrapper .adm_submit_button_wrap {
    margin-top: 20px;
}

.t2-topic .column-one {
    flex-basis: calc(100%);
    margin-right: 0;
}
.t2-topic .column-two {
    flex-basis: calc(100%);
}
@media (min-width: 960px) {
    .t2-topic .column-one {
        flex-basis: calc(60% - 20px);
        margin-right: 40px;
    }
    .t2-topic .column-two {
        flex-basis: calc(40% - 20px);
    }
}
@media (min-width: 1200px) {
    .t2-topic .column-one {
        flex-basis: calc(65% - 20px);
        margin-right: 40px;
    }
    .t2-topic .column-two {
        flex-basis: calc(35% - 20px);
    }
    .t2-topic .row-wrapper {
        padding: 80px 0;
    }
}
/* ---> ADM T2 BOXES SECTION
------------------------------------------------> */

.t2-boxes .row-wrapper {
    padding: 40px 0;
}
.t2-boxes .row {
    display: flex;
    flex-wrap: wrap;
}

.t2-boxes .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-boxes .tagline {
    display: block;
    margin: auto;
    text-align: center;
    flex-basis: 100%;
    margin-top: 40px;
}
.t2-boxes .box {
    text-align: center;
}
.t2-boxes .box-title h3 {
    display: block;
    padding: 10px 20px;
}
.t2-boxes .box-description span {
    display: block;
    padding: 0 20px 20px;
}

.t2-boxes .two-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-boxes .three-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-boxes .four-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
@media (min-width: 960px) {
    .t2-boxes .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }

    .t2-boxes .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }

    .t2-boxes .four-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .t2-boxes .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-boxes .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-boxes .four-columns .column {
        flex-basis: calc(25% - 20px);
        margin: 10px;
    }
    .t2-boxes .row-wrapper {
        padding: 80px 0;
    }
}
/* ---> ADM T2 SERVICES SECTION
------------------------------------------------> */

.t2-services .row-wrapper {
    padding: 40px 0;
}
.t2-services .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-services .description {
    display: block;
    margin: auto;
    text-align: center;
    flex-basis: 100%;
}
.t2-services ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.t2-services li  {
    text-align: center;
}
.t2-services li a {
    text-decoration: none;
    color: var(--accent);
}

.t2-services ul.one-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-services ul.two-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-services ul.three-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-services ul.four-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-services ul.five-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
@media (min-width: 960px) {
    .t2-services ul.one-columns li {
        flex-basis: calc(100%);
        margin: 0 0 20px;
    }
    .t2-services ul.two-columns li {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-services ul.three-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-services ul.four-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-services ul.five-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .t2-services ul.one-columns li {
        flex-basis: calc(100%);
        margin: 0 0 20px;
    }
    .t2-services ul.two-columns li {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-services ul.three-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-services ul.four-columns li {
        flex-basis: calc(25% - 20px);
        margin: 10px;
    }
    .t2-services ul.five-columns li {
        flex-basis: calc(20% - 20px);
        margin: 10px;
    }
    .t2-services ul {
        padding: 40px 0;
    }
}
/* ---> ADM T2 MAP SECTION
------------------------------------------------> */

.t2-map .row-wrapper {
    padding: 40px 0 0;
}
.t2-map .map-image {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.t2-map .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-map .description {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    flex-basis: 100%;
}
.t2-map p {
    margin: 0;
}
.map-embed iframe {
	width: 100%;
}
@media (min-width: 1200px) {
    .t2-map .row-wrapper {
        padding: 80px 0 0;
    }
    .t2-map .description {
        margin: 0 auto 80px;
    }
}
/* ---> ADM T2 TESTIMONIALS SECTION
------------------------------------------------> */
.t2-testimonials .row-wrapper {
    padding: 40px 0;
}
.t2-testimonials .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-testimonials .description {
    display: block;
    margin: auto;
    text-align: center;
    flex-basis: 100%;
}
.t2-testimonials ul {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.t2-testimonials .testimonial .text {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(219, 219, 219);
}

.t2-testimonials .testimonial .name {
    font-weight: bold;
    padding: 15px 5px;
}
.t2-testimonials .testimonial .stars {
    display: inline-block;
}
.t2-testimonials .testimonial .stars .fa {
    color: rgb(255, 156, 30);
}

.t2-testimonials .adm_button-testimonials {
    margin: auto;
    text-align: center;
}

.t2-testimonials ul.one-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-testimonials ul.two-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-testimonials ul.three-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-testimonials ul.four-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-testimonials ul.five-columns li {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
@media (min-width: 960px) {
    .t2-testimonials ul.one-columns li {
        flex-basis: calc(100%);
        margin: 0 0 20px;
    }
    .t2-testimonials ul.two-columns li {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.three-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.four-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.five-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .t2-testimonials ul.one-columns li {
        flex-basis: calc(100%);
        margin: 0 0 20px;
    }
    .t2-testimonials ul.two-columns li {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.three-columns li {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.four-columns li {
        flex-basis: calc(25% - 20px);
        margin: 10px;
    }
    .t2-testimonials ul.five-columns li {
        flex-basis: calc(20% - 20px);
        margin: 10px;
    }
}

/* ---> ADM T2 BENEFITS SECTION
------------------------------------------------> */

.t2-benefits .row-wrapper {
    padding: 40px 0;
}
.t2-benefits .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-benefits .description {
    display: block;
    margin: auto;
    text-align: center;
    flex-basis: 100%;
}
.t2-benefits .row {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.t2-benefits li a {
    text-decoration: none;
    color: var(--accent);
}

.t2-benefits .benefit-title h3 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
.t2-benefits .benefit {
    position: relative;
}
.t2-benefits .benefit-description {
    text-align: center;
}
.t2-benefits .benefit-icon {
    text-align: center;
    margin-bottom: 20px;
}
.t2-benefits .benefit-icon::after {
    background: #444;
    content: "";
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    z-index: -1;
    border-radius: 100px;
}
.t2-benefits .benefit-icon span {
    background: #444;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
}

.t2-benefits .two-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-benefits .three-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-benefits .four-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-benefits .five-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
@media (min-width: 960px) {
    .t2-benefits .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }

    .t2-benefits .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }

    .t2-benefits .four-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-benefits .five-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .t2-benefits .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-benefits .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-benefits .four-columns .column {
        flex-basis: calc(25% - 20px);
        margin: 10px;
    }
    .t2-benefits .five-columns .column {
        flex-basis: calc(20% - 20px);
        margin: 10px;
    }
}
/* ---> ADM T2 ABOUT SECTION
------------------------------------------------> */

.t2-about .row-wrapper {
    padding: 40px 0;
}
.t2-about .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-about .description {
    display: block;
    margin: auto;
    flex-basis: 100%;
}

/* ---> ADM T2 BUSINESS DETAILS
------------------------------------------------> */


.t2-business-details .title {
    text-align: center;
    margin: 0 auto 40px;
    flex-basis: 100%;
}
.t2-business-details .description {
    display: block;
    margin: auto;
    text-align: center;
    flex-basis: 100%;
}
.t2-business-details .social-row {
    padding: 200px 0 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background-position: top -1px center;
    background-repeat: no-repeat;
}

.t2-business-details .row {
    max-width: 800px;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.t2-business-details .one-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-business-details .two-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-business-details .three-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-business-details .four-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
.t2-business-details .five-columns .column {
    flex-basis: calc(100%);
    margin: 0 0 20px;
}
@media (min-width: 960px) {
    .t2-business-details .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }

    .t2-business-details .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }

    .t2-business-details .four-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-business-details .five-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .t2-business-details .two-columns .column {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    .t2-business-details .three-columns .column {
        flex-basis: calc(33.333333% - 20px);
        margin: 10px;
    }
    .t2-business-details .four-columns .column {
        flex-basis: calc(25% - 20px);
        margin: 10px;
    }
    .t2-business-details .five-columns .column {
        flex-basis: calc(20% - 20px);
        margin: 10px;
    }
}
.t2-business-details a {
    text-decoration: none;
}

.t2-business-details .social-profiles {
    flex-basis: 100%;
    text-align: center;
}
.t2-business-details .social-icon {
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 2px;
}
.t2-business-details .social-icon a {
    background: #FFF;
    color: var(--accent);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
}

/* ---> ADM T2 COUNTDOWN TIMER
------------------------------------------------> */
#countdown .row {
    max-width: 450px;
}
#countdown .row > span {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.callout-fee span:first-of-type {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    word-spacing: 2px;
}
.callout-fee span {
    display: block;
}
#countdown .countdown-timer {
    flex-basis: calc(100%);
    margin: 10px;
    position: relative;
}

#countdown .callout-fee {
    flex-basis: calc(100%);
    margin: 10px 0;
    position: relative;
}
#cntdwn {
    position: relative;
    padding: 0 !important;
}
#countdown h2 {
    padding: 20px 20px 0;
}
.countdown-timer::before {
    content: "Hours Minutes Seconds";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    display: block;
    text-transform: uppercase;
    word-spacing: 10px;
}
#countdown .callout-wrapper {
    position: relative;
    margin: auto;
}
#countdown .countdown-wrapper {
    position: relative;
    margin: auto;
}
#countdown .number {
    font-weight: 900;
    margin: auto;
}
#countdown .slide-in-left {
    display: none;
    position: absolute;
    top: 9px;
    font-size: 48px;
    left: -40px;
}
#countdown .slide-in-right {
    display: none;
    position: absolute;
    top: 9px;
    font-size: 48px;
    right: -40px;
}
@media (min-width: 960px) {
    #countdown .countdown-timer {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }

    #countdown .callout-fee {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
    #countdown .slide-in-left {
        display: block;
        position: absolute;
        top: 9px;
        font-size: 48px;
        left: -40px;
    }
    #countdown .slide-in-right {
        display: block;
        position: absolute;
        top: 9px;
        font-size: 48px;
        right: -40px;
    }
}
@media (min-width: 1200px) {

}

/* ---> ADM T2 ANIMATIONS
------------------------------------------------> */

.row:hover .wobble-hor-top {
    -webkit-animation: wobble-hor-top 0.8s both;
    animation: wobble-hor-top 0.8s both;
}

.van-slide {
    -webkit-animation: van-slide 3.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: van-slide 3.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fade-in {
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.slide-in-left {
    -webkit-animation: slide-in-left 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: slide-in-left 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.slide-in-right {
    -webkit-animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(6deg);
        transform: translateX(-30px) rotate(6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(-6deg);
        transform: translateX(15px) rotate(-6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
        transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
        transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
        transform: translateX(-6px) rotate(1.2deg);
    }
}
@keyframes wobble-hor-top {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(6deg);
        transform: translateX(-30px) rotate(6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(-6deg);
        transform: translateX(15px) rotate(-6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
        transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
        transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
        transform: translateX(-6px) rotate(1.2deg);
    }
}

/**
 * ----------------------------------------
 * animation van-slide
 * ----------------------------------------
 */
@-webkit-keyframes van-slide {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes van-slide {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
