@font-face {
  font-family: 'PlutoSansLight';
  src: url('../fonts/25AB2B_1_0.eot');
  src: url('../fonts/25AB2B_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/25AB2B_1_0.svg') format('svg'), url('../fonts/25AB2B_1_0.woff') format('woff'), url('../fonts/25AB2B_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'PlutoSansMedium';
  src: url('../fonts/25AB2B_2_0.eot');
  src: url('../fonts/25AB2B_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/25AB2B_2_0.svg') format('svg'), url('../fonts/25AB2B_2_0.woff') format('woff'), url('../fonts/25AB2B_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'PlutoSansBold';
  src: url('../fonts/25AB2B_0_0.eot');
  src: url('../fonts/25AB2B_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/25AB2B_0_0.svg') format('svg'), url('../fonts/25AB2B_0_0.woff') format('woff'), url('../fonts/25AB2B_0_0.ttf') format('truetype');
}
/*----------------------------------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
/* less file made via php storm */
.drop-shadow {
  width: 250px;
  text-align: center;
  padding: 30px 0;
  font: bold 18px Helvetica;
  margin: 2em 10px 4em;
  float: left;
}
.lifted {
  position: relative;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.lifted:before,
.lifted:after {
  bottom: 10px;
  left: 15px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 15px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.curled {
  position: relative;
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
.curled:before,
.curled:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.perspective {
  position: relative;
}
.perspective:before,
.perspective:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.curved {
  position: relative;
}
.curved:before,
.curved:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 0px / 100px;
  border-radius: 0px / 100px;
}
.curved-vt-2:before {
  right: 0;
}
.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar {
    display: block;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
table {
  max-width: 100%;
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dadada;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dadada;
}
.table .table {
  background-color: #ffffff;
}
.table-bordered {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f68b1f;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f27e0a;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dadada;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*** icon font style ***/
@font-face {
  font-family: 'iinet';
  src: url('../icon-fonts/iinet.eot');
  src: url('../icon-fonts/iinet.eot?#iefix') format('embedded-opentype'), url('../icon-fonts/iinet.svg') format('svg'), url('../icon-fonts/iinet.woff') format('woff'), url('../icon-fonts/iinet.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'iinet';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  display: inline-block;
  /*padding: 8px 12px*/
  background: #808080;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  *border: 0;
  color: #ffffff;
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #faa61a;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65;
  filter: alpha(opacity=6500);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover > span,
.btn:focus > span,
.btn.btn-point.btn-primary:hover > span,
.btn.btn-point.btn-primary:focus > span {
  background: #f68b1f;
}
.btn span:after {
  font-family: 'iinet';
  content: "\e001";
  font-size: 15px;
  /*15*/
  line-height: 15px;
  position: relative;
  top: 10px;
}
.btn.btn-large span:after {
  font-size: 25px;
  line-height: 15px;
  top: 15px;
}
.btn > span {
  display: inline-block;
  position: absolute;
  text-align: center;
  background: #777777;
}
.btn.btn-point.btn-primary > span {
  background: #c92028;
}
.btn.btn-point > span {
  height: 100%;
  top: 0;
  right: 0;
  width: 32px;
}
.btn-large.btn-point > span {
  width: 49px;
}
.btn {
  /* background-position: right top;
    background-repeat: no-repeat;
    border: medium none;
    color: @white;
    cursor: pointer;
    display: inline-block;
    font-family: @PlutoMedium;
    font-size: 16px;
    line-height: 1em;*/
  margin-bottom: 8px;
  /*jess- was 0 */
  margin-top: 6px;
  /*jess - this was 15px;*/
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0!important;
}
.btn.btn-point {
  padding-right: 60px;
}
.btn.btn-large {
  padding: 15px 19px;
}
.btn.btn-point.btn-large {
  padding-right: 70px;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  font-weight: normal;
}
.btn-long {
  padding-right: 100px!important;
}
.btn-small {
  padding: 10px 20px;
  font-size: 10.2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background: #d21f2a;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0090ab;
}
.btn-link:hover,
.btn-link:focus {
  color: #00505e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #eeeeee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #eeeeee;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #0090ab;
}
.nav > li > a > img {
  max-width: none;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #eeeeee;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.nav-tabs {
  border-bottom: 3px solid #f68b1f;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  line-height: 1em;
  margin-right: 2px;
  border: 1px solid #eeeeee;
  border-bottom: none;
  border-radius: 0;
  background-color: #ffffff;
}
.nav-tabs > li > a:hover {
  border-color: #dadada;
}
.nav-tabs > li.active a {
  border-color: #f68b1f;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #ffffff;
  background-color: #f68b1f;
  cursor: default;
}
.nav-tabs.tab-grey {
  border-bottom: 1px solid #eeeeee;
}
.nav-tabs.tab-grey a {
  color: #000000;
  background-color: #eeeeee;
}
.nav-tabs.tab-grey .active a {
  color: #000000;
  background-color: #ffffff;
  border-color: #eeeeee;
  border-bottom-color: transparent;
}
.nav-tabs.tab-grey .active a,
.nav-tabs.tab-grey .active a:hover,
.nav-tabs.tab-grey .active a:focus {
  color: #000000;
  background-color: #ffffff;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #eeeeee;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #555555;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
label {
  font-weight: normal;
  margin: 0;
}
fieldset {
  padding: 1em;
  margin: 0;
  border: none;
  background-color: #fff;
}
input[type="radio"] + label {
  display: inline-block;
  height: 20px;
  padding: 0 0 0 25px;
  vertical-align: middle;
}
input[type="radio"]:checked + label {
  background-position: 0 -193px;
}
input[type="radio"] + label {
  background-position: 0 -129px;
}
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
}
input[type="checkbox"] + label {
  background-position: 0 0px;
}
input[type="checkbox"]:checked + label {
  background-position: 0 -64px;
}
input[type="checkbox"] + label {
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
}
p label:first-child abbr {
  border: none;
  color: #0090ab;
}
.field label:first-child {
  display: inline-block;
  vertical-align: middle;
}
::-webkit-validation-bubble-message {
  display: none;
}
.textInputBg {
  box-shadow: inset 0px 7px 11px -17px #323232;
  -webkit-box-shadow: inset 0px 10px 16px -20px #323232;
  -moz-box-shadow: inset 0px 7px 11px -17px #323232;
}
.inputFocus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1em;
  padding: 0.6em 4% 0.6em 0.6em;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0px 7px 11px -17px #323232;
  -webkit-box-shadow: inset 0px 10px 16px -20px #323232;
  -moz-box-shadow: inset 0px 7px 11px -17px #323232;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input ~ span.note {
  display: block;
  font-size: 0.8em;
  line-height: 2em;
  margin: 0 0 0 11em;
  color: #747678;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] ~ span.note {
    display: none;
  }
}
.field {
  position: relative;
}
input[aria-valid="true"] {
  background: url(../images/right-tick.gif) no-repeat 95% center;
}
input[aria-invalid="true"] {
  background: url(../images/error-cross.gif) no-repeat 95% center;
}
.msg-bubble {
  font-size: 12px;
  line-height: 1em;
  min-width: 250px;
  padding: 1.5em;
  margin: 0.5em;
}
.msg-trangle {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  border-style: solid;
}
.msg-shadow {
  box-shadow: 0 5px 7px #CFCFCF;
}
p.field .validation-message {
  display: none;
  position: absolute;
  bottom: 2.8em;
  left: 30%;
  font-size: 12px;
  line-height: 1em;
  min-width: 250px;
  padding: 1.5em;
  margin: 0.5em;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  box-shadow: 0 5px 7px #CFCFCF;
}
p.field .validation-message:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  border-style: solid;
  left: 1.5em;
  bottom: -9px;
  border-width: 10px 10px 0;
  border-color: #ffffff rgba(0, 0, 0, 0);
}
p.field .validation-message .hint-heading {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
}
p.field .validation-message ul {
  padding: 0;
  margin: 0;
}
p.field .validation-message li {
  list-style: none;
  padding: 0 0 0 2.5em;
  margin: 0 0 0.6em 0;
}
p.field .validation-message .hint-right {
  background: url(../images/right-tick.gif) no-repeat 2% center;
}
p.field .validation-message .hint-wrong {
  background: url(../images/error-cross.gif) no-repeat 2.5% center;
}
p.field .validation-message li:last-child {
  margin: 0;
}
p.field p.required-message {
  display: inline-block;
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 1em;
  padding: 1em;
  margin: 0 0 0 0.7em;
  color: #a69128;
  background-color: #fcf6c3;
  vertical-align: middle;
}
p.field p.required-message:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  border-style: solid;
  top: 40%;
  left: -10px;
  border-width: 7px 7px 0;
  border-color: #fcf6c3 rgba(0, 0, 0, 0);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Opera, Chrome, and Safari */
}
.field textarea {
  display: inline-block;
  vertical-align: top;
  padding: 0.6em;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0px 7px 11px -17px #323232;
  -webkit-box-shadow: inset 0px 10px 16px -20px #323232;
  -moz-box-shadow: inset 0px 7px 11px -17px #323232;
}
.field textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.styled-select {
  width: 250px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0px 1px 2px #efefef;
}
.styled-select select {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  width: 250px;
  height: 36px;
  padding: 0.6em;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  /*hack to work in -moz- vendor */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
}
/* ie10+ hack */
select::-ms-expand {
  display: none;
}
option {
  padding: 3px;
  /*works in -moz- only */
}
.field .show-more {
  display: inline-block;
  vertical-align: middle;
  color: #0090ab;
}
.field .more {
  display: none;
  position: relative;
  font-size: 12px;
  line-height: 1em;
  min-width: 250px;
  padding: 1.5em;
  margin: 0.5em;
  line-height: 1.5em;
  margin: 1.5em 0;
  background-color: #f4f4f4;
}
.field .more span {
  display: block;
}
.field .more:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  border-style: solid;
  top: -9px;
  left: 1.5em;
  border-width: 10px 10px 0;
  border-color: #f4f4f4 rgba(0, 0, 0, 0);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider:before {
  content: " ";
  display: block;
  float: left;
  width: 8px;
  height: 19px;
  margin: 0 0 0 -8px;
}
.ui-slider:after {
  content: " ";
  display: block;
  float: right;
  width: 8px;
  height: 19px;
  margin: 0 -8px 0 0;
}
.ui-slider .ui-slider-range {
  border: 0 none;
  position: absolute;
  z-index: 1;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
}
.ui-slider .ui-slider-handle {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
.ui-slider .ui-slider-handle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 33px;
  width: 35px;
  z-index: -1;
  opacity: 0.5;
}
.ui-slider-horizontal {
  height: 19px;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-slider {
  background: url("../images/slider-bg-whole.jpg") repeat-x center;
  color: #222222;
}
.ui-slider-range {
  background: url("../images/slider-bg-whole-active.jpg") repeat-x scroll center;
}
.ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  outline: 0 none;
  text-decoration: none;
  border: none;
  list-style: none outside none;
}
.ui-label-data {
  margin: 0;
}
.ui-slider ol,
.ui-slider dl {
  position: relative;
  top: 1.3em;
  width: 100%;
}
.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
  list-style: none outside none;
  overflow: visible;
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ui-slider-scale li {
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  width: 127px;
  margin: 10px 0 0;
}
.ui-slider-scale li p {
  margin: 0 0 0.5em;
  color: #999999;
}
.ui-slider-scale li p:first-child {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #333333;
}
.recommended.ui-slider-label {
  position: relative;
  padding: 6px;
  margin-top: 10px !important;
  text-align: center;
  color: #FFFFFF;
  background-color: #FDB913;
}
.recommended.ui-slider-label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  left: 40%;
  top: -9px;
  border-style: solid;
  border-width: 0 9px 9px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fdbb13;
}
.label-switch-after,
.label-switch-before {
  float: left;
  font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 14px;
  color: #999999;
  cursor: pointer;
}
.label-switch-before {
  margin-right: 18px;
}
.label-switch-after {
  margin-left: 15px;
}
.checkbox-slider {
  float: left;
  width: 46px;
  margin-right: 12px;
  transition: all 0.2s linear 0s;
}
.ui-datepicker {
  display: none;
  padding: 0.5em;
  width: 15em;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 5px 7px #CFCFCF;
}
.ui-datepicker-header {
  padding: 0.5em;
  background: none;
  background-color: #f4f4f4;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-weight: normal;
  text-align: center;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
input[disabled],
textarea[disabled] {
  color: #bbbbbb;
  background-color: #f4f4f4;
}
input[type="checkbox"]:disabled + label {
  color: #bbbbbb;
  background-position: 0 -585px;
}
input[type="checkbox"]:disabled:checked + label {
  background-position: 0 -649px;
}
input[type="radio"]:disabled + label {
  color: #bbbbbb;
  background-position: 0 -713px;
}
input[type="radio"]:disabled:checked + label {
  background-position: 0 -777px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  text: #f7f7f7;
  background-color: #dfdfdf;
  -webkit-box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
  box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
}
.btn.btn-point.btn-primary[disabled] > span {
  background-color: #d9d9d9;
  -webkit-box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
  box-shadow: inset 0px 5px 7px 0px rgba(50, 50, 50, 0.1);
}
.styled-select.disabled {
  color: #bbbbbb;
  background-color: #f4f4f4;
}
#input-sample .field:last-child {
  margin: 0;
}
#input-sample .submit p,
#input-disabled-sample .submit p {
  margin: 0 0 10px;
}
#input-sample .submit p button,
#input-disabled-sample .submit p button {
  margin: 0 0 0 7.3em;
}
#input-disabled-sample .styled-select {
  margin: 0 0 0 8.3em;
}
.accordion-section {
  padding: 0;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
}
.accordion-section .accordion-title {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 1em 3em 1em 1.5em;
  margin: 0;
  background: url(../images/accordion-plus.png) no-repeat 97% 47%;
}
.accordion-section .accordion-title:hover {
  text-decoration: none;
}
.accordion-section .accordion-title.sub {
  border-top: 1px solid #e6e6e6;
  background: url(../images/accordion-sub-plus.png) no-repeat 97% 47%;
}
.accordion-section .accordion-content {
  padding: 0;
}
.accordion-section .accordion-content p {
  font-size: 1em;
  line-height: 1.5em;
  padding: 2em 2em 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 1em;
}
.tab-content {
  padding: 1em;
  margin: 0;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-top: none;
}
.glyphicon-green {
  color: green;
  font-size: 1.2em;
  margin-right: 3px;
}
.glyphicon-red {
  color: red;
  font-size: 1.2em;
  margin-right: 3px;
}
.username-suffix {
  font-weight: bold;
  line-height: 2.5em;
  padding-left: 0;
}
.receiptBox {
  padding: 20px 15px;
  margin: 15px;
}
.receiptBox.with-border {
  border: 1px solid #cdcdcd;
}
.receiptBox h3 {
  margin-top: 0;
  line-height: 3.1;
}
.receiptBox dd,
.receiptBox dt,
.receiptBox div {
  display: inline-block;
  width: 49%;
}
.receiptBox ul {
  padding: 0;
}
.receiptBox ul li {
  list-style: none;
}
.receiptBox ul li.total {
  margin-top: 4px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 4px;
  padding-bottom: 4px;
}
.receiptBox ul li.col-sm-12 {
  width: 100%;
  float: left;
}
.receiptBox ul li div {
  float: left;
}
.receiptBox ul li div:first-child {
  width: 75%;
}
.receiptBox ul li div:last-child {
  width: 25%;
  text-align: right;
}
.receiptBox .totalMinCost {
  font-size: 0.9em;
  color: #777;
  margin-left: 15px;
  margin-top: 15px;
}
.accordion-section.signup.section-disabled h5.accordion-title {
  background-color: #f6f6f6;
  color: #808080;
}
.accordion-section.signup.section-readonly h5.accordion-title {
  color: #808080;
}
.accordion-section.signup.section-open h5.accordion-title {
  color: #ff8200;
}
.termsbox {
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: scroll;
  margin: auto;
  width: 95%;
}
/*input[type="text"], input[type="email"], input[type="date"] {
	width: 40%;
}
input[name="name"],input[name="username"] {
	width: 35%;
}
input[name="birthday"], input[name="datepicker"] {
	width: 25%;
}
textarea {
	width: 65%;
}
.field .required-message { 
	min-width: 17.5em;
}*/
/* this is just temperately responsive style  */
@media screen and (max-width: 1455px) {
  .field label:first-child {
    display: block;
    margin: 0 0 0.5em;
  }
  input[type="text"],
  input[type="email"],
  input[type="date"],
  textarea {
    display: block;
    width: 100%;
  }
  input[type="date"] ~ span.note,
  input ~ span.note {
    margin: 0;
  }
  input[aria-valid="true"] {
    background-position: 97.5% center;
  }
  input[aria-invalid="true"] {
    background-position: 97.5% center;
  }
  .field .required-message {
    width: 100%;
    margin: 1em 0 0;
  }
  .field .required-message:after {
    top: -7px;
    left: 2em;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Opera, Chrome, and Safari */
  }
  #input-disabled-sample .styled-select {
    margin: 0;
  }
  #input-sample .submit p button,
  #input-disabled-sample .submit p button {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .readonly .label {
    text-align: left;
  }
  .sidebar {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
  }
}
h5#titleAboutYou:before {
  content: ' ';
  background: url(../images/icons/orange/35/customers.png);
  width: 30px;
  height: 30px;
}
.glyph .bshadow0,
.glyph input {
  box-shadow: inset 0 -2px #e7e7e7;
}
.glyph input:hover {
  box-shadow: inset 0 -2px #cccccc;
}
.glyph input,
.glyph fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.glyph input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: .25em 0;
}
.glyph input:focus {
  outline: none;
  box-shadow: inset 0 -2px #449fdb;
}
.glyph {
  font-size: 16px;
  width: 11em;
  padding-bottom: 1em;
  margin-right: 4em;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
}
.liga {
  width: 80%;
  width: calc(97.5%);
}
.talign-right {
  text-align: right;
}
.talign-center {
  text-align: center;
}
.bgc1 {
  background: #f1f1f1;
}
.fgc1 {
  color: #999;
}
.fgc0 {
  color: #000;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mvm {
  margin-top: .75em;
  margin-bottom: .75em;
}
.mtn {
  margin-top: 0;
}
.mtl,
.mal {
  margin-top: 1.5em;
}
.mbl,
.mal {
  margin-bottom: 1.5em;
}
.mal,
.mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.mhmm {
  margin-left: 1em;
  margin-right: 1em;
}
.mls {
  font-size: 0.7em;
  margin-left: .25em;
}
.ptl {
  padding-top: 1.5em;
}
.pbs,
.pvs {
  padding-bottom: .25em;
}
.pvs,
.pts {
  padding-top: .25em;
}
.clearfix,
.nav {
  zoom: 1;
}
.unit {
  float: left;
}
.unitRight {
  float: right;
}
.glyph .size1of2 {
  width: 50%;
}
.glyph .size1of1 {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after {
  clear: both;
}
.hidden-true {
  display: none;
}
.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em;
}
#testDrive {
  padding-top: 24px;
}
.fs0 {
  font-size: 16px;
}
.fs1 {
  font-size: 25px;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iinet';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-point-right-thin:before {
  content: "\e600";
}
.icon-point-right-medium:before {
  content: "\e601";
}
.icon-point-right:before {
  content: "\e602";
}
.icon-residential:before {
  content: "\e000";
}
.icon-point-left-think:before {
  content: "\e001";
}
.icon-point-down:before {
  content: "\e002";
}
.icon-phone:before {
  content: "\e003";
}
.icon-password:before {
  content: "\e004";
}
.icon-mail-ico:before {
  content: "\e005";
}
.icon-cross:before {
  content: "\e006";
}
.icon-business:before {
  content: "\e007";
}
.icon-shoppingcart-ico:before {
  content: "\e008";
}
.icon-customers:before {
  content: "\e009";
}
.icon-search:before {
  content: "\e00a";
}
.icon-point-left-medium:before {
  content: "\e00d";
}
.icon-point-left:before {
  content: "\e00e";
}
.icon-point-down-medium:before {
  content: "\e00b";
}
.icon-point-down-thin:before {
  content: "\e00c";
}
/*
    This is required to stop content showing before the site has fully loaded.
    see: https://docs.angularjs.org/api/ng/directive/ngCloak
*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body {
  padding-bottom: 30px;
  font-size: 12px;
}
.main {
  margin-top: 5px;
}
.navbar-inverse {
  background-color: #ffffff;
  border: #999999;
}
.navbar-inverse .navbar-brand {
  color: #808080;
}
.navbar-inverse .navbar-brand:hover {
  color: #808080;
}
.navbar-header,
.navbar-brand {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #808080;
}
.logo {
  margin: 12px 27px 0 10px;
  float: left;
  display: inline;
}
p {
  color: #000000;
}
p.example {
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0 8px;
}
.sidebar {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #eee;
}
ul.nav-sidebar {
  margin-top: 55px;
}
h1,
h2 {
  font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: inherit;
}
h1 {
  font-size: 36px;
}
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
  /*padding-top: 60px;
	margin-top: -60px;*/
}
h3 {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -0.657px;
}
h2:not(#overview),
ul.nav-sidebar li {
  border-left: 4px solid;
}
h2:not(#overview) {
  padding-left: 20px;
}
ul.nav-sidebar {
  padding-left: 8px;
  padding-top: 5px;
}
ul.nav-sidebar li {
  margin: 7px 0;
  font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
ul.nav-sidebar li a {
  color: #333333;
}
h2:not(:first-child) {
  margin: 50px 0 15px;
  font-weight: 500;
}
.orange {
  border-color: #f68b1f !important;
}
.red {
  border-color: #d21f2a !important;
}
.blue {
  border-color: #0090ab !important;
}
.row {
  padding-bottom: 50px;
}
.row:not(.nopadt) {
  padding-top: 40px;
}
.shadow {
  -webkit-box-shadow: 0 7px 10px -8px #cdcdcd;
  -moz-box-shadow: 0 7px 10px -8px #cdcdcd;
  box-shadow: 0 7px 10px -8px #cdcdcd;
  margin-bottom: 30px;
}
.button {
  display: inline-block !important;
  margin: 0 5px;
}
.show-code {
  color: #0090ab;
  padding-left: 1px;
}
.show-code:hover {
  color: #00505e;
  text-decoration: underline;
}
.content-row {
  display: block;
}
pre {
  margin-bottom: 35px!important;
}
.row .content-row:not(:first-child) {
  margin-top: 30px;
}
#primary-buttons ul {
  display: block;
  margin: 0px 20px 0 0;
  padding: 0;
  padding-bottom: 10px;
  overflow: hidden;
  height: auto;
  list-style: none;
  background-color: #fff;
}
#primary-buttons ul > li {
  font-weight: 500;
  font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  float: left;
  border-radius: 3px 3px 0 0;
  margin: 3px 3px 0 0;
  text-align: center;
}
#primary-buttons ul > li {
  padding: 0px 20px 13px 6px;
}
#primary-buttons ul > li:not(:first-child) {
  padding: 0px 28px 13px;
}
/*.nav-tabs > li {
	border-top: 1px solid @grayDark; /* #EFEFEF;*/
