/*------------------------------------------------------------------
[Main Stylesheet]

Author:	SmartTemplates
Version:	1.0
Created:	05 June 2018
Last updated:	05 June 2018
Template:	LATERAL | Landing page templates for SAAS companies
-------------------------------------------------------------------*/

/*----------------------------------------------------------------- 
[Table of Contents]

1. RESET
2. GENERAL
	2-1 HEADINGS
3. HEADER
4. SECTION
5. GRID
	5.1 GRID ELEMENTS
6. BUTTONS
7. CUSTOM SECTIONS 
	7.1 CUSTOM SECTION - INTRO
	7.2 CUSTOM SECTION - ABOUT	
	7.3 CUSTOM SECTION - FEATURES
	7.4 CUSTOM SECTION - TESTIMONIALS 
	7.5 CUSTOM SECTION - PRICING 
	7.6 CUSTOM SECTION - CTA 
	7.7 CUSTOM SECTION - HOW IT WORKS (HIW)
	7.8 CUSTOM SECTION - SUPPORT
	7.9 CUSTOM SECTION - CLIENTS
	7.10 CUSTOM SECTION - CONTACT
	7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL
8. FOOTER
9. MEDIA QUERIES
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";
/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    font-size: 16px;
    margin: 0 auto;
    color: #1d1d1d;
    background-color: #fff;
    font-weight: 300;
}

.clear {
    clear: both;
}

p {
    padding: 0;
    margin: 0px;
    text-align: left;
    line-height: 26px;
}

a {
    text-decoration: none;
    color: #570b3a;
}

blockquote {
    font-style: italic;
    font-size: 24px;
    padding: 0 5%;
    margin: 40px 0 60px 0;
    line-height: 34px;
    position: relative;
    text-align: center;
}

    blockquote:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 10%;
        margin: 20px 40%;
        border: 1px solid #e76b71;
    }

a img {
    border: none;
}

a:hover {
    text-decoration: none;
    color: #212121;
}

img.responsive_image {
    max-width: 100%;
    display: block;
    margin: auto auto 20px auto;
}
/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 0 0 40px 0;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
/*===============================================*/
/* 3. HEADER 	 						 */
/*===============================================*/
/* BLOCK - header */
.header {
    width: 100%;
    height: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
/* MODIFIER - header */
.header--sticky {
    background-color: #fff;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
}
/* ELEMENT - header__content */
.header__content {
    height: 70px;
}
/* ELEMENT MODIFIER - header__content */
.header__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}

.header__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}

.header__logo-title {
    color: #231f20;
    font-size: 26px;
    letter-spacing: -1px;
    position: relative;
    float: left;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

    .header__logo-title span {
        font-weight: 700;
    }
/* ELEMENT - header__menu */
.header__menu {
    float: right;
}

    .header__menu ul,
    .header__menu ul li,
    .header__menu ul li a {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
    }

    .header__menu:after,
    .header__menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.menu-button {
    width: 28px;
    height: 20px;
    position: absolute;
    padding: 0px;
    font-size: 20px;
    top: 12px;
    right: 6%;
    z-index: 99999;
    display: none;
    cursor: pointer;
    border-bottom: 1px solid #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

    .menu-button:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 28px;
        height: 6px;
        z-index: 999;
        border-top: 1px double #000;
        border-bottom: 1px solid #000;
    }

.header__menu > ul > li {
    display: inline-block;
    padding: 0;
}

    .header__menu > ul > li > a {
        height: 70px;
        line-height: 70px;
        color: #231f20;
        font-size: 14px;
        display: inline-block;
        letter-spacing: 0.5px;
        padding: 0 25px;
        margin: 0;
        font-weight: 400;
        overflow: hidden;
    }

    .header__menu > ul > li.header__btn > a {
        height: 32px;
        line-height: 30px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .header__menu > ul > li.header__btn--signup > a {
        color: #fff;
        background-color: #9d4057;
        padding: 0 22px;
        margin: 19px 0 0 25px;
        border: 1px #9d4057 solid;
    }

    .header__menu > ul > li.header__btn--login > a {
        color: #570b3a;
        padding: 0 22px;
        margin: 19px 0 0 25px;
        border: 1px #570b3a solid;
    }

.header__menu ul li.header__btn--signup > a:hover {
    background-color: #fff;
    border: 1px #9d4057 solid;
    color: #9d4057;
}

.header__menu ul li.header__btn--login > a:hover {
    background-color: #570b3a;
    color: #fff;
}

.header__menu ul li a:hover, .header__menu ul li a.selected, .header__menu ul li a.active {
    color: #570b3a;
}

.header__menu ul li.header__btn--signup a.active {
    color: #fff;
}

.header__menu ul li.header__btn--login a.active {
    color: #570b3a;
}

.header__menu ul li:hover {
    cursor: pointer;
}

.header__menu > ul > li.menu-item-has-children > a {
    background: url(images/drop-down.png) no-repeat 90% 50%;
}

.header__menu ul ul {
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 9999;
    visibility: hidden;
    text-align: left;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .header__menu ul ul.submenu-header-sticky {
        box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
        -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
        -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
    }

.header__menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 70px;
}

.header__menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.header__menu ul ul li a {
    width: 200px;
    padding: 0 15px;
    color: #231f20;
    border-bottom: 1px #feebed solid;
    margin: 0 10px;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
}

    .header__menu ul ul li a:hover {
        color: #570b3a;
    }

.header__menu ul ul li:last-child a {
    border-bottom: none;
}




/*-------------------------------header1----------------------------------------*/
/* BLOCK - header1 */
.header1 {
    width: 100%;
    height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    line-height: 1;
}
/* MODIFIER - header1 */
.header1--sticky {
    background-color: #fff;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
}
/* ELEMENT - header1__content */
.header1__content {
    height: 70px;
    background-image: url('images/LOGO-PRINCIPAL-WEB-FASHION-223X60.png');
    background-repeat: no-repeat;
    color: #434343;
}

.header1--sticky .header1__content {
    height: 70px;
    background-image: url('images/LOGO-PRINCIPAL-WEB-FASHION-223X60.png');
    background-repeat: no-repeat;
    color: #434343;
}

/* ELEMENT MODIFIER - header1__content */
.header1__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}

.header1__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}

.header1__logo-title {
    color: #434343;
    font-size: 26px;
    letter-spacing: -1px;
    position: relative;
    float: left;
    top: 0; /*50%;*/
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.header1--sticky .header1__logo-title, .header1--page .header1__logo-title, .menu1-open .header1__logo-title {
    color: #000;
}

.header1__logo-title span {
    font-weight: 700;
}



/*===============================================*/
/* 4. SECTION 	 						 */
/*===============================================*/
/* BLOCK - section */
.section {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
/* BLOCK MODIFIER - section--page */
.section--page-top {
    padding-top: 80px;
}

.section--page-bottom {
    padding-bottom: 80px;
}
/* ELEMENT - section__content */
.section__content {
    clear: both;
}
/* ELEMENT MODIFIER section__content  */
.section__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}

.section__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}

