/** ********************************************************************************************************************
 * = VARIABLES
 ** */
@font-face {
    font-family: 'Montserrat';
    src: url("../font/montserrat-hairline.eot");
    /* IE9 Compat Modes */
    src: url("../font/montserrat-hairline.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-hairline.woff2") format("woff2"), url("../font/montserrat-hairline.woff") format("woff"), url("../font/montserrat-hairline.ttf") format("truetype"), url("../font/montserrat-hairline.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 200;
    font-style: normal; }
@font-face {
    font-family: 'Montserrat';
    src: url("../font/montserrat-light.eot");
    /* IE9 Compat Modes */
    src: url("../font/montserrat-light.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-light.woff2") format("woff2"), url("../font/montserrat-light.woff") format("woff"), url("../font/montserrat-light.ttf") format("truetype"), url("../font/montserrat-light.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 300;
    font-style: normal; }
@font-face {
    font-family: 'Montserrat';
    src: url("../font/montserrat-regular.eot");
    /* IE9 Compat Modes */
    src: url("../font/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-regular.woff2") format("woff2"), url("../font/montserrat-regular.woff") format("woff"), url("../font/montserrat-regular.ttf") format("truetype"), url("../font/montserrat-regular.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: 'Montserrat';
    src: url("../font/montserrat-bold.eot");
    /* IE9 Compat Modes */
    src: url("../font/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-bold.woff2") format("woff2"), url("../font/montserrat-bold.woff") format("woff"), url("../font/montserrat-bold.ttf") format("truetype"), url("../font/montserrat-bold.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 700;
    font-style: normal; }
@font-face {
    font-family: 'gotham_probold';
    src: url("../font/gothaprobol-webfont.eot");
    src: url("../font/gothaprobol-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gothaprobol-webfont.woff2") format("woff2"), url("../font/gothaprobol-webfont.woff") format("woff"), url("../font/gothaprobol-webfont.ttf") format("truetype"), url("../font/gothaprobol-webfont.svg#gotham_probold") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'gotham_promedium';
    src: url("../font/gothapromed-webfont.eot");
    src: url("../font/gothapromed-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gothapromed-webfont.woff2") format("woff2"), url("../font/gothapromed-webfont.woff") format("woff"), url("../font/gothapromed-webfont.ttf") format("truetype"), url("../font/gothapromed-webfont.svg#gotham_promedium") format("svg");
    font-weight: normal;
    font-style: normal; }
/** ********************************************************************************************************************
 * = NORMALIZE
 ** */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    /*font-size: 16px;
    line-height: 1.6;*/
}

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 {
    /*-moz-box-sizing:content-box;*/
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code, kbd, pre, samp {
    font-family: monospace,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;
    /*-moz-box-sizing:content-box;-webkit-box-sizing:content-box;*/
    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; }

/** ********************************************************************************************************************
 * = BASE
 ** */
* {
    -webkit-tap-highlight-color: transparent; }

html, body {
    height: 100%; }

body {
    background-color: #f6f6f6;
    color: #828282;
    font-family: 'gotham_promedium', 'Montserrat', sans-serif; }

/** ********************************************************************************************************************
 * = TOP NAVIGATION
 ** */
#navigation-main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2005;
    height: 50px;
    background: #b7e0d4; }
#navigation-main .nav-inner {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 0 1em; }
#navigation-main .menu-gate {
    float: right;
    border: 0;
    background: none; }
#navigation-main .menu-gate img {
    display: inline-block;
    height: 26px;
    padding: 12px 0; }

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 24px;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 11px;
  margin-left: 5px;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #AEE0D4;
  border-radius: inherit;
  font-weight: 700;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.3em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #343434;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #343434;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #ffffff;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-input:checked ~ .switch-handle {
  background: #AEE0D4;
}

.switch-input:checked ~ .switch-handle {
  left: 38px;
}

.bulb {
  display: none;
  top: 13px;
  left: 5px;
  position: relative;
}

.bulb--visible {
  display: inline-block;
}

.slider {
  -webkit-appearance: none;
  height: 2px;
  width: 60px;
  margin-top: 24px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.slider:focus {
  outline: none;
}

::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 26px;
  cursor: pointer;
  background: url('../img/slider.svg');
  top: -2px;
  position: relative;
  border: none;
}

::-moz-range-thumb {
  -moz-appearance: none;
  width: 18px;
  height: 26px;
  cursor: pointer;
  background: url('../img/slider.svg');
  top: -2px;
  position: relative;
  border: none;
}

.nav-inner img {
    padding: 12px 5px;
    display: inline-block;
    height: 26px;
}

.label{
    margin: 18px 0px;
    color: #fff;
    display: inline-block;
    position: fixed;
}

.slider-label {
  color: #fff;
  top: 5px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}




#logo-main {
    display: inline-block; }