/*border-left: 1px solid @grayDark;
	border-right: 1px solid @grayDark;
	border-radius: 3px 3px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: @orangeDarkest;
    margin: 0!important;
    color: @white; 
}*/
.hidden {
  display: none;
}
.label-switch-after,
.label-switch-before {
  color: #878787;
  font-size: 14px;
  font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif;
}
.med-switch-container {
  width: 243px;
  color: #888;
  font-size: 1.1em;
  -webkit-text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px #fff;
  margin-top: 10px;
  float: left;
  height: auto;
}
.label-switch-before {
  float: left;
  margin-right: 18px;
  cursor: pointer;
}
.label-switch-after {
  float: left;
  margin-left: 13px;
  cursor: pointer;
}
.content-row {
  clear: both!important;
}
.btn-mini span:after,
.btn-block span:after {
  top: 13px;
}
#default-ui-slider {
  margin: 30px 70px;
}
#labeled-slider {
  margin: 30px 70px;
  height: 8em;
}
#checkbox-slider {
  margin: 30px 33px;
}
#checkbox-slider:before,
#checkbox-slider:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
.tab-example {
  margin: 1em 0;
}
.primary-rule {
  padding: 1.8em 0;
  background: url("../images/primary-rule.png") no-repeat center top;
}
.secondary-rule {
  padding: 1em 0;
  background: url("../images/secondary-rule.png") no-repeat center top;
}
.rule-example {
  width: 68%;
}
.rule-example-content {
  max-width: 60em;
  margin: 0 auto;
}
.highlighted-content {
  padding: 1em 0 2.5em;
  background: #f7f7f7 url('../images/highlighted-content-shadow.gif') repeat-x bottom;
}
.highlighted-example {
  width: 68%;
}
.highlighted-example-content {
  max-width: 60em;
  margin: 0 auto;
}
.swatch {
  height: 190px;
  width: 150px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  display: inline-block;
  margin-right: 7px;
}
.swatch p {
  padding: 0 7px;
  font-size: 12px;
  margin: 0 0 5px;
}
.colour {
  position: relative;
  height: 125px;
  width: 150px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
#primaryred {
  background-color: #d21f2a;
}
#primaryorange {
  background-color: #ff8200;
}
#primarygrey {
  background-color: #808080;
}
#primaryblack {
  background-color: #000000;
}
#iisecondary-blue {
  background-color: #0090ab;
}
#iisecondary-orange65 {
  background-color: #f68b1f;
}
#iisecondary-orange30 {
  background-color: #fdb913;
}
#iisecondary-lightgrey {
  background-color: #9d9b9f;
}
#orange65 {
  background-color: #f68b1f;
}
#orange60 {
  background-color: #f7941d;
}
#orange55 {
  background-color: #f99d1c;
}
#orange50 {
  background-color: #faa61a;
}
#orange45 {
  background-color: #faa61a;
}
#orange40 {
  background-color: #fcaf17;
}
#orange35 {
  background-color: #fcaf17;
}
#orange30 {
  background-color: #fdb913;
}
#red31 {
  background-color: #b72224;
}
#red24 {
  background-color: #c92028;
}
#red17 {
  background-color: #de212e;
}
#grey {
  background-color: #808080;
}
#lightgrey {
  background-color: #8a888c;
}
#lightergrey {
  background-color: #939296;
}
#lightestgrey {
  background-color: #9d9b9f;
}
.hide-code {
  display: none;
}
/* this is signup forms v 0.001 */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*          cart widget                            */
html,
body {
  min-width: 300px !important;
}
body {
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5em;
}
a {
  cursor: pointer;
  color: #0090ab;
}
abbr[title] {
  border: none;
  color: #ff8200;
  margin-right: 2px;
  text-decoration: none;
}
.orange {
  color: #ff8200;
}
.blue {
  color: #0090ab;
}
.grey {
  color: #808080;
}
.smaller {
  font-size: 1em;
}
.bigger {
  font-size: 1.1em;
}
.form-control {
  border-radius: 0px !important;
  font-size: 12px;
}
.plutolight {
  font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif;
}
.row {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px !important;
}
.vertical-gradient {
  margin-bottom: 30px;
}
hr.dotted {
  border-bottom: 1px dotted #dedede;
  border-top: none;
  border-left: none;
  border-right: none;
}
.bs-callout {
  margin: 10px 0 20px;
  padding: 2%;
  width: 98%;
  border: 1px solid #eee;
  border-top-width: 5px;
  text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-success {
    background-color: #fff;
    border-top-color: #6ec829;
    background-image: url("../images/ico-tick.png");
    background-repeat: no-repeat;
    background-position: 20px 6px;
    padding-left: 75px;
}
.bs-callout-info {
  background-color: #fff;
  border-top-color: #ff8200;
  background-image: url("../images/icons/orange/35/about.png");
  background-repeat: no-repeat;
  background-position: 20px 6px;
  padding-left: 75px;
}
.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
  color: #B94A48;
}
.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
  color: #C09853;
}
.bs-callout-info h4,
.bs-callout-info a.alert-link {
  color: #000;
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
}
.bs-callout a.alert-link {
  font-weight: bold;
}
#signup-cart-widget {
  padding: 15px 0 0 0;
  border: 1px solid #f1f1f1;
}
#signup-cart-widget li {
  background: #f6f6f6;
  margin-left: 0;
  list-style: none;
  list-style-type: none;
  color: #545454;
}
#signup-cart-widget li.main-cart-label {
  background: #ffffff;
  color: #000000;
  height: 30px;
  border-bottom: none;
  border-top: none;
  text-shadow: none;
}
#signup-cart-widget li.main-cart-label h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 12px;
}
#signup-cart-widget li.main-cart-label span {
  float: right;
  font-family: Arial;
  color: #0090ab;
  font-size: 12px;
}
#signup-cart-widget li.main-cart-label span:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* end of cart widget */
/* accordion styles for signup */
.accordion-section {
  border-bottom: none;
  overflow: visible !important;
  background: #f9f9f9;
  /* end of .signup */
}
.accordion-section .content-collapsed {
  margin-bottom: 40px;
}
.accordion-section .content-collapsed .row {
  margin-top: 5px;
  color: #666;
}
.accordion-section .content-collapsed .row:hover {
  background: #f9f9f9;
}
.accordion-section.signup {
  /* end of .accordion-title */
}
.accordion-section.signup .accordion-content h4 {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
}
.accordion-section.signup .accordion-content {
  padding: 1px 35px;
  background: #ffffff;
  border-right: 4px solid #808080;
}
.accordion-section.signup .accordion-content.success {
  border-right-color: #6ec829;
}
.accordion-section.signup .accordion-content .btn-mini {
  padding: 10px;
  background-color: #ffffff;
  color: #0090ab;
  font-family: arial, sans-serif;
  font-size: 12px;
  border: 1px solid #eeeeee;
}
.accordion-section.signup .accordion-content span.styled-select {
  width: 30px;
  overflow: hidden;
  padding: 0.6em 0.6em 0.6em 0.3em;
}
.accordion-section.signup .accordion-content span.styled-select select {
  width: 80px;
}
.accordion-section.signup .signup-infotext {
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.accordion-section.signup .signup-infotext:before {
  content: '';
  position: absolute;
  font-family: iinet;
}
.accordion-section.signup .signup-radiotext {
    font-size: 12px;
    color: #000000;
    margin-top:10px;
    margin-bottom:10px;
}           
.accordion-section.signup .signup-radiotext:before {
  content: '';
  position: absolute;
  font-family: iinet;
}
.accordion-section.signup h5.accordion-title {
  padding-left: 20px;
  font-size: 20px;
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: none;
  border-bottom: none;
  color: #000000;
  border-right: 4px solid #808080;
  background-color: #ffffff;
  text-decoration: none;
}
.accordion-section.signup h5.accordion-title img {
  margin-right: 20px;
}
.accordion-section.signup h5.accordion-title.success {
  border-right-color: #6ec829;
}
/*end of .accordion-section */
.spinner {
  margin-top: 15px;
  position: absolute;
}
.password-strength .progress {
  height: 10px;
}
.panel.phone-panel {
  overflow: visible;
}
/* Angular extras */
a.accordion-toggle {
  text-decoration: none;
  cursor: default;
}
a.accordion-toggle.accordion-open {
  cursor: pointer;
}
h4 .panel-title:hover {
  text-decoration: none;
}
h4 .panel-title a {
  text-decoration: none;
}
h4 .panel-title a:hover {
  text-decoration: none;
}
h4 .panel-title a h5:hover {
  text-decoration: none;
}
/*************************  Additional cart styles  *******************************/
.csrmsg {
  border: 1px solid #eeeeee;
  border-top: 5px solid #ff8200;
  background: url('../Images/ui-dialog-sprites.png') right 190px no-repeat;
  -webkit-box-shadow: 0 7px 10px -8px #cdcdcd;
  -moz-box-shadow: 0 7px 10px -8px #cdcdcd;
  box-shadow: 0 7px 10px -8px #cdcdcd;
  margin-bottom: 30px;
}
.csrmsg p {
  padding: 0;
  margin: 0;
}
.csrmsg ul {
  margin-left: 0;
  padding-left: 20px;
}
.csrmsg .csr-header {
  background: #ffffff;
  text-transform: capitalize;
  color: #ff8200;
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  padding: 20px;
}
.csrmsg .csr-header span {
  float: right;
  font-size: 12px;
}
.csrmsg .csr-header img {
  margin-right: 20px;
}
.newSignup #geotrust img {
  margin-right: 5px;
}
.newSignup .alert {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.newSignup .mt10 {
  margin-top: 10px;
}
.newSignup .mb10 {
  margin-bottom: 10px;
}
.newSignup .mt20 {
  margin: 20px 0;
}
.newSignup .mb20 {
  margin-bottom: 20px;
}
.newSignup p.alert {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.newSignup p.alert.alert-info {
  font-weight: bold;
}
.newSignup p.alert.alert-info span {
  font-weight: normal;
}
.newSignup ul .disc {
  list-style-type: disc;
}
.newSignup .ordered-terms .row {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid lightgray;
}
.newSignup .long-terms-container {
  background-color: white;
  margin: 0.5em 0 20px 0;
  border-radius: 3px;
  cursor: auto;
  padding: 0 10px 10px 10px;
  font: 12px/16px arial, helvetica, sans-serif;
  overflow: auto;
}
.newSignup .long-terms-container ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.newSignup #shopping-cart-header-panel {
  position: relative;
  padding: 0;
  float: none;
}
.newSignup #shopping-cart-header-panel li.main-cart-label h3 {
  margin-left: 4px;
  margin-top: 0;
}
.newSignup #shopping-cart-header-panel li.main-cart-label span {
  margin-right: 10px;
}
.newSignup #shopping-cart-header-panel ul li.main-cart-body-element h2 {
  font-size: 20px;
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  margin: 0;
}
.newSignup #shopping-cart-header-panel ul li {
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  border-bottom: 1px solid #ffffff;
}
.newSignup #shopping-cart-header-panel ul li ul {
  padding: 0;
}
.newSignup #shopping-cart-header-panel ul li ul li {
  border: none;
}
.newSignup #shopping-cart-header-panel li.price-of-product {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  color: #d21f2a;
  font-size: 18px;
  padding: 0;
}
.newSignup #shopping-cart-header-panel li.minimum-costs {
  background: #ffffff;
}
.newSignup #shopping-cart-header-panel li.minimum-costs > ul li {
  color: #808080;
  font-size: 11px;
  background: #ffffff;
  letter-spacing: 0;
}
.newSignup #shopping-cart-header-panel li.main-product-list-element h3 {
  margin-top: 10px;
}
.newSignup #shopping-cart-header-panel li.cart-section-total h3 {
  margin-left: 4px;
}
.newSignup #signup-cart-widget {
  border-top: 5px solid #ff8200;
}
.newSignup #signup-cart-widget li {
  width: 96%;
  padding: 2%;
}
.newSignup #signup-cart-widget li.cart-section-total {
  background: #fff;
}
.newSignup #signup-cart-widget li.cart-section-total li {
  background: #fff;
}
.newSignup #signup-cart-widget li.cart-section-total h2 {
  color: #454545;
  display: block;
  font-size: 12px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: left;
}
a#dontKnowPhoneNumber {
  border-bottom: 1px dotted;
  font-size: 1em;
}
a#dontKnowPhoneNumber:hover {
  text-decoration: none !important;
}
.signuptooltip {
  background: #f4f4f4;
  padding: 3% 2%;
  color: #333;
  margin: 15px;
  width: 96%;
  text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.signuptooltip.toprightmid:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f4f4;
  top: -10px;
  left: 65%;
  content: '';
}
.signuptooltip.topmid:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f4f4;
  top: -10px;
  left: 50%;
  content: '';
}
.dotted {
  height: 20px;
  -webkit-box-shadow: 0 7px 10px -8px #cdcdcd;
  -moz-box-shadow: 0 7px 10px -8px #cdcdcd;
  box-shadow: 0 7px 10px -8px #cdcdcd;
  margin-bottom: 30px;
  border: none !important;
}
h4 {
  font-size: 1.8em;
}
.icon-point-left-medium.orange {
  position: absolute;
  margin-left: -30px;
  margin-top: 3px;
}
.tablerow-dark-bg {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #f9f9f9;
}
.tablerow-light-bg {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f9f9f9;
}
.greybg {
  background: #f6f6f6;
  padding: 20px;
}
.greybg .checkbox label {
  margin-left: 20px;
  display: block;
  margin-bottom: 10px;
}
.greybg .checkbox label input[type="checkbox"] {
  margin-left: -30px;
}
.greybg ul {
  padding-left: 0;
  margin-left: 0;
}
.greybg ul li {
  list-style: none;
}
.expirationDate select {
  padding: 6px 2px;
}
.expirationDate select option {
  box-shadow: #f9f9f9 0px 0px 3px 0px;
}
select optgroup {
  background: #f9f9f9;
  height: auto;
  padding-bottom: 4px;
}
select optgroup option {
  background: #fff;
}
.nameOnCard img {
  padding-top: 5px;
}
.CreditCardNumber img {
  padding-top: 4px;
}
.accordion-section.section-readonly {
  background: #fafafa;
}
.accordion-section.section-readonly .accordion-content.success,
.accordion-section.section-readonly .panel-heading,
.accordion-section.section-readonly h4.panel-title,
.accordion-section.section-readonly h5.accordion-title {
  background: #fafafa;
  text-decoration: none;
}
.accordion-section.section-readonly:hover {
  text-decoration: none;
  cursor: auto;
}
.accordion-section.section-readonly .change-control {
  text-align: right;
  margin-top: -3.3em;
  padding-right: 0;
  font-weight: bold;
}
.accordion-section.section-readonly .row {
  margin: 5px 0;
}
.accordion-section.section-readonly .row.field {
  padding: 0 3em;
  margin-top: 0.5em;
}
.accordion-section.section-readonly .row.field .def {
  color: #111;
}
.accordion-section.section-readonly .row.field .value {
  color: #aaa;
}
.accordion-section.section-readonly .row.lastRow {
  margin-bottom: 30px;
}
.accordion-section.section-readonly .row h4 {
  font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.accordion-control {
  padding: 65px 10px 30px !important;
  margin: -74px 2px -59px;
}
.accordion-control .change-control {
  text-align: right;
  margin-top: -3.3em;
  padding-right: 0;
  font-weight: bold;
}
.accordion-control .row {
  margin: 5px 0;
}
.accordion-control .row.field {
  padding: 0 3em;
  margin-top: 0.5em;
}
.accordion-control .row.field .def {
  color: #111;
}
.accordion-control .row.field .value {
  color: #aaa;
}
.accordion-control .row.lastRow {
  margin-bottom: 30px;
}
.accordion-control .row h4 {
  font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.inline-error {
  display: block;
  background-color: #fcf8e3;
  color: #8a6d3b;
  font-size: 10px;
  margin-bottom: 0;
}
.inline-error li {
  background-color: #fcf8e3;
  border-color: #fcf8e3;
}
.section-error {
  background-color: #fcf8e3;
  color: #8a6d3b;
  font-size: 10px;
  margin-bottom: 0;
}
.section-error li {
  background-color: #fcf8e3;
  border-color: #fcf8e3;
}
/****************************************************************************************************** Responsive screen SM */
@media (max-width: 991px) {
  .readonly h4 {
    text-align: left;
  }
}
/****************************************************************************************************** Responsive screen XS */
@media (max-width: 767px) {
  .readonly .heading {
    margin-top: -20px;
  }
  .signuptooltip {
    background: #f4f4f4;
    padding: 3% 2%;
    color: #333;
    margin: 15px;
    width: 96%;
    text-shadow: 1px 1px 0px #fff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  }
  .signuptooltip.topright:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4f4f4;
    top: -10px;
    left: 5%;
    content: '';
  }
  .signuptooltip.toprightmid:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4f4f4;
    top: -10px;
    left: 5%;
    content: '';
  }
  .signuptooltip.topmid:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4f4f4;
    top: -10px;
    left: 5%;
    content: '';
  }
}
.csrmsg ul li {
  margin-top: 15px;
}
.accordion-section > .panel-heading {
  background-color: #ffffff;
  padding: 0 0 0 0;
}
.accordion-section > .panel-collapse > .panel-body {
  padding: 0 0 0 0;
}
#notification-bar {
  z-index: 9900;
  position: fixed;
  padding: 10px;
}
.logoSpace {
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #CCC;
  height: 50px;
}
#ii-order .accordion-section .panel-body {
  border-top: none;
}
#ii-order section.info {
  position: relative;
  border: solid 1px #eeeeee;
  margin-bottom: 2em;
  border-top: solid 4px #0090ab;
  padding: 0.5em 0;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 10px -8px #cdcdcd;
  -moz-box-shadow: 0 7px 10px -8px #cdcdcd;
  box-shadow: 0 7px 10px -8px #cdcdcd;
  margin-bottom: 30px;
}
#ii-order section.info:before {
  content: "";
  width: 145px;
  height: 150px;
  background: url('../Images/ui-dialog-sprites.png') bottom right no-repeat;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
