html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, :after, :before {
    box-sizing: border-box;
}
::-moz-selection {
    color: #fff;
    background-color: #00adee;
    text-shadow: none;
}
::selection {
    color: #fff;
    text-shadow: none;
}

@keyframes fadeInOpacity {
    from {opacity: 0;}
    to { opacity: 1;}
}

@keyframes fadeInBlue {
    from { background-color: white; }
    to { background-color: #00adee; }
}

::selection {
    background-color: #00adee;
}

body, html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    animation-name: fadeInBlue;
    animation-duration: 2s;
}

body.fade {
    animation-name: fadeInOpacity;
    animation-duration: 2s;
}

body {
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}
h1 {
    font-size: 50px;
    font-size: 3.125rem;
}
h1, h2 {
    font-weight: 600;
}
h2 {
    font-size: 22px;
    font-size: 1.375rem;
}
p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}
a, a:focus, a:hover, a:visited {
    text-decoration: none;
}
li, ol, ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul>li {
    display: inline-block;
}
a, button {
    -webkit-transition: background-color .3s, border .3s, color .3s, opacity .3s;
    transition: background-color .3s, border .3s, color .3s, opacity .3s;
}
.wrapper {
    z-index: 7;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.center, .wrapper {
    position: relative;
}
.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}
.hidden {
    display: none!important;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}
.invisible {
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: ' '}
.clearfix:after {
    clear: both;
}
body #resetpass .content #form-resetpass .checkbutton, body #resetpass .content #form-resetpass button[type=submit] {
    width: 100%}
body #resetpass .content #form-resetpass .checkbutton label {
    padding: 0;
}
body #resetpass .content #form-resetpass .checkbutton span {
    left: 15px;
}
body #resetpass {
    -webkit-transition: background-color .5s, opacity .5s, z-index 0s 0s;
    transition: background-color .5s, opacity .5s, z-index 0s 0s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
}
body #resetpass.show {
    position: fixed;
    z-index: 10;
    visibility: visible;
    width: 100vw;
    pointer-events: auto;
    opacity: 1;
    background-color: rgba(26, 35, 39, .95);
}
body #resetpass.show.hide {
    opacity: 0;
    background-color: transparent;
}
body #resetpass.show.error {
    background-color: rgba(220, 81, 58, .95);
}
#resetPass-submit.hide {
    opacity: 0;
    animation: 0.5s disappear forwards;
}

#resetPass-alert {
    height: 50px;
}

@keyframes disappear { 0% {opacity: 1;} 99%{ height: 50px;} 100% {opacity: 0; visibility: hidden; height: 0px;}}
@keyframes appear { 0% {opacity: 0;} 100% {opacity: 1;}}

body #resetpass.show.error .alert, body #resetpass.show.error .error {
    color: #fff;
}
body #resetpass .close-modal {
    border-radius: 60px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-indent: -9999em;
    color: transparent;
    border: 1px solid #fff;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5IDJsLTItMi03LjUgNy41TDIgMCAwIDJsNy41IDcuNUwwIDE3bDIgMiA3LjUtNy41TDE3IDE5bDItMi03LjUtNy41Ii8+Cjwvc3ZnPgo=) no-repeat 50%}
body #resetpass .close-modal: hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body #resetpass .content {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    display: table;
    overflow: hidden;
    width: 90%;
    max-width: 400px;
    height: 100%;
    min-height: 600px;
    margin: 0 auto;
    padding: 0;
}
body #resetpass .content .middle-content {
    -webkit-transition: opacity .8s, transform .8s;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
body #resetpass .content .middle-content .header-logo {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
}
body #resetpass .content .middle-content .partners {
    margin: 10px auto 20px;
}
body #resetpass .content .middle-content .partners li {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
body #resetpass .content .middle-content .partners li:nth-child(even) {
    border-left: 1px solid #fff;
}
body #resetpass .content #form-resetpass {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: left;
}
body #resetpass .content #form-resetpass .forget {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #fff;
}
body #resetpass .content #form-resetpass .copyright {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #fff;
}
body #resetpass .content #form-resetpass .has-error {
    border: 1px solid #dc513a!important;
}
body #resetpass .content #form-resetpass .alert {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    color: #00adee;
}

#formAlertReset {
    visibility: hidden;
    opacity: 0;
}

#formAlertReset.show {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    visibility: visible;
    color: #00adee;
    margin-top: -20px;
    animation: 1s ease-out appear forwards;
    animation-delay: 0.5s;
}

