@charset "UTF-8";
/* --------------------------------------
Breakpoints
----------------------------------------- */
/* --------------------------------------
Grid
----------------------------------------- */
/* --------------------------------------
Units
----------------------------------------- */
/* --------------------------------------
Responsive Utility
----------------------------------------- */
/* --------------------------------------
Responsive Utility
----------------------------------------- */
/* --------------------------------------
Padding Utility
----------------------------------------- */
/* --------------------------------------
Margin Utility
----------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4b719eaa06646bd170ec)
 * Config saved to config.json and https://gist.github.com/4b719eaa06646bd170ec
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  font-weight: 200;
}

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

a {
  color: #3f4974;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #242a42;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #777777;
}

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: 300;
  line-height: 1.4;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #3f4974;
}

a.text-primary:hover {
  color: #2d3453;
}

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

a.bg-primary:hover {
  background-color: #2d3453;
}

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

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;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 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;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

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

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

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

.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';
}

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;
  background-color: #f9f2f4;
  border-radius: 15px;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 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: auto;
}

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

.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-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 #dddddd;
}

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

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

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  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;
  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: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 15px;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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: #999999;
  opacity: 1;
}

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 15px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 15px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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;
  border-color: #a94442;
  background-color: #f2dede;
}

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

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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.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: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #3f4974;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2d3453;
  border-color: #20263c;
}

.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.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: #3f4974;
  border-color: #363f63;
}

.btn-primary .badge {
  color: #3f4974;
  background-color: #ffffff;
}

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

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  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.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: #ffffff;
}

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

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  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.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: #ffffff;
}

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  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.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: #ffffff;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  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.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: #ffffff;
}

.btn-link {
  color: #3f4974;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.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: #242a42;
  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: #777777;
  text-decoration: none;
}

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

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

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

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

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.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: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3f4974;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

.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 + .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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 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.3333333;
  border-radius: 15px;
}

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: 15px;
}

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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 15px;
}

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

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

.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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3f4974;
}

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

.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: 15px 15px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

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

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

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

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

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 15px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

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

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 15px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3f4974;
}

.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 {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 15px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 15px 15px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

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

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

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

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

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #242a42;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.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: #ffffff;
  background-color: #3f4974;
  border-color: #3f4974;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.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-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

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

.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-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

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

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

.pager li {
  display: inline;
}

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

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

.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

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

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

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

.label-primary {
  background-color: #3f4974;
}

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

.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;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3f4974;
  background-color: #ffffff;
}

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

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

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f4974;
}

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

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

.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,
.alert-dismissible {
  padding-right: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@-o-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 15px;
  -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: #ffffff;
  text-align: center;
  background-color: #3f4974;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -o-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: -o-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: -o-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: -o-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 {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3f4974;
  border-color: #3f4974;
}

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

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

.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 15px;
  -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-right-radius: 14px;
  border-top-left-radius: 14px;
}

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

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

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

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

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

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

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

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

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

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

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

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.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: 14px;
}

.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: 14px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.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: 14px;
}

.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: 14px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 15px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #3f4974;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3f4974;
  border-color: #3f4974;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3f4974;
}

.panel-primary > .panel-heading .badge {
  color: #3f4974;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f4974;
}

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  -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: 15px;
}

.well-sm {
  padding: 9px;
  border-radius: 15px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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: 1070;
  display: block;
  font-family: Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 15px;
}

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 14px 14px 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 {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4b719eaa06646bd170ec)
 * Config saved to config.json and https://gist.github.com/4b719eaa06646bd170ec
 */
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

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

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #29304c;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #29304c;
  border-color: #262c46;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #29304c;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #3f4974 0%, #363f63 100%);
  background-image: -o-linear-gradient(top, #3f4974 0%, #363f63 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f4974), to(#363f63));
  background-image: linear-gradient(to bottom, #3f4974 0%, #363f63 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4974', endColorstr='#ff363f63', GradientType=0);
  background-color: #363f63;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #3f4974 0%, #363f63 100%);
    background-image: -o-linear-gradient(top, #3f4974 0%, #363f63 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3f4974), to(#363f63));
    background-image: linear-gradient(to bottom, #3f4974 0%, #363f63 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4974', endColorstr='#ff363f63', GradientType=0);
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #3f4974 0%, #2d3453 100%);
  background-image: -o-linear-gradient(top, #3f4974 0%, #2d3453 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f4974), to(#2d3453));
  background-image: linear-gradient(to bottom, #3f4974 0%, #2d3453 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4974', endColorstr='#ff2d3453', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.progress-bar-striped {
  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: -o-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);
}

.list-group {
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #2d3453;
  background-image: -webkit-linear-gradient(top, #3f4974 0%, #32395b 100%);
  background-image: -o-linear-gradient(top, #3f4974 0%, #32395b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f4974), to(#32395b));
  background-image: linear-gradient(to bottom, #3f4974 0%, #32395b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4974', endColorstr='#ff32395b', GradientType=0);
  border-color: #32395b;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #3f4974 0%, #363f63 100%);
  background-image: -o-linear-gradient(top, #3f4974 0%, #363f63 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f4974), to(#363f63));
  background-image: linear-gradient(to bottom, #3f4974 0%, #363f63 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4974', endColorstr='#ff363f63', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* =BP 1 - LARGE SCREENS
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  #header .logo img {
    max-width: 67%;
  }
  #header .header-right .delivery-notice {
    font-size: 16px;
    line-height: 16px;
    margin-left: 35px;
  }
  #header .header-right .delivery-notice span:before,
  #header .header-right .delivery-notice span:after {
    margin-top: 6px;
  }
  #header .header-right .mini-menu {
    margin-left: 20px;
    margin-top: 14px;
  }
  #header .header-right .account-cart > a {
    font-size: 13px;
    padding: 12px 15px;
  }
  #header .social-search {
    margin-top: 8px;
  }
  #header .social-search .search input {
    padding: 6px 16px;
  }
  #header .social-search .search button {
    top: 6px;
  }
  #header .social-search .social a {
    font-size: 16px;
  }
  #header #navigation {
    margin-top: 22px;
  }
  #header #navigation > ul > li > a {
    padding: 0 22px 12px 22px;
    font-size: 17px;
    line-height: 17px;
  }
  #home-categories .box {
    max-height: 235px;
  }
}

/* =BP 2 - "NORMAL" SCREENS
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  footer #lt-grey-footer form input {
    margin: 0;
  }
  #header .logo img {
    max-width: 81%;
  }
  #header .header-right .delivery-notice {
    font-size: 13px;
    line-height: 14px;
  }
  #header .header-right .delivery-notice span:before,
  #header .header-right .delivery-notice span:after {
    margin-top: 6px;
  }
  #header .header-right .mini-menu {
    margin-left: 20px;
    margin-top: 13px;
  }
  #header .header-right .mini-menu ul > li {
    font-size: 12px;
  }
  #header .header-right .account-cart > a {
    font-size: 12px;
    padding: 12px;
  }
  #header .social-search {
    margin-top: 10px;
  }
  #header .social-search .search input {
    padding: 5px 15px;
  }
  #header .social-search .search button {
    top: 4px;
  }
  #header .social-search .social a {
    font-size: 15px;
  }
  #header #navigation {
    margin-top: 23px;
  }
  #header #navigation > ul > li > a {
    padding: 0 17px 12px 17px;
    font-size: 16px;
    line-height: 17px;
  }
  .header-extra .shop-by-colour .colour-blobs > li > a {
    width: 14px !important;
    height: 14px !important;
    top: 9px !important;
    margin-right: 1px;
  }
  .header-extra .shop-by-colour strong {
    font-size: 14px !important;
    margin-top: 7px !important;
  }
  .header-extra .usps .usp {
    font-size: 14px !important;
    line-height: 33px;
    padding: 6px 0;
  }
  .header-extra .usps .usp:first-child {
    padding: 6px 25px !important;
    margin-right: 25px !important;
  }
  #home-categories .box {
    max-height: 190px;
  }
  #home-categories .box.purple-center span {
    font-size: 18px !important;
    top: 32% !important;
  }
  #home-categories .box.green-top span,
  #home-categories .box.green-bottom span {
    padding: 18px 0 !important;
    font-size: 15px !important;
  }
  #footer .social-bar .newsletter strong,
  #footer .social-bar .social-follow strong {
    font-size: 15px !important;
  }
  #footer .social-bar .newsletter .input input {
    width: 161px !important;
  }
  #footer .social-bar .social-follow {
    padding-left: 35px !important;
    margin-left: 35px !important;
  }
  .hp-blog-roll h3 {
    min-height: 67px;
  }
  #product-quick-view .turf-selector-custom-options .add-slack label strong {
    padding: 0 0 0 10px;
  }
  .topsoil_block .description {
    width: 100%;
  }
  #header .main-header nav li {
    margin: 0 30px 0 0; }
  #header .main-header nav ul {
    margin: 20px 16px 0 0;
  }
}

/* =BP 3 - TABLET SCREENS
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .menu-button {
    color: #fff;
    font-size: 1.8em;
    float: right;
    font-weight: 300;
    background: none;
    border: none;
    display: block;
    padding: 15% 0 0;
    height: 10%;
  }
  #header .logo img {
    max-width: 22%;
    margin: 15px auto 0;
  }
  #header .header-right {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .header-right .account-cart {
    float: right;
  }
  #header .header-right .account-cart > a {
    font-size: 13px;
    padding: 12px;
  }
  #header .header-right .delivery-notice span:before,
  #header .header-right .delivery-notice span:after {
    margin-top: 9px;
    width: 10px !important;
  }
  .owl-prev,
  .owl-next {
    display: none !important;
  }
  #header .social-search {
    margin-top: 6px;
  }
  #header .social-search .search input {
    padding: 6px 15px;
    width: 210px !important;
  }
  #header .social-search .search button {
    top: 30px;
  }
  #homepage-masthead {
    margin: 0 0 -210px;
  }
  #header .mobile-menu-toggle {
    top: 58%;
  }
  .header-extra .shop-by-colour strong {
    float: none !important;
    display: block;
  }
  .header-extra .shop-by-colour {
    width: 100%;
    text-align: center;
  }
  .header-extra .shop-by-colour .colour-blobs {
    float: none !important;
    margin-bottom: 0;
  }
  .header-extra .shop-by-colour .colour-blobs > li > a {
    width: 36px !important;
    height: 36px !important;
    top: 0 !important;
    margin-right: 1px;
  }
  .header-extra .shop-by-colour .contain {
    margin: 0 auto;
  }
  .header-extra .usps {
    float: none !important;
  }
  .header-extra .usps .usp:first-child {
    border-left: 0 !important;
    padding: 6px 55px 0 0 !important;
    margin-right: 55px;
  }
  #carousel .slideshow-controls {
    display: none;
  }
  #home-categories .row:first-of-type .box.purple-center {
    margin-bottom: 30px;
  }
  #home-categories .row:last-child .box.purple-center {
    margin-top: 30px;
  }
  #home-categories .box.purple-center span {
    top: 38% !important;
  }
  #footer .social-bar .newsletter,
  #footer .social-bar .social-follow {
    float: none !important;
  }
  #footer .social-bar .newsletter .input input {
    width: 319px !important;
  }
  #footer .social-bar .social-follow {
    clear: both;
    border: 0 !important;
    margin: 10px auto 0 auto !important;
    padding: 0 !important;
    text-align: center;
  }
  #product-quick-view .turf-selector-custom-options .add-slack label strong {
    padding: 0 0 0 10px;
  }
  .extras-name {
    width: 100%;
    padding: 0 5%;
  }
  #turf_comparison_features td .btn {
    font-size: 20px !important;
  }
  .accordian-row .input-details {
    width: 100%;
    padding: 0 5%;
    margin: 12px 0;
  }
  .input-details {
    float: right;
  }
  .fo-mobile {
    display: none !important;
  }
  #retrieving-rates {
    width: 100%;
  }
  #turf_comparison_features th h2 {
    height: 90px !important;
  }
  .com-mobile {
    padding: 0 0 10px 0 !important;
  }
  #turf_comparison_features .com-mobile .btn {
    width: 80% !important;
    margin: 10px auto !important;
  }
  .catalog-category-view .products-list .st-price-box {
    width: 100%;
  }
  .catalog-category-view .btn-cart:first-child {
    float: left !important;
  }
  .catalog-category-view .btn-cart:last-child {
    float: right !important;
  }
  .catalog-category-view .item .product-name {
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .product-image img {
    margin: 0 auto;
  }
  .catalog-category-view .products-list .desc {
    text-align: center;
  }
  .catalog-category-view .category-header {
    padding: 0 10px;
  }
  .extras-name .product-name {
    text-align: center;
    display: block;
  }
  .extras-name img {
    display: block;
    margin: 0 auto;
  }
  #radio_choices li {
    width: 100%;
  }
  .ui-datepicker .ui-datepicker-header,
  .ui-datepicker table {
    width: 100% !important;
  }
  #radio_choices li label {
    font-size: 18px;
  }
  #ordercomment-comment {
    width: 100%;
  }
  .catalog-category-view .item img {
    margin: 0 auto;
  }
}

/* =BP 4 - TABLET/PHABLET SCREENS
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .menu-button {
    color: #fff;
    float: right;
    font-weight: 300;
    background: none;
    border: none;
    display: block;
    height: 10%;
    font-size: 1.3em;
    padding: 25% 0 0;
  }
  #header {
    height: auto !important;
    background-image: none !important;
  }
  .owl-prev,
  .owl-next {
    display: none !important;
  }
  #header .logo img {
    max-width: 30%;
    margin: 15px auto 0;
  }
  #homepage-masthead {
    margin: 0 0 -210px;
  }
  #header .header-right .delivery-notice {
    text-align: center;
    margin: 0 auto;
    float: none !important;
  }
  #header .header-right .delivery-notice span:before,
  #header .header-right .delivery-notice span:after {
    margin-top: 9px;
    width: 50px !important;
  }
  #header .social-search {
    margin-top: 6px;
    float: none !important;
    margin-bottom: 15px;
  }
  #header .social-search .search input {
    padding: 6px 15px;
    width: 100% !important;
    font-size: 15px;
  }
  #header .social-search .search {
    float: none !important;
  }
  #header .social-search .search button {
    top: 5px;
  }
  #header .mobile-menu-toggle {
    top: 15px;
  }
  .header-extra .shop-by-colour .contain {
    overflow: hidden;
  }
  .header-extra .shop-by-colour strong {
    float: none !important;
    display: block;
  }
  .header-extra .shop-by-colour {
    width: 100%;
    text-align: center;
  }
  .header-extra .shop-by-colour .colour-blobs {
    float: none !important;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 43px;
  }
  .header-extra .shop-by-colour ul.colour-blobs {
    width: 135%;
  }
  .header-extra .shop-by-colour .colour-blobs > li > a {
    width: 38px !important;
    height: 38px !important;
    top: 0 !important;
    margin-right: 1px;
    word-wrap: break-word;
  }
  .header-extra .shop-by-colour .contain {
    margin: 0 auto;
  }
  .turf-total-cost .cost {
    font-size: 32px;
  }
  #turf_comparison_features td .btn {
    font-size: 20px !important;
  }
  .header-extra .usps {
    float: none !important;
  }
  .header-extra .usps .usp:first-child {
    border-left: 0 !important;
    padding: 6px 55px 0 0 !important;
    margin-right: 55px;
  }
  #carousel ul li .overlay {
    position: relative !important;
    background: rgba(63, 197, 175, 0.87) !important;
    margin-bottom: 25px;
  }
  #carousel ul li .overlay .sub {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  #carousel ul li .overlay h2 {
    font-size: 28px !important;
  }
  #retrieving-rates {
    width: 100%;
  }
  #carousel .slideshow-controls {
    display: none;
  }
  /*#carousel .bx-viewport {height: auto!important;}*/
  #home-categories .box.purple-center span {
    font-size: 18px !important;
    padding: 18px 0 !important;
    top: 29% !important;
  }
  #home-categories .box.green-top span,
  #home-categories .box.green-bottom span {
    padding: 22px 0 !important;
  }
  #home-categories .row:first-of-type .box.purple-center {
    margin-bottom: 30px;
  }
  #home-categories .row:last-child .box.purple-center {
    margin-top: 30px;
  }
  #home-categories .row:first-of-type .box.green-bottom {
    margin-top: 30px;
  }
  #home-categories .row:last-child .box.green-top {
    margin-top: 30px;
  }
  #footer .social-bar .newsletter,
  #footer .social-bar .social-follow {
    float: none !important;
    text-align: center;
  }
  #footer .social-bar .newsletter .form .fa {
    display: none;
  }
  #footer .social-bar .newsletter strong,
  #footer .social-bar .social-follow strong {
    display: block !important;
    float: none !important;
  }
  #footer .social-bar .newsletter .form {
    float: none !important;
  }
  #footer .social-bar .newsletter .input {
    width: 70%;
    text-align: left;
  }
  #footer .social-bar .newsletter button {
    width: 24%;
    text-align: center;
  }
  #footer .social-bar .newsletter .input input {
    width: auto !important;
  }
  #footer .social-bar .social-follow {
    clear: both;
    border: 0 !important;
    margin: 10px auto 0 auto !important;
    padding: 0 !important;
    text-align: center;
  }
  #footer .sitelinks .linkbase {
    margin-bottom: 15px;
  }
  #footer .sitelinks .linkbase:last-child {
    margin-bottom: 0;
  }
  #footer .footer-logo {
    display: none;
  }
  .fo-mobile {
    display: none;
  }
  #footer .payment-cards {
    margin: 25px auto !important;
    text-align: center;
    line-height: 30px;
  }
  .topsoil_block .media {
    width: 33%;
    margin: 0;
    padding: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .mfp-arrow-right {
    right: 0;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .ui-datepicker .ui-datepicker-header,
  .ui-datepicker table {
    width: 100% !important;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    padding: 10px 0 !important;
  }
  #radio_choices li {
    width: 100% !important;
    margin: 3% 0 0;
  }
  .validate-postcode,
  .topsoil-price-block .topsoil_block .media,
  .topsoil_block .form-group,
  .topsoil_block .no-soil-req,
  .topsoil_block small,
  .topsoil-price-block,
  .topsoil_block #top_soil_depth {
    width: 100% !important;
  }
  .topsoil_block .description {
    width: 100%;
    margin: 20px 0 0;
  }
  .topsoil_block #top_soil_depth {
    float: left;
  }
  .topsoil-price {
    font-size: 20px;
  }
  .topsoil-price-block {
    text-align: left;
  }
  .extras-name {
    padding: 0 1%;
  }
  .accordian-row .input-details {
    width: 100%;
    padding: 0 1%;
    margin: 12px 0;
  }
  .input-details {
    float: right;
  }
  .accordian-row .qty-input input {
    margin: 0 auto;
    display: block;
  }
  .turf-selection .cart-entry {
    font-size: 20px;
  }
  .com-mobile {
    padding: 0px !important;
  }
  .fo-mobile {
    display: none !important;
  }
  #turf_comparison_features .com-mobile .btn {
    width: 80% !important;
    margin: 10px auto !important;
  }
  .com-mobile {
    padding: 0 0 10px 0 !important;
  }
  .extras-name .product-name {
    text-align: center;
    display: block;
  }
  .extras-name img {
    display: block;
    margin: 0 auto;
  }
  #radio_choices li {
    width: 100%;
  }
  #radio_choices li label {
    font-size: 18px;
  }
  .extras-name {
    width: 100%;
    padding: 0 5%;
  }
  #ordercomment-comment {
    width: 100%;
  }
  .catalog-category-view .item img {
    margin: 0 auto;
  }
  .catalog-category-view .item .product-name {
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .products-list .st-price-box {
    width: 100%;
  }
}

/* =BP 5 - LANDSCAPE PHONE SCREENS
-------------------------------------------------------------- */
@media (max-width: 480px) {
  .topsoil_block #top_soil_depth {
    margin: 10px 0;
  }
  #header .logo img {
    max-width: 35%;
    margin: 15px auto 0;
  }
  #header .header-right .delivery-notice span:before,
  #header .header-right .delivery-notice span:after {
    margin-top: 9px;
    width: 15px !important;
  }
  .header-extra .shop-by-colour strong {
    float: none !important;
    display: block;
  }
  .header-extra .shop-by-colour {
    width: 100%;
    text-align: center;
  }
  .header-extra .shop-by-colour .colour-blobs {
    float: none !important;
    margin-bottom: 0;
  }
  .header-extra .shop-by-colour .colour-blobs > li > a {
    width: 38px !important;
    height: 38px !important;
    top: 0 !important;
    margin-right: 1px;
  }
  .header-extra .shop-by-colour .contain {
    margin: 0 auto;
  }
  .header-extra .shop-by-colour ul.colour-blobs {
    width: 250% !important;
  }
  .header-extra .usps {
    float: none !important;
  }
  .header-extra .usps .usp {
    display: block;
  }
  .header-extra .usps .usp:first-child {
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 6px 55px 0 0 !important;
    margin-right: 55px;
  }
  .turf-selection .total {
    width: 50%;
  }
  .nav-tabs > li {
    float: none;
    border-bottom: 2px solid #ccc;
  }
  .mfp-arrow-right {
    right: 0 !important;
  }
  .mfp-arrow-left {
    left: 0 !important;
  }
  button.mfp-close,
  button.mfp-arrow {
    background: none !important;
  }
  #turf-shapez label span {
    font-size: 13px;
  }
  .turf-total-cost,
  .cost-sqm,
  .turf-total-cost .cost {
    font-size: 27px !important;
  }
  .com-mobile {
    padding: 0px !important;
  }
  .o-content {
    width: 30%;
  }
  .menu-button {
    font-size: 1.2em;
    padding: 10% 10% 0 0;
  }
  #header .main-header {
    padding: 10px 0;
  }
  .cost-sqm,
  .turf-total-cost .cost {
    margin: 0;
  }
  .select-turf-button,
  #turf_comparison_features td .btn {
    font-size: 18px;
  }
  .fo-mobile {
    display: none !important;
  }
}