#ii-order section.info h1 {
  font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
  color: #0090ab;
  font-size: 1.8em;
  font-weight: normal;
  padding: 0 1em;
}
.alert-footnote {
  margin: 1.5em 2em;
  min-height: 42px;
  font-weight: bold;
}
.alert-footnote .footnote-title {
  color: #0090ab;
}
#creditCardFrame,
#directDebitFrame,
#paymentFrame {
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .alert-footnote {
    background: url('../Images/ico-alert-footnote.png') top left no-repeat;
    padding-left: 30px;
  }
}
.day-month-year-control.form-group {
  margin-right: 15px;
}
.day-month-year-control .form-control {
  width: 100%;
  float: left;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 3px;
}
.day-month-year-control .col-sm-4 {
  padding-right: 0px;
}
.day-month-year-control .col-sm-4 .form-control-feedback {
  right: 0 !important;
  z-index: 10;
  position: absolute;
  padding-right: 0px;
}
.day-month-year-control input {
  padding-left: 10px;
  display: block;
  float: left;
  margin-right: 0px;
  width: 100%;
  z-index: 11;
  position: relative;
  background: none;
}
.day-month-year-control .glyphicon.day-month-year {
  float: left;
  position: relative;
  margin-left: 8px;
}
body .day-month-year-control .col-sm-4 .form-control-feedback {
  z-index: 10 !important;
}
.back-to-toolbox {
  color: #0090ab;
  float: right;
}
.back-to-toolbox:hover {
  text-decoration: underline;
  cursor: pointer;
}
i.iii-spinner {
  display: inline-block;
  height: 50px;
  min-width: 50px;
  line-height: 33px;
  text-indent: 50px;
  margin: 0;
  padding: 0;
  background: url(../Images/spinner.gif) top left no-repeat;
}
#new-customer h3,
#existing-customer h3 {
  line-height: normal;
}
#placeholder-div-for-finn-image {
  display: none;
}
@media (min-width: 992px) {
  #placeholder-div-for-finn-image {
    display: block;
  }
}
.loader,
.loader:before,
.loader:after {
  background: #999999;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 44px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #999999;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #999999;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #999999;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #999999;
    height: 5em;
  }
}
.loading-text {
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-size: 22px;
  margin: 100px auto 75px auto;
  letter-spacing: -1px;
}
.list-group-item {
  font-size: 11px;
  line-height: normal;
  padding: 5px;
  overflow: inherit;
}
.section-error li {
  padding: 10px 5px;
  margin-top: 6px;
}
.glyphicon {
  float: left;
  position: inherit;
}
.glyphicon-red {
  font-size: 1em;
  margin-bottom: 20px;
  color: #d21f2a;
}