body #resetpass .content #form-resetpass #sessionAlert {
    color: #00adee;
}
body #resetpass .content #form-resetpass .checkbutton, body #resetpass .content #form-resetpass button, body #resetpass .content #form-resetpass input {
    border-radius: 3px;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
body #resetpass .content #form-resetpass .form-actions {
    margin: 20px auto;
    text-align: center;
}
body #resetpass .content #form-resetpass .form-actions a {
    margin: 20px auto;
    width:100%;
    font-family: sans-serif;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    position:relative;


}
body #resetpass .content #form-resetpass input[type=email], body #resetpass .content #form-resetpass input[type=text] {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    font-family: sans-serif;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 15px;
    color: #000;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body #resetpass .content #form-resetpass button[type=submit] {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #00adee;
}
body #resetpass .content #form-resetpass button[type=submit] .loader {
    position: absolute;
    top: 17px;
    left: 15px;
    display: none;
    width: 16px;
    height: 16px;
    background: transparent url(data:image/gif;base64,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) no-repeat 50%}
body #resetpass .content #form-resetpass .checkbutton {
    position: relative;
    display: table;
    float: right;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0;
    border: none;
    background-color: #afafaf;
}
body #resetpass .content #form-resetpass .checkbutton label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 8%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
body #resetpass .content #form-resetpass .checkbutton span {
    position: absolute;
    top: 16px;
    left: 20%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
}
body #resetpass .content #form-resetpass .checkbutton span:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    border: 3px solid #00adee;
    border-top: none;
    border-right: none;
    background: transparent;
}
body #login .content #form-resetpass .checkbutton {
    position: relative;
    display: table;
    float: right;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0;
    border: none;
    background-color: #afafaf;
}
body #resetpass .content #form-resetpass .checkbutton label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 8%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
body #resetpass .content #form-resetpass .checkbutton span {
    position: absolute;
    top: 16px;
    left: 20%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
}
body #resetpass .content #form-resetpass .checkbutton span:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    border: 3px solid #00adee;
    border-top: none;
    border-right: none;
    background: transparent;
}
body #resetpass .content #form-resetpass .checkbutton span:hover:after {
    opacity: .3;
}
body #resetpass .content #form-resetpass .checkbutton input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}
body #login .content #form-login .checkbutton input[type=checkbox]:checked+span:after {
    opacity: 1;
}
body #login .content #form-login ::-webkit-input-placeholder {
    color: #444;
}
body #login .content #form-login input[type=password]:focus, body #login .content #form-login input[type=text]:focus {
    border: 1px solid #00adee;
    outline: none;
}
body #login .content #form-login button:disabled, body #login .content #form-login button[disabled], body #login .content #form-login button[type=submit]:disabled, body #login .content #form-login button[type=submit][disabled], body #login .content #form-login button[type=submit][disabled]:hover {
    cursor: default;
    opacity: .6;
    outline: none;
    background-color: #00adee;
}
body #login .content #form-login button[type=submit]:focus, body #login .content #form-login button[type=submit]:hover {
    outline: none;
    background-color: #1599ed;
}
body #login {
    -webkit-transition: background-color .5s, opacity .5s, z-index 0s 0s;
    transition: background-color .5s, opacity .5s, z-index 0s 0s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
}
body #login.show {
    position: fixed;
    z-index: 10;
    visibility: visible;
    width: 100vw;
    pointer-events: auto;
    opacity: 1;
    background-color: rgba(26, 35, 39, .95);
}
body #login.show.hide {
    opacity: 0;
    background-color: transparent;
}
body #login.show.error {
    background-color: rgba(220, 81, 58, .95);
}
body #login.show.error .alert, body #login.show.error .error {
    color: #fff;
}
body #login .close-modal {
    border-radius: 60px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-indent: -9999em;
    color: transparent;
    border: 1px solid #fff;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5IDJsLTItMi03LjUgNy41TDIgMCAwIDJsNy41IDcuNUwwIDE3bDIgMiA3LjUtNy41TDE3IDE5bDItMi03LjUtNy41Ii8+Cjwvc3ZnPgo=) no-repeat 50%}
body #login .close-modal: hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body #login .content {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    display: table;
    overflow: hidden;
    width: 90%;
    max-width: 400px;
    height: 100%;
    min-height: 600px;
    margin: 0 auto;
    padding: 0;
}
body #login .content, body #login .content .middle-content {
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: relative;
    text-align: center;
}
body #login .content .middle-content {
    -webkit-transition: opacity .8s, transform .8s;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
