/*----------------------------------------------------------------------
						  	CSS Reset
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }/* CSS Document */

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  RESET CSS
 *----------------------------------------------------------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
input {
    font-family: 'Montserrat', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #2f3d88;
    font-weight: 500;
}
a:hover
{
} 
a:active 
{
    color: inherit;
}
*
{
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
  font-weight: 300 !important;
  font-size: 13px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
  font-weight: 300 !important;
  font-size: 13px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
  font-weight: 300 !important;
  font-size: 13px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
  font-weight: 300 !important;
  font-size: 13px;
}

input,
select,
textarea
{
    font-weight: 500 !important;
}

section
{
    width: 100%;
    position: relative;
    display: block;
}

body.window-up
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.wrapper 
{
    width: 1140px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.gradient
{
    background: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
    background: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
}

.gradient-grey
{
    background: -moz-linear-gradient(left, rgba(217,221,224,1) 0%, rgba(239,239,239,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(217,221,224,1) 0%, rgba(239,239,239,1) 100%) !important;
    background: linear-gradient(to right, rgba(217,221,224,1) 0%, rgba(239,239,239,1) 100%) !important;
}

.green
{
    background: #019fba;
}

.dark 
{
    background: #333;
}

.m-t-10 { margin-top: 10px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }

.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }

.m-l-2 { margin-left: 2.5%; }
.m-l-5 { margin-left: 5%; }
.m-l-10 { margin-left: 10%; }

.m-r-2 { margin-right: 2.5%; }
.m-r-5 { margin-right: 5%; }
.m-r-10 { margin-right: 10%; }

.p-lr-10 { padding: 0 10px; }
.p-lr-20 { padding: 0 20px; }
.p-lr-30 { padding: 0 30px; }
.p-lr-30 { padding: 0 40px; }

.p-tb-10 { padding: 10px 0; }
.p-tb-20 { padding: 20px 0; }
.p-tb-30 { padding: 30px 0; }
.p-tb-30 { padding: 40px 0; }


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  MAIN CSS
 *----------------------------------------------------------------------------------------------------------------------
*/

#pageWrap
{
    position: relative;
    right: 0%;
    transition: all 0.5s ease;
}

#pageWrap.menuHeight
{
    overflow: hidden;
}

#pageWrap.hidden
{
    display: none !important;
}

#pageWrap.slideRight
{
    right: 100%;
    transition: all 0.5s ease;
}

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Responsive Menu
 *----------------------------------------------------------------------------------------------------------------------
*/

#topNavResponsive
{
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999991;
    text-align: center;
    padding: 15px 30px;
    background: rgba(20,28,67,1);
    background: -moz-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,28,67,1)), color-stop(100%, rgba(25,35,86,1)));
    background: -webkit-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
    background: -o-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
    background: -ms-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
    background: linear-gradient(to right, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141c43', endColorstr='#192356', GradientType=1 );
}

    #topNavResponsive a
    {
        display: inline-block;
        vertical-align: middle;
    }
    #topNavResponsive a.login
    {
        color: #fff;
    }

    #topNavResponsive a.logo 
    {
        width: calc(100% - 100px);

    }
    #topNavResponsive a.logo img
    {
        max-width: 225px;
    }

    #topNavResponsive a.menu
    {
        position: relative;
        width: 45px;
        height: 28px;
        background-position: 0;
        transition: 0.5s ease;
    }

    /* Burger Menu */

    #burgerIcon {
        width: 45px;
        height: 28px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #burgerIcon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #burgerIcon span:nth-child(1) {
      top: 0px;
    }

    #burgerIcon span:nth-child(2),#burgerIcon span:nth-child(3) {
      top: 12px;
    }

    #burgerIcon span:nth-child(4) {
      top: 24px;
    }

    #burgerIcon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #burgerIcon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #burgerIcon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #burgerIcon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #topNavResponsive a.avatar
    {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden;
    }

    #topNavResponsive a.avatar img
    {
        max-width: 100%;
    }

#topNavResponsive,
#userNavResponsive,
#mainNavResponsive
{
    display: none;
}

/* MAIN NAVBAR*/

#mainNavResponsive
{
    width: 100%;
    min-height: 100vh;
    position: absolute;
    left: -100%;
    top: 89px;
    background: rgba(32, 44, 107, 0.95);
    z-index: 9999993;
    transition: all 0.5s ease;
    opacity: 0;
}

#mainNavResponsive.slideRight
{
    opacity: 1;
    left: 0;
}

    #searchMenu 
    {
        position: relative;
    }

    #mainNavResponsive #searchMenu .searchBox
    {
        height: 50px;
        position: relative;
        border: none;
        outline: none;
        border-radius: 50px;
        box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
        -ms-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
        -o-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 110px 0 20px;
        font-weight: 400;
        box-sizing: border-box;
        color: #666;
        font-size: 14px;
        letter-spacing: 1px;
    }

    #mainNavResponsive #searchMenu .searchButton
    {
        right: -2px;
        background: url('https://icoengine.net/images/search.png');
    }

    #searchMenu .searchButton
    {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 100%;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        background: #2fabbb;
    }

    #mainNavResponsive .socialIcons h2
    {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;  
        margin-bottom: 10px;
    }

    #mainNavResponsive #powered, 
    #userNavResponsive #powered 
    {
        margin-bottom: 50px;
        text-align: center;
    }

    #mainNavResponsive #powered h2,
    #userNavResponsive #powered h2
    {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-style: italic;
        color: #fff;
    }
    #userNavResponsive #powered h2
    {
        color: #666;
    }
    #mainNavResponsive #powered #poweredLogos,
    #userNavResponsive #powered #poweredLogos
    {
        margin: 15px auto 0 auto;
        display: block;
        vertical-align: middle;
        text-align: center;
    }
    #mainNavResponsive #powered #poweredLogos img,
    #userNavResponsive #powered #poweredLogos img
    {
        width: 100%;
    }

    #mainNavResponsive .socialIcons li a
    {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-weight: 600;
    }




/* Main NavBar */


/* User NavBar */

#userNavResponsive
{
    width: 100%;
    min-height: 100vh;
    position: fixed;
    left: 100%;
    top: 89px;
    background: #f9fafe;
    z-index: 9999992;
    transition: all 0.5s ease;
}

#userNavResponsive.absolute
{
    position: absolute;
}

#userNavResponsive.slideLeft
{
    left: 0;
    transition: all 0.5s ease;
}

.wrapperNav
{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}

    #userNavResponsive #userTab
    {
        width: 100%;
        position: relative;
        display: block;
        background: #fff;
        padding: 25px;
        border-radius: 5px;
        font-size: 0;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

        #userNavResponsive #userTab .avatar
        {
            width: 80px;
            height: 80px;
            display: inline-block;
            border-radius: 5px;
            overflow: hidden;
        }
        #userNavResponsive #userTab .avatar img
        {
            max-width: 100%;
        }

        #userNavResponsive #userTab .description
        {
            width: calc(100% - 80px);
            display: inline-block;
            vertical-align: top;
            padding: 0 20px;
        }

            #userNavResponsive #userTab .description h1
            {
                font-size: 18px;
                font-weight: 700;
                letter-spacing: 1px;
                color: #666;
                margin-bottom: 15px
            }

            #userNavResponsive #userTab .description p
            {
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                letter-spacing: 1px;
                color: #666;
            }

    #userNavResponsive #profileMenu, 
    #mainNavResponsive #profileMenu 
    {
        width: 100%;
        text-align: left;
        margin-top: 35px;
        padding-bottom: 50px;
    }

        #userNavResponsive #profileMenu ul li, 
        #mainNavResponsive #profileMenu ul li 
        {
            width: 100%;
            margin-bottom: 30px;
            border-radius: 5px;
            position: relative;
            z-index: 99;
            transition: all 0.5s ease;
        }

        #userNavResponsive #profileMenu ul li:last-child,
        #mainNavResponsive #profileMenu ul li:last-child
        {
            margin-bottom: 0px;
        } 

        #userNavResponsive #profileMenu ul li:hover a,
        #userNavResponsive #profileMenu ul li.active a
        {
            color: #333;
        }
        #mainNavResponsive #profileMenu ul li:hover a,
        #mainNavResponsive #profileMenu ul li.active a
        {
            color: rgba(255, 255, 255, 1);
        } 

            #userNavResponsive #profileMenu ul li.disabled
            {
                cursor: default;
                background: none;
                position: relative;
            }
            #userNavResponsive #profileMenu ul li.disabled a
            {
                color: #ccc;
                border-radius: 5px;
            }

            #userNavResponsive #profileMenu ul li a,
            #mainNavResponsive #profileMenu ul li a
            {
                display: block;
                padding: 5px 0px;
                font-weight: 500;
                color: #999;
                font-size: 16px;
            } 

            #mainNavResponsive #profileMenu ul li a
            {
                color: rgba(255, 255, 255, .7);
            }

                #userNavResponsive #profileMenu ul li a span,
                #mainNavResponsive #profileMenu ul li a span
                {
                    float: left;
                    width: 40px;
                    height: 31px;
                    margin-top: -5px;
                    margin-right: 25px;
                    background: url('../../../../../../../../images/user_icons.png');
                }
                
                #userNavResponsive #profileMenu ul li a span.account,
                #mainNavResponsive #profileMenu ul li a span.account 
                {
                    background-position: 0px 31px;
                }
                #userNavResponsive #profileMenu ul li a span.identification, 
                #mainNavResponsive #profileMenu ul li a span.identification 
                {
                    background-position: -40px 31px; 
                }
                #userNavResponsive #profileMenu ul li a span.followed, 
                #mainNavResponsive #profileMenu ul li a span.followed 
                {
                    background-position: -80px 31px; 
                }
                #userNavResponsive #profileMenu ul li a span.participated, 
                #mainNavResponsive #profileMenu ul li a span.participated 
                {
                    background-position: -120px 31px; 
                }
                #userNavResponsive #profileMenu ul li a span.portfolio, 
                #mainNavResponsive #profileMenu ul li a span.portfolio 
                {
                    background-position: -160px 31px; 
                }
                #userNavResponsive #profileMenu ul li a span.messages, 
                #mainNavResponsive #profileMenu ul li a span.messages 
                {
                    background-position: -200px 31px; 
                }
                #userNavResponsive #profileMenu ul li a span.tickets, 
                #mainNavResponsive #profileMenu ul li a span.tickets 
                {
                    background-position: -240px 31px; 
                }
                #mainNavResponsive #profileMenu ul li a span.publish
                {
                    background: url(../../../../../../../../images/publish.png) center center no-repeat;
                } 
                #mainNavResponsive #profileMenu ul li a span.blog
                {
                    background: url(../../../../../../../../images/blog_icon.png) center center no-repeat;
                } 
                #mainNavResponsive #profileMenu ul li a span.register
                {
                    background-position: -280px 31px; 
                } 
                #userNavResponsive #profileMenu ul li a span.logout
                {
                    background-position: -320px 31px; 
                }

                #userNavResponsive #profileMenu ul li.disabled a span
                {
                    opacity: 0.2;
                } 
    
/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Responsive Menu
 *----------------------------------------------------------------------------------------------------------------------
*/


/* FONTS */

@font-face {
    font-family: 'Montserrat Ultra Light';
    src: url( ../../../../../../../../fonts/montserrat_ultra_light.otf );
}

@font-face {
    font-family: 'Montserrat Light';
    src: url( ../../../../../../../../fonts/montserrat_light.otf );
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url( ../../../../../../../../fonts/montserrat_regular.otf );
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url( ../../../../../../../../fonts/montserrat_bold.otf );
}

@font-face {
    font-family: 'Montserrat Black';
    src: url( ../../../../../../../../fonts/montserrat_black.otf );
}

/* FONTS */




/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Page Title
 *----------------------------------------------------------------------------------------------------------------------
*/

#pageTitle 
{
    width: 100%;
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 70px;
}

    #pageTitle h2 
    {
        font-weight: 600;
        text-transform: uppercase;
        color: #019fba;
        font-size: 24px;
        letter-spacing: 1px;
    }

    #pageTitle h1 
    {
        font-weight: 700;
        text-transform: uppercase;
        color: #333;
        font-size: 70px;
        letter-spacing: 1px;
        margin: 15px 0 45px 0;
    }
    
    #pageTitle p
    {
        width: 50%;
        margin: auto;
        font-weight: 400;
        color: #666;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 1px;
    } 




/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Top Navigation
 *----------------------------------------------------------------------------------------------------------------------
*/

.topNav
{
    width: 100%;
    height: 120px;
    background: #1a2356;
    font-size: 0;
}

    .topNav #logo
    {
        width: 245px;
        height: 100%;
        padding: 0 30px;
        display: inline-block;
        vertical-align: top;
        background: #202c6b;
        text-align: center;
    }

        .topNav #logo img
        {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    #poweredLogos
    {
        width: 250px;
        position: relative;
        margin-top: 10px;
    }

    #poweredLogos > a
    {
        width: 60%;
        display: inline-block;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    #poweredLogos > img
    {
        max-width: 100%;
    }

    #poweredLogos > a:last-child
    {
        width: 40%;
        left: 60%;
    }

    .topNav #nav
    {
        width: calc(100% - 245px);
        height: 120px;
        display: inline-block;
        padding-left: 30px;
        padding-right: 70px;
        background: rgba(20,28,67,1);
        background: -moz-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,28,67,1)), color-stop(100%, rgba(25,35,86,1)));
        background: -webkit-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
        background: -o-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
        background: -ms-linear-gradient(left, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
        background: linear-gradient(to right, rgba(20,28,67,1) 0%, rgba(25,35,86,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141c43', endColorstr='#192356', GradientType=1 );
    }

        .topNav #nav #powered
        {
            width: auto;
            display: inline-block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }   

            .topNav #nav #powered h2 
            {
                font-family: "Montserrat Light", sans-serif;
                font-size: 14px;
                letter-spacing: 1px;
                color: #fff;
                font-style: italic;
                vertical-align: middle;
                display: inline-block;
            }

    .topNav #menu
    {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-align: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }

        .topNav #menu ul li 
        {
            position: relative;
            display: inline-block;
            margin-right: 25px;
            letter-spacing: 1px;
            vertical-align: middle;
        }
            .topNav #menu ul li.loginRegister
            {
                padding: 0 20px;
                overflow: hidden;
                border-radius: 30px;
            }
                .topNav #menu ul li.loginRegister > a 
                {
                    display: inline-block;
                    padding: 15px 20px;
                }
                .topNav #menu ul li.loginRegister > a:first-child
                {
                    padding-right: 0;
                }
                .topNav #menu ul li.loginRegister > a:last-child
                {
                    padding-left: 0;
                }

        .topNav #menu ul li:last-child
        {
            margin-right: 0;
            padding: 0 !important;
        } 

        .topNav #menu ul li a.button
        {
            color: #fff;
        }
        .topNav #menu ul li a
        {
            color: #fff;
            transition: all 0.7s ease;
            display: block;
            padding: 15px 3px;
            border-bottom: 2px solid transparent;
            white-space: nowrap;
        }
        
        .topNav #menu ul li a:hover,
        .topNav #menu ul li a.active
        {
            transition: all 0.7s ease;
            color: rgba(255, 255, 255, 1);
            border-color: #019fba;
        }

            .topNav #menu ul li a span
            {
                position: absolute;
                top: 23px;
                right: 15px;
                color: #019fba;
            }
        
        .topNav #menu ul li a.bgLinkLogged
        {
            padding: 10px 30px 10px 10px;
            min-width: 170px;
        }

        .topNav #menu ul li a.bgLink, 
        .topNav #menu ul li a.bgLinkLogged 
        {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            background: #202c6b;
            border-radius: 30px;
            letter-spacing: 1px;
            color: #fff;
            margin-right: 0;
            margin-bottom: 10px;
            border: none;
            text-align: left;
            transition: 0.3s ease;
        }

        .topNav #menu ul li a.bgLink:hover
        {
            background: rgba(0, 0, 0, 0.3);
            transition: 0.3s ease;
        } 
        
        .topNav #menu ul li a.openModal.bgLink 
        {
            padding: 15px 18px;
        }
        
        .topNav #menu ul li img
        {
            vertical-align: middle;
        }
        .topNav #menu ul li:last-child img
        {
            margin: 0px 10px 0 10px;
        }

        .topNav #menu ul li img.menuAvatar
        {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            overflow: hidden;
        }

            .topNav #menu ul li ul
            {
                width: 100%;
                position: absolute;
                display: block;
                top: 65px;
                left: 0;
                display: none;
            }

            .topNav #menu ul li ul li
            {
                display: block;
                background: rgba(32, 44, 107, 0.9);
                margin-right: 0;
                text-align: center;
                padding: 0 5px;
                white-space: nowrap;
            }

            .topNav #menu ul li ul li:last-child
            {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .topNav #menu ul li ul li:last-child a
            {
            }
            
            .topNav #menu ul li ul li a
            {
                display: block;
                padding: 18px 20px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  End of Top Navigation
 *----------------------------------------------------------------------------------------------------------------------
*/



/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Slider
 *----------------------------------------------------------------------------------------------------------------------
*/

#slider
{
    height: 580px;
    background: #f9fafe url(../../../../../../../../images/slider_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
    font-size: 0;
    overflow: hidden;
}

.sliderWrapper 
{
    width: 1140px;
    position: relative;
    margin: 0 auto;
    height: 560px;
}

.owl-carousel .owl-item
{
    height: 455px;
}

.owl-carousel .owl-item.active img
{
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.owl-carousel .owl-item img
{
    opacity: 0;
    transition: 0.5s ease-in-out;
}
    #slider .pagination
    {
        top: 0;
        left: -90px;
        height: 440px;
        display: block;
        position: absolute;
        overflow: hidden;
    }

    #slider #slide
    {
        position: relative;
    }

    #slider #slide img.pag
    {
        width: 73px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-top: 10px;
    }

    #slider #leftSide
    {
        width: calc(50% - 83px);
        display: inline-block;
        vertical-align: middle;
        padding-top: 35px;
        margin-left: 20px;
    }

        #slider #leftSide h2
        {
            color: #019fba;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        #slider #leftSide h1
        {
            color: #fff;
            font-size: 41px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        #slider #leftSide p
        {
            color: #fff;
            font-size: 17px;
            line-height: 30px;
            font-weight: 300;
            letter-spacing: 1px;
            margin-top: 60px;
        }

    #slider #rightSide
    {
        width: 45%;
        float: right;
        display: inline-block;
        vertical-align: middle;
        padding-top: 35px;
        text-align: right;
    }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Slider
 *----------------------------------------------------------------------------------------------------------------------
*/


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  ICO Lists
 *----------------------------------------------------------------------------------------------------------------------
*/

#icoList 
{
    background: #f9fafe;
    padding-top: 100px;
}

    #icoList #tabs
    {
        width: 100%;
        padding-bottom: 50px;
        margin: 0 auto;
    }

            #icoList #tabs ul li 
            {
                display: inline-block;
                margin-right: 10px; 
            }
            
            #icoList #tabs ul li a
            {
                padding: 10px 23px;
                font-weight: 300;
                font-size: 13px;
                display: inline-block;
                letter-spacing: 1px;
                background: #e2e2e2;
                border-radius: 50px;
                color: rgba(0, 0, 0, .65);
                transition: all 0.3s ease-in-out;
            }
            #icoList #tabs ul li a:hover
            {
                transition: all 0.3s ease-in-out;
                color: rgba(255, 255, 255, 1);
                background: #333333;
            }
            #icoList #tabs ul li a.active
            {
                transition: all 0.3s ease-in-out;
                color: rgba(255, 255, 255, 1);
                background: #333333;
            }



/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  New ICO Boxes
 *----------------------------------------------------------------------------------------------------------------------
*/
    #icoBoxes .mobileTitle
    {
        font-size: 40px;
        text-align: center;
        display: block;
        font-weight: bold;
        letter-spacing: 2px;
        color: #333;
        margin-bottom: 35px;
        display: none;
    }

    #icoBoxes .mobileTitle p
    {
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        color: #3c4dac;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    
    #icoBoxes .icoBoxNew.ongoing:after 
    {
        content: "Ongoing";
        background: #3d4dac;
    }
    #icoBoxes .icoBoxNew.upcoming:after 
    {
        content: "Upcoming";
        background: #00a0ba;
    }

    #icoBoxes .icoBoxNew.ongoing:after,
    #icoBoxes .icoBoxNew.upcoming:after
    {
        width: 140px;
        height: 30px;
        position: absolute;
        top: 25px;
        left: -30px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        transform: rotate(-45deg);
    }


    #icoBoxes .icoBoxNew
    {
        width: 32%;
        height: 100%;
        position: relative;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 15px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        margin-bottom: 35px;
        border-radius: 5px;
        font-size: 0;
        text-align: left;
    }
        #icoBoxes .icoBoxNew a
        {
            display: block;
            width: 100%;
            height: 100%;
        }

    #icoBoxes .icoBoxNew:nth-child(3n+2)
    {
        margin-left: 2%;
        margin-right: 2%;
    }

    #icoBoxes .icoBoxNew .icoCover
    {
        width: 100%;
        height: 150px;
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
    }

        #icoBoxes .icoBoxNew .icoCover img
        {
            max-width: 100%;
            min-height: 100%;
        }

        #icoBoxes .icoBoxNew .icoCover .socialIcons
        {
            position: absolute;
            bottom: -30px;
            right: 10px;
            margin-bottom: 0;
            z-index: 3;
            transition: 0.3s ease;
            opacity: 0;
        }

        #icoBoxes .icoBoxNew:hover .icoCover img
        {
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            transition: 0.3s ease;
        }
        #icoBoxes .icoBoxNew:hover .socialIcons
        {
            transition: 0.3s ease;
            bottom: 15px;
            opacity: 1;
        }

            #icoBoxes .icoBoxNew .icoCover .socialIcons a 
            {
                width: 30px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #ccc;
            }

            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.facebook.white:hover { background: #3d5294; color: #fff !important; border: none; transition: 0.3s ease; }
            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.telegram.white:hover { background: #84a2bc; color: #fff !important; border: none; transition: 0.3s ease; }
            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.twitter.white:hover { background: #1ab2e8; color: #fff !important; border: none; transition: 0.3s ease; }
            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.linkedin.white:hover { background: #0079b9; color: #fff !important; border: none; transition: 0.3s ease; }
            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.medium.white:hover { background: #0079b9; color: #fff !important; border: none; transition: 0.3s ease; }
            #icoBoxes .icoBoxNew .icoCover .socialIcons li a.google.white:hover { background: #dc4a38; color: #fff !important; border: none; transition: 0.3s ease; }


    #icoBoxes .icoBoxNew .icoHeader
    {
        width: 100%;
        height: 95px;
        padding: 0 5px;
        position: relative;
        margin-top: -50px;
        margin-bottom: 15px;
        display: block;
        z-index: 1;
    }
        #icoBoxes .icoBoxNew .icoHeader .headerLeft
        {
            width: 60%;
        }
        #icoBoxes .icoBoxNew .icoHeader .headerRight
        {
            width: 40%;
        }

        #icoBoxes .icoBoxNew .icoHeader .headerLeft,
        #icoBoxes .icoBoxNew .icoHeader .headerRight
        {
            display: inline-block;
            vertical-align: bottom;
        }
            #icoBoxes .icoBoxNew .icoHeader .headerRight 
            {
                text-align: right;
            }

        #icoBoxes .icoBoxNew .icoHeader .icoLogo
        {
            width: 95px;
            height: 95px;
            display: inline-block;
            vertical-align: bottom;
            overflow: hidden;
            background: #f9fafe;
            padding: 20px;
            border-radius: 5px;
            border: 1px solid #ddd;
            text-align: center;
            vertical-align: middle;
            line-height: 75px;
        }

            #icoBoxes .icoBoxNew .icoHeader .icoLogo img
            {
                max-width: 100%;
                max-height: 100%;
            }

        #icoBoxes .icoBoxNew .icoHeader .icoRating
        {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #666;
        }

            #icoBoxes .icoBoxNew .icoHeader .icoRating i
            {
                color: #019fba;
                font-size: 18px;
                font-weight: 500;
            }

        #icoBoxes .icoBoxNew .icoHeader .icoFollow
        {
            width: 33px;
            height: 33px;
            bottom: 0;
            right: 90px;
            display: inline-block;
            vertical-align: bottom;
            background: #cbcbcb;
            border-radius: 100%;
            font-size: 10px;
            line-height: 33px;
            color: #fff;
            text-align: center;
            transition: 0.3s ease;
        }

        #icoBoxes .icoBoxNew .icoHeader .icoFollow:hover,
        #icoBoxes .icoBoxNew .icoHeader .icoFollow.following
        {
            background: #61c4a5;
            transition: 0.3s ease;
        }

        #icoBoxes .icoBoxNew .icoHeader .icoTag
        {
            bottom: 0;
            right: 0;
            color: #666;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 1px solid #ddd;
            padding: 7px 12px;
            border-radius: 30px;
            margin-left: 5px;
        }

    #icoBoxes .icoBoxNew .icoInformation
    {
        position: relative;
        padding: 0 5px;
    }

        #icoBoxes .icoBoxNew .icoInformation .icoTitle
        {
            display: inline-block;
            font-weight: 700;
            font-size: 22px;
            letter-spacing: 1px;
            color: #666;
            text-transform: uppercase;
        }
        #icoBoxes .icoBoxNew .icoInformation .icoTitle:hover
        {
            -moz-background-image: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
            -webkit-background-image: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
            background-image: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -o-background-clip: text;
            -ms-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color: transparent;
            -o-text-fill-color: transparent;
            -ms-text-fill-color: transparent;
        }

        #icoBoxes .icoBoxNew .icoInformation .icoCountry
        {
            display: block;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #3c4dac;
            margin-bottom: 15px;
        } 

        #icoBoxes .icoBoxNew .icoInformation .icoDescription
        {
            font-size: 13px;
            font-weight: 500;
            color: #666;
            min-height: 85px;
            line-height: 22px;
            text-align: justify;
            padding-bottom: 15px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 15px;
        }

            #icoBoxes .icoBoxNew .icoInformation .icoDescription span
            {
                float: right;
                color: #666;
                font-weight: 600;
            }
            #icoBoxes .icoBoxNew .icoInformation .icoDescription span:hover
            {
                text-decoration: underline;
                color: #3c4dac;
            }

    #icoBoxes .icoBoxNew .icoRaising 
    {
        width: 100%;
        height: 140px;
        display: table;
        padding: 0 5px;
    }

        #icoBoxes .icoBoxNew .icoRaising .icoTotal
        {
            width: 100%;
            display: table-row;
            height: 60px;
            padding-bottom: 15px;
        } 

        #icoBoxes .icoBoxNew .icoRaising .icoTotal h2
        {
            font-size: 14px;
            font-weight: 600;
            color: #666;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        #icoBoxes .icoBoxNew .icoRaising .icoTotal .loadBar
        {
            width: 100%;
            height: 20px;
            position: relative;
            background: #edeef3;
            box-shadow: inset 0px -4px 0px 0px #f9fafe;
            border-bottom: 2px solid #edeef3;
        }

            #icoBoxes .icoBoxNew .icoRaising .icoTotal .loadBar .loader
            {
                width: 80%;
                height: 20px;
                color: #fff;
                text-align: left;
                font-size: 14px;
                line-height: 21px;
                padding-left: 3px;
                font-weight: 600;
            }

        #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo
        {
            display: inline-table;
            width: 100%;
            height: 100%;
            font-size: 14px;
        }

        #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement
        {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            text-align: center;
        }

            #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element
            {
                width: calc(100% - 10px);
                height: 100%;
                margin-left: 5px;
                margin-right: 5px;
                background: #edeef3;
                border-radius: 5px;
            }
                #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element .yAlign
                {
                    width: calc(100% - 10px);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }

                #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element .yAlign h2
                {
                    font-size: 16px;
                    font-weight: 700;
                    color: #019fba;
                    letter-spacing: 1px;
                }

                #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element .yAlign p
                {
                    margin-top: 5px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #666;
                }

                #icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement.tokenDiscount
                {
                    width: 25%;
                }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  New ICO Boxes
 *----------------------------------------------------------------------------------------------------------------------
*/



    /* ICO Search Box */
    #icoList #search
        {
            width: 100%;
            position: relative;
            display: block;
            padding-bottom: 50px;
        }
        .subscribeBox
        {
            position: relative;
            display: inline-block;
        }
            .subscribeBox label
            {
                text-align: left !important;
            } 

        .subscribeBox
        {
            width: calc(100% - 240px);
        }
        .searchBox
        {
            width: 100%;
        }
        .searchBox,
        .subscribeBox input,
        .promoteBox
        {
            height: 60px;
            position: relative;
            border: none;
            outline: none;
            border-radius: 50px;
            box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -ms-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -o-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            padding: 0 20px;
            font-weight: 500;
            box-sizing: border-box;
            color: #62676b;
            font-size: 16px;
            letter-spacing: 1px;
        }
            .subscribeBox input
            {
                width: 100%;
            }

       #icoList #search .searchButton
        {
            padding: 0 35px;
            height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            border: none;
            outline: none;
            border-radius: 50px;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            background: #2fabbb;
        }

    /* ICO Search Box */

    #icoBoxes
    {
        width: 100%;
        position: relative;
        display: block;
        padding-bottom: 100px;
        font-size: 0;
    }

        #icoBoxes #boxWrap
        {
            width: 47.5%;
            display: inline-block;
            margin-bottom: 40px;
        }

        #icoBoxes #boxWrap:nth-child(odd)
        {
            margin-right: 2.5%;
        } 
        #icoBoxes #boxWrap:nth-child(even) 
        {
            margin-left: 2.5%;
        }

        #icoBoxes .icoBox
        {
            width: 100%;
            position: relative;
            display: table;
            margin-right: 5%;
            background: #fff;
            padding: 30px 40px 30px 0;
            border-radius: 5px;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10)
        }

            #icoBoxes .icoBox .leftSide
            {
                display: table-cell;
                position: relative;
                width: 30%;
                font-size: 14px;
                vertical-align: top;
                text-align: center;
            }
                #icoBoxes .icoBox .leftSide #logo
                {
                    padding: 10px 30px;
                }
                    #icoBoxes .icoBox .leftSide #logo img
                    {
                        max-width: 100%;
                    }

            #icoBoxes .icoBox .leftSide #rating
            {
                position: absolute;
                bottom: 0;
                width: 100%;
                font-weight: 600;
                font-size: 14px;
                color: #333;
            }

            #icoBoxes .icoBox .leftSide #rating:before
            {
                width: 20px;
                height: 19px;
                content: "";
                position: absolute;
                top: -2px;
                left: 50%;
                margin-left: -35px;
                background: url(../../../../../../../../images/star.png);
            }

                #icoBoxes .icoBox .leftSide #rating img 
                {
                    vertical-align: middle;
                    margin-top: -5px;
                    margin-right: 5px;
                }

            #icoBoxes .icoBox .rightSide
            {
                display: table-cell;
                width: 70%;
                font-size: 14px;
                padding-left: 15px;
                border-left: 1px solid #ddd;
            }

                #icoBoxes .icoBox .leftSide h2
                {
                    width: calc(100% - 60px);
                    font-weight: 600;
                    font-size: 19px;
                    letter-spacing: 1px;
                    color: #666;
                    display: none;
                    transition: all 0.5s ease;
                } 
                #icoBoxes .icoBox .rightSide h2 
                {
                    height: 50px;
                    display: inline-block;
                    overflow: hidden;
                    font-weight: 600;
                    font-size: 19px;
                    letter-spacing: 1px;
                    color: #666;
                    margin-bottom: 25px;
                    transition: all 0.5s ease;
                }

                #icoBoxes .icoBox:hover .rightSide h2 
                {
                    -moz-background-image: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
                    -webkit-background-image: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
                    background-image: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
                    -webkit-background-clip: text;
                    -moz-background-clip: text;
                    -o-background-clip: text;
                    -ms-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    -moz-text-fill-color: transparent;
                    -o-text-fill-color: transparent;
                    -ms-text-fill-color: transparent;
                    transition: all 0.5s ease;
                }

                #icoBoxes .icoBox .rightSide p.description
                {
                    height: 90px;
                    overflow: hidden;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                    letter-spacing: 1px;
                    color: #666;
                    margin-bottom: 35px;
                }

                #icoBoxes .icoBox:hover .rightSide p.time
                {
                    color: #666;
                }

                #icoBoxes .icoBox .rightSide p.time
                {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 18px;
                    letter-spacing: 1px;
                    color: #202c6b;
                }

        .buttonWrap.center
        {
            text-align: center;
        }

        .buttonWrap a.sendMsg { margin-top: 0 !important; }

        .buttonWrap a.button,
        .buttonWrap .button
        {
            color: #fff;
            border: none;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            padding: 18px 30px;
            border-radius: 50px;
            letter-spacing: 1px;
            display: inline-block;
        }

        .buttonWrap
        {
            display: block;
            width: 100%;
        }

        .border 
        {
            transition: 0.3s ease;
            box-shadow: inset 0px 0px 0px 2px #fff !important;
            -webkit-box-shadow: inset 0px 0px 0px 2px #fff !important;
            -moz-box-shadow: inset 0px 0px 0px 2px #fff !important;
            -ms-box-shadow: inset 0px 0px 0px 2px #fff !important;
            -o-box-shadow: inset 0px 0px 0px 2px #fff !important;
        }

        .border-green
        {
            box-shadow: inset 0px 0px 0px 2px #019fba !important;
            -webkit-box-shadow: inset 0px 0px 0px 2px #019fba !important;
            -moz-box-shadow: inset 0px 0px 0px 2px #019fba !important;
            -ms-box-shadow: inset 0px 0px 0px 2px #019fba !important;
            -o-box-shadow: inset 0px 0px 0px 2px #019fba !important;
            color: #019fba !important;
            transition: 0.3s ease;
        } 

        .border-green:hover,
        .border:hover
        {
            color: #fff !important;
            background: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
            background: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
            background: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
            border: none !important;
            box-shadow: none !important;
            transition: 0.3s ease;
        }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  ICO Lists
 *----------------------------------------------------------------------------------------------------------------------
*/


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Publish ICO
 *----------------------------------------------------------------------------------------------------------------------
*/

#publishIco
{
    padding-top: 135px;
    padding-bottom: 135px;
}

    #publishIco h2
    {
        font-weight: 700;
        font-size: 43px;
        color: #666;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #publishIco p
    {
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        color: #3c4dac;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    #publishIco #numberInfo
    {
        display: block;
        text-align: center;
    }
        
        #publishIco #numberInfo .numInfo
        {
            width: 275px;
            text-align: center;
            background: #f9fafe;
            padding: 40px 0;
            margin: 50px 20px 0 20px;
            display: inline-block;
            vertical-align: top;
        }

            #publishIco #numberInfo .numInfo h1 
            {
                font-weight: 600;
                font-size: 36px;
                color: #019fba;
                letter-spacing: 2px;
            }

            #publishIco #numberInfo .numInfo p
            {
                font-weight: 400;
                font-size: 20px;
                color: #666;
                text-transform: none;
                margin-top: 10px;
            } 

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Publish ICO
 *----------------------------------------------------------------------------------------------------------------------
*/


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Newsletter
 *----------------------------------------------------------------------------------------------------------------------
*/

#advIco, 
#newsletter 
{
    width: 100%;
    display: table;
    font-size: 0;
    position: relative;
    background: #202c6b url(../../../../../../../../images/bottom_white.png) left bottom no-repeat;
}

#advIco #imgWrap,
#newsletter #imgWrap
{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0px;
    right: 0;
    text-align: center;
}
#newsletter #imgWrap
{
    left: 0 !important;
}

#newsletter img
{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#advIco img
{
    right: 0;
}
#newsletter img
{
    left: 0;
}

#advIco img,
#newsletter img
{
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.advWrap
{
    width: 50%;
    margin-left: 30px;
    padding: 70px 0;
}
.newsletterWrap 
{
    width: calc(100% - 40%);
    margin-left: 40%;
    padding: 35px 0;
}
.advWrap,
.newsletterWrap 
{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 99;
    text-align: left;
}

    #advIco img#circle,
    #newsletter img#circle
    {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        max-width: 100%;
    }

    #advIco #newsInfo,
    #newsletter #newsInfo
    {
        width: 100%;
        display: block;
        font-size: 0;
    }

    #advIco #newsInfo #text,
    #newsletter #newsInfo #text
    {
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }

        #advIco #newsInfo #text h1, 
        #newsletter #newsInfo #text h1 
        {
            font-weight: 700;
            color: #fff;
            font-size: 43px;
            letter-spacing: 2px;
            margin-bottom: 40px;
            text-transform: uppercase;
        }
        
        #advIco #newsInfo #text p, 
        #newsletter #newsInfo #text p 
        {
            font-weight: 400;
            font-size: 17px;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, .8);
            margin-bottom: 30px;
        }

    #advIco #subscribe,
    #newsletter #subscribe
    {
        width: 100%;
        margin-top: 20px;
        vertical-align: middle;
        position: relative;
        font-size: 16px;
    }

        #advIco #subscribe .subscribe,
        #newsletter #subscribe .subscribe
        {
            width: calc(100% - 190px);
            height: 60px;
            position: relative;
            display: inline-block;
            border: none;
            outline: none;
            border-radius: 50px;
            box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -ms-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            -o-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
            padding: 0 20px;
            font-weight: 500;
            box-sizing: border-box;
            color: #62676b;
            letter-spacing: 1px;

        }

        #advIco #subscribe .input-filled .input-label-content,
        #newsletter #subscribe .input-filled .input-label-content
        {
            color: rgba(255, 255, 255, 0.8); !important;
        }
        #newsletter #subscribe .searchButton
        {
            display: inline-block;
            vertical-align: top;
        }

        #advIco #subscribe .searchButton,
        #newsletter #subscribe .searchButton input
        {
            display: inline-block;
            padding: 0 30px;
            min-width: 150px;
            height: 60px;
            border: none;
            outline: none;
            border-radius: 50px;
            background: none;
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 1px;
        }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Newsletter
 *----------------------------------------------------------------------------------------------------------------------
*/



/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Footer
 *----------------------------------------------------------------------------------------------------------------------
*/

#footer,
#footerPowered
{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    font-size: 0;
}

    #footer .footerElements.logo
    {
        width: 30%;
    }
    #footer .footerElements
    {
        width: 23.33%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

        .footerElements.logo p
        {
            width: 75%;
            font-weight: 400;
            font-size: 14px;
            letter-spacing: 1px;
            color: #999999;
            margin-top: 45px;
        }
        
        .footerElements.logo img
        {
            max-width: 215px;
        }

    #footer .footerElements ul h2 
    {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #666;
        margin-bottom: 25px;
    }

    #footer .footerElements ul li
    {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
    } 

        #footer .footerElements ul li a 
        {
            display: inline-block;
            padding: 8px 0;
            color: #666;
        }

        #footer .footerElements ul li a:hover
        {
            font-weight: bold;
            color: #2f3d88;
        } 

    .socialIcons li 
    {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        margin-right: 5px;
    }

    .socialIcons li a
    {
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: block;
        vertical-align: middle;
        border-radius: 100%;
        background: #ccc;
        text-align: center;
        font-size: 12px;    
        color: #fff !important;
        padding: 0 !important;
        transition: 0.3s ease; 
    }

    .socialIcons li a.facebook:hover { background: #3d5294; transition: 0.3s ease; }
    .socialIcons li a.telegram:hover { background: #84a2bc; transition: 0.3s ease; }
    .socialIcons li a.twitter:hover { background: #1ab2e8; transition: 0.3s ease; }
    .socialIcons li a.linkedin:hover { background: #0079b9; transition: 0.3s ease; }
    .socialIcons li a.medium:hover { background: #00ab6c; transition: 0.3s ease; }
    .socialIcons li a.google:hover { background: #dc4a38; transition: 0.3s ease; }

    .socialIcons li a.facebook.active { background: #3d5294; }
    .socialIcons li a.telegram.active { background: #84a2bc; }
    .socialIcons li a.twitter.active { background: #1ab2e8; }
    .socialIcons li a.linkedin.active { background: #0079b9; }
    .socialIcons li a.medium.active { background: #00ab6c; }
    .socialIcons li a.google.active { background: #dc4a38; }

    .socialIcons li a.facebook.white { color: #3d5294 !important; background: #fff; }
    .socialIcons li a.telegram.white { color: #84a2bc !important; background: #fff; }
    .socialIcons li a.twitter.white { color: #1ab2e8 !important; background: #fff; }
    .socialIcons li a.linkedin.white { color: #0079b9 !important; background: #fff; }
    .socialIcons li a.medium.white { color: #00ab6c !important; background: #fff; }
    .socialIcons li a.google.white { color: #dc4a38 !important; background: #fff; }

    #footer .footerElements .language
    {
        display: inline-block;
        padding: 10px 15px;
        margin-top: 10px;
        border-top: 2px solid #ddd;
        color: #666;
    }

        #footer .footerElements .language li
        {
            display: inline-block;
            vertical-align: middle;
        }
        #footer .footerElements .language img
        {
            margin-right: 10px;
            vertical-align: middle;
        }

    #chrome
    {
        text-align: center;
        padding: 0 0 30px 0;
    }

    #chrome p
    {
        color: #666;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    #chrome a
    {
        font-weight: 600;
    }
    #chrome a:hover
    {
        text-decoration: underline;
    }

#footerPowered 
{
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

#footerPowered #poweredLogos
{
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 15px;
}

#footerPowered #poweredLogos > a
{
    width: 45%;
}


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Footer
 *----------------------------------------------------------------------------------------------------------------------
*/


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Footer Responsive
 *----------------------------------------------------------------------------------------------------------------------
*/

#footerResponsive 
{
    font-size: 0;
    display: none;
}

    #footerResponsive .footerElements
    {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #footerResponsive .footerElements img
    {
        max-width: 215px;
    }

    #footerResponsive .footerElements p
    {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        color: #999;
    }

    #footerResponsive .footerElements ul 
    {
        margin-bottom: 20px;
    } 
    #footerResponsive .footerElements ul h2 
    {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #666;
    }

    #footerResponsive .footerElements ul li
    {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    } 

        #footerResponsive .footerElements ul li a 
        {
            display: inline-block;
            padding: 8px 0;
            color: #666;
        }

        #footerResponsive .footerElements ul li a:hover
        {
            font-weight: bold;
            color: #2f3d88;
        } 

    #footerResponsive .socialIcons li 
    {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }

/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Footer Responsive
 *----------------------------------------------------------------------------------------------------------------------
*/



/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Row, Input, CheckBox, RadioButtons, Upload
 *----------------------------------------------------------------------------------------------------------------------
*/

.row
{    
    width: 100%;
    position: relative;
    display: block;
}

.row .buttonWrap a:hover,
.row a.uploadButton:hover
{
    text-decoration: none;
}

.row a 
{
    font-weight: 600;
}
.row a:hover
{
    text-decoration: underline;
}

.row .col-2
{
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}   

.row .col-2:first-child
{
    margin-right: 2.5%;
}
.row .col-2:last-child
{
    margin-left: 2.5%;
}

.row .col-1
{
    width: 100%;
    display: block;
}

.row .col-100 { width: 100%; display: inline-block; vertical-align: middle; }

.row .col-95 { width: 95%; display: inline-block; vertical-align: middle; }
.row .col-90 { width: 90%; display: inline-block; vertical-align: middle; }

.row .col-85 { width: 85%; display: inline-block; vertical-align: middle; }
.row .col-80 { width: 80%; display: inline-block; vertical-align: middle; }

.row .col-75 { width: 75%; display: inline-block; vertical-align: middle; }
.row .col-70 { width: 70%; display: inline-block; vertical-align: middle; }

.row .col-65 { width: 65%; display: inline-block; vertical-align: middle; }
.row .col-60 { width: 60%; display: inline-block; vertical-align: middle; }

.row .col-55 { width: 55%; display: inline-block; vertical-align: middle; }
.row .col-50 { width: 50%; display: inline-block; vertical-align: middle; }

.row .col-47 { width: 47.5%; display: inline-block; vertical-align: middle; }
.row .col-45 { width: 45%; display: inline-block; vertical-align: middle; }
.row .col-40 { width: 40%; display: inline-block; vertical-align: middle; }

.row .col-35 { width: 35%; display: inline-block; vertical-align: middle; }
.row .col-30 { width: 30%; display: inline-block; vertical-align: middle; }

.row .col-25 { width: 25%; display: inline-block; vertical-align: middle; }
.row .col-20 { width: 20%; display: inline-block; vertical-align: middle; }

.row .col-15 { width: 15%; display: inline-block; vertical-align: middle; }
.row .col-10 { width: 10%; display: inline-block; vertical-align: middle; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.textBox,
.selectBox
{
    width: 100%;
    height: 60px;
    padding: 0 20px;
}
.textBox ~ .error,
label.error
{
    font-size: 13px;
    display: block;
    color: #b12a2a;
    text-align: left;
    padding: 3px 0 0 15px;
    font-weight: 300;
}
label.error
{
    text-align: center;
    display: block;
}
.left label.error
{
    text-align: left;
}

.textarea
{
    width: 100%;
    height: 150px;
    resize: none;
    padding: 20px;
}

.selectBoxModal
{
    height: 60px;
    padding: 0 23px;
    border-radius: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 400;
    box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.textBoxBorder
{
    width: calc(100% - 120px);
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    color: #333;
}

.textBoxBorder:after
{
    content: "OR";
    position: absolute;
    top: 0;
    right: 0;
    
}

.textBox,
.textarea,
.selectBox
{
    border-radius: 30px;
    box-shadow: inset 9px 9px 16px 0px rgba(0,0,0,0.08);
    background: #f9fafe;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
{
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
}

.control 
{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.control input 
{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator 
{
    top: -6px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,.25);
}
.control_radio .control_indicator 
{
    border-radius: 50%;
}
.control input:disabled ~ .control_indicator 
{
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after 
{
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after 
{
    display: block;
}
.control_checkbox .control_indicator:after 
{
    left: 10px;
    top: -3px;
    width: 7px;
    height: 17px;
    border: solid #009fba;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.control_checkbox input:disabled ~ .control_indicator:after 
{
    border-color: #7b7b7b;
}
.control_radio .control_indicator:after {
    left: 7.5px;
    top: 7.5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #009fba;
}
.control_radio input:disabled ~ .control_indicator:after 
{
    background: #7b7b7b;
}

p.upload
{
    font-weight: 400;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.5px;
}

p.upload b
{
    font-weight: 600;
}
    p.upload small
    {
        display: block;
        font-size: 11px;
        color: #999;
        margin-top: 5px;
    }

.uploadWrapper 
{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uploadButton,
#factorAuthentication
{
    padding: 15px 30px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    position: relative;
    font-weight: 500;
}
#factorAuthentication
{
    background: #333;
}
    #factorAuthentication.uploaded,
    .uploadButton.uploaded
    {
        padding: 15px 15px 15px 50px;
    }
    #factorAuthentication.uploaded:before,
    .uploadButton.uploaded:before
    {
        left: 4px;
        top: 4px;
        width: 40px;
        height: 40px;
        content: "";
        position: absolute;
        background: url('../../../../../../../../images/uploadStatus.png') no-repeat;
    }

.uploadWrapper input[type=file] 
{
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Error Purchase Page
 *----------------------------------------------------------------------------------------------------------------------
*/

#purchaseConfirmation, 
#purchaseError
{
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: url(../../../../../../../../images/circle.png) #f9fafe;
    background-repeat: no-repeat;
}

    #purchaseError h1
    {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 43px;
        text-transform: uppercase;
        color: #019fba;
        letter-spacing: 1px;
    }
    #purchaseError h2 
    {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 30px;
        color: #666;
        letter-spacing: 1px;
    }

    #purchaseError p
    {
        font-weight: 400;
        font-size: 18px;
        color: #666;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

        #purchaseError p b
        {
            font-weight: 600;
        }

    #purchaseConfirmation table
    {
        margin: 10px auto;
    }
    #purchaseConfirmation table,
    #purchaseConfirmation table img
    {
        max-width: 220px;
    } 
    #purchaseConfirmation table img
    {
        max-height: 600px;
    }
    #purchaseConfirmation table tr td
    {
        padding: 5px;
    }
        #purchaseConfirmation table img
        {
            border: 1px solid #ddd;
        }
    #purchaseConfirmation #tokenPurchase 
    {
        width: 70%;
        padding: 60px 40px;
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        margin: 0 auto;
    }

    #purchaseConfirmation h1
    {
        font-weight: 600;
        font-size: 38px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
    }

    #purchaseConfirmation p
    {
        width: 100%;
        margin: auto;
        font-weight: 400;
        text-align: left;
        text-transform: ;
        color: #666;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    #purchaseConfirmation p.bigDesc i
    {
        width: 300px;        
    }
    #purchaseConfirmation p.bigDesc span
    {
        width: calc(100% - 310px);
    }
        #purchaseConfirmation p i 
        {
            width: 200px;
            display: inline-block;
            vertical-align: top;
        }

        #purchaseConfirmation p span,
        #purchaseConfirmation #authToken
        {
            width: calc(100% - 210px);
            color: #333;
            font-weight: 500;
            display: inline-block;
            vertical-align: top;
            text-align: right;
        }

    #purchaseConfirmation h2
    {
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #999;
    }
    #purchaseConfirmation #authToken
    {
        resize: none;
        padding: 10px;
        outline: none;
        background: #f9fafe;
        border-radius: 10px;
        letter-spacing: 1px;
        height: 140px;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        border: 1px solid #cecece;
    }

#search_error
{
    font-size: 20px;
    text-align:center;
}

#useChrome
{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #f9fafe;
    border-top: 1px solid #ddd;
    padding: 13px 0;
    z-index: 100000001;
    box-shadow: inset 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

    #useChrome p
    {
        width: 1140px;
        max-width: 100%;
        position: relative;
        margin: auto;
        font-weight: 600px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #333;
    }

    #useChrome p span
    {
        position: absolute;
        float: right;
        top: -5px;
        right: 0;
        color: #c05555;
        font-size: 16px;
        font-weight: 700;
    }

    #useChrome p span:hover
    {
        cursor: pointer;
    }

#useChrome.slideDown
{
    bottom: -60px;
    transition: 0.5s ease;
}/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */

/* Pop */
.hvrShadow,
.followedIcoBox,
.participatedIcoBox
{
  transition: all 0.5s ease;
}
.hvrShadow:hover,
.followedIcoBox:hover,
.participatedIcoBox:hover
{ 
  box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.2) !important;
  transition: all 0.5s ease;
}

/* Pop */

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  -moz-border-image: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
  -webkit-border-image: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
  border-image: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%);
  border-image-slice: 1;

  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  -moz-transition-property: border-width;
  -ms-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-width: 3px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*# sourceMappingURL=hover.css.map *//* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  POPUP
 *----------------------------------------------------------------------------------------------------------------------
*/

.blur
{
    -webkit-filter: blur(3px) grayscale(50%);
    -moz-filter: blur(3px) grayscale(50%);
    -ms-filter: blur(3px) grayscale(50%);
    -o-filter: blur(3px) grayscale(50%);
    filter: blur(3px) grayscale(50%);
    filter: gray;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='effect-blur-1'><feGaussianBlur stdDeviation='5' /><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 50% 0'/></filter></svg>#effect-blur-1");*/
}
/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Modal Pop Up
 *----------------------------------------------------------------------------------------------------------------------
*/
    .window-overlay 
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: none;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000003;
    }
    .window-overlay .overlay-background
    {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(18,20,34,.9);
    }
    .window-up
    {
        overflow-y: hidden;
    }
    .window-up .window-overlay 
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .window 
    {
        border-radius: 2px;
        display: none;
        margin: 30px 0 0px;
        overflow: hidden;
        position: relative;
        width: 756px;
        z-index: 25;
        font-size: 0;
        padding: 30px 20px;
    }
        .window .window-wrapper
        {
            width: 1100px;
            max-width: 100%;
            background: #fff;
        }

        .window .window-content .rightSide
        {

        }

    .focus-dummy 
    {
        width: 1px;
        height: 0;
        display: block;
        overflow: hidden;
        outline: none;
    }
    .dialog-close-button 
    {
        color: rgba(0,0,0,.3);
        position: absolute;
        top: -5px;
        right: 20px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: background-color .35s,color .15s;
        transition: background-color .35s,color .15s;
        font-size: 16px;
        color: #ccc;
        text-decoration: none;
        font-weight: 300;
    }
        .dialog-close-button span
        {
            color: #009fba;
            font-size: 30px;
            position: relative;
            top: -2px;
            vertical-align: middle;
        }
    .window-footer
    {
        width: 100%;
        display: block;
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: -15px;
        text-align: center;
    }
        .window-footer a 
        {
            color: #fff;
            cursor: pointer;
            background: #000;
            padding: 15px 30px;
            border-radius: 30px;
            display: inline-block;
        }

.modalContent 
{
    width: 100%;
    position: relative;
    display: block;
}

    .window #leftSide 
    {
        width: 50%;
        position: relative;
        padding: 100px 45px;
        display: table-cell;
        vertical-align: middle;
        background: #eceef4 url('../../../../../../../../images/modal_bg.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        text-align: center;
    }

        .window #leftSide img
        {
            margin-bottom: 80px;
        }

        .window #leftSide h1
        {
            font-weight: 600;
            text-align: center;
            font-size: 60px;
            text-transform: uppercase;
            color: #666;
            letter-spacing: 2px;
            margin: 0px 0 30px 0;
        }

        .window #leftSide h2
        {
            font-weight: 600;
            text-align: center;
            font-size: 24px;
            text-transform: uppercase;
            color: #009fba;
            letter-spacing: 1px;
            margin: 0px 0 30px 0;
        }

        .window #leftSide p
        {
            font-weight: 300;
            text-align: center;
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
            margin: 0px 0 50px 0;
            line-height: 24px;
        }

        .window #leftSide ul p
        {
            margin: 0;
        }
        .window #leftSide ul li
        {
            font-weight: 600;
            color: #666;
            text-align: center;
            font-size: 16px;
            color: #666;
            letter-spacing: 1px;
            margin: 15px 0 0 0;
        }

    .window #rightSide 
    {
        width: 50%;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 100px 45px;
        text-align: center;
    }

    .window .modalSubtitle 
    {
        font-weight: 600;
        color: #999;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Contact
 *----------------------------------------------------------------------------------------------------------------------
*/
    .window #uploadModal 
    {
        padding: 50px 45px;
    } 

    .window .modalTitle 
    {
        font-weight: 600;
        font-size: 43px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .window #contact #leftSide 
    {
        background: url('../../../../../../../../images/contact_bg.jpg');
    }

        .window #contact #leftSide h2
        {
            color: #009fba;
        }

        .window #contact #leftSide h1
        {
            color: #fff;
        }

        .window #contact #leftSide p
        {
            color: #fff;
        }
        


/* 
 * ---------------------------------------------------------------------------------------------------------------------
 *  Login / Register & Contact
 *----------------------------------------------------------------------------------------------------------------------
*/
.window.login .window-content,
.window.recover .window-content,
.window.register .window-content,
.window.authenticator .window-content
{
    padding: 80px 40px;    
}
    .window #contact #rightSide .contactForm textarea
    {
        min-height: 150px !important;
        font-family: 'Montserrat', sans-serif;
        padding: 20px 23px !important;
    }
    .modal-form .select2-container--default .select2-selection--single
    {
        line-height: 60px !important;
    }
    .modal-form input[type=text],
    .modal-form input[type=email],
    .modal-form input[type=number],
    .modal-form input[type=password],
    .modal-form textarea,
    .modal-form .select2-container--default .select2-selection--single
    {
        height: 60px;
        padding: 0 23px;
        border-radius: 30px;
        background: #fff;
        position: relative;
        overflow: hidden;
        border: none;
        outline: none;
        font-size: 14px;
        color: #333;
        display: block;
        width: 100%;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 20px;
        font-weight: 400;
        box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: -5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    }
    .modalContent#contact .select2-container
    {
        width: 100% !important;
        text-align: left;
    }
        .modal-form div.error
        {
            color: #e86565;
            padding: 5px 0 0 30px;
            font-size: 12px;
            font-weight: 400;
            display: none;
        }
    .modal-form .form-bottom 
    {
        display: block;
        margin: 20px 0 30px;
    }
    .modal-form .form-bottom > div
    {
        font-size: 10px;
        font-weight: 400;
    }
        .modal-form .form-bottom > div a
        {
            color: #999999;
            margin: 0 5px;
            letter-spacing: 0.4px;
        }

        .g-recaptcha
        {
            display: inline-block;
            margin-top: 30px;
            text-align: center;
        }

#tabs
{
    font-size: 0;
    display: inline-block;
    margin-bottom: 45px;

}
    #tabs li 
    {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }
        #tabs li a 
        {
            color: #999;
            padding-right: 50px;
        }
            #tabs li a.openTab
            {
                color: #009fba;
                font-size: 24px;
                font-weight: 600;
            }
    #tabsContent li 
    {
        display: none;
    }/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../../../../../../../../fonts/fontawesome/fa-brands-400.eot);src:url(../../../../../../../../fonts/fontawesome/fa-brands-400.eot#iefix) format("embedded-opentype"),url(../../../../../../../../fonts/fontawesome/fa-brands-400.woff) format("woff2"),url(../../../../../../../../fonts/fontawesome/fa-brands-400.woff) format("woff"),url(../../../../../../../../fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(../../../../../../../../fonts/fontawesome/fa-brands-400.svg) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../../../../../../../../fonts/fontawesome/fa-regular-400.eot);src:url(../../../../../../../../fonts/fontawesome/fa-regular-400.eot#iefix) format("embedded-opentype"),url(../../../../../../../../fonts/fontawesome/fa-regular-400.woff) format("woff2"),url(../../../../../../../../fonts/fontawesome/fa-regular-400.woff) format("woff"),url(../../../../../../../../fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(../../../../../../../../fonts/fontawesome/fa-regular-400.svg) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../../../../../../../../fonts/fontawesome/fa-solid-900.eot);src:url(../../../../../../../../fonts/fontawesome/fa-solid-900.eot#iefix) format("embedded-opentype"),url(../../../../../../../../fonts/fontawesome/fa-solid-900.woff) format("woff2"),url(../../../../../../../../fonts/fontawesome/fa-solid-900.woff) format("woff"),url(../../../../../../../../fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(../../../../../../../../fonts/fontawesome/fa-solid-900.svg) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	z-index: 9999990;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 60px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 14px;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	position: relative;
	background-color: white;
	border: 1px solid #ddd;
    box-shadow: inset 9px 9px 16px 0px rgba(0,0,0,0.08);
    background: #f9fafe;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
	font-size: 14px;
	overflow: hidden;
}

.dropdown-wrapper
{
	position: relative;
	overflow: hidden;
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 15px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 10px
}

.select2-search--dropdown .select2-search__field {
	padding: 6px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	border-radius: 30px;
    box-shadow: inset 9px 9px 16px 0px rgba(0,0,0,0.08);
    background: #f9fafe;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 60px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 20px;
	height: 60px;
	position: absolute;
	top: 1px;
	right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd;
	height: 40px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 14px;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ccc
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #999;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #ddd
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 60px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #ddd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #ddd;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #ddd
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ddd transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #ddd
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #ddd
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #ddd
}.notificationsWrap
{
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 10000004;
	position: fixed;
	max-width: 350px;
}
	.notificationsWrap .notification 
	{
		display: block;
	    width: 100%;
	    font-size: 14px;
	    position: relative;
	    display: block;
	    background: #fff;
	    cursor: pointer;
	    margin-bottom: 10px;
	    padding: 20px 15px 20px;
	    letter-spacing: 1px;
	    font-weight: 600;
		color: #fff;
	    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	    border-radius: 10px;
		overflow: hidden;
	}
		.notificationsWrap .notification:hover 
		{
		}
		.notificationsWrap .notification.success
		{
			background: #63c3a6;
		}
		.notificationsWrap .notification.error,
		.notificationsWrap .notification.danger
		{
			background: #bb4747;
		}
		.notificationsWrap .notification.warning,
		.notificationsWrap .notification.info
		{
			background: #9ddbff;
		}
		.notificationsWrap .notification .close
		{
			position: absolute;
		    right: 5px;
		    background: none;
		    top: 5px;
		    border: none;
		    font-size: 18px;
		    color: #fff;
		    cursor: pointer;
		}
		.notificationsWrap .notification .notificationIcon
		{
			width: 40px;
			height: 40px;
			margin-right: 15px;
			vertical-align: middle;
			display: inline-block;
			background: url('../../../../../../../../images/notification.png') no-repeat
		}
		.notificationsWrap .notification.error .notificationIcon,
		.notificationsWrap .notification.danger .notificationIcon
		{
			background-position: -80px 0;
		}
		.notificationsWrap .notification.warning .notificationIcon,
		.notificationsWrap .notification.info .notificationIcon
		{
			background-position: -40px 0;
		}
		.notificationsWrap .notification .notificationMessage
		{
			width: calc(100% - 60px);
			display: inline-block;
			vertical-align: middle;
		}
		.notificationsWrap .notification .notificationStatus
		{
			left: 8px;
			bottom: 8px;
			width: 0;
			height: 5px;
			background: rgba(0, 0, 0, 0.2);
			position: absolute;
			padding: 0 3px;
		    animation-name: fill;
		    animation-duration: 7s;
		}

@keyframes fill 
{
    from {width: 0;}
    to { width: calc(100% - 16px); }
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;max-width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://icoengine.net/css/hover/overlay/font-awesome.min/select2.min/notification/animate/owl.carousel.min/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* Responsive CSS Document */

@media only screen and (min-width: 1920px) {
	#featuresContent
	{
		background-size: 100%;
	}
}
@media only screen and (max-width: 1310px) {
	.topNav #menu ul li
	{
		margin-right: 15px;
	}
}
	
@media only screen and (max-width: 1200px) and (min-width: 1060px) {
	#icoBoxes .icoBoxNew .icoHeader .headerLeft
	{
		width: 30%
	}

	 #icoBoxes .icoBoxNew .icoHeader .headerRight
	 {
		width: 70%
	 }
}

@media only screen and (max-width: 1200px) {
	.wrapper,
	.sliderWrapper,
	#icoListable,
	#icoListable_wrapper .dataTables_paginate
	{
		width: 80% !important;
	}

	#slider,
	.sliderWrapper
	{
		height: 650px;
	}
	.owl-carousel .owl-item
	{
		height: 550px;
	}
	#publishIco #numberInfo .numInfo:nth-child(2)
	{
	    margin: 50px 20px 0 20px;
	}
	#publishIco #numberInfo .numInfo
	{
	    margin: 50px 0 0 0;
	}
	#profileContent #profile #profileMenu
	{
		width: 200px;
	}
	#profileContent #profile .profileWrapper,
	#profileContent #profile .profileWrapper#followed,
	#profileContent #profile .profileWrapper#participated
	{
	    width: calc(100% - 220px);
	}
	#profileContent #profile #profileMenu ul li a span
	{
		display: none;
	}
	#publishContent #icoInformation
	{
		width: 80%;
	}
	#icoBoxes .icoBoxNew .icoHeader .icoRating
	{
		display: none;
	}
	#purchaseConfirmation #tokenPurchase
	{
		width: 100%;
	}
}

@media only screen and (max-width: 1170px) {
	.topNav #nav #powered h2
	{
		font-size: 12px;
		display: block;
	}
	.topNav #nav #powered img
	{
		margin-left: 5px;
	}
	.topNav #nav #powered
	{
		width: auto;
	}
	.topNav #poweredLogos
	{
		width: 190px;
	}
}

@media only screen and (max-width: 1135px) {
	.topNav #nav #powered img 
	{
	    display: block;
	    margin-top: 10px;
	    margin-left: 0px;
	    width: 100%;
	}
	.topNav #nav
	{
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1100px) {
	#publishIco #numberInfo .numInfo
	{
		width: 230px;
	}
	#publishIco #numberInfo .numInfo h1
	{
		font-size: 24px;
	}
	#publishIco #numberInfo .numInfo p
	{
		font-size: 16px;
	}
	#profileContent #profile #profileMenu
	{
		width: 100%;
		display: block;

	}
	#profileContent #profile #profileMenu ul li
	{
		width: auto;
		margin-right: 10px;
		display: inline-block;
	}
	#profileContent #profile .profileWrapper,
	#profileContent #profile .profileWrapper#followed,
	#profileContent #profile .profileWrapper#participated
	{
		width: 100%;
		margin-left: 0;
	}
	#profileContent #profile #profileMenu ul li a
	{
		padding: 15px 25px;
	}
	#profileContent #profile #profileMenu ul li.disabled a:after
	{
	    padding: 7px;
	    font-size: 12px;
	    margin: 0;
	    top: 0;
	    left: 0;
	}
}

@media only screen and (max-width: 1080px) {
	.topNav #poweredLogos 
	{
	    width: 160px;
	}
}

@media only screen and (max-width: 1060px) {
	.topNav #powered
	{
	    display: none !important;
	}
	#icoBoxes .icoBoxNew
	{
		width: 47.5%;
	}
	#icoBoxes .icoBoxNew:nth-child(2)
	{
		margin-left: 0;
		margin-right: 0;
	}
	#icoBoxes .icoBoxNew:nth-child(even)
	{
		margin-left: 5%;
	}
	#icoBoxes .icoBoxNew .icoHeader .icoRating
	{
		display: inline-block;
	}
}

@media only screen and (max-width: 1030px) {
	.topNav #menu ul li
	{
		margin-right: 10px;
	}
	.topNav #nav #powered
	{
		width: 115px;
	}
	.topNav #nav #powered a
	{
		width: auto;
	}

}

@media only screen and (max-width: 1000px) {
	#newsletter #imgWrap,
	#advIco #imgWrap
	{
		top: 0;
	}
	#pageTitle h1
	{
		font-size: 43px;
	}
	#featuresContent #featuresBoxes #featuresBox h1
	{
		font-size: 36px;
	}
	#pageTitle p
	{
		width: 80%;
	}
	.window #leftSide h1
	{
		font-size: 36px;
	}
	#icoContent .wrapper
	{
		width: 90%;
	}
	#icoBoxes .icoBox .rightSide h2
	{
		font-size: 16px;
	}
	.icoHeader .icoHeaderTitle .icoTitle
	{
		width: calc(100% - 220px)
	} 
	.icoHeader .icoHeaderTitle .icoAction 
	{
		width: 220px;
	}
	.icoHeader .icoHeaderTitle .icoAction .share
	{
		width: 50px;
		height: 50px;
		line-height: 53px;
	}
	.icoHeader .icoHeaderTitle .icoAction .icoFollow
	{
		width: 150px;
		height: 50px;
		line-height: 51px;
	}
}

@media only screen and (max-width: 980px) {
	.topNav #logo 
	{
	    width: 270px;
	}
	.topNav #nav 
	{
	    width: calc(100% - 270px);
	}
	#profileContent #userTab .description
	{
		width: calc(100% - 170px);
	}
	#profileContent #userTab .activity
	{
		display: none;
	}
	#publishContent #icoInformation
	{
		width: 100%;
	}
	.topNav #nav #powered
	{
		display: none;
	}
}

@media only screen and (max-width: 930px) {
	#slider #rightSide,
	#slider #slide img.pag
	{
		display: none;
	}
	#slider #leftSide
	{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 80px;
	}
	#slider,
	.sliderWrapper
	{
		height: 500px;
	}
	.owl-carousel .owl-item
	{
		height: 500px;
	}
	#slider .button
	{
		box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
	    background: -moz-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
	    background: -webkit-linear-gradient(left, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
	    background: linear-gradient(to right, rgba(47,171,187,1) 0%, rgba(98,195,165,1) 100%) !important;
	    border: none !important;
	}
	#icoBoxes #boxWrap
	{
		width: 47.5%
	}
	#icoBoxes #boxWrap:nth-child(odd)
	{
		margin-right: 2.5%;
	}
	#icoBoxes #boxWrap:nth-child(even)
	{
		margin-left: 2.5%;
	}
	#icoBoxes .icoBox
	{
		padding: 30px 40px 30px 40px;
	}
	#icoBoxes .icoBox .leftSide
	{
		text-align: left;
	}
	#icoBoxes .icoBox .rightSide
	{
		margin-top: 20px;
		padding: 20px 0 0 0;
		border-top: 1px solid #ddd;
		border-left: none;
	}

	#icoBoxes .icoBox .rightSide h2 
	{
		display: none;
	}

	#icoBoxes .icoBox,
	#icoBoxes .icoBox .leftSide,
	#icoBoxes .icoBox .rightSide
	{
		display: block;
		width: 100%;
	}

	#icoBoxes .icoBox .leftSide #logo
	{
		width: 100%;
		position: relative;
	    height: 80px;
		vertical-align: middle;
		display: inline-block;
		padding: 10px 0 10px 0;
	}
	#icoBoxes .icoBox .leftSide #logo img
	{
		vertical-align: middle;
		width: 50px;
		max-height: 100%;
	}
	#icoBoxes .icoBox .leftSide h2.responsive
	{
		display: inline-block;
		vertical-align: middle;
		margin-left: 4px;
		font-size: 16px;
	}
	#icoBoxes .icoBox .leftSide #rating
	{
		width: 25px;
		text-align: right;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	#publishIco #numberInfo .numInfo
	{
		width: 200px;
	}
	#icoContent #leftContent
	{
		width: 55%;
	}
	#icoContent #rightContent
	{
		width: 42%;
    	margin-left: 3%;
	}
	#policyContent #policyText
	{
		width: 100%;
	}
	#icoBoxes .icoBox .leftSide h2.responsive
	{
		font-size: 15px;
	}
}

@media only screen and (max-width: 920px) {
	#profileContent 
	{
		padding-top: 0;
		background: #fff;
	}
	#profileContent .wrapper
	{
		width: 95%;
	}
	#profileContent #userTab,
	#profileContent #profile #profileMenu
	{
		display: none;
	}
	#profileContent #profile
	{
		margin-top: 30px;
	}
	#profileContent #profile .profileWrapper
	{
		background: none;
		box-shadow: none;
	}
	#profileContent #profile .profileWrapper#followed
	{
		padding: 50px 30px;
	}
	#profileContent h2.responsiveTitle
	{
		display: block;
	}
	.topNav
	{
		display: none;
	}
	#topNavResponsive
	{
		display: table;
	}
	#mainNavResponsive,
	#userNavResponsive
	{
		display: block;
	}
	#pageWrap
	{
		margin-top: 89px;
	}
	#icoTabsWrap
	{
		height: auto;
	}
	#icoTabs.tabFixed
	{
		position: relative;
	}
}

@media only screen and (max-width: 900px) {
	#newsletter #imgWrap,
	#advIco #imgWrap
	{
		display: none;
	}
	.advWrap, .newsletterWrap
	{
		width: 80%;
		padding: 70px 30px;
		margin-left: 10%;
		text-align: center;
	}
    #my-addresses form .row .col-40
    {
    	width: 50%;
    }
    #my-addresses form .row .col-40:nth-child(2)
    {
    	padding-right: 0;
    	padding-left: 15px;
    }
    #my-addresses form .row .col-20
    {
    	width: 100%;
    	margin-top: 25px;
    	text-align: center;
    }
    #purchaseConfirmation p i,
    #purchaseConfirmation p span,
    #purchaseConfirmation p span, #purchaseConfirmation #authToken
    {
    	width: 100%;
    }
    #purchaseConfirmation p span
    {
    	word-break: break-all;
    }
    #purchaseConfirmation p span, #purchaseConfirmation #authToken
    {
    	text-align: left;
    	display: block;
    	margin-top: 5px;
    }
	#purchaseConfirmation #authToken
	{
		height: 200px;
	}
}

@media only screen and (max-width: 890px) {
	.topNav #nav #powered
	{
		width: 100px;
	}

}

@media only screen and (max-width: 870px) {
	#featuresContent #featuresBoxes #featuresBox
	{
		width: 100%;
	}
	#featuresContent #featuresBoxes #featuresBox:nth-child(even)
	{
		margin-left: 0;
	}
	#icoContent .wrapper
	{
		width: 80%;
	}
	#icoContent #leftContent
	{
		width: 100%;
	}
	#icoContent #rightContent
	{
		width: 100%;
		margin: 50px 0;
		font-size: 0;
	}
	#icoContent #rightContent .widget
	{
		display: inline-block;
		vertical-align: top;
		width: 47.5%;
	}
	#icoContent #rightContent .widget:nth-child(even)
	{
		margin-left: 5%;
	}
}

@media only screen and (max-width: 820px) {
	#publishIco #numberInfo .numInfo
	{
		width: 170px;
		padding: 40px 0 25px 0;
	}
	#publishIco #numberInfo .numInfo p
	{
		height: 50px;
		font-size: 16px;
		margin-bottom: 0;
	}
	#profileContent #profile .profileWrapper
	{
		padding: 50px 0;
	}
	#icoBoxes .icoBoxNew .icoHeader .icoRating
	{
		display: none;
	}
	.icoHeader .icoHeaderTitle .icoTitle
	{
		width: calc(100% - 200px)
	} 
	.icoHeader .icoHeaderTitle .icoAction 
	{
		width: 200px;
	}
	.icoHeader .icoHeaderTitle .icoAction .share
	{
		width: 50px;
		height: 50px;
		line-height: 53px;
	}
	.icoHeader .icoHeaderTitle .icoAction .icoFollow
	{
		width: 130px;
		height: 50px;
		line-height: 51px;
	}
}

@media only screen and (max-width: 810px) {
	#profileContent #accountContent #avatar
	{
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	#profileContent #accountContent #avatar .profile-avatar-wrap
	{
		margin: auto;
	}
	#profileContent #accountContent #gender .row
	{
		width: auto;
		display: inline-block;
		margin: 0 10px;
	}
	#profileContent #accountContent #accountInformation
	{
		width: 100%;
	}
	#profileContent #privacySettings .col-20.right
	{
		text-align: center;
	}
	.window #leftSide
	{
		width: 100%;
		display: block;
		padding: 30px 40px;
	}
	.window #leftSide img
	{
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.window #rightSide
	{
		width: 100%;
		display: block;
		padding: 30px 40px;
	}
	.modalContent .buttonWrap 
	{
		text-align: center;
	}
	.modalContent .buttonWrap .done
	{
		position: relative;
		margin: 0 auto 30px;
		left: 0;
		bottom: 0;
	}
	#verificationTypeTabs .formWrapper .row > .col-50,
	#verificationTypeTabs .formWrapper .row > .col-30,
	#verificationTypeTabs .formWrapper .row > .col-70,
	#verificationTypeTabs .formWrapper .row > .col-60,
	#verificationTypeTabs .formWrapper .row > .col-40
	{
		width: 100%;
		margin: 10px 0;
	}
	.icoHeader .icoHeaderTitle .icoTitle
	{
		width: 100%;
		padding: 0;
		vertical-align: top;
	}
	.icoHeader .icoHeaderLogo
	{
		vertical-align: top;
	}
	.icoHeader .icoHeaderTitle .icoAction
	{
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	.icoHeader .icoHeaderTitle .icoAction .share
	{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.icoHeader .icoHeaderTitle .icoAction .icoFollow
	{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.icoHeader .icoHeaderTitle
	{
		margin-bottom: 20px;
	}
	.icoHeader .icoHeaderDescription
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 760px) {
	.icoHeader .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element .yAlign h2
	{
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	#slider
	{
		background: #f9fafe url('../../../../../../../../images/responsive_slider_bg.png') bottom;
	}
	#slider,
	.sliderWrapper
	{
		height: 550px;
	}
	.owl-carousel .owl-item
	{
		height: 550px;
	}
	.loadIcos .owl-stage-outer
	{
		padding: 30px 0 !important;
	}
		.loadIcos .owl-dots
		{
			width: 100%;
			display: block;
			margin: 10px auto;
			text-align: center;
		}
			.loadIcos .owl-dot
			{
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 50%;
				background: #ccc;
				margin: 0 5px;
			}
			.loadIcos .owl-dot.active
			{
				background: #019fba;
			}
	#icoBoxes .mobileTitle
	{
		display: block;
	}
	#icoBoxes #boxWrap
	{
		width: 100%
	}
	#icoBoxes #boxWrap:nth-child(odd)
	{
		margin-right: 0;
	}
	#icoBoxes #boxWrap:nth-child(even)
	{
		margin-left: 0;
	}
	#icoBoxes .icoBox .rightSide p.description
	{
		font-weight: 300;
		font-size: 14px;
		line-height: 22px;
	}
	#chgPassword .col-40
	{
		width: 100%;
		position: 0;
		margin: 0 0 20px 0;
	}
	#chgPassword .col-60
	{
		width: 100%;
	}
	#twoFactorAuth .col-35
	{
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	#twoFactorAuth img
	{
		vertical-align: middle;
	}
	#twoFactorAuth #secret
	{
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	#twoFactorAuth .col-65
	{
		width: 100%;
	}
	#socialAccounts .col-25
	{
		width: 47.5%;
		padding: 0;
	}
	#socialAccounts .col-25:nth-child(1),
	#socialAccounts .col-25:nth-child(2)
	{
		margin-bottom: 30px;
	}
	#socialAccounts .col-25:nth-child(2),
	#socialAccounts .col-25:nth-child(4)
	{
		margin-left: 5%;
	}
	#pageTitle h1
	{
		font-size: 36px;
	}
	#featuresContent #featuresBoxes #featuresBox h1
	{
		font-size: 30px;
	}

/* ICO List Table */

	table.dataTable thead
	{
		display: none;
	}

	table.dataTable tbody td
	{
		padding: 20px 0 0 0;
	}
	table.dataTable tbody tr
	{
		display: block;
		font-size: 0;
	}
	table.dataTable tbody td.icoName
	{
		width: 100%;
		display: block;
	}

	table.dataTable tbody td.dateStart,
	table.dataTable tbody td.dateEnd,
	table.dataTable tbody td.icoRating
	{
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		text-align: left;
		margin: 40px 0 20px 0;
	}
	table.dataTable tbody td.dateStart
	{
		width: 50%; /* Change to 40% after adding Rating! */
		text-align: left;
	}
	table.dataTable tbody td.dateEnd
	{
		width: 50%; /* Change to 40% after adding Rating! */
		text-align: right; /* Change to center after adding Rating! */
	}
	table.dataTable tbody td.icoRating
	{
		width: 20%;
		text-align: right;
	}
	table.dataTable tbody td span
	{
		display: inline-block;
	}

/* ICO List Table */

	#publishContent #icoInformation
	{
		background: none;
		box-shadow: none;
		padding: 0;
	}
	#publishContent
	{
		background: #fff;
	}
	#profileContent .profileTab .question
	{
		width: 100%;
	}
	#policyContent #pageTitle h1
	{
		font-size: 30px;
	}
	.modal-form input[type=text],
    .modal-form input[type=email],
    .modal-form input[type=number],
    .modal-form input[type=password],
    .modal-form textarea,
    .modal-form .select2-container--default .select2-selection--single
    {
    	-webkit-appearance: none;
    }
    #followedIcoBoxes .followedIcoBox .icoInfo .tab h1
    {
    	font-size: 20px;
    	margin-top: 5px;
    }
    #profileContent #tier2 .step_1 .col-75
    {
    	width: 60%;
    }
    #profileContent #tier2 .step_1 .col-20
    {
    	width: 35%;
    	text-align: right;
    }
    #icoBoxes
    {
    	text-align: center;
    }
	#icoBoxes .icoBoxNew 
	{
		width: 100%;
		max-width: 380px;
	}

	#icoBoxes .icoBoxNew .icoHeader .icoRating
	{
		display: inline-block;
	}
	
	#icoBoxes .icoBoxNew:nth-child(even)
	{
		margin-left: 0;
		margin-right: 0;
	} 
}

@media only screen and (max-width: 700px) {
	#publishIco #numberInfo .numInfo {
    	width: 150px;
	}
	#featuresContent #featuresBoxes #featuresBox
	{
		padding: 50px 40px;
	}
	#followedIcoBoxes .followedIcoBox,
	#followedIcoBoxes .followedIcoBox:nth-child(odd)
	{
		width: 80%;
		display: block;
		margin: 30px auto 0 auto;
	}
	#icoContent #rightContent .widget
	{
		width: 100%;
	}
	#icoContent #rightContent .widget:nth-child(even)
	{
		margin-left: 0;
	}
	#pageNotFoundContent img
	{
		max-height: 150px;
	}
	#pageNotFoundContent #pageNotFoundText
	{
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	#icoContent .icoTitle
	{
		font-size: 24px;
	}
}

@media only screen and (max-width: 650px) {
	#chartPortfolio #chart .chartCircle
	{
	    top: calc(50% - 86px);
    	left: calc(50% - 72px);
	}
}

@media only screen and (max-width: 625px) {
	#publishIco #numberInfo .numInfo:nth-child(2)
	{
		margin: 50px 10px 0 10px;
	}
	#icoList #search,
	#subscribe
	{
		text-align: center;
	}
	.searchBox,
    .subscribeBox,
    .promoteBox
	{
		width: 100%;
		margin-bottom: 25px;
	}

	#icoList #search .searchButton
	{
		position: relative;
	}

	#profileContent #tier1 .row .col-30:first-child
	{
		width: 100%;
		margin: 0 0 30px 0;
	}
	#profileContent #tier1 .row .col-30:nth-child(2),
	#profileContent #tier1 .row .col-30:nth-child(3)
	{
		width: 47.5%;
	}
	#profileContent #tier1 .row .col-30:nth-child(2)
	{
		margin: 0 5% 0px 0;
	}
	#profileContent #tier1 .col-15,
	#profileContent #tier2 .col-15
	{
		width: auto;
	}
	#profileContent #tier1 .col-15:nth-child(2),
	#profileContent #tier2 .col-15:nth-child(2)
	{
		margin: 0 20px 0 0;
	}
	#featuresContent #featuresBoxes #featuresBox p
	{
		font-size: 15px;
	}
	#advIco #subscribe .searchButton, #newsletter #subscribe .searchButton
	{
		float: none;
	}
	#footer
	{
		display: none;
	}
	#footerResponsive
	{
		display: block;
	}
	#faqContent #faqQuestions .faqQuestion h3.question
	{
		font-size: 17px;
	}
}

@media only screen and (max-width: 610px) {
	#footerPowered #poweredLogos
	{
		margin-top: 10px;
		margin-left: 0;
	}
	.icoHeader .icoRaising
	{
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	.icoHeader .icoRaising .icoTotal
	{
		display: block;
	}
	.icoHeader .icoRaising .icoRaisingInfo
	{
		display: block;
		font-size: 0;
	}
	.icoHeader .icoRaising .icoRaisingInfo .icoRaisingInfoElement
	{
		width: 50%;
		display: inline-block;
	}
	.icoHeader .icoRaising .icoRaisingInfo .icoRaisingInfoElement .element
	{
		height: 80px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 580px) {
	#publishIco #numberInfo .numInfo
	{
		width: 200px;
	}
	.window #rightSide form .row .col-2
	{
		width: 100%;
		display: block;
		margin: 0 !important;
	}
	#slider #leftSide h1
	{
		font-size: 38px;
	}
	#icoInformation #serviceRequired .row .col-30:nth-child(3)
	{
		margin-top: 30px; 
	}
	#icoInformation #serviceRequired .row .col-30,
	#icoInformation #serviceRequired .row .col-35
	{
		width: 47.5%;
		text-align: left;
	}
	#icoInformation #serviceRequired .row .col-30.m-r-5
	{
		margin-right: 0;
	}
	#icoInformation #dateIco .row .col-30
	{
		width: 100%;
	}
	#icoInformation #dateIco .row .col-30.m-l-5.m-r-5
	{
		margin: 30px 0;
	}
	#profileContent #tier1 .col-75
	{
		width: 60%;
	}
	#profileContent #tier1 .col-20
	{
		width: 35%;
	}
	#icoList #tabs ul li
	{
		width: 47.5%;
		margin: 0 0 10px 0;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
    input,
    textarea
    {
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	-ms-appearance: none;
    	-o-appearance: none;
    }
    #selfieMethod .col-47
    {
    	width: 100%;
    }
	#chartPortfolio #chart .chartCircle
	{
	    width: 80px;
    	height: 80px;
        top: calc(50% - 54px);
    	left: calc(50% - 38px);
	}
	#chartPortfolio #chart .chartCircle .chartCircleY h1
	{
		font-size: 18px;
	}
	#chartPortfolio #chart .chartCircle .chartCircleY h2
	{
		font-size: 10px;
	}
}

@media only screen and (max-width: 520px) {
	#publishIco #numberInfo .numInfo
	{
		width: 80%;
		margin: 30px 10px 0 10px;
	}
	#publishIco #numberInfo .numInfo h1
	{
		font-size: 36px;
	}
	#newsletter #newsInfo #text h1,
	#advIco #newsInfo #text h1, 
	#publishIco h2
	{
		font-size: 36px;
	}
	#profileContent #tier2 .col-20,
	#profileContent #tier3 .col-20
	{	
		width: 120px;
	}
	#profileContent #tier2 .col-20.m-l-5,
	#profileContent #tier3 .col-20.m-l-5
	{
		margin-left: 20px;
	}
	#profileContent #tier2 .col-75,
	#profileContent #tier3 .col-75
	{
		width: calc(100% - 140px);
	}
	.formWrapper .col-75,
	.formWrapper .col-70,
	.formWrapper .col-25,
	.formWrapper .col-40,
	.formWrapper .col-45,
	.formWrapper .col-55,
	.formWrapper .col-65,
	.formWrapper .col-60,
	.formWrapper .col-30,
	.formWrapper .col-50,
	.formWrapper .col-15,
	.formWrapper .col-85,
	.formWrapper .col-35,
	.formWrapper h2,
	.formWrapper h3
	{
		width: 100% !important;
	}
	#slider #leftSide h1
	{
		font-size: 30px;
	}
	#slider #leftSide p
	{
		font-size: 15px;
		margin: 30px 0 0;
	}
	#followedIcoBoxes .followedIcoBox,
	#followedIcoBoxes .followedIcoBox:nth-child(odd)
	{
		width: 100%;
		display: block;
		margin: 30px auto 0 auto;
	}
	#tabs ul li 
    {
		width: 47.5%;
		text-align: center;
		margin-left: 0;
    }
	#tabs ul li:nth-child(even)
	{
		margin-left: 5%;
	}

	#tabs ul li:nth-child(3), 
	#tabs ul li:nth-child(4)
	{
		margin-top: 20px;
	} 
	.window #contact .col-47
	{
		width: 100%;
	}
	.window #contact .col-47.m-l-5
	{
		margin-left: 0;
	}
	#icoContent .icoTitle
	{
		font-size: 18px;
		color: #333;
	}
    #profileContent #tier2 .step_1 .col-75
    {
    	width: 100%;
    }
    #profileContent #tier2 .step_1 .col-20
    {
    	width: 100%;
    	text-align: left;
    	margin-top: 20px;
    	margin-left: 0;
    }
    #chartPortfolio #chart .chartCircle .chartCircleY h2
    {
    	display: none;
    }
    #chartPortfolio #chart .chartCircle {
	    width: 60px;
	    height: 60px;
	    top: calc(50% - 43px);
    	left: calc(50% - 28px);
	}
}

@media only screen and (max-width: 490px) {
	#featuresContent
	{
		padding-top: 50px;
	}
	#icoBoxes .icoBoxNew .icoRaising
	{
		height: 100%;
	}
	#icoBoxes .icoBoxNew .icoRaising,
	#icoBoxes .icoBoxNew .icoRaising .icoTotal,
	#icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo,
	#icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement
	{
		width: 100% !important;
		display: block;
	}
	#icoBoxes .icoBoxNew .icoRaising .icoRaisingInfo .icoRaisingInfoElement 
	{
		height: 80px;
		margin-bottom: 10px;
	}
	.loadIcos .owl-item
	{
		padding: 0 15px;
		height: 100% !important;
	}
}

@media only screen and (max-width: 470px) {
	#publishContent #icoInformation h2.subTitle
	{
		margin-bottom: 50px;
	}
	
	#publishContent #icoInformation #icoInfo .row .col-45
	{
		width: 100%;
	}
	#publishContent #icoInformation #icoInfo .row .col-45.m-l-10
	{
		margin-left: 0;
		margin-top: 30px;
	}

	#icoInformation #serviceRequired .row .col-35,
	#icoInformation #serviceRequired .row .col-30
	{
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	#icoInformation #serviceRequired .row .m-l-5,
	#icoInformation #serviceRequired .row .m-r-5
	{
		margin-left: 0;
		margin-right: 0;
	}

	#icoInformation #serviceRequired .row.m-t-30:nth-child(3),
	#icoInformation #serviceRequired .row.m-t-30:nth-child(4)
	{
		margin-top: 0;
	}

	#icoInformation #serviceRequired .row .col-30:nth-child(3)
	{
		margin-top: 0; 
	}
	#accountContent #accountInformation .col-90
	{
		width: 85%;
	}
	#accountContent #accountInformation .col-90 .col-47
	{
		width: 100%;
	}
	#accountContent #accountInformation .col-90 .m-l-5
	{
		margin-left: 0;
		margin-top: 20px;
	}
	#accountContent #accountInformation .col-10
	{
		width: 15%;
	}
	#tab_register .row .col-47
	{
		width: 100%;
	}
	#tab_register .row .col-47.m-l-2
	{
		margin-left: 0;
	}
	#performancePortfolio #tokenStats .box
	{
		width: 100%;
		display: block;
	}
	#performancePortfolio #tokenStats .box
	{
		margin: 0 auto;
	}
	#performancePortfolio #tokenStats .box.best
	{
		margin: 0 auto 20px;
	}
   #chartPortfolio #chart .chartCircle {
   		display: none;
	}
}

@media only screen and (max-width: 450px) {
	#topNavResponsive a.logo img
	{
		max-width: 150px;
	}
	#userNavResponsive,
	#mainNavResponsive
	{
		top: 80px;
	}
	#faqContent #faqQuestions .faqQuestion h3.question
	{
		font-size: 14px;
		font-weight: 500;
	}
	#pageWrap
	{
	    margin-top: 80px;
	}
	#mainNavResponsive #search .searchButton
	{
		right: 0;
	}
	#mainNavResponsive #search .searchBox
	{
	    padding: 0 20px;
	    margin-bottom: 10px;
	}
	#search .searchButton
	{
		position: relative;
	}
	#mainNavResponsive #search
	{
		text-align: center;
	}
	#topNavResponsive a.menu
	{
		top: 0;
	}
	#pageTitle h1
	{
		font-size: 30px;
	}
	#pageTitle p
	{
		width: 100%;
	}
		#icoBoxes .icoBoxNew .icoHeader .headerLeft
	{
		width: 50%
	}

	 #icoBoxes .icoBoxNew .icoHeader .headerRight
	 {
		width: 50%
	 }
}

@media only screen and (max-width: 420px) {
	#newsletter #newsInfo #text h1,
	#advIco #newsInfo #text h1, 
	#publishIco h2
	{
		font-size: 28px;
	}
	#profileContent #tierMenu .tierButton
	{
		margin: 0 10px 0 0;
	}
	#profileContent #tierMenu .tierButton:last-child
	{
		margin: 0;
	}
	#icoContent #icoTabs li:first-child
	{
		padding: 0;
	}
}

@media only screen and (max-width: 375px) {
	#mainNavResponsive #socialIcons a
	{
		width: 40px;
		height: 40px;
		background-size: 160px;
	}
	#socialIcons a.telegram.white {
	    background-position: -40px 0;
	}
	#socialIcons a.twitter.white {
	    background-position: -80px 0;
	}
	#socialIcons a.linkedin.white {
	    background-position: -120px 0;
	}
}

@media only screen and (max-width: 350px) {
	#profileContent #tierMenu .tierButton.active
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.owl-carousel .owl-item,
	#slider,
	.sliderWrapper
	{
		height: 600px;
	}
}

@media only screen and (max-width: 335px) {
	#mainNavResponsive #powered img,
	#userNavResponsive #powered img
	{
		margin-top: 15px;	
	}
}

@media only screen and (max-width: 320px) {
	#footerResponsive .footerElements #socialIcons a
	{
		width: 40px;
		height: 40px;
		background-size: 160px;
	}
	#footerResponsive .footerElements #socialIcons a.facebook.dark 
	{
		background-position: 0px -40px;
	}
	#footerResponsive .footerElements #socialIcons a.telegram.dark 
	{
		background-position: -40px -40px;
	}
	#footerResponsive .footerElements #socialIcons a.twitter.dark 
	{
		background-position: -80px -40px;
	}
	#footerResponsive .footerElements #socialIcons a.linkedin.dark 
	{
		background-position: -120px -40px;
	}
	.icoHeader .icoRaising .icoRaisingInfo .icoRaisingInfoElement
	{
		width: 100%;
	}
}