#logo-main img {
    display: inline-block;
    height: 40px;
    padding: 5px 0; }

/** ********************************************************************************************************************
 * = CONTENT
 ** */
main {
    /*-webkit-box-sizing: border-box;
      added
    */
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* */
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 50;

    width: 100%;
    max-width: 600px;
    padding: 50px 1em 0;
    text-align: center;
    overflow: auto; }
main h2 {
    padding: 0.75em 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5em;
    letter-spacing: -1px; }
main h2.welcome-msg {
    padding: 0.75em 0 2em; }
main p {
    margin: 0 0 0.5em;
    font-size: 3vh; }
main p.intro {
    margin-bottom: 1.5em; }
main p img {
    height: 12vh; }
main p img.medium {
    height: 12vh; }
main p img.logo-spacing-top {
    padding-top: 1.5em; }
@media (max-width: 480px) {
    main h2 {
        font-size: 1.875em; } }
@media (max-width: 320px) {
    main h2 {
        font-size: 1.75em; } }
main .languages {
    padding: 0;
    margin: 1em 0;
    list-style: none;
    font-size: 1.5em; }
main .languages li {
    padding: 0.25em 0; }
main .languages li a {
    display: inline-block;
    position: relative;
    font-weight: 400; }
main .languages li a:hover:after, main .languages li a.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 30px;
    background-image: url(../img/icon-drop.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%; }
@media screen and (min-height: 660px) {
    main .languages li a:hover:after, main .languages li a.active:after {
        width: 50px; } }
main .button-row {
    margin: 0 -0.5em; }
main .button-row .half {
    float: left;
    width: 50%; }
main .button-row .half .button {
    margin: 0 0.5em 0 0.5em; }