body #login .content .middle-content .header-logo {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
}
body #login .content .middle-content .partners {
    margin: 10px auto 20px;
}
body #login .content .middle-content .partners li {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
body #login .content .middle-content .partners li:nth-child(even) {
    border-left: 1px solid #fff;
}
body #login .content #form-login {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: left;
}
body #login .content #form-login .forget {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #fff;
}
body #login .content #form-login .copyright {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #fff;
}
body #login .content #form-login .has-error {
    border: 1px solid #dc513a!important;
}
body #login .content #form-login .alert {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    color: #dc513a;
}
body #login .content #form-login #sessionAlert {
    color: #00adee;
}

body #login .content #form-login .checkbutton, body #login .content #form-login button, body #login .content #form-login input {
    border-radius: 3px;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}

body #login .content #form-login .form-actions {
     margin: 20px auto;
    text-align: center;
}

body #login .content #form-login .resetpass-link {
    text-align: center;
}

body #login .content #form-login .resetpass-link a {
    color: #fff;
}

body #login .content #form-login input[type=password], body #login .content #form-login input[type=text] {
    font-size: 15px;
    font-family: sans-serif;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 15px;
    color: #000;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body #login .content #form-login button[type=submit] {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #00adee;
}
body #login .content #form-login button[type=submit] .loader {
    position: absolute;
    top: 17px;
    left: 15px;
    display: none;
    width: 16px;
    height: 16px;
    background: transparent url(data:image/gif;base64,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) no-repeat 50%}
body #login .content #form-login .checkbutton {
    position: relative;
    display: table;
    float: right;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0;
    border: none;
    background-color: #afafaf;
}
body #login .content #form-login .checkbutton label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 8%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
body #login .content #form-login .checkbutton span {
    position: absolute;
    top: 16px;
    left: 20%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
}
body #login .content #form-login .checkbutton span:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    border: 3px solid #00adee;
    border-top: none;
    border-right: none;
    background: transparent;
}
body #login .content #form-login .checkbutton span:hover:after {
    opacity: .3;
}
body #login .content #form-login .checkbutton input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}
body #login .content #form-login .checkbutton input[type=checkbox]:checked+span:after {
    opacity: 1;
}
body #login .content #form-login ::-webkit-input-placeholder {
    color: #444;
}
body #login .content #form-login input[type=password]:focus, body #login .content #form-login input[type=text]:focus {
    border: 1px solid #00adee;
    outline: none;
}
body #login .content #form-login button:disabled, body #login .content #form-login button[disabled], body #login .content #form-login button[type=submit]:disabled, body #login .content #form-login button[type=submit][disabled], body #login .content #form-login button[type=submit][disabled]:hover {
    cursor: default;
    opacity: .6;
    outline: none;
    background-color: #00adee;
}
body #login .content #form-login button[type=submit]:focus, body #login .content #form-login button[type=submit]:hover {
    outline: none;
    background-color: #1599ed;
}
body #overlay {
    -webkit-transition: background-color .5s, opacity .5s, z-index 0s 0s;
    transition: background-color .5s, opacity .5s, z-index 0s 0s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
}
body #overlay embed, body #overlay iframe, body #overlay object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4em;
}
body #overlay.show {
    position: fixed;
    z-index: 10;
    visibility: visible;
    width: 100vw;
    pointer-events: auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
}
body #overlay.show.hide {
    opacity: 0;
    background-color: transparent;
}
body #overlay .close-modal {
    border-radius: 60px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-indent: -9999em;
    color: transparent;
    background: #00adee url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5IDJsLTItMi03LjUgNy41TDIgMCAwIDJsNy41IDcuNUwwIDE3bDIgMiA3LjUtNy41TDE3IDE5bDItMi03LjUtNy41Ii8+Cjwvc3ZnPgo=) no-repeat 50%};