.section__content--padding {
    padding: 100px 0;
}
/* ELEMENT - section__title */
.section__title {
    font-size: 48px;
    padding: 0 0 40px 0;
    font-weight: 700;
    line-height: 52px;
}
/* ELEMENT MODIFIER section__title  */
.section__title--centered {
    width: 100%;
    text-align: center;
    position: relative;
}

    .section__title--centered:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        margin: auto;
        width: 50px;
        height: 1px;
        background: #454545;
    }

/* ELEMENT - section__description */
.section__description {
    font-size: 18px;
    line-height: 32px;
}
/* ELEMENT MODIFIER section__description  */
.section__description--centered {
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 0 0 80px 0;
}
/*===============================================*/
/* 5. GRID 	 						 */
/*===============================================*/

/* BLOCK - grid */
.grid {
    width: 100%;
    float: left;
    clear: both;
}

.grid__item--padding {
    background-color: #feebed;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--2col  */
.grid--2col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols / number of cols */
    width: calc((100% - 80px) / 2);
}

.grid--2col .grid__item--padding {
    /* full width - space between cols - padding * nr of paddings / number of cols */
    width: calc((100% - 80px - 20px * 4) / 2);
    padding: 20px;
}

.grid .grid__item:last-child,
.grid--2col .grid__item:nth-child(2n+2) {
    float: right;
    margin-right: 0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--3col  */
.grid--3col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 2) / 3);
}

    .grid--3col .grid__item.grid__item--padding {
        /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
        width: calc((100% - 80px * 2 - 20px * 6) / 3);
        padding: 20px;
    }

.grid--3col .grid__item--x2 {
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 2) / 3) * 2) + 80px);
}

    .grid--3col .grid__item--x2.grid__item--padding {
        /*   (    one grid item with padding  ) * 2 + space between cols + padding */
        width: calc((((100% - 80px * 2 - 20px * 6) / 3) * 2) + 80px + 20px * 2);
        padding: 20px;
    }

.grid--3col .grid__item:nth-child(3n+3) {
    float: right;
    margin-right: 0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--4col  */
.grid--4col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 3) / 4);
}

    .grid--4col .grid__item.grid__item--padding {
        /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
        width: calc((100% - 80px * 3 - 20px * 8) / 4);
        padding: 20px;
    }

.grid--4col .grid__item--x3 {
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 3) / 4) * 3) + 80px * 2);
}

    .grid--4col .grid__item--x3.grid__item--padding {
        /*   (    one grid item with padding  ) * 3 + space between cols + padding */
        width: calc((((100% - 80px * 3 - 20px * 8) / 4) * 3) + 80px * 2 + 20px * 4);
        padding: 20px;
    }

.grid--4col .grid__item:nth-child(4n+4) {
    float: right;
    margin-right: 0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--5col  */
.grid--5col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 4) / 5);
}

    .grid--5col .grid__item.grid__item--padding {
        /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
        width: calc((100% - 80px * 4 - 20px * 10) / 5);
        padding: 20px;
    }

.grid--5col .grid__item--x2 {
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 2) + 80px);
}

    .grid--5col .grid__item--x2.grid__item--padding {
        /*   (    one grid item with padding  ) * 2 + space between cols + padding */
        width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 2) + 80px + 20px * 2);
        padding: 20px;
    }

.grid--5col .grid__item--x3 {
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 3) + 80px * 2);
}

    .grid--5col .grid__item--x3.grid__item--padding {
        /*   (    one grid item with padding  ) * 3 + space between cols + padding */
        width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 3) + 80px * 2 + 20px * 4);
        padding: 20px;
    }

.grid--5col .grid__item--x4 {
    /*(      one grid item    ) * 4 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 4) + 80px * 3);
}

    .grid--5col .grid__item--x4.grid__item--padding {
        /*   (    one grid item with padding  ) * 4 + space between cols + padding */
        width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 4) + 80px * 3 + 20px * 6);
        padding: 20px;
    }

.grid--5col .grid__item:nth-child(5n+5) {
    float: right;
    margin-right: 0px;
}

.grid--5col .grid__item--x2a {
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 4) / 4) * 2) + 80px);
}

    .grid--5col .grid__item--x2a.grid__item--padding {
        /*   (    one grid item with padding  ) * 2 + space between cols + padding */
        width: calc((((100% - 80px * 4 - 20px * 10) / 4) * 2) + 80px + 20px * 2);
        padding: 20px;
    }

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--6col  */
.grid--6col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 5) / 6);
}

    .grid--6col .grid__item.grid__item--padding {
        /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
        width: calc((100% - 80px * 5 - 20px * 12) / 6);
        padding: 20px;
    }

.grid--6col .grid__item--x2 {
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 2) + 80px);
}

    .grid--6col .grid__item--x2.grid__item--padding {
        /*   (    one grid item with padding  ) * 2 + space between cols + padding */
        width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 2) + 80px + 20px * 2);
        padding: 20px;
    }

.grid--6col .grid__item--x3 {
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 3) + 80px * 2);
}

    .grid--6col .grid__item--x3.grid__item--padding {
        /*   (    one grid item with padding  ) * 3 + space between cols + padding */
        width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 3) + 80px * 2 + 20px * 4);
        padding: 20px;
    }

.grid--6col .grid__item--x4 {
    /*(      one grid item    ) * 4 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 4) + 80px * 3);
}

    .grid--6col .grid__item--x4.grid__item--padding {
        /*   (    one grid item with padding  ) * 4 + space between cols + padding */
        width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 4) + 80px * 3 + 20px * 6);
        padding: 20px;
    }

.grid--6col .grid__item--x5 {
    /*(      one grid item    ) * 5 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 5) + 80px * 4);
}

    .grid--6col .grid__item--x5.grid__item--padding {
        /*   (    one grid item with padding  ) * 5 + space between cols + padding */
        width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 5) + 80px * 4 + 20px * 8);
        padding: 20px;
    }

.grid--6col .grid__item:nth-child(6n+6) {
    float: right;
    margin-right: 0px;
}

.grid__item--floated-right {
    float: right !important;
    margin-right: 0px !important;
}
/* 5.1 GRID ELEMENTS   */
/*===============================================*/

/* ELEMENT  grid__title  */
/* --------------------  */
.grid__title {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 20px 0;
    margin: 0px;
}

    .grid__title span {
        font-weight: 700;
    }

/* ELEMENT  grid__text  */
/* --------------------  */
.grid__text {
    padding-bottom: 20px;
    line-height: 26px;
}

    .grid__text span {
        font-weight: 700;
    }