/* =BP 5 - PORTRAIT PHONE SCREENS
-------------------------------------------------------------- */
@media (max-width: 370px) {
  .col-xxs-12 {
    width: 100%;
  }
}

#serversecure {
  list-style: none;
}

.product-view .turf-selector-custom-options,
.add-to-box {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ccc;
}

.product-view .turf-selector-custom-options input,
.add-to-box input {
  margin-bottom: 2rem;
}

.product-view .turf-selector-custom-options .btn,
.add-to-box .btn {
  clear: both;
}

@media (min-width: 768px) {
  .product-view .turf-selector-custom-options,
  .add-to-box {
    float: right;
    clear: both;
    width: 66%;
  }
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #92389c;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
  z-index: 99999;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  z-index: 99;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

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

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu {
  z-index: 2;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* Extend */
.mm-listview .sub {
  padding: 10px 10px 10px 20px !important;
  display: block;
}

.close-menu {
  padding: 0 10px 0 0 !important;
  position: relative;
  top: -30px;
}

/**
 * PaymentFont Styles 1.1.2 by @vendocrat/@AMPoellmann
 * https://vendocr.at or @vendocrat
 * License Font: SIL OFL 1.1, CSS: MIT License
 */
@font-face {
  font-family: PaymentFont;
  src: url(../fonts/paymentfont-webfont.eot);
  src: url(../fonts/paymentfont-webfont.eot?#iefix) format("embedded-opentype"), url("../fonts/paymentfont-webfont.woff") format("woff2"), url(../fonts/paymentfont-webfont.woff) format("woff"), url(../fonts/paymentfont-webfont.ttf) format("truetype"), url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

.pf {
  display: inline-block;
  font: normal normal normal 14px/1 PaymentFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pf-amazon:before {
  content: "\f000";
}

.pf-american-express:before {
  content: "\f001";
}

.pf-american-express-alt:before {
  content: "\f002";
}

.pf-atm:before {
  content: "\f003";
}

.pf-bankomat:before {
  content: "\f004";
}

.pf-bank-transfer:before {
  content: "\f005";
}

.pf-bitcoin:before {
  content: "\f006";
}

.pf-bitcoin-sign:before {
  content: "\f007";
}

.pf-braintree:before {
  content: "\f008";
}

.pf-btc:before {
  content: "\f009";
}

.pf-card:before {
  content: "\f00a";
}

.pf-carta-si:before {
  content: "\f00b";
}

.pf-cash:before {
  content: "\f00c";
}

.pf-cash-on-delivery:before {
  content: "\f00d";
}

.pf-cb:before {
  content: "\f00e";
}

.pf-cirrus:before {
  content: "\f00f";
}

.pf-cirrus-alt:before {
  content: "\f010";
}

.pf-clickandbuy:before {
  content: "\f011";
}

.pf-credit-card:before {
  content: "\f012";
}

.pf-diners:before {
  content: "\f013";
}

.pf-discover:before {
  content: "\f014";
}

.pf-ec:before {
  content: "\f015";
}

.pf-eps:before {
  content: "\f016";
}

.pf-eur:before {
  content: "\f017";
}

.pf-facture:before {
  content: "\f018";
}

.pf-fattura:before {
  content: "\f019";
}

.pf-flattr:before {
  content: "\f01a";
}

.pf-giropay:before {
  content: "\f01b";
}

.pf-gittip:before, .pf-gratipay:before {
  content: "\f01c";
}

.pf-google-wallet:before {
  content: "\f01d";
}

.pf-google-wallet-alt:before {
  content: "\f01e";
}

.pf-gbp:before {
  content: "\f01f";
}

.pf-ideal:before {
  content: "\f020";
}

.pf-ils:before {
  content: "\f021";
}

.pf-inr:before {
  content: "\f022";
}

.pf-invoice:before {
  content: "\f023";
}

.pf-invoice-sign:before {
  content: "\f024";
}

.pf-invoice-sign-alt:before {
  content: "\f025";
}

.pf-invoice-sign-alt-o:before {
  content: "\f026";
}

.pf-invoice-sign-o:before {
  content: "\f027";
}

.pf-jcb:before {
  content: "\f028";
}

.pf-jpy:before {
  content: "\f029";
}

.pf-krw:before {
  content: "\f02a";
}

.pf-maestro:before {
  content: "\f02b";
}

.pf-maestro-alt:before {
  content: "\f02c";
}

.pf-mastercard:before {
  content: "\f02d";
}

.pf-mastercard-alt:before {
  content: "\f02e";
}

.pf-mastercard-securecode:before {
  content: "\f02f";
}

.pf-ogone:before {
  content: "\f030";
}

.pf-paybox:before {
  content: "\f031";
}

.pf-paylife:before {
  content: "\f032";
}

.pf-paypal:before {
  content: "\f033";
}

.pf-paypal-alt:before {
  content: "\f034";
}

.pf-paysafecard:before {
  content: "\f035";
}

.pf-postepay:before {
  content: "\f036";
}

.pf-quick:before {
  content: "\f037";
}

.pf-rechnung:before {
  content: "\f038";
}

.pf-ripple:before {
  content: "\f039";
}

.pf-rub:before {
  content: "\f03a";
}

.pf-skrill:before {
  content: "\f03b";
}

.pf-sofort:before {
  content: "\f03c";
}

.pf-square:before {
  content: "\f03d";
}

.pf-stripe:before {
  content: "\f03e";
}

.pf-truste:before {
  content: "\f03f";
}

.pf-try:before {
  content: "\f040";
}

.pf-unionpay:before {
  content: "\f041";
}

.pf-usd:before {
  content: "\f042";
}

.pf-verified-by-visa:before {
  content: "\f043";
}

.pf-verisign:before {
  content: "\f044";
}

.pf-visa:before {
  content: "\f045";
}

.pf-visa-electron:before {
  content: "\f046";
}

.pf-western-union:before {
  content: "\f047";
}

.pf-western-union-alt:before {
  content: "\f048";
}

.pf-wirecard:before {
  content: "\f049";
}

.pf-sepa:before {
  content: "\f04a";
}

.pf-sepa-alt:before {
  content: "\f04b";
}

.pf-apple-pay:before {
  content: "\f04c";
}

.pf-interac:before {
  content: "\f04d";
}

.pf-paymill:before {
  content: "\f04e";
}

.pf-dankort:before {
  content: "\f04f";
}

.pf-bancontact-mister-cash:before {
  content: "\f050";
}

.pf-moip:before {
  content: "\f051";
}

.pf-pagseguro:before {
  content: "\f052";
}

.pf-cash-on-pickup:before {
  content: "\f053";
}

.pf-sage:before {
  content: "\f054";
}

.pf-elo:before {
  content: "\f055";
}

.pf-elo-alt:before {
  content: "\f056";
}

.pf-payu:before {
  content: "\f057";
}

.pf-mercado-pago:before {
  content: "\f058";
}

.pf-mercado-pago-sign:before {
  content: "\f059";
}

.pf-payshop:before {
  content: "\f05a";
}

.pf-multibanco:before {
  content: "\f05b";
}

.pf-gratipay-sign:before {
  content: "\f05c";
}

.pf-six:before {
  content: "\f05d";
}

.pf-cashcloud:before {
  content: "\f05e";
}

/*
 * Finito!
 */
body {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: 0 !important;
}

li.fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

#onepage-checkout-shipping-method-additional-load .form-list {
  padding: 0;
  margin: 0;
}

#extra_delivery_instructions {
  display: block;
  width: 500px;
  height: 115px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 15px;
  -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, -webkit-box-shadow ease-in-out 0.15s;
  -o-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;
}

/* =GLOBAL PROPERTIES
-------------------------------------------------------------- */
html,
body {
  overflow-x: hidden;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
}

h2,
p,
h1,
h3 {
  font-family: "roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #92389c;
  font-weight: 300;
}

/* =HEADER
-------------------------------------------------------------- */
#header .container {
  position: relative;
}

#header {
  position: relative;
  z-index: 1000;
}

.logo h1 {
  color: #fff;
  font-weight: 300;
}

/*Masthead*/
#homepage-masthead {
  background: #91c043;
  height: 615px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 60px 0 0;
  top: -210px;
  margin: 0 0 -210px;
  overflow: hidden;
}

/*Screen Size Idenitfier*/
.screen-size-identify {
  background: #00bfe8;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/*Black Bar*/
.top-bar {
  padding: 20px 0 20px;
  overflow: hidden;
  width: 100%;
  background: #151a0b;
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #9e4fa7;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

.top-bar ul {
  margin: 0;
}

.top-bar .list-unstyled .fa {
  font-size: 20px;
}

.top-bar .list-unstyled li {
  list-style: none;
  display: inline;
  padding: 0 20px;
  border-right: 1px solid #fff;
  color: #fff;
}

.top-bar .list-unstyled li:last-child {
  padding: 0 0 0 20px;
  border: none;
}

#header .main-header {
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%), url('/skin/frontend/turfonline/default/images/quality-banner.jpg') !important;
  background-size: cover !important;
  background-position: bottom !important;
  /*background: rgba(0,0,0, 0.6);*/ }

.cms-page-view #header .top-bar,
.catalog-category-view #header .top-bar,
.cms-no-route #header .top-bar {
  background: #000;
}

@media (max-width: 767px) {
  .top-bar ul {
    text-align: center;
    width: 98%;
    margin: 0 auto;
    float: none !important;
  }
  .top-bar li:first-child {
    padding-left: 0;
  }
  .menu-button:hover {
    color: #92389c;
    text-decoration: none;
    cursor: hand;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
  }
  .c-button {
    padding: 20px 0;
  }
  .c-button {
    font-size: 2.1em;
  }
}

.c-button,
.c-menu__close {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  box-shadow: none;
  color: #fff;
}

.c-button:focus,
.c-menu__close:focus {
  outline: 0;
}

#carbonads,
.c-mask,
.c-menu {
  position: fixed;
}

.o-wrapper {
  transition: transform 0.3s;
}

.c-menu,
.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
}

.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px;
}

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
  }
}

.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.o-header-nav__link {
  padding: 12px;
  color: #fff;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #3184a1;
}

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px;
  }
}

.o-sub-nav {
  margin: 0 0 24px;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
}

.o-sub-nav__item.active .o-sub-nav__link,
.o-sub-nav__link:hover {
  color: #fff;
}

.o-footer {
  padding: 12px 0;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0;
  }
}

@media all and (min-width: 720px) {
  .o-sub-nav {
    margin: 0 0 48px;
  }
  .o-footer {
    padding: 48px 0;
  }
}

.c-menu {
  z-index: 200;
  transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 320px) {
  .c-menu--push-left,
  .c-menu--push-right,
  .c-menu--slide-left,
  .c-menu--slide-right {
    width: 300px;
  }
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}

.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
  border-top: none;
}

.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
  display: block;
  padding: 0 0 24px 0;
  font-size: 1.5em;
  width: 100%;
}

.c-menu--push-left,
.c-menu--slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--push-left,
  .c-menu--slide-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-menu--push-right,
.c-menu--slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--push-right,
  .c-menu--slide-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.c-menu--push-bottom,
.c-menu--push-top,
.c-menu--slide-bottom,
.c-menu--slide-top {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}

.c-mask,
body.has-active-menu {
  overflow: hidden;
}

.c-menu--push-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--slide-top .c-menu__items {
  display: inline-block;
  text-align: center;
}

.c-menu--push-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--slide-top .c-menu__item {
  display: inline-block;
  line-height: 60px;
}

.c-menu--push-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--slide-top .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff;
}

.c-menu--push-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--slide-top .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}

.c-menu--push-top,
.c-menu--slide-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.c-menu--push-top.is-active,
.c-menu--slide-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.c-menu--push-bottom,
.c-menu--slide-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.c-menu--push-bottom.is-active,
.c-menu--slide-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.c-menu__close {
  color: #676771;
  background: none;
  border: none;
}

.c-mask {
  z-index: 250;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-button {
  display: inline-block;
  width: 125px;
  margin: 4px;
  padding: 12px 24px;
  background: 0 0;
  cursor: pointer;
  border: none;
  font-size: 1.5em;
}

.carbon-img,
.carbon-wrap {
  display: block;
  margin: 0 0 4px;
}

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.cms-home .top-bar {
  background: #151a0b;
}

/* Logo */
#header .logo img {
  margin-top: 15px;
}

/* Main Header */
#header .main-header {
  padding: 17px 0 17px;
}

.cms-home #header .main-header {
  padding: 17px 0 17px;
  background: rgba(0, 0, 0, 0.7);
}

#header .main-header nav ul {
  margin: 29px 0 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

#header .main-header nav li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin: 0 40px 0 0;
  line-height: 20px; }

#header .main-header nav li:last-child {
  margin: 0;
}

#header .main-header nav a {
  color: #fff;
}

#header .main-header nav a:hover {
  border-bottom: 4px solid #92389c;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: initial;
}

#hp-menu {
  padding-right: 0;
}

/* Homepage Stats Panel */
.purple-statistics {
  background: #92389c;
  color: white;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 0) {
  .purple-statistics {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 0) {
  .purple-statistics {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 640px) {
  .purple-statistics {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 640px) {
  .purple-statistics {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .purple-statistics {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .purple-statistics {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .purple-statistics {
    font-size: 1.8rem;
  }
}

.purple-statistics img {
  display: inline-block;
  width: auto;
  height: 5rem;
}

@media (min-width: 768px) {
  .purple-statistics img {
    height: 7.5rem;
  }
}

.purple-statistics span {
  font-weight: 900;
  font-size: 2em;
  display: block;
}

/* Homepage More Info */
.purple-more-info {
  background: #92389c;
  padding: 50px 0;
  overflow: hidden;
}

.purple-more-info .container {
  background: #92389c;
}

.purple-more-info h3 {
  color: #fff;
  font-weight: 300;
  border-bottom: 2px solid #fff;
  font-size: 34px;
}

.purple-more-info .more-info-links {
  text-decoration: none;
  background: #fff;
  text-transform: uppercase;
  color: #92389c;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  letter-spacing: 2px;
}

.purple-more-info .more-info-links img {
  margin: 0 0 10px;
}

.purple-more-info .more-info-links:hover {
  cursor: hand;
  opacity: 0.9;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

.purple-more-info .mi-offset {
  margin: 1.66% 1.66% 1.66% 10% !important;
}

.purple-more-info .square {
  float: left;
  position: relative;
  width: 25%;
  margin: 1.66%;
  overflow: hidden;
  padding: 10px;
}

@media (max-width: 1199px) {
  .purple-more-info .square {
    float: left;
    position: relative;
    width: 30%;
    margin: 0%;
    overflow: hidden;
    padding: 10px;
  }
  .purple-more-info .mi-offset {
    margin: 0 0 0 5% !important;
  }
}

@media (max-width: 991px) {
  .purple-more-info .square {
    position: relative;
    width: 30%;
    margin: 0%;
    overflow: hidden;
    padding: 10px 3px;
  }
  .purple-more-info .mi-offset {
    margin: 0 0 0 5% !important;
  }
  .purple-more-info .more-info-links {
    font-size: 13px;
  }
  .purple-more-info h3 {
    margin: 0 0 20px;
  }
  .purple-more-info .square .col-xs-12 {
    padding: 0 !important;
  }
}

/*Latest Blog Posts*/
/* Homepage Blog Roll */
.hp-blog-roll {
  clear: both;
  padding: 53px 0;
}

.hp-blog-roll .sect-title {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  margin: 20px 0;
  color: #333;
}

.hp-blog-roll h3 {
  font-weight: 400;
  font-size: 19px;
  padding: 0 0 5px;
  border-bottom: 2px solid #92389c;
  min-height: 50px;
}

.hp-blog-roll a.hp-bp-rm {
  color: #333;
  border: 2px solid #333;
  padding: 10px;
  margin: 10px 0 0;
  display: inline-block;
}

.hp-blog-roll a.hp-bp-rm:hover {
  color: #92389c;
  border-color: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

.hp-blog-roll .the-blog-post-title a {
  color: #92389c;
  display: block;
  width: 70%;
}

.hp-blog-roll .the-blog-post-title a:hover {
  text-decoration: none;
}

.hp-blog-roll .bp-img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .hp-blog-roll {
    text-align: center;
  }
  .hp-blog-roll #blog-post-roll p {
    width: 100%;
  }
  .hp-blog-roll .hp-blog {
    margin: 0 0 30px;
  }
}

@media (max-width: 991px) {
  .hp-blog-roll {
    text-align: center;
  }
  .hp-blog-roll #blog-post-roll p {
    width: 100%;
  }
  .hp-blog-roll .hp-blog {
    margin: 0 0 30px;
  }
  .hp-blog-roll .the-blog-post-title a {
    width: 100%;
  }
  .hp-blog-roll h3 {
    min-height: 0;
  }
}

.bp-date {
  color: #9f9f9f;
  font-size: 0.9em;
  margin: 0 0 5px;
  display: block;
}

/* Reviews Homepage */
.hp-reviews {
  background: #f6f6f6;
  padding: 53px 0;
}

.hp-reviews .sect-title {
  font-weight: 200;
  color: #92389a;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
}

.hp-reviews .leave-review {
  background: #92389a;
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  padding: 20px;
  border: none;
}

.hp-reviews .leave-review:hover {
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

.hp-reviews .reviews-iframe {
  margin: 40px 0;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
}

/*Product Comparison*/
#hp-compare {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  padding: 50px 0;
}

.noncollapse li {
  float: left;
}

.noncollapse .title-compare {
  height: 132px;
}

#comparecollapse {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.compare-products .fa-onestar {
  color: #efefef;
}

.compare-products .fa-twostar {
  color: #e0e4db;
}

.compare-products .fa-threestar {
  color: #b8cd9e;
}

.compare-products .fa-fourstar {
  color: #8dba54;
}

.compare-products .fa-fivestar {
  color: #8dba54;
}

.compare-products li {
  list-style: none;
  font-size: 17px;
  color: #767676;
  height: 50px;
  padding: 11px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
}

.compare-products li:nth-child(odd) {
  background: #fff;
}

.compare-products ul {
  margin: 0;
  padding: 0;
  clear: both;
}

.compare-products .fa {
  font-size: 18px;
}

.compare-products .compare-columns {
  width: 25%;
  float: left;
  border-left: 1px solid #d7d7d7;
}

.compare-products .title-compare {
  width: 16.66666667%;
  float: left;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.compare-products .picture-title {
  border-top: none;
  height: 131px;
  padding: 0;
}

.compare-products .product-compare {
  width: 83.33333333%;
  float: left;
  border: 1px solid #d7d7d7;
  border-bottom: none;
}

.compare-products .picture-title div {
  color: #fff;
  border: 2px solid #92389c;
  width: 80%;
  margin: 0 10% 0 10%;
  font-size: 19px;
  padding: 5%;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 20%;
}

.compare-products .picture-title div span {
  color: #b75cc1;
  font-size: 14px;
  clear: both;
  display: block;
}

.compare-products .title-compare .picture-title {
  height: 129px;
}

.compareprices .gapholder {
  width: 16.66666666%;
  height: 142px;
  border-bottom: none;
}

.compare-products #compare-bar {
  display: block;
  width: 100%;
  clear: both;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: #92389a;
  border: none;
  margin: -10px 0 0;
  z-index: 10000;
  position: relative;
}

.compare-products #compare-bar:hover {
  text-decoration: none;
  background: #7b2784;
}

.compare-products .price-compare {
  display: block;
  clear: both;
  font-size: 1.9em;
  line-height: 1.1em;
}

.compareprices ul {
  height: 150px;
}

.compare-products .product-summary {
  overflow: hidden;
  height: 100%;
}

.compare-products .product-summary p {
  font-weight: bold;
  color: #92389c;
  font-size: 17px;
}

.compare-products .product-summary a {
  background: #c2c2c2;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  clear: both;
  display: block;
  width: 80%;
}

.compare-products .product-summary a:hover {
  background: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
  text-decoration: none;
}

.compare-products .title-compare li {
  text-align: right;
  color: #92389c;
}

.comparetitles .compare-products .product-compare {
  border-bottom: none;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

#turfscores {
  background: #f7f7f7;
  border: 3px solid #dfdfdf;
  margin: 20px 0;
}

#turfscores .scoretitle {
  text-align: center;
  font-size: 1.6em;
  color: #8dba54;
  margin: 20px 0;
}

#turfscores p strong {
  color: #333;
  font-weight: 300;
}

#turfscores p {
  font-size: 0.8em;
}

