/*  GROUPING  ============================================================================= */

html {
    font-size: 100%;
}

p {
    margin-top: 0px;
    margin-bottom: 4px;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    background-color: #f4f4f4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    body div {
        margin: 30px;
        margin-top: 0px;
    }

    body h2 {
        margin-top: 30px;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.components-holder {
    max-width: 75em;
    background-color: #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 2em;
    min-height: 70em;
}

/*  COMPONENT COMMON  ============================================================================= */

.component {
    position: relative;
    font-size: 100%;
    background-color: #fff;
    width: 28.5em;
    height: 23.1em;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin: 0 0.625em 1.125em 0.625em;
    vertical-align: top;
}

    .component .title {
        position: absolute;
        text-transform: uppercase;
        font-family: RobotoCondensed-Regular;
        font-size: 1.31em;
        color: #414141;
        text-align: left;
        line-height: 1.4em;
        padding-left: 1em;
        padding-top: 0.65em;
        letter-spacing: 0em;
        opacity: 0.8;
        max-width: 17em;
    }

.icon-holder {
    position: absolute;
    right: 0em;
    width: 3.875em;
    height: 5.125em;
    text-align: center;
}

.icon {
    position: relative;
    font-size: 2.23em;
    color: #414141;
    font-style: normal;
    text-align: left;
    line-height: 2em;
    letter-spacing: 0em;
    opacity: 1;
}

.icon-bg {
    position: absolute;
    top: 0em;
    width: 100%;
    height: 100%;
    padding-top: 0em;
    background-color: #999999;
    color: white;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    opacity: .2;
}

    .icon-bg:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 2em solid #fff;
        border-left: 6em solid transparent;
        border-right: 0em solid transparent;
    }

/*-------  HEADRE ------------------*/

header {
    background-color: #41b4e7;
}

.header-holder {
    max-width: 75em;
    padding-top: 1.875em;
    /*padding-bottom: 3.625em;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

header .logo1 {
    position: absolute;
    left: 0;
    font-family: Dotmetrics;
    font-size: 8.3em;
    color: #fff;
}

header .logo2 {
    display: none;
    position: absolute;
    left: 0em;
    top: .12em;
    color: #fff;
    font-family: Dotmetrics;
    font-size: 14em;
}

.header-components-logo {
    position: relative;
    width: 58.25em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 4em;
}

    .header-components-logo .line {
        top: 4.8em;
        left: 10em;
        position: absolute;
        width: 48em;
        height: 1px;
        background-color: #fff;
        opacity: .4;
    }

.header-components {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 4em;
    padding-bottom: 5px;
}

.header-holder .message {
    width: 28em;
    vertical-align: top;
    background-color: transparent;
    height: auto;
}

    .header-holder .message span {
        font-family: sans-serif;
        line-height: 1.2em;
        font-size: 4.13em;
        letter-spacing: 0.03em;
        color: #ffffff;
        font-style: normal;
        text-align: left;
    }

.footer {
    background-color: #404040;
    height: 4.063em;
    padding-top: 1.1em;
    font-family: sans-serif;
    font-size: .78em;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    line-height: 2.95em;
    letter-spacing: 0.03em;
    opacity: 0.8;
    border-top: 0.325em solid #67bfeb;
    margin: 0;
}

.scroll-to-top {
    font-family: Dotmetrics;
    font-size: 3em;
    position: fixed;
    right: -.1em;
    bottom: -.1em;
    cursor: pointer;
    z-index: 5;
    opacity: .2;
}

.fixed-header {
    background-color: #414141;
    height: 3.75em;
    width: 100%;
    position: fixed;
    top: -4em;
    z-index: 100;
    opacity: .95;
}

    .fixed-header .logo {
        position: absolute;
        left: 0em;
        height: .3em;
        overflow-y: hidden;
        padding-top: .03em;
        font-family: Dotmetrics;
        color: #fff;
        font-size: 13em;
    }

.SuccessMessage {
    margin-top: 10px;
    margin-left: 0px;
    color: blue;
}

@media only screen and (max-width : 572px) {
    body {
        font-size: .66em;
    }

    .header-components-logo .line {
        display: none;
    }

    header .header-components-logo {
        width: 28.5em;
    }

    header .logo1 {
        display: none;
    }

    header .logo2 {
        display: inline-block;
        position: absolute;
        left: 0em;
        top: .12em;
        color: #fff;
        font-family: Dotmetrics;
        font-size: 14em;
    }

    select:focus {
        font-size: 16px;
        background: #eee;
    }

    .header-holder .login-button {
        margin-top: 2.1em;
    }

    .fixed-header .logo {
        overflow-x: hidden;
        width: .25em;
        padding-top: .12em;
    }
}