/* ELEMENT  grid__more  */
/* --------------------  */
.grid__more {
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 0 0;
    display: inline-block;
}

/* ELEMENT grid__list  */
/* --------------------  */
.grid__list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .grid__list li {
        list-style: none;
        padding: 5px 0;
        margin: 0px;
        line-height: 22px;
    }

/* ELEMENT grid__image  */
/* --------------------  */
.grid__image {
    width: 100%;
}

    .grid__image img {
        display: block;
        max-width: 100%;
    }

.grid__image--right img {
    float: right;
}

.grid__image--left img {
    float: left;
}

/*===============================================*/
/*  6. BUTTONS	 			 */
/*===============================================*/
.btn {
    padding: 12px 40px;
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--blue-bg {
    color: #fff;
    background-color: #570b3a;
    border: 2px #570b3a solid;
}

    .btn--blue-bg:hover {
        background: none;
        color: #570b3a;
    }

.btn--blue-border {
    color: #570b3a;
    border: 1px #570b3a solid;
}

    .btn--blue-border:hover {
        background-color: #570b3a;
        color: #fff;
    }

.btn--green-bg {
    color: #fff;
    background-color: #9d4057;
    border: 2px #9d4057 solid;
    -webkit-appearance : none;
}

    .btn--green-bg:hover {
        color: #9d4057;
        background: none;
        -webkit-appearance: none;
    }

.btn--green-border {
    color: #9d4057;
    border: 1px #9d4057 solid;
}

    .btn--green-border:hover {
        background-color: #9d4057;
        color: #fff;
    }

/*================================================================================*/
/*  7. CUSTOM SECTIONS  */
/*===============================================================================*/

/*===============================================*/
/*  7.1 CUSTOM SECTION - INTRO	 			 */
/*===============================================*/
.section--intro {
    width: 100%;
    height: 100%;
    background-color: #ddf2fb;
    background-image: url(images/IMAGEN-PRINCIPAL-2000x1275-ComerciaFashion-Web-Feb-2019-cambio-3.png);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.section__content--intro {
    height: 100%;
}

.intro {
    width: 100%;
    height: 100%;
    position: relative;
}

.intro__content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 222;
}

.intro__title {
    padding: 0 0 20px 0;
    color: #231f20;
    font-size: 78px;
    letter-spacing: -4px;
}

    .intro__title span {
        font-weight: 700;
    }

.intro__title1 {
    padding: 0 0 20px 0;
    color: #231f20;
    font-size: 50px;
    letter-spacing: -4px;
}

    .intro__title1 span {
        font-weight: 700;
    }

.intro__subtitle {
    padding: 0 0 60px 0;
    font-size: 24px;
    color: #231f20;
    letter-spacing: 1px;
}

.intro__description {
    padding: 0 0 40px 0;
    font-size: 20px;
}

    .intro__description span {
        font-weight: 700;
        color: #570b3a;
    }

.intro__buttons {
    padding: 20px 0 0 0;
}

.intro__buttons--centered {
    width: 100%;
    clear: both;
    text-align: center;
}

svg.svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 555;
}

/*===============================================*/
/*  7.2 CUSTOM SECTION - ABOUT	 			 */
/*===============================================*/
.grid--about {
}

.section__content--about {
    padding: 80px 0 0 0;
}

    .grid--about .grid__title {
        font-size: 36px;
        line-height: 42px;
        font-weight: 300;
        padding: 0 0 40px 0;
        margin: 0px;
        position: relative;
    }

    .grid--about .grid__text {
        font-size: 18px;
        color: #434343;
        line-height: 26px;
    }

    .grid--about .grid__list {
        padding: 20px 0 0 0;
    }

        .grid--about .grid__list li {
            background: url(images/checked.png) no-repeat 0 50%;
            font-size: 18px;
            padding: 10px 0 10px 40px;
        }
/*===============================================*/
/*  7.3 CUSTOM SECTION - FEATURES	 			 */
/*===============================================*/
.section--features {
    background-color: #feebed;
    color: #000;
    position: relative;
}

.section__title--features {
    color: #fff;
}

svg.svg-features-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100px;
    z-index: 555;
}

.grid--features .grid__item {
    margin-right: 80px;
    margin-bottom: 80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 3) / 4);
}

    .grid--features .grid__item:hover .grid__title:after {
        width: 100%;
        opacity: 1;
    }

.grid--features .grid__title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 40px 0;
    margin: 0px;
    position: relative;
}

    .grid--features .grid__title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 75%;
        margin: 0;
        width: 40px;
        height: 1px;
        background: #000;
        opacity: .5;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .grid--features .grid__title span {
        font-weight: 300;
    }

.grid--features .grid__icon {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: url(images/icons/icons-64-green/100X100-BACKGROUND-ICONOS-WEB-FASHION-2019.png) no-repeat center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .grid--features .grid__icon img {
        display: block;
        margin: auto;
    }
/*===============================================*/
/*  7.4 CUSTOM SECTION - TESTIMONIALS 			 */
/*===============================================*/
.section--testimonials {
    background-color: #feebed;
}

.testimonials {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 40px 0 40px 0;
}

.testimonials__slide {
    text-align: center;
}

    .testimonials__slide:hover {
        cursor: move; /* fallback if grab cursor is unsupported */
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

.testimonials__thumb {
    padding: 0 0 40px 0;
}

    .testimonials__thumb img {
        width: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 10px;
        background-color: #fff;
        margin: auto;
    }

.testimonials__text {
    width: 80%;
    margin: auto;
}

    .testimonials__text p {
        padding: 0 0 40px 0;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

.testimonials__source {
    font-weight: 700;
    font-size: 16px;
}

    .testimonials__source a {
        color: #570b3a;
        padding: 0 20px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .testimonials__source a::after {
            border-bottom: 0.245em solid rgba(56, 69, 241, 0.2);
            content: "";
            left: 0;
            line-height: 1em;
            margin-top: calc(0.245em / 2 * -1);
            position: absolute;
            right: 0;
            top: 60%;
        }

        .testimonials__source a:hover {
            color: #000;
            padding: 0 30px;
        }

.testimonials__pagination {
    width: 100%;
    text-align: center;
    bottom: 0 !important;
    z-index: 999 !important;
}

    .testimonials__pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: #570b3a;
        opacity: 0.2;
    }

    .testimonials__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #570b3a;
    }

/*===============================================*/
/*  7.5 CUSTOM SECTION - PRICING 			 */
/*===============================================*/
.pricing {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pricing__switcher {
    width: 300px;
    height: 40px;
    margin: 0 auto 100px auto;
    clear: both;
    text-align: center;
    position: relative;
    background-color: #feebed;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.switcher__buttons {
    width: 100%;
}

.switcher__button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 888;
    transition: .3s ease-in-out;
}

.switcher__border {
    height: 40px;
    width: 50%;
    background-color: #570b3a;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 555;
    margin: 0;
    border: none;
    transition: .3s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border--radius: 20px;
    -webkit-border-radius: 20px;
}

.switcher__button--enabled {
    color: #fff;
}

.switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
    left: 0;
}

.switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
    left: 50%;
}