#turfscores p .fa {
  font-size: 1.4em;
}

.tier-prices {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2em;
}

/* Why Buy Homepage */
.hp-why-buy {
  margin: 53px 0;
}

.hp-why-buy h1 {
  color: #92389a;
  font-weight: 200;
  font-size: 31px;
}

.hp-why-buy .usp-why-buy li,
#secondary .usp-why-buy li {
  color: #92389a;
  font-size: 22px;
  font-weight: 200;
  margin: 10px 0 0;
}

.hp-why-buy .usp-why-buy li .fa,
#secondary .usp-why-buy li .fa {
  width: 24px;
}

.hp-why-buy p,
#secondary .usp-why-buy p {
  color: #333;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
}

.hp-why-buy #why-buy-btn,
#secondary #why-buy-btn {
  background: #92389a;
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  padding: 20px;
  border: none;
  margin: 20px 0 0;
  display: inline-block;
}

.hp-why-buy #why-buy-btn:hover,
#secondary #why-buy-btn:hover {
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

.hp-why-buy #purple-circle {
  position: relative;
  z-index: 1000;
}

.hp-why-buy #purple-circle .strong {
  font-size: 27px;
  font-weight: 700;
}

.hp-why-buy #turf-circle {
  position: relative;
  z-index: 100;
}

.usp-why-buy .title {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 0.9em;
  border-bottom: 1px solid #333;
  color: #333;
  padding: 0 0 10px 0;
  text-align: left;
}

.hp-why-buy #why-subhead {
  color: #333;
  font-weight: 300;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.hp-why-buy #turf-online-image {
  position: relative;
}

.hp-why-buy #circle {
  color: #fff;
  background: #92389a;
  position: relative;
  z-index: 1000;
  top: -411px;
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  left: 20px;
}

.hp-why-buy #circle p {
  color: #fff;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0;
  font-size: 20px;
}

#secondary .usp-why-buy li {
  font-size: 0.9em;
  color: #333;
}

#secondary .usp-why-buy h2 {
  font-size: 1.2em;
  margin: 10px 0;
}

.error-404 h1 {
  color: #92389a;
  font-weight: 200;
}

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

/*........*/
#turf_comparison_features2 td h2 {
  background: rgba(0, 0, 0, 0.75);
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
  height: 60px;
}

#turf_comparison_features2 td h2 a {
  background: none;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

#turf_comparison_features2 td h2 a span {
  color: #b75cc1;
  font-weight: 200;
  font-size: 14px;
  clear: both;
  display: block;
}

#turf_comparison_features2 td {
  padding: 0px !important;
}

.pq-image-header {
  padding: 60px 0 0;
}

.browse-turf-titles {
  text-align: center !important;
  color: #fff !important;
  background: #767676;
  font-weight: 200 !important;
  font-size: 1.3em;
}

.show-title {
  margin: 20px 0 0 2px;
}

.co-margin {
  margin: 10px 0 !important;
}

.category-turf .grad-container {
  padding: 0;
}

/* =FOOTER
-------------------------------------------------------------- */
footer .light-grey-footer {
  background: #979797;
  color: white;
}

footer .light-grey-footer__content {
  margin: auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 992px) {
  footer .light-grey-footer__content {
    font-size: 2rem;
  }
}

footer .light-grey-footer__content p {
  margin: 0;
  padding: 0;
}

footer .light-grey-footer__content a {
  color: inherit;
}

footer .light-grey-footer__content .fa {
  margin: 0 0.5em;
}

footer .light-grey-footer__content .strong {
  font-weight: 900;
}

@media (max-width: 992px) {
  footer .light-grey-footer__content label {
    width: 100%;
  }
}

@media screen and (min-width: 0) {
  footer .light-grey-footer__content .column--newsletter {
    padding: 2.25rem;
  }
}

@media screen and (min-width: 640px) {
  footer .light-grey-footer__content .column--newsletter {
    padding: 2.25rem;
  }
}

@media screen and (min-width: 992px) {
  footer .light-grey-footer__content .column--newsletter {
    padding: 2.25rem;
  }
}

footer .light-grey-footer__content .column--newsletter input {
  appearance: none;
  border: none;
  padding: 0.75em;
  line-height: 1;
  font-size: 1.6rem;
  color: black;
}

@media (max-width: 992px) {
  footer .light-grey-footer__content .column--newsletter input {
    width: 100%;
  }
}

footer .light-grey-footer__content .column--newsletter input[type="email"] {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  footer .light-grey-footer__content .column--newsletter input[type="email"] {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

footer .light-grey-footer__content .column--newsletter input[type="submit"] {
  background: black;
  color: white;
  font-weight: 900;
  border: 2px solid black;
}

footer .light-grey-footer__content .column--question {
  flex: 1 0 auto;
}

@media screen and (min-width: 0) {
  footer .light-grey-footer__content .column--question {
    padding: 2.25rem;
  }
}

@media screen and (min-width: 640px) {
  footer .light-grey-footer__content .column--question {
    padding: 2.25rem;
  }
}

@media screen and (min-width: 992px) {
  footer .light-grey-footer__content .column--question {
    padding: 2.25rem;
  }
}

@media (max-width: 992px) {
  footer .light-grey-footer__content .column--question {
    padding-top: 0;
  }
}

footer #dk-grey-footer {
  background: #333;
  color: #ebebeb;
  padding: 20px 0;
}

footer #dk-grey-footer .footer-links li {
  list-style: none;
  line-height: 30px;
}

footer #dk-grey-footer .footer-links li.footer-address {
  list-style: none;
  line-height: 20px;
  font-weight: 300;
}

footer #dk-grey-footer .footer-links .footer-header {
  font-size: 20px;
  width: 80%;
  border-bottom: 2px groove #727272;
  margin: 0 0 5px;
}

footer #dk-grey-footer .footer-links a,
footer #dk-grey-footer .xs-footer a {
  color: #ebebeb;
  font-weight: 300;
}

footer #dk-grey-footer .footer-links a:hover,
footer #dk-grey-footer .xs-footer a:hover {
  color: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  text-decoration: none;
}

footer #dk-grey-footer .footer-long {
  border-top: 2px groove #727272;
  margin: 30px 0 0;
  padding: 30px 0 0;
  text-align: center;
  font-size: 12px;
}

footer #dk-grey-footer .footer-long #copywrite-footer {
  margin: 15px 0 0;
}

footer #dk-grey-footer .footer-long #credit-footer {
  margin: 8px 0 0;
}

footer #dk-grey-footer .xs-footer .footer-header {
  font-size: 20px;
  border-bottom: 2px groove #727272;
  margin: 0 0 5px;
  text-align: center;
}

footer #dk-grey-footer .xs-footer .footer-header:last-child {
  border-bottom: none;
}

footer #mc-embedded-subscribe {
  color: #fff;
}

@media (max-width: 768px) {
  footer #lt-grey-footer #footer-call {
    margin: 20px 0 0;
    border-top: 2px groove #a6a6a6;
    padding: 20px 0 0;
  }
  footer #lt-grey-footer .fa {
    font-size: 36px;
    position: relative;
    top: 5px;
  }
  footer #lt-grey-footer form input {
    margin: 0 0 0 -4px;
    font-size: 21px;
    padding: 8px;
    border: none;
    color: #333;
  }
  footer #lt-grey-footer form #nl-submit {
    background: #333;
    border: none;
    padding: 8px;
  }
  footer #lt-grey-footer p {
    font-size: 25px;
  }
  footer #lt-grey-footer .fa {
    font-size: 40px;
  }
  footer #dk-grey-footer .xs-footer .footer-header {
    padding: 0 0 7px;
  }
  footer #dk-grey-footer .footer-long {
    margin: 0 0 0;
  }
  footer .xs-break {
    display: block;
    clear: both;
    padding: 13px 0 0;
  }
  footer #lt-grey-footer form #nl-email {
    width: 70%;
  }
  footer #lt-grey-footer form #nl-submit {
    width: 30%;
  }
  #homepage-masthead .slide-content p {
    font-size: 1.2em !important;
  }
  footer #lt-grey-footer form #mce-EMAIL {
    width: 65% !important;
    border-radius: 0;
    font-size: 0.8em;
  }
  footer #lt-grey-footer form #mc-embedded-subscribe {
    width: 32% !important;
    padding: 9px;
    color: #fff;
    border-radius: 0;
    font-size: 0.8em;
  }
}

/* =HOMEPAGE
-------------------------------------------------------------- */
#homepage-masthead #turf-calc {
  background: rgba(146, 56, 156, 0.9);
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: 44px 50px 0 0;
  position: relative;
  z-index: 1000;
  top: -354px;
  min-height: 194px;
}

#homepage-masthead #turf-calc .title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 0 5px;
  margin: 0 0 11px;
  line-height: 120%;
}

#homepage-masthead #turf-calc input[type="text"] {
  border: 0;
  padding: 5px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.2em;
}

#homepage-masthead #turf-calc .btn,
#turf-calc-sm .btn {
  font-size: 1.2em;
  margin: 15px 0 0;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  background: #111;
}

#homepage-masthead #turf-calc .btn:hover,
#turf-calc-sm .btn:hover {
  background: #5e115e;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

#homepage-masthead .slide {
  margin: 200px 0 0;
}

#homepage-masthead .slide-title {
  color: #fff;
  font-weight: 700;
  background: rgba(146, 56, 156, 0.9);
  padding: 10px;
  font-size: 2em;
}

#homepage-masthead .slide-title p {
  margin: 0;
}

#homepage-masthead .slide-content {
  color: #fff;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  margin: 0 0 20px;
}

#homepage-masthead .slide-link .btn {
  background: #92389c;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 300;
  text-transform: none;
  font-size: 1.3em;
}

#homepage-masthead .slide-link .btn:hover {
  background: #5e115e;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

#homepage-masthead .slide-content p.smlprint {
  font-size: 1.1em;
  color: #bbbaba;
}

#turf-calc-sm {
  color: #333;
  text-align: center;
  padding: 11px 28px;
  width: 100%;
  margin: 0 0 20px;
  background: #e2e2e2;
  background: -moz-linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
}

#turf-calc-sm .title {
  font-size: 1.6em;
  margin: 5px 0;
  font-weight: 300;
}

#turf-calc-sm .btn {
  margin: 0;
}

@media (max-width: 991px) {
  #homepage-masthead .owl-carousel #slide1,
  #homepage-masthead .owl-carousel #slide2,
  #homepage-masthead .owl-carousel #slide3,
  #homepage-masthead .owl-carousel #slide4 {
    padding: 240px 0 110px;
  }
  #homepage-masthead {
    height: 608px;
    padding: 55px 0 0;
  }
  #header .main-header nav li {
    float: left;
    margin: 5px 22px 0 0;
  }
  #header .main-header nav li:last-child {
    margin: 5px 0 0;
  }
}

/* =CONTENT
-------------------------------------------------------------- */
.grad-container {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  padding: 30px 0;
}

.grad-container h1,
.grad-container h2,
.grad-container h3 {
  color: #92389c;
  font-weight: 300;
}

.grad-container .std a {
  color: #92389c;
  text-decoration: underline;
}

.grad-container .std ol {
  list-style-type: none;
  padding-left: 1em;
  margin-top: 1em;
}

.grad-container .std ol li {
  margin-bottom: 1em;
  padding-left: 4em;
  position: relative;
}

.grad-container .std ol li:before {
  left: 0;
  position: absolute;
  top: 0;
}

.grad-container .std > ol {
  counter-reset: section;
}

.grad-container .std > ol > li {
  counter-increment: section;
  display: block;
}

.grad-container .std > ol > li::before {
  content: counter(section) ".";
}

.grad-container .std > ol > li > ol {
  counter-reset: subsection;
}

.grad-container .std > ol > li > ol > li {
  counter-increment: subsection;
}

.grad-container .std > ol > li > ol > li > ol {
  padding-left: 2em;
}

.grad-container .std > ol > li > ol > li::before {
  content: counter(section) "." counter(subsection);
}

.grad-container .std > ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

.grad-container .std > ol > li > ol > li > ol > li {
  counter-increment: subsubsection;
}

.grad-container .std > ol > li > ol > li > ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection);
}

.grad-container .std > ol > li > ol > li > ol > li > ol {
  counter-reset: subsubsubsection;
}

.grad-container .std > ol > li > ol > li > ol > li > ol > li {
  counter-increment: subsubsubsection;
}

.grad-container .std > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(subsubsubsection, lower-alpha) ")";
}

#sidebar-usps,
#secondary .usp-why-buy {
  color: #92389c;
  font-size: 1.4em;
  text-align: center;
  margin: 30px 0 0;
  padding: 30px 0;
}

#sidebar-usps ul li {
  font-weight: 300;
  font-size: 0.9em;
  margin: 0 0 10px;
  color: #333;
}

#sidebar-usps ul li p {
  color: #ccc;
  font-size: 3em;
}

.grad-container table {
  border: 1px solid #ccc;
}

.grad-container table tr:nth-child(odd) {
  background: #fff;
}

.grad-container .btn {
  background: #333;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.grad-container .btn:hover {
  background: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

#sidebar-links,
.block-account {
  font-weight: 300;
}

#sidebar-links li {
  margin: 5px 0 0;
  font-size: 17px;
}

#sidebar-links a,
.block-account a {
  color: #333;
  display: block;
}

#sidebar-links .active,
.block-layered-nav .block-title,
#narrow-by-list dt {
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 1px solid #333;
  color: #333;
  padding: 10px 0;
  font-size: 1.4em;
}

.nav-pills > li > a {
  padding: 3px 0;
  background: none;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a {
  color: #92389c !important;
  background: none;
}

#sidebar-links a:hover {
  color: #92389c;
}

.block-layered-nav .block-title,
#narrow-by-list dt {
  font-size: 1.3em;
  margin: 0 0 10px;
}

#narrow-by-list ol {
  margin: 0;
  padding: 0;
}

#narrow-by-list ol li {
  margin: 0 0 10px 0;
}

#narrow-by-list ol a {
  font-weight: 200;
  font-size: 1.1em;
  margin: 0 0 5px 0;
}

.block-layered-nav .block-title strong {
  font-weight: 200;
}

.block-content .nav-pills > li.active > a {
  background: none;
}

.nav > li > a:hover {
  border-radius: 0;
  background-color: #6f278d;
}

.block-account .active {
  text-decoration: none;
  padding: 0;
}

.customer-account-index #sidebar-links,
.customer-account-edit #sidebar-links,
.customer-address-index #sidebar-links,
.sales-order-history #sidebar-links,
.monkey-customer-account-index #sidebar-links,
.customer-address-form #sidebar-links {
  display: none;
}

/*Contact Form*/
.contact-form .btn-primary {
  color: #fff;
  background: #92389c;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.3em;
}

.contact-form .btn-primary:hover {
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.contact-form label {
  font-weight: 400;
  color: #92389c;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ccc;
  box-shadow: 0 1px 1px #ccc inset, 0 0 8px #ccc;
  outline: 0 none;
}

.contact-us address p span {
  color: #92389c;
  font-size: 1.4em;
}

.contact-us address p {
  margin: 0;
}

.content-area .alignright {
  float: right;
  padding: 0 0 0 10px;
}

/* =CATALOG
-------------------------------------------------------------- */
.limiter .form-control {
  width: 30%;
}

.limiter label {
  padding: 7px 10px 0 0;
}

.limiter p {
  padding: 5px 0 0 10px;
}

.sorter {
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px;
}

.product-info .product-name a {
  color: #92389c;
  overflow: hidden;
  text-decoration: none;
}

.product-info .product-name {
  margin: 10px 0;
  font-size: 1.6em;
}

.product-info .product-name a:hover {
  text-decoration: none;
  color: #333;
  border-bottom-color: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.product-essential {
  padding: 40px 0;
}

/* =PRODUCT
-------------------------------------------------------------- */
.product-view {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

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

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

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

.product-view #qty {
  width: 10%;
  float: right;
  text-align: center;
}

.product-view #qty:focus {
  border-color: #ccc;
  box-shadow: 0 1px 1px #ccc inset, 0 0 8px #ccc;
  outline: 0 none;
}

.product-view h1,
.fancybox-inner .product-view h3 {
  color: #92389c;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 30px;
}

.product-view h2 {
  color: #333;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 1.5em;
}

.product-view .short-description {
  background: #f7f7f7;
  padding: 17px;
  margin: 20px 0;
  height: 386px;
  overflow: scroll;
  width: 100%;
}

.product-view .st-price-box {
  background: #f7f7f7;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  float: right;
  margin: 0 0 25px;
}

.product-view #product-addtocart-button,
.btn-add-top-basket {
  color: #fff;
  background: #92389c;
  border-radius: 0;
  margin: 10px 0;
  float: right;
  font-weight: 200;
  text-transform: capitalize;
}

.btn-more-info {
  font-weight: 200;
  background: #9b9b9b;
  border-radius: 0;
  text-transform: capitalize;
  color: #fff;
  width: 148px;
}

.product-view #product-addtocart-button:hover,
.btn-add-top-basket:hover,
.btn-more-info:hover {
  color: #fff;
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.bulk-discount-tiers {
  text-align: center;
}

.bulk-discount-tiers strong {
  color: #92389c;
  font-size: 1.2em;
  padding: 10px 0;
  display: block;
}

.bulk-discount-tiers .col-xs-2 {
  border-right: 1px solid #ccc;
}

.bulk-discount-tiers .col-xs-2:last-child {
  border: none;
}

.bulk-discount-tiers p {
  margin: 0;
}

.bulk-discount-tiers .tier-size {
  color: #b7b7b7;
  font-size: 1em;
}

.bulk-discount-tiers .tier-price {
  color: #333;
  font-size: 1.2em;
}

.bulk-discount-tiers .tier-saving {
  color: #92389c;
  font-size: 1em;
}

.add-to-box .oos {
  background: #92389c;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 10px 0;
  font-size: 1.2em;
  clear: both;
}

.product-calculator {
  border: 3px solid #92389c;
  margin: 26px 0;
  padding: 30px 0 15px;
  background: #f7f7f7;
  overflow: hidden;
  height: 316px;
}

.product-calculator .purple-text {
  color: #92389c;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.product-calculator p {
  text-align: center;
  font-size: 1.2em;
  color: #b7b7b7;
  font-weight: 300;
}

.product-calculator #calculatearea {
  border-left: 1px solid #ccc;
}

.product-calculator .csubmit {
  background: #92389c;
  color: #fff;
  border: none;
  font-size: 1.1em;
  padding: 10px 20px;
  margin: 10px 0 0;
}

.product-calculator .csubmit:hover {
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.product-calculator input.ctexti {
  padding: 5px 10px;
  margin: 0 5px;
  width: 50px;
}

.product-calculator #metersq,
.product-calculator #calculatearea {
  padding: 20px 0 10px;
}

.product-calculator .form-control {
  width: 81px;
  display: inline-block;
  height: 40px;
  top: -2px;
  position: relative;
}

/* =CART
-------------------------------------------------------------- */
#empty-cart a {
  font-weight: bold;
  color: #92389c;
}

#empty-cart p {
  font-size: 1.2em;
}

#empty-cart h1,
.dashboard h1 {
  color: #92389c;
  font-weight: 300;
}

#empty-cart {
  padding: 40px 0;
}

.cart .error-msg {
  background: #cd1f48;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.cart .error-msg ul {
  margin: 0;
  padding: 0;
}

.cart-table thead {
  color: #fff;
  background: #92389c;
}

.item-msg.error {
  color: #cd1f48;
  font-weight: 600;
}

.table-bordered > thead > tr > th {
  border: none;
  font-weight: 300;
}

.shopping-cart-totals-table tr {
  margin: 10px 0;
  display: block;
  width: 100%;
}

.shopping-cart-totals-table .a-right {
  width: 50%;
}

.shopping-cart-totals-table {
  width: 100%;
  display: block;
}

.hero-unit .btn-checkout {
  width: 100%;
  margin: 10px 0 30px;
}

.hero-unit td {
  padding: 10px 25px 0 0;
}

.cart-table .btn-remove {
  color: #333;
}

.cart-table h2,
.dashboard h2 {
  font-size: 1.2em;
  margin: 4px 0 0;
}

.cart-table h2 a {
  color: #333;
}

.payment-methods-top {
  margin: 30px 0;
  overflow: hidden;
}

.payment-methods-top .button {
  float: right;
  width: 46.666667%;
  background: #92389c;
  color: #fff;
  border: none;
  padding: 20px 0;
}

#turf-calculator .step-title {
  border-bottom: none;
  color: #232323;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

.step-title {
  border-bottom: 3px solid #92389c;
  padding: 0 0 10px;
}

#checkoutSteps .step-title {
  clear: both;
  overflow: hidden;
  padding: 0 0 10px;
}

.step-title .number {
  background: #92389c;
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  width: 5%;
  height: 5%;
  display: block;
  float: left;
  text-align: center;
  margin: 0 18px 0 0;
}

.step-title h2 {
  margin: 8px 0 0;
  float: left;
}

.step-title .btn {
  float: right;
  margin: 10px 0 0;
}

#turf-calculator .btn {
  background: #92389c;
  color: #fff;
  border-radius: 0;
}

#turf-calculator #reset-calculator {
  background: #c2c2c2;
}

