/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input,select{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}

@font-face {
    font-family: 'IVRPowers';
    src: url('ivrpowers-icon-font.eot') format('embedded-opentype'),
    url('ivrpowers-icon-font.woff') format('woff'),
    url('ivrpowers-icon-font.ttf') format('truetype'),
    url('ivrpowers-icon-font.svg') format('svg');
}

@font-face {
    font-family: 'MuseoSansRounded-100';
    src: url('MuseoSansRounded-100.eot');
    src: url('MuseoSansRounded-100.eot?#iefix') format('embedded-opentype'),
    url('MuseoSansRounded-100.woff') format('woff'),
    url('MuseoSansRounded-100.ttf') format('truetype'),
    url('MuseoSansRounded-100.svg#MuseoSansRounded-100') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url('MuseoSansRounded-500.eot');
    src: url('MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),
    url('MuseoSansRounded-500.woff') format('woff'),
    url('MuseoSansRounded-500.ttf') format('truetype'),
    url('MuseoSansRounded-500.svg#MuseoSansRounded-500') format('svg');
    font-weight: 500;
    font-style: normal;
}

.ivrpowers-font {
    font-family: IVRPowers;
}

.ivrpowers-icon:before {
    content: "h"
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #20333a;
    border-color: #e6e6e6 #e6e6e6 #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
}

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
}

.btn-primary, .btn-primary:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

.btn-primary.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    background-color: #20333a;
    border: 1px solid #20333a;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    filter: none;
    background-color: #2d454c;
}

.btn-block {
    width: 100%;
    display: block;
}

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }

body {
    width: 100%;
    height:100%;
    font-family: MuseoSansRounded-500;
    background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(251, 225, 82, 0.1) 10%,rgba(73, 210, 203, 0) 40%),-moz-linear-gradient(top,  rgba(251, 225, 82, 0.1) 0%, rgba(42, 60, 87, 0.1) 100%), -moz-linear-gradient(-45deg,  #fc544c 20%, #20333a 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(251, 225, 82, 0.1) 10%,rgba(73, 210, 203, 0) 40%), -webkit-linear-gradient(top,  rgba(251, 225, 82, 0.1) 0%,rgba(42, 60, 87, 0.1) 100%), -webkit-linear-gradient(-45deg,  #fc544c 20%,#20333a 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(251, 225, 82, 0.1) 10%,rgba(73, 210, 203, 0) 40%), -o-linear-gradient(top,  rgba(251, 225, 82, 0.1) 0%,rgba(42, 60, 87, 0.1) 100%), -o-linear-gradient(-45deg,  #fc544c 20%,#20333a 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(251, 225, 82, 0.1) 10%,rgba(73, 210, 203, 0) 40%), -ms-linear-gradient(top,  rgba(251, 225, 82, 0.1) 0%,rgba(42, 60, 87, 0.1) 100%), -ms-linear-gradient(-45deg,  #fc544c 20%,#20333a 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(251, 225, 82, 0.1) 10%,rgba(73, 210, 203, 0) 40%), linear-gradient(to bottom,  rgba(251, 225, 82, 0.1) 0%,rgba(42, 60, 87, 0.1) 100%), linear-gradient(125deg,  #fc544c 20%,#20333a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    width: 300px;
    height: calc(70% + 60px);
    text-align: center;
}

.login h1 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
    font-family: MuseoSansRounded-100;
    font-size: 25px;
}

.showroom {
    font-family: MuseoSansRounded-500;
}

input {
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.3);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.login .ivrpowers-font {
    color: white;
    font-size: 60px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.error-list {
    list-style: none;
    padding: 0;
}

.logout {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

.logout a {
    color: white;
    text-decoration: none;
}

.logout:hover a {
    color: #fc544c;
    text-decoration: none;
}

footer {
    position: absolute;
    /*bottom: -7%;*/
    transition: all 0.5s ease;
    display: none;
}

@media only screen and (min-width: 768px) and (min-height: 680px) {
    .logout a {
        color: #20333A;
    }

    footer {
        bottom: 7%;
        display: block;
    }

    .login {
    	top: 44%;
    }

    .login .ivrpowers-font {
    	font-size: 70px;
    }

    .login h1 {
    	font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .logout a {
        color: white;
    }
}

.signature > * {
    font-family: MuseoSansRounded-100;
    margin: 10px 0;
    font-size: 17px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.technology {
    width: 100px;
    height: auto;
}

.store {
    margin-top: 20px;
    max-width: 300px;
}

.store img {
    height: 40px;
}