.pricing__plan {
    background-color: #feebed;
    width: 20%;
    padding: 40px 0;
    float: left;
    position: relative;
    -webkit-box-shadow: inset 2px 0px 0px 0px #fff;
    box-shadow: inset 2px 0px 0px 0px #fff;
    -moz-box-shadow: inset 2px 0px 0px 0px #fff;
}

.pricing__plan--popular {
    z-index: 2;
    top: -30px;
    padding: 50px 0 70px 0;
    background-color: #570b3a;
    color: #fff;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}

.pricing__badge-bg {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #9d4057 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 333;
}

.pricing__badge-text {
    position: absolute;
    top: 28px;
    left: 3px;
    z-index: 444;
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pricing__title {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0 40px 0;
    margin: 0px;
}

    .pricing__title:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 60%;
        margin: auto;
        width: 50px;
        height: 1px;
        background: #454545;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

.pricing__plan--popular .pricing__title {
    font-size: 44px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 0px 0 40px 0;
}

    .pricing__plan--popular .pricing__title:after {
        background: #fff;
        top: 70%;
    }

.pricing__plan:hover .pricing__title:after {
    width: 80%;
}

.pricing__values {
    font-size: 58px;
    font-weight: 700;
    height: 70px;
    position: relative;
    text-align: center;
}

.pricing__value span {
    display: inline-block;
    font-size: 20px;
    margin: 0px 0 0 0;
}

.pricing__value b {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: -5px;
}

.pricing__value {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.pricing__value--hidden {
    display: none;
}

.pricing__value--show {
    -webkit-animation: showToY 0.6s forwards;
    animation: showToY 0.6s forwards;
}

.pricing__value--hide {
    -webkit-animation: fadeToY 0.6s forwards;
    animation: fadeToY 0.6s forwards;
}

@keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}

@-webkit-keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}

@keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pricing__list {
    width: 90%;
    margin: 20px 0 0 10%;
    padding: 0;
    list-style: none;
}

    .pricing__list li {
        padding: 3px 0 3px 12%;
        text-align: left;
        line-height: 24px;
        background: url(images/checked-pricing.png) no-repeat 0 50%;
    }

.pricing__plan--popular .pricing__list li {
    background: url(images/checked-pricing-white.png) no-repeat 0 50%;
}

.pricing__list li.disabled {
    padding: 3px 0 3px 12%;
    text-align: left;
    line-height: 24px;
    background: none;
    text-decoration: line-through;
    opacity: 0.6;
}

.pricing__signup {
    display: inline-block;
    padding: 12px 20px;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: #570b3a;
    color: #fff;
    border: 2px #570b3a solid;
}

    .pricing__signup:hover {
        color: none;
        background-color: transparent;
        border: 2px #570b3a solid;
    }

.pricing__plan--popular .pricing__signup {
    color: #fff;
    background-color: #9d4057;
    border: 2px #9d4057 solid;
}

    .pricing__plan--popular .pricing__signup:hover {
        color: #9d4057;
        background: none;
    }

/*===============================================*/
/*  7.6 CUSTOM SECTION - CTA 			 */
/*===============================================*/

.section--cta {
    background-color: #570b3a;
    position: relative;
    color: #fff;
    padding-top: 80px;
}

svg.svg-cta-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 555;
}

svg.svg-cta-bottom {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 555;
}

.section__title--cta {
    color: #fff;
}

    .section__title--cta:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        margin: auto;
        width: 50px;
        height: 1px;
        background: #fff;
        opacity: .5;
    }

.section__description--cta {
    color: #fff;
}


.section--cta3 {
    background-color: #db869a;
    color: #fff;
    position: relative;
}

.section__content--cta3 {
    position: relative;
    z-index: 222;
    padding-bottom: 120px;
}

svg.svg-cta3-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 111;
}

svg.svg-cta3-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 111;
}

.section__title--cta3 {
    color: #fff;
}

    .section__title--cta3:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        margin: auto;
        width: 50px;
        height: 1px;
        background: #fff;
        opacity: .5;
    }

.section__description--cta3 {
    color: #fff;
    padding: 0 0 40px 0;
}

/*===============================================*/
/*  7.7 CUSTOM SECTION - HOW IT WORKS (HIW) 			 */
/*===============================================*/
.section--hiw {
    background-color: #db869a;
    color: #fff;
}