.checkout-onepage-index input {
  border-radius: 0;
}

.checkout-onepage-index .step {
  margin: 20px 0;
}

.opc li {
  margin: 0 0 20px;
}

.panel-title {
  font-size: 1.4em;
  margin: 5px 0 0;
  color: #92389c;
  font-weight: 300;
}

.dashboard h2 {
  color: #92389c;
  font-weight: 300;
  font-size: 1.6em;
}

.welcome-msg .hello {
  color: #92389c;
  font-size: 1.4em;
}

.panel .btn {
  background: #333;
}

.panel .btn:hover {
  background: #92389c;
}

.panel input {
  border-radius: 0;
}

#checkout-review-table {
  width: 100%;
}

#checkout-review-table h3 {
  font-size: 15px;
  color: #333;
  margin: 27px 0;
}

#checkout-review-table tfoot td {
  padding: 10px;
}

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

.checkout-agreements .agreement-content {
  display: none;
}

.order-review .del_lay_dates .date {
  padding: 1.5rem;
  background: #303030;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.order-review .del_lay_dates .date span {
  color: #a1c360;
  font-size: 1.8rem;
}

#ordercomment-comment {
  resize: none;
  width: 44%;
  border-radius: 15px;
  border: 1px solid #ccc;
}

#checkout-review-table tr {
  border-bottom: #eee 2px solid;
}

#checkout-review-table td.last {
  text-align: right;
}

#checkout-review-table tfoot tr.last {
  color: #92389c;
  font-size: 24px;
}

#review-buttons-container .btn-cart-bordered {
  border-radius: 0;
  color: #fff;
  background: #92389c;
  text-transform: capitalize;
  font-weight: 200;
}

#review-buttons-container .btn-default {
  padding: 13px 15px;
  display: inline-block;
}

#checkout-review-table .odd {
  background: #f3f3f3;
}

#checkout-review-table tfoot {
  border-top: 1px solid #ccc;
}

#review-buttons-container {
  padding: 0 15px;
}

#payment_form_purchaseorder {
  margin: 0;
}

.final-price {
  font-size: 1.4em;
  margin: 0 0 15px;
  text-align: center;
  display: block;
  overflow: hidden;
}

.final-price strong {
  margin: 6px 0 0;
  font-size: 1.2em;
}

.modal-cost-per div {
  width: auto !important;
}

.modal-cost-per {
  width: 100%;
}

.sp-methods ul {
  margin: 0;
  padding: 0;
}

.checkout-onepage-success .main-content {
  margin: 20px 0 0;
}

.required-marker {
  color: #92389c;
}

.required-field-checkout {
  font-weight: bold;
}

.volume-price-discount {
  background: #92389c;
  color: #fff !important;
  text-align: center !important;
  font-weight: 200 !important;
  font-size: 1.5em;
}

.volume-price-discount .small {
  clear: both;
  display: block;
  font-size: 66%;
}

.tiered-pricing-turf-rates td {
  padding: 5px !important;
}

/*.sp-methods dt:first-child{width:48%; float:left; display: block; padding:0 0 8px; border-bottom:1px solid #92389c; margin:0 0 16px}*/
.sp-methods dt {
  color: #92389c;
  font-weight: 200;
  font-size: 1.4em;
}

.sp-methods dt:nth-child(2) {
  width: 48%;
  float: right;
  display: block;
  padding: 0 0 8px;
  border-bottom: 1px solid #92389c;
  margin: 0 0 16px;
}

.sp-methods dd:first-child {
  width: 50%;
  float: left;
  display: block;
}

.sp-methods dd:first-child ul {
  width: 50%;
  float: right;
  display: block;
}

#checkout-shipping-method-load {
  overflow: hidden;
}

.sp-methods dd ul .radio {
  display: inline;
}

.sp-methods dd ul label {
  display: inline;
  font-weight: 400;
  font-size: 1em;
}

.sp-methods dd .list-unstyled {
  width: 50%;
  clear: both;
}

.sp-methods dd ul li {
  margin-top: 10px;
}

.sp-methods dd {
  margin: 10px 0;
}

#ship_options ul li {
  list-style: none;
}

#ship_options ul li .price {
  color: #92389c;
}

#ship_options ul {
  margin: 0;
  padding: 0;
}

#date_chosen {
  color: #92389c;
  font-size: 1.3em;
}

#ship_options ul li input {
  margin: 0 10px 0 0;
}

.grad-container .std .btn-download {
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
}

.grad-container .std .btn-primary {
  color: #fff;
  text-decoration: none;
  background: #92389c;
}

.grad-container .std .btn-primary:hover {
  background: #333;
}

.alert {
  color: #fff;
  text-align: center;
  border-radius: 0;
  background: #a1c460;
  border: 1px solid #a1c460;
}

.alert p strong {
  font-weight: 200;
}

.alert p {
  font-size: 20px;
}

.tab-pane p {
  line-height: 1.4em;
  font-size: 14px;
  margin: 0 0 24px;
}

.topsoil_block {
  margin: 0 0 20px;
}

.topsoil_block h4 {
  font-size: 24px;
  font-weight: 400;
}

.topsoil_block h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5em;
}

.topsoil_block .description p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5em;
}

.topsoil_block .description small {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5em;
  color: #92389c;
  display: block;
  margin: 0 0 15px;
}

.topsoil_block .description {
  background: #fff;
  font-size: 18px;
  font-weight: 200;
  text-align: left !important;
}

.topsoil_block .form-group {
  float: left;
}

.topsoil_block .form-group label {
  color: #bbb;
  font-weight: 200;
  display: inline-block;
  position: relative;
  top: 2px;
  float: left;
}

.topsoil_block .form-group label span {
  color: #000;
  font-weight: 600;
}

.topsoil_block #top_soil_depth {
  border-radius: 0;
  font-size: 15px;
  margin: 0 10px;
}

.input-details .qty-input {
  overflow: hidden;
}

.input-details .qty-input input {
  border-radius: 0 !important;
  border: none;
  text-align: center;
  background: #eaeaea;
  color: #b8b8b8;
  position: relative;
  top: 2px;
  margin: 0 9px 0 11px;
}

.input-details .qty-box {
  color: #bdbdbd;
  font-size: 20px;
}

.accordian-row {
  background: #fff;
  overflow: hidden;
}

.accordian-row .product-name {
  font-size: 18px;
  margin: 0 0 0 10px;
}

.extras-selector .accordion-toggle {
  background: #ececec;
}

.turf-selection {
  line-height: 2em;
}

.turf-selection .cart-entry {
  background: #fff;
  padding: 10px;
  font-size: 1.5em;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 20px;
}

.turf-selection .cart-entry .pull-left {
  font-weight: 200;
}

.fert-req {
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#turf-calculator #submit-calculation {
  margin: 15px 0;
}

#calculator_sqm:-webkit-autofill {
  background: #fff;
}

.extras-selector #accordion {
  margin: 20px 0 0;
}

.turf-selection .total {
  width: 35%;
  float: right;
  color: #92389c;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
  margin: 0 0 25px 0;
  font-size: 1.6em;
  background: #f4f4f4;
}

#turf-calculator button.previous {
  background: #b7b7b7;
}

#turf_comparison_features {
  margin: 0 0 30px 0;
}

.no-selection {
  display: none;
}

.extras-req {
  border-bottom: 1px solid #ccc !important;
}

.sp-methods dt,
.sp-methods dd {
  width: 100%;
}

.delivery .sidebar-extra-input-summary {
  padding: 5px;
}

.shopping-cart-header {
  color: #92389c;
  font-weight: 200;
  padding: 24px 0 0;
}

.btn-checkout {
  background: #92389c;
  color: #fff;
  border-radius: 0;
  font-weight: 200;
  text-transform: capitalize;
}

.btn-checkout:hover {
  color: #fff;
  background: #333;
}

@media (max-width: 767px) {
  .cart tr td {
    display: block;
    border: none !important;
    text-align: center;
  }
  .cart thead {
    display: none;
  }
  .cart tr {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    display: block;
    overflow: hidden;
  }
  .cart h2 a {
    color: #92389c;
    font-weight: 200;
    font-size: 1.4em;
  }
  .cart tr td.edit-cart-button,
  .cart tr td.cart-price-cart a {
    display: none;
  }
  table#cart tbody td {
    display: block;
    border: 0;
  }
  .shopping-cart-header {
    text-align: center;
  }
  .payment-methods-top .button {
    margin: 0 auto;
    float: none;
    display: block;
    width: 50%;
  }
  .payment-methods-top {
    margin: 10px 0 !important;
  }
  .table-fw {
    width: 100%;
  }
  .cart-table .btn-remove {
    color: #92389c;
    font-weight: 600;
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .cart .page-title {
    margin-bottom: 20px;
  }
  .cart .payment-methods-top {
    float: none;
  }
  .checkout-cart-index .payment-methods-top button.button.btn-proceed-checkout.btn-lg.btn-checkout {
    display: block;
    width: 100%;
  }
  .table#cart > tbody > tr > td,
  .table#cart > tbody > th,
  .table#cart > tfoot > tr > td {
    vertical-align: middle;
  }
  table#cart tbody td .form-control {
    width: 50px;
    display: inline !important;
  }
  table#cart .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }
  table#cart .actions .btn-info {
    float: left;
  }
  table#cart .actions .btn-danger {
    float: right;
  }
  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: 0.6em;
    border: 0;
    float: left;
    width: 50%;
  }
  table#cart tbody tr {
    margin-bottom: 15px;
  }
  table#cart tbody tr td:first-child {
    color: #fff;
    float: none;
    width: 100%;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
  }
  .table#cart tr td.cart-product-name {
    text-align: center;
  }
  .table#cart tr td.cart-product-name,
  .table#cart tr td.cart-remove {
    width: 100%;
  }
  .table#cart tr td.edit-cart-button,
  .table#cart tr td.cart-price-cart {
    display: none;
  }
  .table#cart tr td .cart-price {
    display: block;
    margin-top: 6px;
  }
  .table#cart tr td.cart-remove {
    border-bottom: #ccc 2px solid;
  }
  .table#cart tr:last-child td.cart-remove {
    border-bottom: 0;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
  table#cart.cart-table.table.table-bordered tfoot tr td.a-right button.btn.btn-default {
    display: block;
    float: none !important;
    width: 100%;
    margin-bottom: 5px;
  }
  table#cart.cart-table.table.table-bordered tfoot tr td.a-right button.btn.btn-default:last-child {
    margin-bottom: 0;
  }
  .table#cart .btn-remove:before {
    content: "Remove Item ";
    font-size: 14px;
  }
  #checkoutSteps #checkout-step-login .login-container {
    margin-top: 20px;
  }
  #checkoutSteps .btn-cart {
    display: block;
    width: 100%;
  }
  #checkoutSteps #checkout-review-table .a-right {
    text-align: left;
  }
  #checkoutSteps #payment_form_sagepaydirectpro {
    padding-left: 0 !important;
    margin: 0 20px;
  }
  #masthead #quick-calculator .step-title,
  #masthead #quick-calculator .step-title .fa {
    color: #000;
  }
}

@media (max-width: 480px) {
  #checkoutSteps > li .step-title h2 {
    font-size: 17px;
  }
  #checkoutSteps > li .step-title a {
    top: 9px;
    right: 20px;
  }
  #checkoutSteps .please-wait {
    position: relative;
    bottom: 0;
    left: 0;
  }
  #checkoutSteps #payment_form_sagepaydirectpro {
    padding-left: 0 !important;
    margin: 0 20px;
  }
  .product-view .turf-selector-custom-options .field-options .mini_calc_units {
    margin-right: 10px;
  }
  #mini-calc-submit {
    margin-top: 10px;
    float: left;
  }
  .product-view .turf-selector-custom-options #dummy-button {
    margin: 4px 0 0 4px;
  }
  .product-view .turf-selector-custom-options .sqm-selection .msq span {
    margin-left: 5px;
  }
  .product-view .turf-selector-custom-options .sqm-selection .msq .extras {
    font-size: 16px;
    margin-left: 3px;
    margin-top: 10px;
  }
  .product-view .turf-selector-custom-options .sqm-selection .msq span {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .mobile-cart-container .cart-items .item .product-image {
    display: none;
  }
  .mobile-cart-container .cart-items .item .product-details {
    float: none;
  }
  .mobile-cart-container .cart-items .item .product-details .btn-remove {
    right: 0;
  }
  .product-view .turf-selector-custom-options .field-options .mini_calc_units {
    margin-right: 0 !important;
  }
  #mini-calc-submit {
    margin-top: 10px;
    clear: both;
    display: block;
  }
  .product-view .turf-selector-custom-options #dummy-button {
    position: absolute;
    top: -5px;
    right: 0;
  }
  .product-view .bulk-discount-tiers .tier {
    line-height: 15px;
  }
  .product-view .bulk-discount-tiers .tier .qty {
    font-size: 10px;
  }
  .product-view .bulk-discount-tiers .tier .price {
    font-size: 16px;
  }
  .product-view .bulk-discount-tiers .tier .saving {
    font-size: 10px;
  }
}

.cart #cart .product-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.cart #cart .product-image img {
  margin: 0 auto;
}

.topsoil-price-block .project-price {
  margin: 0;
  color: #333;
}

.topsoil-price {
  color: #333;
  font-weight: 600;
}

/* =CHECKOUT
-------------------------------------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.top-steps {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin: 0;
  padding: 0;
}

.top-steps li {
  display: inline;
  float: right;
  width: 20%;
  text-align: center;
}

.top-steps a:hover {
  text-decoration: none;
}

.top-steps .step-active a {
  color: #92389c;
  font-weight: bold;
}

.top-steps li.step-inactive a {
  color: #bebebe;
}

.top-steps li.step-active {
  border-bottom: 10px solid #92389c;
  padding: 10px 0;
}

.top-steps li.step-inactive {
  border-bottom: 10px solid #bebebe;
  padding: 10px 0;
}

.dashboard .page-title {
  text-align: center;
  margin: 0 0 20px;
}

.turf-shape {
  margin: 0 auto;
  padding: 20px 0;
}

.turf-shape .radio-inline,
#radio_choices .radio {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin: 0 !important;
  font-weight: 200;
  color: #a1a1a1;
  width: 19%;
}

.turf-shape .radio-inline:hover,
#radio_choices:hover,
.title-buttons a {
  color: #92389c;
}

.turf-shape .radio-inline label,
#radio_choices .radio label {
  font-weight: 200;
  margin: 0;
  display: block;
  width: 100%;
}

#turf-shapez label,
#radio_choices label {
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  color: #999;
  text-align: center;
  cursor: hand;
}

#turf-shapez label span {
  text-align: center;
  font-size: 15px;
  padding: 13px 15px;
  display: block;
}

#turf-shapez label input,
#radio_choices input {
  position: absolute;
  display: none;
}

#turf-shapez input:checked + span,
#turf-shapez label:hover {
  border: 1px solid #92389c;
  color: #92389c;
  background: #fff;
}

#radio_choices li input:checked + label,
#radio_choices label:hover {
  border: 1px solid #8dba54;
  color: #333;
  background: #d9e2ce;
  -webkit-box-shadow: inset 0 0 0 2px #8dba54;
  -moz-box-shadow: inset 0 0 0 2px #8dba54;
  box-shadow: inset 0 0 0 2px #8dba54;
  padding: 19px;
}

#radio_choices label:hover {
  background: #fff;
}

#radio_choices li input:checked {
  font-weight: bold;
}

#radio_choices li input:checked + label .price::after {
  content: "\f058";
  font-family: "FontAwesome";
  color: #8dba54;
  padding: 0 0 0 8px;
  font-size: 18px;
  line-height: 15px;
}

#radio_choices li input:checked + label .price {
  color: #333;
}

.sqm-fields input,
.calc-input-select,
.circle-fields input,
.rectangle-fields input {
  border-radius: 0;
}

.sqm-fields input:focus,
.circle-fields input:hover,
.rectangle-fields input:hover,
.calc-input-select:focus,
.calc-circle-input:focus,
.panel input:focus {
  border-color: #ccc;
  box-shadow: 0 1px 1px #ccc inset, 0 0 8px #ccc;
  outline: 0 none;
}

.turf-opts .opt {
  text-align: center;
}

.turf-opts .btn {
  width: 70%;
  margin: 0 auto;
}

.turf-opts .product-image img {
  margin: 0 auto;
}

.turf-opts .btn-grey {
  background: #a1c360 !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  border-radius: 0;
}

.turf-opts .select-turf-button {
  font-size: 1.4em;
  padding: 10px;
  margin: 8px 0 10px !important;
}

#add_turf_slack {
  height: 20px;
  padding: 10px;
  height: 23px;
  padding: 10px;
  width: 12px;
}

.rectangle-fields input {
  width: 42%;
  float: left;
  display: block;
  font-weight: 200;
  text-align: center;
}

.rectangle-fields .x,
.circle-fields .x {
  width: 16%;
  display: block;
  float: left;
  font-size: 30px;
  text-align: center;
  color: #555;
  margin: 6px 0 0;
}

.units {
  display: block;
  width: 19%;
  float: left;
  margin: 0 0 0 2%;
}

.units select {
  font-weight: 200;
}

.sqm-result {
  width: 30%;
  float: left;
  font-size: 30px;
  color: #555;
  margin: 10px 0 0 2%;
  font-weight: 200;
}

.circle-fields input,
.sqm-fields input {
  width: 100%;
  float: right;
  display: block;
  text-align: center;
}

.qty-error {
  padding: 10px 0;
  display: none;
}

.add-slack {
  font-size: 20px;
  margin: 20px 0;
}

.sqm-fields,
.circle-fields {
  width: 31%;
  float: left;
}

.add-slack label strong {
  padding: 0 0 0 10px;
}

#postcode-input {
  margin: 30px 0;
}

.add-slack label strong {
  color: #333;
  font-weight: 300;
}

#sqm2 {
  color: #fff;
  padding: 20px 0;
  display: block;
  background: #92389c;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 28px;
}

.turf-opts .opt h3 a {
  color: #92389c;
}

.turf-total-cost {
  text-align: center;
  color: #92389c;
  font-size: 1.8em;
  font-weight: 300;
}

.cost-sqm {
  display: block;
  color: #4a4a4a;
  margin: 5px 0 0;
  font-size: 0.8em;
}

.turf-selector .turf-total-cost {
  padding: 10px 0 0;
}

.box-head {
  margin: 10px 0 20px;
}

.qty-error {
  display: none;
}

.rectangle-fields {
  width: 31%;
}

.qty {
  width: 50%;
  text-align: center;
}

.calc-btn-row {
  margin: 0 0 30px;
  display: block;
  text-align: center;
}

#step-1-button {
  margin: 10px 0 !important;
}

.previous2,
.next2 {
  display: inline-block !important;
}

#radio_choices label {
  width: 100%;
  padding: 19px;
}

#radio_choices li {
  overflow: hidden;
  width: 32%;
  margin: 0 0.5% 2% 0;
  float: left;
}

#radio_choices li:last-child {
  margin: 0 0% 2% 0;
  width: 34%;
}

.compare-products .container {
  padding: 0;
}

/* =ACCOUNT
-------------------------------------------------------------- */
.account-login h1,
.account-create h1,
.cart h1 {
  color: #92389c;
  font-weight: 300;
  margin: 34px 0 30px;
}

.account-login h2,
.account-create h2 {
  color: #333;
  font-weight: 300;
}

.btn-primary,
.btn-proceed-checkout,
.cart .well .button {
  background: #92389c;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 200;
  text-transform: capitalize;
}

.btn-primary:hover,
.btn-proceed-checkout:hover,
.cart .well .button:hover {
  background: #333;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.btn-default {
  border-radius: 0;
  background: #8dba54;
  border: none;
  color: #fff;
  font-weight: 200;
  text-transform: capitalize;
}

.btn-default:hover {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  background: #333;
  color: #fff;
}

.account-login .form-group .form-control,
.account-create .form-group .form-control {
  border-radius: 0;
}

.account-login .form-group .form-control:focus,
.account-create .form-group .form-control:focus,
.checkout-onepage-index input:focus,
#email_address_fp:focus,
#crafty_postcode_lookup_result_option1:focus,
.reset-pw:focus {
  border-color: #ccc;
  box-shadow: 0 1px 1px #ccc inset, 0 0 8px #ccc;
  outline: 0 none;
}

#email_address_fp,
.reset-pw {
  border-radius: 0;
}

.cart .well {
  border-radius: 0;
  background: #e2e2e2;
  background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e5e5e5 50%, #ededed 51%, #fefefe 100%);
  background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #e5e5e5 50%, #ededed 51%, #fefefe 100%);
  background: linear-gradient(135deg, #e2e2e2 0%, #e5e5e5 50%, #ededed 51%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
  border: 2px #fff solid;
}

.cart .well h3 {
  font-weight: 300;
  margin: 0;
  color: #92389c;
}

.cart .well .discount-form label {
  font-weight: 300;
}

.cart .well input {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
}

#billing_cp_button_id {
  padding: 6px;
  text-align: center;
}

#shopping-cart-totals-table tbody tr {
  margin: 10px 0;
}

.block-progress dt {
  color: #92389c;
  font-weight: 400;
  padding: 5px 0 6px;
}

