@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !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 {
    display: none;
  }
  .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;
  }
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: '';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.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 #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.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 #ddd;
}

.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;
  display: table-column;
  float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

.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: #f5f5f5;
}

.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: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

input[type='date'] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type='radio'][disabled],
input[type='checkbox'][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.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[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: '\2a';
}

.glyphicon-plus:before {
  content: '\2b';
}

.glyphicon-euro:before {
  content: '\20ac';
}

.glyphicon-minus:before {
  content: '\2212';
}

.glyphicon-cloud:before {
  content: '\2601';
}

.glyphicon-envelope:before {
  content: '\2709';
}

.glyphicon-pencil:before {
  content: '\270f';
}

.glyphicon-glass:before {
  content: '\e001';
}

.glyphicon-music:before {
  content: '\e002';
}

.glyphicon-search:before {
  content: '\e003';
}

.glyphicon-heart:before {
  content: '\e005';
}

.glyphicon-star:before {
  content: '\e006';
}

.glyphicon-star-empty:before {
  content: '\e007';
}

.glyphicon-user:before {
  content: '\e008';
}

.glyphicon-film:before {
  content: '\e009';
}

.glyphicon-th-large:before {
  content: '\e010';
}

.glyphicon-th:before {
  content: '\e011';
}

.glyphicon-th-list:before {
  content: '\e012';
}

.glyphicon-ok:before {
  content: '\e013';
}

.glyphicon-remove:before {
  content: '\e014';
}

.glyphicon-zoom-in:before {
  content: '\e015';
}

.glyphicon-zoom-out:before {
  content: '\e016';
}

.glyphicon-off:before {
  content: '\e017';
}

.glyphicon-signal:before {
  content: '\e018';
}

.glyphicon-cog:before {
  content: '\e019';
}

.glyphicon-trash:before {
  content: '\e020';
}

.glyphicon-home:before {
  content: '\e021';
}

.glyphicon-file:before {
  content: '\e022';
}

.glyphicon-time:before {
  content: '\e023';
}

.glyphicon-road:before {
  content: '\e024';
}

.glyphicon-download-alt:before {
  content: '\e025';
}

.glyphicon-download:before {
  content: '\e026';
}

.glyphicon-upload:before {
  content: '\e027';
}

.glyphicon-inbox:before {
  content: '\e028';
}

.glyphicon-play-circle:before {
  content: '\e029';
}

.glyphicon-repeat:before {
  content: '\e030';
}

.glyphicon-refresh:before {
  content: '\e031';
}

.glyphicon-list-alt:before {
  content: '\e032';
}

.glyphicon-lock:before {
  content: '\e033';
}

.glyphicon-flag:before {
  content: '\e034';
}

.glyphicon-headphones:before {
  content: '\e035';
}

.glyphicon-volume-off:before {
  content: '\e036';
}

.glyphicon-volume-down:before {
  content: '\e037';
}

.glyphicon-volume-up:before {
  content: '\e038';
}

.glyphicon-qrcode:before {
  content: '\e039';
}

.glyphicon-barcode:before {
  content: '\e040';
}

.glyphicon-tag:before {
  content: '\e041';
}

.glyphicon-tags:before {
  content: '\e042';
}

.glyphicon-book:before {
  content: '\e043';
}

.glyphicon-bookmark:before {
  content: '\e044';
}

.glyphicon-print:before {
  content: '\e045';
}

.glyphicon-camera:before {
  content: '\e046';
}

.glyphicon-font:before {
  content: '\e047';
}

.glyphicon-bold:before {
  content: '\e048';
}

.glyphicon-italic:before {
  content: '\e049';
}

.glyphicon-text-height:before {
  content: '\e050';
}

.glyphicon-text-width:before {
  content: '\e051';
}

.glyphicon-align-left:before {
  content: '\e052';
}

.glyphicon-align-center:before {
  content: '\e053';
}

.glyphicon-align-right:before {
  content: '\e054';
}

.glyphicon-align-justify:before {
  content: '\e055';
}

.glyphicon-list:before {
  content: '\e056';
}

.glyphicon-indent-left:before {
  content: '\e057';
}

.glyphicon-indent-right:before {
  content: '\e058';
}

.glyphicon-facetime-video:before {
  content: '\e059';
}

.glyphicon-picture:before {
  content: '\e060';
}

.glyphicon-map-marker:before {
  content: '\e062';
}

.glyphicon-adjust:before {
  content: '\e063';
}

.glyphicon-tint:before {
  content: '\e064';
}

.glyphicon-edit:before {
  content: '\e065';
}

.glyphicon-share:before {
  content: '\e066';
}

.glyphicon-check:before {
  content: '\e067';
}

.glyphicon-move:before {
  content: '\e068';
}

.glyphicon-step-backward:before {
  content: '\e069';
}

.glyphicon-fast-backward:before {
  content: '\e070';
}

.glyphicon-backward:before {
  content: '\e071';
}

.glyphicon-play:before {
  content: '\e072';
}

.glyphicon-pause:before {
  content: '\e073';
}

.glyphicon-stop:before {
  content: '\e074';
}

.glyphicon-forward:before {
  content: '\e075';
}

.glyphicon-fast-forward:before {
  content: '\e076';
}

.glyphicon-step-forward:before {
  content: '\e077';
}

.glyphicon-eject:before {
  content: '\e078';
}

.glyphicon-chevron-left:before {
  content: '\e079';
}

.glyphicon-chevron-right:before {
  content: '\e080';
}

.glyphicon-plus-sign:before {
  content: '\e081';
}

.glyphicon-minus-sign:before {
  content: '\e082';
}

.glyphicon-remove-sign:before {
  content: '\e083';
}

.glyphicon-ok-sign:before {
  content: '\e084';
}

.glyphicon-question-sign:before {
  content: '\e085';
}

.glyphicon-info-sign:before {
  content: '\e086';
}

.glyphicon-screenshot:before {
  content: '\e087';
}

.glyphicon-remove-circle:before {
  content: '\e088';
}

.glyphicon-ok-circle:before {
  content: '\e089';
}

.glyphicon-ban-circle:before {
  content: '\e090';
}

.glyphicon-arrow-left:before {
  content: '\e091';
}

.glyphicon-arrow-right:before {
  content: '\e092';
}

.glyphicon-arrow-up:before {
  content: '\e093';
}

.glyphicon-arrow-down:before {
  content: '\e094';
}

.glyphicon-share-alt:before {
  content: '\e095';
}

.glyphicon-resize-full:before {
  content: '\e096';
}

.glyphicon-resize-small:before {
  content: '\e097';
}

.glyphicon-exclamation-sign:before {
  content: '\e101';
}

.glyphicon-gift:before {
  content: '\e102';
}

.glyphicon-leaf:before {
  content: '\e103';
}

.glyphicon-fire:before {
  content: '\e104';
}

.glyphicon-eye-open:before {
  content: '\e105';
}

.glyphicon-eye-close:before {
  content: '\e106';
}

.glyphicon-warning-sign:before {
  content: '\e107';
}

.glyphicon-plane:before {
  content: '\e108';
}

.glyphicon-calendar:before {
  content: '\e109';
}

.glyphicon-random:before {
  content: '\e110';
}

.glyphicon-comment:before {
  content: '\e111';
}

.glyphicon-magnet:before {
  content: '\e112';
}

.glyphicon-chevron-up:before {
  content: '\e113';
}

.glyphicon-chevron-down:before {
  content: '\e114';
}

.glyphicon-retweet:before {
  content: '\e115';
}

.glyphicon-shopping-cart:before {
  content: '\e116';
}

.glyphicon-folder-close:before {
  content: '\e117';
}

.glyphicon-folder-open:before {
  content: '\e118';
}

.glyphicon-resize-vertical:before {
  content: '\e119';
}

.glyphicon-resize-horizontal:before {
  content: '\e120';
}

.glyphicon-hdd:before {
  content: '\e121';
}

.glyphicon-bullhorn:before {
  content: '\e122';
}

.glyphicon-bell:before {
  content: '\e123';
}

.glyphicon-certificate:before {
  content: '\e124';
}

.glyphicon-thumbs-up:before {
  content: '\e125';
}

.glyphicon-thumbs-down:before {
  content: '\e126';
}

.glyphicon-hand-right:before {
  content: '\e127';
}

.glyphicon-hand-left:before {
  content: '\e128';
}

.glyphicon-hand-up:before {
  content: '\e129';
}

.glyphicon-hand-down:before {
  content: '\e130';
}

.glyphicon-circle-arrow-right:before {
  content: '\e131';
}

.glyphicon-circle-arrow-left:before {
  content: '\e132';
}

.glyphicon-circle-arrow-up:before {
  content: '\e133';
}

.glyphicon-circle-arrow-down:before {
  content: '\e134';
}

.glyphicon-globe:before {
  content: '\e135';
}

.glyphicon-wrench:before {
  content: '\e136';
}

.glyphicon-tasks:before {
  content: '\e137';
}

.glyphicon-filter:before {
  content: '\e138';
}

.glyphicon-briefcase:before {
  content: '\e139';
}

.glyphicon-fullscreen:before {
  content: '\e140';
}

.glyphicon-dashboard:before {
  content: '\e141';
}

.glyphicon-paperclip:before {
  content: '\e142';
}

.glyphicon-heart-empty:before {
  content: '\e143';
}

.glyphicon-link:before {
  content: '\e144';
}

.glyphicon-phone:before {
  content: '\e145';
}

.glyphicon-pushpin:before {
  content: '\e146';
}

.glyphicon-usd:before {
  content: '\e148';
}

.glyphicon-gbp:before {
  content: '\e149';
}

.glyphicon-sort:before {
  content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}

.glyphicon-sort-by-order:before {
  content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}

.glyphicon-sort-by-attributes:before {
  content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}

.glyphicon-unchecked:before {
  content: '\e157';
}

.glyphicon-expand:before {
  content: '\e158';
}

.glyphicon-collapse-down:before {
  content: '\e159';
}

.glyphicon-collapse-up:before {
  content: '\e160';
}

.glyphicon-log-in:before {
  content: '\e161';
}

.glyphicon-flash:before {
  content: '\e162';
}

.glyphicon-log-out:before {
  content: '\e163';
}

.glyphicon-new-window:before {
  content: '\e164';
}

.glyphicon-record:before {
  content: '\e165';
}

.glyphicon-save:before {
  content: '\e166';
}

.glyphicon-open:before {
  content: '\e167';
}

.glyphicon-saved:before {
  content: '\e168';
}

.glyphicon-import:before {
  content: '\e169';
}

.glyphicon-export:before {
  content: '\e170';
}

.glyphicon-send:before {
  content: '\e171';
}

.glyphicon-floppy-disk:before {
  content: '\e172';
}

.glyphicon-floppy-saved:before {
  content: '\e173';
}

.glyphicon-floppy-remove:before {
  content: '\e174';
}

.glyphicon-floppy-save:before {
  content: '\e175';
}

.glyphicon-floppy-open:before {
  content: '\e176';
}

.glyphicon-credit-card:before {
  content: '\e177';
}

.glyphicon-transfer:before {
  content: '\e178';
}

.glyphicon-cutlery:before {
  content: '\e179';
}

.glyphicon-header:before {
  content: '\e180';
}

.glyphicon-compressed:before {
  content: '\e181';
}

.glyphicon-earphone:before {
  content: '\e182';
}

.glyphicon-phone-alt:before {
  content: '\e183';
}

.glyphicon-tower:before {
  content: '\e184';
}

.glyphicon-stats:before {
  content: '\e185';
}

.glyphicon-sd-video:before {
  content: '\e186';
}

.glyphicon-hd-video:before {
  content: '\e187';
}

.glyphicon-subtitles:before {
  content: '\e188';
}

.glyphicon-sound-stereo:before {
  content: '\e189';
}

.glyphicon-sound-dolby:before {
  content: '\e190';
}

.glyphicon-sound-5-1:before {
  content: '\e191';
}

.glyphicon-sound-6-1:before {
  content: '\e192';
}

.glyphicon-sound-7-1:before {
  content: '\e193';
}

.glyphicon-copyright-mark:before {
  content: '\e194';
}

.glyphicon-registration-mark:before {
  content: '\e195';
}

.glyphicon-cloud-download:before {
  content: '\e197';
}

.glyphicon-cloud-upload:before {
  content: '\e198';
}

.glyphicon-tree-conifer:before {
  content: '\e199';
}

.glyphicon-tree-deciduous:before {
  content: '\e200';
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle='buttons'] > .btn > input[type='radio'],
[data-toggle='buttons'] > .btn > input[type='checkbox'] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 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: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.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 #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}

.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: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.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 #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: '';
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background: none !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';
  filter: none;
}

.carousel-control.right {
  background: none !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';
  filter: none;
  right: 0;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.k_design_old_turk .accordion-container .custom-accordion .body:before,
.clearfix:after,
.k_design_old_turk .accordion-container .custom-accordion .body:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.k_design_old_turk .accordion-container .custom-accordion .body:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
select {
  max-width: 100%;
}

textarea {
  width: 500px;
}

span.orange {
  color: #f49906;
}

span.blue {
  color: #047bc0;
}

.clr:after {
  content: ' ';
  display: block;
  clear: both;
}

.row.top {
  margin-top: 40px;
}

button.ol,
a.ol {
  border: 1px solid;
  padding: 6px 10px;
  display: inline-block;
  background-color: #fff;
}
button.ol i,
a.ol i {
  font-size: 1.5em;
  float: left;
}
button.ol span,
a.ol span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 7px;
}

button.ol,
a.ol {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.ol.blue {
  color: #ffffff;
  background-color: #009fe3;
  border-bottom: 2px solid #c6c6c5;
}
.ol.blue:hover {
  background-color: #047bc0;
  color: #fff;
}

button.ol.orange {
  border-color: #f49906;
  color: #b96915;
  background-color: #fff;
}
button.ol.orange:hover {
  background-color: #f49906;
  color: #fff;
}

.button {
  color: #fff !important;
  text-decoration: none !important;
  padding: 6px 10px;
  border: none;
  display: inline-block;
}
.button.blue {
  background-color: #047bc0;
}
.button.orange {
  background-color: #f49906;
}

.large-message {
  color: #0a3652;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}
.large-message span {
  color: #047bc0;
}

@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/sett-icons.eot?-j2r872');
  src: url('../../../fonts/sett-icons.eot?#iefix-j2r872')
      format('embedded-opentype'),
    url('../../../fonts/sett-icons.woff?-j2r872') format('woff'),
    url('../../../fonts/sett-icons.ttf?-j2r872') format('truetype'),
    url('../../../fonts/sett-icons.svg?-j2r872#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='sett-'],
[class*=' sett-'] {
  font-family: 'icomoon';
  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;
}

.sett-refresh:before {
  content: '\e610';
}

.sett-menubars:before {
  content: '\e60f';
}

.sett-trust_pilot_star:before {
  content: '\e600';
}

.sett-mail:before {
  content: '\e601';
}

.sett-basket-add:before {
  content: '\e602';
}

.sett-package:before {
  content: '\e603';
}

.sett-tree:before {
  content: '\e604';
}

.sett-water-drop:before {
  content: '\e605';
}

.sett-basket:before {
  content: '\e606';
}

.sett-magnifying-glass:before {
  content: '\e607';
}

.sett-phone:before {
  content: '\e608';
}

.sett-facebook:before {
  content: '\e609';
}

.sett-gplus:before {
  content: '\e60a';
}

.sett-twitter:before {
  content: '\e60b';
}

.sett-right:before {
  content: '\e60c';
}

.sett-left:before {
  content: '\e60d';
}

.sett-file:before {
  content: '\e611';
}

.sett-user:before {
  content: '\e613';
}

.sett-checkmark:before {
  content: '\e612';
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.flag {
  position: absolute;
  width: auto !important;
}
.flag .carousel {
  top: 0;
  right: 0;
}

.owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #047bc0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 4px 14px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border: 3px solid #c6c6c5;
  opacity: 0.2;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.owl-prev:hover {
  opacity: 1;
}

.owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #047bc0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 4px 16px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border: 3px solid #c6c6c5;
  opacity: 0.2;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.owl-next:hover {
  opacity: 1;
}

#owl-us .owl-item {
  opacity: 0.2;
  padding: 30px 0;
}

#owl-us .active {
  opacity: 1;
}

#owl-us h1 {
  color: #0a3652;
  font-size: 20px;
  font-weight: bold;
}

#owl-us p {
  font-size: 16px;
}

#owl-us img {
  max-height: 100px;
  top: 50%;
  position: absolute;
}

.shop .free-postcode-banner {
  width: 100%;
  border: 1px solid #ddd;
  padding-right: 10px;
  clear: both;
  margin: 15px 0;
  float: left;
}
.shop .free-postcode-banner img {
  float: left;
}
.shop .free-postcode-banner h3 {
  color: #009fe3;
  font-weight: bold;
  text-align: right;
  font-size: 30px;
}
.shop .free-postcode-banner h3 span {
  color: #0a3652;
}
.shop .free-postcode-banner input.freepack-new-box {
  border: 2px solid #f49906;
  width: 164px;
  float: right;
}
.shop .free-postcode-banner .freepack-new-boxbutton {
  background: #f49906;
  color: #ffffff;
}

.shop .heading h2 {
  color: #0a3652;
  font-weight: bold;
  font-size: 27px;
}

.shop .best-sellers {
  margin-top: 15px;
  border: 1px solid #047bc0;
  padding-bottom: 20px;
}
.shop .best-sellers h3 {
  background-color: #047bc0;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.shop .best-sellers ul {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 5px;
}
.shop .best-sellers ul li {
  margin-top: 5px;
}

.shop .sidebar .ol-box h3 {
  text-align: left;
  font-style: italic;
  padding-left: 15px;
}

.shop .sidebar {
  padding-top: 25px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shop .sidebar.clrme {
  clear: both;
}

.shop .categories > li img {
  float: right;
}

.shop .categories > li.active img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.shop .category-tile {
  margin-top: 30px;
  border: 1px solid #c6c6c5;
  overflow: hidden;
  padding: 10px;
}
.shop .category-tile img {
  display: block;
  margin: 0 auto;
}
.shop .category-tile h4 {
  color: #0a3652;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.shop .category-tile p {
  font-size: 14px;
}
.shop .category-tile span {
  float: left;
  color: #047bc0;
  margin-top: 5px;
}
.shop .category-tile button {
  float: right;
  padding: 5px 10px;
  color: #fff;
  border: none;
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}

.shop .reviews h3 {
  font-weight: bold;
  color: #0a3652;
  font-size: 18px;
}

.shop .reviews .review {
  padding-bottom: 10px;
}

.shop .reviews .review:not(:last-of-type) {
  border-bottom: 1px solid #c6c6c5;
}

.shop .price {
  text-align: left;
}

.shop .label_titles {
  font-size: 20px;
  color: #5a5a5a;
  margin: 10px 0 -10px;
}

.shop .acc_title {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5a5a5a;
  font-size: 14px;
}

.shop .review_control label {
  color: #0a3652;
  font-size: 12px;
}

.shop .review_control input {
  border-radius: 0;
  padding: 5px 10px;
  height: auto;
  border-color: #047bc0;
}

.shop .review_control textarea {
  border-radius: 0;
  padding: 5px 10px;
  height: auto;
  border-color: #047bc0;
}

.shop .review_control select {
  border-radius: 0;
  padding: 5px 10px;
  height: auto;
  border-color: #047bc0;
}

.shop .we_are_different .summary {
  font-size: 15px;
  font-style: italic;
  color: #0a3652;
}

.shop p.body {
  font-size: 13px;
}
.shop p.body span:nth-child(1) {
  color: #f49906;
}
.shop p.body span:nth-child(2) {
  color: #5ea730;
}
.shop p.body span:nth-child(3) {
  color: #047bc0;
}

.product-tiles {
  border: 1px solid #c6c6c5;
  padding: 10px;
  position: relative;
}
.product-tiles img {
  max-height: 150px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.product-tiles a:first-of-type {
  height: auto;
}
.product-tiles h4 {
  color: #0a3652;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: 32px;
  overflow: hidden;
}
.product-tiles p {
  font-size: 12px;
  margin-bottom: 0;
  min-height: 65px;
}
.product-tiles .footer {
  width: 92%;
  min-height: 50px;
}
.product-tiles .footer .pricing span.rrp {
  font-size: 14px !important;
  padding-top: 11px;
  padding-left: 10px;
}
.product-tiles .footer .pricing span.price {
  font-size: 13px;
}
.product-tiles .review-stars {
  padding-top: 3px;
}
.product-tiles .review-stars img {
  width: 70px;
}
.product-tiles .review-stars img,
.product-tiles .review-stars span {
  display: inline;
}
.product-tiles .review-stars span {
  font-size: 10px;
  margin-left: 5px;
  padding-top: 2px;
}
.product-tiles a.find-out-more {
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
  width: 100%;
}
.product-tiles .height_fix_free {
  max-height: 10px;
  padding-bottom: 15px;
}
.product-tiles .orange_rank {
  top: -4px;
  position: relative;
  color: #f49906;
}

.new_product_tiles {
  position: relative;
  height: 310px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px 0px #9c9c9c;
  -webkit-box-shadow: 2px 2px 2px 0px #9c9c9c;
  -moz-box-shadow: 2px 2px 2px 0px #9c9c9c;
}
.new_product_tiles a {
  text-decoration: none !important;
}
.new_product_tiles .primary {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
}
.new_product_tiles .primary p.main_title {
  text-align: center;
  color: #009fe3;
  max-height: 38px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
}
.new_product_tiles .primary img {
  height: 150px;
  width: auto;
}
.new_product_tiles .primary a {
  margin-bottom: 0;
}
.new_product_tiles .primary .flag {
  width: 50px;
  height: auto;
  right: 0;
}
.new_product_tiles .back {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #26ade7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new_product_tiles .back p.main_text,
.new_product_tiles .back .banner_box .item p.green_main,
.banner_box .item .new_product_tiles .back p.green_main {
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
  padding: 8px 8px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0;
}
.new_product_tiles .back .button_container {
  width: 100%;
  float: left;
  font-size: 13px;
}
.new_product_tiles .back .small_button_details_small {
  color: #fff;
  padding: 5px 10px;
  background: #415765;
  border: none;
  padding: 5px 7px;
  outline: none;
  margin: 0px 2%;
  text-decoration: none;
  width: 44%;
}
.new_product_tiles .back .small_button_new_back {
  color: #009fe3;
  background: #fff;
  width: 50%;
  border: none;
  padding: 5px 10px;
  outline: none;
  margin-top: 0;
  text-decoration: none;
  float: left;
}
.new_product_tiles.hovered .primary {
  display: none;
}
.new_product_tiles.hovered .back {
  top: 0px;
}
.new_product_tiles .new_pricing {
  text-align: center;
  font-weight: bold;
  height: 50px;
}
.new_product_tiles .new_pricing .price {
  text-align: center;
  color: #f49906;
  font-size: 15px;
}
.new_product_tiles .new_pricing .rrp {
  text-align: center;
  color: #9d9c9c;
  font-size: 13px;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.new_product_tiles .new_pricing .rrp:before {
  content: 'RRP ';
}
.new_product_tiles .new_pricing span {
  height: 20px;
}
.new_product_tiles .review-stars-white {
  color: white;
  text-align: center;
  padding: 10px 0;
}
.new_product_tiles .footer .small_button_new {
  background-color: #009fe3;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border: 0;
  color: white;
  display: block;
  float: none;
  -webkit-box-shadow: 2px 2px 4px 0px #8e8e8e;
  -moz-box-shadow: 2px 2px 4px 0px #8e8e8e;
  -ms-box-shadow: 2px 2px 4px 0px #8e8e8e;
  box-shadow: 2px 2px 4px 0px #8e8e8e;
}

.shop-section .new_product_tiles {
  height: 360px;
}
.shop-section .new_product_tiles .primary .flag {
  width: 50px;
  height: auto;
}
.shop-section .new_product_tiles .primary p.main_title {
  min-height: 64px;
  padding: 0 10px;
  font-size: 14px;
  min-height: 38px;
}
.shop-section .new_product_tiles .primary img {
  width: 250px;
  height: auto;
}

.shop .sub-category-crumbs a {
  color: #9d9c9c;
  display: inline-block;
}
.shop .sub-category-crumbs a:hover {
  color: #047bc0;
}

.shop .sub-category-crumbs i {
  color: #f49906;
}

.flag {
  position: absolute;
}
.flag.carousel {
  top: 0;
  right: 10px;
}
.flag.tile {
  top: -5px;
  right: -5px;
}

.shop .categories {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}
.shop .categories > li a {
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.shop .categories > li a span {
  font-size: 0.8em;
}
.shop .categories li > ul {
  background-color: #fff;
}
.shop .categories li > ul a {
  color: #0a3652;
  padding: 2px;
  font-size: 14px;
  margin-left: 10px;
}

.shop.single i {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.shop.single h1 {
  color: #009fe3;
  font-size: 24px;
  font-weight: 600;
}

.shop.single .stock-alert {
  font-weight: bold;
  margin-top: -5px;
}

.shop.single .stock-alert.in {
  color: #5ea730;
}

.shop.single .stock-alert.out {
  color: red;
}

.shop.single .short-description p {
  font-size: 13px !important;
  margin-bottom: 20px;
}

.shop.single .short-description ul {
  padding: 10px 0;
  font-size: 14px;
}

.shop.single .short-description ul > li {
  padding-bottom: 10px;
  margin-left: 20px;
}
.shop.single .short-description ul > li:before {
  content: '\f00c';
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #5ea730;
  position: absolute;
  margin-left: -18px;
}

.shop.single .review-stars {
  font-size: 15px;
  color: #f49906;
}
.shop.single .review-stars i {
  font-size: 15px;
  color: #f49906;
}

.shop.single .review-stars img {
  max-width: 100px;
  font-size: 12px;
}

.shop.single .cost {
  color: #f49906;
  font-size: 20px;
  margin-bottom: 0px;
  float: left;
  clear: both;
}
.shop.single .cost span {
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
}

.shop.single .delivery {
  float: left;
  margin: 13px 0 0 15px;
  font-size: 18px;
  color: #5a5a5a;
}

.shop.single input.qty {
  width: 50px;
  height: 50px;
  padding: 3px;
  border: 1px solid #009fe3;
  text-align: center;
  margin-top: 8px;
  float: right;
}

.shop.single .margin_padding_overwrite {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shop.single .main_product_filter {
  padding-left: 0;
}

.shop.single button.blue {
  background-color: #009fe3;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
.shop.single button.blue i {
  color: #fff;
  margin-right: 10px;
}

.shop.single .small_button {
  padding-left: 10px !important;
}

.shop.single .price-buy .price {
  padding-top: 10px;
}

.shop.single .main_price {
  padding-top: 15px;
}
.shop.single .main_price .grey {
  border: 1px solid;
  padding: 6px 10px;
  display: inline-block;
  background-color: #9d9c9c;
  color: white;
  text-align: center;
}

.shop.single .related_products {
  width: 100%;
  border-top: 1px solid #009fe3;
  border-bottom: 1px solid #009fe3;
  background-color: #f9f9f9;
  float: left;
  margin-top: 15px;
}
.shop.single .related_products .title {
  color: #009fe3;
  font-size: 15px;
  width: 100%;
  padding: 10px 0;
  float: left;
  text-align: center;
  margin-bottom: 0;
}
.shop.single .related_products .owl-related {
  float: left;
}

.shop.single select {
  width: 100%;
  padding: 5px;
}

.shop.single .postcode button.blue {
  border: 1px solid #047bc0;
  padding: 2px;
}

.shop.single .postcode {
  padding: 5px 0;
  margin-top: 15px;
  overflow: hidden;
  font-size: 12px;
}

.shop.single .product-images,
.shop.single #product-thumbs .owl-item {
  box-shadow: 2px 2px 6px 2px #c6c6c5;
  -moz-box-shadow: 2px 2px 6px 2px #c6c6c5;
  -webkit-box-shadow: 2px 2px 6px 2px #c6c6c5;
}

.shop.single #product-thumbs .owl-stage-outer {
  padding-bottom: 10px;
}

.shop.single .long-description {
  margin-bottom: 20px;
}

.shop.single .long-description ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.shop.single .hr {
  border-bottom: 1px solid #c6c6c5;
  margin: 20px 0;
}

.shop.single .review-section {
  padding-left: 30px;
}

.shop.single .product-review-tab .row {
  margin-bottom: 10px;
}

.shop.single .product-review-tab h2 {
  color: #0a3652;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.shop.single .submit-review {
  font-weight: bold;
  background-color: #047bc0;
  color: #fff;
  border: 1px solid #047bc0;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.shop.single .verification-code img {
  max-width: 30%;
}

.shop.single .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

.shop.single .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

.shop.single .rating > *:hover,
.shop.single .rating > *:hover ~ span,
.shop.single .rating:not(:hover) > input:checked ~ span {
  color: transparent;
}

.shop.single .rating > *:hover:before,
.shop.single .rating > *:hover ~ span:before,
.shop.single .rating:not(:hover) > input:checked ~ span:before {
  content: '\2605';
  position: absolute;
  left: 0;
  color: #f49906;
}

.shop.single .rating > input {
  margin-left: -1.1em;
  margin-right: 0;
  top: 3px;
  width: 1.1em;
  height: 1.1em;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.shop.single .star {
  font-size: 25px;
  font-weight: 580;
}

.shop.single .nav > li > a:hover,
.shop.single .nav > li > a:focus {
  background: none;
}

.shop.single .nav-tabs {
  border-bottom: none;
}
.shop.single .nav-tabs.swsm {
  color: #009fe3;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fe3;
  margin-top: 20px;
}
.shop.single .nav-tabs li.active a {
  border: none !important;
  color: #009fe3;
}
.shop.single .nav-tabs li {
  border: none;
  border-right: 1px solid #009fe3;
  padding: 0px 20px;
}
.shop.single .nav-tabs li a {
  border: none !important;
  color: #009fe3;
}
.shop.single .nav-tabs li a:after {
  font-family: 'FontAwesome';
  content: '\f078';
  padding-left: 5px;
}
.shop.single .nav-tabs li:last-child {
  border-right: none;
}
.shop.single .nav-tabs li:first-child {
  padding-left: 0;
}

.shop.single .tab-content {
  background-color: #f9f9f9;
  padding: 10px 20px;
  font-size: 15px;
}

.shop.single .tab-pane {
  border: none !important;
}

.toggle-box {
  display: block;
  padding: 5px;
  width: 100%;
  border: 1px solid #9d9c9c;
  color: #9d9c9c;
}
.toggle-box span {
  float: right;
  font-weight: bold;
  margin-right: 5px;
}
.toggle-box + div {
  display: none;
  border: 1px solid #9d9c9c;
  padding: 5px;
  border-top: none;
}

.multi-buy-dropdown {
  font-size: 14px;
}
.multi-buy-dropdown ul > li {
  font-size: 12px;
}

.tab-pane {
  display: block;
  border: 1px solid #c6c6c5;
  overflow: hidden;
}

.nav-tabs li {
  border-bottom: none;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  border-color: #c6c6c5;
}
.nav-tabs li.active {
  border-bottom: 2px solid #fff !important;
  margin-bottom: -3px !important;
}
.nav-tabs li.active a {
  border-color: #c6c6c5;
  border-bottom-color: #fff;
}

.share-this {
  margin: 10px 0;
}

hr {
  border-bottom: 1px solid #c6c6c5;
}

.side-carousel div {
  margin-top: -200px;
  background-color: #f49906;
  border-color: #b96915;
}
.side-carousel div:hover i {
  color: #f49906;
}

.shop .slider.slider-horizontal {
  width: 175px !important;
}
.shop .slider.slider-horizontal .slider-handle {
  margin-top: -6px;
}
.shop .slider.slider-horizontal .slider-track {
  border: 1px solid #3aa2d6;
}

.shop .slider-handle {
  opacity: 1;
}

.shop .title {
  border: none;
  color: #0a3652;
  font-weight: bold;
}

.shop .refine-controls {
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.shop .refine-controls .max-price-value {
  font-weight: bold;
  color: #0a3652;
  margin-left: 10px;
}
.shop .refine-controls .section {
  border-bottom: 1px dashed #c6c6c5;
  padding-bottom: 10px;
}
.shop .refine-controls .section label {
  color: #047bc0;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 8px;
}
.shop .refine-controls .section label a {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.shop .refine-controls button {
  float: right;
  margin: -2px;
}
.shop .refine-controls button i {
  font-size: 1em;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.shop .maxprice {
  padding-bottom: 28px !important;
  padding-left: 10px;
  background: #ddd;
  margin-top: 36px;
  margin-bottom: 36px;
  border-bottom: none !important;
}

.shop .collapse {
  font-size: 14px;
  padding-bottom: 10px;
}

.shop .reviews {
  float: left;
  width: 100%;
}

.shop .selector i {
  font-size: 13px;
  color: #0a3652;
}

.shop .selector select {
  color: #585858;
  margin: 5px 0px 10px;
  padding: 3px 0;
  border-color: #047bc0;
  font-size: 14px;
}

.shop .shop_caret {
  float: right;
  margin-top: 9px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.product {
  padding: 0 15px;
}
.product .footer {
  min-height: 50px;
  position: relative;
  margin-top: auto;
}
.product .footer .pricing span {
  font-size: 12px;
}
.product .footer .pricing span.rrp {
  font-size: 12px !important;
}
.product .footer .pricing span.price {
  font-size: 13px;
}

.product-tiles .main_free {
  position: relative;
  float: left;
}

.product-tiles .footer {
  position: relative;
  float: left;
}
.product-tiles .footer .pricing span.rrp {
  font-size: 12px;
}

.product-tiles p.rrp_product {
  min-height: initial;
  text-align: left;
  font-size: 13px;
}
.product-tiles p.rrp_product span {
  text-align: right;
  float: right;
  font-size: 13px;
}

.product-tiles p.price_product {
  color: #f49906;
  min-height: initial;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0;
}
.product-tiles p.price_product span {
  text-align: right;
  float: right;
  font-size: 13px !important;
  font-weight: bold;
}

.product-tiles .product_title {
  font-size: 13px;
  color: #5a5a5a;
  min-height: inherit;
}

.product-review-list {
  margin-top: 30px;
  border-left: 1px solid #eaeaea;
}

.shop-index-view-range-button {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
  color: #fff;
  padding: 10px;
  float: right;
}

.product-icons {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 30px;
}
.product-icons li {
  float: left;
  margin-left: 4px;
  list-style: none;
}
.product-icons li img {
  max-width: 40px;
  margin-bottom: 2px;
}
.product-icons li:first-child {
  margin-left: 0px;
}

.product-tiles .footer,
.product-tiles .footer form,
.shop-section .footer,
.shop-section .footer form {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-md-4.shop-section {
    width: 50%;
  }
  .shop-section .footer button.ol.blue {
    float: right;
    width: 70%;
  }
}

.filter-container {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 0px #9c9c9c;
  -webkit-box-shadow: 2px 2px 2px 0px #9c9c9c;
  -moz-box-shadow: 2px 2px 2px 0px #9c9c9c;
}
.filter-container .filter_head {
  padding: 10px;
  background: #009fe3;
  padding-bottom: 10px;
  color: #fff;
  cursor: pointer;
}
.filter-container .filter_head:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  float: right;
}
.filter-container li {
  background: #fff;
  color: #009fe3;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.filter-container li:first-of-type {
  padding-top: 10px;
}
.filter-container li:last-of-type {
  padding-bottom: 10px;
}
.filter-container li a {
  cursor: pointer;
}
.filter-container li a:before {
  content: '\f096';
  font-family: 'FontAwesome';
  float: left;
  padding-right: 7px;
  z-index: 1;
}
.filter-container li .change_icon:before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  padding-right: 5px;
  z-index: 10;
}

.shop-index-view-range-button {
  right: 20px !important;
}

#wras {
  position: absolute;
  padding: 10px 0;
  right: 5%;
  top: 4%;
}
#wras .tooltip .tooltip-inner {
  max-width: 100%;
  text-align: left;
  font-size: 11px;
}
#wras .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 350px;
}

.we_are_different {
  color: #0a3652;
}
.we_are_different .primary {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
.we_are_different .description {
  margin-bottom: 10px;
}
.we_are_different .txt-green {
  color: #5ea730;
}
.we_are_different .txt-orange {
  color: #f59700;
}
.we_are_different .txt-purple {
  color: #9d1ba9;
}
.we_are_different .txt-blue {
  color: #047bc0;
}

.basket .product button {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #0a3652;
  font-weight: normal !important;
}
.basket .product button:hover {
  color: #fff !important;
  background-color: #047bc0;
}

.basket .basket-page-header {
  color: #047bc0;
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 20px;
}

.basket .basket-orange {
  color: #f49906;
  float: right;
}

.basket form label {
  display: block;
  font-size: 14px;
}

.basket form input {
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #047bc0;
}

.basket form button {
  font-weight: bold;
  background-color: #147bc0;
  color: #fff;
  border: 1px solid #147bc0;
  padding: 4px 10px;
}

.basket form p {
  font-size: 14px;
}

.basket form .submit_pro {
  width: 30%;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.basket form #promocode {
  float: left;
  width: 70%;
  font-size: 14px;
}

.basket button {
  font-weight: bold;
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.basket .continue-shopping {
  padding: 2px 20px;
  background-color: transparent;
  border: none;
  color: #5a5a5a;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 15px;
}

.basket h1 {
  color: #047bc0;
  font-size: 24px;
}

.basket .codes-section {
  background-color: #c6c6c5;
  margin-bottom: 25px;
  margin-top: 25px;
}
.basket .codes-section p {
  color: #0a3652;
  font-weight: 500;
}
.basket .codes-section .delivery-charges {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 5px !important;
}

.checkout .row {
  margin-bottom: 10px;
}

.checkout input {
  border-radius: 4px;
  border: 1px solid #c6c6c5;
  width: 100%;
}

.checkout h2 {
  color: #0a3652;
  font-weight: bold;
  font-size: 24px;
}

.checkout .login-header {
  color: #0a3652;
  font-weight: bold;
  font-size: 16px;
}

.checkout button {
  width: 100%;
  margin-top: 20px;
}

.checkout .use-delivery-button {
  font-weight: bold;
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.checkout .complete-checkout-button {
  float: right;
  font-weight: bold;
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.checkout .checkout-page-header {
  color: #047bc0;
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 20px;
}
.checkout .checkout-page-header h1 {
  color: #047bc0;
  font-size: 30px;
}

.checkout label {
  font-weight: normal;
}

.checkout .panel .panel-heading {
  color: #fff;
  background-color: #5ea730;
  background: none;
}

.checkout .panel-heading.login {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
  color: #fff;
}

.checkout #login > .panel-body {
  padding-top: 0;
}

.checkout .contact-details-wrapper {
  border-bottom: 1px solid #c6c6c5;
  padding-bottom: 20px;
}

.checkout .payment-button {
  float: right;
  font-weight: bold;
  background-color: #5ea730;
  color: #fff;
  border: 1px solid #5ea730;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.checkout .login-button {
  float: right;
  font-weight: bold;
  background-color: #047bc0;
  color: #fff;
  border: 1px solid #047bc0;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.checkout input.error {
  border: 1px solid red;
}

.checkout .select-delivery-address {
  display: block;
  width: 100%;
}
.checkout .select-delivery-address label {
  color: #0a3652;
  font-weight: bold;
}
.checkout .select-delivery-address select {
  margin-bottom: 20px;
}

.progress-wrap {
  margin: 20px auto;
  border-bottom: 1px solid #0a3652;
}

.checkout-progress {
  border-radius: 25px;
  display: inline-block;
}
.checkout-progress .arrow-spacing {
  padding: 0px 10px;
}
.checkout-progress .arrow {
  font-weight: 900;
  font-size: large;
}
.checkout-progress li {
  float: left;
  padding: 0px 10px;
  text-align: center;
  /*&:first-child{
		padding-left:0px !important;
		}*/
}
.checkout-progress i {
  display: inline-block;
}
.checkout-progress li,
.checkout-progress a {
  color: #0a3652;
}
.checkout-progress li.current {
  background-color: #0a3652;
  border-radius: 10px;
}
.checkout-progress li.current a {
  color: #fff;
  font-weight: bold;
}
.checkout-progress .sett-basket,
.checkout-progress .sett-user,
.checkout-progress .sett-checkmark,
.checkout-progress .sett-file {
  margin-right: 5px;
}

header a.checkout .item-count {
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  padding-left: 6px;
  padding-right: 6px;
  width: 22px;
  height: 22px;
}

.checkout-postcode {
  border: 1px solid #f49906;
  margin-top: 10px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.checkout-postcode button {
  float: left;
  width: auto;
  margin-right: 20px;
}

.grey-terms {
  padding: 5px;
  margin-top: 5px;
  background-color: #ececec;
  border: 1px solid #047bc0;
}
.grey-terms textarea {
  width: 500px;
}
.grey-terms select {
  width: 500px;
  margin-bottom: 10px;
}

.summary .dropdown {
  margin-bottom: 10px;
}

table.ordertable {
  width: 100%;
  border: 1px solid #147bc0;
}
table.ordertable img {
  float: left;
}
table.ordertable .product-image {
  margin-right: 20px;
}
table.ordertable thead {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
  background-color: #147bc0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
table.ordertable input {
  float: left;
  margin-right: 5px;
}
table.ordertable tbody tr td:not(:first-of-type) {
  vertical-align: middle;
  font-weight: bold;
}
table.ordertable tbody td p {
  margin-bottom: 0;
}
table.ordertable tbody td div {
  overflow: hidden;
}
table.ordertable tbody td .product-id {
  font-size: 12px;
  font-style: italic;
}
table.ordertable tbody td .product-name {
  color: #0a3652;
  font-size: 13px;
  font-weight: 600;
}
table.ordertable tbody td .delivery-time {
  color: #f49906;
  font-size: 12px;
}
table.ordertable tbody td .trees-planted {
  font-size: 12px;
  font-weight: bold;
  color: #5ea730;
}
table.ordertable tbody td .price {
  color: #0a3652;
  font-size: 13px;
}
table.ordertable tbody td .total-price {
  color: #0a3652;
  font-size: 13px;
  font-weight: 600;
}
table.ordertable tbody td img.delivery.icon {
  width: 30px;
  margin-right: 10px;
}
table.ordertable tbody td i.icon {
  font-size: 18px;
  margin-left: 8px;
  margin-right: 15px;
}
table.ordertable tbody td .water-saved {
  font-size: 12px;
  color: #047bc0;
  font-weight: bold;
}
table.ordertable td {
  padding: 8px;
}

table.totals {
  width: 100%;
  margin-right: 28px;
  margin-bottom: 10px;
}
table.totals td {
  color: #5a5a5a;
  font-size: 16px;
}
table.totals td:first-of-type {
  text-align: left;
  font-weight: bold;
}
table.totals td:last-of-type {
  text-align: right;
}
table.totals tr:last-of-type td {
  color: #f49906;
  font-size: 1em;
}

div .product-id {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
}

div .product-name {
  color: #0a3652;
  font-size: 13px;
  font-weight: 600;
}

div .delivery-time {
  color: #f49906;
  font-size: 12px;
}

div .trees-planted {
  font-size: 12px;
  font-weight: bold;
  color: #5ea730;
  display: none;
}

div .price {
  color: #0a3652;
  font-size: 13px;
  text-align: center;
}

div .total-price {
  color: #0a3652;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

div img.delivery.icon {
  width: 30px;
  margin-right: 10px;
}

div i.icon {
  font-size: 18px;
  margin-left: 8px;
  margin-right: 15px;
}

div .water-saved {
  font-size: 12px;
  color: #047bc0;
  font-weight: bold;
  display: none;
}

div .qty_btn_refresh {
  background: none;
  border: none;
  width: 15%;
  float: left;
  padding: 0;
  margin-left: 3%;
  padding-top: 4px;
}

.keyline_basket {
  border-top: 1px solid #0a3652;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: table;
}
.keyline_basket [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.keyline_basket .product-image {
  width: 100px;
}

.checkout_button {
  background-color: #f49906 !important;
  float: right;
  border: none !important;
  width: 100%;
}

.keyline_before {
  padding-top: 20px;
  border-top: 1px solid #0a3652;
}

@font-face {
  font-family: 'museoslabw01-900regular';
  src: url('../fonts/MuseoSlab900.ttf') format('truetype'),
    url('../fonts/MuseoSlab900.woff') format('woff');
}

.calc-v2-freepack {
  /* flip speed goes here */
}
.calc-v2-freepack .cal-water {
  background: #f49906 !important;
  margin-left: -3px;
  color: #fff;
  font-family: Arial;
  border: 1px solid #f49906;
  width: 190px;
  min-height: 44px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: right;
}
.calc-v2-freepack .freepack-new-container {
  margin: 0 2%;
}
.calc-v2-freepack .freepack-new-container img {
  width: 100%;
  z-index: -1;
}
.calc-v2-freepack h1 {
  color: #5ea730;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.calc-v2-freepack h2 {
  text-align: center;
  color: #5ea730;
  margin-bottom: 30px;
}
.calc-v2-freepack .freepack-new-compare {
  border: 2px solid #ccc;
}
.calc-v2-freepack .freepack-new-free p {
  font-size: 22px;
  font-weight: 500px;
}
.calc-v2-freepack .freepack-new-free .freepack-new-header {
  left: 45px;
  top: 45px;
}
.calc-v2-freepack .freepack-new-free .freepack-new-header p {
  font-size: 36px;
  font-weight: bold;
}
.calc-v2-freepack .panelBelow {
  font-size: 1.5em;
  color: #999;
  padding: 0 5px 25px;
}
.calc-v2-freepack .freepack-new-compare,
.calc-v2-freepack .freepack-new-free,
.calc-v2-freepack .front,
.calc-v2-freepack .back {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 16px;
  width: 49%;
  text-align: center;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.calc-v2-freepack .front,
.calc-v2-freepack .back {
  /*backface-visibility*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.calc-v2-freepack .freepack-new-compare .flipper .front p {
  text-align: left !important;
  padding-left: 10px;
  font-size: 34px;
  color: #0a3652;
  line-height: 1.1em;
  font-family: arial;
  font-weight: 600;
}
.calc-v2-freepack .freepack-new-compare .flipper .front p span {
  color: #0083c6;
}
.calc-v2-freepack .freepack-new-free .freepack-new-header .freebox p {
  text-align: left !important;
  padding-left: 10px;
  font-size: 34px;
  color: #0a3652;
  line-height: 1.1em;
  font-family: arial;
  font-weight: 600;
  margin-left: -43px;
  margin-top: -36px;
}
.calc-v2-freepack .freepack-new-free .freepack-new-header .freebox p span {
  color: #0083c6;
}
.calc-v2-freepack .flipper:not(.freepack-new-form-Input) {
  /*transition*/
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  /*transform-style*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.calc-v2-freepack .flipped {
  /*transform*/
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.calc-v2-freepack .back {
  /*transform*/
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 100%;
}
.calc-v2-freepack .front {
  z-index: 2;
  width: 100%;
}
.calc-v2-freepack .freepack-new-free {
  float: right;
  padding-bottom: 0;
  background-size: 100% auto;
  border: 2px solid #ccc;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.calc-v2-freepack .freepack-new-free img {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.calc-v2-freepack .freepack-new-free .freepack-new-header {
  width: 100%;
  text-align: left;
}
.calc-v2-freepack .freepack-new-header {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 40%;
  width: 190px;
  right: 9%;
}
.calc-v2-freepack .freepack-new-header span {
  color: #000;
}
.calc-v2-freepack .freepack-new-header h2 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 0;
}
.calc-v2-freepack .freepack-new-header h1 {
  font-size: 34px;
  color: #2065b3;
  text-align: left;
}
.calc-v2-freepack .freepack-new-header p {
  color: #2f9cb9;
}
.calc-v2-freepack .freepack-new-sub-header {
  font-size: 15px;
  color: #999999;
  font-weight: 100;
  width: 190px;
  left: 3%;
  position: absolute;
  bottom: 12%;
  width: 70%;
}
.calc-v2-freepack .freepack-new-sub-header span {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  padding: 0px 20px;
  margin-top: -10px;
}
.calc-v2-freepack .freepack-new-sub-header p {
  padding: 5px 0;
  font-weight: 500;
  text-align: left;
}
.calc-v2-freepack .freepack-new-sub-footer {
  padding-bottom: 12px;
  font-size: 22px;
  color: #999999;
  font-weight: 500;
  width: 190px;
  text-align: left;
  margin-bottom: 20px;
}
.calc-v2-freepack .freepack-new-sub-footer span {
  font-weight: 900;
  color: #f49906;
}
.calc-v2-freepack .freepack-new-calculate {
  width: 188px;
  height: 90px;
  background: #f49906;
  position: absolute;
  top: 42%;
  left: 468px;
  border-radius: 5px;
}
.calc-v2-freepack .arrowFlip {
  position: absolute;
  top: 100%;
  right: 52%;
  z-index: 999;
}
.calc-v2-freepack .freepack-new-rollimage img {
  position: relative;
  width: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  /*   -webkit-animation-timing-function: linear; */
  animation-name: rotate;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear;*/
  -webkit-animation-duration: 250.5s;
  animation-duration: 250.5s;
}
.calc-v2-freepack .freepack-new-form-Input {
  display: inline-block;
  position: absolute;
  left: 3%;
  bottom: 14%;
  width: 60%;
}
.calc-v2-freepack .freepack-new-rollimage {
  margin-top: 60px;
}
.calc-v2-freepack .freepack-new-staticimage {
  margin-top: 17px;
}
.calc-v2-freepack ::-webkit-input-placeholder {
  color: #ccc;
  text-align: center;
}
.calc-v2-freepack :-moz-placeholder {
  color: #ccc;
  text-align: center;
}
.calc-v2-freepack ::-moz-placeholder {
  color: #ccc;
  text-align: center;
}
.calc-v2-freepack :-ms-input-placeholder {
  color: #ccc;
  text-align: center;
}
.calc-v2-freepack .freepack-new-box,
.calc-v2-freepack .freepack-new-boxbutton {
  border: 1px solid #f49906;
  min-height: 44px;
  text-align: center;
  color: #222;
  font-weight: 500;
  margin-right: -5px;
}
.calc-v2-freepack .freepack-new-boxbutton {
  background: #f49906 !important;
  padding-top: 6px;
  color: #fff;
  font-family: Arial;
  cursor: pointer;
}
.calc-v2-freepack .freepack-new-icon i {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #f49906;
}
.calc-v2-freepack .freepack-new-icon {
  /*   font-size: 25px;
	  margin-top:-30px; */
  cursor: pointer;
  font-size: 17px;
  margin-top: -268px;
  position: relative;
  z-index: 999;
  position: absolute;
  left: 7px;
  text-align: left;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.85);
}
.calc-v2-freepack .freepack-new-icon span {
  color: #047bc0;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 600;
}
.calc-v2-freepack .orMiddle {
  position: absolute;
  top: 50%;
  left: 45.5%;
}
.calc-v2-freepack .orMiddle .orSign {
  background: #0a3652;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  font-size: 2.3em;
  padding-top: 2%;
  float: left;
}
.calc-v2-freepack .advistise {
  background: #eee;
  border-radius: 5px;
}
.calc-v2-freepack .advistise li {
  display: inline-block;
  padding: 5px 16px;
}
.calc-v2-freepack .advistise img {
  width: 160px;
}
.calc-v2-freepack .pageCopy {
  background: #eee;
  padding: 5px 16px;
  margin-top: 2%;
}
.calc-v2-freepack .videoContainer {
  width: 100%;
  margin: 30px 0;
}
.calc-v2-freepack .videoContainer .videoWater,
.calc-v2-freepack .videoContainer .videoWater1 {
  background: #eee;
  width: 48%;
  float: left;
  height: 330px;
  background: url(/swsm/img/water-calculator/tv.png) no-repeat;
  background-size: 100%;
  padding: 20px;
}
.calc-v2-freepack .videoContainer .videoWater1 {
  float: right;
}
.calc-v2-freepack .iconFront,
.calc-v2-freepack .starFront,
.calc-v2-freepack .iconFront2,
.calc-v2-freepack .starFront2 {
  width: 100%;
  height: 77px;
  background: #ddd;
  margin-bottom: 15px;
}
.calc-v2-freepack .starFront,
.calc-v2-freepack .starFront2 {
  position: relative;
  text-align: center;
}
.calc-v2-freepack .revFront,
.calc-v2-freepack .revFront2 {
  background: #eee;
  padding: 15px 20px;
  height: 174px;
}
.calc-v2-freepack .revFront div,
.calc-v2-freepack .revFront2 div {
  text-align: left;
}
.calc-v2-freepack .revFront img,
.calc-v2-freepack .revFront2 img {
  margin-top: 3%;
}
.calc-v2-freepack .revFront .fa-quote-left,
.calc-v2-freepack .revFront2 .fa-quote-left {
  position: relative;
  top: -8px;
}
.calc-v2-freepack .revFront .fa-quote-right,
.calc-v2-freepack .revFront2 .fa-quote-right {
  position: relative;
  top: 6px;
}
.calc-v2-freepack .revFront .fa-star,
.calc-v2-freepack .revFront2 .fa-star {
  font-size: 25px;
  color: #c39b0e;
}
.calc-v2-freepack .tipsfreepack {
  background: #eee;
  border-radius: 5px;
  padding: 10px 5px 30px 5px;
  margin-bottom: 8%;
  margin-top: 2%;
}
.calc-v2-freepack .tipsfreepack ol li {
  list-style-type: disc !important;
  padding-bottom: 10px;
}
.calc-v2-freepack .tipsfreepack h2 {
  text-align: left;
  padding-left: 10px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media screen and (max-width: 1900px) {
  .calc-v2-freepack .orMiddle {
    top: 50%;
    left: 46%;
  }
}
@media screen and (max-width: 1440px) {
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    left: 306px;
  }
  .calc-v2-freepack .orMiddle {
    left: 45.5%;
    top: 70%;
  }
}
.calc-v2-freepack .freepack-new-form-Input-free {
  z-index: 999;
}
@media screen and (max-width: 1280px) {
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    left: 241px;
  }
  .calc-v2-freepack .freepack-new-form-Input {
    width: 62%;
  }
  .calc-v2-freepack .orMiddle {
    left: 44.5%;
    top: 42%;
  }
  .calc-v2-freepack .freepack-new-header {
    right: 6%;
    bottom: 36%;
  }
  .calc-v2-freepack .freepack-new-compare,
  .calc-v2-freepack .freepack-new-free,
  .calc-v2-freepack .calc-v2-freepack .front,
  .calc-v2-freepack .calc-v2-freepack .back {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .calc-v2-freepack {
    padding-top: 30px;
  }
  .calc-v2-freepack .freepack-new-compare,
  .calc-v2-freepack .freepack-new-free {
    width: 49%;
  }
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    top: 24%;
    left: 403px;
  }
  .calc-v2-freepack .freepack-new-icon {
    margin-top: -381px;
  }
  .calc-v2-freepack .freepack-new-container img {
    bottom: 57px;
    left: 0px;
  }
  .calc-v2-freepack .freepack-new-free img {
    bottom: 0;
  }
  .calc-v2-freepack .freepack-new-header {
    top: 65px;
    left: 39px;
  }
  .calc-v2-freepack .freepack-new-header p {
    font-size: 27px !important;
  }
  .calc-v2-freepack .freepack-new-free {
    left: 16px;
  }
  .calc-v2-freepack .freepack-new-sub-header p {
    text-align: right;
  }
  .calc-v2-freepack .freepack-new-sub-footer {
    text-align: center;
  }
  .calc-v2-freepack .videoWater,
  .calc-v2-freepack .videoWater1 {
    height: 277px;
  }
}
@media screen and (max-width: 768px) {
  .calc-v2-freepack .ipad {
    margin-bottom: 0;
  }
  .calc-v2-freepack .freepack-new-compare,
  .calc-v2-freepack .freepack-new-free {
    width: 100%;
  }
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    top: 36%;
    left: 277px;
  }
  .calc-v2-freepack .orMiddle {
    display: none;
  }
  .calc-v2-freepack .freepack-new-container {
    border-bottom: solid 1px #eee;
  }
  .calc-v2-freepack .freepack-new-container img {
    top: 0;
  }
  .calc-v2-freepack .freepack-new-free img {
    bottom: -166px;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header {
    font-size: 19px;
    left: 61%;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header h2 {
    font-size: 30px;
  }
  .calc-v2-freepack .avitarContainer {
    width: 100% !important;
    margin: 10px;
    padding: 0 !important;
  }
  .calc-v2-freepack .freepack-new-icon {
    margin-top: -453px;
  }
  .calc-v2-freepack .freepack-new-header {
    font-size: 35px;
    left: 116px;
  }
  .calc-v2-freepack .freepack-new-header h1,
  .calc-v2-freepack .freepack-new-header h2,
  .calc-v2-freepack .freepack-new-header p {
    font-size: 44px;
  }
  .calc-v2-freepack .freepack-new-sub-footer {
    padding: 0px 35px 0px 35px;
    width: 246px;
  }
  .calc-v2-freepack .freepack-new-sub-header {
    font-size: 15px;
    width: 50%;
  }
  .calc-v2-freepack .freepack-new-sub-header p {
    text-align: center;
    font-size: 25px;
  }
  .calc-v2-freepack .videoWater,
  .calc-v2-freepack .videoWater1 {
    width: 77%;
    float: none;
    padding: 26px;
  }
}
@media screen and (max-width: 600px) {
  .calc-v2-freepack .freepack-new-header {
    left: 58%;
    top: 138px;
  }
}
@media screen and (max-width: 414px) {
  .calc-v2-freepack .freepack-new-compare,
  .calc-v2-freepack .freepack-new-free {
    width: 100%;
  }
  .calc-v2-freepack .panelBelow {
    display: none;
  }
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    top: 45%;
    left: 101px;
  }
  .calc-v2-freepack .freepack-new-container img {
    bottom: 25px;
  }
  .calc-v2-freepack .freepack-new-compare {
    height: 450px;
  }
  .calc-v2-freepack .freepack-new-free {
    height: 340px;
    margin-top: 0px;
    margin-right: 14px;
  }
  .calc-v2-freepack .freepack-new-sub-footer {
    font-size: 29px;
  }
  .calc-v2-freepack .freepack-new-box,
  .calc-v2-freepack .freepack-new-boxbutton {
    width: 100%;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header {
    font-size: 13px;
    left: 50%;
    top: 35%;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header h2 {
    font-size: 25px;
  }
  .calc-v2-freepack .freepack-new-icon {
    margin-top: -231px;
    text-align: center;
  }
  .calc-v2-freepack .advistise img {
    width: 69px;
  }
  .calc-v2-freepack .advistise li:first-child {
    display: block;
    width: 100%;
  }
  .calc-v2-freepack .revFront2 img,
  .calc-v2-freepack .revFront img {
    display: none;
  }
  .calc-v2-freepack .videoContainer .videoWater1,
  .calc-v2-freepack .videoContainer .videoWater {
    width: 100%;
    min-height: 100%;
    height: 235px;
  }
  .calc-v2-freepack .freepack-new-icon span {
    font-size: 15px;
  }
  .calc-v2-freepack .freebox p {
    margin-left: -173px;
  }
}
@media screen and (max-width: 412px) {
  .calc-v2-freepack .freepack-new-icon {
    margin-top: -234px;
  }
}
@media screen and (max-width: 375px) {
  .calc-v2-freepack .panelBelow {
    font-size: 1.1em;
  }
  .calc-v2-freepack .freepack-new-compare {
    height: 450px;
    margin-top: 0px;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-icon {
    bottom: 2px;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header {
    left: 46%;
    top: 36%;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header h2 {
    font-size: 18px !important;
  }
  .calc-v2-freepack .freepack-new-form-Input {
    bottom: 15%;
  }
  .calc-v2-freepack .freepack-new-icon span {
    font-size: 13px;
  }
  .calc-v2-freepack .freepack-new-container .freepack-new-rollimage2 img {
    bottom: 59px;
  }
  .calc-v2-freepack .freepack-new-container .freepack-new-free img {
    bottom: 0px;
  }
  .calc-v2-freepack .freepack-new-compare .flipper .front p {
    font-size: 32px;
  }
  .calc-v2-freepack .videoContainer .videoWater,
  .calc-v2-freepack .videoContainer .videoWater1 {
    height: 206px;
    padding: 17px;
  }
}
@media screen and (max-width: 360px) {
  .calc-v2-freepack .freepack-new-compare {
    height: 454px;
  }
  .calc-v2-freepack .freepack-new-free {
    margin-top: 0px;
    height: 576px;
  }
  .calc-v2-freepack .freepack-new-header {
    font-size: 30px;
    left: 45%;
    top: 35%;
  }
  .calc-v2-freepack .freepack-new-icon {
    font-size: 9px;
    margin-top: -145px;
  }
  .calc-v2-freepack .freepack-new-icon span {
    font-size: 13px;
  }
  .calc-v2-freepack .freepack-new-rollimage {
    margin-top: 184px;
  }
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    top: 41%;
    left: 72px;
  }
  .calc-v2-freepack .freepack-new-sub-footer {
    font-size: 22px;
  }
  .calc-v2-freepack .freepack-new-sub-header {
    padding: 0px 18px;
  }
}
@media screen and (max-width: 320px) {
  .calc-v2-freepack .freepack-new-rollimage .freepack-new-form-Input {
    top: 43%;
    left: 46px;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header {
    font-size: 10px;
    left: 41%;
    top: 41%;
  }
  .calc-v2-freepack .freepack-new-compare .freepack-new-header .freebox p {
    font-size: 29px;
    margin-left: -134px;
    margin-top: -124px;
  }
  .calc-v2-freepack .freepack-new-sub-footer {
    font-size: 23px;
  }
  .calc-v2-freepack .freepack-new-sub-header {
    font-size: 22px;
    padding: 0px 10px;
  }
  .calc-v2-freepack .freepack-new-header {
    left: 41%;
    top: 41%;
  }
  .calc-v2-freepack .freepack-new-compare {
    height: 452px;
  }
  .calc-v2-freepack .freepack-new-free {
    margin-top: 0px;
  }
  .calc-v2-freepack .freepack-new-icon {
    margin-top: -138px;
  }
}

.bold {
  font-weight: bold;
}

.banner {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  padding: 5px;
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}
.banner * {
  font-weight: bold !important;
}
.banner h1 {
  margin: 0;
  overflow: hidden;
}
.banner .border {
  border: 1px dashed #fff;
  padding: 20px 10px;
}
.banner .water-logo {
  position: absolute;
  right: 50px;
  width: 200px;
  margin-top: -65px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 60px;
  text-align: center;
}
.banner .water-logo img {
  display: inline-block;
}

.banner-free-shower {
  padding: 5px;
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}
.banner-free-shower a {
  color: #fff;
}
.banner-free-shower a .banner-inner {
  border: 1px dashed #fff;
  padding: 13px;
}
.banner-free-shower a .banner-inner img {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-top: -10px;
}

.product[disabled='disabled'] button {
  background-color: #c6c6c5;
  border-color: #333;
}
.product[disabled='disabled'] button span {
  color: #333;
}

.product[checked='checked'] button {
  background-color: #f49906;
  color: #fff;
}

.freepack h2 {
  color: #047bc0;
  font-size: 28px;
}
.freepack h2 span {
  float: right;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.freepack .pack-products {
  overflow: hidden;
}
.freepack .pack-products p:first-of-type {
  color: #0a3652;
  max-height: 70px;
}

.freepack .product.pack {
  margin-top: 5px;
  display: table-cell;
  min-height: 479px;
  float: left;
}
.freepack .product.pack input {
  margin-left: 0;
  margin-right: 5px;
}
.freepack .product.pack span {
  margin-left: 0;
}
.freepack .product.pack button.checked {
  background-color: #f49906;
  color: #fff;
}

.freepack .pack-group {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.freepack .pack-group > p:first-of-type {
  padding: 10px;
  margin-bottom: 0;
}
.freepack .pack-group p.product-selection-header {
  background-color: #f49906;
  color: #fff;
  max-width: 100%;
}
.freepack .pack-group p.second-product-selection-header {
  background-color: #f49906;
  color: #fff;
  max-width: 100%;
}

.freepack .pack-border {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f49906;
  height: 100%;
  width: 100%;
}

@media (max-width: 990px) {
  .freepack .pack-border {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #f49906;
    height: 100%;
    width: 100% !important;
  }
  .freepack .pack-group {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .freepack .pack-group > p:first-of-type {
    padding: 10px;
    margin-bottom: 0;
  }
  .freepack .pack-group p.product-selection-header {
    background-color: #f49906;
    color: #fff;
    max-width: 100%;
  }
  .freepack .pack-group p.second-product-selection-header {
    background-color: #f49906;
    color: #fff;
    max-width: 100%;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .freepack button.ol {
    float: none !important;
  }
}

.freepack .buynow {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  border: 1px solid #047bc0;
}
.freepack .buynow h2 {
  background-color: #047bc0;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  margin-bottom: 10px;
}

.freepack .ol-box {
  border: 1px solid #047bc0;
}
.freepack .ol-box h2 {
  padding: 10px;
  font-size: 22px;
  font-weight: 300;
}

.freepack button.checkout {
  padding: 10px 40px;
  border: none;
  float: right;
  margin-top: 10px;
  font-weight: bold;
}

.freepack .date-picker-header {
  color: #0a3652;
  font-weight: bold;
  font-size: 14px;
}

.freepack .time-dropdown h4 {
  color: #0a3652;
  font-weight: bold;
  margin-bottom: 2px;
}

.freepack .install-details input {
  width: 100%;
}

.freepack .install-details label {
  color: #0a3652;
  font-weight: bold;
  font-size: 14px;
}

.freepack .install-details .row {
  margin-bottom: 10px;
}

.freepack .install-details h2 {
  border-bottom: 1px solid #c6c6c5;
}

.freepack .request-button {
  float: right;
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  border: none;
}

.freepack .panel {
  margin-bottom: 0;
}

.freepack .identify-intro {
  margin-top: 10px;
}

.freepack .freepack-postcode {
  font-size: 12px;
}

.freepack .identify img {
  max-width: 150px;
}

.freepack .identify h1 {
  color: #047bc0;
  font-size: 25px;
}

.freepack .identify h4 {
  font-size: 16px;
  color: #f49906;
  margin-bottom: 0;
}

.freepack form.postcode {
  display: inline-block;
}
.freepack form.postcode input {
  border: 1px solid #f49906;
  padding: 5px;
}
.freepack form.postcode button {
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 5px 10px;
}

.freepack .provider-details {
  margin-top: 20px;
}
.freepack .provider-details p {
  font-size: 12px;
  margin-bottom: 0;
}

.freepack .provider-info {
  overflow: hidden;
}

.provider-result {
  padding: 20px;
  border: 1px solid #c6c6c5;
  overflow: hidden;
  /*clear floats*/
  margin-top: 25px;
  background-color: #dfdfdf;
  border-color: #f49906;
  margin-bottom: 10px;
}
.provider-result img {
  float: left;
  max-width: 150px;
  margin-right: 15px;
}
.provider-result .button {
  margin-top: 10px;
}

/** Log In **/
fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  border-bottom: none;
  width: 32%;
}

#main_home_page_login_button {
  display: none;
}

#home_page_forgot_password_success_message,
#home_page_reset_password_success_message {
  padding: 20px 20px;
  border: 1px solid green;
  margin: 0 20px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes gasFirstFlow {
  0% {
    opacity: 0;
    transition-timing-function: linear;
  }
  50% {
    opacity: 1;
    transition-timing-function: linear;
    transform: translate3d(-1px, -1px, 0);
  }
  100% {
    opacity: 0;
    transition-timing-function: linear;
    transform: translate3d(-2px, -2px, 0);
  }
}

@keyframes bodyBounce {
  0%,
  15%,
  48%,
  75%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  35%,
  38% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, 0, 0);
  }
  65% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.2px, 0);
  }
  85% {
    transform: translate3d(0, -0.5px, 0);
  }
}

.freepack-order-complete {
  margin: auto;
  padding-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  .freepack-order-complete {
    /* IE10+ CSS styles go here */
    margin: 200px auto;
  }
}
.freepack-order-complete svg {
  margin: auto;
  display: block;
  padding-bottom: 10px;
}
.freepack-order-complete svg #infront,
.freepack-order-complete svg #inback,
.freepack-order-complete svg #globe {
  animation: spin 30s linear infinite;
  transform-origin: 50%;
}
.freepack-order-complete svg #Sky {
  animation: spin 100s linear infinite;
  transform-origin: 50%;
}
.freepack-order-complete svg #gas--first {
  animation: gasFirstFlow 2s infinite linear both;
  fill: #dedede;
}
.freepack-order-complete svg #gas--last {
  animation: gasFirstFlow 1.7s infinite linear both;
  fill: #ececec;
}
.freepack-order-complete svg #carBody,
.freepack-order-complete svg #Loading {
  animation: bodyBounce 1s infinite both;
}
.freepack-order-complete svg #Body {
  transform: translate(16px, 0.5px) skewX(-14deg) translate(-10px, 0px);
}

@media screen and (max-width: 414px) {
  #main_home_page_login_button {
    top: -105px;
    left: -97px;
    position: absolute;
  }
}

@media screen and (max-width: 320px) {
  legend.scheduler-border {
    width: 78%;
  }
}

/**  Landing page2  **/
.showMe {
  background: #e6007e;
  padding-bottom: 1%;
  z-index: 2;
  padding-right: 2px;
}
.showMe p {
  display: block;
  font-size: 23px;
  color: #fff;
  font-family: inherit;
  padding: 0px 2px 20px 0;
  margin-right: -58px;
  margin-left: 26px;
}
.showMe .postcodeShow {
  padding: 0 38px;
  clear: both;
  position: relative;
  top: -20px;
}
.showMe .ipad {
  margin-bottom: -156px;
  z-index: 2;
}

.showFooter {
  background: #620036;
  color: #fff;
  overflow: auto;
}
.showFooter div {
  float: left;
  margin-left: 2%;
  font-size: 14px;
}
.showFooter p {
  padding: 18px 2px;
  font-size: 14px;
}
.showFooter #comm_avg {
  float: left;
  margin-top: 7%;
}
.showFooter #comm_avg span {
  color: #fff;
}
.showFooter #comm_avg span i {
  color: orangered;
  font-size: 20px;
}

.advistise {
  margin-top: 3%;
}

.landing2 {
  margin-top: 0%;
}

@media screen and (max-width: 1280px) {
  .landing2 {
    margin-top: 5%;
  }
  .videoContainer .videoWater,
  .videoContainer .videoWater1 {
    height: 266px;
  }
}

@media screen and (max-width: 1024px) {
  .showFooter div {
    margin-left: 0.2%;
  }
}

@media screen and (max-width: 768px) {
  .landing2 {
    margin-top: 0;
  }
  .iconShow {
    width: 100%;
  }
  .showFooter #comm_avg {
    margin-top: -24px;
    margin-left: 2%;
    margin-bottom: 5%;
  }
  .containerShow {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .ipad img {
    width: 100%;
    position: relative;
    top: -37px;
  }
  .postcodeShow {
    z-index: 999;
  }
}

@media screen and (max-width: 414px) {
  .showMe p {
    margin-left: 0px;
    margin-right: -18px;
    font-size: 21px;
  }
  .showMe .ipad img {
    width: 100%;
    position: relative;
    top: -57px;
    right: -123px;
  }
  .iconShow div:nth-of-type(odd) {
    width: 100%;
    float: left;
  }
  .postcodeShow {
    z-index: 999;
  }
  .freepack-new-compare,
  .freepack-new-free,
  .calc-v2-freepack .front,
  .calc-v2-freepack .back {
    height: 380px;
  }
  .calc-v2-freepack {
    font-size: 12px !important;
  }
  .calc-v2-freepack .videoContainer .videoWater,
  .calc-v2-freepack .videoContainer .videoWater1 {
    height: 158px;
  }
}

.success h1 {
  color: #047bc0;
  font-size: 24px;
}

.success .order-confirmation-header {
  color: #047bc0;
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 10px;
}

.success .customer-name {
  color: #0a3652;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.success .success-message {
  margin-top: 0;
  margin-bottom: 0;
}

.success h4 {
  color: #0a3652;
  font-weight: bold;
}

.success address > p {
  margin-bottom: 0;
}

.success .footerFreeEmail {
  background: url(/swsm/img/footerwaves.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #9d9c9c;
  margin-top: 15px;
  padding: 25px 0;
}

.success .reg {
  color: #fff;
  padding: 10px;
  background: #f49906;
  margin-bottom: 8%;
  clear: both;
}

.summary h1 {
  color: #047bc0;
  font-size: 24px;
}

.summary .order-summary-header {
  color: #047bc0;
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 10px;
}

.summary h4 {
  color: #0a3652;
  font-weight: bold;
}

.summary address > p {
  margin-bottom: 0;
}

.summary .process-button {
  font-weight: bold;
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 4px 25px;
  margin-bottom: 15px;
}

.free_p {
  background-color: #5ea730;
  color: #fff;
}
.free_p:hover {
  background-color: #fff;
}

.clearance_li {
  background-color: #0a3652;
  color: #fff;
}
.clearance_li:hover {
  background-color: #fff;
}

.company_logo {
  margin-left: 20px;
}
.company_logo img {
  max-height: 70px;
  width: auto;
  padding-left: 10px;
}

.nav_menu_list {
  position: relative;
}

.nav_megamenu_fix {
  position: absolute;
  margin: 1px -16px;
}

.faq .faq-page-header {
  color: #047bc0;
  border-bottom: 1px solid #c6c6c5;
  margin-bottom: 20px;
}
.faq .faq-page-header h1 {
  color: #0a3652;
  font-size: 30px;
}

.faq .page-intro {
  color: #047bc0;
  font-size: 30px;
  margin-top: 0;
}

.faq .panel .panel-heading {
  background: #f5f5f5;
  color: #333;
}

.faq .categories {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}
.faq .categories > li a {
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.faq .categories > li a span {
  font-size: 0.8em;
}
.faq .categories > li a li > ul {
  background-color: #fff;
}
.faq .categories > li a li > ul a {
  color: #0a3652;
  padding: 2px;
  font-size: 14px;
  margin-left: 10px;
}
.faq .categories .link_button {
  float: right !important;
}

.faq .accordion_state {
  float: right;
  font-size: 20px;
  font-weight: bold;
}

/* move to freepack once not occupied */
.freepack-landing {
  text-align: left;
}
.freepack-landing .landing-ipad3,
.freepack-landing .landing-ipad2 {
  margin-top: -50px;
}
.freepack-landing .welcome-in-top {
  margin-top: 25px;
  border: 1px solid #ddd;
}
.freepack-landing .welcome-in-top h1 {
  color: #007abd;
  font-weight: bold;
  font-size: 45px;
  margin-top: 10px;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
}
.freepack-landing .welcome-in-top h1 span {
  color: #0a3651;
}
.freepack-landing .welcome-in-top img {
  max-width: 408px;
  float: right;
  margin-bottom: -20px;
  margin-right: -15px;
}
.freepack-landing .welcome-in-top .quotes-cal {
  text-align: center;
  position: absolute;
  bottom: 21px;
  right: 28%;
}
.freepack-landing .welcome-in-top .postcode .postcode-check form {
  display: inline-block;
  position: absolute;
  bottom: 26px;
  left: 20px;
}
.freepack-landing .welcome-in h1 {
  color: #007abd;
  font-size: 48px;
  margin-top: 38px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.freepack-landing .welcome-in h1 span {
  color: #0a3651;
}
.freepack-landing .welcome-in h3 {
  color: #007abd;
  font-size: 38px;
  margin-top: 38px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 17px;
}
.freepack-landing .welcome-in h3 span {
  color: #0a3651;
}
.freepack-landing .welcome-in img {
  width: 100%;
  max-width: 468px;
}
.freepack-landing .advistise img {
  width: 159px;
}
.freepack-landing .videoContainer .videoWater1 {
  width: 50%;
}
.freepack-landing .videoContainer .videoWater {
  width: 50%;
}
.freepack-landing .pageCopy2 {
  background: #047bc0;
  padding: 2%;
  margin-top: 2%;
}
.freepack-landing .pageCopy2 p {
  font-size: 44px;
  color: #fff;
  line-height: 45px;
}
.freepack-landing .pageCopy2 .freepack-new-form-Input {
  float: right;
  margin-right: 2%;
  margin-bottom: 5%;
  margin-top: -30px;
}
.freepack-landing .pageCopy2 .freepack-new-form-Input button {
  border: 1px solid #ff911a;
  background: #ff911a;
  border-radius: 0 3px 3px 0;
  color: #fff;
  padding: 7px;
}
.freepack-landing .pageCopy2 .freepack-new-form-Input input {
  border: 2px solid #ff911a;
  padding-bottom: 2px;
  border-radius: 3px 0px 0 3px;
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .freepack-landing .landing-ipad3,
  .freepack-landing .landing-ipad2 {
    margin-top: -1px;
  }
  .freepack-landing .welcome-in-top h1 {
    font-size: 35px;
  }
  .freepack-landing .welcome-in-top img {
    max-width: 346px;
  }
  .freepack-landing .welcome-in-top .postcode .postcode-check form {
    bottom: 8%;
  }
  .freepack-landing .welcome-in-top .quotes-cal {
    bottom: 3%;
    right: 31%;
    font-size: 10px;
  }
  .freepack-landing .calc-v2-freepack .revFront,
  .freepack-landing .calc-v2-freepack .revFront2 {
    height: 210px;
  }
}
@media screen and (max-width: 769px) {
  .freepack-landing .welcome-in h3 {
    font-size: 37px;
  }
}
@media screen and (max-width: 736px) {
  .freepack-landing .welcome-in-top {
    text-align: center;
  }
  .freepack-landing .welcome-in-top h1 {
    font-size: 30px;
  }
  .freepack-landing .welcome-in-top .quotes-cal {
    right: 34%;
  }
}
@media screen and (max-width: 667px) {
  .freepack-landing .landing-ipad3,
  .freepack-landing .landing-ipad2 {
    margin-top: 0px;
  }
  .freepack-landing .welcome-in-top {
    min-height: 400px;
    text-align: left;
  }
  .freepack-landing .welcome-in-top h1 {
    font-size: 27px;
  }
  .freepack-landing .welcome-in-top .postcode .postcode-check form {
    max-width: 398px;
    left: 5%;
    display: inline-block;
    position: absolute;
    top: 51%;
  }
  .freepack-landing .welcome-in-top img {
    display: none;
  }
  .freepack-landing .quotes-cal {
    top: 71%;
    width: 100%;
  }
  .freepack-landing .calc-v2-freepack .advitise li:first-child {
    display: block;
    width: 100%;
  }
  .freepack-landing .calc-v2-freepack .videoContainer {
    display: none;
  }
  .freepack-landing .calc-v2-freepack .avitarContainer img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .freepack-landing .welcome-in-top h1 {
    font-size: 31px;
  }
  .freepack-landing .welcome-in-top .postcode .postcode-check form {
    left: 8%;
  }
  .freepack-landing .welcome-in h3 {
    font-size: 30px;
  }
  .freepack-landing .advistise li:first-child {
    display: block;
    width: 100%;
  }
  .freepack-landing .advistise li:first-child img {
    width: 114px;
  }
}
@media screen and (max-width: 375px) {
  .freepack-landing .welcome-in-top {
    min-height: 300px;
  }
  .freepack-landing .welcome-in-top h1 {
    font-size: 18pxpx;
  }
  .freepack-landing .welcome-in-top img {
    display: none !important;
  }
  .freepack-landing .welcome-in-top .postcode .postcode-check form {
    left: 5%;
    top: 47%;
    width: 268px;
  }
  .freepack-landing .welcome-in-top .quotes-cal span {
    font-size: 20px !important;
  }
  .freepack-landing .welcome-in h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 321px) {
  .freepack-landing .postcode .postcode-check form {
    max-width: 357px !important;
  }
  .freepack-landing .postcode .postcode-check .quotes-cal {
    right: 0 !important;
  }
}
@media screen and (max-width: 569px) {
  .freepack-landing .postcode .postcode-check form {
    max-width: 357px !important;
  }
  .freepack-landing .quotes-cal {
    right: 0 !important;
  }
  .freepack-landing .welcome-in h3 {
    font-size: 26px !important;
  }
  .freepack-landing .advistise img {
    width: 90px !important;
  }
}

.datafeeds .blue {
  background-color: #047bc0;
  color: #fff !important;
}

.datafeeds .green {
  background-color: #5ea730;
  color: #fff !important;
}

.datafeeds .orange {
  background-color: #f49906;
  color: #fff !important;
}

.datafeeds .icon-area {
  margin-top: 50px;
  text-align: center;
  padding: 30px 0;
}
.datafeeds .icon-area i {
  font-size: 5em;
}
.datafeeds .icon-area p:first-of-type {
  font-weight: bold;
  font-size: 2em;
}

.datafeeds .copy {
  padding: 30px 0;
}

.datafeeds h2 {
  color: #0a3652;
  font-size: 24px;
}

.search-results .search-results-page-header {
  color: #047bc0;
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 20px;
}
.search-results .search-results-page-header h1 {
  color: #0a3652;
  font-size: 30px;
}

.search-results .related-articles {
  color: #047bc0;
  font-size: 25px;
  margin-top: 0;
}

.search-results .article-title {
  color: #0a3652;
  font-size: 20px;
}

.search-results .article-info {
  font-size: 12px;
}

.search-results .articles-tab {
  border-bottom: 1px solid #9d9c9c;
}

.advice .advice-page-header {
  border-bottom: 1px solid #9d9c9c;
  margin-bottom: 20px;
}
.advice .advice-page-header h1 {
  color: #0a3652;
  font-size: 30px;
}

.advice .section-title {
  color: #047bc0;
  font-size: 25px;
}

.advice .featured {
  border: 1px solid #f49906 !important;
  overflow: hidden;
}
.advice .featured .listing-header {
  margin-top: -20px;
  background: #f49906;
  color: #fff;
  font-weight: bold;
  font-size: 1px;
}
.advice .featured .featured-header {
  padding: 8px;
  font-size: 26px;
}

.advice .list-listings li:last-child {
  border-bottom: none;
  padding: 20px;
}

.advice .advice-search-button {
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 5px 10px;
}

.advice .advice-search-input {
  max-width: 80%;
}

.advice .article-details img {
  float: left;
  max-width: 20%;
}

.advice .read-more-button {
  background-color: #047bc0;
  color: #fff;
  border: 1px solid #047bc0;
  padding: 5px 10px;
  margin-right: 10px;
}
.advice .read-more-button a {
  color: #fff;
}

.advice .categories {
  background: #147bc0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #147bc0),
    color-stop(100%, #14a0dc)
  );
  background: -webkit-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -o-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: -ms-linear-gradient(top, #147bc0 0%, #14a0dc 100%);
  background: linear-gradient(to bottom, #147bc0 0%, #14a0dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bc0', endColorstr='#14a0dc',GradientType=0 );
}
.advice .categories > li a {
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.advice .categories > li a span {
  font-size: 0.8em;
}
.advice .categories li > ul {
  background-color: #fff;
}
.advice .categories li > ul a {
  color: #0a3652;
  padding: 2px;
  font-size: 14px;
  margin-left: 10px;
}

.advice .listing-body {
  margin-left: 155px;
}
.advice .listing-body h4:first-of-type {
  color: #0a3652;
  font-weight: bold;
}

.cke_editable {
  border: 1px dotted #000000;
}

.section-title {
  font-weight: bold;
}

.subsection {
  font-size: 14px;
}

.contact-info h5 {
  font-weight: bold;
}

.contactSubmit {
  font-weight: bold;
  background-color: #147bc0;
  color: #fff;
  border: 1px solid #147bc0;
  padding: 4px 10px;
  margin: 10px 0;
}

.contactType {
  margin: 20px 0;
}

/* MAP CANVAS */
.map-canvas {
  height: 300px;
  margin: 0;
}

.map-canvas .info-window-content {
  min-width: 250px;
}

.map-canvas .info-window-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.map-canvas .info-window-content h3 {
  font-size: 14px;
  font-weight: 400;
}

.map-canvas .info-window-content p {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
  text-shadow: none;
}

.review_page {
  color: #0a3652;
  font-size: 14px;
}
.review_page .no_padding_left {
  padding-left: 0px;
}
.review_page .review_title {
  font-size: 22px;
  padding-top: 10px;
}
.review_page .review_body {
  font-size: 14px;
}
.review_page .review_label {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.review_page .review_label_title {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.review_page .box {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #047bc0;
}
.review_page .poor {
  line-height: 49px;
  padding: 0;
  text-align: right;
  float: left;
  padding-right: 10px;
}
.review_page .rating-stars {
  cursor: pointer;
  float: left;
}
.review_page .remove {
  font-size: 14px;
  font-style: italic;
  color: #ce1717;
  font-weight: bold;
  padding-top: 10px;
  text-align: right;
}
.review_page .excellent {
  line-height: 49px;
  padding: 0;
  text-align: left;
  float: left;
  padding-left: 10px;
}
.review_page hr {
  border-bottom: 1px solid #047bc0;
}
.review_page .form-control {
  border: 1px solid #047bc0;
}
.review_page .reset {
  float: right;
  background-color: #fff;
  color: #047bc0;
  padding: 6px 25px 6px 20px;
  border: 1px solid #047bc0;
  outline: none;
  margin-right: 10px;
}
.review_page .reset:hover {
  background-color: #047bc0;
  color: #fff;
}
.review_page .submit {
  float: right;
  background-color: #5ea730;
  color: #fff;
  outline: none;
  padding: 6px 25px 6px 20px;
  border: 1px solid #5ea730;
}

.homepage .slider_man {
  -moz-box-shadow: inset 0 11px 23px -8px #bbbbbb,
    inset 0 -11px 23px -8px #bbbbbb;
  -webkit-box-shadow: inset 0 11px 23px -8px #bbbbbb,
    inset 0 -11px 23px -8px #bbbbbb;
  box-shadow: inset 0 11px 23px -8px #bbbbbb, inset 0 -11px 23px -8px #bbbbbb;
  padding: 20px 0;
  margin: 0;
}

.homepage .review_b {
  padding: 40px 0;
  margin: 0;
  -moz-box-shadow: inset 0 11px 23px -8px #bbbbbb,
    inset 0 -11px 23px -8px #bbbbbb;
  -webkit-box-shadow: inset 0 11px 23px -8px #bbbbbb,
    inset 0 -11px 23px -8px #bbbbbb;
  box-shadow: inset 0 11px 23px -8px #bbbbbb, inset 0 -11px 23px -8px #bbbbbb;
}

.homepage .product {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage .product button {
  margin-bottom: 10px;
  overflow: hidden;
}

.homepage .water {
  background: #f9f9f9;
  margin: 0px;
}
.homepage .water a {
  text-decoration: none !important;
  color: inherit;
}
.homepage .water img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.homepage .water .join {
  font-size: 25px;
  color: #4e4e4e;
  text-align: center;
}
.homepage .water .cal {
  font-size: 40px;
  font-weight: bold;
  color: #007abd;
  margin-bottom: 20px;
}
.homepage .water .cal.thin {
  font-size: 20px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: -10px;
}
.homepage .water .cal.type {
  font-size: 26px;
  font-weight: 600;
  color: #525252;
  text-transform: capitalize;
  padding: 20px 0;
  margin-bottom: 0px;
}
.homepage .water .cal.type span {
  padding-right: 20px;
}
.homepage .water .cal.type span:before {
  content: '\f00c';
  /* FontAwesome Unicode */
  font-family: 'FontAwesome';
  color: #6cb16f;
  display: inline-block;
  text-align: center;
  padding-right: 5px;
}
.homepage .water .cal-water {
  background: #f49906 !important;
  margin-left: -3px;
  color: #fff;
  font-family: Arial;
  border: 1px solid #f49906;
  width: 190px;
  min-height: 44px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: right;
}

.pre-footer {
  border-top: 2px solid #047bc0;
  padding: 13px 15px;
}
.pre-footer #quick_signup_email {
  border-radius: 0;
  border-color: #047bc0;
}
.pre-footer .sign-up {
  background-color: #047bc0;
  color: #fff;
  border: 1px solid #047bc0;
  outline: none;
  height: 34px;
  padding: 0 25px;
}
.pre-footer span {
  color: #047bc0;
  position: relative;
  top: 5px;
}

.bot-footer {
  margin: 0;
  padding: 15px 10px;
  border-top: 3px solid #e3e2e0;
}

.scope {
  height: auto !important;
}

.banner_box .item {
  background-color: white !important;
  height: auto !important;
}
.banner_box .item .main_text,
.banner_box .item .green_main {
  padding: 20px 0;
}
.banner_box .item .main_text h1,
.banner_box .item .green_main h1 {
  font-weight: 700;
  margin: 0px;
  color: #f0007c;
  font-size: 40px;
  padding-top: 10px;
  padding: 0;
  padding-bottom: 7%;
}
.banner_box .item .main_text h2,
.banner_box .item .green_main h2 {
  text-transform: uppercase;
  margin: 0px;
  color: #333;
  font-size: 25px;
  padding: 27px 0;
}
.banner_box .item .main_text p,
.banner_box .item .green_main p {
  color: #333;
  font-size: 14px;
  padding: 0px 35px;
  text-align: justify;
  padding-bottom: 20px;
}
.banner_box .item .main_text .green_back,
.banner_box .item .green_main .green_back {
  background-image: url('/swsm/img/homepage/banners/price-bg.png');
  background-size: 100% 100%;
  width: 140px;
  height: 40px;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: 0;
  margin-left: 18px;
  float: left;
}
.banner_box .item .main_text .rrp,
.banner_box .item .green_main .rrp {
  font-size: 13px;
  padding: 11px 0 0 10px;
  float: left;
  font-weight: bold;
}
.banner_box .item .main_text .rrp span,
.banner_box .item .green_main .rrp span {
  text-decoration: line-through;
}
.banner_box .item .main_text .add_basket,
.banner_box .item .green_main .add_basket {
  background-color: #047bc0;
  border: none;
  outline: 0;
  float: left;
  color: white;
  padding: 5px 20px;
  margin-left: 17px;
  margin-top: 4px;
}
.banner_box .item .main_text .add_basket i,
.banner_box .item .green_main .add_basket i {
  padding-right: 10px;
}

.banner_box .banner1 {
  background-image: url('/swsm/img/homepage/banners/tap_banner.jpg');
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white !important;
}

.banner_box .banner2 {
  background-image: url('/swsm/img/homepage/banners/toilet_banner.jpg');
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white !important;
}

.banner_box .banner3 {
  background-image: url('/swsm/img/homepage/banners/shower_banner.jpg');
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white !important;
}

.banner_box .banner_black_friday {
  background-image: url('/swsm/img/homepage/banners/black_friday.png');
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000 !important;
  min-height: 300px;
}

.banner_box .banner_free {
  background-image: url('/swsm/img/homepage/banners/free_banner_gwf.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_box .banner_free h1 {
  color: #5ea730;
}

.compareForm {
  float: right;
  padding-right: 0;
}
.compareForm p {
  color: #7a7a7a;
  font-size: 25px;
  text-align: right;
  padding-top: 35px;
  font-family: Arial;
}
.compareForm form {
  float: right;
}
.compareForm .freepack-new-box,
.compareForm .freepack-new-boxbutton {
  border: 1px solid #f49906;
  width: 100%;
  min-height: 44px;
  text-align: center;
  color: #222;
  font-weight: 500;
}
.compareForm .freepack-new-boxbutton {
  background: #f49906 !important;
  color: #fff;
  font-family: Arial;
  margin-bottom: 42px;
}

.carousel-control {
  background-color: transparent !important;
  background-image: none !important;
  color: #c6c6c5;
}
.carousel-control .left {
  background-color: transparent !important;
  background-image: none !important;
}
.carousel-control .right {
  background-color: transparent !important;
  background-image: none !important;
}

.carousel-control.left {
  background-color: transparent !important;
  background-image: none !important;
}

.blue_transparent {
  background-color: transparent;
  border: 2px solid #0a3652;
  color: #0a3652;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.blue_transparent:hover {
  background-color: #0a3652;
  border: 2px solid #0a3652;
  color: white;
}
.blue_transparent a {
  color: inherit;
}

.green_transparent {
  background-color: transparent;
  border: 2px solid #5ea730;
  color: #5ea730;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.green_transparent:hover {
  background-color: #5ea730;
  border: 2px solid #5ea730;
  color: white;
}
.green_transparent a {
  color: inherit;
}

.freepack-new-icon {
  padding-top: 2%;
  font-size: 1em;
}
.freepack-new-icon i {
  color: #f49906;
  font-size: 20px;
}
.freepack-new-icon span {
  color: #047bc0;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .banner_box .item .main_text p,
  .banner_box .item .green_main p {
    font-size: 10px;
  }
  .banner_box .item .main_text h1,
  .banner_box .item .green_main h1 {
    font-size: 25px;
    padding-left: 0px;
  }
  .banner_box .item .main_text h2,
  .banner_box .item .green_main h2 {
    font-size: 20px;
  }
  .banner_box .item .main_text .rrp,
  .banner_box .item .green_main .rrp {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .banner_box .item .main_text .green_back,
  .banner_box .item .green_main .green_back {
    width: 100%;
  }
  .banner_box .item .main_text .add_basket,
  .banner_box .item .green_main .add_basket {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .banner_box .item .main_text .blue_transparent,
  .banner_box .item .green_main .blue_transparent {
    margin-bottom: 0px;
  }
  .banner_box .item .main_text .green_transparent,
  .banner_box .item .green_main .green_transparent {
    margin-bottom: 0px;
  }
  .banner1 {
    background-size: 70%;
  }
  .banner2 {
    background-size: 70%;
  }
  .banner3 {
    background-size: 70%;
  }
  .banner_free {
    background-size: 70%;
  }
  .scope {
    height: auto !important;
  }
}

@media screen and (max-width: 769px) {
  .pre-footer .pull-right {
    float: left !important;
    padding-top: 10px;
  }
  .product .pricing {
    width: 100% !important;
  }
  .water .cal {
    font-size: 25px !important;
    padding-top: 0 !important;
    line-height: 30px !important;
    padding-top: 15px !important;
  }
  .water .thin {
    font-size: 19px !important;
    margin-top: -30px !important;
  }
  .banner_box .col-sm-5 {
    width: 100%;
  }
  .banner_box .item .main_text,
  .banner_box .item .green_main {
    padding: 20px 0px 0px 0px;
  }
  .banner_box .item .main_text p,
  .banner_box .item .green_main p {
    display: none;
  }
  .banner_box .item .main_text h1,
  .banner_box .item .green_main h1 {
    font-size: 30px;
  }
  .banner_box .item .main_text h2,
  .banner_box .item .green_main h2 {
    display: none;
  }
  .banner_box .item .main_text button,
  .banner_box .item .green_main button {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    border: 0;
  }
  .banner_box .item .main_text .rrp,
  .banner_box .item .green_main .rrp {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .banner_box .item .main_text .add_basket,
  .banner_box .item .green_main .add_basket {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .banner_box .item .main_text .blue_transparent,
  .banner_box .item .green_main .blue_transparent {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    background-color: #047bc0;
    color: #fff;
  }
  .banner_box .item .banner_free {
    padding-top: 85px;
    background-size: 55%;
    background-position: center bottom;
  }
  .banner_box .compareForm {
    padding-top: 2%;
    position: absolute;
  }
  .banner_box .compareForm p {
    font-size: 20px;
    padding-top: 0px;
  }
  .banner_box .compareForm .freepack-new-boxbutton,
  .banner_box .compareForm .freepack-new-box {
    min-height: 33px;
  }
  .banner_box .compareForm .freepack-new-boxbutton {
    margin-bottom: 15px;
  }
  .banner_box .cal {
    font-size: 25px !important;
    padding-top: 0 !important;
    line-height: 30px !important;
    padding-top: 15px !important;
  }
  .banner_box .cal .thin {
    font-size: 19px;
    margin-top: -30px;
  }
  .banner_box .cal-water {
    min-height: 36px;
  }
  .banner_box .green_transparent {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    background-color: #5ea730 !important;
    color: #fff;
  }
  .banner_box .carousel-inner img {
    height: auto !important;
    width: 100%;
  }
  .banner_box .mobile {
    display: none;
  }
  .banner_box .carousel-indicators {
    display: none;
  }
  .banner_box .banner1 {
    background-position: center !important;
  }
  .banner_box .banner2 {
    background-position: center !important;
  }
  .banner_box .banner3 {
    background-position: center !important;
  }
  .banner_box .banner_free {
    background-position: none;
    background-size: 74%;
  }
  .banner_box .banner_black_friday {
    min-height: 100px !important;
    background-size: 100%;
  }
}

@media screen and (max-width: 414px) {
  .banner_box .item .banner_free {
    padding-top: 23px;
  }
  .banner_box .compareForm p {
    display: none;
  }
  .banner_box .compareForm {
    position: absolute;
    top: 64px;
    right: 6px;
  }
  .banner_box .banner_free {
    background-image: none;
  }
  .water img {
    display: none !important;
  }
  .input-group .form-control:first-child {
    min-width: 157px;
  }
}

@media screen and (max-width: 375px) {
  .banner_box .compareForm {
    right: -25px;
  }
  header .bottom {
    float: left !important;
  }
  .compareForm .freepack-new-box {
    width: 85%;
  }
  .compareForm .freepack-new-boxbutton {
    width: 85%;
  }
}

.postcode-check-container {
  padding: 50px 0;
}
.postcode-check-container-gray {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
}

/*	variables	*/
/* colors  */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
.header-calculator {
  position: relative;
  margin-top: -175px;
}

.swsm-logo img:nth-child(2) {
  padding-left: 62px;
}

.dashboard-area-wrapper .panel-body ul li {
  list-style-type: decimal;
  margin-left: 20px;
}

.dashboard-area-wrapper .person-details strong {
  font-size: 23px;
  padding-right: 12px;
}

.dashboard-area-wrapper .person-details header .faq-icon {
  padding: 5px;
}

.dashboard-area-wrapper .advt-content form {
  background: #6a6a6a;
  padding: 0 !important;
  position: relative !important;
}
.dashboard-area-wrapper .advt-content form button {
  margin-top: 34px;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}

.install-find-more {
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #047bc0;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.install-find-more:hover {
  color: #fff;
}

.report-already-have-free {
  line-height: 40px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
.report-already-have-free i {
  color: #fff;
  font-size: 50px;
  display: block;
  background: #999;
  width: 50px;
  border-radius: 3px;
  float: right;
  height: 50px;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}
.report-already-have-free img {
  width: auto !important;
  max-width: 100% !important;
}

.report-already-have-free.selected i,
.report-already-have-free:hover i {
  color: #fff;
  font-size: 50px;
  display: block;
  background: #5ea730;
}

.report-already-have-free.selected div {
  opacity: 1;
}

.header-calculator-menu {
  position: relative;
}

.calculator-menu {
  float: right;
  text-align: right;
  background: none;
  margin-top: 3%;
  z-index: 9999999999;
}
.calculator-menu ul {
  display: inline-block;
}
.calculator-menu li {
  display: block;
  float: left;
  margin: 0 8px;
}
.calculator-menu li a {
  font-size: 15px;
  color: #585656;
  font-weight: bold;
}
.calculator-menu li.social-icons {
  margin: 0 0.5em;
  width: auto;
  padding: 0;
}
.calculator-menu li.social-icons a {
  text-decoration: none;
  width: 36px;
  height: auto;
  display: inline-block;
  margin: 0 0.1em;
}
.calculator-menu li.social-icons a.fb {
  background-position: 0 0;
}
.calculator-menu li.social-icons a.tw {
  background-position: -36px 0;
}
.calculator-menu li.social-icons a.mail {
  background-position: -72px 0;
}
.calculator-menu li.social-icons .icons p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 17px;
  width: 30px;
  height: 30px;
}
.calculator-menu li.social-icons .icons p.face {
  background-color: #4e71a8;
}
.calculator-menu li.social-icons .icons p.twit {
  background-color: #1cb7eb;
}
.calculator-menu li.social-icons .icons p.you {
  background-color: #ca3737;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  background: url(/swsm/img/mobile-menu.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 25px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 200ms ease-in;
  -khtml-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.calculator {
  margin-bottom: 20px;
}
.calculator .pages {
  min-height: 700px;
}
.calculator .first_question {
  border: 1px solid #fb2f3b;
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 20px;
  margin-top: 20px;
}
.calculator .select {
  border: 1px solid #0083c6;
  width: 100px;
}
.calculator .button {
  background-color: #0083c6;
  border-radius: 2px;
  padding: 5px 20px;
}
.calculator label {
  color: #5d5d5d;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 14px;
}
.calculator #breadcrumbs {
  list-style: none;
  display: inline-block;
}
.calculator #breadcrumbs li {
  float: left;
}
.calculator #breadcrumbs li a {
  color: #fff;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.calculator #breadcrumbs li a:before,
.calculator #breadcrumbs li a:after {
  content: '';
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.calculator #breadcrumbs li a:before {
  left: -20px;
  border-left-color: transparent;
}
.calculator #breadcrumbs li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
.calculator #breadcrumbs li a:hover {
  background-color: #1abc9c;
}
.calculator #breadcrumbs li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
.calculator #breadcrumbs li a:hover:after {
  border-left-color: #1abc9c;
}
.calculator #breadcrumbs li a:active {
  background-color: #16a085;
}
.calculator #breadcrumbs li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
.calculator #breadcrumbs li a:active:after {
  border-left-color: #16a085;
}
.calculator #breadcrumbs li:nth-child(even) a {
  background-color: #2980b9;
}
.calculator #breadcrumbs li:nth-child(even) a::before {
  border-color: #2980b9;
  border-left-color: transparent;
}
.calculator #breadcrumbs li:nth-child(even) a::after {
  border-left-color: #2980b9;
}
.calculator #breadcrumbs li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.calculator #breadcrumbs li:first-child a::before {
  border: none;
}
.calculator #breadcrumbs li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
.calculator #breadcrumbs li:last-child a::after {
  border: none;
}
.calculator #breadcrumbs .icon {
  font-size: 14px;
}
.calculator #water-menu {
  position: relative;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-out;
  -moz-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  -ms-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  width: 100%;
  font-size: 1rem;
  background-color: #00bcb6;
  z-index: 1000;
}
.calculator #water-menu .group {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6em;
}
.calculator #water-menu .group .tri {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 16px solid #003f69;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  overflow: hidden;
}
.calculator #water-menu .group span .main-list {
  margin-left: 14px;
  margin-right: 4px;
  vertical-align: middle;
}
.calculator #water-menu #start {
  z-index: 5;
  background-color: #00bcb6;
  cursor: pointer;
}
.calculator #water-menu #start .tri {
  border-left-color: #00bcb6;
}
.calculator #water-menu #start .tri shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.2);
}
.calculator #water-menu .dots {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.row-eq-height {
  min-height: 230px;
}

/* Start MASONRY */
.calculator_selection {
  color: #333;
}
.calculator_selection .welcome {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 17px 0;
}
.calculator_selection .k_design_old_turk .headlines {
  padding: 20px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 10px 0;
}
.calculator_selection .k_design_old_turk .headlines p {
  text-align: center;
  padding: 0 20px;
}
.calculator_selection .k_design_old_turk .grid_general .questions .col-sm-2 {
  padding: 20px 0;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions
  .col-sm-2.border-right {
  border-right: 1px solid #c7c2c2;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions
  .preselection-img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 10px auto;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions
  .preselection-img
  img {
  width: 80%;
  padding-top: 10px;
}
.calculator_selection .k_design_old_turk .grid_general .questions .pre-title {
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
}
.calculator_selection .k_design_old_turk .grid_general .questions .select_cal {
  background-color: #e1dddd;
  font-weight: 800;
  font-size: 13px;
  border: none;
  padding: 5px 10px;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions
  .select_cal.no_meter {
  background-color: #84c4e4;
  height: 30px;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions
  .input_cal.no_meter {
  padding: 1px 5px 3px;
  height: 30px;
  border: none;
}
.calculator_selection .k_design_old_turk .grid_general .questions.col-sm-4 {
  width: 33.3333%;
  min-height: 250px;
}
.calculator_selection
  .k_design_old_turk
  .grid_general
  .questions.col-sm-4
  .q_text {
  min-height: 80px;
}
.calculator_selection .k_design_old_turk .grid_general .main_text,
.calculator_selection
  .k_design_old_turk
  .grid_general
  .banner_box
  .item
  .green_main,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk
  .grid_general
  .green_main {
  margin: 0 0 20px;
  color: white;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  padding: 0.6em 0 0.6em 10%;
  text-transform: uppercase;
}
.calculator_selection .k_design_old_turk .grid_general .main_text:before,
.calculator_selection
  .k_design_old_turk
  .grid_general
  .banner_box
  .item
  .green_main:before,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk
  .grid_general
  .green_main:before {
  content: '';
  position: absolute;
  left: -2%;
  top: -50%;
  width: 10%;
  height: 200%;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.calculator_selection .k_design_old_turk .grid_general .main_text:after,
.calculator_selection
  .k_design_old_turk
  .grid_general
  .banner_box
  .item
  .green_main:after,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk
  .grid_general
  .green_main:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  height: 100%;
  z-index: 2;
  background-size: auto 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.calculator_selection .k_design_old_turk.bathroom .preselection-img {
  background-color: #0083c6;
}
.calculator_selection .k_design_old_turk.bathroom .pre-title {
  color: #0083c6;
}
.calculator_selection .k_design_old_turk.bathroom .select_cal {
  color: #000000;
}
.calculator_selection .k_design_old_turk.bathroom .main_text,
.calculator_selection .k_design_old_turk.bathroom .banner_box .item .green_main,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.bathroom
  .green_main {
  background: #0083c6 no-repeat 20px center;
  border-bottom: 3px solid #0374ae;
}
.calculator_selection .k_design_old_turk.bathroom .main_text:before,
.calculator_selection
  .k_design_old_turk.bathroom
  .banner_box
  .item
  .green_main:before,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.bathroom
  .green_main:before {
  background: #0374ae;
  border-right: 1px solid #379ed2;
}
.calculator_selection .k_design_old_turk.bathroom .main_text:after,
.calculator_selection
  .k_design_old_turk.bathroom
  .banner_box
  .item
  .green_main:after,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.bathroom
  .green_main:after {
  background-image: url(/swsm/img/water-calculator/bathroom_icon.png);
}
.calculator_selection .k_design_old_turk.kitchen .preselection-img {
  background-color: #ff911a;
}
.calculator_selection .k_design_old_turk.kitchen .pre-title {
  color: #ff911a;
}
.calculator_selection .k_design_old_turk.kitchen .select_cal {
  color: #000000;
}
.calculator_selection .k_design_old_turk.kitchen .main_text,
.calculator_selection .k_design_old_turk.kitchen .banner_box .item .green_main,
.banner_box .item .calculator_selection .k_design_old_turk.kitchen .green_main {
  background: #ff911a no-repeat 20px center;
  border-bottom: 3px solid #e08018;
}
.calculator_selection .k_design_old_turk.kitchen .main_text:before,
.calculator_selection
  .k_design_old_turk.kitchen
  .banner_box
  .item
  .green_main:before,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.kitchen
  .green_main:before {
  background: #e08018;
  border-right: 1px solid #ffa443;
}
.calculator_selection .k_design_old_turk.kitchen .main_text:after,
.calculator_selection
  .k_design_old_turk.kitchen
  .banner_box
  .item
  .green_main:after,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.kitchen
  .green_main:after {
  background-image: url(/swsm/img/water-calculator/kitchen_icon.png);
}
.calculator_selection .k_design_old_turk.outdoors .preselection-img {
  background-color: #58ad40;
}
.calculator_selection .k_design_old_turk.outdoors .pre-title {
  color: #58ad40;
}
.calculator_selection .k_design_old_turk.outdoors .select_cal {
  color: #000000;
}
.calculator_selection .k_design_old_turk.outdoors .main_text,
.calculator_selection .k_design_old_turk.outdoors .banner_box .item .green_main,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.outdoors
  .green_main {
  background: #58ad40 no-repeat 20px center;
  border-bottom: 3px solid #3b8328;
}
.calculator_selection .k_design_old_turk.outdoors .main_text:before,
.calculator_selection
  .k_design_old_turk.outdoors
  .banner_box
  .item
  .green_main:before,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.outdoors
  .green_main:before {
  background: #3b8328;
  border-right: 1px solid #6fb85a;
}
.calculator_selection .k_design_old_turk.outdoors .main_text:after,
.calculator_selection
  .k_design_old_turk.outdoors
  .banner_box
  .item
  .green_main:after,
.banner_box
  .item
  .calculator_selection
  .k_design_old_turk.outdoors
  .green_main:after {
  background-image: url(/swsm/img/water-calculator/outdoors_icon.png);
}
.calculator_selection .grid_general .col-sm-12 img.main_text,
.calculator_selection .grid_general .col-sm-12 .banner_box .item img.green_main,
.banner_box
  .item
  .calculator_selection
  .grid_general
  .col-sm-12
  img.green_main {
  margin-left: 0;
  float: none;
  margin: 0 auto;
  display: block;
}
.calculator_selection .grid_general .col-sm-12 .main_text,
.calculator_selection .grid_general .col-sm-12 .banner_box .item .green_main,
.banner_box .item .calculator_selection .grid_general .col-sm-12 .green_main {
  color: #333;
  padding-top: 10px;
  font-size: 20px;
  float: left;
  margin-left: 20px;
}
.calculator_selection .grid_general .col-sm-12 .main_text .pa-info,
.calculator_selection
  .grid_general
  .col-sm-12
  .banner_box
  .item
  .green_main
  .pa-info,
.banner_box
  .item
  .calculator_selection
  .grid_general
  .col-sm-12
  .green_main
  .pa-info {
  display: block;
  font-size: 16px;
}
.calculator_selection .grid_general .col-sm-12 .main_text_report,
.calculator_selection .grid_general .col-sm-12 .free_pack {
  padding-top: 13px;
  margin-left: 15px;
  float: left;
}
.calculator_selection .grid_general .col-sm-12 .free_pack {
  float: none;
  font-size: 20px;
  margin: 0;
}
.calculator_selection .grid_general .col-sm-12 .number,
.calculator_selection
  .grid_general
  .col-sm-12
  .k_design_old_turk
  .questions
  .number_small,
.k_design_old_turk
  .questions
  .calculator_selection
  .grid_general
  .col-sm-12
  .number_small,
.calculator_selection
  .grid_general
  .col-sm-12
  .k_design_old_turk
  .questions
  .n_large,
.k_design_old_turk
  .questions
  .calculator_selection
  .grid_general
  .col-sm-12
  .n_large {
  float: left;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  padding-top: 0px;
}
.calculator_selection .grid_general .col-sm-12 .number img,
.calculator_selection
  .grid_general
  .col-sm-12
  .k_design_old_turk
  .questions
  .number_small
  img,
.k_design_old_turk
  .questions
  .calculator_selection
  .grid_general
  .col-sm-12
  .number_small
  img,
.calculator_selection
  .grid_general
  .col-sm-12
  .k_design_old_turk
  .questions
  .n_large
  img,
.k_design_old_turk
  .questions
  .calculator_selection
  .grid_general
  .col-sm-12
  .n_large
  img {
  width: 100%;
  vertical-align: top;
}
.calculator_selection .grid_general .col-sm-12 .report-symbol {
  height: 25px;
  width: auto;
  padding-bottom: 5px;
}
.calculator_selection .grid_general .white-overlay {
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.4);
}
.calculator_selection .grid_general .col-sm-2 .checkbox {
  padding-left: 0;
  width: 100%;
  display: table;
}
.calculator_selection .grid_general .col-sm-2 .checkbox .width_30 {
  width: 30%;
  float: left;
}
.calculator_selection .grid_general .col-sm-2 .checkbox .width_30 img {
  width: 100%;
}
.calculator_selection .grid_general .col-sm-2 .checkbox .width_70 {
  width: 70%;
  float: left;
}
.calculator_selection .grid_general .col-sm-2 .checkbox .width_70 input {
  margin: 17px 0 0;
}
.calculator_selection .grid_general .col-sm-2 .checkbox .width_70 p {
  margin: 12px 0 0 20px;
}
.calculator_selection .grid_general .col-sm-2 .min_height {
  text-align: center;
}
.calculator_selection .grid_general .col-sm-2 p img {
  width: 100%;
  margin-top: 10px;
}
.calculator_selection .grid_general .col-sm-2 .select_cal {
  width: 100px;
  border: 1px solid white;
  outline: none;
}
.calculator_selection .grid_general .col-sm-2 .question_type {
  text-align: center;
}
.calculator_selection .grid_general .col-sm-2 .question_type.pre-title {
  font-size: 11pt;
}
.calculator_selection .importance_1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.calculator_selection .v-align {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: tranlslateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
.calculator_selection .firefox_fix {
  position: relative;
  display: block;
  text-align: center;
  min-height: 200px;
}
.calculator_selection .firefox_fix img {
  max-width: 100%;
  max-height: 200px;
}

/************ Custom Modals **********************/
#waterHeaterModal {
  float: none !important;
  clear: both;
}

.col-sm-12.m-custom {
  display: none;
  padding: 20px !important;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.col-sm-12.m-custom .btn.round_b_large {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f0f0f0;
  border: 1px solid rgba(150, 150, 150, 0.99);
}
.col-sm-12.m-custom .m-custom-header button.close {
  margin-right: -15px;
  margin-top: -20px;
}
.col-sm-12.m-custom .m-custom-body .tips.blue {
  border: 2px solid #0083c6;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  min-height: 100px;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 20px 5px 20px;
}
.col-sm-12.m-custom .m-custom-body .tips.grey {
  border: 2px solid #e0dfdf;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 10px 0 20px;
}
.col-sm-12.m-custom .m-custom-body .tips.orange {
  border: 2px solid #ff911a;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 10px 0 20px;
}
.col-sm-12.m-custom .m-custom-body .tips.green {
  border: 2px solid #58ad40;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  padding: 10px 0 46px;
}
.col-sm-12.m-custom .m-custom-body .tips img {
  float: left;
  width: 220px;
  margin-right: 25px;
  padding-bottom: 25px;
}
.col-sm-12.m-custom.blue {
  border: 2px solid #0083c6;
  margin-bottom: 20px;
  margin-top: -10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 10px 0 20px;
}
.col-sm-12.m-custom.white {
  background-color: #fff;
}
.col-sm-12.m-custom.grey {
  border: 2px solid #e0dfdf;
  margin-bottom: 20px;
  margin-top: -10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  color: #888;
}
.col-sm-12.m-custom.orange {
  border: 2px solid #ff911a;
  margin-bottom: 20px;
  margin-top: -10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 10px 0 20px;
}
.col-sm-12.m-custom.green {
  border: 2px solid #58ad40;
  margin-bottom: 20px;
  margin-top: -10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 5px 5px 5px #ddd;
  padding: 10px 0;
  color: #888;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  float: none;
  clear: both;
  padding: 10px 0 20px;
}

#showerTime img,
#showerChild img {
  width: 200px;
  margin-right: 25px;
}

/************ Custom Modals **********************/
/************ TOTAL-HOUSEHOLD-SECTION **************/
ß .total-household-section {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
}
ß .total-household-section .title-main {
  background: #5ea730;
  color: white;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
ß .total-household-section .review-shadow {
  -webkit-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  -moz-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  margin-bottom: -20px;
}
ß .total-household-section .row-total-household {
  color: #0a3652;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
ß .total-household-section .row-total-household:last-of-type {
  border-bottom: 0px;
}
ß .total-household-section .row-total-household img {
  margin-right: 5px;
}
ß .total-household-section .row-total-household span {
  float: right;
  margin-top: 7px;
  display: block;
}
ß .total-household-section .row-total-household .total-energy-hint {
  position: absolute;
  top: 3px;
  left: 44px;
  font-weight: 400;
  cursor: pointer;
}

/* End MASONRY */
.calculator_generic .child {
  text-align: center;
  z-index: 10;
}
.calculator_generic .child .slider.slider-horizontal {
  z-index: 11;
  width: 50% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.calculator_generic .adult {
  z-index: 10;
}
.calculator_generic .adult .slider.slider-horizontal {
  z-index: 11;
  width: 50% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.calculator_generic .next {
  background-color: #047bc0;
  color: white;
  text-align: center;
  min-height: auto;
  padding: 8px 0;
  font-size: 20px;
  text-transform: uppercase;
}

.calculator_generic .meterReading {
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border: 1px solid #0083c6;
  padding: 10px;
  font-size: 20px;
  color: black;
  -webkit-box-shadow: 2px 2px 11px 0px #3e72c7;
  -moz-box-shadow: 2px 2px 11px 0px #3e72c7;
  box-shadow: 2px 2px 11px 0px #3e72c7;
}

.calculator_generic .b-align {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  margin-top: 10px;
}
.calculator_generic .b-align button {
  color: #fff;
  background-color: #0083c6;
  padding: 5px 15px;
  border: none;
  outline: none;
}
.calculator_generic .b-align button:hover {
  background-color: #0a3652;
}

.calculator_selection .container {
  width: 100%;
  padding: 0;
}
.calculator_selection .container .col-sm-12.report {
  padding: 0;
}
.calculator_selection .container .col-sm-12.report .top-section {
  padding: 20px 0;
}
.calculator_selection .container .col-sm-12.report .top-section p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: 700;
  color: #2e2e2e;
  font-size: 18px;
}
.calculator_selection
  .container
  .col-sm-12.report
  .top-section
  .total-household-section {
  box-shadow: none;
  border-radius: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .top-section
  .total-household-section
  .title-main {
  background-color: #e9e9e9;
  color: #372a2a;
  border-radius: 0;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.calculator_selection
  .container
  .col-sm-12.report
  .top-section
  .total-household-section
  .row-total-household {
  max-width: 355px;
  text-align: left;
  margin: 0 auto;
  border: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .top-section
  .total-household-section
  .row-total-household
  p {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 7px;
  padding-bottom: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .top-section
  .total-household-section
  .row-total-household
  span {
  float: none;
  display: inline-block;
}
.calculator_selection .container .col-sm-12.report .k_design_old_turk {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .main_text,
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .banner_box
  .item
  .green_main,
.banner_box
  .item
  .calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .green_main {
  color: #fff;
  float: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .main_text.left,
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .banner_box
  .item
  .left.green_main,
.banner_box
  .item
  .calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .left.green_main {
  text-align: left;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions {
  background: #e9e9e9;
  margin-bottom: 0;
  padding-bottom: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions
  .totals-free-row {
  margin: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions
  .reports {
  box-shadow: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions
  .reports
  .report-product-row {
  border: 0;
  padding: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions
  .reports
  .field {
  color: #2e2e2e;
  border: none;
  padding: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk
  .questions
  .reports
  .field
  .values
  span {
  font-size: 15px;
}
.calculator_selection .container .col-sm-12.report .k_design_old_turk.blue {
  border: 2px solid #0374ae;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.blue
  .padding-overwrite {
  background-color: #0083c6;
  border-bottom: 2px solid #0374ae;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.blue
  .on-mobile {
  background-color: #e9e9e9;
  border-bottom: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.blue
  .on-mobile
  p {
  color: #2e2e2e;
  text-align: left;
  font-size: 15px;
}
.calculator_selection .container .col-sm-12.report .k_design_old_turk.orange {
  border: 2px solid #e08018;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.orange
  .margin-overwrite {
  background-color: #ff911a;
  border-bottom: 2px solid #e08018;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.orange
  .on-mobile {
  background-color: #e9e9e9;
  border-bottom: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.orange
  .on-mobile
  p {
  color: #2e2e2e;
  text-align: left;
  font-size: 15px;
}
.calculator_selection .container .col-sm-12.report .k_design_old_turk.green {
  border: 2px solid #3b8328;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.green
  .margin-overwrite {
  background-color: #58ad40;
  border-bottom: 2px solid #3b8328;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.green
  .on-mobile {
  background-color: #e9e9e9;
  border-bottom: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.green
  .on-mobile
  p {
  color: #2e2e2e;
  text-align: left;
  font-size: 15px;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.grey
  .questions {
  background: none;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.grey
  .questions
  .reports {
  padding: 0;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.grey
  .questions
  .reports
  .form-group
  input {
  width: 50%;
  margin-top: 10px;
  border: 0;
  border-radius: 0;
  background-color: #e9e9e9;
}
.calculator_selection
  .container
  .col-sm-12.report
  .k_design_old_turk.grey
  .questions
  .reports
  button {
  background-color: #1aa0e0;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  padding: 7px 30px;
  margin: 0;
  text-transform: uppercase;
}

.calculator_selection .k_design_old_turk .questions {
  padding: 0px;
  padding-bottom: 20px;
}

.calculator_selection .next_white,
.calculator_selection .next_white_big {
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #009fe3;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
}
.calculator_selection .next_white p,
.calculator_selection .next_white_big p {
  text-align: center;
  margin: 5px 0;
}
.calculator_selection .next_white p:after,
.calculator_selection .next_white_big p:after {
  font-family: FontAwesome;
  content: '\f063';
  display: inline-block;
  padding-left: 12px;
}

.calculator_selection .next_white_big {
  cursor: pointer;
}
.calculator_selection .next_white_big p {
  text-align: center;
  margin: 5px 0;
  font-size: 22px;
}
.calculator_selection .next_white_big p:after {
  font-family: FontAwesome;
  content: '\f061';
  display: inline-block;
  padding-left: 12px;
}

.twoToptip {
  border: 2px solid #57abf7;
  box-shadow: 5px 5px 5px #ddd;
  min-height: 100px;
  padding: 10px;
  color: #aaa;
  width: 46% !important;
  text-align: left;
  margin-bottom: 20px;
}
.twoToptip:nth-child(odd) {
  float: right !important;
}
.twoToptip img {
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .twoToptip,
  .tips {
    display: none !important;
  }
  .col-sm-12.m-custom.orange {
    border: none;
  }
}

.container-kitchen .slider-track,
.container-kitchen .slider-selection {
  background: #ff911a !important;
}

.container-kitchen .slider-handle {
  background: #cd7415 !important;
  border: 1px solid #cd7415 !important;
}

.container-outdoors .slider-track,
.container-outdoors .slider-selection {
  background: #58ad40 !important;
}

.container-outdoors .slider-handle {
  background: #3b8328 !important;
  border: 1px solid #3b8328 !important;
}

.k_design_old_turk .welcome p {
  text-align: center;
}
.k_design_old_turk .welcome p i {
  font-size: 22px;
  position: relative;
  top: 4px;
}

.k_design_old_turk .welcome .ttl {
  padding-bottom: 3px;
  margin: 0 auto;
  color: #676666;
  font-size: 18px;
}

.k_design_old_turk .welcome h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #a9a8a8;
  font-weight: 800;
}

.k_design_old_turk .welcome h4 {
  padding-top: 8px;
  padding-bottom: 8px !important;
  color: #676666;
  font-size: 18px;
  text-align: center;
}
.k_design_old_turk .welcome h4:last-of-type {
  padding-bottom: 20px;
}

.k_design_old_turk .welcome .postcode {
  display: block;
  text-align: center;
}
.k_design_old_turk .welcome .postcode .postcode-check {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.k_design_old_turk .welcome .postcode .postcode-check button {
  font-weight: bold;
  padding: 5px 28px;
  width: 100%;
  float: left;
}
.k_design_old_turk .welcome .postcode input#postcode_type_postcode {
  border: 0;
  background-color: #e0dfdf;
  text-align: center;
  border-radius: 0;
  width: 100%;
  float: left;
}

.k_design_old_turk .welcome .questions {
  color: #fff;
}
.k_design_old_turk .welcome .questions .number,
.k_design_old_turk .welcome .questions .number_small,
.k_design_old_turk .welcome .questions .n_large {
  width: 50px;
  height: 50px;
  font-size: 27px;
  padding-top: 1px;
}
.k_design_old_turk .welcome .questions .vertical-align {
  display: flex;
  align-items: center;
}

.k_design_old_turk .welcome .remember {
  color: #fff;
  background: #009fe3;
  font-size: 15px;
  border: 0;
  outline: 0;
  padding: 7px 10px;
  font-weight: bold;
}

.k_design_old_turk .calculator-container {
  width: 100%;
}
.k_design_old_turk .calculator-container .splash-error {
  margin: 0;
}

.k_design_old_turk .main_cal img {
  width: 100%;
}

.k_design_old_turk .main_cal h1 {
  color: #333;
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 24px;
  padding: 6px 0;
}

.k_design_old_turk .main_cal p {
  color: #fff;
}

.k_design_old_turk .calculation-header {
  margin: 0;
  width: 100%;
  border-top: solid 3px #e3e2e0;
  border-bottom: solid 3px #e3e2e0;
}
.k_design_old_turk .calculation-header.fixed {
  background: #ffffff;
}
.k_design_old_turk .calculation-header .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.k_design_old_turk .calculation-header .calculations {
  margin: 0 auto;
  max-width: 670px;
  position: relative;
}
.k_design_old_turk .calculation-header .calculations > div {
  display: table-cell;
  width: 25%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}
.k_design_old_turk .calculation-header .calculations > div img {
  margin-bottom: 10px;
}
.k_design_old_turk .calculation-header .calculations > div p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.k_design_old_turk .calculation-header .calculations > div p.value {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.k_design_old_turk .calculation-header .topbar-link a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.k_design_old_turk .calculation-header .free_basket {
  background: #0083c6;
  padding-top: 0 !important;
  cursor: pointer;
  color: #fff;
  border: 2px solid #0083c6;
}
.k_design_old_turk .calculation-header .free_basket p {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.k_design_old_turk .calculation-header .free_basket a {
  color: #ffffff;
}
.k_design_old_turk .calculation-header .free_basket a:focus {
  outline: none;
  text-decoration: none;
}
.k_design_old_turk .calculation-header .free_basket .width_100 {
  background: none;
  border-bottom: 2px solid #47c3f5;
  padding: 8px 0;
}
.k_design_old_turk .calculation-header .free_basket .width_100 .product_title {
  color: #000000;
}
.k_design_old_turk .calculation-header .free_basket .width_100:last-child {
  border: none;
}
.k_design_old_turk .calculation-header .free_basket .icon figure {
  position: relative;
  display: inline-block;
}
.k_design_old_turk .calculation-header .free_basket .icon figure figcaption {
  background: #fff;
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  display: block;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 2%;
  color: #0083c6;
  font-size: 12px;
}
.k_design_old_turk .calculation-header .free_basket .basket-details {
  position: absolute;
  z-index: 11;
  background: #ffffff;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 20px 5%;
  border: 2px solid #47c3f5;
}
.k_design_old_turk .calculation-header .save {
  background: #e3e2e0;
}
.k_design_old_turk .calculation-header .save a {
  color: #373135;
}
.k_design_old_turk .calculation-header .save a img {
  margin-top: 20px !important;
}
.k_design_old_turk .calculation-header .save a span {
  margin-top: 10px !important;
  text-transform: uppercase;
}

.k_design_old_turk .accordion-container {
  width: 80%;
  float: left;
}
.k_design_old_turk .accordion-container .row {
  margin: 0;
}
.k_design_old_turk .accordion-container .col-sm-12 {
  padding: 0;
}
.k_design_old_turk .accordion-container .custom-accordion h2.head {
  background: #0083c6 no-repeat 20px center;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #0374ae;
  cursor: pointer;
  font-weight: 700;
  font-size: 28px;
  padding: 0.6em 0 0.6em 20%;
  /*Kitchen*/
  /*Outdoors*/
  /*
				&.toilet{ background-image: url(/swsm/img/water-calculator/toilet_icon_black.png);}
				&.basin{ background-image: url(/swsm/img/water-calculator/basin_icon_black.png);}
				
				&.washing-machine{ background-image: url(/swsm/img/water-calculator/washing_machine_icon_black.png);}
				&.kettle{ background-image: url(/swsm/img/water-calculator/kettle_black.png);}
				&.washing-up{ background-image: url(/swsm/img/water-calculator/washing_up_icon_black.png);}
				&.dishwasher{ background-image: url(/swsm/img/water-calculator/dishwasher_icon_black.png);}
				&.kitchen-tap{ background-image: url(/swsm/img/water-calculator/kitchen_tap_icon_black.png);}
				&.boiling-water-tap{ background-image: url(/swsm/img/water-calculator/boiling_water_tap_icon_black.png);}
				
				&.car{ background-image: url(/swsm/img/water-calculator/car_icon_black.png);}
				&.garden{ background-image: url(/swsm/img/water-calculator/garden_icon_black.png);}
				&.pressure-washer{ background-image: url(/swsm/img/water-calculator/pressure_washer_icon_black.png);}
				*/
}
.k_design_old_turk .accordion-container .custom-accordion h2.head:before {
  content: '';
  position: absolute;
  left: -2%;
  top: -50%;
  background: #0374ae;
  width: 20%;
  height: 200%;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-right: 1px solid #379ed2;
}
.k_design_old_turk .accordion-container .custom-accordion h2.head:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  height: 100%;
  z-index: 2;
  background-size: auto 75%;
  background-position: center center;
  background-repeat: no-repeat;
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.bath:after {
  background-image: url(/swsm/img/water-calculator/bath_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.shower:after {
  background-image: url(/swsm/img/water-calculator/shower_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.toilet:after {
  background-image: url(/swsm/img/water-calculator/toilet_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.basin:after {
  background-image: url(/swsm/img/water-calculator/basin_icon.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.washing-machine:after {
  background-image: url(/swsm/img/water-calculator/washing_machine_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.kettle:after {
  background-image: url(/swsm/img/water-calculator/kettle_icon.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.washing-up:after {
  background-image: url(/swsm/img/water-calculator/washing_up_icon.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.dishwasher:after {
  background-image: url(/swsm/img/water-calculator/dishwasher_icon_white.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.kitchen-tap:after {
  background-image: url(/swsm/img/water-calculator/kitchen_tap_icon.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.boiling-water-tap:after {
  background-image: url(/swsm/img/water-calculator/boiling_water_tap_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.car:after {
  background-image: url(/swsm/img/water-calculator/car_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion h2.head.garden:after {
  background-image: url(/swsm/img/water-calculator/garden_icon.png);
}
.k_design_old_turk
  .accordion-container
  .custom-accordion
  h2.head.pressure-washer:after {
  background-image: url(/swsm/img/water-calculator/pressure_washer_icon.png);
}
.k_design_old_turk .accordion-container .custom-accordion .body {
  background: #ffffff;
  text-align: center;
}
.k_design_old_turk .accordion-container .custom-accordion.inactive h2 {
  background-color: #585656;
  border-bottom-color: #383535;
  cursor: auto;
}
.k_design_old_turk .accordion-container .custom-accordion.inactive h2:before {
  background-color: #383535;
  border-right-color: #878484;
}
.k_design_old_turk .accordion-container .custom-accordion.inactive .body {
  display: none;
}
.k_design_old_turk .accordion-container .custom-accordion.activate h2 {
  background-color: #0083c6;
  border-bottom-color: #0374ae;
  cursor: pointer;
}
.k_design_old_turk .accordion-container .custom-accordion.activate h2:before {
  background-color: #0374ae;
  border-right-color: #379ed2;
}
.k_design_old_turk .accordion-container .custom-accordion.activate .body {
  display: block;
}

.k_design_old_turk nav {
  background: none;
  margin-bottom: 30px;
}
.k_design_old_turk nav li {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
}
.k_design_old_turk nav li:nth-child(1) {
  background-color: #0073bc;
}
.k_design_old_turk nav li:nth-child(2) {
  background-color: #ee7202;
}
.k_design_old_turk nav li:nth-child(3) {
  background-color: #94c11f;
}

.k_design_old_turk .questions {
  padding: 0;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.k_design_old_turk .questions .number,
.k_design_old_turk .questions .number_small,
.k_design_old_turk .questions .n_large {
  border-radius: 40px;
  border: 4px solid #fff;
  color: white;
  background-color: #09545b;
  font-size: 40px;
  height: 75px;
  width: 75px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  float: left;
}
.k_design_old_turk .questions .number_small {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  width: 45px;
  height: 45px;
  padding-top: 0px;
  font-size: 21px;
  margin-bottom: 5px;
  background-color: transparent;
}
.k_design_old_turk .questions .number_small img {
  width: 90%;
}
.k_design_old_turk .questions .margin-overwrite {
  margin-right: 0px;
  margin-left: 0px;
}
.k_design_old_turk .questions .padding-overwrite {
  padding-left: 0px;
  padding-right: 0px;
}
.k_design_old_turk .questions .n_large {
  height: 95px;
  width: 95px;
  padding-top: 13px;
  border-radius: 60px;
}
.k_design_old_turk .questions .q_text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: 100%;
  padding: 10px;
  background: #d7d7d7;
  text-align: center;
}
.k_design_old_turk .questions .round_b {
  border-radius: 40px;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: normal;
  margin-right: 5px;
  background-color: #009fe3;
  border: 2px solid #fff;
  color: #fff;
}
.k_design_old_turk .questions .round_b_large {
  margin-right: 5px;
  line-height: 25px;
  width: auto;
  border-radius: 0;
  outline: none;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 15px;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc9b0;
  padding: 20px;
  color: #3a3a3a;
}
.k_design_old_turk .questions .active_cal {
  background-color: #585656 !important;
  color: #ffffff !important;
  font-weight: 700;
}
.k_design_old_turk .questions .k_d {
  color: #dbdb00;
}
.k_design_old_turk .questions .push {
  /*margin: 30px 0 10px 0;*/
}
.k_design_old_turk .questions .left {
  width: 100%;
  padding: 10px;
}
.k_design_old_turk .questions .center {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.k_design_old_turk.hide_numbers .questions div:first-child.col-sm-3 {
  display: none;
}

.k_design_old_turk.hide_numbers .questions div.col-sm-9 {
  width: 100%;
}

.k_design_old_turk .question_error {
  border-radius: 0;
  border: 2px solid red;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /*-webkit-animation: pulse 1.5s infinite cubic-bezier(0.6, 0.4, 0.2, 1);
		-moz-animation: pulse 1.5s infinite cubic-bezier(0.6, 0.4, 0.2, 1);
		-ms-animation: pulse 1.5s infinite cubic-bezier(0.6, 0.4, 0.2, 1);
		animation: pulse 1.5s infinite cubic-bezier(0.6, 0.4, 0.2, 1);
		overflow:hidden;
		&:hover {
			animation-iteration-count: 0;
		}*/
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  .k_design_old_turk to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

.k_design_old_turk .next {
  background-color: #47c3f5;
  color: #fff;
  padding: 15px 10px;
  border-radius: 0;
  font-size: 21px;
  text-transform: capitalize;
  cursor: pointer;
  width: 50%;
  text-align: center;
  float: right;
}

.k_design_old_turk .back {
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  float: left;
  width: 50%;
}
.k_design_old_turk .back a {
  width: 100%;
  font-size: 21px;
  background-color: #47c3f5;
  color: #fff;
  padding: 15px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  border-right: 1px solid #0374ae;
}

.k_design_old_turk .button-section {
  display: table;
  width: 100%;
  text-align: center;
}
.k_design_old_turk .button-section .back {
  display: table-cell;
  float: none;
}
.k_design_old_turk .button-section .back a {
  display: block;
}
.k_design_old_turk .button-section .next {
  display: table-cell;
  float: none;
}

.k_design_old_turk .calculations {
  width: 100%;
  display: table;
  margin-right: 0;
}
.k_design_old_turk .calculations .btn-checkout {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  background: #ff911a;
}
.k_design_old_turk .calculations .width_100 {
  background: #fff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  float: left;
  padding: 10px 10px 10px 10px;
  /*
			border-radius: 5px;
			-webkit-box-shadow: 0px 0px 9px 1px rgba(60, 60, 60, 0.51);
			-moz-box-shadow: 0px 0px 9px 1px rgba(60, 60, 60, 0.51);
			box-shadow: 0px 0px 9px 1px rgba(60, 60, 60, 0.51);*/
}
.k_design_old_turk .calculations .width_100.water {
  background: #05a8ee;
  color: #fff;
}
.k_design_old_turk .calculations .width_100.energy {
  background: #fbb900;
  color: #fff;
}
.k_design_old_turk .calculations .width_100.cost {
  background: #3eaf05;
  color: #fff;
}
.k_design_old_turk .calculations .width_100 .width_15 {
  display: none;
  width: 17%;
  float: left;
  padding-right: 2%;
}
.k_design_old_turk .calculations .width_100 .width_15 img {
  width: 100%;
}
.k_design_old_turk .calculations .width_100 .width_80 {
  width: 75%;
  float: left;
}
.k_design_old_turk .calculations .width_100 .width_80 p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 19px;
}
.k_design_old_turk .calculations .width_100 .width_80 p:nth-child(2) {
  margin-bottom: 0px;
  font-size: 13px;
}
.k_design_old_turk .calculations .width_100 .product_title {
  margin-bottom: 0px;
  font-size: 13px !important;
  text-transform: none;
  text-align: left;
  color: #ffffff;
}
.k_design_old_turk .calculations h1 {
  color: #0073bc;
  margin: 0;
  font-size: 24px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.k_design_old_turk .calculations .cal_title {
  color: #333;
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 20px;
  padding: 6px 0;
}
.k_design_old_turk .calculations .product_title {
  margin-bottom: 5px;
  font-size: 13px;
}

.k_design_old_turk .cal_product {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  display: table;
  padding: 20px 10px 40px 10px;
}
.k_design_old_turk .cal_product .width_100 {
  width: 100%;
  float: left;
}
.k_design_old_turk .cal_product .width_100 .width_15 {
  width: 15%;
  float: left;
  padding-right: 2%;
}
.k_design_old_turk .cal_product .width_100 .width_15 img {
  width: 100%;
}
.k_design_old_turk .cal_product .width_100 .width_80 {
  width: 80%;
  float: left;
}
.k_design_old_turk .cal_product h1 {
  color: #5ea730;
  margin: 0;
  font-size: 24px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.k_design_old_turk .cal_product .massive {
  font-size: 40px;
}
.k_design_old_turk .cal_product .massive:nth-child(1) {
  padding-left: 20px;
}

.k_design_old_turk.blue .questions {
  background: #0083c6;
}

.k_design_old_turk.orange
  .accordion-container
  .custom-accordion.activate
  h2.head {
  background-color: #ff911a;
  border-color: #e08018;
  cursor: pointer;
}
.k_design_old_turk.orange
  .accordion-container
  .custom-accordion.activate
  h2.head:before {
  background-color: #e08018;
  border-color: #ffa443;
}

.k_design_old_turk.orange .body .questions {
  background: #ffffff;
}

.k_design_old_turk.orange .questions {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb900+1,f39200+100 */
  background: #fbb900;
  /* Old browsers */
}
.k_design_old_turk.orange .questions .number,
.k_design_old_turk.orange .questions .number_small,
.k_design_old_turk.orange .questions .n_large {
  background-color: #ae6657;
}
.k_design_old_turk.orange .questions .separator span {
  color: #000;
  background: #ffffff;
}
.k_design_old_turk.orange .questions .separator hr {
  border: solid 1px #000;
}

.k_design_old_turk.orange .back a {
  background-color: #ffa439;
  border-color: #e08018;
}

.k_design_old_turk.orange .next {
  background-color: #ffa439;
}

.k_design_old_turk.green
  .accordion-container
  .custom-accordion.activate
  h2.head {
  background-color: #58ad40;
  border-color: #3b8328;
  cursor: pointer;
}
.k_design_old_turk.green
  .accordion-container
  .custom-accordion.activate
  h2.head:before {
  background-color: #3b8328;
  border-color: #6fb85a;
}

.k_design_old_turk.green .body .questions {
  background: #ffffff;
}

.k_design_old_turk.green .questions {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aac90c+0,5ea72c+100 */
  background: #3eaf05;
  /* Old browsers */
}
.k_design_old_turk.green .questions .number,
.k_design_old_turk.green .questions .number_small,
.k_design_old_turk.green .questions .n_large {
  background-color: #0c5442;
}
.k_design_old_turk.green .questions label {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.k_design_old_turk.green .questions .separator span {
  color: #000000;
  background: #ffffff;
}
.k_design_old_turk.green .questions .separator hr {
  border: solid 1px #fff;
}

.k_design_old_turk.green .back a {
  background-color: #53df2b;
  border-color: #3b8328;
}

.k_design_old_turk.green .next {
  background-color: #53df2b;
}

.k_design_old_turk.grey .questions {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d9c9c+0,c6c6c5+100 */
  background: #e0dfdf;
  /* Old browsers */
}
.k_design_old_turk.grey .questions p {
  color: #333 !important;
}
.k_design_old_turk.grey .questions .number,
.k_design_old_turk.grey .questions .number_small,
.k_design_old_turk.grey .questions .n_large {
  background-color: #ffffff;
  color: #333;
  border-color: #333;
}
.k_design_old_turk.grey .questions .separator span {
  color: #fff;
  background: #d9d9d9;
}
.k_design_old_turk.grey .questions .separator hr {
  border: solid 1px #fff;
}

.k_design_old_turk.grey .next {
  background: #333;
}

.separator {
  text-align: center;
}
.separator span {
  color: #fff;
  margin: 0 auto;
  padding: 0 5px;
}
.separator hr {
  border: solid 1px #fff;
  margin-top: -10px;
}

.modal .t20 {
  position: relative;
  top: 20px;
}

.modal .modal-header {
  background: #047bc0;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.modal .modal-header .close {
  color: #047bc0;
  background: #fff;
  border-radius: 40px;
  height: 30px;
  width: 30px;
  opacity: 1;
  padding: 0;
  margin: 0;
  outline: none;
}

.modal .modal-footer {
  background: #047bc0;
  color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.modal .blue video {
  display: block;
  margin: 0 auto;
}

.modal .blue .round_b {
  border-radius: 40px;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: normal;
  background-color: #009fe3;
  border: 2px solid #fff;
  color: #fff;
}

.modal .blue .round_b_large {
  line-height: 25px;
  width: auto;
  border-radius: 20px;
  outline: none;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: normal;
  background-color: #009fe3;
  border: 2px solid #fff;
  color: #fff;
}

.modal .blue .active_cal {
  background-color: #585656 !important;
  color: #ffffff !important;
  font-weight: 700;
}

.modal .blue .slider_main {
  width: 100%;
  margin-top: 50px;
}
.modal .blue .slider_main .slider {
  width: 70%;
  margin: 20px auto;
  display: block;
}

.modal .blue .slider-tick-label {
  color: #9d9c9c;
}

.modal .blue .modal-body p {
  font-size: 14px;
}

.modal .blue .modal-footer {
  margin-top: 0px;
}

.modal .blue .slider.slider-horizontal .slider-tick-label-container {
  margin-top: 20px;
  padding-top: 18px;
}

.modal .modal-body {
  background: #f7f7f7;
  box-shadow: inset 0px 0px 11px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  -webkit-box-shadow: inset 0 8px 8px -8px #696868,
    inset 0 -8px 8px -8px #696868;
  box-shadow: inset 0 7px 8px -9px #696868, inset 0 -8px 8px -8px #696868;
}

.modal .modal-footer {
  margin-top: 0;
  padding-top: 40px;
}

.modal .modal-content .price {
  float: left;
  text-align: left;
  font-size: 20px;
  width: 100%;
  color: #ff911a;
}

.reports {
  float: left;
  color: #fff;
  -webkit-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  -moz-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
}
.reports .totals {
  background: rgba(0, 0, 0, 0.18);
}
.reports .totals h4 {
  font-weight: bold;
  float: left;
  font-size: 25px;
  padding-top: 7px;
  padding: 7px 0 0 8px;
}
.reports .totals h4 img {
  max-width: 30px;
  margin-right: 10px;
  float: left;
}
.reports .margin_padding_overwrite {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reports .field {
  color: #fff;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 10px 0;
}
.reports .field .product {
  padding: 15px 0 0;
}
.reports .field .values {
  padding-top: 9px;
  font-size: 15px;
  text-align: center;
}
.reports .field .values span {
  font-size: 12px;
}
.reports .tips_title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: 5px 0 15px;
}
.reports .tips {
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #333;
  margin-bottom: 10px;
  float: left;
}
.reports .tips i {
  margin-right: 10px;
  font-size: 18px;
}
.reports .usage {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}
.reports .usage .full {
  background-color: #c6c6c5;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.reports .usage .values {
  background-color: #c6c6c5;
  padding-bottom: 20px;
}

.white .questions {
  color: #333;
  background: #fff;
  /* Old browsers */
}
.white .questions .number,
.white .k_design_old_turk .questions .number_small,
.k_design_old_turk .white .questions .number_small,
.white .k_design_old_turk .questions .n_large,
.k_design_old_turk .white .questions .n_large {
  background-color: #4a4a4a;
  border-color: #000;
}
.white .questions label {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.white .main_text,
.white .banner_box .item .green_main,
.banner_box .item .white .green_main {
  color: #333 !important;
}

.next {
  /*margin-bottom: 20px;*/
  background-color: #312783;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;
}

#leakyPopup-1 .report-already-have-free,
#showerTime .report-already-have-free,
#waterSummer .report-already-have-free {
  display: none;
}

.add_free {
  margin-top: 10px;
}
.add_free .free_products_cal {
  margin-bottom: 10px;
  padding: 8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #6cbe3b;
  font-weight: bold;
}
.add_free img {
  width: 100%;
  max-width: 150px;
}
.add_free .pack-group {
  border: none !important;
}
.add_free .pack-group .ol.orange,
.add_free .pack-group .ol.orange1 {
  background: #f49906;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}
.add_free .pack-group .col-sm-6 {
  background: #eee;
  padding: 9px;
  margin: 10px;
  width: 48%;
  min-height: 196px;
  text-align: left !important;
}
.add_free .group-target {
  border: 1px solid #047bc0;
  clear: both;
  float: left;
  display: block;
  margin: 20px 0;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.add_free .group-target .product-selection-header {
  padding: 10px 10px;
  font-size: 18px;
  background: #047bc0;
  margin: 0 -1px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: white;
  font-weight: 300;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.add_free .group-target .checked {
  border: none !important;
}
.add_free .group-target .flag {
  display: none;
}
.add_free .group-target h4 {
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
  font-weight: bold;
  color: #555;
}
.add_free .group-target .price {
  font-weight: 700;
}
.add_free button.ol.orange {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.modal-custom button.ol.blue {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.Luca_hide {
  display: none;
}

.providers .col-sm-3 {
  min-height: 140px;
}

.providers p {
  float: left;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.providers p img {
  width: 100%;
  float: left;
}

.slider-tick {
  height: 0 !important;
  width: 0 !important;
}

.slider-tick-label:nth-child(even) {
  color: #333;
}

.slider-tick-label:nth-child(odd) {
  color: #333;
  top: -50px;
  position: relative;
}

.water-competition h3 {
  color: #0a3652;
  font-weight: bold;
  font-size: 16px;
}

.water-competition p {
  font-size: 13px;
}

.quotes-cal .strong {
  color: #0e206c;
}

.quotes-cal li {
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-style: italic;
}
.quotes-cal li:before {
  font-family: 'FontAwesome';
  content: '\f10d';
  color: #009fe3;
  font-size: 7px;
  position: absolute;
  margin-left: -7px;
}
.quotes-cal li:after {
  font-family: 'FontAwesome';
  content: '\f10e';
  color: #009fe3;
  font-size: 7px;
  position: absolute;
}

.quotes-cal #comm_avg {
  cursor: pointer;
}
.quotes-cal #comm_avg p {
  font-size: 16px;
}
.quotes-cal #comm_avg i {
  color: #c39b0e;
  font-size: 25px;
  padding-top: 10px;
}
.quotes-cal #comm_avg span {
  font-size: 27px;
  padding-left: 10px;
  font-weight: bold;
}

.gold {
  background: #c39b0e;
}

.tool {
  width: auto;
  float: left;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px;
}

.margin_overwrite {
  margin-left: 0;
  margin-right: 0;
}

.reviewStarTotal {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

#stars_index {
  color: #c39b0e;
  padding-bottom: 10px;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 10px;
}

#review_copy {
  font-style: italic;
}

.welcome .questions.q-home {
  width: 33%;
  float: left;
  margin-top: 180px;
  margin-right: 0.5%;
  min-height: 175px;
  display: block;
  color: #2e2e2e;
  text-align: center;
  padding-bottom: 20px;
}
.welcome .questions.q-home .number,
.welcome .k_design_old_turk .questions.q-home .number_small,
.k_design_old_turk .welcome .questions.q-home .number_small,
.welcome .k_design_old_turk .questions.q-home .n_large,
.k_design_old_turk .welcome .questions.q-home .n_large {
  margin: 0 auto;
  float: none;
  margin-top: -175px;
  margin-bottom: 20px;
  padding: 60px;
  border-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.welcome .questions.q-home .number p,
.welcome .k_design_old_turk .questions.q-home .number_small p,
.k_design_old_turk .welcome .questions.q-home .number_small p,
.welcome .k_design_old_turk .questions.q-home .n_large p,
.k_design_old_turk .welcome .questions.q-home .n_large p {
  font-weight: 800;
  font-size: 54px;
  color: #fff !important;
  margin: 0;
}

.welcome .calculator-review-section {
  padding: 0;
  text-align: center;
}
.welcome .calculator-review-section p.join {
  font-size: 18px;
  color: #676666;
  padding: 5px 0 10px;
}
.welcome .calculator-review-section p.join span {
  font-weight: 700;
}
.welcome .calculator-review-section .data-feeds-container {
  padding: 0 0 20px;
}
.welcome .calculator-review-section .data-feeds-container .datafeeds li {
  float: none;
  display: inline-block;
}

.form-install {
  display: none;
}

.form-booking {
  display: none;
}

.col-pack-image img {
  max-width: 171px;
}

.book-now-btn {
  border: none;
  background-color: #f49906;
  color: #fff;
  padding: 10px 40px;
  border: none;
  float: right;
  font-weight: bold;
  margin-right: 0 !important;
}

.request-call-button {
  padding: 10px 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  margin-right: 10px;
}

.form-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 25px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}

/********************************************
 *             REPORT PRODUCTS              *
 ********************************************/
.report-product-row {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 15px;
}
.report-product-row .col {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.report-product-row .col-image img {
  max-width: 100px;
  float: left;
}
.report-product-row .col-image .prod-title {
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
  padding-left: 15px;
  float: none !important;
  margin-left: 100px;
  font-weight: 400;
}
.report-product-row .prod-title,
.report-product-row .col-values {
  padding-top: 35px !important;
}

.total-saving-free .col-litres,
.total-saving-free .col-energy,
.total-saving-free .col-money {
  text-align: center;
  font-size: 16px;
}

.total-saving-free .terms-free {
  padding-top: 5px !important;
  cursor: pointer;
  font-weight: 400;
}

.totals-free-row {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #fff;
}
.totals-free-row .field {
  padding-top: 0;
}

.header-calculator .container {
  width: 96%;
  padding: 0;
}

.header-calculator .search,
.header-calculator .checkout {
  height: 37px;
}

.preselection-img img {
  max-width: 200px;
}

/********************************************
*            Range Slider formating         *
 ********************************************/
.k_design_old_turk .questions .slider_main {
  padding-bottom: 10px;
  width: 80%;
  margin: 20px auto;
  position: relative;
}
.k_design_old_turk .questions .slider_main .slider {
  width: 100%;
}
.k_design_old_turk .questions .slider_main .slider .slider-handle {
  margin-top: -24px;
  background-color: #0f537d;
  width: 18px;
  border: 1px solid #0f537d;
  height: 55px;
  background-image: none;
  opacity: 1;
}
.k_design_old_turk .questions .slider_main .slider .slider-handle.round {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k_design_old_turk .questions .slider_main .slider.slider-horizontal {
  height: 60px;
}
.k_design_old_turk
  .questions
  .slider_main
  .slider.slider-horizontal
  .slider-track {
  top: 22px;
  height: 3px;
  margin-top: 0;
  background: #0083c6;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k_design_old_turk
  .questions
  .slider_main
  .slider.slider-horizontal
  .slider-tick-label-container {
  margin-top: 55px;
  display: none;
}
.k_design_old_turk
  .questions
  .slider_main
  .slider.slider-horizontal
  .slider-tick-label-container
  .slider-tick-label:nth-child(2n + 1) {
  top: auto;
}
.k_design_old_turk
  .questions
  .slider_main
  .slider.slider-horizontal
  .slider-selection {
  height: 3px;
  top: 5%;
  background: #0083c6;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k_design_old_turk .questions .slider_main .slider-value {
  position: absolute;
  right: -50px;
  top: 8px;
  font-weight: 700;
  padding: 5px 9px;
  background: #fff;
  display: none;
}
.k_design_old_turk .questions .slider_main span.start-num {
  position: absolute;
  left: -46px;
  padding: 5px;
  top: 8px;
  display: block;
  width: 25px;
  font-weight: bold;
  color: #7b7b7b;
}
.k_design_old_turk .questions .slider_main span.end-num {
  position: absolute;
  right: -46px;
  min-width: 25px;
  font-weight: bold;
  top: 8px;
  display: block;
  padding: 5px;
  color: #7b7b7b;
}

/* Progress bar */
.progress-bar-new {
  width: 100%;
  height: 22px;
  border-top: 3px solid #e3e2e0;
}
.progress-bar-new .progress-container {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  padding: 0;
  height: 15px;
  background: url(/swsm/img/water-calculator/bg-saving-tips.gif);
}
.progress-bar-new .progress-container .color {
  display: block;
  width: 0;
  height: 15px;
}
.progress-bar-new .progress-container.bathroom-bar .color {
  background-color: #0083c6;
}
.progress-bar-new .progress-container.kitchen-bar .color {
  background-color: #ff911a;
}
.progress-bar-new .progress-container.outdoors-bar .color {
  background-color: #58ad40;
}

/* Free item */
@media screen and (max-width: 1440px) {
  .add_free .pack-group .col-sm-6 {
    width: 98%;
  }
  img.sidebar-save-results {
    width: 100%;
  }
  .advt-content .front button {
    margin-top: 34px;
  }
}

/* Progress bar */
@media screen and (max-width: 1199px) {
  .report-product-row .col-values {
    padding-top: 0 !important;
    font-size: 13px;
  }
  .report-product-row .prod-title {
    padding-top: 0 !important;
  }
  .total-saving-free .col-litres,
  .total-saving-free .col-energy,
  .total-saving-free .col-money {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .dashboard-content .quick-view-calculations p {
    font-size: 18px;
  }
  .header-calculator {
    margin-top: 0 !important;
  }
  .dashboard-content {
    width: 74%;
  }
  #waterHeaterModal,
  #showerChild,
  #pressureWater {
    display: none !important;
  }
  .quick-view-calculations .user-water {
    width: 100%;
  }
  .quick-view-calculations .used-energy {
    width: 100%;
  }
  .quick-view-calculations .used-money {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header-calculator {
    margin-top: 0;
  }
  .header-calculator .logo-provider,
  .header-calculator .support-col {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .header-calculator .logo-provider {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-calculator .logo-provider .swsm-logo {
    margin: 0;
    margin-top: 10px;
    float: left;
    width: auto;
  }
  .header-calculator .logo-provider .company_logo {
    border-left: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .header-calculator .support-col .phone {
    text-align: center;
  }
  .header-calculator .support-col li {
    text-align: center;
    margin-left: 0;
  }
  .header-calculator .datafeeds {
    display: none !important;
  }
  .header-calculator .search-checkout {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 321px;
  }
  .header-calculator .search-checkout .search {
    width: 100%;
    max-width: 190px;
    float: left;
    margin-left: 0 !important;
  }
  .header-calculator .search-checkout .checkout {
    width: auto;
    font-size: 16px;
  }
}

.calculator-review-section {
  margin-top: 25px;
}
.calculator-review-section > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .header-calculator .search-checkout {
    max-width: 273px;
  }
  .header-calculator .logo-provider {
    margin-bottom: 10px;
  }
  .header-calculator .logo-provider .swsm-logo {
    float: none;
  }
  .col-image,
  .col-values {
    float: none;
    width: 100%;
    text-align: left;
  }
  .col-values {
    padding-left: 0;
    padding-right: 0;
  }
  .report-product-row .col {
    text-align: left;
  }
  .report-product-row .col-image img {
    float: none;
  }
  .report-product-row .col-image .prod-title {
    float: none;
    padding-left: 0;
    margin-left: 0;
  }
  .total-saving-free .col-litres,
  .total-saving-free .col-energy,
  .total-saving-free .col-money {
    text-align: left;
  }
  .modal-col-prod {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .calculator_selection .k_design_old_turk .grid_general .questions.col-sm-4 {
    width: 100%;
  }
}

@media screen and (max-width: 1090px) {
  .k_design_old_turk .accordion-container {
    width: 100%;
    float: none;
  }
  .calculator-menu {
    float: none;
    clear: both;
    text-align: left;
    width: 104%;
    display: none;
    margin-top: 0;
    position: absolute;
    left: -2%;
    top: 98px;
    z-index: 9999999999;
    box-sizing: border-box;
    padding: 2%;
    background: #ffffff;
  }
  .calculator-menu ul {
    display: block;
  }
  .calculator-menu li {
    margin: 0;
    float: none;
    border-bottom: 1px solid #a4a4a4;
  }
  .calculator-menu li a {
    padding: 10px 0;
    border: 0 none;
    background: #ffffff;
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .calculator-menu li.social-icons {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  .calculator-menu li.social-icons a {
    padding: 0;
  }
  .calculator-menu li.social-icons .icons {
    float: none;
    text-align: center;
  }
  img.sidebar-save-results {
    width: 100%;
  }
  .mobile-toggle {
    display: block;
  }
  .open-nav .mobile-toggle {
    background-position: -40px 0;
  }
  .open-nav .calculator-menu {
    display: block;
    z-index: 9999999999;
  }
  .m-custom-body .tips img {
    padding-bottom: 60px;
  }
  .calculator_selection .grid_general .col-sm-6 {
    width: 100% !important;
  }
}

@media screen and (max-width: 960px) {
  .k_design_old_turk .accordion-container .custom-accordion h2.head {
    margin-bottom: 0;
    font-size: 28px;
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active) {
    background-position: center center;
    background-size: auto 80%;
    padding: 0.5em 0;
    text-align: center;
    /*Kitchen*/
    /*Outdoors*/
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active):after {
    background: none;
    display: none;
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active):before {
    display: none;
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).bath {
    background-image: url(/swsm/img/water-calculator/bath_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).shower {
    background-image: url(/swsm/img/water-calculator/shower_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).toilet {
    background-image: url(/swsm/img/water-calculator/toilet_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).basin {
    background-image: url(/swsm/img/water-calculator/basin_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).washing-machine {
    background-image: url(/swsm/img/water-calculator/washing_machine_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).kettle {
    background-image: url(/swsm/img/water-calculator/kettle_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).washing-up {
    background-image: url(/swsm/img/water-calculator/washing_up_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).dishwasher {
    background-image: url(/swsm/img/water-calculator/dishwasher_icon_white_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).kitchen-tap {
    background-image: url(/swsm/img/water-calculator/kitchen_tap_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).boiling-water-tap {
    background-image: url(/swsm/img/water-calculator/boiling_water_tap_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).car {
    background-image: url(/swsm/img/water-calculator/car_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).garden {
    background-image: url(/swsm/img/water-calculator/garden_icon_black.png);
  }
  .k_design_old_turk
    .accordion-container
    .custom-accordion
    h2.head:not(.active).pressure-washer {
    background-image: url(/swsm/img/water-calculator/pressure_washer_icon_black.png);
  }
  .k_design_old_turk .questions .q_text {
    font-size: 18px;
  }
  .k_design_old_turk .calculation-header .calculations div p.value {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .welcome {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .welcome .inlinepostcode input:first-of-type {
    width: 100%;
  }
  .welcome .postcode .postcode-check button {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .hwec-screen h3 {
    font-size: 2.5em;
  }
  #waterHeaterModal,
  #showerChild {
    display: none !important;
  }
  .used-money,
  .used-water,
  .used-energy {
    margin-left: 0px !important;
  }
  .dashboard-area-wrapper strong {
    font-size: 25px;
  }
  .dashboard-area-wrapper header {
    margin-top: 0px !important;
  }
  .dashboard-area-wrapper .dashboard-area-wrapper a,
  .dashboard-area-wrapper .calculation-display a {
    display: block;
  }
  .dashboard-area-wrapper img.sidebar-save-results {
    display: block;
    margin: auto;
  }
  .advt-content-wrapper {
    margin: auto;
  }
  .advt-content {
    margin: auto;
    border-bottom: 2px solid #eee;
    height: auto !important;
    width: auto !important;
    border-bottom: 2px solid #eee;
  }
  .advt-content .first-front {
    margin: auto;
  }
  .save-your-R {
    background: #80ba27;
  }
  .lowest1,
  .score1,
  .possible1,
  .average1,
  .highest1 {
    width: 124px !important;
    left: 51% !important;
  }
  .left {
    float: none !important;
  }
  .calculator_selection .grid_general .col-sm-6 {
    width: 100% !important;
  }
  .calculator_selection .grid_general .col-sm-2 .question_type {
    text-align: center;
    font-size: 20px;
    height: 40px;
  }
  .calculator_selection .grid_general .col-sm-2 .select_cal {
    padding: 5px;
    margin-bottom: 30px;
  }
  .calculator_selection .grid_general .col-sm-2 p img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }
  .calculator_selection .grid_general .col-sm-2 p img:first-child {
    margin-top: 20px;
  }
  .k_design_old_turk .main_cal h1 {
    padding: 7px 0;
    margin: 15px 0;
    font-size: 20px;
  }
  .k_design_old_turk .reports .col-xs-4 img {
    padding-top: 10px;
  }
  .k_design_old_turk .reports .col-xs-8 .main_text,
  .k_design_old_turk .reports .col-xs-8 .banner_box .item .green_main,
  .banner_box .item .k_design_old_turk .reports .col-xs-8 .green_main {
    font-size: 15px;
    margin-left: 0px;
    padding-top: 19px;
  }
  .k_design_old_turk .mobile_clearfix {
    clear: both;
  }
  .col-main {
    margin-top: 20px;
  }
  .col-main,
  .col-calc {
    float: none;
    width: 100%;
  }
  .calc-img-col {
    display: none;
  }
  .full {
    width: 100%;
  }
  .welcome .questions.q-home {
    float: none;
    width: 80%;
    display: table;
    min-height: auto;
    padding-bottom: 30px;
    margin: 0 auto !important;
    margin-top: 180px !important;
  }
  .welcome .calculator-review-section p.join {
    margin: 0;
    padding: 0;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main {
    padding-left: 15%;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text:before,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main:before,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main:before {
    width: 15%;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text:after,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main:after,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main:after {
    width: 12%;
  }
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .questions
    .preselection-img
    img {
    padding-top: 19px;
  }
  .calculator_selection .k_design_old_turk .grid_general .questions .col-sm-2 {
    padding: 0;
  }
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .questions
    .col-sm-2.border-right {
    border-right: 0;
  }
  .providers p {
    width: 40%;
    left: 50%;
    margin-left: -20%;
  }
  aside.calculation-display .water-used {
    font-size: 25px;
  }
  .bathroomWaterUsed .drop-overlay-text,
  .bathroomWaterUsed2 .drop-overlay-text {
    font-size: 47px;
  }
  .bathroomWaterUsed .drop-overlay-text span,
  .bathroomWaterUsed2 .drop-overlay-text span {
    font-size: 114px;
  }
}

@media screen and (max-width: 640px) {
  .k_design_old_turk .accordion-container .custom-accordion h2.head {
    padding-left: 25%;
  }
  .k_design_old_turk .accordion-container .custom-accordion h2.head:before {
    width: 25%;
  }
  .k_design_old_turk .accordion-container .custom-accordion h2.head:after {
    width: 23%;
  }
  .k_design_old_turk .questions .round_b_large {
    padding: 15px;
    font-size: 15px;
  }
  .k_design_old_turk .calculation-header .calculations > div img {
    max-width: 65%;
  }
  .k_design_old_turk .calculation-header .calculations > div p {
    font-size: 13px;
  }
  .k_design_old_turk .calculation-header .calculations > div p i {
    display: none;
  }
  .k_design_old_turk .calculation-header .calculations > div p.value {
    font-size: 16px;
  }
  .k_design_old_turk .back a {
    font-size: 21px;
    padding: 15px 5px;
  }
  .k_design_old_turk .next {
    font-size: 21px;
    padding: 15px 5px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
  .container .welcome {
    padding: 0;
  }
  .container .welcome .questions.q-home {
    margin-top: 130px !important;
  }
  .container .welcome .questions.q-home .number,
  .container .welcome .k_design_old_turk .questions.q-home .number_small,
  .k_design_old_turk .container .welcome .questions.q-home .number_small,
  .container .welcome .k_design_old_turk .questions.q-home .n_large,
  .k_design_old_turk .container .welcome .questions.q-home .n_large {
    width: 150px;
    height: 150px;
    margin-top: -110px;
    padding: 40px;
  }
  .container .welcome .questions.q-home .number p,
  .container .welcome .k_design_old_turk .questions.q-home .number_small p,
  .k_design_old_turk .container .welcome .questions.q-home .number_small p,
  .container .welcome .k_design_old_turk .questions.q-home .n_large p,
  .k_design_old_turk .container .welcome .questions.q-home .n_large p {
    font-size: 45px;
  }
  .remove-margin {
    margin: 0;
  }
  .providers p {
    width: 70%;
    left: 50%;
    margin-left: -35%;
  }
  .total-household-section h4.title-main {
    font-size: 18px !important;
  }
  .total-household-section .row-total-household p {
    font-size: 15px !important;
  }
  .total-household-section .row-total-household span {
    float: none;
    font-size: 15px !important;
  }
  .col-values .col {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .k_design_old_turk .accordion-container .custom-accordion h2.head {
    font-size: 20px;
  }
  .k_design_old_turk .questions .q_text {
    font-size: 14px;
  }
  .k_design_old_turk .questions .round_b_large {
    font-size: 12px;
    padding: 5px 10px;
  }
  .k_design_old_turk .questions .slider_main {
    padding-bottom: 0;
    margin: 5px auto;
  }
  .k_design_old_turk .calculation-header .calculations > div p {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .k_design_old_turk .calculation-header .calculations > div p.value {
    font-size: 14px;
  }
  .k_design_old_turk .back a,
  .k_design_old_turk .next {
    font-size: 20px;
    padding: 10px 5px;
  }
  .k_design_old_turk .welcome .questions.q-home {
    width: 90%;
  }
  .k_design_old_turk .welcome .postcode input#postcode_type_postcode {
    width: 100%;
  }
  .k_design_old_turk .welcome .postcode .postcode-check button {
    width: 100%;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main {
    padding-left: 30%;
    font-size: 22px;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text:before,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main:before,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main:before {
    width: 28%;
  }
  .calculator_selection .k_design_old_turk .grid_general .main_text:after,
  .calculator_selection
    .k_design_old_turk
    .grid_general
    .banner_box
    .item
    .green_main:after,
  .banner_box
    .item
    .calculator_selection
    .k_design_old_turk
    .grid_general
    .green_main:after {
    width: 25%;
  }
  .m-custom h4 {
    font-size: 14px;
  }
  .m-custom p {
    font-size: 12px;
  }
  .m-custom .row-eq-height {
    min-height: auto;
  }
  .group-target .product-selection-header {
    font-size: 14px;
  }
  .add_free .group-target h4 {
    font-size: 14px;
  }
}

.calc-footer .pre-footer,
.calc-footer footer {
  display: none;
}

.calc-footer .simple-footer {
  padding: 36px !important;
  background: #eee;
  color: #555;
}

.loading-next {
  padding: 10em;
  text-align: center;
}
.loading-next i {
  font-size: 4em;
}
.loading-next h3 {
  font-size: 2em;
}

#frmFreePacks .buttons {
  background: url(/swsm/img/water-calculator/complete.png) no-repeat;
  width: 100%;
  height: 175px;
  background-size: 100% auto;
  margin-top: 56px;
}
#frmFreePacks .buttons a {
  font-size: 1.5vw;
  padding-top: 1.2vw;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #frmFreePacks .buttons {
    height: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #frmFreePacks .buttons {
    height: 109px;
  }
}
@media screen and (max-width: 991px) {
  #frmFreePacks .buttons {
    margin-top: 10px;
    height: 100px;
    background: #ff911a;
  }
  #frmFreePacks .buttons a {
    text-align: left;
    font-size: 1.8em;
    padding-top: 0.5em;
  }
}

.overlay-green {
  background: rgba(88, 173, 64, 0.92);
  border-radius: 15px 15px 15px 15px;
  padding: 1.8em;
  position: fixed;
  left: 23%;
  width: 55%;
  top: 7%;
  z-index: 9999999;
}
.overlay-green h2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .overlay-green {
    width: 90%;
    left: 5%;
    top: 10%;
  }
}

.overlay-green-fade {
  background: #fff;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.blackout-fade {
  background: #000;
}

.hwec-screen {
  background: rgba(0, 0, 0, 0.85);
  color: #eee;
}
.hwec-screen h3 {
  font-size: 4em;
  margin-bottom: 3%;
  text-align: left;
  color: #febb21;
}
.hwec-screen h4 {
  margin-bottom: 3%;
  font-size: 1.8em;
}
.hwec-screen p {
  margin-bottom: 3%;
  line-height: 23px;
  font-size: 1.2em;
}
.hwec-screen strong {
  color: #febb21;
}
.hwec-screen .bookbtn {
  color: #febb21;
  font-size: 1.8em;
}
.hwec-screen .nothanks {
  color: #fff;
  float: right;
  font-size: 1.8em;
}
.hwec-screen a {
  color: #febb21 !important;
}

.calculator_selection .tooltip.bottom {
  margin-left: -18px !important;
  width: 34px;
  z-index: 2 !important;
  margin-top: 33px;
  font-size: large;
  font-weight: bold;
}
.calculator_selection .tooltip.bottom .tooltip-inner {
  color: #fff;
  background: #336699;
}
.calculator_selection .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #336699;
}

.calculator_selection .slider-tick.round {
  border-radius: 50%;
  border: 1px solid #369;
  height: 5px !important;
  margin-right: -9px !important;
  margin-left: 0 !important;
  margin-top: -3px !important;
}

.container-bathroom .tooltip.bottom {
  margin-left: -18px !important;
  width: 34px;
  z-index: 2 !important;
  margin-top: 33px;
  font-size: large;
  font-weight: bold;
}
.container-bathroom .tooltip.bottom .tooltip-inner {
  color: #fff;
  background: #0374ae;
}
.container-bathroom .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0374ae;
}

.container-bathroom .slider-tick:nth-child(4),
.container-bathroom .slider-tick:nth-child(14),
.container-bathroom .slider-tick:nth-child(24),
.container-bathroom .slider-tick:nth-child(34),
.container-bathroom .slider-tick:nth-child(44),
.container-bathroom .slider-tick:nth-child(54) {
  border-radius: 50%;
  border: 1px solid #369;
  height: 7px !important;
  margin-right: -9px !important;
  margin-left: 0 !important;
}

.container-kitchen .tooltip.bottom {
  margin-left: -18px !important;
  width: 34px;
  z-index: 2 !important;
  margin-top: 33px;
  font-size: large;
  font-weight: bold;
}
.container-kitchen .tooltip.bottom .tooltip-inner {
  color: #fff;
  background: #e08018;
}
.container-kitchen .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e08018;
}

.container-kitchen .slider-tick:nth-child(4),
.container-kitchen .slider-tick:nth-child(14),
.container-kitchen .slider-tick:nth-child(24),
.container-kitchen .slider-tick:nth-child(34),
.container-kitchen .slider-tick:nth-child(44),
.container-kitchen .slider-tick:nth-child(54) {
  border-radius: 50%;
  border: 1px solid #e08018;
  height: 7px !important;
  margin-right: -9px !important;
  margin-left: 0 !important;
}

.container-outdoors .tooltip.bottom {
  margin-left: -18px !important;
  width: 34px;
  z-index: 2 !important;
  margin-top: 33px;
  font-size: large;
  font-weight: bold;
}
.container-outdoors .tooltip.bottom .tooltip-inner {
  color: #fff;
  background: #3b8328;
}
.container-outdoors .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #3b8328;
}

.container-outdoors .slider-tick:nth-child(4),
.container-outdoors .slider-tick:nth-child(14),
.container-outdoors .slider-tick:nth-child(24),
.container-outdoors .slider-tick:nth-child(34),
.container-outdoors .slider-tick:nth-child(44),
.container-outdoors .slider-tick:nth-child(54) {
  border-radius: 50%;
  border: 1px solid #3b8328;
  height: 7px !important;
  margin-right: -9px !important;
  margin-left: 0 !important;
}

.dashboard-area-wrapper {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  /* Slider */
  /* Icons */
  /* Arrows */
  /*.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
	.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
	.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

	.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
  /*.slick-prev { left: -25px; }
	[dir="rtl"] .slick-prev { left: auto; right: -25px; }
	.slick-prev:before { content: "←"; }
	[dir="rtl"] .slick-prev:before { content: "→"; }

	.slick-next { right: -25px; }
	[dir="rtl"] .slick-next { left: -25px; right: auto; }
	.slick-next:before { content: "→"; }
	[dir="rtl"] .slick-next:before { content: "←"; }*/
  /* Dots */
  /*# sourceMappingURL=slick.css.map */
  /*	@include classes	*/
  /*	@exclude mixin	*/
  /* ICON */
  /*	page 	*/
  /*	Menu Desktop 	*/
  /*	Left side Bar	*/
  /*	Content area 	*/
  /*	Login area 	*/
  /*	Form 	*/
  /*	Product general view 	*/
  /*--------Range slider------*/
  /*----Star Ratings---*/
  /*--------Media Query----------*/
}
.dashboard-area-wrapper .modal-dialog {
  width: 52%;
}
@media (max-width: 800px) {
  .dashboard-area-wrapper .modal-dialog {
    width: 90%;
  }
}
.dashboard-area-wrapper img.sidebar-save-results {
  width: 100%;
  display: block;
  margin: auto;
}
.dashboard-area-wrapper .save-results-box {
  background: #80ba27;
}
.dashboard-area-wrapper .thankyou-screen {
  color: #fff;
}
.dashboard-area-wrapper .thankyou-screen h4.delivery-text {
  background: #eee;
  color: #00335b;
  padding: 10px;
  display: inline-block;
  width: 87%;
  margin-top: 0;
  height: 3.05em;
}
.dashboard-area-wrapper .thankyou-screen i.fa-truck {
  float: left;
  color: #fff;
  padding: 7px;
  border-left: 3px solid #eee;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  font-size: 2.2em;
  display: inline-block;
  margin-right: 0;
}
.dashboard-area-wrapper .thankyou-screen .tell-your-friends-popup {
  background: #eee;
  margin: 0 0 15px 0;
}
.dashboard-area-wrapper .thankyou-screen .tell-your-friends-popup h4 {
  color: #00335b;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1.5em;
}
.dashboard-area-wrapper .thankyou-screen .tell-your-friends-popup h3 {
  color: #fff;
  padding: 0.5em;
  background: #047bc0;
  margin: 0;
}
.dashboard-area-wrapper .thankyou-screen .tell-your-friends-popup img {
  float: right;
  margin: 0;
}
.dashboard-area-wrapper .thankyou-screen .form-group {
  margin-bottom: 0;
}
.dashboard-area-wrapper .thankyou-screen #InputPassword1 {
  width: 212px;
}
.dashboard-area-wrapper .thankyou-screen label {
  color: #555;
  font-weight: normal;
  font-size: 0.9em;
}
.dashboard-area-wrapper .thankyou-screen .signup-form {
  background: #eee;
  min-height: 316px;
}
.dashboard-area-wrapper .thankyou-screen .signup-form h4 {
  color: #fff;
  padding: 0.9em;
  background: #047bc0;
  margin: 0;
}
.dashboard-area-wrapper .thankyou-screen .signup-form form {
  padding: 0.9em;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder {
  padding: 0.9em;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  form {
  padding: 0 0.5em;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  img {
  width: 15px;
  height: 15px;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  input,
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  textarea {
  max-width: 200px;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  h3 {
  margin: 0;
  padding: 0.5em;
  font-size: 1.2em;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  .review-shadow {
  display: none;
}
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  .excellent,
.dashboard-area-wrapper
  .thankyou-screen
  .signup-form
  .fos_comment_comment_form_holder
  .poor {
  line-height: 28px;
}
.dashboard-area-wrapper .thankyou-screen h2 {
  color: #00335b;
  font-size: 2.7em;
  margin: 0 0 0.25em 0;
}
.dashboard-area-wrapper .thankyou-screen h4 {
  color: #fff;
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: normal;
}
.dashboard-area-wrapper .thankyou-screen h4 span {
  color: #00335b;
  font-weight: bold;
}
.dashboard-area-wrapper .thankyou-screen h4 span.thtop {
  font-size: 0.7em !important;
  padding-bottom: 0.5em;
  display: inline-block;
  vertical-align: 0.5em;
}
.dashboard-area-wrapper .thankyou-screen h5 {
  color: #fff;
  font-size: 1.4em;
  margin: 0.5em 0;
}
.dashboard-area-wrapper .thankyou-screen img {
  margin: 0.5em 0;
}
.dashboard-area-wrapper .thankyou-screen .close-screen {
  float: right;
  padding: 7px;
  border-radius: 3em;
  background: #c32d11;
  font-size: 1.5em;
  width: 1.7em;
  height: 1.7em;
  padding-left: 0.5em;
}
.dashboard-area-wrapper .thankyou-screen .close-screen .close-screen i {
  color: #fff;
}
.dashboard-area-wrapper .thankyou-screen .close-screen:hover {
  opacity: 0.8em;
}
.dashboard-area-wrapper .congrats-screen {
  color: #fff;
}
.dashboard-area-wrapper .congrats-screen .form-group {
  margin-bottom: 0;
}
.dashboard-area-wrapper .congrats-screen #InputPassword1 {
  width: 212px;
}
.dashboard-area-wrapper .congrats-screen label {
  color: #555;
  font-weight: normal;
  font-size: 14px;
}
.dashboard-area-wrapper .congrats-screen .signup-form {
  background: #eee;
  padding: 0.75em;
  color: #555;
}
.dashboard-area-wrapper .congrats-screen .signup-form h4 {
  color: #00335b;
}
.dashboard-area-wrapper .congrats-screen .signup-form p {
  color: #555;
}
.dashboard-area-wrapper .congrats-screen h2 {
  color: #00335b;
  font-size: 4em;
  margin: 0 0 0.25em 0;
}
.dashboard-area-wrapper .congrats-screen h4 {
  color: #fff;
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: normal;
}
.dashboard-area-wrapper .congrats-screen h4 span {
  color: #00335b;
  font-weight: bold;
}
.dashboard-area-wrapper .congrats-screen h4 span.thtop {
  font-size: 0.7em !important;
  padding-bottom: 0.5em;
  display: inline-block;
  vertical-align: 0.5em;
}
.dashboard-area-wrapper .congrats-screen h5 {
  color: #fff;
  font-size: 1.4em;
  margin: 0.5em 0;
}
.dashboard-area-wrapper .congrats-screen img {
  margin: 0.5em 0;
}
.dashboard-area-wrapper .congrats-screen .close-screen {
  float: right;
  padding: 2px;
  border-radius: 3em;
  margin-top: 0.4em;
  margin-right: 0.3em;
  background: #fff;
  font-size: 1.3em;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  color: #00335b;
}
.dashboard-area-wrapper .congrats-screen .close-screen .close-screen i {
  color: #00335b;
}
.dashboard-area-wrapper .congrats-screen .close-screen:hover {
  opacity: 0.8em;
}
.dashboard-area-wrapper .terms-container,
.dashboard-area-wrapper .privacy-container {
  max-height: 450px;
  background: #fbf6f6;
  overflow: scroll;
  font-size: 12px;
  padding: 0 5px;
}
.dashboard-area-wrapper .modal-header {
  min-height: 50px;
}
.dashboard-area-wrapper .modal-body {
  box-shadow: none;
  background: #fff;
}
.dashboard-area-wrapper #loginScreen a {
  color: darkBlue;
  text-decoration: underline;
}
.dashboard-area-wrapper #loginScreen .login-container i {
  color: #fff;
  margin-right: 6px;
  font-size: 4em;
  margin-bottom: 20px;
}
.dashboard-area-wrapper #loginScreen .login-container h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #0374ae;
}
.dashboard-area-wrapper #loginScreen .login-container p {
  margin-bottom: 0.5em;
  font-size: 0.95em;
}
.dashboard-area-wrapper #loginScreen .login-container p.warning {
  margin-top: 0.5em;
  margin-top: 0.7em;
  display: block;
  padding: 11px;
  background: #e08018;
  color: #fff;
  border-radius: 0.5em;
}
.dashboard-area-wrapper #loginScreen .checkbox label {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
.dashboard-area-wrapper #loginScreen .row {
  background: #eee;
  margin-left: 0;
  margin-right: 0;
}
.dashboard-area-wrapper #loginScreen .modal-body {
  box-shadow: none;
  padding: 0;
}
.dashboard-area-wrapper #loginScreen .col-sm-6 {
  padding: 15px;
  min-height: 330px;
}
.dashboard-area-wrapper #loginScreen .col-sm-6:nth-child(1),
.dashboard-area-wrapper #loginScreen .col-sm-6:nth-child(2) {
  background: #eee;
}
.dashboard-area-wrapper #loginScreen .form-group {
  margin-bottom: 0;
}
.dashboard-area-wrapper #loginScreen label {
  font-size: 0.95em;
  margin-top: 10px;
  color: #555;
  font-weight: normal;
}
.dashboard-area-wrapper #loginScreen .btn {
  font-weight: bold;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dashboard-area-wrapper #basketPaidDetails {
  list-style: circle;
  padding-left: 20px;
}
.dashboard-area-wrapper #basketPaidDetails li {
  list-style: circle;
}
.dashboard-area-wrapper .tooltip {
  z-index: 9999999999;
}
.dashboard-area-wrapper .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.dashboard-area-wrapper .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.dashboard-area-wrapper .slick-list:focus {
  outline: none;
}
.dashboard-area-wrapper .slick-loading .slick-list {
  background: #fff url('../img/loading.gif') center center no-repeat;
}
.dashboard-area-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.dashboard-area-wrapper .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dashboard-area-wrapper .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.dashboard-area-wrapper .slick-track:before,
.dashboard-area-wrapper .slick-track:after {
  content: '';
  display: table;
}
.dashboard-area-wrapper .slick-track:after {
  clear: both;
}
.dashboard-area-wrapper .slick-loading .slick-track {
  visibility: hidden;
}
.dashboard-area-wrapper .slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
.dashboard-area-wrapper [dir='rtl'] .slick-slide {
  float: right;
}
.dashboard-area-wrapper .slick-slide img {
  display: block;
}
.dashboard-area-wrapper .slick-slide.slick-loading img {
  display: none;
}
.dashboard-area-wrapper .slick-slide.dragging img {
  pointer-events: none;
}
.dashboard-area-wrapper .slick-initialized .slick-slide {
  display: block;
}
.dashboard-area-wrapper .slick-loading .slick-slide {
  visibility: hidden;
}
.dashboard-area-wrapper .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@font-face {
  .dashboard-area-wrapper {
    font-family: 'slick';
    src: url('../../fonts/slick.eot');
    src: url('../../fonts/slick.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/slick.woff') format('woff'),
      url('../../fonts/slick.ttf') format('truetype'),
      url('../../fonts/slick.svg#slick') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.dashboard-area-wrapper .slick-prev,
.dashboard-area-wrapper .slick-next {
  background: url(../../images/arrow.png) 0 center no-repeat;
  z-index: 100;
  width: 18px;
  height: 45px;
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  margin-top: -22px;
  line-height: 0;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
}
.dashboard-area-wrapper .slick-prev {
  left: 5px;
}
.dashboard-area-wrapper .slick-next {
  background-position: 100% center;
  right: 5px;
}
.dashboard-area-wrapper .slick-prev.slick-disabled,
.dashboard-area-wrapper .slick-next.slick-disabled {
  opacity: 0.25;
}
.dashboard-area-wrapper .slick-slider {
  margin-bottom: 30px;
}
.dashboard-area-wrapper .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.dashboard-area-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.dashboard-area-wrapper .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.dashboard-area-wrapper .slick-dots li button:hover,
.dashboard-area-wrapper .slick-dots li button:focus {
  outline: none;
}
.dashboard-area-wrapper .slick-dots li button:hover:before,
.dashboard-area-wrapper .slick-dots li button:focus:before {
  opacity: 1;
}
.dashboard-area-wrapper .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #004834;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-area-wrapper .slick-dots li.slick-active button:before {
  color: #004834;
  opacity: 0.9;
}
@media screen and (max-width: 640px) {
  .dashboard-area-wrapper .slick-prev {
    left: 0;
  }
  .dashboard-area-wrapper .slick-next {
    right: 0;
  }
}
.dashboard-area-wrapper a,
.dashboard-area-wrapper a:focus,
.dashboard-area-wrapper a:active,
.dashboard-area-wrapper a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #696a6c;
}
.dashboard-area-wrapper a,
.dashboard-area-wrapper a:hover {
  color: #696a6c;
  text-decoration: none;
}
.dashboard-area-wrapper img {
  -webkit-transition: 0.2s linear ease-in-out;
  -khtml-transition: 0.2s linear ease-in-out;
  -moz-transition: 0.2s linear ease-in-out;
  -ms-transition: 0.2s linear ease-in-out;
  -o-transition: 0.2s linear ease-in-out;
  transition: 0.2s linear ease-in-out;
}
.dashboard-area-wrapper h1,
.dashboard-area-wrapper h2,
.dashboard-area-wrapper h3,
.dashboard-area-wrapper h4,
.dashboard-area-wrapper h5,
.dashboard-area-wrapper h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1;
  font-weight: 700;
}
.dashboard-area-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-area-wrapper ol {
  margin: 0;
  padding: 0;
}
.dashboard-area-wrapper ul li,
.dashboard-area-wrapper p {
  margin: 0;
  padding: 0;
}
.dashboard-area-wrapper b,
.dashboard-area-wrapper strong {
  font-weight: 700;
}
.dashboard-area-wrapper ::-webkit-input-placeholder {
  color: #696a6c;
}
.dashboard-area-wrapper :-moz-placeholder {
  color: #696a6c;
  opacity: 1;
}
.dashboard-area-wrapper ::-moz-placeholder {
  color: #696a6c;
  opacity: 1;
}
.dashboard-area-wrapper :-ms-input-placeholder {
  color: #696a6c;
}
.dashboard-area-wrapper *:focus {
  outline: none;
}
.dashboard-area-wrapper select {
  background: #ffffff;
  -webkit-border-radius: 0px;
}
.dashboard-area-wrapper .clear {
  clear: both;
}
.dashboard-area-wrapper .clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.dashboard-area-wrapper .left {
  float: left;
}
.dashboard-area-wrapper .right {
  float: right;
}
.dashboard-area-wrapper .hide {
  display: none;
}
.dashboard-area-wrapper .show {
  display: block;
}
.dashboard-area-wrapper .center {
  text-align: center;
}
.dashboard-area-wrapper .txt-left {
  text-align: left;
}
.dashboard-area-wrapper .txt-right {
  text-align: right;
}
.dashboard-area-wrapper .upper {
  text-transform: uppercase;
}
.dashboard-area-wrapper .non-mobile {
  display: block;
}
.dashboard-area-wrapper .mobile {
  display: none;
}
.dashboard-area-wrapper .buttons {
  margin: 1em 0;
  text-align: left;
}
.dashboard-area-wrapper .buttons a,
.dashboard-area-wrapper .buttons input,
.dashboard-area-wrapper .buttons button {
  text-align: center;
  margin: 0 auto 15px;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #696a6c;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 15px;
}
.dashboard-area-wrapper .buttons.margin-bot {
  margin-bottom: 5em;
}
.dashboard-area-wrapper html,
.dashboard-area-wrapper body {
  min-height: 100%;
}
.dashboard-area-wrapper body {
  color: #696a6c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.dashboard-area-wrapper .main-container {
  position: relative;
}
.dashboard-area-wrapper .page-container {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.dashboard-area-wrapper header {
  border-bottom: 3px solid #0083c6;
  position: relative;
  margin-top: -175px;
  z-index: 223;
}
.dashboard-area-wrapper header .faq-icon {
  background: #0083c6;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.dashboard-area-wrapper header .faq-icon i {
  display: inline-block;
  background: #fff;
  width: 19px;
  line-height: 20px;
  color: #0083c6;
  text-align: center;
  border: 2px solid #0083c6;
  font-style: normal;
  font-family: initial;
}
.dashboard-area-wrapper header .swsm-logo {
  margin-top: 10px;
  margin-bottom: 5px;
}
.dashboard-area-wrapper header .swsm-logo img {
  max-height: 77px;
}
@media screen and (max-width: 1440px) {
  .dashboard-area-wrapper header .swsm-logo img {
    max-height: 61px;
  }
  .dashboard-area-wrapper header .swsm-logo img:nth-child(2) {
    padding-left: 43px;
  }
}
.dashboard-area-wrapper header .right-menu {
  float: right;
  text-align: right;
  margin-top: 20px;
}
.dashboard-area-wrapper header .person-details {
  font-size: 12px;
}
.dashboard-area-wrapper .calculator-menu {
  text-align: right;
  background: none;
  margin-top: 2%;
  z-index: 9999999999;
}
.dashboard-area-wrapper .calculator-menu ul {
  display: inline-block;
}
.dashboard-area-wrapper .calculator-menu li.active {
  background: #fff;
  color: #0374ae;
  border-left: 3px solid #0083c6;
  border-top: 3px solid #0083c6;
  border-right: 3px solid #0083c6;
}
.dashboard-area-wrapper .calculator-menu li.active a {
  color: #0374ae;
}
.dashboard-area-wrapper .calculator-menu li {
  display: block;
  float: left;
  margin: 0 1px -3px 1px;
  background: #f4f4f4;
  padding: 10px 19px;
  overflow: hidden;
  text-align: center;
}
.dashboard-area-wrapper .calculator-menu li a {
  font-size: 16px;
  color: #777;
  font-weight: 500;
}
.dashboard-area-wrapper .calculator-menu li a:hover {
  color: #222;
}
.dashboard-area-wrapper .calculator-menu li.social-icons {
  margin: 0 0.5em;
  width: auto;
  padding: 0;
}
.dashboard-area-wrapper .calculator-menu li.social-icons a {
  text-decoration: none;
  width: 36px;
  height: auto;
  display: inline-block;
  margin: 0 0.1em;
}
.dashboard-area-wrapper .calculator-menu li.social-icons a.fb {
  background-position: 0 0;
}
.dashboard-area-wrapper .calculator-menu li.social-icons a.tw {
  background-position: -36px 0;
}
.dashboard-area-wrapper .calculator-menu li.social-icons a.mail {
  background-position: -72px 0;
}
.dashboard-area-wrapper .calculator-menu li.social-icons .icons p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 17px;
  width: 30px;
  height: 30px;
}
.dashboard-area-wrapper .calculator-menu li.social-icons .icons p.face {
  background-color: #4e71a8;
}
.dashboard-area-wrapper .calculator-menu li.social-icons .icons p.twit {
  background-color: #1cb7eb;
}
.dashboard-area-wrapper .calculator-menu li.social-icons .icons p.you {
  background-color: #ca3737;
}
.dashboard-area-wrapper .mobile-toggle {
  background: url(../../swsm/img/mobile-menu.png) no-repeat;
}
.dashboard-area-wrapper .open-nav .mobile-toggle {
  background-position: -40px 0;
}
.dashboard-area-wrapper .open-nav .calculator-menu {
  display: block;
  z-index: 9999999999;
}
.dashboard-area-wrapper .dashboard-area {
  width: 100%;
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
}
.dashboard-area-wrapper .dashboard-area .dashboard-content .faq {
  padding: 20px 0;
  text-align: center;
  background: #eee;
}
.dashboard-area-wrapper .dashboard-area .dashboard-content .panel-heading {
  background: #fff;
}
.dashboard-area-wrapper .dashboard-area .dashboard-content .panel-heading span {
  float: right;
}
.dashboard-area-wrapper
  .dashboard-area
  .dashboard-content
  .panel-heading
  .panel-title {
  font-weight: 400;
}
.dashboard-area-wrapper aside.calculation-display {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  min-height: 1000px;
  border: 1px solid #ccc;
  border: 3px solid #0293c4;
  width: 23.3%;
  float: left;
  background: #f1ebeb;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed,
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed1 {
  padding: 0;
  position: relative;
  width: 48%;
  margin-right: 2%;
  background: url(/watercalcv2/drop1.png) no-repeat;
  float: left;
  background-position: center;
  background-size: 100% auto;
}
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed img,
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed1 img {
  width: 100%;
}
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed .drop3,
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed .drop4,
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed1 .drop3,
.dashboard-area-wrapper aside.calculation-display .outdoorwaterUsed1 .drop4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed
  .drop-overlay,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed1
  .drop-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed
  .drop-overlay-text3,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed
  .drop-overlay-text4,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed1
  .drop-overlay-text3,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed1
  .drop-overlay-text4 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-size: 26px;
  line-height: 1.2em;
  padding-top: 30px;
  color: #fff;
}
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed
  .drop-overlay-text3
  span,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed
  .drop-overlay-text4
  span,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed1
  .drop-overlay-text3
  span,
.dashboard-area-wrapper
  aside.calculation-display
  .outdoorwaterUsed1
  .drop-overlay-text4
  span {
  display: block;
  width: 100%;
  background: none;
  font-size: 50px;
  line-height: 1em;
  font-weight: bold;
}
.dashboard-area-wrapper aside.calculation-display .rate-our-box {
  padding: 10px;
  background: #fff;
}
.dashboard-area-wrapper aside.calculation-display .rate-our-box h3 {
  font-size: 30px;
}
.dashboard-area-wrapper aside.calculation-display .rate-our-box .review_page {
  font-size: 14px;
}
.dashboard-area-wrapper
  aside.calculation-display
  .rate-our-box
  .review_page
  .selected3
  img {
  width: 36px;
}
.dashboard-area-wrapper
  aside.calculation-display
  .rate-our-box
  input[type='text'] {
  width: 276px !important;
}
.dashboard-area-wrapper aside.calculation-display .rate-our-box .form-group {
  margin-bottom: 5px;
}
.dashboard-area-wrapper
  aside.calculation-display
  .rate-our-box
  .form-group
  textarea {
  width: 276px !important;
}
.dashboard-area-wrapper
  aside.calculation-display
  .rate-our-box
  .form-group
  .btn {
  width: 100px;
  padding: 10px;
}
.dashboard-area-wrapper aside.calculation-display .front-compare {
  min-height: 189px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dashboard-area-wrapper aside.calculation-display .front-compare h1 {
  color: #e08018;
  padding: 13px 12px;
}
.dashboard-area-wrapper aside.calculation-display .front-compare p {
  font-size: 1.5em;
  padding: 5px 13px;
}
.dashboard-area-wrapper aside.calculation-display .front-compare button {
  background: #f49906;
  color: #fff;
  font-family: Arial;
  border: 1px solid #f49906;
  width: 162px;
  min-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: right;
  margin-right: 6px;
}
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed,
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed2 {
  padding: 0;
  position: relative;
  width: 48%;
  margin-right: 2%;
  background: url(/watercalcv2/drop1.png) no-repeat;
  float: left;
  background-position: center;
  background-size: 100% auto;
}
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed img,
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed2 img {
  width: 100%;
}
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed .drop2,
.dashboard-area-wrapper aside.calculation-display .bathroomWaterUsed2 .drop2 {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
}
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed
  .drop-overlay,
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed2
  .drop-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed
  .drop-overlay-text,
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed2
  .drop-overlay-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-size: 26px;
  line-height: 1.2em;
  padding-top: 30px;
  color: #fff;
}
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed
  .drop-overlay-text
  span,
.dashboard-area-wrapper
  aside.calculation-display
  .bathroomWaterUsed2
  .drop-overlay-text
  span {
  display: block;
  width: 100%;
  background: none;
  font-size: 50px;
  line-height: 1em;
  font-weight: bold;
}
.dashboard-area-wrapper aside.calculation-display h2 {
  background: #0083c6 no-repeat 20px center;
  margin: 0 0 5px;
  color: #ffffff;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  border-top: 3px solid #0374ae;
  border-bottom: 3px solid #0374ae;
  font-weight: 700;
  font-size: 24px;
  padding: 0.5em 0 0.5em 22%;
}
.dashboard-area-wrapper aside.calculation-display h2:before {
  content: '';
  position: absolute;
  left: -2%;
  top: -50%;
  background: #0374ae;
  width: 22%;
  height: 200%;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.dashboard-area-wrapper aside.calculation-display h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
  background-size: auto 55%;
  background-position: center center;
  background-repeat: no-repeat;
}
.dashboard-area-wrapper aside.calculation-display h2.home {
  background: #757879;
  border-color: #686a6b;
}
.dashboard-area-wrapper aside.calculation-display h2.home:before {
  background-color: #686a6b;
}
.dashboard-area-wrapper aside.calculation-display h2.home:after {
  background-image: url(../../swsm/img/dashboard/icon-home.png);
}
.dashboard-area-wrapper aside.calculation-display h2.bathroom {
  background: #0083c6;
  border-color: #0374ae;
}
.dashboard-area-wrapper aside.calculation-display h2.bathroom:before {
  background-color: #0374ae;
}
.dashboard-area-wrapper aside.calculation-display h2.bathroom:after {
  background-image: url(../../swsm/img/dashboard/icon-bathroom.png);
}
.dashboard-area-wrapper aside.calculation-display h2.kitchen {
  background: #ff911a;
  border-color: #e08018;
}
.dashboard-area-wrapper aside.calculation-display h2.kitchen:before {
  background-color: #e08018;
}
.dashboard-area-wrapper aside.calculation-display h2.kitchen:after {
  background-image: url(../../swsm/img/dashboard/icon-kitchen.png);
}
.dashboard-area-wrapper aside.calculation-display h2.outdoors {
  background: #58ad40;
  border-color: #3b8328;
}
.dashboard-area-wrapper aside.calculation-display h2.outdoors:before {
  background-color: #3b8328;
}
.dashboard-area-wrapper aside.calculation-display h2.outdoors:after {
  background-image: url(../../swsm/img/dashboard/icon-outdoors.png);
}
.dashboard-area-wrapper aside.calculation-display span {
  float: right;
  margin-right: 5px;
}
.dashboard-area-wrapper aside.calculation-display .water-used {
  width: 90%;
  margin: 15px auto;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.dashboard-area-wrapper aside.calculation-display .chart-area {
  margin: 0 auto 20px;
  width: 50%;
}
.dashboard-area-wrapper aside.calculation-display .chart-area.bar {
  width: 90%;
  clear: both;
}
.dashboard-area-wrapper aside.calculation-display .conclusion {
  font-size: 20px;
  background: #ffffff;
  padding: 5px;
  color: #000000;
  text-align: center;
}
.dashboard-area-wrapper aside.calculation-display .compare-usage a {
  display: block;
  background: #757879;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  padding: 1em 0;
  text-decoration: underline;
}
.dashboard-area-wrapper
  aside.calculation-display
  .individual-slider
  .slick-dots {
  bottom: -30px;
  left: 0;
}
.dashboard-area-wrapper
  aside.calculation-display
  .individual-slider
  .slick-dots
  li {
  width: 25px;
  height: 25px;
}
.dashboard-area-wrapper
  aside.calculation-display
  .individual-slider
  .slick-dots
  li
  button {
  padding: 0;
}
.dashboard-area-wrapper
  aside.calculation-display
  .individual-slider
  .slick-dots
  li
  button::before {
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #cbc8c8;
  opacity: 1;
}
.dashboard-area-wrapper
  aside.calculation-display
  .individual-slider
  .slick-dots
  li.slick-active
  button::before {
  color: #0083c6;
}
.dashboard-area-wrapper
  aside.calculation-display
  .usage-chart-slider
  .slick-dots {
  bottom: -20px;
  left: 0;
}
.dashboard-area-wrapper
  aside.calculation-display
  .usage-chart-slider
  .slick-dots
  li {
  width: 18px;
  height: 18px;
}
.dashboard-area-wrapper
  aside.calculation-display
  .usage-chart-slider
  .slick-dots
  li
  button {
  padding: 0;
}
.dashboard-area-wrapper
  aside.calculation-display
  .usage-chart-slider
  .slick-dots
  li
  button::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #cbc8c8;
  opacity: 1;
}
.dashboard-area-wrapper
  aside.calculation-display
  .usage-chart-slider
  .slick-dots
  li.slick-active
  button::before {
  color: #0083c6;
}
.dashboard-area-wrapper .dashboard-content {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  float: right;
  width: 75%;
  /*	Calculation flip area 	*/
  /*	Home products 	*/
  /*	Tips slider 	*/
  /*	Tips inner page 	*/
  /*	Rate 	*/
  /*	How to compare section 	*/
  /*	Product inner page 	*/
}
.dashboard-area-wrapper .dashboard-content .create-login {
  display: block;
  margin-top: 8px;
  width: 45%;
  float: left;
  color: #555;
  margin-left: 29%;
  font-size: 14px;
}
.dashboard-area-wrapper .dashboard-content .create-login span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  float: none;
  display: inline !important;
  background: none !important;
}
.dashboard-area-wrapper .dashboard-content .used-water a.create-login span {
  color: #0083c6;
}
.dashboard-area-wrapper .dashboard-content .used-energy a.create-login span {
  color: #ff911a;
}
.dashboard-area-wrapper .dashboard-content .used-money a.create-login span {
  color: #58ad40;
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations {
  overflow: hidden;
  font-size: 15px;
  margin: 0;
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations a {
  text-decoration: underline;
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations p {
  padding: 5px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-water
  b {
  color: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-energy
  b {
  color: #e08018;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-money
  b {
  color: #58ad40;
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations > div {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 28%;
  position: relative;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  > div
  .card {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .used-water,
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .used-energy,
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .used-money {
    width: 100%;
    margin-left: 11px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .create-login {
    display: none;
  }
  .dashboard-area-wrapper .dashboard-content .quick-view-calculations p {
    margin-left: 15px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading {
    width: 100% !important;
  }
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations .front {
  background: #f4f4f4;
  height: 100%;
  left: 0;
  top: 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .icon-seprator {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: -1;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .icon-seprator
  img {
  width: 100%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .icon-seprator
  p {
  font-size: 10px;
  margin-top: 5px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 99%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy
  .icon {
  margin-bottom: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy
  .type {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy
  .value {
  font-size: 25px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy
  .value
  p {
  font-size: 0.5em;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .copy
  .info {
  font-size: 14px;
  margin: 8px;
  display: none;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .front
  .icon-edit {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  background: url(../../swsm/img/dashboard/icon-edit.png) no-repeat;
  background-size: 100% auto;
  width: 51px;
  height: 51px;
}
.dashboard-area-wrapper .dashboard-content .quick-view-calculations .back {
  background: #ffffff;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .water-usage-top-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .water-usage-top-heading
  .icon {
  margin-bottom: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .water-usage-top-heading
  .type {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .water-usage-top-heading
  .value {
  font-size: 25px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .water-usage-top-heading
  .value
  p {
  font-size: 0.5em;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 200%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading
  a {
  color: #0083c6;
  text-transform: uppercase;
  font-weight: bold;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading:before {
  content: '';
  position: absolute;
  background: #ff0004;
  background-repeat: no-repeat;
  background-position: center center;
  left: 21%;
  top: 0%;
  width: 10%;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
  border-radius: 45%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading
  span {
  width: 25%;
  padding: 25px 0 25px 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.water
  span {
  background: #0083c6;
  float: left;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.water:before {
  background-color: #0083c6;
  background-image: url(../../swsm/img/dashboard/icon-bathroom.png);
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.energy
  span {
  background: #ff911a;
  float: left;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.energy:before {
  background-color: #ff911a;
  background-image: url(../../swsm/img/dashboard/icon-kitchen.png);
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.money
  span {
  background: #58ad40;
  float: left;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading.money:before {
  background-color: #58ad40;
  background-image: url(../../swsm/img/dashboard/icon-euro.png);
  left: 21%;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .heading:hover {
  animation-duration: 1s;
  animation-name: slidein;
  margin-left: -100%;
}

@keyframes slidein {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -100%;
  }
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .copy {
  padding: 12px;
  color: #696a6c;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .copy
  p {
  margin-top: -5px;
  line-height: 1.2em;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .learn-more {
  font-size: 16px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .back
  .learn-more
  a {
  color: #696a6c;
  text-decoration: underline;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-water
  .front,
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-water
  .back {
  border: 3px solid #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-water
  .front
  .icon-edit {
  background-image: url(../../swsm/img/dashboard/icon-edit.png);
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-energy
  .front,
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-energy
  .back {
  border: 3px solid #ff911a;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-energy
  .front
  .icon-edit {
  background-image: url(../../swsm/img/dashboard/icon-edit-orange.png);
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-money {
  margin-right: 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-money
  .front,
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-money
  .back {
  border: 3px solid #58ad40;
}
.dashboard-area-wrapper
  .dashboard-content
  .quick-view-calculations
  .used-money
  .front
  .icon-edit {
  background-image: url(../../swsm/img/dashboard/icon-edit-green.png);
}
.dashboard-area-wrapper .dashboard-content .free-packs-container-paid {
  border: none !important;
}
.dashboard-area-wrapper .dashboard-content .free-packs-container.active {
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #c1bcbc;
  padding: 0 0 0 10px;
}
.dashboard-area-wrapper .dashboard-content .free-packs-container h2 {
  margin: 21px;
  color: #888;
  margin-bottom: 19px;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .dashboard-area-wrapper .dashboard-content .free-packs-container h2 {
    font-size: 20px;
  }
}
.dashboard-area-wrapper .dashboard-content .free-packs-container .ol.orange {
  background: #f49906;
  display: inline-block;
  padding: 9px 15px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.dashboard-area-wrapper .dashboard-content .free-packs-container .ol.orange i {
  float: none !important;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .discounted-products-wrapper {
  width: 27%;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .discounted-products-wrapper
  img {
  width: 100%;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .left {
  width: 62%;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .left
  h3 {
  color: #a13b8d;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 700;
  text-align: left;
  margin: 15px 0;
  line-height: 1;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .left
  h3
  span {
  font-size: 1.5em;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .left
  p {
  color: #696a6c;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right {
  width: 28%;
  padding-top: 0.5em;
  padding-right: 0.5em;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket {
  cursor: pointer;
  color: #0083c6;
  border: 2px solid #0083c6;
  width: 30%;
  margin-right: 0.5em;
  height: 5em;
  text-align: center;
  float: right;
  display: inline-block;
  position: relative;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket
  i.fa-shopping-cart {
  font-size: 1.5em;
  margin-top: 12px;
  margin-bottom: 0.3em;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket
  h3 {
  font-size: 17px;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket
  span {
  background: #0083c6;
  position: absolute;
  right: 4px;
  top: 5px;
  font-weight: bold;
  display: block;
  padding: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 3em;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket.active {
  color: #fff;
  background: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket.active
  span {
  background: #fff;
  color: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .dashboard-basket.active
  h3 {
  color: #fff;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .delivery-icon {
  width: 30%;
  margin-right: 0;
  height: 5em;
  background: #58ad40;
  text-align: center;
  float: right;
  color: #fff;
  position: relative;
  display: inline-block;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .delivery-icon
  .tooltip {
  position: absolute !important;
}
.dashboard-area-wrapper
  .dashboard-content
  .free-packs-container
  .top-area
  .right
  .delivery-icon
  a
  i {
  color: #fff;
  font-size: 2.3em;
  margin-top: 0.5em;
}
.dashboard-area-wrapper .dashboard-content .overlay-container {
  position: relative;
}
.dashboard-area-wrapper .dashboard-content .overlay-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 69, 0.94);
  z-index: 99;
  padding: 8% 5% 5% 5%;
  color: #fff;
}
.dashboard-area-wrapper .dashboard-content .overlay-container .overlay h3 {
  font-size: 4em;
  margin-bottom: 3%;
  text-align: left;
  color: #febb21;
}
.dashboard-area-wrapper .dashboard-content .overlay-container .overlay h4 {
  margin-bottom: 3%;
  font-size: 1.8em;
}
.dashboard-area-wrapper .dashboard-content .overlay-container .overlay p {
  margin-bottom: 3%;
  line-height: 23px;
  font-size: 1.2em;
}
.dashboard-area-wrapper .dashboard-content .overlay-container .overlay strong {
  color: #febb21;
}
.dashboard-area-wrapper
  .dashboard-content
  .overlay-container
  .overlay
  .bookbtn {
  color: #febb21;
  font-size: 1.8em;
}
.dashboard-area-wrapper
  .dashboard-content
  .overlay-container
  .overlay
  .nothanks {
  color: #fff;
  float: right;
  font-size: 1.8em;
}
.dashboard-area-wrapper .dashboard-content .advt-shop-basket {
  /*transition*/
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  /*transform-style*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dashboard-area-wrapper .dashboard-content .advt-content .advt-content-wrapper {
  width: 100%;
}
.dashboard-area-wrapper .dashboard-content .advt-content .front,
.dashboard-area-wrapper .dashboard-content .advt-content .first-front {
  display: inherit;
  width: 100%;
  border: 1px solid #ccc;
  min-height: 289px;
  cursor: pointer;
}
.dashboard-area-wrapper .dashboard-content .advt-content .first-front p {
  position: absolute;
  top: 24%;
  left: 19%;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
}
.dashboard-area-wrapper .dashboard-content .advt-content .first-front p span {
  color: #000;
}
.dashboard-area-wrapper .dashboard-content .advt-content .front {
  background: #6a6a6a;
}
.dashboard-area-wrapper .dashboard-content .advt-content .front h1 {
  color: #e08018;
  padding: 9px 5px;
}
.dashboard-area-wrapper .dashboard-content .advt-content .front li {
  font-size: 1.1em;
  line-height: 19px;
  padding: 0 5px;
  cursor: pointer;
}
.dashboard-area-wrapper .dashboard-content .advt-content .front button {
  background: #f49906;
  color: #fff;
  font-family: Arial;
  border: 1px solid #f49906;
  width: 162px;
  min-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: right;
  margin-right: 6px;
}
.dashboard-area-wrapper .dashboard-content .advt-content .back {
  display: none;
  width: 100%;
}
.dashboard-area-wrapper .dashboard-content .flipped {
  /*transform*/
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dashboard-area-wrapper .dashboard-content .flipped .front {
  display: none !important;
}
.dashboard-area-wrapper .dashboard-content .flipped .back {
  display: inherit !important;
}
.dashboard-area-wrapper .dashboard-content .front {
  border: 1px solid #ccc;
}
.dashboard-area-wrapper .dashboard-content .back {
  /*transform*/
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 100%;
  border: 1px solid #ccc;
}
.dashboard-area-wrapper .dashboard-content .advt-container {
  margin-top: 3%;
}
.dashboard-area-wrapper .dashboard-content .advt-container img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.dashboard-area-wrapper .dashboard-content .advt-container form {
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.dashboard-area-wrapper .dashboard-content .advt-container .cost {
  font-size: 1.5em;
  color: #e08018;
}
.dashboard-area-wrapper .dashboard-content .advt-container .cost span {
  font-size: 1.3em;
  font-weight: bold;
}
.dashboard-area-wrapper .dashboard-content .advt-container .rrp {
  display: block;
  float: none;
}
.dashboard-area-wrapper .dashboard-content .advt-container .delivery {
  color: #777;
}
.dashboard-area-wrapper .dashboard-content .advt-container .save-survey-front {
  height: 100% !important;
}
.dashboard-area-wrapper .dashboard-content .advt-container .save-survey-back {
  height: 100% !important;
  background: #757879;
  padding: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .advt-container
  .save-survey-back
  h4 {
  color: #ddd;
  text-align: left;
  font-weight: normal;
  font-size: 1.3em;
}
.dashboard-area-wrapper
  .dashboard-content
  .advt-container
  .save-survey-back
  input {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.dashboard-area-wrapper
  .dashboard-content
  .advt-container
  .save-survey-back
  .form-group {
  margin-bottom: 0px;
}
.dashboard-area-wrapper
  .dashboard-content
  .advt-container
  .save-survey-back
  label {
  color: #fff !important;
  font-size: 0.95em;
}
.dashboard-area-wrapper
  .dashboard-content
  .advt-container
  .save-survey-back
  .btn {
  background: #ff911a;
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .dashboard-area-wrapper .dashboard-content .advt-container {
    height: auto;
  }
  .dashboard-area-wrapper .dashboard-content .advt-content {
    padding: 15px;
  }
  .dashboard-area-wrapper .dashboard-content .quick-view-calculations p {
    font-size: 12px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy
    p:first-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 1194px) and (min-width: 992px) {
  .dashboard-area-wrapper .dashboard-content .advt-container {
    height: auto !important;
  }
}
.dashboard-area-wrapper .dashboard-content .advt-content {
  margin-bottom: 2%;
}
.dashboard-area-wrapper .dashboard-content .advt-content .content-box {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
}
.dashboard-area-wrapper .dashboard-content .advt-content .content-box .front {
  background: #ddd;
}
.dashboard-area-wrapper .dashboard-content .why-come-back {
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #c1bcbc;
  padding: 0 25px 20px;
}
.dashboard-area-wrapper .dashboard-content .why-come-back h3 {
  color: #58ad40;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
  line-height: 1;
}
.dashboard-area-wrapper .dashboard-content .why-come-back p {
  color: #696a6c;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.dashboard-area-wrapper .dashboard-content .product-slider .slick-dots {
  bottom: -40px;
  left: 0;
}
.dashboard-area-wrapper .dashboard-content .product-slider .slick-dots li {
  width: 25px;
  height: 25px;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-slider
  .slick-dots
  li
  button {
  padding: 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-slider
  .slick-dots
  li
  button::before {
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #cbc8c8;
  opacity: 1;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-slider
  .slick-dots
  li.slick-active
  button::before {
  color: #ff911a;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider {
  margin-top: -0.5em;
  background: #f1ebeb;
  display: none;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider h3 {
  background: #6b6a6a;
  color: #ffffff;
  font-size: 1.6em;
  padding: 10px 15px;
  font-weight: 800;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider .tips-copy {
  padding: 15px 15px 0 15px;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider .tips-copy p {
  margin-bottom: 10px;
  color: #6b6a6a;
  font-size: 1.05em;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .tips-copy
  .link {
  color: #696a6c;
  float: right;
  text-decoration: underline;
  margin-right: 25px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .tips-copy
  strong.blue-num {
  color: #00abc3;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .tips-copy
  strong.pink-num {
  color: #a13b8d;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .tips-copy
  strong.orange-num {
  color: #f56921;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider .slick-dots {
  bottom: -30px;
  left: 0;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-slider .slick-dots li {
  width: 25px;
  height: 25px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .slick-dots
  li
  button {
  padding: 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .slick-dots
  li
  button::before {
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #cbc8c8;
  opacity: 1;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-slider
  .slick-dots
  li.slick-active
  button::before {
  color: #0083c6;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content {
  margin-top: 20px;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content .bathrooms b {
  color: #0083c6 !important;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content .kitchens b {
  color: #ff911a;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content .outdoors b {
  color: #58ad40;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content h3 {
  background: #c5c0c0;
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  padding: 10px;
  font-weight: 800;
}
.dashboard-area-wrapper .dashboard-content .saving-tips-content .tips-copy {
  background: #f4f4f4;
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 15px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  figure {
  width: 21%;
  float: left;
  background: #ffffff;
  position: relative;
  padding-bottom: 18%;
  border: 2px solid #f2f2f2;
  margin-right: 1%;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  figure
  img {
  display: inline-block;
  left: 50%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  height: auto;
  max-width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .product-view {
  width: 16%;
  float: left;
  background: #ffffff;
  margin: 10px;
  padding: 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .product-view
  img {
  width: 100%;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .product-view
  .front,
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .product-view
  .back {
  border: 2px solid #f2f2f2;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .product-view
  .value {
  font-weight: bold;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .gray-bg {
  background: #777;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .green-bg {
  background: #58ad40;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .orange-bg {
  background: #ff911a;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .blue-bg {
  background: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  > div {
  width: 81%;
  float: right;
  padding: 15px 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .saving-meter {
  margin-bottom: 15px;
  border: 1px solid #e4e3d9;
  font-size: 16px;
  padding: 3px;
  background: #ffffff;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .saving-meter
  .saving {
  float: left;
  padding: 5px 0 5px 20px;
  position: relative;
  z-index: 10;
  color: #000000;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .saving-meter
  .current {
  float: right;
  padding: 5px 20px 5px 0;
  text-align: right;
  position: relative;
  z-index: 10;
  color: #000000;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .saving-meter
  .meter {
  background: #dae2ff url('/watercalcv2/bg-saving-tips.png');
  position: absolute;
  left: 1%;
  top: 7%;
  height: 86%;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .tips-copy
  .saving-meter
  .value {
  font-weight: bold;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  padding: 0 0 23px 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  img {
  max-width: 70px;
  margin-left: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved1,
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved,
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved {
  /* padding-left: 0; */
  /* padding-right: 0; */
  text-align: left;
  color: #fff;
  font-size: 20px;
  height: 75px;
  padding: 10px 15px 10px 0;
  margin: 0;
  font-weight: normal;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved1
  img,
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved
  img,
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved
  img {
  padding: 0 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved1 {
  background: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved1
  b {
  background: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved {
  background: #ff911a;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved
  b {
  background: #ff911a;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved {
  background: #58ad40;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved
  b {
  background: #58ad40;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved2 {
  border-right: 1px solid #ccc;
  font-size: 20px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .water-saved2
  b {
  color: #0083c6;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved2 {
  border-right: 1px solid #ccc;
  font-size: 20px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .energy-saved2
  b {
  color: #ff911a;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved2 {
  font-size: 20px;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .mondey-saved2
  b {
  color: #58ad40;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .current-spending
  span {
  font-size: 1.5em;
  color: red;
  text-decoration: line-through;
  margin-top: 24px;
  display: block;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  .tips-copy
  .row1
  .after-saving
  span {
  color: #0374ae;
  font-size: 1.5em;
  margin-top: 24px;
  display: block;
}
.dashboard-area-wrapper
  .dashboard-content
  .saving-tips-content
  .total-savings-wrap
  h3 {
  background: #0374ae;
}
@media screen and (min-width: 1480px) {
  .dashboard-area-wrapper
    .dashboard-content
    .dashboard-area-wrapper
    img.sidebar-save-results {
    width: 100%;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-heading {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .product-view {
    width: 12%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    > div {
    width: 86%;
  }
  .dashboard-area-wrapper .dashboard-content .create-login {
    font-size: 12px;
  }
}
.dashboard-area-wrapper .dashboard-content .rate-calculator {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-area-wrapper .dashboard-content .rate-calculator a {
  color: #696a6c;
  text-decoration: underline;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare {
  margin-top: 14px;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare h3.subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 22px;
  padding: 20px;
  background: #eee;
  line-height: 18px;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare h3.subtitle p {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare .score-meter-area {
  margin-bottom: 0;
  margin-left: 0 !important;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .map-area {
  float: left;
  width: 77%;
  border: 5px solid #a9a7a7;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .map-area
  img {
  width: 100%;
  height: auto;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .map-area
  #map {
  width: 100%;
  height: 450px;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .score-infographics {
  float: right;
  width: 23%;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .score-infographics
  li {
  font-size: 18px;
  padding: 12px 0 12px 15px;
  position: relative;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .score-infographics
  li.active {
  background: #d7eef8;
  color: #ff0004;
  font-weight: 800;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .score-meter-area
  .score-infographics
  .smiley {
  left: -65px;
  margin-top: -36px;
  position: absolute;
  top: 50%;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare .range-slider {
  margin-bottom: 30px;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare .range-slider h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.dashboard-area-wrapper
  .dashboard-content
  .how-to-compare
  .range-slider
  .slider_main {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dashboard-area-wrapper .dashboard-content .how-to-compare .range-slider p {
  font-size: 12px;
}
.dashboard-area-wrapper .dashboard-content .check-out-compare {
  width: 33.3%;
}
.dashboard-area-wrapper .dashboard-content .check-out-compare .btn {
  background: #f49906;
  padding: 14px;
  font-size: 17px;
}
.dashboard-area-wrapper .dashboard-content .check-out-compare .btn a {
  color: #fff !important;
}
.dashboard-area-wrapper .dashboard-content .score-board > div {
  margin: 0 10px 0 0;
  text-align: left;
  width: 100%;
}
.dashboard-area-wrapper .dashboard-content .score-board > div label {
  background: #f1ebeb;
  color: white;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
}
.dashboard-area-wrapper .dashboard-content .score-board > div span {
  font-weight: 800;
  font-size: 16px;
  color: #000000;
}
.dashboard-area-wrapper .dashboard-content .score-board .highest-score-bottom {
  background: #d23232;
}
.dashboard-area-wrapper .dashboard-content .score-board .lowest-score-bottom {
  background: #7faf2b;
}
.dashboard-area-wrapper .dashboard-content .score-board .your-score-bottom,
.dashboard-area-wrapper .dashboard-content .score-board .your-score-bottom2 {
  color: #fff;
  background: #0083c6;
  padding: 20px 0;
  font-size: 20px;
  padding-left: 15px;
}
.dashboard-area-wrapper .dashboard-content .score-board .your-score-bottom2 {
  background: #fff !important;
  color: #0083c6 !important;
  font-size: 30px !important;
  border-right: 1px solid #eee;
}
.dashboard-area-wrapper .dashboard-content .score-board .your-score-bottom2 b {
  padding: 10px 0;
}
.dashboard-area-wrapper .dashboard-content .score-board .your-score-bottom2 p {
  color: #0083c6 !important;
  padding-left: 6px;
}
.dashboard-area-wrapper .dashboard-content .score-board .avg-score,
.dashboard-area-wrapper .dashboard-content .score-board .avg-score2 {
  color: #fff;
  background: #e08018;
  padding: 20px 0;
  font-size: 20px;
  padding-left: 15px;
}
.dashboard-area-wrapper .dashboard-content .score-board .avg-score2 {
  background: #fff !important;
  color: #e08018 !important;
  font-size: 30px !important;
  border-right: 1px solid #eee;
}
.dashboard-area-wrapper .dashboard-content .score-board .avg-score2 b {
  padding: 10px 0;
}
.dashboard-area-wrapper .dashboard-content .score-board .avg-score2 p {
  color: #e08018 !important;
}
.dashboard-area-wrapper .dashboard-content .score-board .possible-score,
.dashboard-area-wrapper .dashboard-content .score-board .possible-score2 {
  color: #fff;
  background: #58ad40;
  padding: 20px 0;
  font-size: 20px;
  padding-left: 15px;
}
.dashboard-area-wrapper .dashboard-content .score-board .possible-score2 {
  background: #fff !important;
  color: #58ad40 !important;
  font-size: 30px !important;
}
.dashboard-area-wrapper .dashboard-content .score-board .possible-score2 b {
  padding: 10px 0;
}
.dashboard-area-wrapper .dashboard-content .score-board .possible-score2 p {
  color: #58ad40 !important;
}
.dashboard-area-wrapper .dashboard-content .tell-your-friend {
  float: right;
  border: 1px solid gainsboro;
  padding: 13px;
}
.dashboard-area-wrapper .dashboard-content .tell-your-friend h3 {
  font-weight: 800;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.dashboard-area-wrapper .dashboard-content .tell-your-friend .social a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 22px;
  display: block;
  float: left;
  margin-right: 20px;
  font-family: 'FontAwesome';
  text-align: center;
  color: #ffffff;
  margin-left: 20px;
}
.dashboard-area-wrapper
  .dashboard-content
  .tell-your-friend
  .social
  a.fa-facebook {
  background-color: #4e71a8;
}
.dashboard-area-wrapper
  .dashboard-content
  .tell-your-friend
  .social
  a.fa-twitter {
  background-color: #1cb7eb;
}
.dashboard-area-wrapper
  .dashboard-content
  .tell-your-friend
  .social
  .fb-share-button
  span {
  vertical-align: inherit !important;
}
.dashboard-area-wrapper .dashboard-content iframe#twitter-widget-0,
.dashboard-area-wrapper .dashboard-content .fb-share-button {
  transform: scale(1.3);
  margin-left: 30px;
}
.dashboard-area-wrapper .dashboard-content .fb-share-button {
  margin-left: 13px !important;
}
.dashboard-area-wrapper .dashboard-content .product-details {
  border: 3px solid #c1bcbc;
  margin: 25px 0;
}
.dashboard-area-wrapper .dashboard-content .product-details .product-img {
  float: left;
  width: 45%;
  position: relative;
  padding-bottom: 36%;
  border-right: 3px solid #c1bcbc;
}
.dashboard-area-wrapper .dashboard-content .product-details .product-img img {
  display: inline-block;
  left: 50%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  height: auto;
  max-width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.dashboard-area-wrapper .dashboard-content .product-details .product-info {
  float: left;
  width: 55%;
  padding: 15px 5%;
  font-size: 18px;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-details
  .product-info
  .product-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-details
  .product-info
  .product-desc {
  margin-bottom: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-details
  .product-info
  .delivery {
  margin-bottom: 10px;
}
.dashboard-area-wrapper
  .dashboard-content
  .product-details
  .product-info
  .form-area {
  width: 70%;
}
.dashboard-area-wrapper .dashboard-content .more-products h2 {
  text-align: center;
  margin: 25px 0;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboard-area-wrapper .dashboard-content .more-products .product-view {
  width: 23%;
  float: left;
  margin: 0 1% 20px;
}
.dashboard-area-wrapper .dashboard-content .view-more {
  text-align: center;
  margin: 25px 0;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboard-area-wrapper .dashboard-content .view-more a {
  text-decoration: underline;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation {
  border: 2px solid #e7e7e7;
  padding: 25px;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation > div {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation > div:after {
  content: '';
  width: 100%;
  border-bottom: 3px dotted #b7b9bc;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  z-index: -1;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation > div:last-child {
  margin-bottom: 0;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation > div span.text {
  background: #ffffff;
  display: inline-block;
  padding: 0 5px 5px;
}
.dashboard-area-wrapper .dashboard-content .cart-estimation > div span.value {
  float: right;
  background: #ffffff;
  display: block;
  padding: 0 5px 5px;
}
.dashboard-area-wrapper .dashboard-content .checkout {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboard-area-wrapper .dashboard-content .checkout a {
  text-decoration: underline;
}
.dashboard-area-wrapper .dashboard-content .back-link {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-area-wrapper .dashboard-content .back-link a {
  border: 2px solid #58ad40;
  display: inline-block;
  padding: 15px 20px;
}
.dashboard-area-wrapper .dashboard-content .thanks-copy {
  border: 2px solid #e7e7e7;
  padding: 40px 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.dashboard-area-wrapper .login-register-area {
  padding: 60px 2%;
}
.dashboard-area-wrapper .login-register-area h2 {
  color: #000000;
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}
.dashboard-area-wrapper .form-area {
  width: 100%;
}
.dashboard-area-wrapper .form-area input[type='text'],
.dashboard-area-wrapper .form-area input[type='number'],
.dashboard-area-wrapper .form-area input[type='submit'],
.dashboard-area-wrapper .form-area button,
.dashboard-area-wrapper .form-area select {
  background: none;
  border: 2px solid #58ad40;
  text-align: left;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #696a6c;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
}
.dashboard-area-wrapper .form-area button,
.dashboard-area-wrapper .form-area input[type='submit'] {
  text-align: center;
  margin: 0 auto 15px;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #696a6c;
  border: 2px solid #58ad40;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.dashboard-area-wrapper .form-area .buttons a {
  text-align: center;
  max-width: 340px;
  margin: 0 auto 15px;
}
.dashboard-area-wrapper .form-area label {
  font-size: 18px;
  margin-bottom: 1em;
  color: #a9a8a8;
  text-transform: uppercase;
}
.dashboard-area-wrapper .form-area .link a {
  text-decoration: underline;
  color: #696a6c;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-area-wrapper .form-area .other-link {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 10px;
}
.dashboard-area-wrapper .form-area .other-link a {
  text-decoration: underline;
  color: #0083c6;
  font-size: 18px;
  font-weight: 800;
}
.dashboard-area-wrapper .form-area.user-form {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.dashboard-area-wrapper .form-area.user-form input[type='text'] {
  margin-bottom: 40px;
  background: #e0dfdf;
  border: 0 none;
}
.dashboard-area-wrapper .form-area.user-form input[type='submit'] {
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  background: #1aa0e0 url(../../swsm/img/dashboard/arrow-submit.png) no-repeat
    90% center;
  border: 0 none;
}
.dashboard-area-wrapper .product-view {
  margin: 0 5px 0 0;
}
.dashboard-area-wrapper .product-view .flipper {
  position: relative;
  padding-bottom: 90%;
}
.dashboard-area-wrapper .product-view .flipper:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.dashboard-area-wrapper .product-view .flipper:hover .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.dashboard-area-wrapper .product-view .front,
.dashboard-area-wrapper .product-view .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a13b8d;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.dashboard-area-wrapper .product-view .front {
  text-align: center;
}
.dashboard-area-wrapper .product-view .front img {
  display: inline-block;
  z-index: -1;
  left: 40%;
  max-height: 100%;
  position: absolute;
  top: 77%;
  height: auto;
  max-width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.dashboard-area-wrapper .product-view .front .prod-name {
  word-wrap: break-word;
  padding-top: 4px;
  float: right;
  width: 50%;
  font-weight: 700;
  color: #a13b8d;
  font-size: 1.2em;
  text-align: right;
  padding-right: 5px;
}
.dashboard-area-wrapper .product-view .back {
  background-color: #757879;
  color: #ffffff;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.dashboard-area-wrapper .product-view .back .prod-name {
  margin-bottom: 10px;
}
.dashboard-area-wrapper .product-view .back .desc {
  margin-bottom: 10px;
}
.dashboard-area-wrapper .product-view .back .link a {
  text-decoration: underline;
  color: #ffffff;
}
.dashboard-area-wrapper .product-view .see-more-link {
  text-align: center;
}
.dashboard-area-wrapper .product-view .see-more-link a {
  text-decoration: underline;
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
.dashboard-area-wrapper .free-packs-container-paid .front,
.dashboard-area-wrapper .free-packs-container-paid .back {
  border: 2px solid #009073 !important;
  overflow: hidden;
  width: 99%;
  margin-left: 1px;
}
.dashboard-area-wrapper .free-packs-container-paid h2 {
  margin-left: 0px !important;
}
.dashboard-area-wrapper .free-packs-container-paid .front .title-container {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  width: 49%;
  text-align: right;
  font-weight: bold;
  color: #15814e;
}
.dashboard-area-wrapper
  .free-packs-container-paid
  .front
  .title-container
  span {
  color: #7abc39;
  display: block;
}
.dashboard-area-wrapper .free-packs-container-paid .front img {
  z-index: 1;
  left: 48%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  height: 100%;
  /*
			 z-index: 1;
			left: 27%;
			max-height: 100%;
			position: absolute;
			top: 29%;
			height: 58%;
			*/
}
.dashboard-area-wrapper .slider_main {
  padding-bottom: 10px;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.dashboard-area-wrapper .slider_main .slider {
  width: 100%;
}
.dashboard-area-wrapper .slider_main .slider .slider-handle {
  background-color: #f5f4ed;
  width: 18px;
  border: 1px solid #cdcdcd;
  height: 55px;
  background-image: none;
  opacity: 1;
  position: absolute;
  top: -4px;
  margin-left: -10px;
}
.dashboard-area-wrapper .slider_main .slider .slider-handle.round {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dashboard-area-wrapper .slider_main .slider.slider-horizontal {
  height: 60px;
}
.dashboard-area-wrapper .slider_main .slider.slider-horizontal .slider-track {
  top: 0;
  height: 45px;
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dashboard-area-wrapper
  .slider_main
  .slider.slider-horizontal
  .slider-tick-label-container {
  margin-top: 55px;
  display: none;
}
.dashboard-area-wrapper
  .slider_main
  .slider.slider-horizontal
  .slider-tick-label-container
  .slider-tick-label:nth-child(2n + 1) {
  top: auto;
}
.dashboard-area-wrapper
  .slider_main
  .slider.slider-horizontal
  .slider-selection {
  height: 90%;
  top: 5%;
  background: #a0cded url(../../swsm/img/dashboard/bg-slider-blue.gif);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 3px solid white;
  border-right: 3px solid white;
}
.dashboard-area-wrapper .slider_main .slider-value {
  position: absolute;
  right: 30px;
  top: 11px;
  font-weight: 700;
}
.dashboard-area-wrapper footer {
  background: #ffffff;
  color: #696a6c;
}
.dashboard-area-wrapper footer .terms {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}
.dashboard-area-wrapper canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.dashboard-area-wrapper .starRating {
  margin: 0 10px;
}
.dashboard-area-wrapper .starRating:not(old) {
  display: inline-block;
  width: 7.5em;
  height: 1.5em;
  overflow: hidden;
  vertical-align: bottom;
}
.dashboard-area-wrapper .starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0;
}
.dashboard-area-wrapper .starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url('../../swsm/img/dashboard/star-off.svg');
  background-size: contain;
}
.dashboard-area-wrapper .starRating:not(old) > label:before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url('../../swsm/img/dashboard/star-on.svg');
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.dashboard-area-wrapper .starRating:not(old) > label:hover:before,
.dashboard-area-wrapper .starRating:not(old) > label:hover ~ label:before,
.dashboard-area-wrapper .starRating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}
@media screen and (max-width: 1650px) and (min-width: 1441px) {
  .dashboard-area-wrapper .dashboard-area-wrapper img.sidebar-save-results {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .dashboard-area-wrapper {
    /*1180px*/
  }
  .dashboard-area-wrapper header .right-menu {
    margin-top: 10px;
  }
  .dashboard-area-wrapper .calculator-menu {
    float: none;
    clear: both;
    text-align: left;
    width: 104%;
    display: none;
    margin-top: 0;
    position: absolute;
    left: -2%;
    top: 98px;
    z-index: 9999999999;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
    background: #ffffff;
  }
  .dashboard-area-wrapper .calculator-menu ul {
    display: block;
  }
  .dashboard-area-wrapper .calculator-menu li {
    margin: 0;
    float: none;
    border-bottom: 1px solid #a4a4a4;
  }
  .dashboard-area-wrapper .calculator-menu li a {
    padding: 15px 0;
    border: 0 none;
    background: #ffffff;
    display: block;
    text-align: center;
    font-size: 24px;
  }
  .dashboard-area-wrapper .calculator-menu li.social-icons {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  .dashboard-area-wrapper .calculator-menu li.social-icons a {
    padding: 0;
  }
  .dashboard-area-wrapper .calculator-menu li.social-icons .icons {
    float: none;
    text-align: center;
  }
  .dashboard-area-wrapper .mobile-toggle {
    display: block;
    margin-top: 12px;
  }
  .dashboard-area-wrapper aside.calculation-display {
    margin-top: 20px;
    margin-left: 0px;
  }
  .dashboard-area-wrapper aside.calculation-display h2 {
    font-size: 21px;
  }
  .dashboard-area-wrapper aside.calculation-display .water-used {
    font-size: 16px;
    margin: 12px auto;
  }
  .dashboard-area-wrapper aside.calculation-display .compare-usage a {
    font-size: 21px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon
    img {
    width: 60px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon-seprator
    img {
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .info {
    font-size: 13px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .value {
    font-size: 21px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading:before {
    left: 51%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading
    span {
    font-size: 13px;
    padding: 20px 0 20px 10px;
    width: 60%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy {
    padding: 10px;
    font-size: 18px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy
    p {
    margin-top: 0px;
    font-size: 18px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .learn-more {
    font-size: 18px;
    padding: 10px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .free-packs-container
    .top-area
    .left {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .free-packs-container
    .top-area
    .right {
    display: none;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content .tips-copy {
    font-size: 17px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    figure {
    width: 25%;
    padding-bottom: 23%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .product-view {
    width: 25%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    > div {
    width: 72%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .current {
    padding: 5px 0 5px 15px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .saving {
    padding: 5px 15px 5px 0;
  }
  .dashboard-area-wrapper .dashboard-content .product-details .product-img {
    padding-bottom: 40%;
  }
  .dashboard-area-wrapper .dashboard-content .product-details .product-info {
    padding: 15px 3%;
    font-size: 16px;
    line-height: 1.1;
  }
  .dashboard-area-wrapper .dashboard-content .more-products .product-view {
    width: 31.33%;
  }
  .dashboard-area-wrapper .dashboard-content .thanks-copy {
    font-size: 27px;
  }
  .dashboard-area-wrapper .dashboard-content .how-to-compare .score-meter-area {
    margin-bottom: 30px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .score-infographics
    li {
    font-size: 16px;
    padding: 10px 0 10px 15px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .map-area
    #map {
    height: 360px;
  }
  .dashboard-area-wrapper .login-register-area {
    padding: 50px 2%;
  }
  .dashboard-area-wrapper .form-area input[type='text'],
  .dashboard-area-wrapper .form-area input[type='number'],
  .dashboard-area-wrapper .form-area input[type='submit'],
  .dashboard-area-wrapper .form-area button,
  .dashboard-area-wrapper .form-area select {
    padding: 12px;
  }
}
@media screen and (max-width: 960px) {
  .dashboard-area-wrapper {
    /*960px*/
  }
  .dashboard-area-wrapper header .right-menu {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    float: none;
  }
  .dashboard-area-wrapper aside.calculation-display {
    margin-top: 20px;
    float: none;
    width: 100%;
    border-right: 0 none;
    min-height: 300px;
  }
  .dashboard-area-wrapper aside.calculation-display .usage-chart {
    float: left;
    border-right: 1px solid #c5c0c0;
    background-color: #f1ebeb;
  }
  .dashboard-area-wrapper aside.calculation-display h2 {
    font-size: 18px;
  }
  .dashboard-area-wrapper aside.calculation-display .water-used .left,
  .dashboard-area-wrapper aside.calculation-display .water-used .right {
    float: none;
  }
  .dashboard-area-wrapper aside.calculation-display .water-outdoors {
    padding-bottom: 30px;
  }
  .dashboard-area-wrapper aside.calculation-display .compare-usage a {
    padding: 15px 0;
  }
  .dashboard-area-wrapper aside.calculation-display .chart-area {
    width: 70%;
  }
  .dashboard-area-wrapper aside.calculation-display .chart-area.bar {
    max-width: 340px;
  }
  .dashboard-area-wrapper .dashboard-content {
    float: none;
    width: 100%;
  }
  .dashboard-area-wrapper .dashboard-content .quick-view-calculations > div {
    width: 32.6%;
    margin-right: 1%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .type {
    margin-bottom: -7px;
    margin-top: -8px;
    font-size: 18px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .value {
    font-size: 19px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading:before {
    background-size: auto 60%;
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading
    span {
    padding: 10px 0 10px 10px;
    width: 100%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy {
    font-size: 16px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .learn-more {
    font-size: 16px;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content h3 {
    font-size: 21px;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content .tips-copy {
    font-size: 16px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .current {
    font-size: 14px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .saving {
    font-size: 14px;
  }
  .dashboard-area-wrapper .dashboard-content .thanks-copy {
    font-size: 24px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .map-area
    #map {
    height: 270px;
  }
  .dashboard-area-wrapper .product-view .back {
    font-size: 15px;
  }
  .dashboard-area-wrapper .login-register-area {
    padding: 40px 2%;
  }
  .dashboard-area-wrapper .form-area.user-form input[type='text'] {
    margin-bottom: 30px;
  }
  .dashboard-area-wrapper .faq-icon {
    float: left;
    padding-bottom: 3px;
    padding-top: 10px;
    font-size: 17px;
  }
  .dashboard-area-wrapper .person-details strong {
    float: right !important;
  }
}
@media screen and (max-width: 640px) {
  .dashboard-area-wrapper {
    /*640px*/
  }
  .dashboard-area-wrapper .calculator-menu {
    z-index: 9999999999;
  }
  .dashboard-area-wrapper .calculator-menu li a {
    font-size: 19px;
  }
  .dashboard-area-wrapper aside.calculation-display {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .dashboard-area-wrapper aside.calculation-display .chart-area {
    width: 50%;
  }
  .dashboard-area-wrapper aside.calculation-display .chart-area.bar {
    width: 80%;
  }
  .dashboard-area-wrapper aside.calculation-display .usage-chart {
    border-right: 0 none;
  }
  .dashboard-area-wrapper aside.calculation-display .compare-usage a {
    font-size: 19px;
  }
  .dashboard-area-wrapper aside.calculation-display .water-used .left {
    float: left;
  }
  .dashboard-area-wrapper aside.calculation-display .water-used .right {
    float: right;
  }
  .dashboard-area-wrapper aside.calculation-display .conclusion {
    font-size: 16px;
  }
  .dashboard-area-wrapper .dashboard-content {
    padding: 20px 0;
  }
  .dashboard-area-wrapper .dashboard-content .quick-view-calculations > div {
    padding-bottom: 32%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .info {
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .icon-edit {
    width: 35px;
    height: 35px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .value {
    font-size: 16px;
    font-weight: 600;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon-seprator
    p {
    display: block;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading:before {
    left: auto;
    right: 0;
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading
    span {
    width: 100%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy {
    font-size: 14px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .learn-more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .dashboard-area-wrapper .dashboard-content .free-packs-container {
    border-right: 0 none;
    border-left: 0 none;
    padding: 0 15px 20px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .free-packs-container
    .top-area
    .left
    h3 {
    font-size: 26px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .free-packs-container
    .top-area
    .left
    p {
    font-size: 16px;
  }
  .dashboard-area-wrapper .dashboard-content .why-come-back {
    border-right: 0 none;
    border-left: 0 none;
    padding: 0 15px 20px;
  }
  .dashboard-area-wrapper .dashboard-content .why-come-back h3 {
    font-size: 26px;
  }
  .dashboard-area-wrapper .dashboard-content .why-come-back p {
    font-size: 15px;
  }
  .dashboard-area-wrapper .dashboard-content .rate-calculator {
    text-align: center;
    padding: 0 20px;
  }
  .dashboard-area-wrapper .dashboard-content .rate-calculator span {
    display: block;
    margin: 10px auto 0;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-slider .tips-copy {
    font-size: 16px;
    line-height: 1.2;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content h3 {
    font-size: 19px;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content .tips-copy {
    font-size: 15px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    > div {
    padding: 10px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    figure {
    margin-bottom: 10px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter {
    width: 98%;
    float: none;
    margin-top: 15px;
    margin-left: 2%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .current {
    font-size: 13px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .saving-meter
    .saving {
    font-size: 13px;
  }
  .dashboard-area-wrapper .dashboard-content .product-details {
    border-width: 3px 0;
  }
  .dashboard-area-wrapper .dashboard-content .product-details .product-img {
    width: 100%;
    border-bottom: 3px solid #c1bcbc;
    border-right: 0 none;
  }
  .dashboard-area-wrapper .dashboard-content .product-details .product-info {
    width: 100%;
    padding: 15px 5%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .product-details
    .product-info
    .form-area {
    width: 100%;
  }
  .dashboard-area-wrapper .dashboard-content .more-products .product-view {
    width: 48%;
  }
  .dashboard-area-wrapper .dashboard-content .view-more {
    font-size: 16px;
  }
  .dashboard-area-wrapper .dashboard-content .view-more a {
    color: #696a6c;
  }
  .dashboard-area-wrapper .dashboard-content .cart-estimation {
    width: 90%;
    margin: 0 auto;
  }
  .dashboard-area-wrapper .dashboard-content .cart-estimation > div {
    font-size: 16px;
  }
  .dashboard-area-wrapper .dashboard-content .thanks-copy {
    font-size: 21px;
    padding: 30px 20px;
    border: 0 none;
  }
  .dashboard-area-wrapper .dashboard-content .how-to-compare {
    padding: 0 15px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .range-slider
    .slider_main {
    width: 94%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .map-area {
    width: 80%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .score-infographics {
    width: 20%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .how-to-compare
    .score-meter-area
    .score-infographics
    li {
    font-size: 13px;
    padding: 5px 0 5px 10px;
  }
  .dashboard-area-wrapper .dashboard-content .score-board {
    padding: 0;
  }
  .dashboard-area-wrapper .dashboard-content .score-board > div {
    width: 100%;
    margin: 0;
  }
  .dashboard-area-wrapper .dashboard-content .score-board > div span {
    font-size: 14px;
  }
  .dashboard-area-wrapper .dashboard-content .tell-your-friend {
    padding: 0 10px;
    text-align: center;
  }
  .dashboard-area-wrapper .dashboard-content .tell-your-friend .social a {
    float: none;
    display: inline-block;
  }
  .dashboard-area-wrapper .login-register-area {
    padding: 30px 2%;
  }
  .dashboard-area-wrapper .form-area input[type='text'],
  .dashboard-area-wrapper .form-area input[type='number'],
  .dashboard-area-wrapper .form-area input[type='submit'],
  .dashboard-area-wrapper .form-area button,
  .dashboard-area-wrapper .form-area select {
    padding: 0.8em;
    font-size: 16px;
  }
  .dashboard-area-wrapper .form-area.user-form input[type='text'] {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dashboard-area-wrapper {
    /*480px*/
  }
  .dashboard-area-wrapper .overlay-green {
    top: 5%;
  }
  .dashboard-area-wrapper .thankyou-screen h2 {
    font-size: 1.4em;
  }
  .dashboard-area-wrapper .thankyou-screen h4 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  .dashboard-area-wrapper .thankyou-screen .delivery-text {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dashboard-area-wrapper .thankyou-screen .signup-form h4 {
    padding: 0.3em;
  }
  .dashboard-area-wrapper .congrats-screen h2 {
    font-size: 3em;
  }
  .dashboard-area-wrapper .congrats-screen img {
    width: 93%;
  }
  .dashboard-area-wrapper strong {
    font-size: 18px;
  }
  .dashboard-area-wrapper header h1 img {
    width: 80%;
    float: left;
  }
  .dashboard-area-wrapper .score-board-low {
    width: 100% !important;
  }
  .dashboard-area-wrapper .dashboard-content .quick-view-calculations > div {
    padding-bottom: 35%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .icon-edit {
    width: 27px;
    height: 27px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .type {
    font-size: 15px;
    margin-top: -3px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .value {
    font-size: 13px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon {
    margin-bottom: 5px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon
    img {
    max-width: 45px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon-seprator {
    margin-top: 10px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .front
    .copy
    .icon-seprator
    p {
    margin-top: 0;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading:before {
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .heading
    span {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy {
    font-size: 11px;
    padding: 7px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .copy
    p {
    margin-top: -9;
    font-size: 14px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .quick-view-calculations
    .back
    .learn-more {
    font-size: 11px;
    display: none;
  }
  .dashboard-area-wrapper .dashboard-content .free-packs-container h2 {
    font-sze: 16px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .free-packs-container
    .top-area
    .left
    h3 {
    font-size: 24px;
  }
  .dashboard-area-wrapper .dashboard-content .product-details .product-img {
    padding-bottom: 50%;
  }
  .dashboard-area-wrapper .dashboard-content .cart-estimation {
    padding: 20px 15px;
  }
  .dashboard-area-wrapper .dashboard-content .cart-estimation > div {
    font-size: 14px;
  }
  .dashboard-area-wrapper .dashboard-content .saving-tips-content .tips-copy {
    font-size: 14px;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    > div {
    width: 62%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    figure {
    padding-bottom: 28%;
    width: 31%;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .saving-tips-content
    .tips-copy
    .product-view {
    width: 31%;
  }
  .dashboard-area-wrapper .dashboard-content .score-meter-area {
    margin-right: 2px;
  }
  .dashboard-area-wrapper .dashboard-content .score-meter-area .map-area {
    width: 100% !important;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .score-meter-area
    .score-infographics {
    display: none;
  }
  .dashboard-area-wrapper
    .dashboard-content
    .score-meter-area
    .score-infographics
    li {
    font-size: 13px;
    padding: 5px 0 5px 10px;
  }
  .dashboard-area-wrapper .person-details strong {
    float: none !important;
  }
  .dashboard-area-wrapper .person-details .faq-icon {
    float: none;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dashboard-area-wrapper .mobile-toggle {
    margin-top: 0px;
  }
  .dashboard-area-wrapper .product-view .back .prod-name {
    font-weight: 600;
  }
  .dashboard-area-wrapper .product-view .back .desc {
    display: none;
  }
  .dashboard-area-wrapper
    aside.calculation-display
    .bathroomWaterUsed2
    .drop-overlay-text {
    font-size: 26px;
  }
  .dashboard-area-wrapper
    aside.calculation-display
    .bathroomWaterUsed
    .drop-overlay-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .dashboard-area-wrapper .overlay-green {
    top: 3%;
  }
  .dashboard-area-wrapper
    .quick-view-calculations
    .back
    .heading
    .money:before {
    top: -2% !important;
    left: 21% !important;
  }
  .dashboard-area-wrapper .quick-view-calculations .back .copy p:first-child {
    line-height: 1.2em;
    font-size: 14px;
  }
  .dashboard-area-wrapper .tell-your-friend h3 {
    font-size: 17px;
  }
  .dashboard-area-wrapper .fb-share-button {
    margin-left: 8px !important;
  }
  .dashboard-area-wrapper .bathroomWaterUsed2 .drop-overlay-text,
  .dashboard-area-wrapper .bathroomWaterUsed .drop-overlay-text {
    font-size: 22px;
  }
  .dashboard-area-wrapper .advt-container .front {
    min-height: 251px !important;
  }
  .dashboard-area-wrapper .advt-container .front button {
    margin-top: 0px;
  }
  .dashboard-area-wrapper .advt-container .first-front {
    min-height: 251px !important;
  }
  .dashboard-area-wrapper .advt-container .first-front p {
    font-size: 1.2em !important;
  }
}
@media screen and (max-width: 320px) {
  .dashboard-area-wrapper .thankyou-screen h4 {
    margin: 0.1em 0;
  }
  .dashboard-area-wrapper .thankyou-screen .signup-form h4 {
    padding: 0.3em;
    margin-top: -15px;
  }
  .dashboard-area-wrapper .quick-view-calculations p {
    font-size: 12px;
  }
  .dashboard-area-wrapper .quick-view-calculations .back .copy p {
    font-size: 11px !important;
  }
}

.free-packs-container-paid .front {
  overflow: hidden;
}

.price-container {
  background: #c6d41f;
  border-radius: 100px 100px 100px 100px;
  width: 78px;
  height: 78px;
  position: absolute;
  font-size: 11px;
  left: 15px;
  z-index: 9;
  bottom: -8px;
  padding: 7px;
  transform: rotateZ(-10deg);
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}

.price-container span {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-shadow: 0 0 1px #555;
}

.product-view .flag {
  z-index: 9;
  background: #009fe4;
  color: #fff;
  padding: 6px 40px;
  position: absolute;
  right: -34px;
  transform: rotateZ(37deg);
  top: 11px;
}

.dashboard-area-wrapper .free-packs-container-paid .front img {
  z-index: 1;
  left: 51%;
  max-height: 100%;
  position: absolute;
  top: 42%;
  height: 75%;
}

body.dashboard-area-wrapper {
  background-image: none;
}

.ocean {
  z-index: 2;
  height: 5%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ccc;
}

.wave {
  z-index: -1;
  background: url(/watercalcv2/waves.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.genericDialog {
  width: 600px;
  margin: 30px auto;
}
.genericDialog .modal-content {
  font-family: 'Open Sans', sans_serif;
  font-size: 12pt;
  color: #333;
  line-height: 1.42857;
}

.postcodeCheckPopup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 180px;
  background-color: white;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  border: 1px solid black;
  z-index: 1000;
}

.hiddenForm {
  display: none;
}

.disableOverlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}

.postcodeCheckBtn {
  display: block;
  background-color: #f49906;
  width: 200px;
  color: white;
  padding: 10px;
  cursor: pointer;
}

.postcodeCheckFree {
  display: inline-block;
  width: 120px;
}

.inline {
  display: inline-block;
}

.freeSubmit {
  width: 122px;
}

#cal_menu {
  width: 20%;
  float: left;
}

#cal_menu.gone #cal-menu-ui {
  bottom: -100px;
}

#cal-menu-ui {
  /*text-align: center;
    bottom: 0;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    width: 100%;
    font-size: 1rem;
    background: #9d9c9c; 
    z-index: 1000;
    min-height: 42px;
    margin-bottom: 20px;*/
  text-align: center;
  width: 100%;
  padding: 0;
  display: table;
  background: url(/swsm/img/indicator_bg.png);
  background-repeat: repeat-x;
  background-position: center;
}
#cal-menu-ui .circle {
  display: block;
  padding: 50px 0;
  border-bottom: 5px solid #454343;
  opacity: 0.6;
}
#cal-menu-ui #mobile-prompt {
  display: none;
}
#cal-menu-ui .menu-group {
  position: relative;
  background-color: #585656;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6em;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
#cal-menu-ui .menu-group span.menu-group-label {
  margin-left: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
#cal-menu-ui .menu-group .tri {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid #003f69;
  border-top: 42px solid transparent;
  overflow: hidden;
}
#cal-menu-ui .menu-group .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.2);
}
#cal-menu-ui .menu-group#bathroom {
  z-index: 5;
  /*background-color: #007CDC;*/
}
#cal-menu-ui .menu-group#bathroom .tri {
  border-left-color: #007cdc;
}
#cal-menu-ui .menu-group#bathroom .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.1);
}
#cal-menu-ui .menu-group#bathroom .progress-label {
  background-color: #007cdc;
  border: 1px solid #fff;
}
#cal-menu-ui .menu-group#bathroom .progress-label .pointer {
  border-top-color: #007cdc;
  border: 1px solid #fff;
}
#cal-menu-ui .menu-group#bathroom .progress-node {
  border-color: #007cdc;
}
#cal-menu-ui .menu-group#bathroom.current .circle {
  background-color: #0083c6;
  border-color: #0374ae;
  opacity: 1;
}
#cal-menu-ui .menu-group#start {
  z-index: 7;
  background-color: #9d9c9c;
}
#cal-menu-ui .menu-group#start .tri {
  border-left-color: #9d9c9c;
}
#cal-menu-ui .menu-group#start .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.1);
}
#cal-menu-ui .menu-group#start .progress-label {
  background-color: #9d9c9c;
  border: 1px solid #fff;
}
#cal-menu-ui .menu-group#start .progress-label .pointer {
  border-top-color: #9d9c9c;
  border: 1px solid #fff;
}
#cal-menu-ui .menu-group#start .progress-node {
  border-color: #9d9c9c;
}
#cal-menu-ui .menu-group#kitchen {
  z-index: 3;
  /*background-color: #f49906;*/
}
#cal-menu-ui .menu-group#kitchen .tri {
  border-left-color: #f49906;
}
#cal-menu-ui .menu-group#kitchen .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.1);
}
#cal-menu-ui .menu-group#kitchen .progress-label {
  background-color: #f49906;
}
#cal-menu-ui .menu-group#kitchen .progress-label .pointer {
  border-top-color: #f49906;
}
#cal-menu-ui .menu-group#kitchen .progress-node {
  border-color: #f49906;
}
#cal-menu-ui .menu-group#kitchen.current .circle {
  background-color: #ff911a;
  border-color: #cd7415;
  opacity: 1;
}
#cal-menu-ui .menu-group#outdoors {
  z-index: 2;
  /*background-color: #5ea730;*/
}
#cal-menu-ui .menu-group#outdoors .tri {
  border-left-color: #5ea730;
}
#cal-menu-ui .menu-group#outdoors .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.1);
}
#cal-menu-ui .menu-group#outdoors .progress-label {
  background-color: #5ea730;
}
#cal-menu-ui .menu-group#outdoors .progress-label .pointer {
  border-top-color: #5ea730;
}
#cal-menu-ui .menu-group#outdoors .progress-node {
  border-color: #5ea730;
}
#cal-menu-ui .menu-group#outdoors.current .circle {
  background-color: #58ad40;
  border-color: #3b8328;
  opacity: 1;
}
#cal-menu-ui .menu-group#report {
  margin-left: -2px;
  z-index: 1;
  background-color: #9d9c9c;
}
#cal-menu-ui .menu-group#report span {
  border-left-color: #9d9c9c;
}
#cal-menu-ui .menu-group#report .tri {
  border-left-color: #9d9c9c;
}
#cal-menu-ui .menu-group#report .tri.shadow {
  border-left: 20px solid rgba(0, 0, 0, 0.1);
}
#cal-menu-ui .menu-group#report .active {
  cursor: pointer;
}
#cal-menu-ui .menu-group.current.now.set span.menu-group-label {
  margin-right: 14px;
}
#cal-menu-ui .menu-group.current.now .progress-node {
  width: 20px;
  height: 20px;
  border-width: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#cal-menu-ui .menu-group.current.now .progress-node.current {
  width: 14px;
  height: 14px;
  border-width: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-color: #fff !important;
  margin: 0 3px;
}
#cal-menu-ui .menu-group.hover.set span.menu-group-label {
  margin-right: 14px;
}
#cal-menu-ui .menu-group.hover .progress-node {
  width: 20px;
  height: 20px;
  border-width: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#cal-menu-ui .menu-group.hover .progress-node.current {
  width: 14px;
  height: 14px;
  border-width: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-color: #fff !important;
  margin: 0 3px;
}
#cal-menu-ui .progress-node {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cal-menu-ui .progress-node .progress-closed {
  display: none;
  color: #f00;
  font-weight: 300;
  position: absolute;
  top: -6px;
  left: -2px;
  font-size: 1.6em;
}
#cal-menu-ui .progress-node .progress-label {
  display: none;
  position: absolute;
  top: -50px;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -o-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  font-size: 0.9em;
}
#cal-menu-ui .progress-node .progress-label .pointer {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #003f69;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#cal-menu-ui .progress-node.answered {
  cursor: pointer;
  background-color: #fff;
}
#cal-menu-ui .progress-node.answering {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
#cal-menu-ui .progress-node.closed {
  background-color: #fff;
}
#cal-menu-ui .progress-node.closed.answering {
  background-color: #fff;
}
#cal-menu-ui .progress-node.hover .progress-label {
  display: inline-block;
}

@media screen and (max-width: 1090px) {
  #cal_menu {
    width: 100%;
    float: none;
  }
  #cal-menu-ui {
    padding: 10px 0;
  }
  #cal-menu-ui .circle {
    opacity: 1;
  }
  #cal-menu-ui .menu-group {
    width: 33%;
    display: table-cell;
    background-color: transparent;
  }
  #cal-menu-ui .menu-group#bathroom.current .circle {
    border-color: #47c3f5;
  }
  #cal-menu-ui .menu-group#bathroom.finished .circle {
    border-color: #47c3f5;
    background-color: #0083c6;
  }
  #cal-menu-ui .menu-group#kitchen.current .circle {
    border-color: #ff911a;
  }
  #cal-menu-ui .menu-group#kitchen.finished .circle {
    border-color: #ff911a;
    background-color: #ffa439;
  }
  #cal-menu-ui .menu-group#outdoors.current .circle {
    border-color: #58ad40;
  }
  #cal-menu-ui .menu-group#outdoors.finished .circle {
    border-color: #58ad40;
    background-color: #6bc750;
  }
  #cal-menu-ui .circle {
    margin: 0 auto;
    background-color: #585656;
    border: solid 3px #d4d5d7;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    padding: 0;
  }
  #cal-menu-ui .circle label {
    display: none;
  }
  #cal-menu-ui .circle img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -29px;
  }
}

@media screen and (max-width: 768px) {
  #cal-menu-ui {
    margin: 0px !important;
  }
  #cal-menu-ui .menu-group {
    margin-left: 0 !important;
  }
  #cal-menu-ui .menu-group:not(.current) {
    /*display: none;*/
  }
  #cal-menu-ui .menu-group .tri {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #cal-menu-ui .circle {
    width: 90px;
    height: 90px;
  }
  #cal-menu-ui .circle img {
    max-width: 42px;
    margin-left: -21px;
  }
}

@media screen and (max-width: 480px) {
  #cal-menu-ui .circle {
    width: 70px;
    height: 70px;
  }
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0')
      format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-envelope-o:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-o:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-gear:before,
.fa-cog:before {
  content: '';
}

.fa-trash-o:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-file-o:before {
  content: '';
}

.fa-clock-o:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-arrow-circle-o-down:before {
  content: '';
}

.fa-arrow-circle-o-up:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-play-circle-o:before {
  content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-video-camera:before {
  content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '';
}

.fa-pencil:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '';
}

.fa-share-square-o:before {
  content: '';
}

.fa-check-square-o:before {
  content: '';
}

.fa-arrows:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-times-circle-o:before {
  content: '';
}

.fa-check-circle-o:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-arrows-v:before {
  content: '';
}

.fa-arrows-h:before {
  content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-gears:before,
.fa-cogs:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-thumbs-o-up:before {
  content: '';
}

.fa-thumbs-o-down:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-heart-o:before {
  content: '';
}

.fa-sign-out:before {
  content: '';
}

.fa-linkedin-square:before {
  content: '';
}

.fa-thumb-tack:before {
  content: '';
}

.fa-external-link:before {
  content: '';
}

.fa-sign-in:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-lemon-o:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-square-o:before {
  content: '';
}

.fa-bookmark-o:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-feed:before,
.fa-rss:before {
  content: '';
}

.fa-hdd-o:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-hand-o-right:before {
  content: '';
}

.fa-hand-o-left:before {
  content: '';
}

.fa-hand-o-up:before {
  content: '';
}

.fa-hand-o-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-group:before,
.fa-users:before {
  content: '';
}

.fa-chain:before,
.fa-link:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-cut:before,
.fa-scissors:before {
  content: '';
}

.fa-copy:before,
.fa-files-o:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-money:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '';
}

.fa-legal:before,
.fa-gavel:before {
  content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '';
}

.fa-comment-o:before {
  content: '';
}

.fa-comments-o:before {
  content: '';
}

.fa-flash:before,
.fa-bolt:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '';
}

.fa-lightbulb-o:before {
  content: '';
}

.fa-exchange:before {
  content: '';
}

.fa-cloud-download:before {
  content: '';
}

.fa-cloud-upload:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-bell-o:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cutlery:before {
  content: '';
}

.fa-file-text-o:before {
  content: '';
}

.fa-building-o:before {
  content: '';
}

.fa-hospital-o:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '';
}

.fa-circle-o:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-folder-o:before {
  content: '';
}

.fa-folder-open-o:before {
  content: '';
}

.fa-smile-o:before {
  content: '';
}

.fa-frown-o:before {
  content: '';
}

.fa-meh-o:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-keyboard-o:before {
  content: '';
}

.fa-flag-o:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-code-fork:before {
  content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-shield:before {
  content: '';
}

.fa-calendar-o:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-ticket:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-minus-square-o:before {
  content: '';
}

.fa-level-up:before {
  content: '';
}

.fa-level-down:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-pencil-square:before {
  content: '';
}

.fa-external-link-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '';
}

.fa-euro:before,
.fa-eur:before {
  content: '';
}

.fa-gbp:before {
  content: '';
}

.fa-dollar:before,
.fa-usd:before {
  content: '';
}

.fa-rupee:before,
.fa-inr:before {
  content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '';
}

.fa-won:before,
.fa-krw:before {
  content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-text:before {
  content: '';
}

.fa-sort-alpha-asc:before {
  content: '';
}

.fa-sort-alpha-desc:before {
  content: '';
}

.fa-sort-amount-asc:before {
  content: '';
}

.fa-sort-amount-desc:before {
  content: '';
}

.fa-sort-numeric-asc:before {
  content: '';
}

.fa-sort-numeric-desc:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-youtube-play:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitbucket-square:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-long-arrow-down:before {
  content: '';
}

.fa-long-arrow-up:before {
  content: '';
}

.fa-long-arrow-left:before {
  content: '';
}

.fa-long-arrow-right:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '';
}

.fa-sun-o:before {
  content: '';
}

.fa-moon-o:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-arrow-circle-o-right:before {
  content: '';
}

.fa-arrow-circle-o-left:before {
  content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '';
}

.fa-dot-circle-o:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '';
}

.fa-plus-square-o:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-spoon:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-automobile:before,
.fa-car:before {
  content: '';
}

.fa-cab:before,
.fa-taxi:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-file-pdf-o:before {
  content: '';
}

.fa-file-word-o:before {
  content: '';
}

.fa-file-excel-o:before {
  content: '';
}

.fa-file-powerpoint-o:before {
  content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '';
}

.fa-file-code-o:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '';
}

.fa-circle-o-notch:before {
  content: '';
}

.fa-ra:before,
.fa-rebel:before {
  content: '';
}

.fa-ge:before,
.fa-empire:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-circle-thin:before {
  content: '';
}

.fa-header:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-sliders:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-newspaper-o:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bell-slash-o:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-eyedropper:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-area-chart:before {
  content: '';
}

.fa-pie-chart:before {
  content: '';
}

.fa-line-chart:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-cc:before {
  content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '';
}

.fa-meanpath:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-diamond:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-genderless:before {
  content: '';
}

.fa-facebook-official:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-hotel:before,
.fa-bed:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '';
}

.fa-optin-monster:before {
  content: '';
}

.fa-opencart:before {
  content: '';
}

.fa-expeditedssl:before {
  content: '';
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '';
}

.fa-mouse-pointer:before {
  content: '';
}

.fa-i-cursor:before {
  content: '';
}

.fa-object-group:before {
  content: '';
}

.fa-object-ungroup:before {
  content: '';
}

.fa-sticky-note:before {
  content: '';
}

.fa-sticky-note-o:before {
  content: '';
}

.fa-cc-jcb:before {
  content: '';
}

.fa-cc-diners-club:before {
  content: '';
}

.fa-clone:before {
  content: '';
}

.fa-balance-scale:before {
  content: '';
}

.fa-hourglass-o:before {
  content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '';
}

.fa-hourglass:before {
  content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '';
}

.fa-hand-scissors-o:before {
  content: '';
}

.fa-hand-lizard-o:before {
  content: '';
}

.fa-hand-spock-o:before {
  content: '';
}

.fa-hand-pointer-o:before {
  content: '';
}

.fa-hand-peace-o:before {
  content: '';
}

.fa-trademark:before {
  content: '';
}

.fa-registered:before {
  content: '';
}

.fa-creative-commons:before {
  content: '';
}

.fa-gg:before {
  content: '';
}

.fa-gg-circle:before {
  content: '';
}

.fa-tripadvisor:before {
  content: '';
}

.fa-odnoklassniki:before {
  content: '';
}

.fa-odnoklassniki-square:before {
  content: '';
}

.fa-get-pocket:before {
  content: '';
}

.fa-wikipedia-w:before {
  content: '';
}

.fa-safari:before {
  content: '';
}

.fa-chrome:before {
  content: '';
}

.fa-firefox:before {
  content: '';
}

.fa-opera:before {
  content: '';
}

.fa-internet-explorer:before {
  content: '';
}

.fa-tv:before,
.fa-television:before {
  content: '';
}

.fa-contao:before {
  content: '';
}

.fa-500px:before {
  content: '';
}

.fa-amazon:before {
  content: '';
}

.fa-calendar-plus-o:before {
  content: '';
}

.fa-calendar-minus-o:before {
  content: '';
}

.fa-calendar-times-o:before {
  content: '';
}

.fa-calendar-check-o:before {
  content: '';
}

.fa-industry:before {
  content: '';
}

.fa-map-pin:before {
  content: '';
}

.fa-map-signs:before {
  content: '';
}

.fa-map-o:before {
  content: '';
}

.fa-map:before {
  content: '';
}

.fa-commenting:before {
  content: '';
}

.fa-commenting-o:before {
  content: '';
}

.fa-houzz:before {
  content: '';
}

.fa-vimeo:before {
  content: '';
}

.fa-black-tie:before {
  content: '';
}

.fa-fonticons:before {
  content: '';
}

.swsm-survey {
  margin-bottom: 35px;
}
.swsm-survey .logos {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.swsm-survey .survey-title {
  font-size: 19px;
  color: #0a3652;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: 10px;
}
.swsm-survey .survey-thank {
  font-size: 28px;
  color: #019b43;
  font-weight: 600;
  padding: 10px 40px;
}
.swsm-survey .lead {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.swsm-survey .lead:first-of-type {
  margin-bottom: 10px;
}
.swsm-survey .questions {
  border: 2px solid #009fe3;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 4px #9dd6f3;
  -moz-box-shadow: 0px 0px 10px 4px #9dd6f3;
  -ms-box-shadow: 0px 0px 10px 4px #9dd6f3;
  box-shadow: 0px 0px 10px 4px #9dd6f3;
}
.swsm-survey .control-label {
  display: block;
  text-align: left;
}
.swsm-survey label {
  font-size: 18px;
  color: #009fe3;
  font-weight: 600;
}
.swsm-survey select,
.swsm-survey input[type='text'],
.swsm-survey input[type='email'] {
  width: 212px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #009fe3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #414445;
  font-size: 14px;
  font-weight: 600;
}
.swsm-survey input[type='email'] {
  width: 100% !important;
}
.swsm-survey .form-group {
  margin-bottom: 40px;
}
.swsm-survey .form-group .radio-custom {
  padding-top: 0;
}
.swsm-survey .form-group .radio-custom-h {
  margin-top: 10px;
  border-right: 1px solid #c6c6c6;
}
.swsm-survey .form-group .radio-custom-h:last-of-type {
  border: none;
}
.swsm-survey .form-group .radio-custom-h > div {
  padding-left: 0;
  padding-right: 20px;
}
.swsm-survey .form-group .radio-custom-h label {
  color: #0a3652;
}
.swsm-survey .form-group .radio-custom-h label label {
  color: #0a3652;
}
.swsm-survey .radio-custom-h.darken-label label {
  color: #0a3652;
}
.swsm-survey .radio-custom-h.darken-label input[type='email'] {
  margin-bottom: 10px;
}
.swsm-survey .radio-custom-h input[type='radio'] {
  display: none;
}
.swsm-survey .radio-custom-h input[type='radio'] + span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/survey/radio-off.png') left top no-repeat;
  cursor: pointer;
}
.swsm-survey .radio-custom-h span {
  float: left;
}
.swsm-survey .radio-custom-h input[type='radio']:checked + span {
  background: url('../img/survey/radio-on.png') left top no-repeat;
}
.swsm-survey .radio-custom-h .radio {
  display: inline-block;
}
.swsm-survey .radio-custom-h .radio label {
  color: #0a3652;
}
.swsm-survey .toilet_1 label,
.swsm-survey .toilet_2 label,
.swsm-survey .toilet_3 label,
.swsm-survey .toilet_4 label {
  color: #0a3652;
}
.swsm-survey .toilet_1,
.swsm-survey .postcode-section,
.swsm-survey .leaking-col-1 {
  padding-left: 35px;
}
.swsm-survey #q8 select {
  margin-left: 25px;
}
.swsm-survey .postcode-section {
  margin-bottom: 25px;
}
.swsm-survey .submit-h {
  margin-top: -63px;
  float: right;
}
.swsm-survey .submit-h button[type='submit'] {
  background: #019b43;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-width: 196px;
}

@media screen and (max-width: 1199px) {
  .swsm-survey .survey-title {
    font-size: 16px;
  }
  .swsm-survey label {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .swsm-survey .toilet_1,
  .swsm-survey .postcode-section,
  .swsm-survey .leaking-col-1 {
    padding-left: 15px;
  }
  .swsm-survey .radio-custom-h > .radio {
    padding-left: 0;
    margin-right: 20px;
  }
  .swsm-survey #q8 select {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .dye-tablet-img {
    display: none;
  }
  .swsm-survey .submit-h {
    float: none !important;
    margin-top: 10px;
  }
  .swsm-survey .submit-h button[type='submit'] {
    width: 212px;
  }
}

@media screen and (max-width: 600px) {
  .logo-h {
    float: none !important;
  }
  .logo-h img {
    margin-left: auto;
    margin-right: auto;
  }
  .logo-h:last-of-type {
    margin-top: 15px;
  }
}

.inlinepostcode {
  width: 100%;
}
.inlinepostcode * {
  display: inline-block;
}
.inlinepostcode input:first-of-type {
  width: 200px;
}
.inlinepostcode button {
  padding-top: 4px !important;
  padding-bottom: 6px !important;
  padding: 6px;
  margin-left: -10px;
  background-color: #f49906;
  color: #fff;
  border: 1px solid #f49906;
  padding: 5px 10px;
}

.postcode p {
  font-size: 14px;
}

.postcode h2 {
  color: #0083c6;
  font-size: 26px;
}

.postcode h3 {
  color: #0a3652;
}

.postcode .postcode-check h2:nth-of-type(2) {
  margin-top: 20px;
}

.postcode .postcode-check form {
  display: inline-block;
}
.postcode .postcode-check form input {
  border: 1px solid #ff911a;
  padding: 5px;
}
.postcode .postcode-check form button {
  background-color: #ff911a;
  color: #fff;
  border: 1px solid #ff911a;
  padding: 5px 10px;
}

.postcode img.uk-map {
  max-width: 350px;
  display: block;
  margin: 0 auto 20px;
}

.postcode img.happy-customer {
  max-width: 300px;
  float: right;
  display: inline;
}

.postcode .water-meter {
  float: left;
}

.postcode .collaborative-companies {
  border: 1px solid #0083c6;
  overflow: hidden;
  margin-bottom: 2%;
}
.postcode .collaborative-companies a {
  display: block !important;
  padding: 0 !important;
}
.postcode .collaborative-companies h2 {
  background-color: #0083c6;
  color: #fff;
  margin: 0;
  padding: 5px;
  font-size: 20px;
}
.postcode .collaborative-companies img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 100px;
  padding: 10px 0;
}
.postcode .collaborative-companies .img-wrap div {
  display: table-cell;
  vertical-align: middle;
}
.postcode .collaborative-companies .img-wrap div a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px;
}
.postcode .collaborative-companies .thames {
  width: 75%;
}

.postcode-subsidised {
  padding: 10px 0;
}
.postcode-subsidised p {
  padding-bottom: 10px;
}
.postcode-subsidised h1 {
  margin: 0;
  padding: 0;
  color: #ff911a;
  text-transform: uppercase;
}

@media screen and (max-width: 414px) {
  .postcode .collaborative-companies img {
    height: 50px;
  }
}

@media screen and (max-width: 1216px) {
  nav ul a {
    font-size: 13px;
    padding: 10px 12px;
  }
  .navbar-nav > li > a {
    padding: 10px auto !important;
  }
}

@media screen and (min-width: 768px) {
  .toggle {
    display: none !important;
  }
  header ul.container {
    display: block !important;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand {
    display: none;
  }
  .no_m_l {
    margin-left: 0;
    padding-left: 0;
  }
  .no_m_r {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  nav .toggle {
    display: block;
  }
  nav > ul {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header h1,
  header h2 {
    float: none;
    width: 100%;
  }
  .left.logo {
    float: none;
  }
  header [class^='col'] {
    margin: 0 auto;
  }
  header img {
    margin: 0 auto;
    display: block;
  }
  footer .contact-methods {
    position: static;
  }
}

@media screen and (max-width: 750px) {
  .water-pledge img {
    /*width:150px;*/
    margin-bottom: 10px;
  }
  header h1 img {
    width: 100%;
  }
  header .search-checkout {
    width: 100%;
  }
  header .search-checkout .search {
    width: 70%;
    float: left;
    margin-left: 7%;
  }
  header .search-checkout .search input {
    width: 75%;
  }
  header .search-checkout .search button {
    width: 25%;
  }
  header .checkout {
    width: auto;
    float: left;
    vertical-align: top;
    margin-left: -1px;
    padding-bottom: 6px;
  }
  header .checkout i {
    margin: 0;
  }
  .margin_padding_overwrite {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .keyline_basket [class*='col-'] {
    display: block;
    width: 100%;
    float: left;
  }
  .progress-wrap {
    border: none !important;
    margin-bottom: 10px;
  }
  .checkout-progress .arrow-spacing {
    padding: 0px;
  }
  .checkout-progress .arrow {
    font-weight: 900;
    font-size: 12px;
  }
  .checkout-progress li,
  .checkout-progress a {
    font-size: 12px;
    padding: 0 5px;
  }
  .checkout-progress li.current {
    margin-right: 5px;
  }
  .phone_30 {
    float: left;
    width: 30% !important;
  }
  .phone_70 {
    float: left;
    width: 70% !important;
  }
  .qty_btn_refresh {
    margin-bottom: 0 !important;
  }
  div .price {
    text-align: left;
  }
  div .total-price {
    text-align: left;
  }
  .nav > li {
    width: 100%;
    float: left;
  }
  .container > .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-collapse {
    max-height: inherit;
  }
  .navbar-toggle .icon-bar {
    background-color: #147cc0;
  }
  .navbar-toggle {
    border: 1px solid #ffffff;
    padding: 7px;
    margin: 10px 15px 0 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-brand {
    float: left;
    line-height: 50px;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    height: auto;
  }
  .review_page {
    font-size: 12px;
  }
  .review_page .rating-stars {
    height: 30px;
  }
  .review_page .poor {
    line-height: 25px;
  }
  .review_page .excellent {
    line-height: 25px;
  }
  .review_page .review_label_title {
    padding-left: 0px;
  }
  .review_page .no_padding_left {
    padding-left: 0px;
    padding-top: 10px;
  }
  .small_clr {
    clear: both;
  }
  .main_product_filter {
    padding-left: 15px !important;
  }
  #wras {
    top: 0px;
    right: 25px;
  }
  #wras .glyphicon {
    display: none;
  }
  .shop.single input.qty {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .shop.single .review-stars {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 5px;
  }
  .shop.single .review-stars i {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024), screen and (max-width: 1200px) {
  .product .pricing {
    width: 30%;
    float: left;
    font-size: 12px;
  }
  .product button {
    width: 100%;
    float: left;
  }
  .nav > li > a {
    padding: 10px 12px;
  }
  header .phone {
    font-size: 110%;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  img.logo {
    float: left;
  }
  img.provider-logo {
    float: left;
  }
  .water-pledge img {
    width: 50px;
  }
  .freepack .banner h1 {
    font-size: 19px;
  }
  header .phone {
    font-size: 110%;
    padding-top: 10px;
  }
  header .checkout {
    width: 30%;
    float: left;
  }
  header .checkout i {
    margin-right: 0;
  }
  header .search {
    width: 70%;
    float: left;
  }
  header .search-checkout {
    width: auto;
  }
  .h_basket {
    visibility: hidden;
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .datafeeds li {
    width: 150px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header .phone {
    font-size: 110%;
    padding-top: 10px;
  }
  header .checkout {
    font-size: 1.3em;
  }
  header .checkout i {
    margin-right: 0;
  }
  header .search-checkout {
    width: auto;
  }
  .h_basket {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner span.provider-name {
    display: inline !important;
  }
  .search-checkout .search {
    margin-left: 50px;
  }
  .inlinepostcode button {
    width: 100%;
    padding: 0;
    margin-left: 0px;
  }
  .postcode .postcode-check form input {
    width: 100%;
    border-radius: 0;
  }
  .freepack .pack-products p:first-of-type {
    max-height: inherit;
  }
  .freepack .product-tiles .footer .pricing span.rrp {
    padding: 5px 1px;
  }
}

@media screen and (max-width: 1024px) {
  .clrsm {
    clear: both;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.categories {
    clear: both;
  }
  .ipad1line {
    width: 100% !important;
    clear: both;
    margin-top: 8px;
  }
  .product .pricing {
    width: 30%;
    float: left;
    font-size: 12px;
  }
  .product .pricing .price {
    text-align: left;
  }
  .product button {
    width: 70%;
    float: left;
  }
  .datafeeds li {
    width: 150px;
  }
  .datafeeds li .sett-water-drop {
    font-size: 1.5em;
  }
  .datafeeds li .sett-tree {
    font-size: 1.5em;
  }
  .datafeeds li .sett-package {
    font-size: 1.5em;
  }
  header .search {
    width: 230px;
  }
  .navbar {
    min-height: 1px;
  }
  nav .features img {
    width: 30px;
    bottom: 8px;
  }
  nav .features div {
    font-size: 10px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .datafeeds li {
    width: 100px;
  }
  .datafeeds li .sett-water-drop {
    font-size: 1.5em;
  }
  .datafeeds li .sett-tree {
    font-size: 1.5em;
  }
  .datafeeds li .sett-package {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .banner h1 {
    max-width: 80%;
    font-size: 24px;
  }
}

@media screen and (max-width: 1025px) {
  .breadcrumbbreak {
    position: static;
    display: inline-block;
    clear: both;
    float: right;
  }
  .datafeeds li {
    width: 108px;
  }
  .datafeeds li .sett-water-drop {
    font-size: 1.5em;
  }
  .datafeeds li .sett-tree {
    font-size: 1.5em;
  }
  .datafeeds li .sett-package {
    font-size: 1.5em;
  }
  header .phone {
    font-size: 140%;
  }
  header .social-icons {
    margin-left: 0px;
  }
}

.scope {
  height: 400px;
  width: 100%;
  /* GLOBAL STYLES
-------------------------------------------------- */
  /* Padding below the footer and lighter body text */
  /* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
  /* Special class on .container surrounding .navbar, used for positioning it into place. */
  /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* MARKETING CONTENT
-------------------------------------------------- */
  /* Pad the edges of the mobile views a bit */
  /* Center align the text within the three columns below the carousel */
  /* Featurettes
------------------------- */
  /* Thin out the marketing headings */
  /* RESPONSIVE CSS
-------------------------------------------------- */
}
.scope body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
.scope .navbar-wrapper {
  position: relative;
  z-index: 15;
}
.scope .carousel {
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 0px;
}
.scope .carousel-caption {
  z-index: 10;
}
.scope .carousel .item {
  height: 400px;
  background-color: #777;
}
.scope .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}
.scope .marketing {
  padding-left: 15px;
  padding-right: 15px;
}
.scope .marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.scope .marketing h2 {
  font-weight: normal;
}
.scope .marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
.scope .featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
.scope .featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .scope {
    /* Remove the edge padding needed for mobile */
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
  }
  .scope .marketing {
    padding-left: 0;
    padding-right: 0;
  }
  .scope .navbar-wrapper {
    margin-top: 20px;
  }
  .scope .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .scope .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .scope .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 1900px) {
  .scope {
    height: 420px;
  }
  .scope .carousel .item {
    height: 420px;
  }
  .scope .carousel-inner > .item > img {
    height: 420px;
  }
}
@media (max-width: 1600px) {
  .scope {
    height: 353px;
  }
  .scope .carousel .item {
    height: 353px;
  }
  .scope .carousel-inner > .item > img {
    height: 353px;
  }
}
@media (max-width: 1366px) {
  .scope {
    height: 400px;
  }
  .scope .carousel .item {
    height: 400px;
  }
  .scope .carousel-inner > .item > img {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .scope .carousel .item {
    height: 400px;
  }
  .scope .carousel-inner > .item > img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .scope .featurette-heading {
    margin-top: 120px;
  }
}
@media (max-width: 980px) {
  .scope {
    height: 240px;
  }
  .scope .carousel .item {
    height: 240px;
  }
  .scope .carousel-inner > .item > img {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .scope {
    height: 250px;
  }
  .scope .carousel .item {
    height: 250px;
  }
  .scope .carousel-inner > .item > img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .scope {
    height: 220px;
  }
  .scope .carousel .item {
    height: 220px;
  }
  .scope .carousel-inner > .item > img {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .scope {
    height: 120px;
  }
  .scope .carousel .item {
    height: 120px;
  }
  .scope .carousel-inner > .item > img {
    height: 120px;
  }
}
@media (max-width: 330px) {
  .scope {
    height: 100px;
  }
  .scope .carousel .item {
    height: 100px;
  }
  .scope .carousel-inner > .item > img {
    height: 100px;
  }
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

body {
  font-family: 'Open Sans';
  font-size: 12pt;
  padding-top: 175px;
}

.out-of-stock {
  color: #ff0000;
  font-size: 10px;
  font-weight: bold;
}

select {
  color: #000000;
}

.padding_overwrite {
  padding-left: 0;
  padding-right: 0;
}

button.orange {
  background-color: #ff911a;
  color: #fff;
  margin-right: 20px;
}

.hr {
  border-bottom: 1px solid #c6c6c5;
  margin: 20px 0;
}

button.gray {
  background-color: #9d9c9c;
  color: #fff;
  margin-right: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
}
header ul,
header li {
  list-style: none !important;
  display: block;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 0;
  }
  .banner_box .item .banner_free {
    padding-top: 0;
    margin-top: -9px;
  }
  header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  color: auto;
}

#accordion ul li {
  list-style: initial;
}

#accordion ol li {
  list-style: decimal;
}

img.logo {
  max-width: 285px;
}

.provider-logo {
  max-height: 80px;
  max-width: 250px;
}

.right {
  float: right;
}

.left {
  float: left;
}

header h1,
header h2 {
  float: left;
}

header h2 {
  margin-left: 33px;
  border-left: 0px solid #8c8c8c;
}

header .phone {
  font-weight: bold;
  font-size: 170%;
  padding-top: 10px;
  text-align: right;
}

header .search-checkout {
  width: 400px;
  vertical-align: bottom;
  text-align: right;
}

header .search {
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0083c6;
}
header .search input,
header .search button {
  padding: 7px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
header .search input {
  width: 218px;
}
header .search button {
  float: right;
}
header .search input:focus {
  outline: none;
}

header .bottom {
  margin-bottom: 10px;
}

header .social-icons {
  padding-top: 5px;
  font-size: 12px;
  text-align: right;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
header .social-icons li {
  margin-left: auto;
  font-size: 13px;
  color: #5a5a5a;
}
header .social-icons li:last-of-type {
  padding-bottom: 10px;
}
header .social-icons .lines {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}
header .social-icons .icons {
  float: right;
  color: #fff;
}
header .social-icons .icons a {
  color: inherit;
}
header .social-icons .icons p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  padding-top: 2px;
  width: 25px;
  height: 25px;
  background: #009fe3;
  float: left;
  margin-left: 5px;
}
header .social-icons .icons .face {
  cursor: pointer;
}
header .social-icons .icons .face:after {
  content: '\f09a';
  /* FontAwesome Unicode */
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
}
header .social-icons .icons .face:hover {
  color: #009fe3 !important;
  background: white;
}
header .social-icons .icons .twit {
  cursor: pointer;
}
header .social-icons .icons .twit:after {
  content: '\f099';
  /* FontAwesome Unicode */
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
}
header .social-icons .icons .twit:hover {
  color: #009fe3 !important;
  background: white;
}
header .social-icons .icons .you {
  cursor: pointer;
}
header .social-icons .icons .you:after {
  content: '\f167';
  /* FontAwesome Unicode */
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
}
header .social-icons .icons .you:hover {
  color: #009fe3 !important;
  background: white;
}

header .social-icons i {
  color: #0a3652;
  font-size: 18px;
}

header .checkout {
  display: flex;
  float: right;
  border: none !important;
  padding: 7px 25px;
}

header .checkout i {
  margin-right: 10px;
}

header .search > input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0a3652;
}

header .search > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0a3652;
  opacity: 1;
}

header .search > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0a3652;
  opacity: 1;
}

header .search > input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0a3652;
}

.dataFeedsContainer {
  background: #eee;
}
.dataFeedsContainer span:first-child {
  font-weight: 600;
}
.dataFeedsContainer .datafeeds img {
  float: left;
  width: 47px;
  padding-top: 1px;
}

.datafeeds li {
  padding-top: 20px;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 188px;
  border-right: 1px solid #e4dede;
  font-size: 12px;
  padding-left: 14px;
}
.datafeeds li i {
  display: inline-block;
  font-size: 2em;
}
.datafeeds li p {
  font-size: 12px;
  margin-bottom: 0;
}
.datafeeds li span {
  display: block;
}
.datafeeds li .sett-water-drop {
  color: #0083c6;
  float: left;
  font-size: 2.5em;
  padding-top: 4px;
}
.datafeeds li .sett-tree {
  color: #58ad40;
  float: left;
  font-size: 2.5em;
  padding-top: 4px;
}
.datafeeds li .sett-package {
  color: #ff911a;
  float: left;
  font-size: 2.5em;
  padding-top: 4px;
}
.datafeeds li:last-child {
  border: none;
}
.datafeeds li:last-child {
  border: none;
}

nav {
  background-color: #009fe3;
}
nav .toggle {
  display: none;
}
nav li {
  float: left;
}
nav a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
nav ul {
  position: relative;
}
nav li:hover {
  background-color: #fff;
  color: #0a3652;
}
nav li:hover a {
  color: #0a3652;
}
nav li:hover > div {
  display: block;
}
nav li > div {
  display: none;
  background-color: #fff;
  border-top: none;
  top: 40px;
  z-index: 100;
  position: absolute;
}
nav li > div .product a {
  padding: 0;
}
nav li > div a.heading {
  font-weight: bold;
  font-size: 1.2em;
  color: #0a3652;
}
nav li > div a.all {
  color: #0a3652;
  font-weight: bold;
}
nav li > div a.all:after {
  content: ' >';
}
nav .categories {
  padding: 20px;
}
nav .categories a {
  color: #0083c6;
  font-weight: normal;
  padding: 0;
  margin-bottom: 5px;
}
nav .categories a:last-of-type {
  margin-top: 10px;
  color: #0a3652;
}
nav .features {
  margin-top: 20px;
}
nav .features div {
  background-color: #0083c6;
  border-left: 1px solid #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
nav .features div:first-of-type {
  border: none;
}

.nav > li {
  position: initial;
}

nav li:hover > div {
  margin: 0;
}

.navbar {
  border-radius: 0;
  border: none;
  min-height: 0;
  margin-bottom: 0;
}

.container > .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

span.rrp {
  color: #c6c6c5;
  font-size: 18px;
  text-decoration: line-through;
  float: left;
}
span.rrp:before {
  content: 'RRP ';
  font-style: none;
}

.product {
  font-size: 14px;
  float: left;
  width: 100%;
}
.product img {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
.product a {
  display: block;
  margin-bottom: 10px;
}
.product button {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}
.product .pricing {
  display: inline-block;
  font-size: 14px;
  float: left;
}
.product .pricing span {
  display: inline;
}
.product .pricing .price {
  color: #ff911a;
  font-weight: bold;
  float: left;
  font-size: 24px !important;
  padding: 3px 0;
}
.product .pricing .price span.prefix {
  font-size: 18px;
  color: #9d9c9c;
  font-weight: 500;
  padding-bottom: 10px;
}
.product.featured {
  position: relative;
  margin-top: 15px;
  border: 1px solid #ff911a;
  padding: 0px 0px 20px;
  border-radius: 5px;
}
.product.featured h3 {
  margin-top: 0;
}
.product.featured .head {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #ff9e00;
  background: -moz-linear-gradient(top, #ff9e00 93%, #ffb949 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(93%, #ff9e00),
    color-stop(100%, #ffb949)
  );
  background: -webkit-linear-gradient(top, #ff9e00 93%, #ffb949 100%);
  background: -o-linear-gradient(top, #ff9e00 93%, #ffb949 100%);
  background: -ms-linear-gradient(top, #ff9e00 93%, #ffb949 100%);
  background: linear-gradient(to bottom, #ff9e00 93%, #ffb949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ffb949',GradientType=0 );
}
.product.featured a {
  height: auto;
  min-height: 40px;
}
.product.featured a,
.product.featured .footer {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.product.featured .pricing {
  font-size: 1.3em;
}

.product.essential .footer,
.product.essential a {
  width: 100%;
}

.pricing_parent {
  float: none;
}
.pricing_parent p {
  font-size: 18px;
}
.pricing_parent p span.rrp {
  color: #c6c6c5;
  font-size: 16px;
  text-decoration: line-through;
  float: none;
}
.pricing_parent p span.price {
  font-size: 30px;
  color: #f49906;
  font-weight: bold;
}

.feeds {
  margin-top: 50px;
}

.feeds > div {
  color: #fff;
  padding: 12px 10px 8px 20px;
}
.feeds > div i {
  font-size: 3em;
  float: left;
}
.feeds > div p {
  text-align: center;
  margin-bottom: 0;
}
.feeds > div p span {
  font-weight: bold;
  font-size: 26px;
}

.water-feed {
  background-color: #0083c6;
}

.tree-feed {
  background-color: #58ad40;
}

.package-feed {
  background-color: #ff911a;
}

.purple-txt {
  color: #460b50 !important;
}

.title {
  color: #333;
  border-bottom: 1px solid #c6c6c5;
  font-size: 20px;
  padding-bottom: 5px;
}
.title a {
  float: right;
  color: #ff911a;
  font-weight: 300;
  font-size: 0.8em;
  font-style: italic;
}

.main_title {
  color: #333;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 10px;
}

/******************* hansgrohe showerhead banner *************************/
.hansgrohenew {
  border: 2px dashed #ff911a;
  border-left: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hansgrohenew .hansgrohebanner {
  border: 2px solid #ff911a;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: auto;
}
.hansgrohenew .hansgrohenew {
  border-left: none;
  width: 100%;
  max-height: 150px;
  padding: 20px;
}
.hansgrohenew .hansgroheimage {
  background-color: #0083c6;
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
  max-height: 150px;
}
.hansgrohenew .hansgrohetext {
  padding-left: 20px;
  color: #0083c6;
}
.hansgrohenew .hansgrohetext p {
  font-size: 150% !important;
}
.hansgrohenew .hansgrohetext p .textline {
  font-size: 140%;
}
.hansgrohenew .hansgrohetext p .textline span {
  color: #ff911a;
}
.hansgrohenew .hansgrohebutton button {
  margin-top: 15px;
  width: 150px;
  width: 120px;
  padding: 15px;
  background-color: #0083c6;
  color: #fff;
  float: right;
  border: 0;
}

@media screen and (min-width: 900px) {
  .hansgrohetext {
    padding-left: 20px;
    color: #0083c6;
  }
  .hansgrohetext .textline {
    font-size: 180%;
    text-align: center;
  }
  .hansgrohetext .textline span {
    color: #ff911a;
  }
  .hansgrohetext .hansgrohenew {
    padding-top: 20px;
    padding-left: 0;
  }
  .hansgrohebutton button {
    width: 150px;
    float: left;
  }
}

@media screen and (min-width: 769px) {
  .water-pledge,
  .homepage-month-offer {
    margin-right: -15px;
    margin-left: 15px;
  }
  .hansgroheimage {
    display: block;
    max-height: 150px;
  }
  .hansgrohenew {
    width: 80%;
  }
  .hansgrohetext {
    padding-left: 20px;
    color: #0083c6;
  }
  .hansgrohetext .textline {
    font-size: 160%;
    text-align: center;
  }
  .hansgrohetext .textline span {
    color: #ff911a;
  }
}

.water-pledge {
  border: 1px solid #c6c6c5;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: 10px;
  float: left;
}
.water-pledge h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.water-pledge img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.water-pledge .row {
  margin-bottom: 5px;
}

.reviews > p:first-of-type {
  font-size: 18px;
  font-style: italic;
}

.review {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.review .summary {
  font-size: 14px;
  font-style: italic;
  color: #0a3652;
}
.review .profile {
  margin-top: 5px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0083c6;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.review .content {
  overflow: auto;
}
.review .rating {
  width: 120px;
  overflow: auto;
}

.product-carousel .no-rate {
  height: 25px;
}

.product-carousel .prod-title {
  height: 40px;
  overflow: hidden;
}

.brandcarousel .carousel-button {
  margin-top: -133px;
}

.productcarousel .carousel-button {
  margin-top: -200px;
}

#brands-carousel {
  border-bottom: 2px solid #0083c6;
}
#brands-carousel img {
  margin: 0 auto;
  display: block;
}
#brands-carousel > div {
  padding: 20px 0 40px 0;
}
#brands-carousel .owl-controls {
  display: none !important;
}

.carousel-button {
  background-color: #0083c6;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  z-index: 10;
  position: relative;
  border: 1px solid #0083c6;
}
.carousel-button i {
  font-size: 0.6em;
  position: absolute;
  top: 5px;
}
.carousel-button:hover {
  cursor: pointer;
  background-color: #fff;
}
.carousel-button:hover i {
  color: #0083c6;
}

.slider-next {
  float: right;
}
.slider-next i {
  left: 5px;
}

.slider-prev {
  float: left;
}
.slider-prev i {
  left: 4px;
}

.product-images,
.shop.single #product-thumbs .owl-item {
  margin-top: 20px;
}
.product-images img,
.shop.single #product-thumbs .owl-item img {
  margin-left: auto;
  margin-right: auto;
}

#product-thumbs {
  margin-top: 15px;
}

#product-thumbs .owl-prev,
#product-thumbs .owl-next {
  display: block !important;
  text-indent: -9999px;
}

#product-thumbs .owl-prev {
  background: url('../img/thumb-p.png') center center no-repeat;
}

#product-thumbs .owl-next {
  background: url('../img/thumb-n.png') center center no-repeat;
}

footer {
  color: #fff;
  padding-top: 10px;
  background-color: #009fe3;
  padding-bottom: 40px;
}
footer a {
  color: #fff;
}
footer .contact span {
  display: block;
}
footer .contact-methods {
  position: absolute;
}
footer h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
footer h4:after {
  content: '';
  border-top: 3px solid #fff;
  display: block;
  margin-top: 10px;
  width: 70px;
}
footer i {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}
footer form button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 100%;
  padding: 5px;
}
footer form input {
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}
footer .bottom {
  color: #0a3652;
  margin-top: 60px;
}
footer .bottom .left {
  font-size: 0.9em;
}

.panel .panel-heading {
  color: #fff;
  background-color: #009fe3;
}

.breadcrumbs {
  position: relative;
}
.breadcrumbs.col-sm-12 {
  border-bottom: 1px solid #c6c6c5;
  padding-top: 10px;
  margin-bottom: 10px;
}
.breadcrumbs h1 {
  color: #0083c6;
  font-size: 26px;
  margin-bottom: 0;
}
.breadcrumbs .underline {
  border-bottom: 1px solid #c6c6c5;
  overflow: hidden;
}
.breadcrumbs ul {
  float: left;
  font-size: 13px;
}
.breadcrumbs ul > li {
  font-weight: bold;
  display: inline-block;
}
.breadcrumbs ul > li a {
  color: #818181;
}
.breadcrumbs ul > li:after {
  content: '/';
  margin: 0 5px;
  display: inline-block;
}
.breadcrumbs ul > li:last-of-type a {
  color: #0a3652;
}
.breadcrumbs ul > li:last-of-type:after {
  content: '';
}
.breadcrumbs .bread_style {
  border-bottom: 1px solid #149bd8;
  width: 100%;
  padding-bottom: 5px;
  margin: 10px 0;
}

.generic-banner {
  position: relative;
}
.generic-banner img {
  width: 100%;
}
.generic-banner .caption {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.breadcrumbs.generic {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.small-notice {
  font-size: 14px;
  font-style: italic;
  color: #333;
}

.bluefill {
  background-color: #0083c6;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 50%;
  height: 2px;
}

.greenfill {
  background-color: #58ad40;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 50%;
  height: 2px;
}

.newsleter.container {
  position: relative;
}

.newsletter-copy {
  text-align: center;
  padding: 20px;
}
.newsletter-copy h1 {
  color: #0083c6;
  font-size: 28px;
  margin-top: 10px;
}
.newsletter-copy li,
.newsletter-copy p {
  text-align: left;
}

.newsletter .sett-mail {
  font-size: 70px;
  color: #0a3652;
}

.newsletter form {
  margin: 0 auto;
  margin-top: 80px;
  width: 60%;
}
.newsletter form h2 {
  font-size: 18px;
  color: #fff;
}

nav .features {
  font-size: 0.8em;
}
nav .features div {
  position: relative;
}
nav .features div p {
  margin-left: 31px;
  margin-bottom: 0;
  text-align: left;
}
nav .features i {
  font-size: 2em;
  position: absolute;
  left: 10px;
  bottom: 5px;
}
nav .features img {
  position: absolute;
  left: 5px;
  width: 30px;
  bottom: 8px;
}

.unsub-page h3 {
  color: #0083c6;
}

.unsub-page form button {
  background-color: #0083c6;
  padding: 5px 10px;
  color: #fff;
  border: none;
}

.unsub-page form input {
  border: 1px solid #0083c6;
  padding: 4px;
  margin-right: -4px;
}

a.newsletter {
  margin-right: 15px;
}

.modal-dialog {
  z-index: 1100;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* direct debit page stuff */
.directdebitbox .col-md-3 {
  padding-right: 6px;
  padding-left: 6px;
}
.directdebitbox .col-md-3 .signupbanner {
  margin-top: 20px;
}

.product.direct-debit .flag {
  right: -5px;
  top: -5px;
}

.product.direct-debit .footer,
.product.direct-debit form {
  position: static;
}

.product.direct-debit h4 {
  height: 30px;
}

.product.direct-debit .van {
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}

.product.direct-debit .strikeout {
  color: #c6c6c5;
  text-decoration: line-through;
}

.fixedheight .pack-group .col-md-3:nth-of-type(6) {
  clear: both;
}

/******************* CALCULATOR REPORT COMMENT *************************/
.report-comment-section {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  clear: both;
}
.report-comment-section .review-main-title {
  margin-top: 5px;
}
.report-comment-section .review-shadow {
  -webkit-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  -moz-box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  box-shadow: inset 0px 6px 15px -5px rgba(60, 60, 60, 0.65);
  margin-left: -17px;
  margin-right: -17px;
}
.report-comment-section .report-add-review {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 10px;
}
.report-comment-section h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.report-comment-section .review_page .poor,
.report-comment-section .review_page .excellent {
  line-height: 30px;
  font-weight: 30px;
}
.report-comment-section .review_page .rating-stars {
  width: 30px;
}
.report-comment-section textarea {
  margin-top: 15px;
  width: 100%;
  max-width: 380px;
  min-height: 90px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.report-comment-section input[type='submit'] {
  line-height: 25px;
  width: auto;
  border-radius: 20px;
  outline: none;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: normal;
  background-color: #009fe3;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 10px;
}
.report-comment-section .review-author-section {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
.report-comment-section .review-author-section .review-author-name {
  font-weight: 600;
}
.report-comment-section .review-author-section .review-author-name em {
  font-weight: 400;
}
.report-comment-section .fos_comment_comment_vote {
  line-height: 25px;
  width: auto;
  border-radius: 51%;
  outline: none;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: normal;
  background-color: #009fe3;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px;
  width: 45px;
  height: 45px;
}
.report-comment-section .fos_comment_comment_vote.vote-up img {
  position: relative;
  bottom: 3px;
}
.report-comment-section .fos_comment_comment_score {
  font-weight: 600;
}
.report-comment-section .fos_comment_comment_body {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}
.report-comment-section .fos_comment_comment_reply_show_form {
  color: #fff;
  background: #9d9c9c;
  border: none;
  font-weight: 400;
  padding: 5px 7px;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.report-comment-section .average-rating {
  display: inline-block;
  width: 165px;
  height: 30px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.report-comment-section .average-rating .rate-filled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.report-comment-section .average-rating .rate-filled > div {
  width: 165px;
}
.report-comment-section .average-rating img {
  width: 30px;
}

/***********************************************/
/* badcode*/
/***********************************************/
.pack-box {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}

.pack-box-img {
  padding: 15px;
}
.pack-box-img img {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 18px #c6c6c6;
  -moz-box-shadow: 0px 0px 18px #c6c6c6;
  box-shadow: 0px 0px 18px #c6c6c6;
}

.freepack .packbanner-group {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.freepack .packbanner-border {
  /*position: absolute;*/
  /*top: 0;
  left: 0;*/
  border: 1px solid #05314a;
  width: 100%;
  clear: both;
  display: inline-block;
}

.freepack .packbanner-border p.packbanner-header {
  background-color: #05314a;
  color: #fff;
  max-width: 100%;
  padding: 10px;
}

.freepack .packbanner-add1 {
  /*background:url(../images/post-banner1.jpg) no-repeat top center; background-size: cover;*/
  border: none !important;
}

.packbanner-tiles {
  border: none;
  padding: 10px;
  position: relative;
  width: 255px;
  margin: 20px 15px;
  background: url(../img/post-banner1.jpg) no-repeat top center;
  background-size: initial;
  float: left;
  /*min-height: 376px;*/
}

.packbanner-tiles .caption {
  font-size: 20px;
  text-align: left;
  margin: 235px 10px 0 0px;
  width: 100%;
}

.packbanner-tiles .caption h1 {
  margin: 0 auto;
  font-weight: bold;
  color: #eaff00;
  font-size: 20px;
  text-align: left;
}

.packbanner-tiles .caption .packbanner-free {
  position: absolute;
  right: 10%;
  top: 72%;
  z-index: 5;
  width: 18%;
}

.packbanner-tiles .caption p {
  margin: 35px 5px 0 0px;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px;
  text-align: left;
}

.video-competition-banner {
  display: block;
}
.video-competition-banner img {
  margin-left: auto;
  margin-right: auto;
}

/********* banner 2**********************/
.toiletbanner-tiles {
  border: none;
  padding: 10px;
  position: relative;
  width: 255px;
  margin: 20px 15px;
  background: url(../img/post-banner2.jpg) no-repeat top center;
  background-size: initial;
  float: left;
  /*min-height: 376px;*/
}

.toiletbanner-tiles .caption {
  font-size: 20px;
  text-align: left;
  margin: 18px 10px 0 0px;
  width: 100%;
}

.toiletbanner-tiles .caption h1 {
  margin: 0 auto;
  font-weight: bold;
  color: #eaff00;
  font-size: 20px;
  text-align: center;
}

.toiletbanner-tiles .caption .toiletbanner-free {
  position: absolute;
  left: 8%;
  top: 65%;
  z-index: 5;
  width: 18%;
}

.toiletbanner-tiles .caption p {
  margin: 192px 5px 0 0;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px;
  text-align: left;
}

/********** banner 2 end  **************/
/********* banner 3**********************/
.plumberbanner-tiles {
  border: none;
  padding: 10px;
  position: relative;
  width: 255px;
  margin: 20px 15px;
  background: url(../img/post-banner3.jpg) no-repeat top center;
  background-size: initial;
  float: left;
  /*min-height: 376px;*/
}

.plumberbanner-tiles .caption {
  font-size: 20px;
  text-align: left;
  margin: 235px 10px 0 0px;
  width: 100%;
}

.plumberbanner-tiles .caption h1 {
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-align: left;
  line-height: 19px;
}

.plumberbanner-tiles .caption .plumberbanner-free {
  left: 5%;
  position: absolute;
  top: 84%;
  width: 18%;
  z-index: 5;
}

.plumberbanner-tiles .caption p {
  margin: 10px 5px 0 55px;
  font-weight: 400;
  color: #fff !important;
  font-size: 12px;
  text-align: left;
}

/********** banner 3 end  **************/
#best-seller-slider {
  padding-left: 15px;
  padding-right: 15px;
}

#best-seller-slider .owl-prev,
#best-seller-slider .owl-next {
  display: block !important;
}

/*#best-seller-slider { margin-left: 15px;margin-right: 15px; } */
#best-seller-slider button.orange {
  width: 222px;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  display: block;
  clear: both;
}

.postcode .collaborative-companies img {
  max-width: 150px;
}

.calculator-competition-section {
  margin-top: 20px;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: 3px 3px 3px 0px #bdbdbd;
  padding-top: 0;
  margin-bottom: 20px;
}

.calculator-section {
  margin-bottom: 30px;
}
.calculator-section img {
  padding: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 10px #c6c6c6;
  -moz-box-shadow: 0px 0px 10px #c6c6c6;
  box-shadow: 0px 0px 10px #c6c6c6;
}

.competition-section-free {
  margin-bottom: 15px;
}

.cc-title {
  color: #047bc0 !important;
  font-size: 24px;
}

/**************************************/
/* Free pack popup */
/*************************************/
#cartPopup {
  position: fixed;
  top: 0;
  max-width: 280px;
  border: 1px solid #047bc0;
  -webkit-box-shadow: 0px 0px 10px #047bc0;
  -moz-box-shadow: 0px 0px 10px #047bc0;
  box-shadow: 0px 0px 10px #047bc0;
  text-align: center;
  padding: 15px;
  z-index: 999;
  background: #fff;
  display: none;
  opacity: 0;
}
#cartPopup .ttl {
  font-size: 18px;
  line-height: 1.4em;
}
#cartPopup .desc {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#cartPopup .btn-continue-shop,
#cartPopup .btn-checkout-shop {
  display: block;
  width: 100%;
  margin-top: 10px;
}
#cartPopup .close-popcart {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/************* VIDEO COMPETITION *****************/
.video-box {
  position: relative;
  padding-bottom: 63%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-holder {
  display: none;
}

.competition-section {
  padding: 30px 15px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.competition-section .control-label {
  text-align: left;
  display: block;
  margin-bottom: 4px;
  padding-top: 0;
}
.competition-section .video-answer-section {
  /*max-width:380px;
		margin-left: auto;
		margin-right: auto;*/
  border: 1px solid #047bc0;
  padding: 10px 15px 0px;
}
.competition-section .video-phone-number span {
  font-size: 15px;
  font-weight: 400;
}
.competition-section .video-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
}
.competition-section .video-title .competition-hint-i {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.competition-section .video-terms {
  text-align: right;
  margin-top: 10px;
  display: block;
  font-size: 15px;
  text-decoration: underline;
}
.competition-section .video-terms:hover {
  text-decoration: none;
}

.video-thankyou {
  padding-top: 25px;
  padding-bottom: 25px;
}
.video-thankyou .thankyou-title {
  font-weight: bold;
  line-height: 1.4em;
  color: #5ea730;
  margin-bottom: 30px;
}
.video-thankyou .competition-msg {
  font-weight: 600;
}
.video-thankyou .competition-msg a {
  display: block;
  margin-top: 10px;
  max-width: 160px;
  font-weight: 400;
  font-size: 17px;
}
.video-thankyou .free-section {
  margin-top: 30px;
}
.video-thankyou .free-section .free-section-title {
  font-weight: 600;
}
.video-thankyou .free-section img {
  padding: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 10px #c6c6c6;
  -moz-box-shadow: 0px 0px 10px #c6c6c6;
  box-shadow: 0px 0px 10px #c6c6c6;
}
.video-thankyou .free-section .hint {
  color: #838181;
  font-style: italic;
  margin-top: 4px;
}

/************* END VIDEO COMPETITION *****************/
@media screen and (max-width: 768px) {
  .packbanner-tiles {
    margin: 20px 2%;
    width: 201px;
  }
  .packbanner-tiles .caption p {
    color: #fff !important;
    font-size: 12px;
  }
  .toiletbanner-tiles {
    width: 255px;
    margin: 20px 2%;
  }
  .toiletbanner-tiles {
    width: 255px;
    margin: 20px 2%;
  }
}

.ol.blue {
  float: right;
}

@media screen and (max-width: 640px) {
  .packbanner-tiles {
    margin: 20px 2%;
    width: 270px;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 2%;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 2%;
  }
  .textline {
    font-size: 90% !important;
  }
  .hansgrohebutton button {
    margin-top: 0;
  }
}

@media screen and (max-width: 667px) {
  .packbanner-tiles {
    margin: 20px 2%;
    width: 270px;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 2%;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 2%;
  }
}

@media screen and (max-width: 600px) {
  .packbanner-tiles {
    margin: 20px 2%;
    width: 250px;
  }
  .toiletbanner-tiles {
    width: 250px;
    margin: 20px 2%;
  }
  .toiletbanner-tiles {
    width: 250px;
    margin: 20px 2%;
  }
}

@media screen and (max-width: 480px) {
  .packbanner-tiles {
    margin: 20px 2%;
    width: 204px;
    font-size: 12px;
  }
  .toiletbanner-tiles {
    width: 204px;
    margin: 20px 2%;
  }
  .toiletbanner-tiles {
    width: 204px;
    margin: 20px 2%;
  }
}

@media screen and (max-width: 414px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    padding-left: 3px;
    padding-right: 3px;
  }
  .mobileBasket {
    position: absolute;
    right: 1%;
    top: 13px;
  }
  .bottom {
    padding-left: 10px;
  }
  .bottom span {
    display: none;
  }
  .packbanner-tiles {
    margin: 20px 14%;
    width: 270px;
    font-size: 12px;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 14%;
  }
  .toiletbanner-tiles {
    width: 270px;
    margin: 20px 14%;
  }
  .padding_overwrite {
    width: 100%;
  }
  .padding_overwrite .ol.blue.checkout {
    position: absolute;
    right: 0;
    top: 11px;
  }
  .padding_overwrite .main_title {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 384px) {
  .packbanner-tiles {
    font-size: 14px;
    margin: 20px 10%;
    width: 260px;
  }
  .toiletbanner-tiles {
    width: 260px;
    margin: 20px 10%;
  }
  .plumberbanner-tiles {
    width: 260px;
    margin: 20px 10%;
  }
}

@media screen and (max-width: 360px) {
  .packbanner-tiles {
    font-size: 14px;
    margin: 20px 10%;
    width: 255px;
  }
  .toiletbanner-tiles {
    width: 255px;
    margin: 20px 10%;
  }
  .plumberbanner-tiles {
    width: 255px;
    margin: 20px 10%;
  }
}

@media screen and (max-width: 375px) {
  .packbanner-tiles {
    font-size: 14px;
    margin: 20px 10%;
    width: 260px;
  }
  .toiletbanner-tiles {
    width: 260px;
    margin: 20px 10%;
  }
  .plumberbanner-tiles {
    width: 260px;
    margin: 20px 10%;
  }
}

@media screen and (max-width: 320px) {
  .packbanner-tiles {
    font-size: 14px;
    margin: 20px 15px;
    width: 255px;
    padding: 10px;
  }
  .toiletbanner-tiles {
    width: 255px;
    margin: 20px 15px;
  }
  .plumberbanner-tiles {
    width: 255px;
    margin: 20px 15px;
  }
}

/************* Returns Page list *****************/
.return-list li {
  list-style-type: disc;
}

.products-container {
  margin-top: 30px;
}

.eu-cookie-law {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.eu-cookie-law a {
  text-decoration: underline;
}

#cookie-container {
  background: white;
  height: 100%;
  padding: 1em;
  width: 300px;
  box-shadow: 2px 0 1px 0 rgba(0, 0, 0, 0.5);
  z-index: 20;
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.6;
}
#cookie-container h4 {
  font-size: 22px;
}
#cookie-container p {
  font-size: 14.4px;
}

.cookie-settings {
  width: 45px;
  height: 50px;
  background: white;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  right: -45px;
  top: 50%;
  text-align: center;
  padding: 10px 0;
  box-shadow: 2px 0 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 20;
}
.cookie-settings svg {
  fill: #009fe3;
}

.cookie-left {
  left: -304px;
  transition: all 0.3s ease;
}

.cookie-right {
  left: 0;
  transition: all 0.3s ease;
}

.cookie-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.4);
}

.switch-container {
  display: flex;
  padding: 16px 0 32px;
}
.switch-container .toggle-switch {
  display: none;
}
.switch-container .switch-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100px;
  margin: 0;
  padding: 0;
}
.switch-container .switch-label:before {
  display: none;
}
.switch-container .switch-label:after {
  display: none;
}
.switch-container .switch-label .switch-overlay {
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: 80px;
  height: 20px;
  border-radius: 100px;
  background: #9a9a9a;
}
.switch-container .switch-label .switch-slider {
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9a9a9a;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .switch-container .switch-label .switch-slider {
    transform: translate(0%, -25%);
  }
}
.switch-container .switch-label .switch-slider .theme-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 15px;
  pointer-events: none;
  user-select: none;
}
.switch-container .switch-label .switch-slider .theme-icon.light-icon {
  transition: all 0.25s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.switch-container .switch-label .switch-slider .theme-icon.dark-icon {
  transition: all 0.25s ease-in-out;
  transform: translate(-50%, -200%);
  opacity: 0;
}
.switch-container .toggle-switch:checked + .switch-label .switch-overlay {
  transition: all 0.25s ease-in-out;
  background: #5eb246;
}
.switch-container .toggle-switch:checked + .switch-label .switch-slider {
  transition: all 0.25s ease-in-out;
  transform: translateX(100%);
  background: #84cc70;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .switch-container .toggle-switch:checked + .switch-label .switch-slider {
    transform: translate(100%, -25%);
  }
}
.switch-container
  .toggle-switch:checked
  + .switch-label
  .switch-slider
  .theme-icon.light-icon {
  transition: all 0.25s ease-in-out;
  transform: translate(-50%, 200%);
  opacity: 0;
}
.switch-container
  .toggle-switch:checked
  + .switch-label
  .switch-slider
  .theme-icon.dark-icon {
  transition: all 0.25s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 1;
}