body #overlay .close-modal: hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.overflow-hidden {
    overflow: hidden;
}
.btn {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    padding: 15px 35px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00adee;
}
.btn.btn-big {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 25px 40px;
}
.btn.btn-rounded {
    border-radius: 45px;
    display: inline-block;
    margin: 40px auto 10px;
}
.btn:hover {
    color: #00adee;
    background-color: #fff;
}
body>header {
    -webkit-transition: opacity .3s, background-color .3s, height .3s, transform .3s;
    -webkit-transition: opacity .3s, background-color .3s, height .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
body>header.visible-mobile {
    z-index: 8;
    overflow: auto;
}
body>header.visible-mobile #touch-button {
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0;
}
body>header.visible-mobile #touch-button .nav-mobile {
    display: block;
}
body>header.visible-mobile .bubble {
    display: none;
}
body>header.visible-mobile nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
    float: none;
    background-color: transparent;
}
body>header.visible-mobile.open {
    height: 100%;
    background-color: #000;
}
body>header.visible-mobile.open .logo {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
body>header.visible-mobile.open nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: table;
    width: 100%;
    height: 100%;
    background-color: #000;
}
body>header.visible-mobile.open nav ul {
    display: table-cell;
    vertical-align: middle;
}
body>header.visible-mobile.open nav ul li {
    display: block;
    text-align: center;
}
body>header.visible-mobile.open nav ul li a {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding: 0;
}
body>header.visible-mobile.open nav ul li a:before {
    display: none;
}
body>header.visible-mobile.open nav ul li a.active {
    color: #36a4ef;
}
body>header.visible {
    background-color: #000;
}
body>header.visible .logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
body>header.visible .glotel_logo {
    opacity: 0;
}
body>header .glotel_logo {
    position: absolute;
    top: 0;
    left: 50px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
body>header .bubble {
    display: block;
    float: right;
    height: 65px;
}
body>header .bubble a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    margin: 17px 25px 12px 15px;
    padding: 5px 17px;
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
body>header .bubble a:hover {
    color: #00adee;
    background-color: #fff;
}
body>header .logo {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 400;
    -webkit-transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative;
    float: left;
    margin: 0;
    padding: 0 18px;
    opacity: 0;
}
body>header .logo, body>header .logo a, body>header .logo a svg {
    display: inline-block;
}
body>header nav {
    -webkit-transition: opacity .3s, background-color .3s, height .3s, transform .3s;
    -webkit-transition: opacity .3s, background-color .3s, height .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, transform .3s;
    transition: opacity .3s, background-color .3s, height .3s, transform .3s, -webkit-transform .3s;
    float: right;
}
body>header nav ul>li {
    position: relative;
}
body>header nav ul>li>a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    display: inline-block;
    height: 65px;
    padding: 22px 15px;
    color: #fff;
}
body>header nav ul>li>a:before {
    -webkit-transition: top .2s;
    transition: top .2s;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    margin: 0;
    content: ' ';
    background-color: #00adee;
}
body>header nav ul>li:hover>a:before, body>header nav ul>li>a.active:before {
    top: 0;
}
.centered-menu {
    position: absolute;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}
body>header #touch-button {
    display: none;
}
body>header #touch-button .nav-mobile {
    border-radius: 0;
    font-size: 0;
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 25px;
    display: none;
    overflow: hidden;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
body>header #touch-button .nav-mobile:focus {
    outline: none;
}
body>header #touch-button .nav-mobile span {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    display: block;
    height: 3px;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
    background: #fff;
}
body>header #touch-button .nav-mobile span:after, body>header #touch-button .nav-mobile span:before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    background-color: #fff;
}
body>header #touch-button .nav-mobile span:before {
    top: -8px;
    -webkit-transition-property: top, transform;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}
body>header #touch-button .nav-mobile span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, transform;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
body>header #touch-button .nav-mobile.icon-close span {
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s;
    background: hsla(0, 0%, 100%, 0);
}
body>header #touch-button .nav-mobile.icon-close span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body>header #touch-button .nav-mobile.icon-close span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body>header #touch-button .nav-mobile.icon-close span:after, body>header #touch-button .nav-mobile.icon-close span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
body>section {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
}
body>section h1 {
    margin: 10px 0 15px;
}
body>section h1, body>section h2 {
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}
body>section p {
    margin: 0;
    color: #fff;
}
body>section .center-content {
    position: relative;
    z-index: 6;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    display: table;
    width: 90%;
    max-width: 1064px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
body>section .center-content .middle-content {
    display: table-cell;
}
body>section .center-content .left-content, body>section .center-content .middle-content {
    -webkit-transition: opacity .5s, transform .5s;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
body>section .center-content .left-content {
    display: block;
    padding: 80px 0;
}
body>section .center-content .right-content {
    -webkit-transition: opacity .5s, transform .5s;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
body>footer {
    position: relative;
    z-index: 5;
    height: auto;
    min-height: 575px;
    padding: 2.4em 0 1em;
    background-color: #1a2327;
}
body>footer h1 {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
body>footer h2 {
    font-size: 24px;
    font-size: 1.68rem;
    font-weight: 400;
    margin: 0;
    padding-left: 0px;
    color: #6a7b81;
}
body>footer #form{
    position: relative;
}

body>footer #phone {
    margin-top: 25px;
}
body>footer #email {
    margin-top: 2px;
}
body>footer .input{
    display: block;
    background-color: #343f44;
    width: 100%;
    border:none;
    margin: 10px 0;
    height: 53px;
    padding-left: 60px;
    vertical-align: middle;
    color: #6a7b81;
}
body>footer textarea {
   resize: none;
   padding-top: 15px;
}
body>footer #textArea {
    height: 121px;
}
body>footer #submitButton{
    background-color: #17465b;
}
body>footer #getInTouch {
    margin-bottom: 11px;
}