main .button {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    display: block;
    padding: 0.675em;
    margin: 0 0 0.75em;
    border: 0;
    border-radius: 5px;
    background: #b7e0d4;
    color: #828282;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none; }
main .button:focus {
    outline: 0; }
main form fieldset {
    margin: 1em 0;
    padding: 0;
    border: 0; }
main form fieldset.error-message {
    margin-top: -0.5em;
    margin-bottom: 1em;
    color: #d80909; }
main form input {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 13px 12px 11px 12px;
    /*height: 40px;*/
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 0.75em;
    border: 0;
    border-radius: 5px;
    background: #b7e0d4; }

main form select {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 13px 12px 11px 12px;
    /*height: 40px;*/
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 0.75em;
    border: 0;
    border-radius: 5px;
    background: #b7e0d4; }

main form input:focus {
    outline: 0; }
main form .passwords:after {
    content: "";
    display: table;
    clear: both; }
main form .passwords input {
    float: left;
    width: 48.75%; }
main form .passwords input:first-child {
    margin-right: 1.25%; }
main form .passwords input:last-child {
    margin-left: 1.25%; }
main form .cta {
    padding-top: 1em; }
main form .cta.items-3 button {
    box-sizing: border-box;
    width: 33.33333333%;
    float: left;
    font-size: 0.9em; }
main form button {
    display: inline-block;
    padding: 0 0.75em;
    border: 0;
    background: none;
    color: #828282;
    font-size: 1.125em; }
main form button img {
    width: 35px;
    height: 50px; }
main form.signup .cta {
    padding: 0; }
main .create-account {
    font-size: 2.5vh; }
main .create-account h2 {
    font-size: 2.125em; }
main .create-account form input {
    font-size: 1em; }

::-webkit-input-placeholder {
    color: #828282; }

:-moz-placeholder {
    /* Firefox 18- */
    color: #828282; }

::-moz-placeholder {
    /* Firefox 19+ */
    color: #828282; }

:-ms-input-placeholder {
    color: #828282; }

.logo-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #f6f6f6; }
.logo-overlay img {
    -ms-transform: translate(-50%, -50%);
    /*added  */
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media all and (min-width:0px) and (max-width: 641px) {
  .overlay {
    font-size:small;
  }
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2010;
    background: rgba(0, 0, 0, 0.5); }
.overlay .content {
    -ms-transform: translateX(-50%);
    /* added*/
    -webkit-transform: translateX(-50%);
    position: fixed;
    top: 1em;
    bottom: 1em;
    left: 50%;
    z-index: 200;
    width: 100%;
    max-width: 600px;
    padding: 2em;
    transform: translateX(-50%);
    background: #f6f6f6;
    text-align: center;
    overflow: auto; }

.overlay .payment {
    top: 50%;
    height: 16em;
    margin-top: -14em;
    background: #b7e0d4;
}
.overlay .content h2 {
    margin-top: 0; }
.overlay .content .button {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #444;
    border-radius: 1em;
    color: #444;
    line-height: 1.25em;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold; }
.overlay .content .button:hover, .overlay .content .button:focus {
    background: #444;
    color: #f6f6f6; }
.overlay .content .button img {
    height: 1em;
    padding-right: 0.5em; }
.overlay .content .content-inner {
    -ms-transform: translateY(-50%);
    /* added */
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2em;
    right: 2em; }
.overlay .content .close-overlay {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    height: 1.25em;
    padding: 0.5em;
    border: 1px solid #444;
    border-radius: 1em;
    line-height: 1.25em;
    font-weight: bold;
    cursor: pointer; }
.overlay .content .close-overlay:hover, .overlay .content .close-overlay:focus {
    background: #444;
    color: #f6f6f6; }
.overlay.alert .content {
    background: #d61d1d;
    color: #f6f6f6; }
.overlay.alert .content .button {
    border-color: #f6f6f6;
    color: #f6f6f6; }
.overlay.alert .content .button:hover, .overlay.alert .content .button:focus {
    background: #f6f6f6;
    color: #d61d1d; }
.overlay.alert .content .close-overlay {
    border-color: #f6f6f6;
    color: #f6f6f6; }
.overlay.alert .content .close-overlay:hover, .overlay.alert .content .close-overlay:focus {
    background: #f6f6f6;
    color: #d61d1d; }
.overlay .freeyear {
    top: 50%;
    height: auto;
    bottom: auto;
    margin-top: -16em;
    background: #f6f6f6;
    padding: 0.5em;
}
.overlay .freeyear .button {
    display: inline-block;
    padding: 0.5em 1em;
    color: #828282;
    background: #b7e0d4;
    border: none;
    line-height: 1.25em;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold; }

.overlay .sim{
    margin-top: -10em;
}
@media (max-width: 600px) {
    .overlay .content {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        left: 1em;
        right: 1em;
        width: auto; } }


.product-info {
  margin: 1em 0 0.5em;
}

/* Braintree Custom CSS */

.braintree-toggle:hover {
    background: #b7e0d4;
    font-weight: 400;
}

[data-braintree-id="toggle"] {
    background: #b7e0d4;
    padding: 0.675em;
    margin: 0 0 0.75em;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'gotham_promedium', 'Montserrat', sans-serif;
    line-height: normal !important;
    color: #828282;
    border-bottom: none;
    font-size: 16px;
}

[data-braintree-id="toggle"] span {

    border-bottom: none;

}


/** ********************************************************************************************************************
 * = FOOTER
 ** */
#footer-main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100; }

.footer-navigation {
    height: 25px;
    padding: 25px 0;
    margin: 0;
    text-align: center; }
.footer-navigation li {
    display: inline-block; }
.footer-navigation li.active a {
    background: #b7e0d4;
    color: #b7e0d4; }
.footer-navigation a {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border: 1px solid #b7e0d4;
    border-radius: 25px;
    color: #f6f6f6; }
.footer-navigation li:last-child a {
    margin-right: 0; }

/** ********************************************************************************************************************
 * = PLUGINS
 ** */
#huumLoader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: #f6f6f6;

    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    align-items: center;

    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    */
}

.huum-loader-wrapper {
    position: relative;
    z-index: 2000;
    width: 80%;
    margin: 0 auto;
    background: #f6f6f6; }

.huum-loader-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;

}

.huum-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-size: 100% auto; }
.huum-loader .hulo-value-wrap {
    -webkit-transition: all 300ms ease;
    /* added */
    box-sizing: border-box;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border: 1px solid #b7e0d4;
    background: #b7e0d4;
    text-align: center;
    transition: all 300ms ease; }
.huum-loader .hulo-value-wrap .hulo-value {
    -ms-transform: translateY(-50%);
    /*added */
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
.huum-loader .hulo-value-wrap .msg {
    display: block;
    color: #fff; }
.huum-loader .hulo-loader,
.huum-loader .hulo-placeholder {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -23px;
    width: 50%;
    height: 46px;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right; }
.huum-loader .hulo-loader .hulo-handle,
.huum-loader .hulo-placeholder .hulo-handle {
    position: absolute;
    top: -3px;
    left: -7px;
    width: 35px;
    height: 50px;
    background: url(../img/icon-drop-o.png) no-repeat;
    background-size: contain;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
.huum-loader .hulo-loader {
    animation-duration: 13s;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotating;
    -webkit-animation-timing-function: linear;
    /*animation-duration:7s;*/
    animation-name: rotating;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
.huum-loader .hulo-placeholder {
    opacity: 0.5; }
.huum-loader .hulo-placeholder .hulo-handle {
    opacity: 0.5em; }

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg); }
    6.25% {
        -webkit-transform: rotate(22.5deg); }
    12.5% {
        -webkit-transform: rotate(45deg); }
    18.75% {
        -webkit-transform: rotate(67.5deg); }
    25% {
        -webkit-transform: rotate(90deg); }
    31.25% {
        -webkit-transform: rotate(112.5deg); }
    37.5% {
        -webkit-transform: rotate(135deg); }
    43.75% {
        -webkit-transform: rotate(157.5deg); }
    50% {
        -webkit-transform: rotate(180deg); }
    56.25% {
        -webkit-transform: rotate(202.5deg); }
    62.5% {
        -webkit-transform: rotate(225deg); }
    68.75% {
        -webkit-transform: rotate(247.5deg); }
    75% {
        -webkit-transform: rotate(270deg); }
    81.25% {
        -webkit-transform: rotate(292.5deg); }
    87.5% {
        -webkit-transform: rotate(315deg); }
    93.75% {
        -webkit-transform: rotate(337.5deg); }
    100% {
        -webkit-transform: rotate(360deg); } }
@keyframes rotating {
    0% {
        transform: rotate(0deg); }
    6.25% {
        transform: rotate(22.5deg); }
    12.5% {
        transform: rotate(45deg); }
    18.75% {
        transform: rotate(67.5deg); }
    25% {
        transform: rotate(90deg); }
    31.25% {
        transform: rotate(112.5deg); }
    37.5% {
        transform: rotate(135deg); }
    43.75% {
        transform: rotate(157.5deg); }
    50% {
        transform: rotate(180deg); }
    56.25% {
        transform: rotate(202.5deg); }
    62.5% {
        transform: rotate(225deg); }
    68.75% {
        transform: rotate(247.5deg); }
    75% {
        transform: rotate(270deg); }
    81.25% {
        transform: rotate(292.5deg); }
    87.5% {
        transform: rotate(315deg); }
    93.75% {
        transform: rotate(337.5deg); }
    100% {
        transform: rotate(360deg); } }
.overflow-hidden {
    overflow: hidden; }
.hulo-placeholder.rotate-1 { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.hulo-placeholder.rotate-2 { -webkit-transform: rotate(-22.5deg); transform: rotate(-22.5deg); }
.hulo-placeholder.rotate-3 { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.hulo-placeholder.rotate-4 { -webkit-transform: rotate(-67.5deg); transform: rotate(-67.5deg); }
.hulo-placeholder.rotate-5 { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.hulo-placeholder.rotate-6 { -webkit-transform: rotate(-112.5deg); transform: rotate(-112.5deg); }
.hulo-placeholder.rotate-7 { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.hulo-placeholder.rotate-8 { -webkit-transform: rotate(-157.5deg); transform: rotate(-157.5deg); }
.hulo-placeholder.rotate-9 { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.hulo-placeholder.rotate-10 { -webkit-transform: rotate(-202.5deg); transform: rotate(-202.5deg); }
.hulo-placeholder.rotate-11 { -webkit-transform: rotate(-225deg); transform: rotate(-225deg); }
.hulo-placeholder.rotate-12 { -webkit-transform: rotate(-247.5deg); transform: rotate(-247.5deg); }
.hulo-placeholder.rotate-13 { -webkit-transform: rotate(-270deg); transform: rotate(-270deg); }
.hulo-placeholder.rotate-14 { -webkit-transform: rotate(-292.5deg); transform: rotate(-292.5deg); }
.hulo-placeholder.rotate-15 { -webkit-transform: rotate(-315deg); transform: rotate(-315deg); }
.hulo-placeholder.rotate-16 { -webkit-transform: rotate(-337.5deg); transform: rotate(-337.5deg); }

#huumSlider {
    position: relative;
    /*top: 125px;*/
    /*left: 0;*/
    width: 60%;
    margin: 0 auto;}
#huumSlider:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.huum-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/jcs-background.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto; }
.huum-slider .husl-value-wrap {
    -webkit-transition: all 300ms ease;
    /* added*/
    box-sizing: border-box;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border: 1px solid #b7e0d4;
    background: #b7e0d4;
    text-align: center;
    transition: all 300ms ease;
    cursor: pointer; }
.huum-slider .husl-value-wrap .husl-value {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
.huum-slider .husl-value-wrap .value {
    display: block;
    padding-left: 0.2em;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1; }
.huum-slider .husl-value-wrap .action {
    display: block; }
.huum-slider .husl-value-wrap .status {
    display: block;
    position: relative;
    bottom: -5px;
    min-height: 14px;
    min-width: 1px;
    font-size: 0.75em; }
.huum-slider .husl-value-wrap.not-heating {
    border: 1px solid #b7e0d4;
    background: #b7e0d4;
    color: #828282; }
.huum-slider .husl-value-wrap.is-heating {
    border: 1px solid #ff5a5a;
    background: #ff5a5a;
    color: #f6f6f6; }
.huum-slider .husl-value-wrap.is-holding-temp {
    border: 1px solid #ff5a5a;
    background: #ff5a5a;
    color: #f6f6f6; }
.huum-slider .husl-value-wrap.is-pending {
    border: 1px solid #b7e0d4;
    background: #b7e0d4;
    color: #828282; }
.huum-slider .husl-indicator,
.huum-slider .husl-placeholder {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -23px;
    width: 50%;
    height: 48px;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right; }
.huum-slider .husl-indicator .husl-handle,
.huum-slider .husl-placeholder .husl-handle {
    position: absolute;
    top: -3px;
    left: -20px;
    width: 34px;
    height: 48px;
    background-image: url(../img/icon-drop.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;}
.huum-slider .husl-placeholder .husl-handle {
    background-image: url(../img/icon-drop-o.png); }

.husl-placeholder {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

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

.value-selections {
    /*-webkit-box-sizing: border-box;*/
    z-index: 1000;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    height: 105px;
    padding: 0.5em 0; }
.value-selections.bottom {
    top: auto;
    bottom: 0; }
.value-selections .button {
    margin-top: 7.75%;
    margin-right: 18.75%;
    margin-left: 18.75%;
}
.value-selections h4 {
    margin: 0;
    font-weight: normal;
    font-size: 0.9em; }
.value-selections .selection-row {
    padding: 10px 0; }
.value-selections .selection-row:after {
    content: "";
    display: table;
    clear: both; }
.value-selections .colon {
    float: left;
    width: 15%;
    font-weight: normal;
    font-size: 32px;
    height: 32px;
    /*line-height: 1.5;*/
    padding: 11px 0 7px;
}
.value-selections .value-selection {
    position: relative;
    width: 22.5%;
    float: left; }
.value-selections .value-selection:first-child {
    margin-left: 18.75%; }
.value-selections .value-selection:last-child {
    margin-right: 18.75%; }
.value-selections .value-selection .up {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 45px;
    text-align: center; }
.value-selections .value-selection .up span {
    display: inline-block;
    width: 0;
    height: 0;
    padding-top: 14px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 4px solid #828282; }
.value-selections .value-selection .down {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 45px;
    text-align: center; }
.value-selections .value-selection .down span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    padding-bottom: 14px;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 4px solid #828282; }
.value-selections .value-selection .body {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    padding: 0.125em 0;
    border-radius: 10px;
    background: #b7e0d4;
    height: 48px;
    font-size: 2em;
    overflow: hidden; }
.value-selections .value-selection .body .value {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 8px;
    border: 0;
    background: none;
    color: #828282;
    text-align: center;
    letter-spacing: 8px;
    font-size: 0.95em;
    font-weight: 400; }
.value-selections .value-selection .body .value:focus {
    outline: 0; }
.value-selections .value-selection .body .value[readonly] {
    color: #828282;
    -webkit-text-fill-color: #828282;
    text-fill-color: #828282; }
.value-selections .value-selection .body input::-webkit-outer-spin-button,
.value-selections .value-selection .body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.value-selections .value-selection .drum-wrapper {
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0.125em 0;
    border-radius: 10px;
    background: #b7e0d4;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none; }
.value-selections .value-selection .drum-wrapper .dial {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%; }
.value-selections .value-selection .drum-wrapper .dial div {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border: 0 solid transparent;
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid rgba(255, 255, 255, 0); }
.value-selections .value-selection .drum-wrapper .up {
    top: -6px; }
.value-selections .value-selection .drum-wrapper .down {
    bottom: -6px; }
.value-selections .value-selection .drum-wrapper .up div {
    top: 0;
    border-bottom: 4px solid #828282;
    /*border-bottom:10px solid #828282;*/ }
.value-selections .value-selection .drum-wrapper .down div {
    bottom: 0;
    border-top: 4px solid #828282; }
.value-selections .value-selection .drum-wrapper .inner {
    position: relative;
    top: -91px;
    height: 230px; }
.value-selections .value-selection .drum-wrapper .container {
    position: absolute;
    width: 100%;
    top: 91px;
    left: 0;
    -webkit-perspective: 1100px;
    /*-moz-perspective: 1100px;*/
    -o-perspective: 1100px;
    perspective: 1100px;
    overflow: hidden; }
.value-selections .value-selection .drum {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
.value-selections .value-selection .drum FIGURE {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 12px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 32px;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.value-selections .value-selection .drum-wrapper .container,
.value-selections .value-selection .drum-wrapper FIGURE {
    height: 48px;

}

.helper-active {
    opacity: 1 !important; }

.overlay-helper {
    z-index: 1000;
    position: absolute;
    left:0;
    display: table;

    -webkit-transition:opacity 0.5s;
    opacity:0;
    background:#b7e0d4;
    width:10%;
}

.overlay-helper > DIV {
    font-weight: 900;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    background:#b7e0d4;
    margin-top:auto;
    margin-bottom:auto;
    width:100%;
}
.browser .slider-wrapper {
    /*position:relative;*/
}
.browser .overlay-helper {
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width:100%;
    margin-top: -10px;
}

.browser-container {
    width: 100%;
    min-width: 600px;
    position: absolute;
    top: 50px;
    /*height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: visible;
    */

}

.browser-container-inner {
    position: relative;
    height: 650px;
    width: 600px;
    margin: 0 auto 0 auto;
    /*top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    padding-top: 70px;
}

.browser main p {
    font-size: 18px;
}
.browser main p img {
    height:100px;
}

.width-600 {
    min-width: 600px;
}

html {
    -webkit-user-select: none;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.select-for-ie h4 {
    text-align: center;
}
.select-for-ie .value-selections .colon {
    text-align: center;
}
.select2-container .select2-selection--single {
    height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: center;
    padding: 0 10px;
    font-size: 32px;
    color: #828282;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}
.select2-container--default .select2-selection--single {
    border: none;
    background: #b7e0d4;
    border-radius: 10px;
}