.block-progress dt.complete {
  color: #92389c;
}

.block-progress dt.complete a {
  color: #333;
}

.data-table thead th,
.data-table tbody th,
.data-table tbody td {
  padding: 0 15px;
}

.data-table thead {
  border-bottom: 1px solid #ccc;
}

.data-table code {
  color: #92389c;
  background: #ece1ec;
}

#calculator-page-container .sp-methods dt {
  display: none;
}

#calculator-page-container .sp-methods dt.show-title {
  display: block;
}

.select-slot-title {
  padding: 30px 0 0;
}

@media (max-width: 768px) {
  .turf-shape .radio-inline {
    width: 32%;
  }
  .sqm-fields,
  .circle-fields,
  .rectangle-fields {
    width: 98%;
    margin: 0;
  }
  .units {
    width: 98%;
    clear: both;
    margin: 2% 0;
  }
  .sqm-result {
    width: 100%;
  }
}

#retrieving-rates {
  width: 70%;
}

/* =Fancybox Pop Up
-------------------------------------------------------------- */
.fancybox-wrap .product-view .st-price-box {
  width: 60%;
}

.fancybox-wrap .add-to-links {
  display: none;
}

@media (min-width: 1200px) {
  .fancybox-wrap .product-view {
    width: 900px !important;
  }
}

.sw-product-quickview {
  border-radius: 0;
  text-transform: capitalize;
}

/*blog*/
.entry-title a {
  color: #92389c;
  font-weight: 300;
}

.entry-title a:hover {
  color: #92389c;
  text-decoration: none;
}

.sidebar-blog .widget-title,
.sidebar .widget-title,
.recent-posts-from-news .widget-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #fff;
  background: #92389c;
  padding: 10px !important;
}

.sidebar-blog li,
.sidebar li {
  list-style: none;
}

.sidebar-blog ul,
.sidebar ul {
  padding: 0 0 0 20px !important;
}

.sidebar-blog li:before,
.sidebar li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 4px 0 0;
}

.sidebar-blog span,
.sidebar span {
  font-size: 14px;
  clear: both;
  display: block;
}

.sidebar ul li a {
  color: #92389c;
  display: inline;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar li {
  list-style: none;
}

.sidebar #recent-posts-2 li {
  margin: 0 0 10px;
  text-transform: capitalize;
}

.sidebar a {
  color: #333;
}

.sidebar a:hover {
  color: #92389c;
  text-decoration: none;
}

.search-form input {
  background: #fff;
  border: 1px solid #eee;
  padding: 3px;
  font-weight: 300;
  font-size: 1.2em;
  width: 100%;
}

.post-thumbnail {
  overflow: hidden;
  margin: 0 0 20px;
  display: block;
}

.entry-footer span {
  display: block;
}

.single-post .main-header {
  margin: 0;
}

.page-template-default h1 {
  color: #92389c;
  font-weight: 200;
  margin: 10px 0 20px;
}

d .site-footer {
  padding: 20px 0;
}

.search-submit {
  color: #fff;
  background: #c8c8c8;
  border: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 3px;
}

.search-submit:hover {
  background: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

#search-2 label span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4em;
  border-bottom: 1px solid #333;
  color: #333;
  display: inline-block;
  width: 100%;
  padding: 0 0 4px;
}

#search-2 label input {
  margin: 10px 0 0;
}

.featured-image-homepage {
  overflow: hidden;
}

.main-header .container {
  padding: 7px 0;
}

.entry-content p {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 200;
}

.entry-content a {
  color: #92389c;
}

.entry-content a:hover {
  text-decoration: underline;
  color: #92389c;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.category-title {
  color: #92389c;
  font-weight: 300;
}

.validate-postcode {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  font-weight: 200;
  border-radius: 0;
}

.more-link {
  background: #fff;
  color: #333 !important;
  font-weight: 400;
  padding: 10px;
  display: table;
  text-align: center;
  margin: 10px 0 0;
  border: 2px solid #333;
}

.more-link:hover {
  border: #92389c 2px solid;
  color: #92389c !important;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.edit-link {
  display: none !important;
}

.main-header .menu-main-navigation-container ul li {
  list-style: none;
  padding: 0;
  display: inline;
  margin: 0 20px 0 0;
}

.main-header .menu-main-navigation-container ul li:last-child {
  margin: 0;
}

.main-header .menu-main-navigation-container {
  text-align: right;
}

.main-header .menu-main-navigation-container ul {
  margin: 25px 0 0;
  padding: 0;
}

.main-header .menu-main-navigation-container a {
  color: #333;
  font-size: 1.4em;
}

.main-header .menu-main-navigation-container a:hover {
  color: #92389c;
  text-decoration: none;
}

#colophon {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0 0;
  margin: 20px 0 0;
}

#colophon p {
  text-align: center;
  font-weight: 300;
}

#help-advice-footer p {
  margin: 0;
  font-size: 1.1em;
}

#help-advice-footer {
  color: #333;
  padding: 10px 0;
}

#help-advice-footer p span {
  color: #a1c360;
  font-weight: 600;
  font-size: 1.4em;
}

#harrowden-group {
  padding: 10px 0 0;
}

#main .post {
  border-bottom: dotted 2px #e6e6e6;
  padding: 0 0 20px;
}

#main .post:last-child {
  border: none;
}

ul.related_post li img {
  width: 100% !important;
  height: auto !important;
}

#comments .comments-title {
  color: #92389c;
}

.post-navigation {
  display: none;
}

.featured-img-title {
  text-align: center;
  color: #fff;
  font-weight: 200;
}

.post-featured-header {
  color: #fff;
  font-weight: 200;
  text-align: center;
  font-size: 5em;
  text-transform: capitalize;
}

.homepage-blogroll {
  padding: 10px 0 40px;
}

.sidebar {
  /* padding: 28px 0 30px;*/
}

.sidebar-blog {
  padding: 0 0 30px;
  overflow: hidden;
}

.sidebar .widget-title {
  padding: 0 0 6px;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.aligncenter.wp-caption {
  text-align: center;
}

.wp-caption {
  color: #b4b4b4;
  font-style: italic;
  font-weight: 200;
}

.entry-content figure {
  padding: 20px 0;
}

.homepage-blogroll .entry-title,
.container .entry-title {
  text-align: center;
  text-transform: capitalize;
}

.the-blog-link {
  background: #1c1c1c;
  overflow: hidden;
  display: block;
  margin: 20px 0;
}

.featured-image-homepage:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.homepage-blogroll .entry-title a,
.container .entry-title a,
.the-blog-link h2 {
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border: 2px solid #fff;
}

.homepage-blogroll .entry-title a:hover,
.container .entry-title a:hover {
  color: #92389c !important;
  border: 2px solid #92389c !important;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.container.page a,
.container.fw-page a {
  color: #92389c;
}

.container.page a:hover,
.container.fw-page a:hover {
  text-decoration: underline;
}

.container.page,
.container.fw-page {
  padding: 20px 0 30px;
}

/*------CONTENT BLOG-----*/
.kbase-link {
  color: #fff !important;
  font-size: 47px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  background: url("../images/background-knowledge-base.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 25px;
  overflow: hidden;
  line-height: 50px;
  height: 260px;
}

.call-to-actions-blog {
  margin: 20px auto;
  overflow: hidden;
  padding: 20px 15px;
  max-width: 400px;
}

@media (min-width: 768px) {
  .call-to-actions-blog {
    margin: 20px 0;
    overflow: hidden;
    padding: 20px 15px;
    max-width: unset;
  }
}

.call-to-actions-blog a {
  text-align: center;
  background: #92389a;
  color: #fff !important;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.35);
  padding: 33px 20px 25px;
  margin: 1% 0;
  width: 100%;
  display: block;
  float: left;
}

@media (min-width: 768px) {
  .call-to-actions-blog a {
    margin: 0 1% 0 0;
    width: 32.65%;
    padding: 23px 10px 15px;
  }
}

@media (min-width: 1200px) {
  .call-to-actions-blog a {
    padding: 33px 20px 25px;
    margin: 0 1.5%;
    width: 31.3%;
  }
}

.call-to-actions-blog a:first-child {
  margin: 1% 0;
}

@media (min-width: 768px) {
  .call-to-actions-blog a:first-child {
    margin: 0 1% 0 0;
  }
}

@media (min-width: 1200px) {
  .call-to-actions-blog a:first-child {
    margin: 0 1.5% 0 0;
  }
}

.call-to-actions-blog a:last-child {
  margin: 1% 0;
  float: right;
}

@media (min-width: 768px) {
  .call-to-actions-blog a:last-child {
    margin: 0 0 0 0;
    float: right;
  }
}

@media (min-width: 1200px) {
  .call-to-actions-blog a:last-child {
    margin: 0 0 0 1.5%;
    float: right;
  }
}

.call-to-actions-blog a span {
  font-weight: bold;
  display: block;
  clear: both;
  font-size: 27px;
}

@media (min-width: 768px) {
  .call-to-actions-blog a span {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .call-to-actions-blog a span {
    font-size: 27px;
  }
}

.call-to-actions-blog a i {
  font-size: 50px;
  display: block;
  clear: both;
  font-style: normal;
  padding: 18px;
}

.call-to-actions-blog a small,
.call-to-actions-blog a small i {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .call-to-actions-blog a small,
  .call-to-actions-blog a small i {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .call-to-actions-blog a small,
  .call-to-actions-blog a small i {
    font-size: 16px;
  }
}

.call-to-actions-blog a small i {
  display: inline;
  padding: 0;
}

.call-to-actions-blog a:hover {
  text-decoration: none !important;
  background: #333;
}

.sidebar-project-quote {
  background: url("../images/project-quote-bg.png");
  color: #fff !important;
  font-size: 24px;
  padding: 10px;
  margin: 20px 0 0;
}

.sidebar-project-quote:hover {
  text-decoration: none !important;
  background: #2c362a;
}

.sidebar-project-quote .border-through {
  border: 3px solid #fff;
  padding: 17px;
}

#sidebar .menu a {
  color: #333 !important;
}

#sidebar .menu li::before {
  font-family: "Font Awesome", sans-serif;
  content: "";
}

#recent-posts-from-news {
  clear: both;
  margin: 20px 0 0;
  overflow: hidden;
}

.roll-post-title {
  font-size: 17px;
  background: #f5f5f5;
  padding: 10px;
  color: #fff;
  margin: 0;
}

#recent-posts-from-news .sb-bp-rm {
  color: #333;
  padding: 8px;
  border: 2px solid #333;
}

#recent-posts-from-news p {
  font-size: 13px;
  margin: 0;
  padding: 8px;
}

#recent-posts-from-news .blog-roll-content {
  border: 2px solid #f5f5f5;
  margin: 0 0 5px;
  padding: 0 0 5px;
  overflow: hidden;
  background: #fff;
}

#recent-posts-from-news .bp-date {
  padding: 0 5px;
}

#recent-posts-from-news .hp-blog {
  overflow: hidden;
  padding: 0 0 18px;
}

.bp-date-align {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #333;
  padding: 5px;
}

.the-image-area {
  position: relative;
  overflow: hidden;
  display: block;
}

.kbase-link:hover {
  border: 5px solid #5d8502;
  text-decoration: none !important;
  cursor: hand;
}

.related_post {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

.related_post li {
  list-style: none;
  width: 16.6666667%;
  float: left;
  text-align: center;
  margin: 0 11px 0 0;
  min-width: 150px;
}

.related_post li:last-child {
  margin: 0;
}

.wp_rp_edit {
  clear: both;
  display: none;
}

.homepage-blogroll .the-date,
.container .the-date {
  text-align: center;
  background: #92389c;
  color: #fff;
  padding: 5px;
  font-weight: 200;
  letter-spacing: 0.6em;
  font-size: 1em;
}

.search-form label {
  width: 100%;
}

.pagination {
  text-align: center;
  text-transform: capitalize;
  color: #92389c;
  width: 100%;
}

.pagination h2 {
  font-weight: 200;
  text-align: center;
}

img.alignright {
  float: right;
}

.pagination .page-numbers {
  background: #92389c;
  padding: 10px;
  color: #fff;
  font-size: 1.1em;
  display: inline-block;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #333;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.pagination .nav-links {
  overflow: hidden;
}

@media (max-width: 768px) {
  .step-title .number {
    width: 13% !important;
  }
  .step-title h2 {
    font-size: 25px;
  }
  .sidebar {
    padding: 0 20px !important;
  }
}

#checkout-payment-method-load dt {
  width: 100%;
}

img.v-middle {
  float: left;
  display: inline-block;
}

#payment_form_purchaseorder li {
  list-style: none;
}

.form-alt {
  margin: 0;
  padding: 0;
  list-style: none;
}

.turf-selection p {
  color: #92389c;
  margin: 0;
}

.extras-list .extras-title {
  width: 50%;
  float: left;
}

.extras-list .sidebar-extra-input-summary {
  width: 50%;
  float: right;
  text-align: right;
  padding: 3px 0 0;
}

.extras-list .sidebar-extra-input-summary .price {
  font-size: 1.3em;
  font-weight: 200;
}

.extras-req strong:first-child {
  width: 100%;
}

/* =5 Columns
-------------------------------------------------------------- */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.col-centered {
  float: none;
  margin: 0 auto;
}

#header #hp-menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  z-index: 99999;
  border: solid 1px #ccc;
}

#header #hp-menu ul ul li {
  float: none;
  width: 200px;
  list-style: none;
  padding: 10px !important;
  margin: 0 !important;
  font-size: 14px !important;
}

#header #hp-menu ul ul a {
  line-height: 120%;
  display: block;
  text-align: left !important;
  color: #92389c !important;
}

#header #hp-menu ul ul a:hover {
  border: 0 !important;
  color: #000;
}

#header #hp-menu ul ul ul {
  top: 0;
  left: 100%;
}

#header #hp-menu ul li:hover > ul {
  display: block;
}

#header #hp-menu ul.level0 {
  margin-top: 0 !important;
}

/* View Products */
.catalog-product-view .product-view .product-action {
  background: none !important;
}

.catalog-product-view .short-description {
  margin-top: 0 !important;
  height: auto !important;
  overflow: auto;
}

.short-description p {
  margin: 0;
}

.short-description a {
  color: #92389c;
}

.catalog-product-view h1 {
  margin-top: 0 !important;
}

.catalog-product-view .product-view #product-addtocart-button {
  float: none !important;
  clear: none !important;
}

.catalog-product-view .reviews-widget {
  margin-bottom: 50px !important;
}

/***** Start :: Catalog product price 10-01-2019 ****/
.category-products .products-list .regular-price.hide {
  display: none;
}

.category-products .products-list .st-price-box .label {
  font-size: 2.2rem;
  padding-right: 5px;
}

/***** End :: Catalog product price 10-01-2019 ****/
#header .badge {
  background: #92389c;
  position: relative;
  top: -10px;
  left: -10px;
}

/* Tabs */
.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 0;
}

.nav-tabs a {
  color: #fff;
}

.nav-tabs > li > a {
  padding: 14px 18px;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  background: #8e44ad;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-tabs > li.active a {
  color: #fff;
  background: #92389c;
}

.tab-content > .tab-pane {
  padding: 0 20px;
  height: 350px;
  overflow: auto;
}

.project-price {
  display: block;
}

.extras-price {
  color: #954b9e;
  font-weight: 600;
}

.extras-name {
  display: inline-block;
}

/*Font Awesome Animation*/
/*!
 * font-awesome-animation - v0.0.7
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%,
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28%,
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38%,
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48%,
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%,
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28%,
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38%,
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48%,
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-parent.animated-hover:hover > .faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.faa-parent.animated-hover:hover > .faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}

@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}

.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}

@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}

.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}

.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}

.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.faa-parent.animated-hover:hover > .faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.faa-parent.animated-hover:hover > .faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

.faa-parent.animated-hover:hover > .faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}

@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}

.faa-parent.animated-hover:hover > .faa-passing-reverse,
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}

@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}

.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}

.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}

.next.btn,
.previous.btn {
  display: inline-block;
}

.breadcrumbs {
  display: none;
}

/*------------
        ADMIN HTML CHANGES
--------------*/
.grid tr.distro-feltwell,
.grid tr.distro-feltwell tr {
  background: #dbfeb8;
}

.grid tr.distro-southport,
.grid tr.distro-southport tr {
  background: #edd7fe;
}

.grid tr.distro-edinburgh,
.grid tr.distro-edinburgh tr {
  background: #b8fdff;
}

label[for=s_method_freeshipping_freeshipping] strong {
  display: none;
}

.catalog-category-view .products-list .st-price-box .label {
  color: #333333;
}

.catalog-category-view .products-list .st-price-box .price {
  color: #333333;
}

.catalog-category-view .products-list .st-price-box a {
  text-decoration: none;
}

.catalog-category-view .products-list .st-price-box a:hover {
  text-decoration: none;
}

body.checkout-onepage-index div[id^="ship_options"],
body.checkout-onepage-index div[id*="ship_options"] {
  overflow: auto;
}

body.checkout-onepage-index div[id^="ship_options"]:before,
body.checkout-onepage-index div[id*="ship_options"]:before {
  content: "Choose a time slot for your delivery";
  display: block;
  border-bottom: none;
  color: #232323;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (min-width: 0) {
  body.checkout-onepage-index div[id^="ship_options"]:before,
  body.checkout-onepage-index div[id*="ship_options"]:before {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 640px) {
  body.checkout-onepage-index div[id^="ship_options"]:before,
  body.checkout-onepage-index div[id*="ship_options"]:before {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  body.checkout-onepage-index div[id^="ship_options"]:before,
  body.checkout-onepage-index div[id*="ship_options"]:before {
    margin-bottom: 1.5rem;
  }
}

body.checkout-onepage-index div[id^="ship_options"] li,
body.checkout-onepage-index div[id^="ship_options"] dt,
body.checkout-onepage-index div[id*="ship_options"] li,
body.checkout-onepage-index div[id*="ship_options"] dt {
  line-height: 1 !important;
  display: block !important;
  width: 100%;
  float: left;
  padding: 0.5rem !important;
  margin: 0 !important;
  border: none !important;
  list-style: none;
}

@media (min-width: 640px) {
  body.checkout-onepage-index div[id^="ship_options"] li,
  body.checkout-onepage-index div[id^="ship_options"] dt,
  body.checkout-onepage-index div[id*="ship_options"] li,
  body.checkout-onepage-index div[id*="ship_options"] dt {
    width: 50%;
  }
}

body.checkout-onepage-index div[id^="ship_options"] li input,
body.checkout-onepage-index div[id^="ship_options"] dt input,
body.checkout-onepage-index div[id*="ship_options"] li input,
body.checkout-onepage-index div[id*="ship_options"] dt input {
  appearance: none;
  display: none;
}

body.checkout-onepage-index div[id^="ship_options"] li label,
body.checkout-onepage-index div[id^="ship_options"] dt label,
body.checkout-onepage-index div[id*="ship_options"] li label,
body.checkout-onepage-index div[id*="ship_options"] dt label {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding: 1rem !important;
  margin: 0 0 0rem !important;
  background: white;
  color: #404040;
  border: 2px solid #eeeeee;
  background-position: right -30px top 50%;
  transition: all 0.5s ease-out;
  background-size: 32px;
  background-image: url("../images/font-awesome/128/check-circle.png");
  background-repeat: no-repeat;
  text-align: center;
}

body.checkout-onepage-index div[id^="ship_options"] li label strong,
body.checkout-onepage-index div[id^="ship_options"] dt label strong,
body.checkout-onepage-index div[id*="ship_options"] li label strong,
body.checkout-onepage-index div[id*="ship_options"] dt label strong {
  order: 2;
}

body.checkout-onepage-index div[id^="ship_options"] li label span,
body.checkout-onepage-index div[id^="ship_options"] dt label span,
body.checkout-onepage-index div[id*="ship_options"] li label span,
body.checkout-onepage-index div[id*="ship_options"] dt label span {
  width: 100%;
  font-size: 1.6rem;
}

body.checkout-onepage-index div[id^="ship_options"] li label span.method-title,
body.checkout-onepage-index div[id^="ship_options"] dt label span.method-title,
body.checkout-onepage-index div[id*="ship_options"] li label span.method-title,
body.checkout-onepage-index div[id*="ship_options"] dt label span.method-title {
  order: 1;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}

body.checkout-onepage-index div[id^="ship_options"] li label:hover,
body.checkout-onepage-index div[id^="ship_options"] dt label:hover,
body.checkout-onepage-index div[id*="ship_options"] li label:hover,
body.checkout-onepage-index div[id*="ship_options"] dt label:hover {
  cursor: pointer;
}

body.checkout-onepage-index div[id^="ship_options"] li input:checked ~ label,
body.checkout-onepage-index div[id^="ship_options"] dt input:checked ~ label,
body.checkout-onepage-index div[id*="ship_options"] li input:checked ~ label,
body.checkout-onepage-index div[id*="ship_options"] dt input:checked ~ label {
  transition: all 0.5s ease-out;
  background-color: #a1c360;
  border-color: #a1c360;
  color: white;
  background-position: right 10px top 50% !important;
}

body.checkout-onepage-index .ui-datepicker {
  background: white;
}

@media (min-width: 992px) {
  body.checkout-onepage-index .ui-datepicker {
    max-width: 42rem;
  }
}

body.checkout-onepage-index .ui-datepicker .ui-datepicker-header {
  width: 100%;
}

body.checkout-onepage-index .ui-datepicker table {
  width: 100%;
}

body.checkout-onepage-index .shq-optn-50l {
  width: 100% !important;
}

body.checkout-onepage-index .shq-calendar-date {
  width: 100%;
}

body.checkout-onepage-index .shq-calendar-date input.shq-input {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  font-weight: 300 !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 42rem;
}

body.checkout-onepage-index label#del_date_select_label_shqcustom4 {
  display: none;
}

.messages .success-msg {
  color: #fff;
  text-align: center;
  background: #8dba54;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  padding: 10px 0;
}

.messages .error-msg {
  color: #fff;
  text-align: center;
  background: red;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  padding: 10px 0;
}

.messages li,
.messages li li {
  list-style: none;
  margin: 0;
}

.messages {
  margin: 20px 0;
  padding: 0;
}

/*------------
Catalogue View
--------------*/
.catalog-category-view .products-list .item {
  line-height: 1.5;
  padding: 2rem;
}

.catalog-category-view .products-list .item.odd {
  background: #f2f2f2;
}

.catalog-category-view .products-list .item.even {
  background: #e6e6e6;
}

.catalog-category-view .products-list .item a.product-image {
  display: block;
  margin: 0 0 2rem;
}

.catalog-category-view .products-list .item h2 {
  width: 100%;
  display: block;
}

.catalog-category-view .products-list .item .st-price-box {
  margin: 2rem 0 0;
  text-align: center;
  background: white;
  padding: 1rem 0;
}

.catalog-category-view .products-list .item .st-price-box .price {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -1px;
}

.catalog-category-view .products-list .item .st-price-box .exc-vat {
  font-weight: 900;
}

.catalog-category-view .products-list .item .desc {
  margin: 2rem 0;
}

.catalog-category-view .products-list .item .product-cta {
  display: flex;
  flex-wrap: wrap;
}

.catalog-category-view .products-list .item .product-cta .btn {
  width: 100%;
  display: block;
}

.catalog-category-view .products-list .item .out-of-stock {
  color: black;
  width: 100%;
  display: block;
  margin: 2rem 0;
  font-weight: 900;
  text-align: center;
}

.paypal-express-review #details-table td {
  vertical-align: middle !important;
}