body>footer .glyphicon{
    position: absolute;
    left:17px;
}
body>footer #glyName{
    top:16px;
}
body>footer #glyMail{
    top:79px;
}
body>footer #glyMsg{
    top:142px;
}
body>footer #glySend{
    position: absolute;
    right: 10px;
    top:273px;
}
body>footer #txtSend {
    position: absolute;
    left:17px;
    top:273px;
}
body>footer h2 a, body>footer h2 span {
    color: #919b9f;
    -webkit-transition: color .3s;
    transition: color .3s;
}
body>footer h2 a:active, body>footer h2 a:focus, body>footer h2 a:hover, body>footer h2 a:link, body>footer h2 a:visited, body>footer h2 a[href^=mailto], body>footer h2 a[href^=tel], body>footer h2 a a, body>footer h2 span:active, body>footer h2 span:focus, body>footer h2 span:hover, body>footer h2 span:link, body>footer h2 span:visited, body>footer h2 span[href^=mailto], body>footer h2 span[href^=tel], body>footer h2 span a {
    color: #fff;
}
body>footer p {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.65;
    color: #6a7b81;
    margin-top: 4px;
}
body>footer .center-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 880px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
body>footer .logos {
    margin-top: 80px;
    background-color: #151d20;
}
body>footer .logos .logo-content {
    text-align: left;
    padding: 15px 0 40px 0;
}
body>footer .logos .logo-content li {
    margin-top: 25px;
}
body>footer .logos .logo-content li + li {
    padding-left: 25px;
}
body>footer .copyright {
    margin-top: 25px;
}
body>footer .copyright .center-content .right-content {
    text-align: right;
}
body>footer .copyright .center-content .right-content li {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
body>footer .copyright .center-content p {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    margin-top: 11px;
}
body>footer .center-content .subscribe #form-subscribe {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}
body>footer .center-content .subscribe #form-subscribe input[type=email] {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 500;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 60px 15px 7px;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #343f44;
    border-left: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body>footer .center-content .subscribe #form-subscribe input[type=email].has-error {
    border-color: #dc513a;
}
body>footer .center-content .subscribe #form-subscribe input[type=email].has-success {
    border-color: #3adc4d;
}
body>footer .center-content .subscribe #form-subscribe.wait input[type=email] {
    border-color: #36a4ef;
}
body>footer .center-content .subscribe #form-subscribe input[type=submit] {
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 1px;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #222b30;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body>footer .center-content .subscribe #form-subscribe input[type=submit]:hover {
    background-color: #59686e;
}
body>footer .center-content .subscribe #form-subscribe ::-webkit-input-placeholder {
    color: #59686e;
}
body>footer .center-content .subscribe #form-subscribe input[type=email]:focus,
body>footer .center-content .subscribe #form-subscribe input[type=submit]:focus {
    outline: none;
}
body>footer .center-content .subscribe p {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    padding-left: 15px;
    text-align: left;
}
body>footer .center-content .subscribe p .error {
    color: #dc513a;
}
body>footer .center-content .subscribe p .load {
    color: #36a4ef;
}
body>footer .center-content .subscribe p .success {
    color: #3adc4d;
}
body>footer .center-content .left-content {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 0%;
}
body>footer .center-content .right-content {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 5.2%;
}
body>footer .center-content .right-content .contacts {
    margin: 60px 0 0;
}
body>footer #footerLine{
    width: 100%;
    height: 0.2px;
    background-color: #919b9f;
    margin-top: 65px;
}

#tour {
    z-index: 1;
    min-height: 600px;
}
#tour .header-logo {
    position: relative;
    top: -50px;
    margin: 0 15px 30px;
    opacity: 0;
}
#tour .header-logo img {
    max-width: 100%}
