/*
Site Name: Hudson Insurance
Owner: Policy Administration Solutions
Author: Pablo Rueda Moltó

Global Import

    * jeet
    * Axis
    * Rupture

Styl Input:

    * stylus/stylus.styl
    * stylus/login.styl

Css Output:

    * css/stylus.css
    * css/login.css
*/
/*
    IMPORTING PARTIALS
    These files are needed at the beginning so that we establish all
    our mixins, functions, and variables that we'll be using across
    the whole project.
*/
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,
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-family: inherit;
    font-size: 100%;
}

body {
    line-height: 1;
    color: #222;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a img {
    border: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgba(0,0,0,0.54);
    line-height: 1.2em;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 24px;
    font-weight: 700;
    color: #49718D;
}

p {
    line-height: 1.4;
    margin-bottom: 1em;
}

html,
body {
    height: 100%;
}

/*body {
    background: url("../img/homelg.jpg") no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 420px) and (max-width: 1024px) {
    body {
        background: url("../img/homeIPMAl.jpg") no-repeat;
    }
}

@media only screen and (min-width: 420px) and (max-width: 1024px) and (orientation: portrait) {
    body {
        background: url("../img/homeIPMAp.jpg") no-repeat;
    }
}

@media only screen and (max-width: 420px) {
    body {
        background: url("../img/homeIP6p.jpg") no-repeat;
    }
}

@media only screen and (max-width: 420px) and (orientation: portrait)  {

}*/

.container {
    *zoom: 1;
    width: auto;
    /*max-width: 1180px;*/
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

    .container:before,
    .container:after {
        content: '';
        display: table;
    }

    .container:after {
        clear: both;
    }

@media only screen and (min-width: 420px) and (max-width: 1024px) {
    .claim {
        width: 160px;
    }
}

/*@media only screen and (min-width: 420px) and (max-width: 1024px) and (orientation: portrait) {
    .claim {
        display: none;
    }
}*/

/*gnu*/
@media (min-width: 320px) and (max-width: 736px) {
    body {
        background: url("../img/homeIP6p.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #login {
        position: absolute;
        overflow: hidden;
        top: 27%;
        left: 50%;
        margin-left: -160px;
        margin-top: -170px;
        height: 650px;
        width: 320px;
        background: rgba(255,255,255,0.8);
        border-radius: 0.2em;
        box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.55);
        width: 320px;
    }

        #login footer {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 70px;
            background: #49718D;
            padding: 0 2px;
            border-radius: 0 0 0.2em 0.2em;
            *zoom: 1;
        }

        #login header {
            margin: 22px 22px 0 22px;
        }

        #login .content {
            margin: 0 22px;
        }

        #login .footer-forgotpwd_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 180px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-forgotusr_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 180px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-HowToRegister {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 180px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

    .claim {
        display: none;
    }
}

@media (min-width: 738px) and (max-width: 1079px) {
    body {
        background: url("../img/homeIPMAp.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #login {
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        margin-top: -270px;
        margin-left: -50px;
        height: 672px;
        width: 420px;
        background: rgba(255,255,255,0.8);
        border-radius: 0.2em;
        box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.55);
    }

        #login footer {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 70px;
            background: #49718D;
            padding: 0 27px;
            border-radius: 0 0 0.2em 0.2em;
            *zoom: 1;
        }

        #login header {
            margin: 44px 44px 0 44px;
        }

        #login .content {
            margin: 0 44px;
        }

        #login .footer-forgotpwd_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-forgotusr_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-HowToRegister {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

    .claim {
        position: absolute;
        bottom: 40%;
        left: 5%;
        width: 170px;
        color: white;
    }

        .claim h5 {
            color: #fff;
            font-size: 16px;
            line-height: 1.2em;
            font-weight: 400;
        }

        .claim h6 {
            color: #fff;
            font-size: 17px;
            line-height: 1.2em;
            font-weight: 400;
        }

        .claim h3 {
            color: #fff;
            font-size: 24px;
            line-height: 1.2em;
            margin-top: 16px;
            font-weight: 700;
        }
}

@media (min-width: 1080px) {
    body {
        background: url("../img/homelg.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #login {
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 70%;
        margin-top: -270px;
        margin-left: -207px;
        height: 672px;
        width: 420px;
        background: rgba(255,255,255,0.8);
        border-radius: 0.2em;
        box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.55);
    }

        #login footer {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 70px;
            background: #49718D;
            padding: 0 27px;
            border-radius: 0 0 0.2em 0.2em;
            *zoom: 1;
        }

        #login header {
            margin: 44px 44px 0 44px;
        }

        #login .content {
            margin: 0 44px;
        }

        #login .footer-forgotpwd_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-forgotusr_us {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        #login .footer-HowToRegister {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 250px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

    .claim {
        position: absolute;
        bottom: 40%;
        left: 10%;
        width: 170px;
    }

        .claim h5 {
            color: #49718D;
            font-size: 16px;
            line-height: 1.2em;
            font-weight: 400;
        }

        .claim h6 {
            color: #49718D;
            font-size: 17px;
            line-height: 1.2em;
            font-weight: 400;
        }

        .claim h3 {
            color: #49718D;
            font-size: 24px;
            line-height: 1.2em;
            margin-top: 16px;
            font-weight: 700;
        }
}


#login header .signin-logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("../img/logo_hudson.svg") no-repeat;
    width: 137px;
    height: 46px;
}

#login header .signin-text {
    font-size: 17px;
    margin-top: 24px;
    text-align: justify;
}


#login .content label {
    margin-top: 24px;
    margin-bottom: 6px;
    width: 100%;
    display: block;
    font-size: 17px;
}

#login .content input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    border: solid 1px #bbb;
    border-radius: 0.2em;
    outline: none;
    padding: 0.45em;
    background: #fff;
    color: #555;
    width: 100%;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 36px;
    background-color: transparent;
}

    #login .content input:focus {
        box-shadow: 0 0 5px #49718D;
        border: 1px solid #49718D;
        outline: none;
    }

#login .content .forgot-pass {
    padding-bottom: 2px;
    text-decoration: none;
    color: rgba(0,0,0,0.54);
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

    #login .content .forgot-pass:hover {
        color: rgba(0,0,0,0.87);
        border-bottom: 1px solid rgba(0,0,0,0.87);
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

#login .content .btn_submit {
    float: right;
    height: 36px;
    border: none;
    background-color: #49718D;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    padding: 0 12px;
    display: block; /* : inline-block;*/
    cursor: pointer;
    border-radius: 0.2em;
}

#login .content .btn_submit:hover {
    color: #fff;
    background-color: #345064;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#login .content .btn_submit_large {
    float: right;
    height: 60px;
    border: none;
    background-color: #49718D;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    padding: 0 12px;
    display: block; /* : inline-block;*/
    cursor: pointer;
    border-radius: 0.2em;
}

    #login .content .btn_submit_large:hover {
        color: #fff;
        background-color: #345064;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

#login .content .btn_login_large {
    float: right;
    height: 60px;
    width: 110px;
    border: none;
    background-color: #49718D;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    padding: 0 12px;
    display: block; /* : inline-block;*/
    cursor: pointer;
    border-radius: 0.2em;
}

    #login .content .btn_login_large:hover {
        color: #fff;
        background-color: #345064;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

#login footer:before,
#login footer:after {
    content: '';
    display: table;
}

#login footer:after {
    clear: both;
}

#login footer .footer-logo {
    margin-top: 24px;
    margin-bottom: 24px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("../img/logo_pas.svg") no-repeat;
    width: 139px;
    height: 25px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    /*width: 65.66666666666666%;*/
    margin-left: 0%;
    margin-right: 3%;
}

    #login footer .footer-logo:before,
    #login footer .footer-logo:after {
        content: '';
        display: table;
    }

    #login footer .footer-logo:after {
        clear: both;
    }

    #login footer .footer-logo:last-child {
        margin-right: 0%;
    }

/* register */
#login footer .footer-register {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right;
}

    #login footer .footer-register:before,
    #login footer .footer-register:after {
        content: '';
        display: table;
    }

    #login footer .footer-register:after {
        clear: both;
    }

    #login footer .footer-register:last-child {
        margin-right: 0%;
    }

    #login footer .footer-register a {
        opacity: 0.8;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }

        #login footer .footer-register a:hover {
            opacity: 1;
            border-bottom: 1px solid #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

/* contact us */
#login footer .footer-contact_us {
    *zoom: 1;
    /*float: right;*/
    clear: none;
    width: 100px;
    margin-left: 210px;
    margin-right: 1px;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right;
}

    #login footer .footer-contact_us:before,
    #login footer .footer-contact_us:after {
        content: '';
        display: table;
    }

    #login footer .footer-contact_us:after {
        clear: both;
    }

    #login footer .footer-contact_us:last-child {
        margin-right: 0%;
    }

    #login footer .footer-contact_us a {
        opacity: 0.8;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }

        #login footer .footer-contact_us a:hover {
            opacity: 1;
            border-bottom: 1px solid #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

#contact-us {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    /*background-color: #FFFFFF;*/
    top: 672px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: block;
    color: #49718D;
    border-radius: 0.2em;
}

    #contact-us .contact-us__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font: 0/0 a;
        text-shadow: none;
        color: #222;
        background: url("../img/icon_close_login.svg") no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
        opacity: 0.7;
    }

        #contact-us .contact-us__close:hover {
            opacity: 1;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #contact-us .contact-logo {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/logo_hudson.svg") no-repeat;
        width: 137px;
        height: 46px;
    }

    #contact-us .contact-title {
        font-size: 17px;
        color: #49718D;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #contact-us .contact-text {
        font-weight: 400;
        font-size: 13px;
    }

    #contact-us .content input {
        border: 1px solid #bbb;
        border-radius: 0.2em;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #49718D;
    }

        #contact-us .content input:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #contact-us .content textarea {
        font-size: 16px;
        /*font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;*/
        font-family: inherit;
        color: #49718D;
        width: 100%;
        border: 1px solid #bbb;
        border-radius: 0.2em;
        height: 90px;
        background-color: transparent;
        resize: none;
    }

        #contact-us .content textarea:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #contact-us .content .btn_submit {
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
    }

        #contact-us .content .btn_submit:hover {
            border: 1px solid #fff;
            color: #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #contact-us.contact-us__open {
        top: 0;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }

/* register_us*/

#login footer .footer-register_us {
    *zoom: 1;
    float: left;
    clear: none;
    width: 30px;
    margin-left: 20px;
    margin-right: 1px;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right;
}

    #login footer .footer-register_us:before,
    #login footer .footer-register_us:after {
        content: '';
        display: table;
    }

    #login footer .footer-register_us:after {
        clear: both;
    }

    #login footer .footer-register_us:last-child {
        margin-right: 0%;
    }

    #login footer .footer-register_us a {
        opacity: 0.8;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }

        #login footer .footer-register_us a:hover {
            opacity: 1;
            border-bottom: 1px solid #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

#register-us {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    /*background-color: #FFFFFF;*/
    top: 672px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: block;
    color: #49718D;
    border-radius: 0.2em;
}

    #register-us .register-us__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font: 0/0 a;
        text-shadow: none;
        color: #49718D;
        background: url("../img/icon_close_login.svg") no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
        opacity: 0.7;
    }

        #register-us .register-us__close:hover {
            opacity: 1;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #register-us .register-logo {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/logo_hudson.svg") no-repeat;
        width: 137px;
        height: 46px;
    }

    #register-us .register-title {
        font-size: 16px;
        color: #49718D;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #register-us .register-text {
        font-weight: 400;
        font-size: 13px;
    }

    #register-us .content input {
        border: 1px solid #bbb;
        border-radius: 0.2em;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #49718D;
    }

        #register-us .content input:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #register-us .content textarea {
        font-size: 16px;
        font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
        color: #49718D;
        width: 100%;
        border: 1px solid #bbb;
        border-radius: 0.2em;
        height: 90px;
        background-color: transparent;
        resize: none;
    }

        #register-us .content textarea:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #register-us .content .btn_submit {
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
    }

        #register-us .content .btn_submit:hover {
            border: 1px solid #fff;
            color: #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #register-us.register-us__open {
        top: 0;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }
/* end register*/

#login .verticaltop {
    vertical-align: top;
}

#login .verticalbott {
    vertical-align: bottom;
}

#login .verticalctr {
    vertical-align: middle;
}

#login .allcenter {
    text-align: center;
    vertical-align: middle;
}
/* begin forget_pwd*/


#login .footer-forgotpwd_us:before,
#login .footer-forgotpwd_us:after {
    content: '';
    display: table;
}

#login .footer-forgotpwd_us:after {
    clear: both;
}

#login .footer-forgotpwd_us:last-child {
    margin-right: 0%;
}

#login .footer-forgotpwd_us a {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #49718D;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

    #login .footer-forgotpwd_us a:hover {
        opacity: 1;
        border-bottom: 1px solid #49718D;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

#forgotpwd-us {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    /*background-color: #FFFFFF;*/
    top: 672px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: block;
    color: #49718D;
    border-radius: 0.2em;
    vertical-align: bottom;
}

    #forgotpwd-us .forgotpwd-us__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/icon_close_login.svg") no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
        opacity: 0.7;
    }

        #forgotpwd-us .forgotpwd-us__close:hover {
            opacity: 1;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #forgotpwd-us .forgotpwd-logo {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/logo_hudson.svg") no-repeat;
        width: 137px;
        height: 46px;
    }

    #forgotpwd-us .forgotpwd-title {
        font-size: 17px;
        color: #49718D;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #forgotpwd-us .forgotpwd-text {
        font-weight: 400;
        font-size: 13px;
    }

    #forgotpwd-us .content input {
        border: 1px solid #bbb;
        border-radius: 0.2em;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #49718D;
    }

        #forgotpwd-us .content input:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #forgotpwd-us .content textarea {
        font-size: 16px;
        font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
        color: #49718D;
        width: 100%;
        border: 1px solid #bbb;
        border-radius: 0.2em;
        height: 90px;
        background-color: transparent;
        resize: none;
    }

        #forgotpwd-us .content textarea:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #forgotpwd-us .content .btn_submit {
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
    }

        #forgotpwd-us .content .btn_submit:hover {
            border: 1px solid #fff;
            color: #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #forgotpwd-us.forgotpwd-us__open {
        top: 0;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }

/* end forgotpwd*/

/* begin forget_usr*/

#login .footer-forgotusr_us:before,
#login .footer-forgotusr_us:after {
    content: '';
    display: table;
}

#login .footer-forgotusr_us:after {
    clear: both;
}

#login .footer-forgotusr_us:last-child {
    margin-right: 0%;
}

#login .footer-forgotusr_us a {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #49718D;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

#login .footer-HowToRegister a {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #49718D;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}


#login .footer-forgotusr_us a:hover {
    opacity: 1;
    border-bottom: 1px solid #49718D;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#login .footer-HowToRegister a:hover {
    opacity: 1;
    border-bottom: 1px solid #49718D;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}


#forgotusr-us {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    /*background-color: #FFFFFF;*/
    top: 672px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: block;
    color: #49718D;
    border-radius: 0.2em;
}

    #forgotusr-us .forgotusr-us__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/icon_close_login.svg") no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
        opacity: 0.7;
    }

        #forgotusr-us .forgotusr-us__close:hover {
            opacity: 1;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #forgotusr-us .forgotusr-logo {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/logo_hudson.svg") no-repeat;
        width: 137px;
        height: 46px;
    }

    #forgotusr-us .forgotusr-title {
        font-size: 17px;
        color: #49718D;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #forgotusr-us .forgotusr-text {
        font-weight: 400;
        font-size: 13px;
    }

    #forgotusr-us .content input {
        border: 1px solid #bbb;
        border-radius: 0.2em;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #49718D;
    }

        #forgotusr-us .content input:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #forgotusr-us .content textarea {
        font-size: 16px;
        font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
        color: #49718D;
        width: 100%;
        border: 1px solid #bbb;
        border-radius: 0.2em;
        height: 90px;
        background-color: transparent;
        resize: none;
    }

        #forgotusr-us .content textarea:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #forgotusr-us .content .btn_submit {
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
    }

        #forgotusr-us .content .btn_submit:hover {
            border: 1px solid #fff;
            color: #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #forgotusr-us.forgotusr-us__open {
        top: 0;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }

/* end forgotusr*/

.btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-mini, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab {
    height: 20px;
    min-width: 20px;
    width: 20px;
}

.btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab {
    border-radius: 50%;
    font-size: 14px;
    height: 56px;
    line-height: normal;
    margin: auto;
    min-width: 56px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 56px;
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary.active, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:hover, .navbar .navbar-nav > li > a.btn.btn-primary.active:focus, .navbar .navbar-nav > li > a.btn.btn-primary.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
    background-color: #d73e00;
    color: #ffffff;
}

/*.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active, .btn.btn-blue.active, .btn.btn-blue:active:focus, .btn.btn-blue:active:hover, .btn.btn-blue.active:focus, .btn.btn-blue.active:hover, .open > .btn.btn-blue.dropdown-toggle, .open > .btn.btn-blue.dropdown-toggle:focus, .open > .btn.btn-blue.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-blue, .navbar .navbar-nav > li > a.btn.btn-blue:hover, .navbar .navbar-nav > li > a.btn.btn-blue:focus, .navbar .navbar-nav > li > a.btn.btn-blue:active, .navbar .navbar-nav > li > a.btn.btn-blue.active, .navbar .navbar-nav > li > a.btn.btn-blue:active:focus, .navbar .navbar-nav > li > a.btn.btn-blue:active:hover, .navbar .navbar-nav > li > a.btn.btn-blue.active:focus, .navbar .navbar-nav > li > a.btn.btn-blue.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle:hover {
    background-color: #49718D;
    color: #ffffff;
}*/

.btn.btn-blue, .btn.btn-blue:active, .btn.btn-blue.active, .btn.btn-blue:active:focus, .btn.btn-blue:active:hover, .btn.btn-blue.active:focus, .btn.btn-blue.active:hover, .open > .btn.btn-blue.dropdown-toggle, .open > .btn.btn-blue.dropdown-toggle:focus, .open > .btn.btn-blue.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-blue, .navbar .navbar-nav > li > a.btn.btn-blue:hover, .navbar .navbar-nav > li > a.btn.btn-blue:focus, .navbar .navbar-nav > li > a.btn.btn-blue:active, .navbar .navbar-nav > li > a.btn.btn-blue.active, .navbar .navbar-nav > li > a.btn.btn-blue:active:focus, .navbar .navbar-nav > li > a.btn.btn-blue:active:hover, .navbar .navbar-nav > li > a.btn.btn-blue.active:focus, .navbar .navbar-nav > li > a.btn.btn-blue.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-blue.dropdown-toggle:hover {
    background-color: #49718D;
    color: #ffffff;
}

    .btn.btn-blue:focus, .btn.btn-blue:hover {
        background-color: #345064;
        color: #ffffff;
    }


.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn, .navbar .navbar-nav > li > a.btn:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:active, .navbar .navbar-nav > li > a.btn.active, .navbar .navbar-nav > li > a.btn:active:focus, .navbar .navbar-nav > li > a.btn:active:hover, .navbar .navbar-nav > li > a.btn.active:focus, .navbar .navbar-nav > li > a.btn.active:hover, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-default, .navbar .navbar-nav > li > a.btn.btn-default:hover, .navbar .navbar-nav > li > a.btn.btn-default:focus, .navbar .navbar-nav > li > a.btn.btn-default:active, .navbar .navbar-nav > li > a.btn.btn-default.active, .navbar .navbar-nav > li > a.btn.btn-default:active:focus, .navbar .navbar-nav > li > a.btn.btn-default:active:hover, .navbar .navbar-nav > li > a.btn.btn-default.active:focus, .navbar .navbar-nav > li > a.btn.btn-default.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle:hover {
    background-color: #d73e00;
    color: #ffffff;
}

    .btn, .btn.btn-default, .navbar .navbar-nav > li > a.btn, .navbar .navbar-nav > li > a.btn.btn-default {
        box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    }

.btn, .navbar .navbar-nav > li > a.btn {
    border: medium none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px 1px;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) 0s, background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: box-shadow, transform;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

/* begin faq*/
#login footer .footer-faq_us {
    *zoom: 1;
    float: right;
    clear: none;
    width: 40px;
    /*margin-left: 150px;*/
    margin-right: 1px;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right;
}

    #login footer .footer-faq_us:before,
    #login footer .footer-faq_us:after {
        content: '';
        display: table;
    }

    #login footer .footer-faq_us:after {
        clear: both;
    }

    #login footer .footer-faq_us:last-child {
        margin-right: 0%;
    }

    #login footer .footer-faq_us a {
        opacity: 0.8;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }

        #login footer .footer-faq_us a:hover {
            opacity: 1;
            border-bottom: 1px solid #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }
/* end faq*/

input.button_video {
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #000;
    background: black;
    color: white;
    cursor: pointer;
}


/* begin loginus*/

#login .footer-login_us:before,
#login .footer-login_us:after {
    content: '';
    display: table;
}

#login .footer-login_us:after {
    clear: both;
}

#login .footer-login_us:last-child {
    margin-right: 0%;
}

#login .footer-login_us a {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #49718D;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

#login .footer-HowToRegister a {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #49718D;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}


#login .footer-login_us a:hover {
    opacity: 1;
    border-bottom: 1px solid #49718D;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#login .footer-HowToRegister a:hover {
    opacity: 1;
    border-bottom: 1px solid #49718D;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}


#login-us {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    /*background-color: #FFFFFF;*/
    top: 672px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: block;
    color: #49718D;
    border-radius: 0.2em;
}

    #login-us .login-us__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/icon_close_login.svg") no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
        opacity: 0.7;
    }

        #login-us .login-us__close:hover {
            opacity: 1;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #login-us .forgotusr-logo {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url("../img/logo_hudson.svg") no-repeat;
        width: 137px;
        height: 46px;
    }

    #login-us .forgotusr-title {
        font-size: 17px;
        color: #49718D;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #login-us .forgotusr-text {
        font-weight: 400;
        font-size: 13px;
    }

    #login-us .content input {
        border: 1px solid #bbb;
        border-radius: 0.2em;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #49718D;
    }

        #login-us .content input:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #login-us .content textarea {
        font-size: 16px;
        font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
        color: #49718D;
        width: 100%;
        border: 1px solid #bbb;
        border-radius: 0.2em;
        height: 90px;
        background-color: transparent;
        resize: none;
    }

        #login-us .content textarea:focus {
            box-shadow: 0 0 5px #49718D;
            border: 1px solid #49718D;
            outline: none;
        }

    #login-us .content .btn_submit {
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
    }

        #login-us .content .btn_submit:hover {
            border: 1px solid #fff;
            color: #fff;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

    #login-us.login-us__open {
        top: 0;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }
/* end loginus*/

    #mobile-error {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
        /*background-color: #FFFFFF;*/
        top: 672px;
        -webkit-transition: 0.2s all ease;
        transition: 0.2s all ease;
        display: block;
        color: #49718D;
        border-radius: 0.2em;
    }

    #mobile-error.mobile-error__open {
        top: 0;

    }

.center-top {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%); /* for IE 9 */
    -webkit-transform: translate(-50%, -10%); /* for Safari */
}


.center-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* for IE 9 */
    -webkit-transform: translate(-50%, -50%); /* for Safari */
}

.center-bottom {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%); /* for IE 9 */
    -webkit-transform: translate(-50%, -90%); /* for Safari */
}


/*mixed*/

.card-calendar table td {
    text-align: right;
}

.card-calendar .content {
    padding: 0 !important;
}

.card-calendar .fc-toolbar {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-calendar .fc td:first-child {
    border-left: 0;
}

.card-calendar .fc td:last-child {
    border-right: 0;
}

.card-calendar .fc-basic-view td:last-child.fc-week-number span,
.card-calendar .fc-basic-view td:last-child.fc-day-number {
    padding-right: 20px;
}

.card-calendar .fc .fc-day-header:last-child {
    padding-right: 15px;
}

.card-calendar .fc .fc-widget-header {
    border: 0;
}

    .card-calendar .fc .fc-widget-header .fc-title {
        color: #FFFFFF;
    }

.card-calendar .fc th {
    text-align: right;
    color: #999999;
}

.card-calendar .title {
    margin-top: -9px;
}

.card-calendar .fc .fc-row:last-child td {
    border-bottom: 0;
}

.card-calendar .fc .fc-body .fc-widget-content {
    border-bottom: 0;
}

.card-title,
.card-title a,
.card-blog .card-title {
    font-weight: 700;
}

.card .form-horizontal .label-on-left {
    padding: 28px 5px 0 0;
    text-align: right;
}

.card .form-horizontal .label-on-right {
    padding: 28px 0 0 5px;
    text-align: left;
}


.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);*/
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    border-radius: 6px;
    color: #0B243B;
    background: #fff;
}

    .card .card-height-indicator {
        margin-top: 100%;
    }

    .card.row-space .header {
        padding: 15px 20px 0;
    }

    .card .map {
        height: 280px;
        border-radius: 6px;
        margin-top: 15px;
    }

        .card .map.map-big {
            height: 420px;
        }

    .card .card-title {
        margin-top: 0;
        margin-bottom: 3px;
    }

        .card .card-title:not(.card-calendar .card-title) {
            margin-top: 0;
            margin-bottom: 5px;
        }

    .card .card-image {
        height: 60%;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px;
        z-index: 3;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        .card .card-image img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
            pointer-events: none;
        }

        .card .card-image .card-title {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 1.3em;
            text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
        }

    .card .category:not([class*="text-"]) {
        color: #999999;
        font-size: 14px;
    }

    .card .card-content {
        padding: 15px 20px;
        position: relative;
    }

        .card .card-content .category {
            margin-bottom: 0;
        }

    .card .card-actions {
        position: absolute;
        z-index: 1;
        top: -50px;
        width: calc(100% - 30px);
        left: 17px;
        right: 17px;
        text-align: center;
    }

        .card .card-actions .btn {
            padding-left: 12px;
            padding-right: 12px;
        }

        .card .card-actions .fix-broken-card {
            position: absolute;
            top: -65px;
        }

    .card .card-header {
        padding: 15px 20px 0;
        z-index: 3;
    }

        .card .card-header .category {
            margin-bottom: 0;
        }

        .card .card-header.card-header-text {
            display: inline-block;
        }

            .card .card-header.card-header-text:after {
                content: "";
                display: table;
            }

        .card .card-header.card-header-icon {
            float: left;
        }

            .card .card-header.card-header-icon i {
                width: 33px;
                height: 33px;
                text-align: center;
                line-height: 33px;
            }

        .card .card-header.card-header-tabs .nav-tabs {
            background: transparent;
            padding: 0;
        }

        .card .card-header.card-header-tabs .nav-tabs-title {
            float: left;
            padding: 10px 10px 10px 0;
            line-height: 24px;
        }

        .card .card-header.card-header-icon + .card-content .card-title {
            padding-bottom: 15px;
        }

    .card .social-line {
        margin-top: 15px;
        text-align: center;
        padding: 0;
    }

        .card .social-line .btn {
            color: #FFFFFF;
            margin-left: 5px;
            margin-right: 5px;
        }

    .card [data-background-color] {
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        margin: -20px 15px 0;
        border-radius: 3px;
        padding: 15px;
        background-color: #999999;
        position: relative;
    }

        .card [data-background-color] .card-title {
            color: #FFFFFF;
        }

        .card [data-background-color] .category {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.62);
        }

        .card [data-background-color] .ct-label {
            color: rgba(255, 255, 255, 0.7);
        }

        .card [data-background-color] .ct-grid {
            stroke: rgba(255, 255, 255, 0.2);
        }

        .card [data-background-color] .ct-series-a .ct-point,
        .card [data-background-color] .ct-series-a .ct-line,
        .card [data-background-color] .ct-series-a .ct-bar,
        .card [data-background-color] .ct-series-a .ct-slice-donut {
            stroke: rgba(255, 255, 255, 0.8);
        }

        .card [data-background-color] .ct-series-a .ct-slice-pie,
        .card [data-background-color] .ct-series-a .ct-area {
            fill: rgba(255, 255, 255, 0.4);
        }

    .card .chart-title {
        position: absolute;
        top: 25px;
        width: 100%;
        text-align: center;
    }

        .card .chart-title h3 {
            margin: 0;
            color: #FFFFFF;
        }

        .card .chart-title h6 {
            margin: 0;
            color: rgba(255, 255, 255, 0.4);
        }

    .card .ct-chart ~ .card-footer i:nth-child(1n+2) {
        width: 18px;
        text-align: center;
    }

    .card .card-footer {
        margin: 0 20px 10px;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
    }

        .card .card-footer .form-group {
            margin: 5px 0 0;
        }

        .card .card-footer .content {
            display: block;
        }

        .card .card-footer div {
            display: inline-block;
        }

        .card .card-footer .author {
            color: #999999;
        }

        .card .card-footer .stats {
            line-height: 22px;
            color: #999999;
            font-size: 12px;
        }

            .card .card-footer .stats .material-icons {
                position: relative;
                top: 4px;
                font-size: 16px;
            }

            .card .card-footer .stats .category {
                padding-top: 7px;
                padding-bottom: 7px;
                margin-bottom: 0;
            }

        .card .card-footer h4 {
            margin: 5px 0;
        }

        .card .card-footer .btn {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .card .card-footer h6 {
            color: #999999;
        }

    .card form .card-footer {
        border: none;
    }

    .card img {
        width: 100%;
        height: auto;
    }

    .card .category .material-icons {
        position: relative;
        top: 6px;
        line-height: 0;
    }

    .card .category-social .fa {
        font-size: 24px;
        position: relative;
        margin-top: -4px;
        top: 2px;
        margin-right: 5px;
    }

    .card .author .avatar {
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 5px;
    }

    .card .author a {
        color: #3C4858;
        text-decoration: none;
    }

        .card .author a .ripple-container {
            display: none;
        }

    .card .table {
        margin-bottom: 0;
    }

        .card .table tr:first-child td {
            border-top: none;
        }

    .card .nav-pills,
    .card .tab-content {
        margin-top: 20px;
    }

    .card [data-background-color="purple"] {
        background: linear-gradient(60deg, #ab47bc, #8e24aa);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    }

    .card [data-icon-bg-color="purple"] i {
        color: #D73E00;
    }

    .card [data-background-color="blue"] {
        background: linear-gradient(60deg, #26c6da, #00acc1);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    }

    .card [data-icon-bg-color="blue"] i {
        color: #00bcd4;
    }

    .card [data-background-color="green"] {
        background: #32AC00;
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    }

    .card [data-icon-bg-color="green"] i {
        color: #32AC00;
    }

    .card [data-background-color="orange"] {
        background: #D73E00;
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }

    .card [data-icon-bg-color="orange"] i {
        color: #D73E00;
    }

    .card [data-background-color="red"] {
        background: linear-gradient(60deg, #ef5350, #e53935);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
    }

    .card [data-icon-bg-color="red"] i {
        color: #f44336;
    }

    .card [data-background-color="rose"] {
        background: linear-gradient(60deg, #ec407a, #d81b60);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
    }

    .card [data-icon-bg-color="rose"] i {
        color: #e91e63;
    }

    .card [data-header-animation="true"] {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .card:hover [data-header-animation="true"] {
        -webkit-transform: translate3d(0, -50px, 0);
        -moz-transform: translate3d(0, -50px, 0);
        -o-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    .card [data-background-color] {
        color: #FFFFFF;
    }

        .card [data-background-color] a {
            color: #FFFFFF;
        }

.card-chart .card-header {
    padding: 0;
    min-height: 160px;
}

    .card-chart .card-header + .content h4 {
        margin-top: 0;
    }

.card-calendar .card-content {
    padding: 0;
}

.card-stats .card-title {
    margin: 0;
}

.card-stats .card-header {
    float: left;
    text-align: center;
}

    .card-stats .card-header i {
        font-size: 36px;
        line-height: 56px;
        width: 56px;
        height: 56px;
    }

.card-stats .card-content {
    text-align: right;
    padding-top: 10px;
}

.card-plain {
    background: transparent;
    box-shadow: none;
}

    .card-plain .card-header {
        margin-left: 0;
        margin-right: 0;
    }

    .card-plain .card-header-icon {
        margin-right: 15px;
    }

    .card-plain .content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-plain .card-image {
        margin: 0;
        border-radius: 3px;
    }

        .card-plain .card-image img {
            border-radius: 3px;
        }

.card-raised {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.iframe-container {
    margin: 0 -20px 0;
}

    .iframe-container iframe {
        width: 100%;
        height: 500px;
        border: 0;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

.card-profile,
.card-testimonial {
    margin-top: 30px;
    text-align: center;
}

    .card-profile .btn-just-icon.btn-raised,
    .card-testimonial .btn-just-icon.btn-raised {
        margin-left: 6px;
        margin-right: 6px;
    }

    .card-profile .card-avatar,
    .card-testimonial .card-avatar {
        max-width: 130px;
        max-height: 130px;
        margin: -50px auto 0;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        .card-profile .card-avatar + .card-content,
        .card-testimonial .card-avatar + .card-content {
            margin-top: 15px;
        }

    .card-profile.card-plain .card-avatar,
    .card-testimonial.card-plain .card-avatar {
        margin-top: 0;
    }

.card-testimonial {
    margin-bottom: 65px;
}

    .card-testimonial .card-avatar {
        max-width: 100px;
        max-height: 100px;
    }

    .card-testimonial .footer {
        margin-top: 0;
    }

        .card-testimonial .footer .card-avatar {
            margin-top: 10px;
            margin-bottom: -50px;
        }

    .card-testimonial .card-description {
        font-style: italic;
    }

        .card-testimonial .card-description + .card-title {
            margin-top: 30px;
        }

    .card-testimonial .icon {
        margin-top: 30px;
    }

        .card-testimonial .icon .material-icons {
            font-size: 40px;
        }

.card-pricing {
    text-align: center;
}

    .card-pricing .card-title {
        margin-top: 30px;
    }

    .card-pricing .content {
        padding: 15px !important;
    }

    .card-pricing .icon {
        padding: 10px 0 0px;
        color: #999999;
    }

        .card-pricing .icon i {
            font-size: 55px;
            border: 1px solid #E5E5E5;
            border-radius: 50%;
            width: 130px;
            line-height: 130px;
            height: 130px;
        }

        .card-pricing .icon.icon-primary {
            color: #D73E00;
        }

        .card-pricing .icon.icon-info {
            color: #00bcd4;
        }

        .card-pricing .icon.icon-success {
            color: #4caf50;
        }

        .card-pricing .icon.icon-warning {
            color: #ff9800;
        }

        .card-pricing .icon.icon-danger {
            color: #f44336;
        }

        .card-pricing .icon.icon-rose {
            color: #e91e63;
        }

    .card-pricing h1 small {
        font-size: 18px;
    }

        .card-pricing h1 small:first-child {
            position: relative;
            top: -17px;
            font-size: 26px;
        }

    .card-pricing ul {
        list-style: none;
        padding: 0;
        max-width: 240px;
        margin: 10px auto;
    }

        .card-pricing ul li {
            color: #999999;
            text-align: center;
            padding: 12px 0;
            border-bottom: 1px solid rgba(153, 153, 153, 0.3);
        }

            .card-pricing ul li:last-child {
                border: 0;
            }

            .card-pricing ul li b {
                color: #3C4858;
            }

            .card-pricing ul li i {
                top: 6px;
                position: relative;
            }

    .card-pricing.card-background ul li,
    .card-pricing [class*="content-"] ul li {
        color: #FFFFFF;
        border-color: rgba(255, 255, 255, 0.3);
    }

        .card-pricing.card-background ul li b,
        .card-pricing [class*="content-"] ul li b {
            color: #FFFFFF;
        }

    .card-pricing.card-background [class*="text-"],
    .card-pricing [class*="content-"] [class*="text-"] {
        color: #FFFFFF;
    }

    .card-pricing.card-background:after {
        background-color: rgba(0, 0, 0, 0.7);
    }

.card-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

    .card-background .content {
        position: relative;
        z-index: 2;
        min-height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 440px;
        margin: 0 auto;
    }

    .card-background .category,
    .card-background .card-description,
    .card-background small {
        color: rgba(255, 255, 255, 0.7);
    }

    .card-background .card-title {
        color: #FFFFFF;
        margin-top: 10px;
    }

    .card-background:not(.card-pricing) .btn {
        margin-bottom: 0;
    }

    .card-background:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.56);
        border-radius: 6px;
    }

.card-product {
    margin-top: 30px;
}

    .card-product .btn-simple.btn-just-icon {
        padding: 0;
    }

    .card-product .footer {
        margin-top: 5px;
    }

        .card-product .footer .stats .material-icons {
            margin-top: 4px;
            top: 0;
        }

        .card-product .footer .price h4 {
            margin-bottom: 0;
        }

    .card-product .card-title,
    .card-product .category,
    .card-product .card-description {
        text-align: center;
    }

.card-login .card-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.card-login .text-divider {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.card-login .card-content {
    padding: 0px 30px 0px 10px;
}

.card-login .checkbox {
    margin-top: 20px;
}

    .card-login .checkbox label {
        margin-left: 17px;
    }

    .card-login .checkbox .checkbox-material {
        padding-right: 12px;
    }

.card-login .social-line {
    margin-top: 15px;
    text-align: center;
    padding: 0;
}

.card form [class*="col-"]:first-child {
    padding-left: 5px;
}

.card form [class*="col-"]:last-child {
    padding-right: 5px;
}


.card .form-horizontal .label-on-left,
.card .form-horizontal .label-on-right {
    padding-left: 15px;
    padding-top: 8px;
}

.card .form-horizontal .form-group {
    margin-top: 10px;
}

.card .form-horizontal .checkbox-radios {
    padding-bottom: 15px;
}

    .card .form-horizontal .checkbox-radios .checkbox:first-child,
    .card .form-horizontal .checkbox-radios .radio:first-child {
        margin-top: 0;
    }

.card .form-horizontal .checkbox-inline {
    margin-top: 0;
}


.text-center {
    text-align: center;
}

.text-bill {
    color: #0B173B;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
}

.center-div {
    text-align: center;
}


.link {
    opacity: 0.8;
    cursor: pointer;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}