.paypal-express-review #details-table td h3.product-name {
  font-size: 1.4rem;
}

/** vehicle options */
.vehicle-option {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
  float: right;
}

.vehicle-option .title {
  font-size: 18px;
  color: #92389c;
  font-weight: 500;
  margin-bottom: 18px;
}

.vehicle-option input {
  display: none;
}

.vehicle-option .options-box .option {
  width: 49%;
  float: left;
  border-width: 2px;
  border-style: solid;
  border-color: #A1A1A1;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .vehicle-option .options-box .option {
    width: 100%;
  }
}

.vehicle-option .options-box img {
  width: 100%;
}

.vehicle-option .options-box .option:nth-child(2) {
  margin-right: 1.5rem;
}

.vehicle-option .options-box .option .option_title {
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background-color: #EBEBEB;
  width: 100%;
}

.vehicle-option .options-box input.delivery_vehicle_option:checked + .option {
  border-color: #92389c;
}

.vehicle-option .options-box input.delivery_vehicle_option:checked + .option .option_title {
  background-color: #92389c;
  color: #fff;
}

.vehicle-option .options-box input.delivery_vehicle_option:checked + .option .option_title:after {
  content: " (selected)";
}

.add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-to-cart span {
  padding-right: 0.5em;
}

.add-to-cart input {
  margin-bottom: 0px !important;
}

/* list spacing fix */
.std br {
  display: none;
}

.std p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* calculator fix */
div.sqm-selection {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.add-slack > label {
  margin-top: -20px !important;
}

#productAddToCartForm > div > div {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  div.sqm-selection {
    flex-direction: column;
    margin-left: 30%;
  }
  .product-view .turf-selector-custom-options .add-slack {
    margin-top: 76px;
  }
  div.mini-calculator {
    margin-top: 50px;
  }
}

#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-content {
  width: 100%;
  padding-right: 0%;
  padding-left: 0;
}

#homepage-masthead {
  background-size: cover !important;
  background-position: center !important;
}

.hero-content {
  display: flex;
  justify-content: center;
  margin-top: 250px;
}

.hero-image img {
  width: 600px;
}

.hero-text p {
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px black;
  font-weight: 400;
}

.hero-text {
  width: 300px;
  padding-top: 50px;
  margin-left: -100px;
}

#selling-points .owl-item {
  font-size: 30px;
  width: 100%;
  color: #913c9a;
}

#selling-points .owl-carosel .owl-stage {
  display: flex;
  align-items: center;
}

#selling-points .owl-item p {
  margin: auto;
  padding-left: 25%;
}

#selling-points .owl-item p:before {
  content: "✓";
  color: #84ba24;
  padding-right: 10px;
}

#selling-points .owl-dots {
  display: none !important;
}

#intro-text {
  background: #84ba24;
  color: white;
  font-size: 20px;
}

#intro-text p {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin: auto;
  font-weight: 400;
}

#intro-text .point {
  height: 40px;
  width: 40px;
  background: #84ba24;
  transform: rotate(45deg);
  margin: auto;
  position: relative;
  top: 18px;
}

#turf-showcase .turf-stage {
  margin: 100px 200px;
}

#turf-showcase .top {
  display: flex;
}

#turf-showcase .top .text {
  width: 50%;
}

#turf-showcase .top .text p {
  max-width: 750px;
  padding-right: 50px;
}

#turf-showcase .cta {
  font-size: 30px;
  color: #913c9a;
}

#turf-showcase .image {
  height: 400px;
  width: 500px;
  background-size: cover !important;
  border-radius: 20px;
}

#turf-showcase .testamonial {
  background: #913c9a;
  color: white;
  width: 400px;
  height: 200px;
  border-radius: 20px;
  padding: 20px;
  font-weight: 100;
  font-size: 20px;
  position: relative;
  top: -100px;
  left: 125px;
}

#turf-showcase .owl-dots {
  display: none !important;
}

#turf-showcase .owl-item {
  width: 400px;
}

#turf-showcase .owl-item p {
  width: 350px;
}

#turf-showcase .testamonial .name {
  font-size: 15px;
  font-weight: 400;
}

.button-row {
  display: flex;
  justify-content: space-between;
}

.button-row a {
  width: 300px;
  height: 100px;
  background: red;
  margin: auto;
}

.button-row > a:nth-child(1) {
  background: white;
  color: #913c9a;
  border: 1px solid #913c9a;
}

.button-row > a:nth-child(2) {
  background: #913c9a;
  color: white;
}

.qq-btn {
  width: 300px;
  height: 100px;
  display: flex;
  padding: 10px;
  background: #84ba24;
  color: white;
}

.qq-img img {
  height: 50px;
  position: relative;
  top: 20px;
}

.qq-text p {
  text-align: left !important;
  padding: 0px;
}

.qq-btn > p {
  text-align: left;
}

.qq-btn p > span {
  font-size: 15px;
}

.button-row p {
  text-align: center;
  font-size: 25px;
  font-weight: 100;
}

#turf-showcase .top.left .testamonial {
  left: -25px;
}

#turf-showcase .top.left {
  flex-direction: row-reverse;
}

#turf-showcase .top.left .text {
  margin-left: 50px;
  padding-right: 0px;
}

#turf-showcase {
  max-width: 1400px;
  margin: auto;
}

#selling-points.product p {
  font-size: 40px;
  color: purple;
  font-weight: 500;
  text-align: center;
  margin-left: 30%;
}

#homepage-masthead.product {
  height: 400px;
}

#homepage-masthead.product .hero-content {
  margin-top: 170px;
}

#homepage-masthead.product .hero-image img {
  width: 400px;
}

#turf-intro {
  max-width: 1150px;
  margin: auto;
}

#turf-intro .text-sections {
  display: flex;
  justify-content: space-between;
}

#turf-intro .text-sections .section {
  max-width: 500px;
}

#intro-buttons {
  display: flex;
  justify-content: space-between;
}

#intro-buttons .button {
  height: 600px;
  width: 49%;
  color: white;
  font-size: 30px;
}

#intro-buttons .button .inner {
  padding: 75px;
}

#intro-buttons .inner-button {
  display: block;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: white;
}

#intro-buttons .grn .inner-button {
  background: #92399c;
}

#intro-buttons .prp .inner-button {
  background: #a1c360;
}

#intro-buttons .button.grn {
  background: #a1c360;
}

#intro-buttons .button.prp {
  background: #92399c;
}

#intro-buttons .button .image {
  height: 200px;
  background-size: cover !important;
}

#turf-foot {
  padding-top: 50px;
  max-width: 1150px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#turf-foot .turf-foot-container h2 {
  padding-bottom: 50px;
}

#turf-foot .turf-foot-container {
  width: 45%;
}

#turf-foot .inner-container {
  display: flex;
}

#turf-foot .inner-container img {
  height: 150px;
  margin-right: 50px;
}

.com-mobile .qq-btn {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
}

.product-qq {
  display: flex;
  font-size: 50px;
}

.product-qq img {
  height: 55px;
  padding-right: 20px;
}

.product-qq p {
  color: #92399c;
}

.product-qq p span {
  color: black;
  font-size: 15px;
}

#product-footer {
  height: 300px;
  display: flex;
  flex-direction: row;
  font-size: 29px;
}

#product-footer .section {
  height: 100%;
  width: 50%;
  background-size: cover !important;
}

#product-footer .inner {
  background: purple;
  color: white;
  padding: 30px;
  width: 50%;
}

#product-footer .inner .inner-button {
  display: block;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: white;
  background: #a1c360;
}

.button-row a:hover, .qq-btn:hover {
  background: #333 !important;
  transition: 300ms;
  color: white;
  text-decoration: none;
}

.owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
}

.button-row a:nth-child(1) p, .button-row a:nth-child(2) p {
  padding-top: 30px;
}

.button-row .qq-btn {
  width: 100%;
}

.qq-text p {
  position: relative;
  line-height: 16px;
  bottom: -25px;
  left: 30px;
  font-size: 20px;
  text-align: center !important;
}

.com-mobile .qq-btn {
  display: flex;
}

.testamonial .owl-carousel .owl-item {
  height: 100%;
}

.testamonial .owl-dots {
  display: block;
  position: relative;
  top: -30px;
  left: 46%;
}

.testamonial .owl-carousel .owl-controls .owl-dot {
  height: 10px;
  width: 10px;
  background: rgba(0, 0, 0, 0.4);
}

.testamonial .owl-carousel .owl-controls .owl-dot.active {
  background: black !important;
}

.std .button {
  height: 350px;
  width: 100%;
  color: white;
  font-size: 30px;
  display: flex;
}

.std .button .inner {
  padding: 35px;
}

.std .inner-button {
  display: block;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: white;
}

.std .prp .inner-button {
  background: #a1c360;
}

.std .button.prp {
  background: #92399c;
}

.std .button .image {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

.usp-why-buy {
  display: flex;
  flex-wrap: wrap;
}

.usp-why-buy li {
  width: 50%;
  padding-bottom: 10px;
  font-size: 20px !important;
}

#turf-intro h3 {
  color: black;
}

.com-mobile .qq-btn {
  height: 45px;
}

@media only screen and (max-width: 1199px) {
  .com-mobile .qq-btn {
    height: 60px !important;
  }
}

.qq-img img {
  height: 50px;
  position: relative;
  top: 20px;
  left: 0px !important;
}

.com-mobile .qq-img img {
  height: 40px !important;
  position: relative !important;
  top: -12px !important;
}

#selling-points.product p {
  font-size: 35px !important;
}

.com-mobile .qq-text p {
  bottom: 10px;
  left: 5px !important;
}

#intro-logo {
  margin-left: 105%;
}

#selling-points {
  height: 100%;
}

#turf-showcase .turf-stage:nth-child(1) {
  margin-bottom: 50px !important;
}

#turf-showcase .turf-stage:nth-child(2) {
  margin-top: 50px !important;
}

.turf-foot-container h2 {
  height: 30px !important;
}

@media only screen and (max-width: 1150px) {
  .usp-why-buy li {
    width: 100%;
  }
  #selling-points.product p {
    font-size: 30px;
  }
  #turf-intro .text-sections {
    flex-direction: column;
  }
  #turf-intro .text-sections .section {
    width: 100%;
    max-width: 9999px;
  }
  #intro-buttons {
    flex-direction: column;
  }
  #intro-buttons .button {
    width: 100%;
    margin-top: 50px;
  }
  #turf-foot {
    flex-direction: column;
    width: 100%;
    max-width: 9999px;
  }
  #turf-foot .turf-foot-container {
    width: 100%;
  }
  #intro-logo {
    display: none;
  }
  .hero-text {
    width: 100%;
    padding-top: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .hero-image {
    display: flex;
    justify-content: center;
  }
  .hero-image img {
    width: 70%;
  }
  .hero-content {
    flex-direction: column;
    margin: auto;
  }
  .turf-stage .top {
    flex-direction: column !important;
  }
  #turf-showcase .top .text {
    width: 100%;
  }
  #turf-showcase .top .text p {
    max-width: 9999px;
    padding-right: 0px;
  }
  #turf-showcase .image {
    height: 400px;
    width: 100%;
    background-size: cover !important;
    border-radius: 20px;
  }
  #turf-showcase .turf-stage {
    margin: 0px 50px;
  }
  #turf-showcase .testamonial {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  #turf-showcase .top.left .testamonial {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  #turf-showcase .button-row {
    flex-direction: column;
  }
  .button-row a {
    width: 100%;
    margin-bottom: 40px;
    height: 100px;
    background: red;
  }
  #turf-showcase .top.left .text {
    margin-left: 0px;
    padding-right: 0px;
  }
  .button-row .qq-btn {
    width: 100%;
  }
  .std .button {
    flex-direction: column;
    height: 600px;
  }
  .product-qq {
    display: inline-flex;
  }
  #homepage-hero .hero-image.product img {
    margin-top: 10px;
  }
  #turf-showcase .qq-text p {
    font-size: 30px;
    padding-top: 10px;
    margin-right: 50px;
  }
  .qq-text p {
    bottom: -15px;
    left: 0px;
  }
  #turf-showcase .qq-text {
    width: 100%;
  }
  #homepage-masthead.product .hero-image img {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    height: 100%;
  }
  #selling-points {
    height: 100%;
  }
  #turf-showcase .owl-item p {
    width: 100%;
    text-align: center;
  }
  #selling-points .owl-item p {
    padding-left: 0;
  }
  #selling-points {
    width: 100%;
  }
  #turf-showcase .owl-item {
    width: 100%;
  }
  .usp-why-buy {
    margin-top: 30px;
  }
  #selling-points.product p {
    font-size: 30px;
    margin-left: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #turf_comparison_features td .fa {
    font-size: 18px;
  }
  #turf_comparison_features td .ratings {
    line-height: 14px;
  }
  #turf_comparison_features th:first-child,
  #turf_comparison_features td:first-child {
    font-size: 14px;
  }
  #turf_comparison_features td .price {
    font-size: 14px;
    line-height: 24px;
  }
  #turf_comparison_features td .price span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #turf_comparison_features td,
  #turf_comparison_features th {
    display: block;
    width: 50%;
    font-size: 20px;
  }
  #turf_comparison_features .qq-img {
    display: none;
  }
  #turf_comparison_features .qq-btn {
    width: 80% !important;
    margin: 10px auto !important;
  }
  #turf_comparison_features .qq-btn .qq-text {
    width: 100%;
  }
  #selling-points.product p {
    font-size: 20px;
  }
  .qq-img img {
    left: 0px;
  }
  .com-mobile .qq-text p {
    bottom: 10px;
    left: 0px;
  }
}

@media (max-width: 627px) {
  .com-mobile .qq-btn {
    height: 65px !important;
  }
}

@media (max-width: 414px) {
  .button-row .qq-img img {
    display: none;
  }
  #turf-showcase .qq-text p {
    margin-right: 0px;
  }
}

#calendar_table_shqcustom2 .ui-state-default {
  color: black;
  background: #ce91d5 url("images/ui-bg_highlight-hard_15_92389c_1x100.png") 50% 50% repeat-x;
}

#calendar_table_shqcustom2 .ui-state-disabled .ui-state-default {
  background: white;
}

#calendar_table_shqcustom2 .ui-state-disabled, #calendar_table_shqcustom2 .ui-widget-content .ui-state-disabled {
  opacity: 1;
}

#calendar_table_shqcustom2 .ui-state-active {
  background: #92389c;
  color: white;
}

#calendar_table_shqcustom2 .ui-state-default {
  color: black;
  background: #ce91d5 url("images/ui-bg_highlight-hard_15_92389c_1x100.png") 50% 50% repeat-x;
}

#calendar_table_shqcustom2 .ui-state-disabled .ui-state-default {
  background: white;
}

#calendar_table_shqcustom2 .ui-state-disabled, #calendar_table_shqcustom2 .ui-widget-content .ui-state-disabled {
  opacity: 1;
}

#calendar_table_shqcustom2 .ui-state-active {
  background: #92389c;
  color: white;
}

.review-pro-title {
  padding-top: 4rem;
}

.review-pro-title .ruk_rating_snippet {
  display: flex;
}

.review-pro-title .ruk_rating_snippet .ruk-rating-snippet-count {
  bottom: -1px !important;
  padding-left: 5px !important;
}

.global-site-notice {
  background: #76b51b;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 17px;
  line-height: 18px;
}

.global-site-notice p {
  padding: 0px;
  margin: 0px;
}

.com-mobile a {
  transition: all 0.2s;
}

.com-mobile a:hover {
  background: #8dba54 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.com-mobile a:hover span {
  text-decoration: none !important;
  color: #ffffff !important;
}

@media screen and (max-width: 414px) {
  .catalog-category-view .product-info .ruk_rating_snippet {
    text-align: center;
  }
  .review-pro-title h1 {
    font-size: 27px !important;
    line-height: 27px;
    margin-bottom: 10px !important;
  }
  .review-pro-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .catalog-product-view .product-view {
    padding-bottom: 0px !important;
  }
  .catalog-product-view .turf-selector-custom-options {
    margin-top: 1em;
  }
  .catalog-product-view .turf-selector-custom-options .sqm-selection {
    margin-left: 0px !important;
  }
  .catalog-product-view .turf-selector-custom-options .sqm-selection .mini-calculator {
    margin-top: 21px;
  }
  .catalog-product-view .basket-box {
    padding: 0px !important;
  }
  .catalog-product-view .add-to-box .add-to-cart {
    flex-direction: column !important;
  }
  .catalog-product-view .MagicToolboxMessage {
    padding-top: 0.5em;
  }
}

.custom-rating .ruk_rating_snippet {
  display: none;
}

.custom-rating .custom_rating {
  cursor: pointer;
}

.custom-rating .custom_rating i {
  color: #f47e27;
}

.custom-rating .custom_rating i.fa-star-half-o, .custom-rating .custom_rating i.fa-star-o {
  margin-left: 3px;
}

.custom-rating .custom_rating .count {
  font-weight: 500;
  font-size: 13px;
  margin-left: 3px;
}

.custom-rating .turf-rating i {
  color: #f47e27 !important;
  font-size: 16px !important;
}

.custom-rating span {
  font-weight: 500 !important;
  font-size: 14px !important;
}

#asea-doc-search-container #asea-section-1 #asea_search_form .asea-search-filter-container {
  display: none;
}

#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-content {
  width: 100%;
  padding-right: 0%;
  padding-left: 0;
}

.pro-upsell-wrapper {
  margin: 2em 0px;
}

.pro-upsell-wrapper h2 {
  margin-bottom: 7px !important;
  color: #92389c !important;
  font-weight: 500;
}

.pro-upsell-wrapper .pro-upsell {
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
}

.pro-upsell-wrapper .pro-upsell li {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  width: 49%;
}

.pro-upsell-wrapper .pro-upsell li a {
  display: block;
}

.pro-upsell-wrapper .pro-upsell li a img {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.pro-upsell-wrapper .pro-upsell li .pro-title {
  font-weight: 500;
  padding: 0.8em 0px 0.5em;
  display: block;
  font-size: 16px;
  line-height: 17px;
}

.pro-upsell-wrapper .pro-upsell .btn-upsell-cart {
  display: inline-block;
  border: 0px;
  background: #92389c !important;
  color: #fff;
  width: 100%;
  margin: 9px auto;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.2s;
}

.pro-upsell-wrapper .pro-upsell .btn-upsell-cart:hover {
  background: #6f2b76;
}

.catalog-product-view .product-up-sells {
  display: none;
}

.catalog-product-view .product-up-sells .row {
  display: flex;
  flex-flow: row wrap;
}

.mob-upsell {
  text-align: center;
  margin: 0px auto 1em !important;
  display: block;
}

.mob-upsell .btn-upsell-cart {
  display: inline-block;
  border: 0px;
  background: #92389c !important;
  color: #fff;
  width: 100%;
  margin: 9px auto;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.2s;
}

.mob-upsell .btn-upsell-cart:hover {
  background: #6f2b76;
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .pro-upsell li {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .pro-upsell-wrapper {
    display: none;
  }
  .catalog-product-view .product-up-sells {
    display: block;
  }
}

#homepage-masthead {
  display: flex;
  align-items: center;
  justify-content: center;
}

#homepage-masthead #homepage-hero {
  width: 80%;
  max-width: 65em;
  padding: 5em 0 0;
}