.hiw {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.hiw-titles__slide {
    width: calc(100% / 5);
    cursor: pointer;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

    .hiw-titles__slide span {
        display: block;
    }

    .hiw-titles__slide img {
        display: block;
        width: 50px;
        margin: auto auto 15px auto;
    }

    .hiw-titles__slide.swiper-slide-active {
        position: relative;
        opacity: 1;
    }

        .hiw-titles__slide.swiper-slide-active::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 50%;
            height: 4px;
            background: #570b3a;
        }

.hiw-content__slide {
    background-color: #db869a;
}

    .hiw-content__slide img {
        display: block;
        margin: auto;
        max-width: 100%;
    }
/*===============================================*/
/*  7.8 CUSTOM SECTION - SUPPORT	 			 */
/*===============================================*/
.grid--support {
    width: 100%;
}

    .grid--support .grid__item {
        margin-right: 30px;
        margin-bottom: 0px;
        /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
        width: calc((100% - 30px * 2) / 3);
    }

        .grid--support .grid__item.grid__item--padding {
            background-color: #fff;
            /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
            width: calc((100% - 30px * 2 - 30px * 6) / 3);
            padding: 30px;
            box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
            -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
            -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

    .grid--support .grid__title {
        font-size: 24px;
        font-weight: 700;
        padding: 20px 0 20px 0;
        margin: 0px 0 20px 0;
        position: relative;
    }

        .grid--support .grid__title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0;
            width: 40px;
            height: 1px;
            background: #570b3a;
            opacity: .5;
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

    .grid--support .grid__item:hover .grid__title:after {
        width: 100%;
    }

    .grid--support .grid__item--padding:hover {
        box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
        -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
    }

    .grid--support .grid__more {
        height: 32px;
        line-height: 30px;
        color: #570b3a;
        background: none;
        padding: 0 22px;
        margin: 0px 0 0 0;
        border: 1px #c2cbd4 solid;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .grid--support .grid__more:hover {
            color: #fff;
            background-color: #570b3a;
            border: 1px #570b3a solid;
        }

    .grid--support .grid__item:hover .grid__more {
        color: #fff;
        background-color: #570b3a;
        border: 1px #570b3a solid;
    }
/*===============================================*/
/*  7.9 CUSTOM SECTION - CLIENTS 			 */
/*===============================================*/
.grid__client-logo img {
    display: block;
    max-width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.grid__client-logo a:hover img {
    opacity: .5;
}
/*===============================================*/
/*  7.10 CUSTOM SECTION - CONTACT	 			 */
/*===============================================*/
.grid--contact {
    background-color: #570b3a;
    color: #fff;
    display: flex;
}

    .grid--contact .grid__item--x2, .grid--contact .grid__item--x3 {
        margin-bottom: 0px;
    }

        .grid--contact .grid__item--x2.grid__item--padding {
            /*   (    one grid item with padding  ) * 2 + space between cols + padding */
            width: calc((((100% - 80px * 4 - 50px * 10) / 5) * 2) + 80px + 50px * 2);
            padding: 40px 50px;
            background: none;
        }

    .grid--contact .grid__title {
        font-size: 30px;
        line-height: 42px;
        font-weight: 300;
        padding: 10px 0 20px 0;
        margin: 0px;
        position: relative;
    }

    .grid--contact .grid__text {
        padding: 20px 0 20px 0;
    }

    .grid--contact .grid__more {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -0.5px;
    }
/*  CONTACT	FORM */
/*----------------------------------------------*/
/*  CONTACT	FORM */
/*----------------------------------------------*/
.form__page {
    width: 60%;
    margin: 0 15%;
    clear: both;
    float: left;
    padding: 40px 5%;
    background-color: #f7f7f7;
}

.grid__item--form {
    background-color: #f7f7f7;
}

.grid__form {
    width: 70%;
    height: 100%;
    margin: auto;
    padding: 0 10% 0 20%;
    position: relative;
}

.svg-form-left {
    height: 100%;
    width: 15%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 222;
}

.form__title {
    font-size: 24px;
    padding: 0;
    font-weight: 700;
    margin: 0px;
}

.form__subtitle {
    font-size: 18px;
    color: #000;
    padding: 30px 0 10px 0;
    width: 100%;
    clear: both;
    font-weight: 700;
    margin: 0px;
}

.form__container {
    width: 100%;
    padding: 20px 0 40px 0;
    float: left;
    clear: both;
}

.form__row {
    width: 100%;
    position: relative;
}

.form__input {
    width: 100%;
    height: 25px;
    background: none;
    border: none;
    border-bottom: 1px #a8a8a8 solid;
    padding: 10px 0;
}

.form__label {
    width: 100%;
    display: block;
    color: #a8a8a8;
    padding: 20px 0 0 0;
}

.form__row-border {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    z-index: 22;
    background-color: #313ee7;
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
}

.form__textarea {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px #a8a8a8 solid;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.form__select {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    display: block;
    border: none;
    border-bottom: 1px #a8a8a8 solid;
    background: url(images/drop-down.png) no-repeat 98% 50%;
}

select.select__field {
    width: 100%;
    height: 30px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__input:focus + .form__row-border, .form__textarea:focus + .form__row-border, .select__field:focus + .form__row-border {
    width: 100%;
}

.form__checkbox {
    width: 100%;
    padding: 10px 0 0 0;
}

.form__checkbox {
    text-align: left;
    line-height: 14px;
    clear: both;
}

    .form__checkbox label {
        cursor: pointer;
        color: #000;
    }

    .form__checkbox input[type="checkbox"] {
        display: none;
    }

        .form__checkbox input[type="checkbox"] + label:before {
            border: none;
            content: "\00a0";
            display: inline-block;
            font-size: 18px;
            font-weight: 900;
            width: 18px;
            height: 18px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            margin: 0 10px 0 0;
            line-height: 18px;
            vertical-align: center;
            border: none;
            background-color: #a8a8a8;
        }

        .form__checkbox input[type="checkbox"]:checked + label:before {
            color: #fff;
            content: "\2713";
            border: none;
            text-align: center;
            background-color: #9d4057;
        }

        .form__checkbox input[type="checkbox"]:checked + label:after {
            font-weight: bold;
        }

        .form__checkbox input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before {
            background-color: #a8a8a8;
        }

.form__radio {
    width: 100%;
    padding: 10px 0 0 0;
}

.form__radio {
    text-align: left;
    line-height: 14px;
    clear: both;
}

    .form__radio label {
        cursor: pointer;
        color: #000;
    }

    .form__radio input[type="radio"] {
        display: none;
    }

        .form__radio input[type="radio"] + label:before {
            border: none;
            content: "\00a0";
            display: inline-block;
            font-size: 18px;
            font-weight: 900;
            width: 18px;
            height: 18px;
            border-radius: 9px;
            -webkit-border-radius: 9px;
            -khtml-border-radius: 9px;
            margin: 0 10px 0 0;
            line-height: 18px;
            vertical-align: center;
            border: none;
            background-color: #a8a8a8;
        }

        .form__radio input[type="radio"]:checked + label:before {
            color: #fff;
            content: "\2713";
            border: none;
            text-align: center;
            background-color: #313ee7;
        }

        .form__radio input[type="radio"]:checked + label:after {
            font-weight: bold;
        }

        .form__radio input[type="radio"] + label:before, input[type="radio"]:checked + label:before {
            background-color: #a8a8a8;
        }

.form__switcher {
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
}

.switch__label {
    position: relative;
    display: block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    padding: 0;
    background-image: none;
    margin: 0;
    border-radius: 18px;
    cursor: pointer;
}

.switch__input {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch__data {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: inherit;
    border: solid 2px #a8a8a8;
    box-shadow: none;
    color: #a8a8a8;
}

    .switch__data:before, .switch__data:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch__data:before {
        content: attr(data-off);
        right: 11px;
    }

    .switch__data:after {
        content: attr(data-on);
        left: 11px;
        color: #313ee7;
        opacity: 0;
    }

.switch__input:checked ~ .switch__data {
    border-color: #313ee7;
}

    .switch__input:checked ~ .switch__data:before {
        opacity: 0;
    }

    .switch__input:checked ~ .switch__data:after {
        opacity: 1;
    }

.switch__handle {
    position: absolute;
    border-radius: 100%;
    top: 6px;
    left: 8px;
    background: #a8a8a8;
    width: 22px;
    height: 22px;
    box-shadow: none;
}

    .switch__handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background: #eceeef;
    }

.switch__input:checked ~ .switch__handle {
    left: 52px;
    background: #313ee7;
    box-shadow: none;
}

.switch__data, .switch__handle {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.form__file {
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
}

    .form__file input[type="file"] {
        display: none;
    }

    .form__file .file__label {
        display: inline-block;
        border: none;
        background-image: url(images/upload_file.png);
        background-color: #a8a8a8;
        background-repeat: no-repeat;
        background-position: 85% 50%;
        padding: 12px 50px 12px 30px;
        vertical-align: middle;
        line-height: normal;
        text-align: center;
        margin: 0px;
        font-size: 14px;
        width: auto;
        color: #fff;
        font-weight: 400;
        -webkit-appearance: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .form__file .file__label:hover {
            cursor: pointer;
            background-color: #313ee7;
        }

.form__submit {
    clear: both;
    float: left;
    margin: 40px 0 0 0;
    cursor: pointer;
}
/*===============================================*/
/*  7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL			 */
/*===============================================*/
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

    .modal.modal--visible {
        visibility: visible;
    }

.modal__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.modal--visible .modal__overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal__wrapper {
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    background-color: #fff;
}

.modal__wrapper--image {
    top: 10%;
    left: 30%;
    width: 70%;
    bottom: 10%;
    margin-left: -15%;
}

.modal-transition {
    -webkit-transition: all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.modal--visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal__body {
    width: 100%;
    height: 100%;
}

.modal__header {
    width: 96%;
    background-color: #570b3a;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 2%;
}

.modal__content {
    width: 100%;
    height: 0;
    visibility: hidden;
    position: relative;
    transform: translate(-100%);
    overflow: hidden;
}

    .modal__content.modal__content--visible {
        visibility: visible;
        transform: translate(0);
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        display: table;
    }

.modal__image {
    width: 96%;
    padding: 0 2%;
    height: 88%;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .modal__image img {
        display: block;
        max-height: 100%;
        margin: auto;
    }

.modal__content--login {
    background-color: #570b3a;
}

.modal__content--forgot {
    background-color: #570b3a;
}

.modal__content--signup {
    background-color: #9d4057;
}

.modal__info {
    width: 34%;
    display: table-cell;
    height: 100%;
    padding: 40px 3%;
    color: #fff;
    -webkit-transition: all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    opacity: 0;
    transform: translateX(-10%);
}

.modal__content.modal__content--visible .modal__info {
    transform: translateX(0);
    opacity: 1;
}

.modal__title {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0px;
}

.modal__descr {
    font-size: 38px;
    font-weight: 300;
    padding: 20px 0 20px 0;
    margin: 0px;
    line-height: 44px;
}

    .modal__descr span {
        font-weight: 700;
    }

.modal__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .modal__list li {
        background: url(images/checked-pricing-white.png) no-repeat 0% 70%;
        padding: 0 0 0 25px;
        margin: 4px 0;
        line-height: 22px;
    }

.modal__switch--signup {
    padding: 10px 30px;
    margin: 40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #9d4057;
    background-color: transparent;
    border: 2px #9d4057 solid;
    cursor: pointer;
    font-weight: 700;
}

    .modal__switch--signup:hover {
        color: #fff;
        border: 2px #fff solid;
    }

.modal__switch--login {
    padding: 10px 30px;
    margin: 40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #570b3a;
    background-color: transparent;
    border: 2px #570b3a solid;
    cursor: pointer;
    font-weight: 700;
}

    .modal__switch--login:hover {
        color: #fff;
        border: 2px #fff solid;
    }

.modal__form {
    width: 50%;
    height: 100%;
    display: table-cell;
    padding: 40px 5%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s 0.12s;
}

.modal__content.modal__content--visible .modal__form {
    opacity: 1;
}

.modal__checkbox {
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
}

.modal__checkbox {
    text-align: left;
    line-height: 14px;
    clear: both;
}

    .modal__checkbox label {
        cursor: pointer;
    }

    .modal__checkbox input[type="checkbox"] {
        display: none;
    }

        .modal__checkbox input[type="checkbox"] + label:before {
            border: none;
            content: "\00a0";
            display: inline-block;
            font-size: 18px;
            font-weight: 900;
            width: 18px;
            height: 18px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            margin: 0 10px 0 0;
            line-height: 18px;
            vertical-align: center;
            border: none;
            background-color: #feebed;
        }

        .modal__checkbox input[type="checkbox"]:checked + label:before {
            color: #fff;
            content: "\2713";
            border: none;
            text-align: center;
            background-color: #570b3a;
        }

        .modal__checkbox input[type="checkbox"]:checked + label:after {
            font-weight: bold;
        }

        .modal__checkbox input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before {
            background-color: #feebed;
        }

.modal__switch--forgot {
    float: right;
    padding: 10px 0 0 0;
    color: #570b3a;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .modal__switch--forgot:hover {
        color: #9d4057;
    }

.modal__close {
    background: #000;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: -22px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

    .modal__close:hover {
        background: #000;
        -webkit-transform: rotate(360deg) scale(1.10);
        -moz-transform: rotate(360deg) scale(1.10);
        -ms-transform: rotate(360deg) scale(1.10);
        -o-transform: rotate(360deg) scale(1.10);
        transform: rotate(360deg) scale(1.10);
        -webkit-transition: -webkit-transform 600ms;
        -moz-transition: -moz-transform 600ms;
        -ms-transition: -ms-transform 600ms;
        -o-transition: -o-transform 600ms;
        transition: transform 600ms;
    }

    .modal__close span, .modal__close span:before, .modal__close span:after {
        background: #FFFFFF;
        content: '';
        cursor: pointer;
        display: block;
        height: 2px;
        position: absolute;
        width: 20px;
    }

        .modal__close span:first-child {
            background: none;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

        .modal__close span:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .modal__close span:after {
            -webkit-transform: translateY(-2px) rotate(-45deg);
            -moz-transform: translateY(-2px) rotate(-45deg);
            -ms-transform: translateY(-2px) rotate(-45deg);
            -o-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
            top: 2px;
        }

/*===============================================*/
/*  7.12 CUSTOM SECTION - FAQ			 */
/*===============================================*/
.grid--faq .grid__title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    padding: 10px 0 20px 0;
    margin: 0px;
    position: relative;
}

.grid--faq .grid__text {
    font-size: 18px;
    color: #acb1c4;
    line-height: 26px;
}

.grid--faq .grid__list {
    padding: 20px 0 0 0;
}

    .grid--faq .grid__list li {
        background: url(images/checked-pricing-white.png) no-repeat 0 50%;
        font-size: 18px;
        padding: 10px 0 10px 40px;
    }

.faq {
    width: 100%;
    margin: auto;
}

.faq__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #db869a solid;
}

.faq__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #9d4057;
    color: #fff;
}

.faq__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

    .faq__content p {
        padding: 20px;
        font-size: 16px;
        color: #434343;
    }

.faq__input:checked ~ .faq__content {
    max-height: 800px;
}

.faq__input:checked ~ .faq__label, .faq__label:hover {
    background-color: #feebed;
    color: #434343;
}

    .faq__label:hover span {
        transform: rotateX(180deg);
        background: url(images/drop-down.png) no-repeat center;
    }

.faq__label span {
    position: absolute;
    right: 2%;
    top: 45%;
    display: block;
    width: 11px;
    height: 6px;
    text-align: center;
    background: url(images/drop-down.png) no-repeat center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.faq__input[type=radio]:checked + .faq__label span {
    transform: rotateX(180deg);
    background: url(images/drop-down.png) no-repeat center;
}

.grid--legal .grid__title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    padding: 10px 0 20px 0;
    margin: 0px;
    position: relative;
}

.grid--legal .grid__text {
    font-size: 18px;
    color: #acb1c4;
    line-height: 26px;
}

.grid--legal .grid__list {
    padding: 20px 0 15px 0;
}

    .grid--legal .grid__list li {
        background: url(images/checked-pricing.png) no-repeat 0 50%;
        font-size: 18px;
        padding: 10px 0 10px 30px;
    }


/*===============================================*/
/*  8. FOOTER 	 						 */
/*===============================================*/
/* BLOCK - footer */
.footer {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    background-color: #EAEAEA;
}
/* ELEMENT - footer__content */
.footer__content {
    clear: both;
}
/* ELEMENT MODIFIER footer__content  */
.footer__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}

.footer__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}

.footer__content--padding {
    padding: 100px 0;
}

.footer__content--svg {
    padding: 70px 0 70px 0;
}

.grid--footer .grid__item {
    margin-bottom: 0px;
}

.grid__title--footer-logo {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}

    .grid__title--footer-logo span {
        font-weight: 700;
    }

.grid__title--footer {
    font-size: 20px;
    font-weight: 700;
}

.grid__text--copyright {
    color: #838383;
    line-height: 22px;
}

ul.grid__list--sicons {
    margin: 20px 0 0 0;
}

    ul.grid__list--sicons li {
        display: inline-block;
        margin: 0 20px 0 0;
    }

        ul.grid__list--sicons li a {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

            ul.grid__list--sicons li a img {
                display: block;
                width: 25px;
            }

            ul.grid__list--sicons li a:hover {
                opacity: .5;
            }

ul.grid__list--fmenu li a {
    display: inline-block;
    color: #838383;
    text-decoration: none;
}

    ul.grid__list--fmenu li a::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #570b3a;
        transition: width .3s;
    }

    ul.grid__list--fmenu li a:hover::after {
        width: 100%;
    }

    ul.grid__list--fmenu li a:hover {
        color: #570b3a;
    }
/*===============================================*/
/* 9. MEDIA QUERIES   			 */
/*===============================================*/
/*===============================================*/
/* Small desktop and laptops 1400 px		 */
/*===============================================*/
@media screen and (max-width: 1400px) {

    svg.svg-intro-bottom {
        height: 50px;
    }

    .modal__wrapper {
        top: 18%;
        width: 70%;
        margin-left: -35%;
    }

    .modal__wrapper--image {
        top: 5%;
        left: 20%;
        width: 80%;
        bottom: 5%;
        margin-left: -10%;
    }
}

/*===============================================*/
/* Smaller than fixed width 1240 px		 */
/*===============================================*/
@media screen and (max-width: 1240px) {
    .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

/*===============================================*/
/* Mobile and portrait Tablets max 800 px */
/*===============================================*/
@media screen and (max-width: 800px) {
    body {
        font-size: 14px;
    }

    p {
        line-height: 22px;
    }

    .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*  HEADER 	 */
    /*---------------*/
    .header {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header__content {
        height: 50px;
    }
    /*  MENU 	 */
    /*---------------*/
    .menu-open {
        height: 100% !important;
        overflow-y: scroll;
        background-color: #fff;
    }

    .header__logo-title {
        font-size: 20px;
    }

    .header__menu {
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        margin: 40px 0 0 0;
    }

        .header__menu ul {
            width: 100%;
            display: none;
            text-align: left;
            background-color: #fff;
        }

            .header__menu ul li {
                width: 100%;
            }

            .header__menu ul li, .header__menu ul ul li a, .header__menu ul ul ul li a, .header__menu ul ul ul li:last-child a {
                border-bottom: 1px #ebeced solid;
            }

                .header__menu ul li a {
                    width: 100%;
                    font-size: 13px;
                    line-height: 40px;
                    height: auto;
                    margin: 0px;
                    padding: 0 35px;
                }

        .header__menu > ul > li {
            float: none;
        }

        .header__menu ul ul li a {
            margin: 0 0 0 0;
            padding: 0px 0px 0 15%;
            width: 100%;
            height: auto;
        }

        .header__menu > ul > li.header__btn--signup > a {
            width: 80%;
            height: 35px;
            line-height: 35px;
            padding: 0 5%;
            margin: 5px 0 5px 10%;
            text-align: center;
            -webkit-transition: none;
            -moz-transition: none;
            transition: none;
        }

        .header__menu > ul > li.header__btn--login > a {
            width: 80%;
            height: 35px;
            line-height: 35px;
            padding: 0 5%;
            margin: 5px 0 5px 10%;
            text-align: center;
            -webkit-transition: none;
            -moz-transition: none;
            transition: none;
        }

        .header__menu ul ul li:first-child a {
            border-top: 1px #ebeced solid;
        }

        .header__menu ul ul li:last-child a {
            border-bottom: none;
        }

        .header__menu ul ul ul li a {
            margin: 0 0 0 0;
            padding: 0 0px 10px 0;
        }

        .header__menu ul ul, .header__menu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            padding: 0;
            top: 0;
            border-top: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: none;
            transition: none;
            visibility: visible;
            opacity: 1;
        }

            .header__menu ul ul.submenu-header-sticky {
                background-color: #fff;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            .header__menu ul ul li, .header__menu ul ul ul li {
                border-bottom: none;
            }

        .header__menu li:hover > ul {
            transition: none;
            visibility: visible;
            top: auto;
        }

    .menu-button {
        display: block;
    }

    .header__menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 38px;
        width: 50px;
        cursor: pointer;
        border-left: 1px solid #ebeced;
        background-color: #fff;
    }

    .header__menu ul ul .submenu-button {
        height: 35px;
        width: 35px;
    }

    .header__menu .submenu-button:after {
        content: '';
        position: absolute;
        top: 17px;
        left: 17px;
        display: block;
        width: 0;
        padding: 0;
        border: 5px solid transparent;
        border-top-color: #000;
    }

    .header__menu ul ul .submenu-button:after {
        border-width: 4px;
        left: 14px;
        top: 12px;
    }

    .header__menu .submenu-button.submenu-opened:after {
        top: 12px;
        border-top-color: transparent;
        border-bottom-color: #000;
    }

    .header__menu ul ul .submenu-button.submenu-opened:after {
        top: 10px;
    }


    /*       SECTION 	   */
    /*=====================*/
    .section--page-top {
        padding-top: 40px;
    }

    .section--page-bottom {
        padding-bottom: 40px;
    }

    .section__content--padding {
        padding: 50px 0;
    }

    .section__title {
        font-size: 28px;
    }

    .section__description {
        font-size: 14px;
        line-height: 26px;
    }

    .section__description--centered {
        width: 80%;
        padding: 0 0 40px 0;
    }

    /*       GRID 	   */
    /*=====================*/

    .grid--2col .grid__item, .grid--3col .grid__item, .grid--4col .grid__item, .grid--5col .grid__item, .grid--6col .grid__item {
        margin-right: 0px;
        margin-bottom: 40px;
        width: 100%;
    }

    .grid--3col .grid__item--x2, .grid--4col .grid__item--x3, .grid--5col .grid__item--x2, .grid--5col .grid__item--x3, .grid--5col .grid__item--x4, .grid--6col .grid__item--x2, .grid--6col .grid__item--x3, .grid--6col .grid__item--x4, .grid--6col .grid__item--x5 {
        width: 100%;
    }

        .grid--2col .grid__item--padding, .grid--3col .grid__item.grid__item--padding, .grid--3col .grid__item--x2.grid__item--padding, .grid--4col .grid__item.grid__item--padding, .grid--4col .grid__item--x3.grid__item--padding, .grid--5col .grid__item.grid__item--padding, .grid--5col .grid__item--x2.grid__item--padding, .grid--5col .grid__item--x3.grid__item--padding, .grid--5col .grid__item--x4.grid__item--padding, .grid--6col .grid__item.grid__item--padding, .grid--6col .grid__item--x2.grid__item--padding, .grid--6col .grid__item--x3.grid__item--padding, .grid--6col .grid__item--x4.grid__item--padding, .grid--6col .grid__item--x5.grid__item--padding {
            width: calc(100% - 20px * 2);
            padding: 20px;
        }

    .grid__title {
        font-size: 18px;
    }

    .grid__text {
        padding-bottom: 20px;
        line-height: 22px;
    }
    /*       FOOTER 	   */
    /*=====================*/
    .footer__content {
        padding-top: 50px;
    }

    ul.grid__list--fmenu li {
        display: block;
        float: left;
        margin: 0 20px 0 0;
    }

    .grid__title--footer {
        padding-bottom: 10px;
    }

    .footer__content--svg {
        padding: 80px 0 40px 0;
    }

    /*              CUSTOM SECTIONS 	      */
    /*========================================*/
    /*  INTRO 	 */
    /*---------------*/
    .intro__title {
        padding: 0 0 10px 0;
        font-size: 60px;
    }

    .intro__title1 {
        padding: 0 0 10px 0;
        font-size: 48px;
    }

    .intro__subtitle {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .intro__description {
        font-size: 16px;
        padding: 0 0 20px 0;
    }

    .intro__buttons {
        padding: 20px 0 0 0;
    }

    .btn {
        padding: 10px 30px;
        margin: 0 5px;
    }

    svg.svg-intro-bottom {
        height: 40px;
    }
    /*  ABOUT 	 */
    /*---------------*/
    .grid--about .grid__title {
        font-size: 28px;
        line-height: 36px;
    }

    .grid--about .grid__text {
        font-size: 16px;
        line-height: 24px;
    }

    /*  FEATURES 	 */
    /*---------------*/
    .section--features {
        padding: 0;
    }

    svg.svg-features-bottom {
        height: 40px;
    }

    .section__title--features {
        text-align: left;
    }

        .section__title--features:after {
            right: auto;
        }

    .section__description--features {
        text-align: left;
        width: 100%;
    }
    /*  HOW IT WORKS 	 */
    /*---------------*/
    .hiw-titles__slide {
        width: calc(100% / 3);
        padding: 10px 0;
        margin: 0 0 10px 0;
    }

        .hiw-titles__slide img {
            width: 30px;
        }

        .hiw-titles__slide.swiper-slide-active::after {
            height: 2px;
        }

    /*  PRICING 	 */
    /*---------------*/
    .pricing__switcher {
        margin: 0 auto 40px auto;
    }

    .pricing__plan {
        width: 100%;
        padding: 20px 0;
        margin: 0 0 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
    }

    .pricing__plan--popular {
        z-index: 2;
        top: 0px;
        padding: 20px 0;
        -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
        -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
        box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    }
    /*  TESTIMONIALS 	 */
    /*---------------*/
    .testimonials {
        margin: 0;
        padding: 40px 0 40px 0;
    }

    .testimonials__text p {
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .testimonials__source {
        font-weight: 700;
        font-size: 12px;
    }

        .testimonials__source a {
            padding: 0 5px;
        }
    /*  CONTACT 	 */
    /*---------------*/
    .grid--contact {
        display: block;
    }

        .grid--contact .grid__item, .grid--6col .grid__item {
            margin-bottom: 0px !important;
        }

    .grid__form {
        width: 90%;
        padding: 0 5%;
        position: relative;
    }

    .form__submit {
        margin: 40px 0 0 0;
    }

    .svg-form-left {
        display: none;
    }
    /*  CTA 	 */
    /*---------------*/
    .section--cta {
        padding-top: 0px;
    }

    svg.svg-cta-top {
        height: 20px;
    }

    svg.svg-cta-bottom {
        height: 20px;
    }
    /*  Modal	 */
    /*---------------*/
    .modal__wrapper {
        top: 5%;
        width: 90%;
        margin-left: -45%;
    }

    .modal__wrapper--image {
        top: 10%;
        left: 14%;
        width: 86%;
        bottom: auto;
        margin-left: -7%;
    }

    .modal__content.modal__content--visible {
        display: block;
    }

    .modal__info {
        display: none;
    }

    .modal__form {
        width: 90%;
        height: 100%;
        display: block;
        padding: 20px 5%;
    }

    .modal__content--login, .modal__content--forgot, .modal__content--signup {
        background-color: #fff;
    }

    .modal__image {
        height: auto;
    }

        .modal__image img {
            max-width: 100%;
            max-height: auto;
        }
}
/*===============================================*/
/* Small Mobile under 600	  					 */
/*===============================================*/
@media screen and (max-width: 600px) {
    .intro__title {
        padding: 0 0 5px 0;
        font-size: 40px;
        letter-spacing: -3px;
    }

    .intro__title1 {
        padding: 0 0 5px 0;
        font-size: 28px;
        letter-spacing: -2px;
    }

    .intro__subtitle {
        font-size: 14px;
        padding: 0 0 30px 0;
    }

    .intro__description {
        font-size: 12px;
    }

    .btn {
        padding: 8px 15px;
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}


.modalSpin {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */