/* Minification failed. Returning unminified contents.
(54,1): run-time error CSS1019: Unexpected token, found '@import'
(54,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Montserrat:400,700)'
(256,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(257,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(272,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(273,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(288,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(289,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(304,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(305,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(754,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(755,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(777,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(778,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(800,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(801,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(823,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(824,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1278,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1279,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1295,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1296,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1322,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1323,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1334,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1335,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1346,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1347,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1356,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1357,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Eric Meyer's CSS Reset v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
    background: transparent;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
} 

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* 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, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    padding: 12em 4em 4em 4em;
    text-align: center;
}

    body > * {
        position: relative;
        z-index: 2;
    }

    body.is-loading *, body.is-loading *:before, body.is-loading *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

@media screen and (max-width: 1680px) {

    body {
        padding: 12em 3.5em 3.5em 3.5em;
    }
}

@media screen and (max-width: 736px) {

    body {
        padding: 10em 2em 2em 2em;
    }
}

@media screen and (max-width: 360px) {

    body {
        padding: 10em 1.25em 1.25em 1.25em;
    }
}

body .container {
    max-width: 360px;
}

/* BG */

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#gra {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8),rgba(83, 200, 246, 0.6));
}

#bg div {
    -moz-transition: opacity 3s ease, visibility 3s;
    -webkit-transition: opacity 3s ease, visibility 3s;
    -ms-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 150%;
}

    #bg div.visible {
        -moz-animation: bg 45s linear infinite;
        -webkit-animation: bg 45s linear infinite;
        -ms-animation: bg 45s linear infinite;
        animation: bg 45s linear infinite;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

        #bg div.visible.top {
            z-index: 2;
        }

@media screen and (max-width: 1280px) {

    #bg div.visible {
        -moz-animation: bg 29.25s linear infinite;
        -webkit-animation: bg 29.25s linear infinite;
        -ms-animation: bg 29.25s linear infinite;
        animation: bg 29.25s linear infinite;
    }
}

@media screen and (max-width: 736px) {

    #bg div.visible {
        -moz-animation: bg 18s linear infinite;
        -webkit-animation: bg 18s linear infinite;
        -ms-animation: bg 18s linear infinite;
        animation: bg 18s linear infinite;
    }
}

#bg div:only-child {
    -moz-animation-direction: alternate !important;
    -webkit-animation-direction: alternate !important;
    -ms-animation-direction: alternate !important;
    animation-direction: alternate !important;
}

body.is-loading #bg {
    opacity: 0;
}

@-moz-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

/* BGVW */

#bgvw {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#gra {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8),rgba(83, 200, 246, 0.6));
}

#bgvw div {
    -moz-transition: opacity 3s ease, visibility 3s;
    -webkit-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 150%;
}
    #bgvw div.visible {
        -moz-animation: bgvw 45s linear infinite;
        -webkit-animation: bgvw 45s linear infinite;
        animation: bgvw 45s linear infinite;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
        #bgvw div.visible.top {
            z-index: 2;
        }

@media screen and (max-width: 1280px) {

    #bgvw div.visible {
        -moz-animation: bgvw 29.25s linear infinite;
        -webkit-animation: bgvw 29.25s linear infinite;
        animation: bgvw 29.25s linear infinite;
    }
}

@media screen and (max-width: 736px) {

    #bgvw div.visible {
        -moz-animation: bgvw 18s linear infinite;
        -webkit-animation: bgvw 18s linear infinite;
        animation: bgvw 18s linear infinite;
    }
}

#bgvw div:only-child {
    -moz-animation-direction: alternate !important;
    -webkit-animation-direction: alternate !important;
    animation-direction: alternate !important;
}

body.is-loading #bgvw {
    opacity: 0;
}

/* Type */

body, input, select, textarea {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.65em;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1680px) {

    body, input, select, textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 1280px) {

    body, input, select, textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 980px) {

    body, input, select, textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {

    body, input, select, textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 480px) {

    body, input, select, textarea {
        font-size: 12pt;
    }
}

.row a {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    color: #fff !important;
    opacity: 0.4;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.02em;
}

    .row a:hover {
        color: #fff !important;
        opacity: 0.8;
    }

strong, b {
    color: #fff;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 2.5em;
    line-height: 1.25em;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 8px rgba(255, 255, 255, 0.35);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(255, 255, 255, 0.125);
    border-radius: 6px;
    border: solid 2px rgba(255, 255, 255, 0.35);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75em;
        padding: 1em 1.5em;
        overflow-x: auto;
    }

hr {
    border: 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.35);
    margin: 2em 0;
}

    hr.major {
        margin: 3em 0;
    }

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.5em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

@media screen and (max-width: 980px) {

    header br {
        display: none;
    }
}

@media screen and (max-width: 736px) {

    header br {
        display: inline;
    }
}

@media screen and (max-width: 480px) {

    header br {
        display: none;
    }
}

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
    }

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
    }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

            ul.icons li .icon:before {
                font-size: 1.25em;
            }

            ul.icons li a {
                color: inherit;
            }

/* Form */

form {
    margin: 0 0 2em 0;
}

    form .message {
        text-decoration: none;
        -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        height: 2.75em;
        line-height: 2.75em;
        opacity: 0;
    }

        form .message:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        form .message:before {
            margin-right: 0.5em;
        }

        form .message.visible {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        form .message.success {
            color: #1cb495;
        }

            form .message.success:before {
                content: '\f00c';
            }

        form .message.failure {
            color: #ff2361;
        }

            form .message.failure:before {
                content: '\f119';
            }

label {
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

@-moz-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    border: none;
    color: #fff;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
    font-family: Arial, sans-serif;
}

.input-group-addon {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    color: #fff;
    height: 54px;
    padding-left: 24px;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    -moz-animation: focus 0.1s;
    -webkit-animation: focus 0.1s;
    -ms-animation: focus 0.1s;
    animation: focus 0.1s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        color: rgba(255, 255, 255, 0.35);
        content: '\f078';
        display: block;
        height: 2.75em;
        line-height: 2.75em;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 54px;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2.4em;
        padding-right: 0.75em;
        position: relative;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            background: rgba(255, 255, 255, 0.125);
            border-radius: 6px;
            border: solid 2px rgba(255, 255, 255, 0.35);
            content: '';
            display: inline-block;
            height: 1.65em;
            left: 0;
            line-height: 1.58125em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65em;
        }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
        background: #1cb495;
        border-color: #1cb495;
        color: #ffffff;
        content: '\f00c';
    }

    input[type="checkbox"]:focus + label:before,
    input[type="radio"]:focus + label:before {
        border-color: #1cb495;
        box-shadow: 0 0 0 2px #1cb495;
    }

    input[type="checkbox"] + label:before {
        border-radius: 6px;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

/* Button */

.container .form-group {
    margin-bottom: 16px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    margin-top: 16px;
    margin-bottom: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 54px;
    line-height: 2.75em;
    padding: 0 1.125em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #F55753;
    border: 0;
}

.container button.invert {
    border-color: #fff;
    background-color: transparent;
}

    .container button.invert:hover {
        background-color: rgba(255,255,255,0.2);
    }

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    opacity: 0.5;
}

@media screen and (max-width: 480px) {

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        padding: 0;
    }
}

/* Header */

#header h1 {
    font-size: 3.25em;
    margin: 0 0 0.55em 0;
}

#header p {
    font-size: 1.35em;
    line-height: 1.65em;
}

#header a {
    color: inherit;
}

@media screen and (max-width: 736px) {

    #header h1 {
        font-size: 2em;
    }

    #header p {
        font-size: 1em;
    }
}

@media screen and (max-width: 480px) {

    #header {
        margin: 0 0 1em 0;
    }
}

/* Signup Form */

#signup-form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}

    #signup-form input[type="text"],
    #signup-form input[type="password"],
    #signup-form input[type="email"] {
        width: 18em;
    }

    #signup-form > * {
        margin: 0 0 0 1em;
    }

    #signup-form > :first-child {
        margin: 0 0 0 0;
    }

@media screen and (max-width: 480px) {

    #signup-form {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #signup-form input[type="type"],
        #signup-form input[type="password"],
        #signup-form input[type="email"] {
            width: 100%;
        }

        #signup-form > * {
            margin: 1.25em 0 0 0;
        }

        #signup-form .message {
            bottom: -1.5em;
            font-size: 0.9em;
            height: 1em;
            left: 0;
            line-height: inherit;
            margin-top: 0;
            position: absolute;
        }
}

/* Footer */

#footer {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    bottom: 4em;
    color: rgba(255, 255, 255, 0.5);
    left: 4em;
    opacity: 0.8;
    position: absolute;
    font-size: 85%;
}

    #footer .icons {
        margin: 0 0 0.5em 0;
    }

    #footer .copyright {
        font-size: 0.8em;
        list-style: none;
        padding: 0;
    }
        #footer .copyright li {
            border-left: solid 1px rgba(255, 255, 255, 0.25);
            display: inline-block;
            line-height: 1em;
            margin: 0 0 0 0.75em;
            padding: 0 0 0 0.75em;
        }
            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

        #footer .copyright a {
            color: inherit;
        }

    #footer:hover {
        opacity: 1;
    }

    #footer > :last-child {
        margin-bottom: 0;
    }

@media screen and (max-width: 1680px) {

    #footer {
        bottom: 3.5em;
        left: 3.5em;
    }
}

@media screen and (max-width: 736px) {

    #footer {
        bottom: 2em;
        left: 2em;
    }
}

@media screen and (max-width: 360px) {

    #footer {
        bottom: 1.25em;
        left: 1.25em;
    }
}

/* Animations */

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

@keyframes fadeInCircle {
    0% {
        opacity: 0;
        width: 60px;
    }

    100% {
        opacity: 1;
        width: 60px;
    }
}

@-webkit-keyframes fadeInCircle {
    0% {
        opacity: 0;
        width: 60px;
    }

    100% {
        opacity: 1;
        width: 60px;
    }
}

@keyframes resizeCircle {
    0% {
        width: 60px;
    }

    100% {
        width: 300px;
    }
}

@-webkit-keyframes resizeCircle {
    0% {
        width: 60px;
    }

    100% {
        width: 300px;
    }
}

/* Flip Card */

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    position: relative;
}
    .flip .card.flipped {
        transform: rotatey(-180deg);
        -ms-transform: rotatey(-180deg); /* IE 9 */
        -moz-transform: rotatey(-180deg); /* Firefox */
        -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
        -o-transform: rotatey(-180deg); /* Opera */
    }
        .flip .card.flipped .face.front {
            transform: rotateX(0deg);
        }

    .flip .card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s;
        -moz-transform-style: preserve-3d;
        -moz-transition: 0.5s;
        -ms-transform-style: preserve-3d;
        -ms-transition: 0.5s;
        -o-transform-style: preserve-3d;
        -o-transition: 0.5s;
        transform-style: preserve-3d;
        transition: 0.5s;
    }
        .flip .card .face {
            width: 100%;
            position: absolute;
            z-index: 2;
            backface-visibility: hidden; /* W3C */
            -webkit-backface-visibility: hidden; /* Safari & Chrome */
            -moz-backface-visibility: hidden; /* Firefox */
            -ms-backface-visibility: hidden; /* Internet Explorer */
            -o-backface-visibility: hidden; /* Opera */
        }

        .flip .card .front {
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .flip .card .back {
            cursor: pointer;
            transform: rotatey(-180deg);
            -ms-transform: rotatey(-180deg); /* IE 9 */
            -moz-transform: rotatey(-180deg); /* Firefox */
            -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
            -o-transform: rotatey(-180deg); /* Opera */
        }

/* Alert */
.push-on-sidebar-open {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-backface-visibility: hidden;
}

.alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
    .alert.bordered {
        border-width: 1px;
    }

    .alert .link {
        color: #ce8f22;
        font-weight: bold;
    }

    .alert .alert-heading {
        color: #ce8f22 !important;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .alert .btn-small {
        position: relative;
        top: -3.5px;
    }

    .alert .button-set .btn {
        position: relative;
        top: 8px;
    }

    .alert .close {
        background: url("../images/noti-cross.png") no-repeat scroll 0 0 transparent;
        background-position: -9px -10px;
        width: 10px;
        height: 9px;
        position: relative;
        opacity: 0.8;
        top: 4.5px;
        float: right;
        margin-left: 20px;
        font-size: 0;
    }
        .alert .close:hover {
            opacity: 1;
        }

.alert-danger, .alert-error {
    background-color: #fddddd !important;
    color: #933432 !important;
    border: none !important;
}
    .alert-danger .close, .alert-error .close {
        background-position: -95px -10px !important;
    }

.alert-warning {
    background-color: #fef6dd !important;
    color: #957d32 !important;
    border: none !important;
}

.alert-info {
    background-color: #daeffd !important;
    color: #2b6a94 !important;
    border: none !important;
}
    .alert-info .close {
        background-position: -67px -10px !important;
    }

.alert-success {
    background-color: rgba(0,0,0,0.25) !important;
    color: #fff !important;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #fff;
}
    .alert-success .close {
        background-position: -38px -10px !important;
    }

.alert-default {
    background-color: #fff;
    color: #626262;
    border-color: #e6e6e6;
}
    .alert-default .close {
        background-position: -67px -10px !important;
    }

.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
    float: right;
}