#homepage-masthead #homepage-hero .hero-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: unset !important;
}

#homepage-masthead #homepage-hero .hero-content .hero-image img {
  width: 100%;
  display: block;
}

#homepage-masthead #homepage-hero .hero-content .hero-text {
  display: flex;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: unset;
  padding: unset;
  margin: unset;
}

#homepage-masthead #homepage-hero .hero-content .hero-text h3 {
  color: #ffffff;
  font-size: 26px;
}

#homepage-masthead #homepage-hero .hero-content .hero-text h3.title {
  line-height: 30px;
  font-weight: 400;
}

#homepage-masthead #homepage-hero .hero-content .hero-text h3.title:nth-child(2) {
  margin-bottom: 0px;
  line-height: 23px;
}

#homepage-masthead #homepage-hero .hero-content .hero-text h3.sub-title {
  font-weight: 600;
  line-height: 28px;
  margin-top: 5px;
}

#selling-points {
  width: 100% !important;
  height: unset !important;
  position: relative;
  display: block;
  background: white;
  padding: 1.5em 0px;
}

#selling-points .container {
  position: relative;
}

#selling-points .selling-carousel .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #913C9A;
}

#selling-points .selling-carousel .item img {
  width: 3%;
  display: inline-block;
  margin-right: 12px;
}

#selling-points .selling-carousel .item span {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

#selling-points .selling-carousel .item span span {
  font-weight: 600;
}

#selling-points #exp-logo {
  position: absolute;
  right: -15px;
  top: -43px;
  text-align: right;
  z-index: 1;
}

#selling-points #exp-logo img {
  width: 58%;
  border-radius: 100%;
  background: white;
  padding: 9px;
}

.intro-text-wrapper {
  background: #80BD41;
  padding: 2.5em 0;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.intro-text-wrapper .intro-content {
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
}

.intro-text-wrapper .arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 27px solid #80BD41;
  bottom: -23px;
  z-index: 2;
  left: 0px;
  text-align: center;
  position: absolute;
  right: 0px;
  margin: 0px auto;
}

.turf-box-wrapper {
  background: #ffffff;
  padding: 9em 0px 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .turf-box-wrapper .turf-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10%;
    padding-bottom: 8em; }
    .turf-box-wrapper .turf-grid .title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 16px;
        margin-bottom: 7px; }
        .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper span {
          text-align: center;
          color: #913C9A;
          font-weight: 500;
          font-size: 15px;
          line-height: 15px; }
        .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper .custom_rating {
          cursor: pointer; }
          .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper .custom_rating i {
            color: #f47e27; }
        .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-left: 0px; }
          .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul i {
            color: #f6ff00; }
          .turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul li:not(:first-child) {
            padding-left: 4px; }
    .turf-box-wrapper .turf-grid h3 {
      font-size: 37px;
      font-weight: 400;
      color: #913C9A;
      line-height: 37px;
      padding-bottom: 7px;
      margin-top: 0px !important; }
    .turf-box-wrapper .turf-grid p {
      color: #333333;
      font-weight: 300;
      line-height: 24px;
      font-size: 15px; }
    .turf-box-wrapper .turf-grid .content-b {
      padding: 1.5em 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 25px;
      line-height: 33px;
      font-weight: 400;
      color: #913C9A; }
      .turf-box-wrapper .turf-grid .content-b span.sub-title {
        font-weight: 500; }
    .turf-box-wrapper .turf-grid .grid-test-img {
      position: relative; }
      .turf-box-wrapper .turf-grid .grid-test-img .t-leaf {
        position: absolute;
        right: -16%;
        top: -102px; }
      .turf-box-wrapper .turf-grid .grid-test-img .img-box {
        min-height: 23em;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-top-left-radius: 14px;
        border-bottom-right-radius: 14px;
        border-top-right-radius: 14px;
        background-repeat: no-repeat;
        background-size: cover; }
      .turf-box-wrapper .turf-grid .grid-test-img .b-leaf {
        position: absolute;
        bottom: -1px;
        left: -44px; }
      .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
        position: absolute;
        background: #913C9A;
        color: #ffffff;
        padding: 2.8em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        right: -51px;
        bottom: -90px;
        border-radius: 17px; }
        .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel .item {
          width: 100%; }
        .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel p {
          color: #ffffff !important;
          font-size: 18px !important;
          line-height: 26px !important;
          font-weight: 400 !important; }
        .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel .title {
          padding: 1em 0 0;
          font-weight: 500; }
  .turf-box-wrapper .action-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 33px; }
    .turf-box-wrapper .action-grid .grid-box a {
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 23px;
      font-weight: 400;
      padding: 0.5em 0; }
    .turf-box-wrapper .action-grid .grid-box:nth-child(1) {
      border: 1px solid #b04fba; }
      .turf-box-wrapper .action-grid .grid-box:nth-child(1) a {
        color: #913C9A;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .turf-box-wrapper .action-grid .grid-box:nth-child(1) a:hover {
          text-decoration: none;
          background: #913C9A;
          color: #ffffff; }
    .turf-box-wrapper .action-grid .grid-box:nth-child(2) a {
      background: #913C9A;
      color: #ffffff;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      border: 1px solid transparent; }
      .turf-box-wrapper .action-grid .grid-box:nth-child(2) a:hover {
        text-decoration: none;
        border: 1px solid #b04fba;
        background: #ffffff;
        color: #913C9A; }
    .turf-box-wrapper .action-grid .grid-box:nth-child(3) {
      background: #A1C360; }
      .turf-box-wrapper .action-grid .grid-box:nth-child(3) a {
        color: #ffffff;
        padding: 0.5em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .turf-box-wrapper .action-grid .grid-box:nth-child(3) a:hover {
          background: #913C9A;
          text-decoration: none; }
        .turf-box-wrapper .action-grid .grid-box:nth-child(3) a img {
          padding-right: 14px; }
        .turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote .title {
            display: block;
            font-size: 26px;
            line-height: 26px;
            padding-bottom: 10px; }
          .turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote .sub-title {
            font-size: 12px;
            line-height: 12px; }

.turf-box-wrapper .turf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10%;
  padding-bottom: 8em;
}

.turf-box-wrapper .turf-grid .title-wrapper {
  display: flex;
  align-items: center;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  margin-bottom: 7px;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper span {
  text-align: center;
  color: #913C9A;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper .custom_rating {
  cursor: pointer;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper .custom_rating i {
  color: #f47e27;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul i {
  color: #f6ff00;
}

.turf-box-wrapper .turf-grid .title-wrapper .rating-wrapper ul li:not(:first-child) {
  padding-left: 4px;
}

.turf-box-wrapper .turf-grid h3 {
  font-size: 37px;
  font-weight: 400;
  color: #913C9A;
  line-height: 37px;
  padding-bottom: 7px;
  margin-top: 0px !important;
}

.turf-box-wrapper .turf-grid p {
  color: #333333;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
}

.turf-box-wrapper .turf-grid .content-b {
  padding: 1.5em 0 0;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  color: #913C9A;
}

.turf-box-wrapper .turf-grid .content-b span.sub-title {
  font-weight: 500;
}

.turf-box-wrapper .turf-grid .grid-test-img {
  position: relative;
}

.turf-box-wrapper .turf-grid .grid-test-img .t-leaf {
  position: absolute;
  right: -16%;
  top: -102px;
}

.turf-box-wrapper .turf-grid .grid-test-img .img-box {
  min-height: 23em;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  background-repeat: no-repeat;
  background-size: cover;
}

.turf-box-wrapper .turf-grid .grid-test-img .b-leaf {
  position: absolute;
  bottom: -1px;
  left: -44px;
}

.turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
  position: absolute;
  background: #913C9A;
  color: #ffffff;
  padding: 2.8em;
  box-sizing: border-box;
  width: 75%;
  right: -51px;
  bottom: -90px;
  border-radius: 17px;
}

.turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel .item {
  width: 100%;
}

.turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel p {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}

.turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel .title {
  padding: 1em 0 0;
  font-weight: 500;
}

.turf-box-wrapper .action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 33px;
}

.turf-box-wrapper .action-grid .grid-box a {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 23px;
  font-weight: 400;
  padding: 0.5em 0;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(1) {
  border: 1px solid #b04fba;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(1) a {
  color: #913C9A;
  transition: all 0.2s;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(1) a:hover {
  text-decoration: none;
  background: #913C9A;
  color: #ffffff;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(2) a {
  background: #913C9A;
  color: #ffffff;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(2) a:hover {
  text-decoration: none;
  border: 1px solid #b04fba;
  background: #ffffff;
  color: #913C9A;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) {
  background: #A1C360;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a {
  color: #ffffff;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.2s;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a:hover {
  background: #913C9A;
  text-decoration: none;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a img {
  padding-right: 14px;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote .title {
  display: block;
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 10px;
}

.turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote .sub-title {
  font-size: 12px;
  line-height: 12px;
}

.turf-box-wrapper.lawn-box-wrapper {
  background: #F6F6F6;
  position: relative;
}

.turf-box-wrapper.lawn-box-wrapper .lawn-f {
  position: absolute;
  right: -59px;
  bottom: -35px;
}

.turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
  left: -51px;
  bottom: -79px;
  right: unset !important;
}

.turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-test-img .t-leaf {
  right: unset;
  left: -16%;
}

.turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-test-img .b-leaf {
  right: -13%;
  left: unset;
}

.turf-box-wrapper.lawn-box-wrapper .action-grid {
  position: relative;
  z-index: 1;
}

.hp-why-buy h1 {
  font-weight: 400 !important;
  line-height: 35px !important;
  padding-bottom: 15px;
}

.hp-why-buy ul.usp-why-buy {
  padding-bottom: 1.5em !important;
}

.hp-why-buy ul.usp-why-buy li {
  padding-bottom: 0px !important;
  font-size: unset  !important;
}

.hp-why-buy ul.usp-why-buy li span.title {
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #923799 !important;
  border: 0px !important;
  padding-left: 6px !important;
  padding-bottom: 0px !important;
}

.hp-why-buy p {
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 25px !important;
}

.hp-why-buy a.why-buy-btn {
  font-size: 23px !important;
  font-weight: 400 !important;
  padding: 15px 44px !important;
}

.hp-why-buy span.sub-title {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: #333;
  padding: 21px 0;
  display: block;
}

.category-turf #header .main-header {
  background: rgba(0, 0, 0, 0.7) !important;
}

.category-turf #homepage-masthead.product {
  height: 500px !important;
  width: 100% !important;
  position: relative;
  z-index: 0;
  padding: 60px 0 0;
  top: -140px !important;
}

.category-turf #homepage-masthead.product #homepage-hero {
  padding: 0px;
}

.category-turf #homepage-masthead.product #homepage-hero .hero-content {
  grid-template-columns: 100% !important;
}

.category-turf #homepage-masthead.product #homepage-hero .hero-content .hero-image {
  align-items: center;
  justify-content: center;
  display: flex;
}

.category-turf #homepage-masthead.product #homepage-hero .hero-content .hero-image img {
  width: 48% !important;
}

.dream-wrapper {
  width: 100% !important;
  height: unset !important;
  position: relative;
  display: block;
  background: white;
  padding: 1.8em 0px;
}

.dream-wrapper .container {
  position: relative;
}

.dream-wrapper .exp-logo {
  position: absolute;
  right: -15px;
  top: -48px;
  text-align: right;
  z-index: 1;
}

.dream-wrapper .exp-logo img {
  width: 58%;
  border-radius: 100%;
  background: white;
  padding: 9px;
}

.dream-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #913C9A;
}

.turf-test-wrapper {
  padding: 2em 0px 3em;
  background: #80BD41;
}

.turf-test-wrapper .turf-test-carousel .item {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.turf-test-wrapper .turf-test-carousel .item .quote {
  width: 72%;
  margin: 0px auto;
  position: relative;
  padding: 2em 0px 0px;
}

.turf-test-wrapper .turf-test-carousel .item .quote img.top {
  position: absolute;
  left: -105px;
  top: -5px;
}

.turf-test-wrapper .turf-test-carousel .item .quote img.bt {
  position: absolute;
  right: -105px;
  bottom: -24px;
  transform: rotate(180deg);
}

.turf-test-wrapper .turf-test-carousel .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.turf-test-wrapper .turf-test-carousel .item .person {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding-top: 1em;
  line-height: 18px;
}

.turf-test-wrapper .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.category-turf .grad-container .no-cat-title {
  display: none !important;
}

.category-turf #turf_comparison_features {
  margin-top: 2.5em;
}

.category-turf .turf-intro {
  padding: 16px 0 5em;
}

.category-turf .turf-intro h2.title {
  margin: 0px !important;
}

.category-turf .turf-intro h3.sub-title {
  font-weight: 400;
  color: #333333;
  margin: 6px 0 22px;
  font-size: 22px;
  line-height: 22px;
}

.category-turf .text-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 31px;
}

.category-turf .text-sections .section p {
  font-size: 15px;
  line-height: 25px;
}

.turf-box-grid-wrapper .turf-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 31px;
  position: relative;
  z-index: 2;
}

.turf-box-grid-wrapper .turf-box-grid .img {
  height: 13em;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(1) {
  background: #A1C360;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(1) .box-content a {
  background: #913C9A;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(1) .box-content a:hover {
  background: #6e2e75;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(2) {
  background: #913C9A;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(2) .box-content a {
  background: #A1C360;
}

.turf-box-grid-wrapper .turf-box-grid .box:nth-child(2) .box-content a:hover {
  background: #89ae42;
}

.turf-box-grid-wrapper .turf-box-grid .box-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7% 24%;
  box-sizing: border-box;
}

.turf-box-grid-wrapper .turf-box-grid .box-content span {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  display: block;
  padding-bottom: 1em;
}

.turf-box-grid-wrapper .turf-box-grid .box-content a {
  transition: all 0.2s;
  padding: 18px 63px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  display: inline-block;
}

.turf-box-grid-wrapper .turf-box-grid .box-content a:hover {
  text-decoration: none;
}

.turf-foot {
  padding: 3em 0px 5em;
  display: block;
}

.turf-foot .turf-foot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 31px;
  z-index: 1;
  position: relative;
}

.turf-foot .turf-foot-grid .box h2 {
  margin-top: 0px !important;
}

.turf-foot .turf-foot-grid .box .box-c-grid {
  display: grid;
  grid-template-columns: 25% 70%;
  grid-column-gap: 21px;
  align-items: center;
}

.turf-foot .turf-foot-grid .box .box-c-grid img {
  width: 100%;
  display: block;
}

.turf-foot .turf-foot-grid .box .box-content p {
  font-size: 15px;
  line-height: 25px;
}

.box-turf-float {
  position: relative;
  height: 100%;
}

.box-turf-float .float-turf {
  position: absolute;
  top: 25%;
  width: 100%;
  background: #F6F6F6;
  height: 100%;
}

.box-turf-float .float-lawn-f {
  position: absolute;
  right: -72px;
  top: -94px;
  z-index: 1;
}

.product-qq {
  background: #A1C360;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}

.product-qq .qq-p-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-qq .qq-p-wrapper span {
  color: #ffffff;
  font-size: 26px;
  line-height: 18px;
}

.product-qq .qq-p-wrapper span span {
  font-size: 15px;
  padding-left: 7px;
}

.purple-statistics {
  position: relative;
}

.product-jubilee #selling-points, .product-garden-lawn #selling-points {
  display: none;
}

.product-jubilee .review-pro-title, .product-garden-lawn .review-pro-title {
  padding-top: 4em;
}

.box-two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.box-two-grid .image {
  background-repeat: no-repeat;
  background-size: cover;
}

.box-two-grid .inner {
  background: #92399C;
  color: #fff;
  padding: 5em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.box-two-grid .inner span {
  font-size: 22px;
  line-height: 25px;
}

.box-two-grid .inner a {
  background: #A1C360;
  color: #fff;
  padding: 15px 4em;
  margin-top: 23px;
  font-size: 18px;
  line-height: 18px;
  transition: all 0.2s;
}

.box-two-grid .inner a:hover {
  background: #89ae42;
  text-decoration: none;
}

#footer {
  position: relative;
  z-index: 3;
}

.header-new-wrapper {
  width: 98% !important;
  max-width: 100em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-new-wrapper #hp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }

#header .main-header nav li {
  margin: 0 38px 0 0 !important;
  font-size: 19px !important; }

@media screen and (min-width: 1270px) and (max-width: 1440px) {
  #header .main-header nav li {
    margin: 0 28px 0 0 !important;
    font-size: 17px !important; } }

@media screen and (min-width: 990px) and (max-width: 1270px) {
  #header .main-header nav li {
    margin: 0 15px 0 0 !important;
    font-size: 16px !important; } }

@media screen and (min-width: 992px) {
  #logo-to {
    float: none !important;
    width: 40% !important;
    padding-right: 0px !important; }
  #hp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header .main-header nav ul {
    margin: 0px !important; }
    #header .main-header nav ul li {
      font-size: 14px;
      font-weight: 300;
      margin: 0 21px 0 0; } }