#tour .background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    pointer-effects: none;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#tour .background-video.fixed {
    position: fixed;
}
#tour .background-video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    pointer-effects: none;
}
#tour .center-content {
    max-width: 900px;
    padding: 65px 20px 0;
}
#tour h1, #tour p {
    position: relative;
    top: -50px;
    opacity: 0;
}
#tour p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}
#tour .btn {
    opacity: 0;
}
#whymetric {
    -webkit-transition: height .3s, min-height .3s, max-height .3s;
    transition: height .3s, min-height .3s, max-height .3s;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(1turn);
    transform: translateZ(0) rotateY(0deg) rotate(1turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    z-index: 2;
    min-height: auto;
    background: #00adee;
}
#whymetric .slider-whymetric {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%}
#whymetric .slider-whymetric .slider-block {
    position: relative;
    display: table;
    width: 100%;
    height: 100%}
#whymetric .slider-whymetric .slider-block li {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: table-cell;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
#whymetric .slider-whymetric .slider-block li h1 {
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 300;
    font-family: GothamThin, sans-serif;
    line-height: .8;
    margin: 0 0 0 -10px;
    letter-spacing: -4px;
    text-transform: none;
}
#whymetric .slider-whymetric .slider-block li h2 {
    margin: 40px auto 15px;
}
#whymetric .slider-whymetric .slider-block li.visible {
    z-index: 2;
}
#whymetric .slider-whymetric .slider-block li.visible .block-content .center-content .left-content h2, #whymetric .slider-whymetric .slider-block li.visible .block-content .center-content .left-content p {
    opacity: 1;
}
#whymetric .slider-whymetric .slider-block li.visible .block-content .center-content .right-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
#whymetric .slider-whymetric .slider-block li .block-content {
    position: relative;
}
#whymetric .slider-whymetric .slider-block li .block-content .center-content .left-content {
    padding: 80px 0 40px;
}
#whymetric .slider-whymetric .slider-block li .block-content .center-content .left-content h2, #whymetric .slider-whymetric .slider-block li .block-content .center-content .left-content p {
    -webkit-transition: opacity .5s, transform .8s;
    -webkit-transition: opacity .5s, -webkit-transform .8s;
    transition: opacity .5s, -webkit-transform .8s;
    transition: opacity .5s, transform .8s;
    transition: opacity .5s, transform .8s, -webkit-transform .8s;
    opacity: 0;
}
#whymetric .slider-whymetric .slider-block li .block-content .center-content .right-content {
    display: none;
}
#whymetric .slider-whymetric .slider-nav {
    position: absolute;
    z-index: 11;
    right: 0;
    left: 0;
    display: block;
}
#whymetric .slider-whymetric .slider-nav li {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
}
#whymetric .slider-whymetric .slider-nav li a {
    border-radius: 60px;
    display: block;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    text-indent: 101%;
    color: transparent;
    border: 2px solid #fff;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyNiI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEyLjYgMjUuNWMtLjMgMC0uNi0uMS0uOC0uM0wuNCAxMy44Yy0uNC0uNS0uNC0xLjEgMC0xLjZMMTEuOC44Yy4zLS40IDEtLjUgMS40LS4ybC4yLjJjLjQuNC40IDEuMSAwIDEuNkwyLjkgMTNsMTAuNSAxMC41Yy40LjMuNSAxIC4yIDEuNGwtLjIuMmMtLjEuMy0uNC41LS44LjR6Ii8+Cjwvc3ZnPg==) 19px 16px no-repeat;
}
.no-touch #whymetric .slider-whymetric .slider-nav li a: hover {
    border: 2px solid #fff;
}
#whymetric .slider-whymetric .slider-nav li:last-of-type {
    margin-left: 70px;
}
#whymetric .slider-whymetric .slider-nav li:last-of-type a {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#features {
    z-index: 3;
    height: auto;
}
#features .fixed-background {
    position: relative;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center 50%;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: 1000;
    pointer-effects: none;
}
#features .fixed-background:after {
    clear: both;
    content: "";
    display: table;
}
#features .fixed-background h1 {
    font-family: GothamThin, sans-serif;
    line-height: .8;
    margin: 30px auto;
    text-align: center;
    letter-spacing: -4px;
    text-transform: none;
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 300;
}
#features .fixed-background p {
    padding: 0 20px;
    text-align: center;
}
#features .fixed-background .content:after {
    display: block;
    width: 100%;
    margin: 2em auto 0;
    padding: 25% 0;
    content: ' ';
    border-bottom: 1px solid #fff;
}
#features .fixed-background.img-1 {
    background-image: url(../contents/feature-frame-1_mob.jpg);
}
#features .fixed-background.img-1 .content:after {
    background: url(../contents/feature-frame-1_mob.png) no-repeat;
    background-size: 100% auto;
}
#features .fixed-background.img-2 {
    background-image: url(../contents/feature-frame-2_mob.jpg);
}
#features .fixed-background.img-2 .content:after {
    background: url(../contents/feature-frame-2_mob.png) no-repeat;
    background-size: 100% auto;
}
#features .fixed-background.img-3 {
    background-image: url(../contents/feature-frame-3_mob.jpg);
}
#features .fixed-background.img-3 .content:after {
    background: url(../contents/feature-frame-3_mob.png) no-repeat;
    background-size: 100% auto;
}
#features .fixed-background.img-4 {
    background-image: url(../contents/feature-frame-4_mob.jpg);
}
#features .fixed-background.img-4 .content:after {
    background: url(../contents/feature-frame-4_mob.png) no-repeat;
    background-size: 100% auto;
}
#features ol.slider-bullets {
    position: fixed;
    z-index: 2;
    top: 50%;
    right: 2%;
    bottom: auto;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