.pgn-wrapper[data-position^='top-'] {
    top: 20px;
    right: 20px;
}

.pgn {
    position: relative;
    margin: 10px;
}

.pgn-circle .alert {
    border-radius: 300px;
    animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
    -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
    height: 60px;
    overflow: hidden;
    padding: 4px 55px 6px 15px;
    -webkit-transform: translateZ(0);
    position: relative;
    margin-bottom: 20px;
}
    .pgn-circle .alert > div > div {
        display: table-cell;
        vertical-align: middle;
    }
        .pgn-circle .alert > div > div.pgn-thumbnail .fa {
            font-size: 40px;
        }

.pgn-message {
    vertical-align: middle;
    padding-left: 10px;
}

.pgn-thumbnail {
    padding-top: 5px;
}

body > .pgn-wrapper[data-position^='top-'] {
    bottom: auto;
}

body > .pgn-wrapper {
    position: fixed;
    z-index: 900;
    opacity: 0.8;
}

.btn-default {
    font-size: 17px;
    margin-right: 10px;
    line-height: 20px;
    height: 50px;
    border: 2px solid #3eb0f7;
    background: transparent;
    transition: all 0.4s;
    color: #3eb0f7;
    border-radius: 100px;
}
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        border: 2px solid #3eb0f7;
        background: #3eb0f7;
        color: white;
    }

.btn-primary {
    font-size: 17px;
    margin-right: 10px;
    line-height: 20px;
    height: 50px;
    border: 2px solid #3eb0f7;
    background: #3eb0f7;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        border: 2px solid #3eb0f7;
        background: transparent;
        color: #3eb0f7;
    }

.price-box {
    border: solid 1px #d1d1d1;
    height: 250px;
    margin-bottom:10px;
}

.price-box-selected {
    border: solid 2px #6dc0f9;
    height: 250px;
    margin-bottom:10px;
}

.package-option {
    padding: 50px 0 100px;
}
    .package-option ul {
        padding: 0;
    }

.price-heading h3 {
    margin-top: 0;
}

.price-heading i {
    color: #d1d1d1;
    font-size: 75px;
    margin-top: 20px;
}

.price-group {
    padding: 10px 0 10px;
}
    .price-group .dollar {
        font-size: 20px;
        position: relative;
        bottom: 20px;
    }
    .price-group .price {
        color: #3eb0f7;
        font-size: 40px;
        font-weight: 500;
    }
    .price-group .time {
        font-size: 18px;
    }

.price-feature li {
    margin-left: 30px;
    margin-right: 30px;
    list-style: none;
    border-bottom: solid 1px #d1d1d1;
    line-height: 40px;
}

.btn-price {
    margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
    cursor: pointer;
}
    .btn-price:hover {
        background: #1f96e0;
        color: white;
    }

.price-box a:hover, .price-box a:focus {
    text-decoration: none !important;
}
    
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .head-btn {
        margin: 50px 0 100px;
    }

    .signup-header {
        margin: 50px 0 100px;
    }

    .price-feature li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .btn-price {
        padding: 7px 25px;
    }
}
/* smart-phone ----------- */
@media (max-width: 767px) {
    .price-box {
        margin-bottom: 30px;
    }
}