@media screen and (max-width: 1280px) {
  .turf-box-wrapper .turf-grid {
    grid-template-columns: 40% 50%;
    grid-column-gap: 7%;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .t-leaf {
    right: -12% !important;
    left: unset !important;
  }
}

@media screen and (max-width: 1024px) {
  #selling-points #exp-logo {
    display: none;
  }
  .dream-wrapper .exp-logo {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .turf-box-grid-wrapper .turf-box-grid .box-content {
    padding: 7%;
  }
  .turf-box-grid-wrapper .turf-box-grid .box-content span {
    font-size: 20px;
    line-height: 24px;
  }
  .turf-box-grid-wrapper .turf-box-grid .box-content a {
    font-size: 17px;
    line-height: 17px;
  }
  .category-turf .turf-intro h2.title {
    margin: 0px;
    font-size: 27px;
    line-height: 27px;
  }
  .category-turf .turf-intro h3.sub-title {
    margin: 10px 0 22px;
    font-size: 17px;
    line-height: 20px;
  }
  .category-turf .turf-intro .text-sections {
    padding: 15px 0 0;
  }
  .category-turf .turf-intro .text-sections .section p {
    font-size: 14px;
    line-height: 24px;
  }
  .turf-box-wrapper {
    padding: 3em 0px;
  }
  .turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-test-img .b-leaf {
    left: -17px !important;
    right: unset !important;
  }
  .turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
    left: 0px !important;
    margin: 0px auto;
    text-align: center;
    width: 88%;
    padding: 2em 1.8em;
    right: 0px !important;
  }
  .turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-box:nth-child(2) {
    order: 1;
  }
  .turf-box-wrapper.lawn-box-wrapper .turf-grid .grid-box:nth-child(1) {
    order: 2;
  }
  .turf-box-wrapper .action-grid {
    grid-template-columns: 47% 47%;
    grid-column-gap: 6%;
    padding-top: 7.5em;
    grid-row-gap: 22px;
  }
  .turf-box-wrapper .action-grid .grid-box a {
    font-size: 19px;
  }
  .turf-box-wrapper .action-grid .grid-box:nth-child(3) {
    font-size: 22px;
    line-height: 22px;
    grid-template-columns: 100%;
    grid-column: 1/3;
  }
  .turf-box-wrapper .turf-grid {
    grid-template-columns: 100%;
    grid-column-gap: 7%;
    grid-row-gap: 17%;
    justify-content: center;
    align-items: center;
  }
  .turf-box-wrapper .turf-grid h3 {
    font-size: 30px;
  }
  .turf-box-wrapper .turf-grid .grid-box .grid-content {
    padding-bottom: 1em;
  }
  .turf-box-wrapper .turf-grid .grid-box .grid-content .content-b {
    padding: 6px  0 0;
    font-size: 23px;
    line-height: 28px;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .img-box {
    z-index: 3;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .b-leaf {
    left: -17px;
    top: -85px;
    transform: rotate(-7deg);
    bottom: unset !important;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
    z-index: 6;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    width: 88%;
    padding: 2em 1.8em;
  }
  #homepage-masthead #homepage-hero .hero-content {
    display: block;
  }
  #homepage-masthead #homepage-hero .hero-content .hero-image {
    display: block !important;
    text-align: center;
  }
  #homepage-masthead #homepage-hero .hero-content .hero-image img {
    width: 70% !important;
    max-width: unset !important;
    height: unset !important;
    max-height: unset !important;
    margin: 0px auto !important;
  }
  #homepage-masthead #homepage-hero .hero-content .hero-text {
    align-items: center;
  }
  #selling-points {
    padding: 1.5em 0px;
  }
  #selling-points .owl-carousel .item span {
    font-size: 20px;
    line-height: 20px;
  }
  .intro-text-wrapper {
    padding: 1.5em 0px;
  }
  .intro-text-wrapper .intro-content {
    font-size: 21px;
    line-height: 25px;
  }
  .intro-text-wrapper .intro-content p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .product-view .turf-selector-custom-options {
    display: flex;
  }
  .product-view .turf-selector-custom-options div.sqm-selection {
    margin: 0px !important;
  }
  .turf-foot .turf-foot-grid {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote {
    width: 80%;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img {
    width: 6%;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img.top {
    left: -51px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img.bt {
    right: -43px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote p {
    font-size: 16px;
    line-height: 22px;
  }
  .turf-test-wrapper .turf-test-carousel .item .person {
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  .box-two-grid {
    grid-template-columns: 100%;
  }
  .box-two-grid .image {
    height: 12em;
  }
  .box-two-grid .inner {
    padding: 3em 2em;
  }
  .turf-test-wrapper {
    margin-bottom: 3em !important;
  }
  .product-qq .qq-p-wrapper span span {
    font-size: 13px;
    padding-top: 4px;
  }
  .box-turf-float .float-lawn-f {
    z-index: -1;
  }
  .turf-foot {
    padding: 0px 0 3em;
  }
  .turf-foot .turf-foot-grid .box .box-c-grid {
    display: block;
  }
  .turf-foot .turf-foot-grid .box .box-c-grid img {
    width: 28%;
    margin: 0px auto 1em;
    display: block;
  }
  .turf-box-grid-wrapper {
    padding: 2em 0;
  }
  .turf-box-grid-wrapper .turf-box-grid {
    grid-template-columns: 100%;
    grid-row-gap: 15px;
  }
  .turf-box-grid-wrapper .turf-box-grid .box-content a {
    font-size: 18px;
    line-height: 22px;
  }
  .category-turf .turf-intro {
    padding: 1em 0 0;
  }
  .category-turf .turf-intro h2.title {
    line-height: 31px;
  }
  .category-turf .turf-intro h3.sub-title {
    line-height: 23px;
  }
  .category-turf .turf-intro .text-sections {
    padding: 0px !important;
    grid-template-columns: 100%;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote {
    padding: 1em 0px 0px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img {
    width: 6%;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img.top {
    left: -18px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote img.bt {
    right: -22px;
  }
  .turf-test-wrapper .turf-test-carousel .item .quote p {
    font-size: 15px;
    line-height: 22px;
  }
  .turf-test-wrapper .turf-test-carousel .item .person {
    font-size: 14px;
  }
  .category-turf #homepage-masthead.product {
    top: -145px !important;
  }
  .category-turf #homepage-masthead.product #homepage-hero .hero-content .hero-image img {
    width: 100% !important;
  }
  .dream-wrapper {
    padding: 1.5em 0px;
  }
  .dream-wrapper .title {
    font-size: 22px;
    line-height: 22px;
  }
  .hp-why-buy ul {
    margin: 5px !important;
  }
  .hp-why-buy h2 {
    font-weight: 500 !important;
  }
  .turf-box-wrapper .action-grid {
    grid-template-columns: 100%;
    grid-column-gap: unset;
    grid-row-gap: 12px;
  }
  .turf-box-wrapper .action-grid .grid-box:nth-child(3) {
    grid-column: unset !important;
  }
  .turf-box-wrapper .action-grid .grid-box:nth-child(3) a .quote .title {
    font-size: 24px;
    line-height: 17px;
  }
  .turf-box-wrapper .turf-grid .grid-box .grid-content {
    padding-bottom: 0px;
  }
  .turf-box-wrapper .turf-grid .grid-box .grid-content .content-b {
    font-size: 21px;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .t-leaf {
    right: -8% !important;
    width: 40% !important;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel {
    padding: 2em 0.8em;
  }
  .turf-box-wrapper .turf-grid .grid-test-img .testimonial-carousel-wrapper .testimonial-carousel p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .intro-text-wrapper {
    margin: 0 0 1em;
  }
  .intro-text-wrapper .intro-content {
    font-size: 16px;
    line-height: 23px;
  }
  .intro-text-wrapper .intro-content P {
    font-size: 19px;
  }
  .intro-text-wrapper .arrow-down {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 22px solid #80BD41;
    bottom: -20px;
  }
  #selling-points .selling-carousel .item img {
    width: 12%;
  }
  #selling-points .selling-carousel .item span {
    font-size: 19px;
    line-height: 24px;
  }
  .global-site-notice {
    padding: 13px 22px;
    box-sizing: border-box;
  }
  #homepage-masthead #homepage-hero .hero-content .hero-image img {
    width: 100% !important;
  }
  #homepage-masthead #homepage-hero .hero-content .hero-text h3.title {
    font-size: 22px;
    line-height: 26px !important;
  }
  .product-view .turf-selector-custom-options {
    display: flex;
  }
  .cms-index-index #turf-calc-sm {
    padding: 1.2em 0px;
  }
  .cms-index-index #turf-calc-sm .title {
    font-size: 5vw;
    line-height: .9;
    display: block;
    margin-bottom: 14px;
  }
  .cms-index-index #turf-calc-sm a.btn {
    font-size: 1em;
    line-height: .9;
    padding: 11px 34px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  .cms-index-index #turf_comparison_features {
    margin: 30px 0 0px !important;
  }
  .cms-index-index #turf_comparison_features table {
    border: 0px none !important;
  }
  .cms-index-index #turf_comparison_features table td.com-mobile {
    width: 48% !important;
    margin-bottom: 11px !important;
  }
  .cms-index-index #turf_comparison_features table .toggler .btn {
    font-size: 4.5vw !important;
    line-height: 0.9 !important;
    padding: 16px 0px !important;
  }
  .cms-index-index #turf_comparison_features table tbody tr {
    margin-bottom: 10px;
  }
  .cms-index-index #turf_comparison_features .com-mobile span h2 {
    font-size: 4.75vw !important;
    line-height: 1.4 !important;
    display: block !important;
    height: auto !important;
  }
  .cms-index-index #turf_comparison_features .com-mobile .pquote-compare .price {
    display: block;
  }
  .cms-index-index #turf_comparison_features .com-mobile .pquote-compare .price .price-wrap {
    font-size: 5.5vw !important;
  }
  .cms-index-index #turf_comparison_features .com-mobile .pquote-compare a.btn {
    width: 100% !important;
    margin: 6px auto !important;
    font-size: 3.8vw !important;
    padding: 13px 0px !important;
    line-height: 0.9 !important;
  }
  .cms-index-index #turf_comparison_features .com-mobile .price {
    display: block;
  }
  .cms-index-index #turf_comparison_features .com-mobile .price .price-wrap {
    font-size: 5.5vw !important;
  }
  .cms-index-index #turf_comparison_features .com-mobile a.btn {
    width: 100% !important;
    margin: 6px auto !important;
    font-size: 4vw !important;
    line-height: 0.9 !important;
  }
  .cms-index-index .hp-why-buy {
    margin: 0px 0px 25px !important;
  }
  .cms-index-index .hp-why-buy h1 {
    font-size: 6.5vw !important;
    margin: 0px !important;
    line-height: 0.9 !important;
    font-weight: 400 !important;
  }
  .cms-index-index .hp-why-buy h2#why-subhead {
    font-size: 4.8vw !important;
    line-height: 0.9;
    margin: 0px 0 10px;
    padding: 10px 0px 16px;
    display: block;
  }
  .cms-index-index .hp-why-buy p {
    line-height: 1.7 !important;
  }
  .cms-index-index .hp-why-buy .usp-why-buy li {
    line-height: 1.2;
    font-size: 18px;
  }
  .cms-index-index .hp-why-buy a#why-buy-btn {
    font-size: 4vw;
    margin: 21px auto 0px;
    display: block;
    width: 80%;
    text-align: center;
    padding: 14px 0px;
    line-height: 0.9;
  }
  .cms-index-index .purple-more-info {
    padding: 30px 0;
  }
  .cms-index-index .purple-more-info h3 {
    font-size: 6.5vw;
    border-bottom: 1px solid #fff;
    line-height: 0.9;
    padding-bottom: 10px;
    text-align: center;
  }
  .cms-index-index .purple-more-info .pull-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .cms-index-index .purple-more-info .pull-right a.more-info-links {
    font-size: 9px !important;
    width: 47% !important;
    margin: 0 0 10px !important;
  }
  .cms-index-index .purple-more-info .pull-right a.more-info-links img {
    margin: 0px auto 10px !important;
    width: 80% !important;
  }
  .cms-index-index .purple-more-info .pull-right a.more-info-links .col-centered {
    font-size: 3vw !important;
  }
  .cms-index-index .hp-reviews {
    padding: 25px 0 35px;
  }
  .cms-index-index .hp-reviews .sect-title {
    font-size: 7.5vw !important;
    line-height: 0.9 !important;
    margin: 0px !important;
  }
  .cms-index-index .hp-reviews .reviews-iframe {
    margin: 0px 0 10px !important;
  }
  .cms-index-index .hp-reviews .leave-review {
    font-size: 4vw !important;
    padding: 15px 48px !important;
    line-height: 0.9 !important;
  }
  .cms-index-index .hp-blog-roll {
    padding: 0 0 25px !important;
  }
  .cms-index-index .hp-blog-roll .sect-title {
    font-size: 7.5vw !important;
  }
  .cms-index-index .hp-blog-roll a.hp-bp-rm {
    padding: 12px 35px;
    line-height: 0.9;
  }
  /* Turf Builder */
  .brave-project-index-index .grad-container .page-title h1 {
    font-size: 5.1vw !important;
    line-height: 1.1;
  }
  .brave-project-index-index .product-compare__table thead td {
    width: 33.33% !important;
  }
  .brave-project-index-index .product-compare__table thead td.spacer-column {
    width: 100% !important;
  }
  .brave-project-index-index .product-compare__table thead td .product-quote .product-quote__overlay .caption .product-quote__name {
    font-size: 3.5vw !important;
    white-space: initial !important;
  }
  .brave-project-index-index .product-compare__table thead td .product-quote .product-quote__overlay .caption .product-quote__bestfor {
    font-size: 3.5vw !important;
    line-height: 0.9;
    padding: 6px !important;
    display: block !important;
  }
  .brave-project-index-index .product-compare__table thead td .product-quote .quickview {
    font-size: 3.3vw !important;
    line-height: 0.9 !important;
    padding: 8px 0 !important;
  }
  .brave-project-index-index .product-compare__table .project-quote__add {
    font-size: 3.5vw !important;
    line-height: 0.9 !important;
    padding: 8px 0px !important;
  }
  #project-topsoil-form #topsoil-buttons-container {
    padding-top: 0px !important;
    border: 0px none !important;
    margin: 1.5em 0px !important;
  }
  #project-topsoil-form #topsoil-buttons-container .btn {
    padding: 10px 31px !important;
    font-size: 3.8vw !important;
    line-height: 0.9 !important;
    font-weight: 400 !important;
  }
  .catalog-product-view .add-to-box .add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
  }
  .catalog-product-view .add-to-box .add-to-cart .final-price {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .catalog-product-view .add-to-box .add-to-cart .final-price div {
    display: flex !important;
    width: 100% !important;
    float: none !important;
    align-items: center;
    font-size: 18px;
  }
  .catalog-product-view .add-to-box .add-to-cart .final-price div strong {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: -3px;
  }
  .catalog-product-view .product-view #product-addtocart-button {
    font-size: 3.8vw !important;
    line-height: 0.9 !important;
  }
  .catalog-category-view h1 {
    font-size: 6.5vw !important;
    line-height: 1 !important;
    display: block !important;
    margin-bottom: 0.5em !important;
  }
  .catalog-product-view .short-description .std h3 {
    font-size: 5vw !important;
    line-height: 1.4 !important;
    margin-top: 0px !important;
  }
  .catalog-product-view .short-description .std ul {
    padding-left: 20px !important;
  }
  .catalog-product-view .st-price-box .price-box span.price {
    font-size: 5.5vw !important;
    line-height: 0.9 !important;
  }
  .catalog-product-view .st-price-box .price-box span.exc-vat {
    font-size: 4vw !important;
    line-height: 0.9 !important;
  }
  .catalog-product-view .product-view .st-price-box {
    float: none !important;
    margin: 20px 0px !important;
  }
  .catalog-product-view .product-view h2 {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .MagicBoxShadow {
    display: none !important;
  }
  .catalog-category-view .products-list .item h2 {
    line-height: 1.2 !important;
  }
  .cms-page-view .grad-container, .contacts-index-index .grad-container {
    padding: 10px 0 0;
  }
  .cms-page-view .page-title h1, .contacts-index-index .page-title h1 {
    font-size: 6.5vw !important;
    line-height: 0.9 !important;
    display: block !important;
    margin-bottom: 17px !important;
  }
  .cms-page-view .page-title h2, .contacts-index-index .page-title h2 {
    font-size: 5vw !important;
    line-height: 0.9 !important;
  }
  .cms-page-view .page-title .std h1, .contacts-index-index .page-title .std h1 {
    font-size: 6.5vw !important;
    line-height: 1 !important;
    display: block !important;
    margin-bottom: 17px !important;
  }
  .cms-page-view .page-title .std h2, .contacts-index-index .page-title .std h2 {
    font-size: 5vw !important;
    line-height: 0.9 !important;
  }
  .cms-page-view .page-title .std img, .contacts-index-index .page-title .std img {
    width: 100% !important;
    display: block;
    margin: 0 0 15px !important;
  }
  .cms-page-view .page-title .std h2, .contacts-index-index .page-title .std h2 {
    font-size: 5vw !important;
    line-height: 0.9 !important;
  }
  .sidebar .widget-title {
    font-size: 4vw !important;
    line-height: 0.9 !important;
    padding: 16px 15px !important;
    display: block !important;
  }
  .cms-page-view .std img {
    width: 100%;
    display: block;
    margin-bottom: 11px;
  }
  .cms-page-view .std table, .cms-page-view .std iframe {
    width: 100% !important;
  }
  .extras-intro p {
    max-width: 100% !important;
  }
  .project .btn-next {
    font-size: 3.8vw !important;
    font-weight: 200 !important;
    padding: 8px 40px !important;
    text-align: center !important;
    display: inline-block !important;
    width: auto !important;
  }
  .project-accordion .project-extra {
    align-items: flex-start;
  }
  .project-accordion .project-extra .project-extra__quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project-accordion .project-extra .project-extra__quantity .form-group {
    position: relative;
    left: -21px;
    flex-direction: row;
  }
  .project-accordion .project-extra .project-extra__quantity .form-group button {
    border-radius: 0px !important;
  }
  .project-progress__row {
    padding: 12px 15px !important;
  }
  .embed-responsive-16by9 {
    padding-bottom: 32em !important;
  }
  .checkout-cart-index .page-title h1 {
    font-size: 6.4vw !important;
    margin: 12px 0px 0px !important;
  }
  .checkout-cart-index #cart .table {
    border: none 0px !important;
  }
  .checkout-cart-index #cart tfoot tr td {
    width: 100%;
    display: block;
  }
  .checkout-cart-index #cart tbody tr {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin: 0px;
    padding: 0px;
  }
  .checkout-cart-index #cart tbody tr td:first-child {
    grid-column: 1;
    grid-row: 1/ 2;
  }
  .checkout-cart-index #cart tbody tr td:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/ 2;
  }
  .checkout-cart-index #cart tbody tr td:nth-child(2) h2 {
    font-size: 3vw !important;
    line-height: 0.9 !important;
  }
  .checkout-cart-index #cart tbody tr td:nth-child(3) {
    grid-column: 2/4;
    grid-row: 2/2;
    position: relative;
    top: -46px;
  }
  .checkout-cart-index #cart tbody tr td:nth-child(4) {
    rid-column: 2/4;
    grid-row: 1/ 2;
    grid-column: 3;
    grid-row: 2;
    position: relative;
    top: -60px;
    width: 100%;
  }
  .checkout-cart-index #cart tbody tr .cart-remove {
    position: relative;
    width: 100%;
    display: block;
    grid-column: 2/4;
    grid-row: 2;
  }
  .checkout-cart-index .payment-card-title {
    font-size: 6vw;
  }
  .checkout-cart-index img.payment-logo {
    width: 100%;
    display: block;
  }
  .checkout-cart-index #shopping-cart-totals-table tbody, .checkout-cart-index #shopping-cart-totals-table tfoot {
    margin: 1em 0px 0px;
    display: block;
  }
  .checkout-cart-index #shopping-cart-totals-table tbody tr, .checkout-cart-index #shopping-cart-totals-table tfoot tr {
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
    padding: 7px 0 !important;
  }
  .checkout-cart-index #shopping-cart-totals-table tbody tr td, .checkout-cart-index #shopping-cart-totals-table tfoot tr td {
    line-height: 0.9;
    font-size: 4vw;
  }
  .checkout-cart-index .btn-checkout {
    font-size: 4vw;
    line-height: 0.9;
    padding: 12px 0;
  }
  ol.products-list li {
    width: 80vw;
    margin: 0px auto 1em;
  }
  .customer-account-login .page-title h1, .customer-account-forgotpassword .page-title h1, .customer-account-create .page-title h1 {
    font-size: 6.5vw;
    margin: 0px 0px 0.8em;
    line-height: 0.9;
    display: block;
  }
  .customer-account-login h2, .customer-account-forgotpassword h2, .customer-account-create h2 {
    font-size: 5.4vw;
    line-height: 0.9;
    margin-top: 0px;
    display: block;
    margin-top: 25px;
  }
  .customer-account-login #login-form h2, .customer-account-forgotpassword #login-form h2, .customer-account-create #login-form h2 {
    font-size: 5.4vw;
    line-height: 0.9;
  }
  .cms-other-faqs .std span {
    font-size: 4.5vw;
    line-height: 0.9;
  }
  .catalog-category-view #turf_comparison_features {
    margin: 30px 0 0px !important;
  }
  .catalog-category-view #turf_comparison_features table {
    border: 0px none !important;
  }
  .catalog-category-view #turf_comparison_features table td.com-mobile {
    width: 48% !important;
    margin-bottom: 11px !important;
  }
  .catalog-category-view #turf_comparison_features table .toggler .btn {
    font-size: 4.5vw !important;
    line-height: 0.9 !important;
    padding: 16px 0px !important;
  }
  .catalog-category-view #turf_comparison_features table tbody tr {
    margin-bottom: 10px;
  }
  .catalog-category-view #turf_comparison_features .com-mobile span h2 {
    font-size: 4.75vw !important;
    line-height: 1.4 !important;
    display: block !important;
    height: auto !important;
  }
  .catalog-category-view #turf_comparison_features .com-mobile .pquote-compare .price {
    display: block;
  }
  .catalog-category-view #turf_comparison_features .com-mobile .pquote-compare .price .price-wrap {
    font-size: 5.5vw !important;
  }
  .catalog-category-view #turf_comparison_features .com-mobile .pquote-compare a.btn {
    width: 100% !important;
    margin: 6px auto !important;
    font-size: 3.8vw !important;
    padding: 13px 0px !important;
    line-height: 0.9 !important;
  }
  .catalog-category-view #turf_comparison_features .com-mobile .price {
    display: block;
  }
  .catalog-category-view #turf_comparison_features .com-mobile .price .price-wrap {
    font-size: 5.5vw !important;
  }
  .catalog-category-view #turf_comparison_features .com-mobile a.btn {
    width: 100% !important;
    margin: 6px auto !important;
    font-size: 15px !important;
    padding: 12px 0 !important;
    line-height: 18px !important;
  }
  .catalog-category-view #turf_comparison_features .qq-btn {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-category-view #turf_comparison_features .qq-btn .qq-text {
    display: block;
    position: relative;
  }
  .catalog-category-view #turf_comparison_features .qq-btn .qq-text p {
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
  .catalog-category-view #turf_comparison_features .qq-btn .qq-text p span {
    font-size: 9px;
  }
  .catalog-category-view h2 {
    font-size: 5.8vw;
    line-height: 0.9;
    padding: 0.4em 0;
  }
  .contacts-index-index .pull-right {
    float: none !important;
  }
  .find-col-pt {
    margin: 12px 0 0;
    display: block;
    font-size: 4vw;
    line-height: 0.9;
    padding: 13px 0;
  }
}

@media screen and (max-width: 320px) {
  .top-bar {
    padding: 15px 0;
  }
  .top-bar ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .top-bar ul li:nth-child(1) {
    rid-column: 1/3;
    text-align: center;
    padding: 0px !important;
    margin-bottom: 10px;
    border-bottom: 0px none !important;
    font-size: 5vw;
    line-height: 0.9;
  }
}

div.owl-carousel {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

#mobile-menu {
  z-index: 99999;
  left: auto;
  right: 0;
  position: fixed;
  top: 0px;
  bottom: 0px;
  background: #92389c;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: scroll; }
  #mobile-menu .close-menu {
    color: #fff;
    position: relative;
    top: 5px !important;
    float: right !important; }
  #mobile-menu ul {
    list-style: none;
    padding-top: 17px; }
    #mobile-menu ul li {
      color: #ffffff;
      display: block;
      padding: 8px 10px 8px 0px;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #mobile-menu ul li a {
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        opacity: 0.8;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
  #mobile-menu.open-menu {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    #mobile-menu.open-menu:after {
      content: '';
      position: fixed;
      z-index: 5555;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100vh; }

/*# sourceMappingURL=styles.css.map */