#features ol.slider-bullets>li {
    display: block;
    margin-bottom: 7px;
}
#features ol.slider-bullets>li a {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 12px;
}
#features ol.slider-bullets>li.selected a, #features ol.slider-bullets>li a:hover, #result {
    background-color: #fff;
}
#result {
    z-index: 4;
    height: auto;
    max-height: none;
    padding: 0;
}
#result h1 {
    font-family: GothamThin, sans-serif;
    line-height: .8;
    margin: 30px 0;
    letter-spacing: -4px;
    text-transform: none;
    color: #00adee;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 300;
}
#result ul.result-content {
    display: inline-block;
}
#result ul.result-content li {
    display: block;
    float: none;
    min-width: 188px;
    margin: 20px 0;
    opacity: 0;
}
#result ul.result-content li:nth-child(even) {
    display: none;
}
#result ul.result-content li .icon {
    display: inline-block;
    padding: 30px;
    border: 1px solid #00adee;
    border-radius: 250px;
    background-color: #fff;
}
#result ul.result-content li h3 {
    margin: 0;
    color: #36a4ef;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 600;
}
#result ul.result-content li p {
    font-weight: 400;
    text-transform: uppercase;
    color: #36a4ef;
}
@font-face {
    font-family: GothamThin;
    font-style: normal!important;
    font-weight: normal 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url(../fonts/Gotham/GothamThin.eot);
    src: url(../fonts/Gotham/GothamThin.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham/GothamThin.woff2) format("woff2"), url(../fonts/Gotham/GothamThin.woff) format("woff"), url(../fonts/Gotham/GothamThin.ttf) format("truetype"), url(../fonts/Gotham/GothamThin.svg#GothamThin) format("svg");
    undefined: undefined;
}
@media (min-aspect-ratio:16/9) {
    #tour .background-video>video {
    top: -100%;
    height: 300%}
}@media (max-aspect-ratio:16/9) {
    #tour .background-video>video {
    left: -100%;
    width: 300%}
}@media only screen and (min-width:768px) {
    body>section .center-content .left-content {
    display: table-cell;
    width: 54%;
    padding: 0;
    text-align: left;
}
body>section .center-content .right-content {
    display: table-cell;
    width: 46%;
    text-align: left;
}
#whymetric .slider-whymetric .slider-block li h1 {
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 300;
}
#whymetric .slider-whymetric .slider-block li .block-content .center-content .right-content {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: relative;
    display: block;
    opacity: 0;
}
#whymetric .slider-whymetric .slider-block li .block-content .center-content .right-content .slider-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#features.run .fixed-background {
    background-attachment: fixed;
}
#features.run .fixed-background.img-1 {
    background-attachment: scroll;
    background-position: center 53%}
#features.run .fixed-background.is-visible.img-1 {
    background-attachment: fixed;
    background-position: center 50%}
#features.run .fixed-background.is-visible.img-4 {
    background-attachment: scroll;
    background-position: center 54%}