/* Address Refinement Form */

.iii {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}
.iii.iii-point:before {
    content: "\e080";
}
.iii-rotate-90 {
    filter: none; transform: rotate(90deg);
}
.iii.iii-cross:before {
    content: "\e014";
}
.iii-16 {
    font-size: 20px;
}
.highlight-grey {
    color: #a7a9ac;
}
.modal-close-btn {
    margin: 0px 0px 0 0;
    text-align: right;
}
.form-horizontal.form-assisted .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.modal {
    position: absolute;
    top: 100px;
    width: 100%;
}
.modal a {
    font-weight: bold;
}
.modal-dialog {
    overflow-y: auto;
    border: 8px solid #cfcfcf;
    background: #fff none repeat scroll 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    max-height: 80vh;
    max-width: 970px;
    padding: 10px;
}
.modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.modal-footer {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.modal-footer .btn-lg {
    font-size: 17px;
}
.modal-footer .btn {
    font-size: 17px;
}
.modal-body {
    padding-top: 0px;
}
.modal-backdrop {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}
.modal-backdrop.in {
    display: block;
    opacity: 0.6;
}
ul.inline-error .list-group-item {
    background-color: #fcf6c3;
    color: #b72224;
    margin-top: 8px;
    padding: 6px 18px;
    list-style: outside none none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
}
ul.inline-error .list-group-item .glyphicon{
    display: none;
}

.glyphicon-float-none {
    float: none;
}