#features .fixed-background {
    padding: 3em 5% 0;
    background-attachment: fixed;
}
#features .fixed-background h1 {
    margin: 0 0 30px -10px;
    text-align: left;
    font-size: 90px;
    font-size: 5.625rem;
    font-weight: 300;
}
#features .fixed-background p {
    padding: 0;
    text-align: left;
}
#features .fixed-background .content {
    position: absolute;
    left: 51%;
    width: 38%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#features .fixed-background .content:after {
    display: none!important;
}
#features .fixed-background.img-1 {
    background-image: url(../contents/feature-frame-1.jpg);
}
#features .fixed-background.img-2 {
    background-image: url(../contents/feature-frame-2.jpg);
}
#features .fixed-background.img-3 {
    background-image: url(../contents/feature-frame-3.jpg);
}
#features .fixed-background.img-4 {
    background-image: url(../contents/feature-frame-4.jpg);
}
#result {
    height: 100%;
    padding: 4em 0 6em;
}
#result h1 {
    margin: 30px 0 80px;
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 300;
}
#result ul.result-content li {
    min-width: 150px;
    display: inline-block;
    float: left;
    margin: 0;
}
#result ul.result-content li h3 {
    margin: 0;
    color: #36a4ef;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;
}
#result ul.result-content li:nth-child(even) {
    display: inline-block;
    position: relative;
    top: 60px;
    min-width: 100px;
}
#result ul.result-content li:nth-child(even) .icon {
    padding: 10px;
    border: 1px solid rgba(0, 173, 238, .4);
}
#result ul.result-content li:nth-child(even):after, #result ul.result-content li:nth-child(even):before {
    display: inline-block;
    width: 20px;
    height: auto;
    content: '';
    border-bottom: 1px dashed #00adee;
}
}@media only screen and (min-width:1170px) {
    #features .fixed-background .content {
    max-width: 600px;
}
#features .fixed-background h1 {
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 300;
}
#result ul.result-content li {
    min-width: 188px;
}
#result ul.result-content li h3 {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 600;
}
#result ul.result-content li:nth-child(even):after, #result ul.result-content li:nth-child(even):before {
    width: 60px;
}
}@media only screen and (max-width:992px) {
    body #overlay embed, body #overlay iframe, body #overlay object {
    padding: 2em;
}
body #overlay .frame {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    height: 0;
    padding-bottom: 56.25%}
}@media only screen and (max-width:768px) {
    h1 {
    font-size: 32px;
    font-size: 2rem;
}
h1, h2 {
    font-weight: 600;
}
h2 {
    font-size: 18px;
    font-size: 1.125rem;
}
body #login .content #form-login .checkbutton, body #login .content #form-login button[type=submit] {
    width: 100%}
body #login .content #form-login .checkbutton label {
    padding: 0;
}
body #login .content #form-login .checkbutton span {
    left: 15px;
}
body>header .bubble, body>header nav {
    display: none;
}
body>footer h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding-left: 0;
}
body>footer .center-content {
    padding: 0 30px;
}
body>footer .logos .center-content .logo-content,
body>footer .copyright .center-content .right-content {
    text-align: center;
}
body>footer .center-content .subscribe #form-subscribe input[type=email] {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 30px 15px 7px;
}
body>footer .center-content .subscribe #form-subscribe input[type=submit] {
    width: 40px;
    height: 40px;
}
body>footer .center-content .left-content,
body>footer .center-content .right-content {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}
body>footer .center-content .right-content .contacts {
    margin: 0;
}
body>footer #submitButton{
    text-indent: -230px;
}
#tour .background-video {
    width: 100vw;
    height: 100vh;
    background: url(../contents/METRIC_header.jpg) no-repeat top;
    background-size: cover;
    -webkit-transition: height 1s, background 1s;
    transition: height 1s, background 1s;
}
#tour .background-video>video {
    display: none;
}
#tour p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}
#features ol.slider-bullets {
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    display: none;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#features ol.slider-bullets li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}
.btn.btn-big {
      font-size: 24px;
      font-size: 5vmin;
      font-weight: 600;
      padding: 25px 40px
}
}@media print {
    *, : after, :before {
    color: #000!important;
    background: transparent!important;
    box-shadow: none!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^='#']:after, a[href^='javascript:']:after {
    content: ''}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
.logo-small{
    margin-left: 8px;
}

.fa-eye {
    background: url(../images/eye-no-stroke.svg) no-repeat;
    background-size: 40px 40px;

}

.fa-eye-slash {
    background: url(../images/eye-stroke.svg) no-repeat;
    background-size: 40px 40px;
}

.field-icon {
    float: right;
    display: block;
    position: absolute;
    margin-top: -55px;
    margin-left: 360px;
    z-index: 1000;
    height: 40px;
    width: 40px;
}
