/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
   font-family: 'D-DINExp';
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
/*  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: top;*/
}u
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: swap;
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -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: 'D-DINExp';
  font-size: 16px;
  line-height:26px;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
{
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline:0;
  outline:0;
  outline-offset: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
 width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: #777;
}
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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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: 4px;
}



.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width:96%;
  }
}
@media (min-width: 992px) {
  .container {
    width:96%;
  }
}
@media (min-width: 1200px) {
  .container {
     width:96%;
  }
}
.container-fluid {
/*  padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 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: #777;
  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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.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-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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 {
  outline0;
  outline:0;
  outline-offset:0;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height:60px;
  padding: 6px 22px;
  font-size:14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border:none; margin-bottom:15px;
  border:#e5e5e5 1px solid;

}

.form-control:focus{border:#a39d9d 1px solid;}

.searchnav .form-control:focus{border:none;}

.form-control:focus {
 /* border-color: #66afe9;*/
  outline: 0;
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}
.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
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: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:0;
  outline:0;
  outline-offset:0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  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: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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 .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  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%;
  z-index: 1000;
  display: none;
  float: left;
  /*min-width: 160px;*/
  padding:5px 0;
  margin:1px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
 /* background-color: #ffffff;*/
  width:225px;  left:30px;    
 
}
.dropdown:hover .dropdown-menu{display:block;}
.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:12px 25px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap; font-size:16px;
}
.dropdown-menu > li > a img{float:left; margin-right:15px;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background:#333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #fff;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
 /* padding: 10px 0px;*/
  margin:15px 0 0 30px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
/*  min-height: 50px;
  margin-bottom: 20px;  border: 1px solid transparent;*/

}
@media (min-width: 768px) {
  .navbar {
  /*  border-radius: 4px;*/
  }
}
@media (min-width:980px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width:980px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/*.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}*/
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
/*  height: 50px;*/
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0px;
  margin-top:28px;
  margin-right:15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
 /* border-radius: 4px;*/
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top:7px;
}
@media (min-width:980px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width:979px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top:2px;
    padding-bottom:2px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
/*  background-color: #f8f8f8;*/
/*  border-color: #e7e7e7;*/
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #bebebe;
}
.navbar-default .navbar-nav > li > a {
  color: #010101;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00a6e6;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0055a5;
/*  background-color: #e7e7e7;*/
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  /*border-color: #ddd;*/
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  /*background-color: #ddd;*/
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 /* border-color: #e7e7e7;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding:0;
  margin-bottom: 0;
  list-style: none;
  text-align:right;
  width:100%;
  float:left;
  margin:0;

}
.breadcrumb > li {
  display: inline-block;
  font-size:12px; color:#999999;
}


.breadcrumb > li a{
   color: #999999; text-decoration:none;
}
.breadcrumb > li a:hover{color:#999999;}
.breadcrumb > li + li:before {
  padding: 0 6px 0 3px;
  color: #999999;
  content: ">";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding:8px 20px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #cccccc; margin:0 5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000;
  background-color: #4daa32;
  border-color: #4daa32;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #000;
  cursor: default;
  background-color: #4daa32;
  border-color: #4daa32;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.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;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-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;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
 
/*  border-bottom: 1px solid #e5e5e5; padding: 15px;*/
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding:0 15px;
}
.modal-footer {
/*  padding: 15px;*/
  text-align: right;
/*  border-top: 1px solid #e5e5e5;
*/}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}



.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top:8px;
  left: 0;
  width:10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
}
.carousel-control.left {
 /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control.right {
  right: 0;
  left: auto;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
/*  margin-left: -10px;*/
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
 /* margin-right: -10px;*/
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 50%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #9faac2 \9;
  background-color:#9faac2;
  border: 1px solid #9faac2;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #ededed;  border: 1px solid #ededed;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width:10px;
    height: 18px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    /*margin-left: -10px;*/
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    /*margin-right: -10px;*/
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
/*  .carousel-indicators {
    bottom: 20px;
  }*/
}
.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,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.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,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
}



/*Css By Suprit*/


/*Menu*/
.icon-bar{transition:all 0.3s ease-in-out; }
/*.toggled .menu-bar3{-webkit-transform:matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -4, 0.01, 1);transform:matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -4, 0.01, 1)}
.toggled .menu-bar1{-webkit-transform:matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 14, 0.01, 1);transform:matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 14, 0.01, 1)}
.toggled .menu-bar2 {opacity: 0;}*/


.navbar-toggle .menu-bar3{-webkit-transform:matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -4, 0.01, 1);transform:matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -4, 0.01, 1)}
.navbar-toggle .menu-bar1{-webkit-transform:matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 14, 0.01, 1);transform:matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 14, 0.01, 1)}
.navbar-toggle .menu-bar2 {opacity: 0;}

.collapsed .menu-bar3{transform:none!important;}
.collapsed .menu-bar2{opacity:1!important;}
.collapsed .menu-bar1{transform:none!important;}


@media only screen and (max-width:979px){
.mainnav #bs-example-navbar-collapse-1{position:absolute; left:0; width:100%; float:left; background:#f4f4f4; top:77px; z-index:99999; margin-left:0; margin-right:0; /*padding-bottom:20px;*/}
.mainnav .navbar-nav{margin:0!important;}
.navbar-default .navbar-nav > li > a {color:#fff;}
,
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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


/*Css By Menu*/
@font-face {
  font-family: 'D-DINExp'; font-display: swap;
  src: url('../fonts/D-DINExp.eot?#iefix') format('embedded-opentype'),  url('../fonts/D-DINExp.otf')  format('opentype'),
       url('../fonts/D-DINExp.woff') format('woff'), url('../fonts/D-DINExp.ttf')  format('truetype'), url('../fonts/D-DINExp.svg#D-DINExp') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'D-DINExp-Bold'; font-display: swap;
  src: url('../fonts/D-DINExp-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/D-DINExp-Bold.otf')  format('opentype'),
       url('../fonts/D-DINExp-Bold.woff') format('woff'), url('../fonts/D-DINExp-Bold.ttf')  format('truetype'), url('../fonts/D-DINExp-Bold.svg#D-DINExp-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'D-DINExp-Italic'; font-display: swap;
  src: url('../fonts/D-DINExp-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/D-DINExp-Italic.otf')  format('opentype'),
       url('../fonts/D-DINExp-Italic.woff') format('woff'), url('../fonts/D-DINExp-Italic.ttf')  format('truetype'), url('../fonts/D-DINExp-Italic.svg#D-DINExp-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}


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






body{background:#fbfbfb;}
header{background:#ffffff; padding:0; height:90px; width:100%; z-index:99; float:left; width:100%; top: 27px; position: fixed;}
.mainnav{width:1140px; margin:0 auto;}
.mainnav #bs-example-navbar-collapse-1{float:right;}
.mainnav .navbar-nav{margin:0;}
.mainnav .navbar-nav > li{ font-family: 'D-DINExp-Bold'; font-size:16px; text-align:center;}
.mainnav .dropdown-color{background-color:#8998b7!important; color:#000000!important; border-top:#a2e5f4 2px solid;}
.mainnav .navbar-nav > li a{color:#000000; border-bottom:3px solid transparent; padding-bottom:11px;}
.mainnav .navbar-nav > li a:hover{color:#000000; transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);  background-position: 0%; border-bottom:#4daa32 3px solid;}
.mainnav .navbar-nav > li a.active{color:#000000; border-bottom:#4daa32 3px solid;}
.homebanner .item img{width:100%;}

.modelsul{display:none;}
.upcomingul{display:none;}
.subnav{float:left; width:100%; margin:0; background:#272727;}
.subnav ul{list-style:none; margin:0; padding:0;}
.subnav ul li{ width:16.666666666666667%; padding:0; margin:0; font-size:16px;  font-family: 'D-DINExp'; float:left; text-align:center;}
.subnav ul li a{color:#fff; text-decoration:none; line-height:50px; background:#272727; display:block; }
.subnav ul li a:hover{background:#ececec; line-height:50px; color:#272727;}
.subnav ul li a.active{background:#ececec; line-height:50px; color:#272727;}

.dextopnone{display:none!important;}

.logo {float:left; width:150px; position:absolute; bottom:2px; z-index:2;}
.logo img{width:100%;}


/*Home Banner*/
.homebanner{float:left; width:100%; min-height:500px; margin:118px 0 0 0;}
.homebannerin{width:100%; float:left;}
.innerbody{margin-top:100px;}
.innerslider .item img{width:100%;}
.textdiv{position:absolute; left:0; width:100%;  z-index:90; bottom:35%;}
.textdiv2{bottom:12%;}
.bannerheading{font-size:50px; color:#000000; width:100%; margin-bottom:35px; line-height:60px;}
.bannerheading a{color:#000000; }
.textdiv p{font-size:33px; float:left; width:100%; line-height:normal; text-align:left; color:#d7dc4e; font-family: 'D-DINExp'; padding-bottom:15px;}
.colorwhite{color:#fff!important;}
.whiteleft{float:left!important;}
.bannerlink{margin-top:45px; float:left; width:100%; text-align:left; font-size:18px; text-transform:uppercase; }
.bannerlink a{border:#fff 1px solid; color:#fff; padding:15px 50px;}
.bannerlink a:hover{background:#4dab33; border:#4dab33 1px solid;}
/*.bannerlink a{padding:13px 50px; display:inline-block; text-align:center; color:#000000; text-decoration:none; text-transform:uppercase; font-size:14px; letter-spacing:2px; background:#feee0b;font-family: 'D-DINExp-Bold';}.bannerlink a:hover{background:#feee0b;}*/

.bannerlinks{color: #000; outline: none; background: transparent; border: none; position: relative;display: inline-block;cursor: pointer;text-decoration: none; overflow: hidden;transition: all .5s; padding:13px 50px; text-transform:uppercase; font-family: 'D-DINExp-Bold';}
.bannerlinks:before, .bannerlinks:after{content: '';position: absolute; left: 0;top: 0;right: 0; bottom: 0; height: 100%;background:#000; z-index: -1; transform: translate3D(0,-100%,0);transition: all .5s;}
.bannerlinks:before{background: #feee0b ;z-index: -2;transform: translate3D(0,0,0);}
.bannerlinks:hover{ color:#fff; }
.bannerlinks:hover:after{transform: translate3D(0,0,0);transition: all .5s;}
.slideleft:after{top: 0; z-index: -1;transform: translate3D(-101%,0,0);}
.slideleft:hover:after{transform: translate3D(0,0,0); transition: all .5s;}

.textdivin{width:92%; margin:0 auto;}
.textdivinmain{float:right; width:600px;}
.bannerhd{float:left; width:100%; text-align:left; font-size:55px; color:#fff; font-family: 'D-DINExp-Bold'; line-height:normal;}
.textdiv2 .textdivinmain{width:700px;}

.bannerline{border-left:#fff 1px solid; position:absolute; left:38px; height:50px; top:-15px;}
.mainbannerarrow{width:80px; float:left; position:relative;}
.mainbannerarrow img{width:auto!important;}
.homebanner .carousel-indicators li{background-color:#e1e1e1;  border: 1px solid #e1e1e1; height:9px; width:9px; margin:1px 5px;}
.homebanner .carousel-indicators .active{background-color:#000000;  border: 1px solid #000000; height:9px; width:9px;}
.homebanner .carousel-indicators{bottom:0;}
.homebanner .carousel-indicators{width:100%; left:0; margin-left:0;}
.homebanner .carousel-inner{padding-bottom:50px;}
/*End Home Banner*/

/*Menu Box*/
.dropmenu.menucolorboxmain{left:0;}
.dropmenu .menucolorbox{}
.dropmenu.menucolorboxmain .menucolorbox{width:300px;}
.dropmenubox{width:100%; float:left; padding:0 10px;}
.dropbtn { border: none; cursor: pointer; background:url(../images/dmenu.png) no-repeat left top; height:27px; width:35px; float:left; margin:15px 35px 0 0; }
.dropbtn span{visibility:hidden;}
.dropbtnto {background:url(../images/dmenuhover.png) no-repeat left top!important;}
.dropdown { display:inline-block;}
.dropdown-content { display: none; position:absolute; overflow: auto; top:55px; right:25px; width:296px; padding:20px 0; z-index:999999999;}
.dropdown-content a {color:#333333; text-decoration: none; font-size:13px; width:100%; float:left; text-align:left; padding:7px 16px 7px 16px;  font-family: 'GothamBook';   background:#fff; }
.dropdown-content a:hover{color:#00a6e6;}
.dropdown a:hover {color:#00a6e6;}
.show {display:block;}
.dropdown2{position:absolute; right:15px; top:15px;}
.dropdown-content ul{margin:0; float:left; padding:0; text-align:center; width:100%;}
.dropdown-content ul li{display:inline;}
.mainnav .navbar-nav{margin:20px 0 0 0;}
.arrowtop{position:absolute; right:33px; top:6px;}
.menucolorbox{background:#ffffff; padding:15px 0; float:left; width:100%; margin-top:12px; border:#fff 1px solid;}
.dropdownleftbox{float:left; width:100%;  padding:0 10px;}
.dropdownleftbox ul{list-style:none; margin:0; padding:0;}
.dropdownleftbox ul li{float:left; width:100%; font-family: 'D-DINExp'; font-size:12px; line-height:18px;}
.dropdownleftbox ul li a{color:#cecece; text-decoration:none; letter-spacing:normal; padding:10px 0; float:left; font-size:16px; border-bottom:none!important; text-transform:capitalize;float:left; width:100%;}
.dropdownleftbox ul li a:hover{text-decoration:underline!important; border-bottom:none!important; color:#000!important;}
.dropdownleftbox ul li a strong{font-weight:normal; font-family:'D-DINExp-Bold';}
.borbottom{border-bottom:#f4f4f4 1px solid!important; }
.arrowtop2{position:absolute; left:75px; top:-3px;}
.navphone{display:none;}
.dropdownleftbox ul li.menuride{font-size:11px; font-family:'D-DINExp-Bold'; border-bottom:#000 2px solid; padding:4px 0;}
.dropdownleftbox ul li.menuride a{background:none; padding-left:0; text-transform:uppercase;}
.dropdownleftbox ul li.menumd{margin-bottom:10px;}
.submenuhd{font-family:'D-DINExp-Bold'; float:left; width:100%; font-size:14px; border-bottom:#fff 2px solid; color:#fff; margin-bottom:10px; padding-bottom:5px; }
/*End Menu Box*/


footer{background:#000; float:left; width:100%; padding:50px 0;}
.footerin{width:1140px; margin:0 auto;}
.footerproduntbox{width:35%; float:left; padding-right:35px;}
.footerproduntbox ul{margin:0; padding:0; float:left; width:100%; list-style:none;}
.footerproduntbox ul li{float:left; width:50%; font-size:15px; color:#fff;}
.footerproduntbox ul li a{color:#fff; text-decoration:none; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px; padding:0 0 0 13px;}
.footerproduntbox ul li a:hover{color:#4daa32; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px;}

.footerproduntbox2{width:30%; float:left;  padding-left:35px;}
.footerproduntbox2 ul{margin:0; padding:0; float:left; width:100%; list-style:none;}
.footerproduntbox2 ul li{float:left; width:50%; font-size:15px; color:#fff;}
.footerproduntbox2 ul li a{color:#fff; text-decoration:none; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px; padding:0 0 0 13px;}
.footerproduntbox2 ul li a:hover{color:#4daa32; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px;}

.footerproduntbox3{width:25%; float:right;}
.footerproduntbox3 ul{margin:0; padding:0; float:left; width:100%; list-style:none;}
.footerproduntbox3 ul li{float:left; width:50%; font-size:15px; color:#fff;}
.footerproduntbox3 ul li a{color:#fff; text-decoration:none; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px; padding:0 0 0 13px;}
.footerproduntbox3 ul li a:hover{color:#4daa32; background:url(../images/arrowleft.png) no-repeat left 3px; background-size:6px;}
.footerproduntbox3 p{float:left; width:100%; font-size:15px; color:#fff;}
.footerproduntbox3 p a{color: #fff; text-decoration: none; font-size: 15px; display: inline-block;}


.lettalk{width:100%; float:left; width:100%; text-align:center; color:#fff; font-size:14px; letter-spacing:2px; font-family: 'D-DINExp-Bold'; text-transform:uppercase; margin:50px 0 0 0;}
.footernumber{width:100%; float:left; width:100%; text-align:center; color:#fff; font-size:14px; letter-spacing:2px; font-family: 'D-DINExp-Bold';text-transform:uppercase; margin:25px 0 0 0;}
.footerlink{float:left; width:100%; text-align:center; font-size:14px; font-family: 'D-DINExp-Bold'; letter-spacing:2px; margin:25px 0 0 0;}
.footerlink a{color:#999999; text-decoration:underline; padding:0 10px;}
.footerlink a:hover{text-decoration:none;}
.footerborder{border-right:#202020 1px solid; height:235px;}

.footerlefthd{float:left; width:100%; margin:0 0 15px 0; padding:0 0 5px 0; font-size:16px;  font-family: 'D-DINExp'; font-weight:normal; border-bottom:#202020 2px solid; color:#ffffff; text-transform:uppercase; letter-spacing:2px;}
.footerlefthd a{color:#fff; text-decoration:none;}
.footericon{float:left; width:100%; text-align:left; margin:0 0 0 -5px;}
.footericon img{width:32px; margin:0 4px;}
.footerimgtop{float:left; width:100%; background:url(../images/footerimgtop.jpg) repeat left top; height:15px;}

.digitalagency{float:left; width:100%; text-align:center; font-size:11px; color:#666666; text-align:right;}
.digitalagency a{color:#666666; text-decoration:none;}
.homebody{width:100%; float:left; }
.homebodyin{/*width:92%;*/ margin:0 auto; max-width:1140px;}

.hometopbox{float:left; width:100%; padding:30px 0 60px 0;}
.hometopbox h1{margin:0; padding:0; width:100%; float:left; text-align:center; font-size:38px; padding-bottom:25px;  font-family: 'D-DINExp-Bold'; }
.hometopbox p{margin:0; padding:0; width:100%; float:left; text-align:center; font-size:18px; }
#toggle{background:url(../images/redmorearrow.png) no-repeat right 8px; padding-right:20px; background-size:12px; cursor:pointer;}

.innertopbox{float:left; width:100%; padding:0 0 30px 0;}
.innertopbox p{margin:5px 0; padding:0; width:100%; float:left; text-align:center; font-size:18px; }
.comparespillbutton{float:left; width:100%; text-align:center; margin-bottom:0;}
.comparespillbutton a{color:#fff; display:inline-block; padding:13px 50px; font-size:12px; font-family: 'D-DINExp'; background:#605089; letter-spacing:2px; text-transform:uppercase;}
.comparespillbutton a:hover{background:#6f6194;}

.homepopularslidermain{float:left; width:100%;}
.homemainbox{float:left; width:100%;}
.homeglobalbox{float:left; width:100%; padding:0 20px;}
.homeglobalbox h2{margin:0; padding:0; width:100%; float:left; text-align:center; font-size:24px; padding-bottom:15px;  font-family: 'D-DINExp-Bold'; text-align:center; color:#fff;}
.homeglobalbox p{float:left; width:100%; color:#fff;}
.homeglobalboximg{float:left; width:100%; text-align:center; padding-bottom:25px;}
.homeglobalboximg img{max-width:100%;}
.homefindoutbox{float:left; width:100%; background:#e5e5e5; padding:20px 65px 20px 25px; margin-bottom:50px; position:relative;}
.homefindoutbox a{color:#000000; text-decoration:underline;}
.homefindoutbox a:hover{text-decoration:none;}
.homefindoutbox p{margin:0; padding:0;} 

.homefindoutclose{position:absolute; right:20px; top:30%;}
.homefindoutclose img{max-width:19px; cursor:pointer;} 
  
.instagramslider{margin-bottom:65px; float:left; width:100%;}
.instagramslider h2{float:left; width:100%; margin:0 0 10px 0; padding:0; font-size:26px; font-family: 'D-DINExp-Bold';  letter-spacing:2px; padding-bottom:15px; font-weight:normal; color:#000; border-bottom:#ececec 1px solid;}
.instagramslider h2 a{color:#000; text-decoration:none;}
.popularslideimg{float:left; width:100%; /*height:234px; line-height: 228px;*/}
.instagramslider .item{ padding:0px 8px;}
.popularslideimg img{ max-width: 100%; max-height:100%;}
/*.popularslideimg img{-webkit-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc;}*/
.popularslideimg img{max-width:100%;}
.popularslidetext{float:left; width:100%; text-align:center; font-size:18px; font-family: 'D-DINExp'; padding:10px 10px; line-height:22px; color:#000;}
.popularslidetext a{color:#000; text-decoration:none;}
.popularslidetext2{float:left; width:100%; text-align:center; font-size:18px; font-family: 'D-DINExp';  padding:10px 10px; line-height:22px; color:#000; margin-top:15px;}

.itemimgbox:hover .popularslidetext2{color:#4daa32;}

.piggybankemptybox{float:left; width:100%; margin-bottom:65px;}
.piggybankbg{background:#4daa32; padding:35px; height:175px; width:100%; float:left;}
.piggybankleft{float:left; width:30%;}
.piggybankleft img{max-width:100%;}
.piggybankright{float:left; width:70%; padding-left:35px;}
.piggybankright h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; font-family: 'D-DINExp-Bold'; color:#fff; background:url(../images/linebg.png) repeat-x left bottom; text-transform:uppercase;}
.piggybankright p{margin:0; padding:0; width:100%; float:left; font-size:16px; font-family: 'D-DINExp'; color:#fff; line-height:normal; margin:10px 0 0 0;}
.superstoreopenbg{background:url(../images/superstoreopenbg.jpg) no-repeat left top; background-size:cover; padding:35px; height:175px; width:100%; float:left;}
.superstoreopenbgleft{float:left; width:30%; padding-right:25px;}
.superstoreopenbgleft img{max-width:100%;}
.superstoreopenbgright{float:left; width:70%; padding-left:35px;}
.superstoreopenbgright h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; font-family: 'D-DINExp-Bold';  color:#fff;  background:url(../images/linebg.png) repeat-x left bottom;}
.superstoreopenbgright p{margin:0; padding:3px 0; width:100%; float:left; font-size:16px; font-family: 'D-DINExp'; color:#fff; line-height:normal; margin:10px 0 0 0;}
.superstoreopenbgright p span{width:100px; display:inline-block;}
.pdright{padding-right:5px;}
.pdleft{padding-left:5px;}

.homelatestspecialsbox{float:left; width:100%; margin:0 0 65px 0;}
.homelatestspecialsbox h2{float:left; width:100%; margin:0; padding:0; font-size:26px;  font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px; padding-bottom:25px; font-weight:normal;}

.homelatestspecialsmargin{margin-left:-5px; margin-right:-5px;}
.homelatestspecialswhitebox{width:100%; float:left; margin-bottom:0px; /*margin-bottom:10px;*/ /*padding:0 7px;*/}
.timecutterboxbottom{float:left; width:100%; border-top:#f4f4f4 2px solid; padding:10px 15px 25px 15px; background:#fff;}
.row2{margin-left:-10px; margin-right:-10px;}
.row3{margin-left:-13px; margin-right:-13px;}
.timecutterhd{float:left; width:100%; margin:10px 0; padding:0; font-size:18px; font-family: 'D-DINExp'; color:#000; line-height:normal; height:55px; text-align:center;}
.timecutterhd a{color:#000;}
.timecutterred{float:left; width:100%; margin:0; padding:0; font-size:11px; font-family: 'D-DINExp-Bold'; color:#c80e13; text-align:center;}
.timecuttertext{float:left; width:100%; height:65px;}
.timecuttertext p{margin:0; padding:1px 0; float:left; width:100%; font-size:13px; color:#000000; line-height:normal;  font-family: 'D-DINExp'; text-align:left;}
.timecutterprice{float:left; width:100%; text-align:center; font-size:26px; color:#c80e13; font-family: 'D-DINExp-Bold'; height:40px;}
.timecutterprice sub{font-size:12px; font-family: 'D-DINExp-Bold'; color:#000000; text-decoration:line-through;}
.homelatestspecialswhitebox:hover .productsboxfeaturedtext a{color:#e70006;}
.homelatestspecialswhitebox:hover .productsboxfeaturedimg img{ opacity: 0.6;}
.detailshomelink{float:left; width:100%; font-size:13px; font-family: 'D-DINExp';}
.detailshomelink a{display:inline-block; text-align:center; border:#e7e7e7 1px solid; font-size:13px; color:#000; font-family: 'D-DINExp'; padding:5px 30px;}
.detailshomelink a:hover{background:#4daa32; border:#4daa32 1px solid; color:#fff;}
.timecutterboxtop{float:left; width:100%;}
.timecutterboximg{float:left; width:100%; text-align:center; padding:0 0 10px 0; /*line-height:252px;height:272px;*/ height: 275px;  position:relative; background:none;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg{float:left; width:100%; text-align:center; padding:0 0 10px 0; height: 275px;  position:relative; background:none;}
#compare-category .comparebox{background:none!important; border:none!important;}
.timecutterboximg a,.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg a{position: absolute;top:0;left: 0;right: 0;bottom: 0;display: flex; display: -webkit-flex; -webkit-display:flex; flex-wrap: wrap;
align-items:flex-end;justify-content:center;}
.timecutterboximg img{max-width:100%; max-height:100%; vertical-align:middle;}
.quickviewlink{display:none;}
.homelatestspecialswhitebox:hover .quickviewlink{position:absolute; display:block; width:100%; text-align:center; font-size:14px; left:0; z-index: 9; top:50%; margin-top:-40px;}
.homelatestspecialswhitebox:hover .quickviewlink a{background:#feee0b; color:#000; padding:14px 28px; font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px;}
.homelatestspecialswhitebox:hover .quickviewlink a:hover{background:#000; color:#fff; }
.homecompareinput{float:left; width:100%; text-align:center; padding:5px 0; background:#fff;}
.homescobox{float:left; width:100%; margin:65px 0 0 0;}
.homesecohd{float:left; width:100%; margin:0 0 25px 0; padding:0; font-size:26px; font-family: 'D-DINExp-Bold'; font-weight:normal; color:#000;}
.sectextleft{float:left; width:100%; padding-right:15px;}
.sectextleft p{font-size:13px;}
.seotextright{float:left; width:100%; padding-left:15px;}
.seotextright p{font-size:13px;}
.pdleft5{padding-left:5px;}
.homecomparecheckbox{font-size:12px; font-family: 'D-DINExp';}
.homecomparecheckbox input[type="checkbox"] { display:none;}
.homecomparecheckbox input[type="checkbox"] + label { color:#000000; font-size:12px; font-family: 'D-DINExp';  padding:5px 15px;}
.homecomparecheckbox input[type="checkbox"] + label span { display:inline-block;  width:15px;  height:15px; margin:-1px 10px 0 0;  vertical-align:middle;  background:url(../images/checkbox.jpg) left top no-repeat;  cursor:pointer; background-size:15px;}
.homecomparecheckbox input[type="checkbox"]:checked + label span { background:url(../images/checkbox-hover.jpg)  left top no-repeat; background-size:15px;}
.homecomparechecktext{background:#333333; color:#fff; display:inline-block; padding:5px 15px; margin-left:-5px;}
.homecomparechecktext a{color:#fff; text-decoration:none;}
.addedcomparebg input[type="checkbox"] + label { background:#f5f5f5;}
#error {color: red;font-size: 14px;}
.viewspecialslink{float:left; width:100%; text-align:center; margin-top:30px;}
.viewspecialslink a{display:inline-block; font-size:13px; color:#fff; background:#c80e13; font-family: 'D-DINExp-Bold'; letter-spacing:2px; padding:12px 40px; text-transform:uppercase;}
.viewspecialslink a:hover{background:#d30c11;}


.homeridebox{float:left; width:100%; margin:65px 0 0 0;}

.homerideboxin{float:left; width:100%; background:#fff;}
.homerideboxtext{float:left; width:100%; background:#fff; padding:50px 45px;}
.homerideboxhd{float:left; width:100%; font-size:13px; color:#cccccc; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp-Bold';  letter-spacing:2px; text-transform:uppercase; text-align:left; }
.homerideboxhd2{float:left; width:100%; font-size:24px; color:#000; margin:0; padding:0 0 15px 0; font-family: 'D-DINExp-Bold'; text-align:left;}
.homerideboxtext p{margin:0; padding:1px 0; float:left; width:100%; font-size:14px; color:#000000; line-height:24px;  font-family: 'D-DINExp'; text-align:left;}
.homerideboxtext ul{margin:15px 0 0 0; padding:0; float:left; width:100%; list-style:none;}
.homerideboxtext ul li{font-size:14px; color:#000000; float:left; width:100%; background:url(../images/tick2.png) no-repeat left 12px; background-size:11px; margin:0; padding:2px 0 2px 18px; text-align:left;}
.homerideboximg{float:left; width:100%;}
.homerideboximg img{max-width:100%;}

.homeoursuperstore{float:left; width:100%; margin:15px 0 0 0;}
.homeoursuperstore h2{float:left; width:100%; margin:0; padding:0; font-size:26px;  font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px; padding-bottom:25px; font-weight:normal; color:#000;}
.homeoursuperstore h2 a{color:#000; text-decoration:none;}
.homeoursuperstoremain{float:left; width:100%;}
.homeoursuperstoremainin{margin:0 auto; width:1140px;}
.homeoursuperstoreimg{float:left; width:100%;}
.homeoursuperstoreimg img{max-width:100%;}
.homeoursuperstoreimg iframe{width:100%; height:450px; float:left;}
.homeoursuperstoretext{float:left; width:100%; background:#333333; padding:50px 45px;}
.homeoursuperstoretext p{margin:0; padding:1px 0; float:left; width:100%; font-size:14px; color:#cccccc; line-height:24px;  font-family: 'D-DINExp'; padding-bottom:10px;}

.homephone{ margin:8px 0 0 0; padding:0; font-size:14px;  font-family: 'D-DINExp-Bold'; color:#fff;}
.homeoursuperstorebg{float:left; width:100%; background:#333333;}


.whyhastingshome{float:left; width:100%; margin:65px 0 0 0;}
.whyhastingshome h2{float: left;width: 100%; margin: 0 0 35px 0;padding: 0; padding-bottom: 0px; font-size: 26px;font-family: 'D-DINExp-Bold'; border-bottom: #ececec 1px solid; padding-bottom: 15px;font-weight: normal;}
.whyhastingshome h2 a{color:#000; text-decoration:none;}
.whyhastingsbox{float:left; width:100%; margin-bottom:10px;}
.whyhastingsboxleft{width:100%; float:left; padding-right:5px;}
.whyhastingsboxwhite{float:left; width:50%; background:#fff; padding:50px 25px; min-height:283px;}
.familyhd{float:left; width:100%; margin:0; padding:0; font-size:24px;  font-family: 'D-DINExp-Bold'; padding-bottom:15px; font-weight:normal; text-align:left; color:#000; }
.familyhd a{color:#000; text-decoration:none;}
.whyhastingsboxwhite p{margin:0; padding:0; float:left; width:100%; font-size:14px; color:#000000; line-height:24px;  font-family: 'D-DINExp'; text-align:left;}
.whyhastingsboxwhite p a{color:#f25600; text-decoration:none;}
.whyhastingsboximg{float:left; width:50%;}
.whyhastingsboximg img{max-width:100%;}
.whyhastingsboxright{width:100%; float:left; padding-left:5px;}
.homevideobox{float:left; width:100%; padding-bottom:5px; padding:0 10px;}
.homevideobox iframe{height:300px; width:100%;}
.homevideoboxtext{float:left; width:100%; text-align:center; font-size:16px; font-family: 'D-DINExp'; color:#000; padding:0 10px;}
.signup{float:left; width:100%; margin:10px 0 0 0;}
.signup a{border:#bababa 1px solid; color:#000000; font-size:13px; font-family: 'D-DINExp'; padding:4px 45px; display:inline-block; text-transform:uppercase;}
.signup a:hover{color:#fff; border:#000 1px solid; background:#000; }
.whyhastingsinner .whyhastingshome h2{font-size:24px;}
.whyhastingsinner .homevideobox iframe{height:200px; width:100%;}
/*slider*/
.owl-carousel{float:left;}
.owl-carousel .owl-wrapper:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
/* display none until init */
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;} 
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon */
.grabbing {}  
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}

/**Owl Carousel Owl Demo Theme *v1.3.3*/
  
.owl-theme .owl-controls{margin-top:0;text-align: center;}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{color: #FFF; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin:0; font-size: 12px; height:35px; width:35px;
background: #5a5a5a;filter: Alpha(Opacity=50);/*IE7 fix*//*opacity: 0.3;*/}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;background: #869791;}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto; width:auto; color:#FFF; padding: 2px 10px;font-size: 12px;}
/* preloading images */
.owl-item.loading{min-height:150px;}

#owl-demo .item{ margin:0; text-align: center;}
#owl-demo .item img{max-width:100%;} 
.owl-pagination{display:none;}
.owl-prev{position:absolute; left:-39px; top:34%; background:url(../images/previous-banner.png) no-repeat right top!important; text-indent:-9999999px; background-size:35px!important;}
.owl-prev:hover{opacity: 0.5!important;}
.owl-next{position:absolute; right:-39px; top:34%;  background: url(../images/next-banner.png) no-repeat left top!important; text-indent:-9999999px; background-size:35px!important;}
.owl-next:hover{opacity: 0.5!important;}  
.owltext{position:absolute; left:-75px; top:1px; background:#f7f7f7;  padding:10px 20px; text-transform:uppercase; color:#333333;}
/*end*/
.owl-wrapper {  margin-left: -5px;}
.homelatestspecialsbox .owl-wrapper{ width:auto !important;}
.homelatestspecialsbox .owl-buttons{ display: none;}
.innerpagemain{width:100%; float:left; margin:117px 0 0 0;  position:relative;}
.innerpagemain2{width:100%; float:left; padding-bottom:50px;}
.innerpage{width: 1140px; margin:0px auto;}
.innerpage2{width: 1140px; margin:0px auto;}
.innnerbanner{width:100%; float:left; position:relative; overflow:hidden;}
.innnerbanner img{width: 100%;}
.innerpagein{width:100%; float:left; padding:35px 0;}
.innerpagein2{width:100%; float:left; padding:0;}
.innnerbannertext{position:absolute; left:0; bottom:35%; width:100%; text-align:center;}
.innnerbannertext h1{ font-size:52px; font-weight: normal; font-family: 'D-DINExp-Bold'; color: #fff; float:left; width:100%; padding:0 0 25px 0; margin:0px;}
.innnerbannertext p{float:left; width:100%; text-align:center; font-family: 'D-DINExp'; color:#fff;}
.withoutbannerheading{position: static;padding-top: 55px;}
.withoutbannerheading h1{color: #000}


.pageheading{float:left;width: 100%; padding-top:25px; padding-bottom:15px;}
.pageheading h1{ font-size: 26px; font-weight: normal; font-family: 'D-DINExp-Bold'; color: #000000; float:left;padding:0px; margin:0px; text-align:center; width:100%;}
.viewmore a{ font-size: 12px; font-weight: normal; border-bottom: 2px #f25600 solid; color: #000000; float:right; font-family: 'D-DINExp-Bold';}
.page-title{float:left; width:100%; margin-bottom:25px;}
.page-title p{font-size: 14px;color: #000000; float:left; width:100%;}
.grayColor{font-size: 18px;color: #999999;font-family: 'D-DINExp';  }
.container-inner{text-align:center;/*display:table; */ float:left; width:100%;}
.container-inner .col-lg-3{float:none;display: inline-block;text-align: center;width: 24%; margin-bottom:35px; vertical-align:top;}
.mobilefooterlogo{ display: none;}
.mobilefooternav{ display: none;}
.gridlastchild{ height: 100%; display: table}

.solutionscustombox{width:100%; float:left;} 
.solutionscustombox h2{float:left; width:100%; margin:0; padding:0; font-size:32px; color:#000000; font-family: 'D-DINExp-Bold'; }
.solutionsdescriptionbox{width:100%; float:left; margin:35px 0 0 0;}
/**/.solutionsdescriptionboxhd{float:left; width:100%; margin:0 0 10px 0; font-size:18px; color:#000000;}
.solutionsdescriptionboxhd{float:left; width:100%; margin:0 0 35px 0; padding:0; font-size:24px; font-family: 'D-DINExp-Bold';letter-spacing:2px;  padding-bottom:15px; font-weight:normal; color:#000; border-bottom:#ececec 1px solid;}
.solutionsdescriptionboxhd.btm-20{margin-bottom: 20px;}
.solutionsdescriptionboxhd22{float:left; width:100%; margin:0; padding:0; font-size:24px; padding-bottom:15px; font-weight:normal; color:#000;}

.solutionsdescriptionbox p{float:left; width:100%; font-size:13px;}

.customourbox{width:100%; float:left; margin:20px 0 0 0;}
.customourboxleft{width:60%; float:left; padding-right:7%; margin-top:50px;}
.customourboxleft p{float:left; width:100%; font-size:13px;}
.customourboxleft ul{margin:15px 0 0 0; padding:0; list-style:none; float:left; width:100%;}
.customourboxleft ul li{float:left; width:100%; padding:4px 0 4px 30px; background:url(../images/closemain.png) no-repeat left 7px; background-size:20px;}

.customourboxright{width:40%; float:left; padding-left:15px;}
.customourboxright img{max-width:100%;}

.customourbox2{width:100%; float:left; margin:50px 0 0 0;}
.customourboxleft2{width:75%; float:right; padding-left:7%; margin-top:50px;}
.customourboxleft2 p{float:left; width:100%; font-size:13px;}
.customourboxleft2 ul{margin:15px 0 0 0; padding:0; list-style:none; float:left; width:100%;}
.customourboxleft2 ul li{float:left; width:100%; padding:4px 0 4px 30px; background:url(../images/closemain2.png) no-repeat left 7px; background-size:20px;}
.customourboxright2{width:25%; float:left; padding-right:15px;}
.customourboxright2 img{max-width:100%;}

.customvideobox{width:100%; float:left; margin:50px 0 25px 0;}
.customvideoboxiframe{float:left; width:100%; text-align:center;}
.customvideoboxiframe iframe{ width:70%; height:350px;}

.productsboxfeatured{float:left; width:100%; margin:50px 0 0 0;}
.productsboxfeaturedin{float:left; width:100%;}
.productsboxfeaturedimg{float:left; width:100%;}
.productsboxfeaturedimg img{width:100%;}
.productsboxfeaturedtext{float:left; width:100%; text-align:center; padding:25px 0; font-size:19px; font-family: 'D-DINExp-Bold'; color:#000000;}
.productsboxfeaturedtext a{color:#000; text-decoration:none;}

.container-inner .gridlastchild{ float: none; display: inline-block;vertical-align: top;height: 15em;}
.container-inner .gridlastchild a{ float: none; display: inline-block;vertical-align: middile; font-size:12px; font-family: 'D-DINExp'; letter-spacing:2px; line-height:20px; text-transform:uppercase;}
.container-inner .gridlastchild a:hover{color:#4daa32;}
.spillkitsbox{width:100%; float:left; width:100%; margin:0 0 50px 0; padding:0;}
.spillkitsbox p{font-size: 13px;color: #000000;  float:left; text-align: left;width: 100%; margin:0 0 5px 0; padding:0;}
.spillkitsbox h2{float:left; width:100%; margin:0 0 25px 0; padding:0; font-size:24px; font-family: 'D-DINExp-Bold';  letter-spacing:1px; padding-bottom:15px; font-weight:normal; color:#000; border-bottom:#ececec 1px solid;}
.container-inner h2{float:left; width:100%; margin:0 0 25px 0; padding:0; font-size:24px; font-family: 'D-DINExp-Bold';  letter-spacing:1px; padding-bottom:15px; font-weight:normal; color:#000; border-bottom:#ececec 1px solid; text-align:left;}
.privacymr{margin-top:25px!important;}
.whitewrap{background:#ffffff;float:left;width: 100%;padding:35px; margin-top:35px;}
.whitewrap h2{font-size: 24px;color: #000000; font-family: 'D-DINExp-Bold';text-align:center; padding-bottom: 20px; margin:0;}
.wraptext h3{font-size: 18px;color: #000000; font-family: 'D-DINExp'; text-align: left; border-bottom: 2px #4daa32 solid; padding-right:35%; padding-bottom: 10px; float:left;}
.wraptext p{font-size: 13px;color: #000000; float:left; text-align: left;width: 100%; font-size:14px;}
.pagefaq{float:left; padding-top:40px; width: 100%; padding-bottom:25px;}
.pagefaq h2{font-size: 19px;color: #000000; font-family: 'D-DINExp-Bold'; text-align: left; margin:15px 0 0 0; padding:0;}
.whyshouldpdright{padding-right:10px;}
.whyshouldpdleft{padding-left:10px;}
.faqrepeat{float:left;width: 100%;  }
.publibox{float:left; width:100%; margin:50px 0 0 0;}
.publibox p{float:left; width:100%; font-size:13px;}
.publibox p a{color:#4daa32;}
.publibox h3{font-size:18px; color:#000000; font-family:'D-DINExp'; text-align: left; font-weight: normal; margin:25px 0 5px 0; padding:0; float:left; width:100%;}
.faqrepeat h3{font-size: 14px;color: #000000; font-family: 'D-DINExp-Bold';text-align: left;font-weight: normal;  margin:25px 0 5px 0; padding:0; float:left; width:100%;}
.faqrepeat p{font-size: 14px;color: #000000;  font-family: 'D-DINExp';text-align: left;font-weight: normal; margin:0; padding:0;}
.footer-cta-in {width: 100%; float: left; background: #605089; margin:50px 0 25px 0; padding:20px 20px;}
.footer-cta-box { width: 30.5%;  float: left;}
/*.footer-cta-box a {  text-decoration: none;}
.footer-cta-box a { display: block; float: left; width: 100%; padding:25px 0;}*/
.footer-cta-img {float: left;width: 35px;margin-top:8px;}
.footer-cta-info {float: none; width: auto;padding-left:55px;}
.footer-cta-info span {color: #fff;font-size: 18px; font-weight: normal; font-weight: 400;font-family: 'D-DINExp';}
.footer-cta-img span img{max-width: 34px; }

.footer-cta-info p { color: #ccc; font-size: 12px;  margin: 4px 0 0;  line-height: 14px;}
.line5 {height:46px; border-right: 1px solid #7b7b7b; float: left;  margin:5px 30px 0 0;}
.callushome{display: none;  }
.height-grid { height: 272px;display: table;  width: 100%; vertical-align: middle;}
.height-grid-absolute{width:100%; position:absolute; left:0; top:0;}
.height-grid-absolute >.height-grid a{position: relative;}
.homebannerin .left-control{background:url(../images/previous-banner.png) no-repeat right top; background-size:35px; width:35px;height:35px; display: block; margin-top: -50px;position: absolute;left:0;top: 50%;}
.homebannerin .left-control:hover{opacity: 0.5;}
.homebannerin .right-control{background:url(../images/next-banner.png) no-repeat left top;background-size:35px;width: 35px;height: 35px;display: block;margin-top: -50px; position: absolute; right:0;top: 50%;}
.homebannerin .right-control:hover{opacity: 0.5;}
.bgcolorblack{background:#333333; }
.inline-table {vertical-align: middle;text-align: center;display: table-cell;}
.inline-table a{color: #000;display: block;padding-left:35px;padding-right:35px;text-decoration: none;}

.footer-map{float:left;width: 100%; padding:40px 0 50px 0;}
.max-width{max-width: 100%;}
.map-footer{width:100%; float:left;}
.map-footer iframe{height:380px; width:100%;}
.map-footer2{width:100%; float:left;}
.map-footer2 iframe{height:528px; width:100%;}
.footer-title{float:left;width: 100%; }
.footer-title h2{padding:0px;margin:0px 0px 20px 0px; color: #000000;font-size: 26px; font-weight: normal; font-weight: 400; font-family: 'D-DINExp-Bold';  letter-spacing: 2px;}
.footer-titleh2{padding:0px;margin:0px 0px 30px 0px; color: #000000;font-size: 26px; font-weight: normal; font-weight: 400; font-family: 'D-DINExp-Bold';  letter-spacing: 2px;}
.bgblackhalf{background:#333333;padding: 50px;float:left;width: 100%;}
.bgblackhalf p{color: #cccccc;font-size: 14px;padding:0px;margin:0px 0px 15px 0px;  }
.bgblackhalf h3{color: #ffffff;font-size: 14px; padding:0px;margin:0px 0px 5px 0px; font-weight: normal; font-weight: 400; font-family: 'D-DINExp-Bold';}
.hometopboxmain{float:left; width:100%;}
.homewhyboxmain{float:left; width:100%; background:#605089; text-align:center; padding:65px 0; }
.homepiggybankmain{float:left; width:100%;}
.homewhyushd{float:left; width:100%; text-align:center; font-size:38px; font-family: 'D-DINExp-Bold';  color:#fff; margin-bottom:60px; background:url(../images/line.png) no-repeat center bottom; padding-bottom:35px;}
.homewhyushd a{color:#000; text-decoration:none;}
.homewhyboxmain .commonslider .owl-carousel .owl-item{float:none; display:inline-block; vertical-align:top;}
/*.recentlyviewemr{margin-top:65px;}*/
.bgblackhalf h3{margin-bottom:10px;}
.bgblackhalf2 p{color: #cccccc;font-size: 14px;padding:0px;margin:0px;  }
.bgblackhalf2 p span{display:inline-block; width:100px;}
.speclatestbox{width:100%; float:left; margin-bottom:65px;}
.speclatestbox h2{float:left; width:100%; margin:0 0 35px 0; padding:0; font-size:26px;  font-family: 'D-DINExp-Bold'; border-bottom: #ececec 1px solid;  padding-bottom:15px; font-weight:normal;}
.whyhastingshomemain{float:left; width:100%;}

.riderangebutton{float:left; width:100%; text-align:left; margin-top:35px;}
.riderangebutton a{background:#3399ff; padding:16px 35px; color:#fff; font-size:13px; font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px;}
.riderangebutton a:hover{background:#2e89e4;}
.speclatestbox2{width:100%; float:left; margin-bottom:65px;}
.speclatestbox2 h2{float:left; width:100%; margin:0; padding:0; font-size:26px;  font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px; padding-bottom:25px; font-weight:normal;}

/*home page banner*/
.homebannerbg{float:left; width:100%; background:url(../images/bannerbg.jpg) no-repeat left bottom; padding:150px 25px 100px 25px; background-size:cover;}
.homebannerleft{width:50%; float:left; padding-right:25px;}
.homebannerleft img{width:100%;}
.homebannerright{width:50%; float:right;}
.homebannerrighthd{font-family:'D-DINExp-Bold'; font-size:56px; color:#fff; margin-top:75px; padding-bottom:25px; line-height:normal;}
.homebannerright p{font-size:16px; color:#fff; line-height:22px;}

.bannerprice{ float:left; width:100%; margin-top:35px;}

.bannerpriceone{font-size:82px; font-family:'D-DINExp-Bold';  color:#fff; width:auto; float:left; position:relative;}
.bannerpriceone sup{font-size:50px; line-height:none;}
.bannerpriceone span{text-decoration:line-through; font-size:32px; text-align:right; position:absolute; right:0; bottom:-60px}
.bannersvebox{background:#c80e13; color:#fff; font-size:30px; float:left; margin-left:35px; margin-top:-10px; padding:5px 15px; font-family:'D-DINExp-Bold'; text-align:center;}
.dropdown button.dropdown-toggle{display:none;}

.dropdownaboutbox{padding:0 25px;}
.dropdownaboutbox ul{list-style:none; margin:0; padding:0;}
.dropdownaboutbox ul li{float:left; width:100%;   font-family: 'D-DINExp'; font-size:12px; line-height:18px;}
.dropdownaboutbox ul li a{color:#cecece; text-decoration:none; letter-spacing:normal; padding:4px 0 4px 10px; float:left; font-size:12px; border-bottom:none!important; text-transform:capitalize; background:url(../images/menu.png) no-repeat left 8px; background-size:5px;}
.dropdownaboutbox ul li a:hover{text-decoration:none; border-bottom:none!important; color:#25aae1!important; background:url(../images/menu-hover.png) no-repeat left 8px; background-size:5px;}
.menucta{float:left; width:100%; text-align:center; margin:25px 0 25px 0;}
.menucta a{display:inline-block; padding:20px 100px!important; background:#333333 url(../images/menuctabg.png) no-repeat 93% 50%; color:#fff!important; width:550px; font-size:13px!important; text-transform:uppercase!important; font-family: 'D-DINExp-Bold'!important; letter-spacing:2px!important; line-height:20px!important; }
.menucta a:hover{border:none!important;}

.toparrow{background:url(../images/toparrow.png) no-repeat right top; height:6px; width:15px; display:block; float:right; margin-top:8px;}

.callfindbox{display:none;}

.search-header .searchbtn {width:28px; height:28px; display:block; background: url(../images/searchicon.png) no-repeat left top; background-size:28px;border: 0;}
.search-header .searchbtn:hover{ background: url(../images/searchiconhover.png) no-repeat left top; background-size:28px;}
/*.search-header .collapsed, .search-header .collapsed:hover {width:17px; height:18px; display:block; background: url(../images/searchicon.png) no-repeat left top; background-size:17px;border: 0;}*/
.search-header .collapsed {float: left}
.search-header .collapsed:hover {}

#search {width: 100%;right:0;top:90px;background: #4daa32; z-index: 1;border-top: 1px #4daa32 solid; border-bottom: 1px #4daa32 solid; position:absolute;}
.search-header {display: block; padding-left:15px; float: right; margin-top:45px;}
.searchnav span {line-height: 30px;float: left;width: 100%; font-size: 18px; color: #fff; text-align:center;  font-family: 'D-DINExp'; }
.searchnav {padding: 20px 0}
.searchnav form{width:100%; text-align:center; float:left;}
.searchnav input {background: #4daa32; border: 0;height: 50px;line-height: 50px; font-size:19px; padding: 0 30px; color:#fff; text-align:center; width:90%!important; font-family: 'D-DINExp';}
#search .closesearch .close1 {display: block; height: 2px; width: 25px; background: #fff;-webkit-transform: matrix3d(.707107, .707107, 0, 0, -.707107, .707107, 0, 0, 0, 0, 1, 0, 0, 11, .01, 1);  transform: matrix3d(.707107, .707107, 0, 0, -.707107, .707107, 0, 0, 0, 0, 1, 0, 0, 11, .01, 1);}
#search .closesearch .close2 {display: block; height: 2px; width: 25px; background: #fff; -webkit-transform: matrix3d(.707107, -.707107, 0, 0, .707107, .707107, 0, 0, 0, 0, 1, 0, 0, 9, .01, 1);transform: matrix3d(.707107, -.707107, 0, 0, .707107, .707107, 0, 0, 0, 0, 1, 0, 0, 9, .01, 1);}
.closesearch {position: absolute;right: 0 !important;  top: 10px; height: 27px;}

.go{background:#3399ff; padding:8px 20px; color:#fff; border:none; font-family: 'D-DINExp-Bold'; font-size:13px; text-transform:uppercase; letter-spacing:2px; margin-left:-5px; position:absolute; top:56px;}
.go:hover{background:#2e89e4;}
.iphonecall{position:absolute; right:115px; top:23px; display:none;}
.iphonecall img{width:19px;}

.positionre{position:relative;}

.eastertradinghours{float:left; width:100%; margin:10px 0 0 0;}
.eastertradinghourshd{float:left; width:100%; font-family:'D-DINExp-Bold'; color:#c80e13; margin:0 0 10px 0; font-size:19px;}
.eastertradinghours p{font-size:14px; margin:0; padding:0; color:#000000;}
.eastertradinghours p span{width:150px; display:inline-block;}

.storegallerymain{float:left; width:100%; margin:0 0 50px 0;}
.storegalleryhd{float:left; width:100%; font-size:26px; font-family:'D-DINExp-Bold'; color:#000000; letter-spacing:2px; margin-bottom:35px;}
.storegallerleft{width:50%; float:left; padding-right:3px;}
.storegallerleft img{width:100%;}
.storegallerright{width:50%; float:left; padding-left:3px;}
.storegallerright img{width:100%;}
.storegallermid{width:100%; float:left; padding-top:6px; padding-bottom:6px;}
.storegallermid img{width:100%;}

.storegallerbottomleft{width:33.333%; float:left; padding-left:3px; padding-right:3px;}
.storegallerbottomleft img{width:100%;}
.storegallerbottomin{width:33.333%; float:left; padding-left:3px; padding-right:3px;}
.storegallerbottomin img{width:100%;}
.storegallerbottomright{width:33.333%; float:left; padding-left:3px; padding-right:3px;}
.storegallerbottomright img{width:100%;}
.storegallerbottomcs{margin:0 -3px;}

.handymain{float:left; width:100%; margin-top:10px;}
.handycategoriesone{width:290px; float:left; margin-right:25px;}
.handymain select{background:#fff url(../images/select-icon2.jpg) no-repeat scroll right 50%; border-radius:0px; }
.handymain select option{padding:7px 10px;}
.handymain select{appearance: none;  -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.handymain select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px; borde}
.handymain select{float: left; height:46px;  width: 100%; font-family: 'D-DINExp'; font-size:12px;  border:none;  border-radius:0;  color:#000;  border:#e5e5e5 1px solid; }

.handycategoriestwo{width:160px; float:left;}
.handytipsbox{float:left; width:100%; margin-top:10px; margin-bottom:15px;  }
.handytipsboxin{margin:0 -10px; /*float:left; width:100%;*/}
.handytipsboximg{width:100%; float:left; padding:0 10px; margin:20px 0 0 0;}
.handytipsimg{float:left; width:100%;}
.handytipsimg img{width:100%;}
.handytipscolor{float:left; width:100%; padding:30px; background:#ffffff;}
.handytipscolor h2{float:left; width:100%; margin:0 0 20px 0; padding:0; color:#000000; font-size:18px; font-family: 'D-DINExp';}
.handytipscolor h2 a{color:#000000; text-decoration:none;}
.howto{float:left; width:100%; padding:0 0 10px 0; color:#4daa32; text-transform:uppercase; font-size:12px;}
.howto a{color:#4daa32; text-decoration:none;}
.handytipscolor p{float:left; width:100%; font-size:13px; color:#000; line-height:22px; margin-bottom:35px;}
.handytipscolorred{position:absolute; left:0; bottom:30px; width:100%; padding:0 30px; font-size:13px;}
.handytipscolorred a{color:#4daa32;}
.handytipscolorred a:hover{text-decoration:underline;}
.handytipscolormain{float:left; width:100%; background:#fff;  position:relative;}
.ctamrbottom{margin-bottom:50px;}

.howtogetbox{width:100%; float:left; padding:35px; background:#ffffff; margin-bottom:25px;}
.howtogethd{width:100%; float:left; font-size:24px; margin:0; padding:0 0 20px 0; font-family: 'D-DINExp-Bold'; color:#000;}
.howtogethd2{width:100%; float:left; font-size:13px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp'; color:#4daa32;}
.howtogethd2 span{color:#f25600;}
.howtogethd2 span a{color:#f25600; text-decoration:none;}
.howtogetbox p{width:100%; float:left; font-size:13px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp'; color:#000;}
.howtogethd3{width:100%; float:left; font-size:14px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp-Bold'; color:#000;}

.howtogetback{width:100%; float:left; font-size:13px; margin:0; padding:15px 0 10px 0; font-family: 'D-DINExp'; color:#f25600;}
.howtogetback a{color:#4daa32; text-decoration:underline;}
.howtogetback a:hover{text-decoration:none;}

.tipsrelatedproducts{float:left; width:100%; margin-bottom:50px;}
.tipsrelatedproducts h2{float:left; width:100%; margin:0; padding:0 0 25px 0; font-family: 'D-DINExp-Bold'; color:#000; font-size:26px; letter-spacing:2px; }

.dealoffers{position:absolute; right:15px; top:10px; font-size:14px; font-family: 'D-DINExp'; padding:2px 15px; color:#fff; text-transform:uppercase; z-index:9;}
.bgcolor1{background:#006325;}
.bgcolor2{background:#49bcac;}
.bgcolor3{background:#d53d1a;}
.bgcolor4{background:#605089;}

.financemain{float:left; width:100%; margin-top:10px;}
.financecolorbox{float:left; width:100%; background:#54d8ca; padding:50px 35px; color:#fff;}
.financecolorbox img{width:165px; float:left; margin-right:35px;}
.financecolorbox h2{color:#000; font-size:48px; margin:20px 0 8px 0; padding:0; font-family: 'D-DINExp-Bold'; }
.financecolorbox p{color:#000; font-size:28px; margin:0; padding:0; font-family: 'D-DINExp-Bold'; }

.benefitsbox{float:left; width:100%; margin:35px 0 0 0; padding:0;}
.benefitsbox h2{float:left; width:100%; color:#000; font-size:19px; margin:20px 0 15px 0; padding:0; font-family: 'D-DINExp-Bold'; }
.benefitsleft{width:50%; float:left;}
.benefitsleft ul{margin:0; padding:0 0 0 25px; list-style:none; float:left; width:100%;}
.benefitsleft ul li{float:left; width:100%; margin:0; padding:8px 0 8px 50px; font-size:19px; font-weight:bold; background:url(../images/benefitsleft.png) no-repeat left 10px; }
.benefitsright{width:50%; float:right;}
.benefitsright p{float:left; width:100%; margin:0; padding:0 0 5px 0; font-size:14px;}
.benefitsright ul{margin:0; padding:0 0 0 25px; list-style:none; float:left; width:100%;}
.benefitsright ul li{float:left; width:100%; margin:0; padding:8px 0 8px 50px; font-size:19px; font-weight:bold; background:url(../images/benefitsleft.png) no-repeat left 10px; }

.benefitsbox2{float:left; width:100%; margin:35px 0 35px 0; padding:0;}
.benefitsbox2 h2{float:left; width:100%; color:#000; font-size:19px; margin:20px 0 25px 0; padding:0; font-family: 'D-DINExp-Bold'; }
.benefitswhitebox{width:100%; float:left; background:#fff; padding:35px; text-align:center;}
.benefitswhitebox img{max-width:250px;}
.colorbox2{background:#006325;}
.colorbox2 h2{color:#fff;}
.colorbox2 p{color:#fff;}

.colorbox3{background:#f25600;}
.colorbox3 h2{color:#fff; margin:0 0 8px 0;}
.colorbox3 p{color:#fff; font-size:24px; font-family: 'D-DINExp-Bold';}

.servicetextone{float:left; width:100%; margin-bottom:-25px;}
.servicetextone p{float:left; width:100%; margin:25px 0 0 0; padding:0 0 5px 0; font-size:14px; color:#000000; line-height:22px;}

.pickupservice{width:100%; float:left; margin:50px 0 50px 0;}
.pickupserviceleft{float:left; width:35%;}
.pickupserviceleft img{width:100%;}
.pickupserviceright{float:left; width:65%; padding-left:60px;}
.notime{float:left; width:100%; margin:35px 0 0 0; padding:0 0 10px 0; font-size:24px; font-family: 'D-DINExp-Bold'; }
.pickupserviceright p{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:19px; font-family: 'D-DINExp-Bold'; }

.aboutmain{margin-bottom:50px;}
.aboutmain .whyhastingsboxleft{margin-bottom:10px;}
.aboutmain .whyhastingsboxright{margin-bottom:10px;}
.aboutmain .whyhastingsboxwhite{height:284px;}

.delivermornington{width:100%; float:left; margin:50px 0 35px 0;}
.delivermornington h2{float:left; width:100%; color:#000; font-size:19px; margin:0 0 15px 0; padding:0; font-family: 'D-DINExp-Bold'; }

.delivermorningtontext{width:800px; float:left;}
.delivermorningtonone{font-size:14px; font-family: 'D-DINExp'; padding:5px 0;}

.cantfind{float:left; width:100%; margin:0 0 50px 0;}
.cantfindhd{color:#000000; font-size:14px; font-family: 'D-DINExp-Bold'; float:left; width:100%;}
.cantfind p{color:#000000; font-size:14px; font-family: 'D-DINExp'; float:left; width:100%;}

.brandmain{float:left; width:100%; margin:10px 0 35px 0;}
.brandboxmain{float:left; width:100%; padding:0 10px;}
.brandboximg{float:left; width:100%;}
.brandboximg img{width:100%;}
.brandboxhd{float:left; width:100%; color:#000; font-size:15px; margin:0 0 15px 0; padding:0; font-family: 'D-DINExp-Bold'; text-transform:uppercase; padding-top:15px;}
.brandboxhd a{ color:#000; text-decoration:none;}
.brandmainin{margin:0 -10px;}


.branddetilsbox{width:100%; float:left; padding:35px; background:#ffffff; margin-bottom:25px;}
.branddetilshd{width:100%; float:left; font-size:24px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp-Bold'; color:#000;}
.branddetilsbox p{width:100%; float:left; font-size:14px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp'; color:#000;}
.branddetilshd2{width:100%; float:left; font-size:14px; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp-Bold'; color:#000;}

.branddetailimg{float:left; width:100%;}
.branddetailimg img{border:#e8e8e8 1px solid; max-width:100%;}
.branddetailbutton{float:left; width:100%; text-align:center; margin-top:35px;}
.branddetailbutton a{background:#3399ff; color:#fff; font-family: 'D-DINExp-Bold'; font-size:13px; padding:10px 25px; text-transform:uppercase; letter-spacing:2px; display:block;}

.branddetailleft{float:left; width:64%; padding-right:35px;}
.branddetailrigiht{float:right; width:35%; padding-left:35px;}

.contactmaincontainer{float:left; width:100%; margin:35px 0 0 0;}
.toptext{float:left; width:100%; margin:0; padding:0;}
.toptext h2{float:left; width:100%; margin:0; padding:0 0 20px 0; text-align:center;  font-family:'D-DINExp-Bold' ; font-size:32px;}
.toptext p{float:left; width:100%; text-align:center; font-family: 'D-DINExp'; font-size:18px; padding:0 0 15px 0; margin:0;}
.getquoteform{float:left; width:100%; margin:15px 0 50px 0; padding:0;}
.getquoteform select{background:#fff url(../images/select-icon3.jpg) no-repeat scroll right 50%; border-radius:0px; }
.getquoteform select option{padding:7px 10px;}
.getquoteform select{appearance: none;  -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.getquoteform select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px;}
.getquoteform select{float: left; height:60px;  width: 100%; font-family:16px;  border:none;  border-radius:0;  color:#000;  border:#e5e5e5 1px solid;  }
.getquoteform textarea{height:150px;}
.loginbutton {float:left; text-align:center; width:100%;}
.getquoteform .btn{padding:18px 50px; margin-top:25px;}
.getquoteform .btn-warning{background-color:#4daa32; color:#fff; font-size:12px;  font-family: 'D-DINExp';  text-transform:uppercase; color:#fff; border-top:none;  border:none; letter-spacing:2px;}
.getquoteform .btn-warning:hover{background-color:#5eb246;  border:none; }

.fetquoteright{padding-right:7px;}
.fetquoteleft{padding-left:7px;}
.starcolor{position:relative;}
.starbox{position:absolute; left:10px; top:10px; color:red;}

.page-faq{float:left; width:100%; margin:15px 0 0 0;}
.page-faq .faqbottom {background: #f6f6f6; border: 0;margin:10px 0;padding:25px}
.page-faq .faqheading {background: url(../images/next-assets.png) top right no-repeat;cursor: pointer;background-size: 29px; font-family:'D-DINExp-Bold' ;  font-size:16px; padding-right:25px; padding-bottom:3px;}
.page-faq .faqopen {background: url(../images/next-assets-hover.png) top right no-repeat;background-size:29px}
.page-faq .faqtext {padding-top: 20px}
.page-faq .faqtext p{font-size:16px;}
.expandall bdo {border-bottom: 1px #000 solid}

.enewsletterbg{background: url(../images/sybscribebg.jpg) no-repeat left top; background-size:cover; min-height:700px; width:100%; float:left; margin-top:117px;}
.enewsletterfrom{width:600px; margin:0 auto; color:#fff;}
.enewsletterfrom .btn{padding:18px 50px; margin-top:25px; margin-bottom:65px;}
.enewsletterfrom .btn-warning{background-color:#4daa32; color:#fff; font-size:12px; color:#fff; font-family: 'D-DINExp';  text-transform:uppercase; border-top:none;  border:none; letter-spacing:2px;}
.enewsletterfrom .btn-warning:hover{background-color:#5eb246;  border:none; }

.enewsletterbg h1{float:left; width:100%; text-align:center; color:#fff; margin:35px 0 0 0; font-size:38px;  font-family: 'D-DINExp-Bold'; }
.enewsletterbg p{float:left; width:100%; text-align:center; color:#fff; font-size:18px; margin:5px 0 35px 0; padding:0; font-family: 'D-DINExp';}
.enewsletterbg .breadcrumb > li{color:#999999;}

.thanksmain{float:left; width:100%; padding-bottom:50px; min-height:600px;}
.thanksmain h1{float:left; width:100%; margin:0; padding:75px 0 20px 0; text-align:center;  font-family:'D-DINExp-Bold' ;  font-size:66px; color:#fff;}
.thanksmain p{float:left; width:100%; text-align:center; font-family: 'D-DINExp'; font-size:19px; padding:0; margin:0; color:#fff;}
.thanksicon{float:left;  width:100%; text-align:center; margin:50px 0 0 0;}
.thanksicon img{max-width:60px; margin:0 15px;}
.thanksbg{ background:url(../images/thanksbg.jpg) no-repeat left top; background-size:cover;  min-height:700px; width:100%; float:left;}

.productmian{float:left;width:100%; margin-bottom:50px;}

.productmianleft{width:25%; float:left;  padding-right:35px; }
.priceleftbox{float:left; width:100%;}
.pricehd{float:left; width:100%; margin:0 0 15px 0; padding:0; font-family:'D-DINExp-Bold' ;  font-size:15px; color:#000; border-bottom:#000 2px solid; text-transform:uppercase; letter-spacing:2px;}
.productmianright{width:72%; float:right; }
.pricecolorblack{color:#000;}

.productloadmore{float:left; width:100%; text-align:center; margin-top:35px;}
.productloadmore a{display:inline-block; background:#333333 url(../images/loadmorearrow.png) no-repeat 160px 22px; background-size:25px; color:#fff; font-size:13px;  font-family: 'D-DINExp-Bold';  text-transform:uppercase; letter-spacing:2px; padding:15px 80px 15px 50px; }

.pricecheckbox{ font-size:12px; font-family: 'D-DINExp';}
.pricecheckbox input[type="checkbox"] { display:none;}
.pricecheckbox input[type="checkbox"] + label { color:#000000; font-size:12px; font-family: 'D-DINExp';  padding:0; font-weight:normal; margin:0;}
.pricecheckbox input[type="checkbox"] + label span { display:inline-block;  width:15px;  height:15px; margin:-3px 10px 0 0;  vertical-align:middle;  background:url(../images/checkbox.jpg) left top no-repeat;  cursor:pointer; background-size:15px;}
.pricecheckbox input[type="checkbox"]:checked + label span { background:url(../images/checkbox-hover.jpg)  left top no-repeat; background-size:15px;}
.pricecheckbox input[type="checkbox"] + label {}
.pricecheckbox bdo{color:#999999;}
.selectall{float:left; width:100%; font-size:12px; color:#f25600; font-family: 'D-DINExp';}
.selectall a{color:#f25600; text-decoration:none; border-bottom:#f4c3b5 1px solid;}
.selectall a:hover{border-bottom:none;}
.pricemrtop{margin-top:25px;}
.productmianleft p{font-size:10px; color:#333333; font-family: 'D-DINExp'; float:left; width:100%; margin:0; padding:0;}

.pricegobox input[type="text"]{float:left; width:70px; height:25px; float:left; border:#bababa 1px solid; font-size:12px;  font-family: 'D-DINExp'; padding:0 5px; }
.priceline{float:left; width:25px; text-align:center; font-family: 'D-DINExp'; font-size:12px; color:#000;}
.goes{float:left; width:35px; border:none; height:25px; text-transform:uppercase; color:#ffffff; text-align:center; background:#50a5ff; font-size:12px; font-family: 'D-DINExp';  margin:0; padding:0; margin-left:10px;}
.goes:hover{background:#2e89e4;}
.sortmain{float:left; width:100%; padding:0 5px;}
.sortselect{width:200px; float:left;}
.sortselect select{background:#fff url(../images/select-icon2.jpg) no-repeat scroll right 50%; border-radius:0px; }
.sortselect select option{padding:7px 10px;}
.sortselect select{appearance: none;  -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.sortselect select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px; borde}
.sortselect select{float: left; height:46px;  width: 100%; font-family: 'D-DINExp'; font-size:12px;  border:none;  border-radius:0;  color:#000;  border:#e5e5e5 1px solid; }

.filterbutton{float:left; width:150px; background:#3399ff; color:#fff; font-size:13px; text-align:center; padding:9px 0 8px 0; letter-spacing:2px;  font-family: 'D-DINExp-Bold';  text-transform:uppercase; cursor:pointer; margin-right:10px; display:none;}
.filteriphonetop{display:none}

.piggymainbank{width:100%; float:left; padding:15px 0; background:#54d8ca; margin-bottom:10px;}
.piggymainbankin{margin:0 auto; width:570px;}
.piggymainbankinleft{width:110px; float:left; margin-top:5px;}
.piggymainbankinright{float:right; width:450px;}
.piggymainbankhd{float:left; width:100%; margin:8px 0 3px 0; padding:0; font-family:'D-DINExp-Bold' ;  font-size:24px; color:#000;}
.piggymainbankinright p{float:left; width:100%; margin:0; padding:0; font-size:14px;  font-family: 'D-DINExp';}

.productform{float:left; width:100%; background:#fff; padding-top:50px; padding-bottom:25px;}
.productform .toptext h2{text-align:center; font-size:24px;}
.productform .contactmaincontainer{margin:0;}
.piggyntwo{margin-bottom:50px;}
.sayhello{background:none!important; padding-top:0!important;}
.handytipsmain{float:left; width:100%; margin:0 0 50px 0;}
.handytipsmain h2{float:left; width:100%; margin:0; padding:0 0 25px 0; font-family: 'D-DINExp-Bold'; color:#000; font-size:26px; letter-spacing:2px; text-transform:uppercase;}
.handytipsmainin{float:left; width:100%;}
.handytipsmaininright{float:right; width:50%;}
.handytipsmaininright img{width:100%;}
.handytipsmaininleft{width:50%; float:left; background:#333333; height:336px; padding:50px;}
.handytipsmaininleft p{float:left; width:100%; color:#fff; font-size:14px; margin:0; padding:0;}
.handytipsmaininlefthd{float:left; width:100%; font-size:24px; color:#fff; font-family: 'D-DINExp-Bold'; padding:0 0 20px 0;}
.learnmorep{float:left; width:100%; margin-top:25px}
.learnmorep a{font-size:14px; color:#ffffff; background:url(../images/arrowleft2.png) no-repeat right 5px; background-size:6px; padding:0 15px 0 0;}
.learnmorep a:hover{color:#f25600;}

.prdouctdetailstop{float:left; width:100%; margin:35px 0 0 0;}

.prdouctdetailshdbox{float:right; width:55%; margin-bottom:10px;}
.prdouctdetailshdboxleft{width:100%; float:left;}
.prdouctdetailshdboxleft h1{float:left; width:100%; font-size:28px; color:#000000; font-weight:normal; margin:0; padding:0; font-family: 'D-DINExp-Bold';}
.prdouctdetailshdboxleft h2{width:auto; font-size:18px; color:#999999; font-weight:normal; margin:5px 10px 0 0; display: inline-block; padding:0; font-family: 'D-DINExp';}
.prdouctdetailshdboxlefth1{float:left; width:100%; font-size:52px; color:#000000; font-weight:normal; margin:0 0 25px 0; padding:0; font-family: 'D-DINExp-Bold';}
.seealldetails{display: inline-block; vertical-align: top; margin-top: 5px;}
.seealldetails a{font-size: 18px; transition: all 0.3s; display: block; line-height: 1.1;}
.seealldetails a:hover{text-decoration: underline;}
.prdouctdetailshdboxleftp{float:left; width:100%; font-size:16px; color:#000000; font-weight:normal; margin:0; padding:0; font-family: 'D-DINExp-Bold';}
.prdouctdetailshdboxright{width:35%; float:right;}
.prdouctdetailshdboxright p{float:left; width:100%; margin:0; padding:0; font-size:14px; font-family:'D-DINExp-Bold'; color:#c80e13; text-align:right; }
.prdouctdetailshdwas{width:100%; text-align:right; font-size:16px; text-align:right; font-family: 'D-DINExp-Bold'; text-decoration:line-through; margin:0; padding:0;}
.prdouctdetailshdtext{float:left; width:100%; text-align:right; font-size:42px; font-family: 'D-DINExp-Bold';  color:#c80e13;}
.prdouctdetailshdboxleftimg{float:left; width:100%; margin:10px 0 20px 0;}
.prdouctdetailstoptextbox{float:right;  width:55%;}
.prdouctdetailstoptextbox p{float:left; width:100%; margin:0; padding:0; font-size:16px; font-family: 'D-DINExp'; color:#000000; line-height:24px;}
.prdouctdetailstoptextbox ul{margin:15px 0; padding:0; float:left; width:100%; list-style:none; }
.prdouctdetailstoptextbox ul li{float:left; width:100%; font-size:13px;  font-family: 'D-DINExp'; color:#000000; padding:4px 0 8px 40px; background:url(../images/closemain2.png) no-repeat left 6px; background-size:25px;}
.prdouctdetailstoptextbox ul li span{display:block; float:left; width:100%; font-size:18px; padding-bottom:5px;}
.termsapply{float:left; width:100%; font-size:12px; font-family: 'D-DINExp'; color:#000000;}
.modal-body .prdouctdetailshdbox{margin-bottom:15px;}
.prdouctdetailstopslider{width:40%; float:left; margin-bottom: 30px; }

.availablesizesbox{float:left; width:100%; margin:15px 0 35px 0;}
.availablesizesbox .solutionsdescriptionboxhd{margin:0 0 15px 0;}
.ctamr0{margin:0!important;}
.selectthesizebox{float:left; width:100%; margin:0 0 10px 0;}
.selectthesizebox select{background:#fff url(../images/select-icon3.jpg) no-repeat; border-radius:0px; width:330px; background-position: right -20px center; height: 45px; padding:6px 28px 6px 15px; max-width: 100%;}
.selectthesizebox select option{padding:10px 10px;}
.selectthesizebox select{appearance: none; -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.selectthesizebox select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px;}

.selectthes{float:left; width:90%; margin:0 0 0 3%;}
.selectthes select{background:#fff url(../images/select-icon33.png) no-repeat right top; border-radius:0px; width:100%; }
.selectthes select option{padding:7px 10px;}
.selectthes select{appearance: none; -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.selectthes select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px;}
.selectthes .form-control{height:40px; padding: 6px 35px 6px 22px;}
.selectthes p{float:left; width:100%; text-align:left;}

.product-slider {float:left; width:100%;}
.product-slider #carousel { margin: 0; }
.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0; }
.product-slider #thumbcarousel .item { text-align: center; }
.product-slider #thumbcarousel .item .thumb { border:1px solid #e5e5e5; width:17%; margin:0 2px 2px 2px; display: inline-block; vertical-align: middle; cursor: pointer;}
.product-slider #thumbcarousel .item .thumb:hover { border-color: #e5e5e5; }
.product-slider #thumbcarousel .item .thumb.selected { border-color: #e5e5e5; }

.product-slider .item img { width: 100%; }
.product-slider .carousel-control { color: #0284b8; text-align: center; text-shadow: none; }
.product-slider .carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }
.product-slider .carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.product-slider .carousel-control {  position: absolute; top: 30%; width: auto; }
.product-slider .carousel-control.left{background: url(../images/previous-banner2.jpg) no-repeat left top; text-indent: -9999999px; background-size: 35px; height:35px; width:35px;}
.product-slider .carousel-control.left:hover{background: url(../images/previous-banner2.jpg) no-repeat left top; text-indent: -9999999px; background-size: 35px; height:35px; width:35px; opacity: 0.5;}
.product-slider .carousel-control.right {background: url(../images/next-banner2.jpg) no-repeat left top; text-indent: -9999999px; background-size: 35px; height:35px; width:35px;}
.product-slider .carousel-control.right:hover { background: url(../images/next-banner2.jpg) no-repeat left top; text-indent: -9999999px;  background-size: 35px; height:35px; width:35px; opacity: 0.5;}

.askquickbuttonmain{float:left; width:100%; text-align:center; margin-top:35px;}
.askquickbutton{display:inline-block; /*width:300px;*/ padding:12px 50px; background:#4daa32; color:#fff;  font-family:'D-DINExp'; font-size:12px; text-transform:uppercase; letter-spacing:2px; cursor:pointer; text-decoration:none;} 
.askquickbutton a{ color:#fff; text-decoration:none;}
.askquickbutton:hover a{color:#fff;}
.askquickbutton:hover{ background:#5eb246; color:#fff; }

.askquickbutton.gray{background: #9a9a9a; margin-left: 12px; color: #ffffff;}
.askquickbutton.gray a{color: #ffffff;}

 
.prdouctslidercomparebox{float:left; width:100%; text-align:center; margin:35px 0 0 0; font-size:11px; font-family: 'D-DINExp-Bold';}
.prdouctslidercomparebox input[type="checkbox"] + label{padding:0;}

.catamain3{float:left; width:100%; background:#333333; padding:15px 0; margin-top:20px; text-align:center; }
.freeservicebox{width:24%; font-size:14px; color:#ffffff; font-family: 'D-DINExp-Bold'; display:inline-block; vertical-align:middle; text-align:center;}
.freeservicebox img{width:32px; display:inline-block; vertical-align:top; margin-right:10px;}
.freeservicebox span{ width:auto; display:inline-block; padding:10px 0 0 5px;}
.freeservicebox a{color:#fff; text-decoration:none;}
.freeservicebox bdo{display:none;}

.featuresspecmainbox{float:left; width:100%; margin:50px 0 50px 0;}
.specificationbox{float:left; width:100%; margin:0; padding:35px; background:#fff; font-size:14px; color:#000000; font-family: 'D-DINExp';}
.featuresbox{float:left; width:100%; margin:0; padding:0 20px 35px 20px; background:#fff;}
.featuresimgbox{float:left; width:100%;}
.featuresimg{width:100%; float:left;}
.featuresimg img{width:100%;}
.featureshd{float:left; width:100%; font-family: 'D-DINExp-Bold'; font-size:15px; line-height:22px; padding:15px 0 10px 0;}
.featuresimgbox p{font-size:14px; float:left; width:100%; line-height:22px;}
.featuresbox .col-xs-6{display:inline-block; vertical-align:top; float:none; width:24.5%; margin-top:35px;}

.programboxul{margin:35px 0 0 0; padding:0; float:left; width:100%;}
.programboxul ul{list-style:none; float:left; width:100%; margin:0; padding:0;}
.programboxul ul{margin:0; padding:0; list-style:none; float:left; width:100%;}
.programboxul ul li{float:left; width:100%; margin:0; padding:3px 0 3px 20px; font-size:13px;  background:url(../images/benefitsleft.png) no-repeat left 12px; background-size:11px; }
.programboxul h2{float:left; width:100%; margin:0 0 20px 0; padding:0; font-size:24px;  font-family: 'D-DINExp-Bold'; border-bottom: #ececec 1px solid;  padding-bottom:15px; font-weight:normal;}

/*Tabing*/
.featuresspecmainbox .nav-tabs{border-bottom:none;}
.featuresspecmainbox .nav > li > a{margin:15px 5px 0 0; font-size:13px; font-family: 'D-DINExp-Bold'; padding:15px 25px; text-transform:uppercase; letter-spacing:2px; }
.featuresspecmainbox .nav-tabs > li > a{background:#3399ff; color:#ffffff; }
.featuresspecmainbox .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border: 1px solid #fff;}
.featuresspecmainbox .nav > li.active a{background:#fff; color:#000;}

.featuresspecmainbox .nav-tabs > li > a{border-radius:0px;}

.specificationbox .table-striped > tbody > tr:nth-of-type(2n+1){background:#f5f5f5;}
.specificationbox .table > tbody > tr  > td{border:none;}
.specificationbox strong{font-family: 'D-DINExp-Bold'; font-weight:normal;}

.featuresspecmainbox .panel-default > .panel-heading{background-color: #fff; border-color: #fff;}
.featuresspecmainbox .panel-title{font-size:19px; font-family: 'D-DINExp-Bold'; text-transform:uppercase; letter-spacing:2px;}
.featuresspecmainbox .panel-default{}
.featuresspecmainbox .panel{border:none;}
.featuresspecmainbox .panel-group .panel-heading .panel-collapse > .panel-body{border:none;}
.featuresspecmainbox .panel-heading{border-radius:0; padding:0; }
.featuresspecmainbox .panel-heading a{ padding:15px; display:block; width:100%; background:url(../images/plush2.png) no-repeat 97% 17px; background-size:15px;}
.featuresspecmainbox .panel-heading a.collapsed{ background:url(../images/plush.png) no-repeat 97% 17px;  background-size:15px;}
.featuresspecmainbox .panel-default > .panel-heading{color:#000;}
/*End Tabing*/


.comparemain{float:left; width:100%; margin:15px 0 35px 0;}
.comparehd{float:left; width:100%; font-size:18px; background:#e8e8e8; padding:8px 25px; font-family: 'D-DINExp'; }
.comparebox{width:100%; float:left; background:#fff; border:#e7e7e7 1px solid;}
.removebox{float:left; width:100%; text-align:center; font-size:13px; font-family: 'D-DINExp'; color:#000000;}
.removebox a{color:#999999; text-decoration:underline;}
.removebox a:hover{text-decoration:none;}
.removebox span{position:relative;}
.removebox span img{position:absolute; width:8px!important; height:8px!important; left:-15px; top:4px;} 
.comparebox .homelatestspecialswhitebox{border:none;} 
.comparebox .timecutterboxbottom{border:none;} 
.comparebox .speclatestbox{margin-bottom:0;}

.blademain{float:left; width:100%; font-size:12px; font-family:font-family: 'D-DINExp'; margin-top:15px;}
.blademain p{margin:0; padding:0;}
.blademain p strong{font-family: 'D-DINExp-Bold'; font-weight:normal!important;}
.blademain2{float:left; width:100%; font-size:12px; font-family:font-family: 'D-DINExp';}
.blademain2 p{margin:0; padding:0;}
.blademain2 p strong{font-family: 'D-DINExp-Bold'; font-weight:normal!important;}
.bladeone{float:left; width:100%; background:#f5f5f5; padding:5px 20px; text-align:left; /*height:35px; overflow:auto;*/}
.bladeone span{display:none;}
.bladetwo{float:left; width:100%; background:#fff; padding:5px 20px;  text-align:left; border-bottom:#f5f5f5 1px solid; /*height:35px; overflow:auto;*/}
.bladethree{float:left; text-align:center; width:100%; padding:15px 0;}
.bladetwo span{display:none;}
.bladefour{float:left; width:100%; background:#605089; padding:5px 20px;  text-align:left; color:#fff; font-family: 'D-DINExp-Bold'; font-size:13px; text-transform:uppercase;}
.comparebox .timecutterboxbottom{padding:0;}
.comparebox .col-sm-12 .col-md-12 .col-lg-12{padding-right: 10px; padding-left: 10px;} 

.searchmain{float:left; width:100%; padding:0 0 35px 0;}
.searchbox{float:left; width:100%; margin:25px 0 15px 0;}
.searchboxin{width:70%; margin:0 auto; position:relative;}

.searchboxin .btn-default{position:absolute; right:0px; top:0; color: #fff; background-color:#4daa32; border-color: #4daa32;}
.searchboxin .btn{padding:19px 20px; font-size:13px; text-transform:uppercase; font-family: 'D-DINExp-Bold';}
.searchresulttop{float:left; width:100%; text-align:center; font-family: 'D-DINExp-Bold'; font-size:24px;}
.yourviewed{float:left; width:100%; text-align:center; font-size:14px; font-family: 'D-DINExp';  margin:35px 0 0 0;}

.productsearch{float:left; width:100%; margin:35px 0 0 0;}
.informationsearch{float:left; width:100%; margin:15px 0 0 0;}

.searchresulttab{float:left; width:100%; margin:35px 0 0 0;}
.searchresulttab .nav > li > a{padding:10px 25px; font-size:14px; text-transform:uppercase; border:#cecece 1px solid; color:#000000; margin:15px 0 0 0;}
.searchresulttab .nav-tabs > li.active > a, .nav-tabs > li.active{background-color: #f7f7f7;}
.searchresulttab .nav-tabs > li.active > a:hover{border:1px solid #cccccc; border-bottom:#f7f7f7 1px solid;}
.searchresulttab .nav-tabs > li.active a{border:1px solid #cccccc; border-bottom:#f7f7f7 1px solid;}

.crcbox{position:absolute; right:-10px; top:0; font-size:10px; font-family: 'D-DINExp'; background:#f25600; height:25px; width:25px; z-index:1; color:#fff; border-radius: 25px; text-align: center; line-height: 25px;}
.showingright{font-size:14px; color:#000000; text-align: right;position: absolute;right: 0;bottom: 10px;}

.mobiledate{display:none;}
.footerlinkhd bdo{display:none;}
.footeriphonelink{display:none;}

.modal-xl{width:1100px;}
.popupclose .closebutton{background:url(../images/popupclose.jpg) no-repeat left top; width:55px; height:55px; background-size:55px; float:right; border:none; font-size:0px; text-indent:-999999px;}


.navbarfix{top:37px;}
.scrolled{top:0;}

.topcolordiv{background:#f4f4f4; color:#000; float:left; width:100%; height:27px; position:fixed; z-index: 99; top:0;}
.topnewnav{position:absolute; left:0; top:-27px; text-align:right; width:100%;}
.topnewnav ul{list-style:none; margin:0; padding:0; float:right;}
.topnewnav ul li{float:left; font-size:14px; margin:0 15px; font-family: 'D-DINExp-Bold';}
.topnewnav ul li a{color:#999999; text-decoration:none;}
.topnewnav ul li a:hover{color:#4daa32;}
.topnewnav ul li a.active{color:#4daa32;}
.topnewnav ul li span{font-size:18px; font-family: 'D-DINExp-Bold';}
.arrowtopimg {position:absolute; left:25px; top:0;}

.quickquestionlink{position:fixed; right:0; bottom:0;  color:#fff; font-size:14px; font-family: 'D-DINExp-Bold';}
.quickquestionlink a{color:#fff; text-decoration:none;  padding:12px 20px 12px 40px; background:#e70006; width:250px; display:block;}
.quickquestionlink span{ font-family: 'SSPika'; font-size:14px;}

.footeraskbox{float:left; width:100%; padding-bottom:50px;}
.footeraskhd{width:100%; float:left; text-align:center; font-size:32px; font-family: 'D-DINExp-Bold'; color:#000;}
.askformmain{width:100%; float:left; padding:15px;}
.breadcrumbmain{position:absolute; left:0; top:15px; width:100%; z-index:1;}

.aboutaffiliationsbox{float:left; width:100%; margin:50px 0 0 0;}
.solutionsdescriptionboximg{float:left; width:100%; text-align:center; margin:20px 0;}
.solutionsdescriptionboximg img{max-width:100%;} 

.isobox{float:left; width:auto; margin-right:35px;}
.isobox img{max-width:100%;}
.ourmottomain{float:left; width:100%; margin:25px 0 0 0;}
.ourmottoleft{float:left; width:25%; text-align:right; padding-right:35px;}
.ourmottoleft img{max-width:133px;}
.ourmottoright{float:right; width:75%; font-size:32px; font-family: 'D-DINExp-Italic'; color:#000000; padding-top:70px;}

.aboutwhatwedobox{float:left; width:100%; margin:50px 0 0 0; background:url(../images/aboutwhatwedobox.png) no-repeat left top; padding:50px 25px; background-size:cover;}
.aboutwhatwedobox h2{float:left; width:100%; margin:0; padding:0 0 35px 0; font-family: 'D-DINExp-Bold'; color:#000; font-size:32px; text-align:center;}

.aboutwhatwedoboxin{float:left; width:100%; text-align:center; height:230px;}
.aboutwhatwedoboximg{float:left; width:100%;}
.aboutwhatwedoboximg img{max-width:100%;}
.aboutwhatwedoboxtext{float:left; width:100%; font-family: 'D-DINExp-Italic'; color:#000; font-size:32px;  font-size:24px; padding-top:15px;}
.borderleft{border-left:#73706d 1px solid;}.borderright{border-right:#73706d 1px solid;}

.aboutyearbox{float:left; width:100%; margin:50px 0 0 0;}
.aboutyearboximg{float:left; width:100%; text-align:center; margin-bottom:35px;}

.aboutyeartopbox{float:left; width:100%;}
.aboutyeartopbox h2{margin:0; padding:0; width:100%; float:left; text-align:center; font-size:24px; padding-bottom:25px;  font-family: 'D-DINExp-Italic';}
.aboutyeartopbox p{margin:0; padding:0; width:100%; float:left; text-align:center; font-size:16px; }
.aboutyeartopbox #toggle{text-decoration: underline;}
.aboutyeartopbox #toggle:hover{text-decoration:none;}

.meetsaferoadsbox{float:left; width:100%; margin:50px 0 0 0;}

.card-wrapper-main{margin-left:-15px; margin-right:-15px;}
.card-wrapper {height:330px; width: 100%; perspective:800px; margin:13px 0;}
/* card */
.card{width:100%;height: 100%; transform-style:preserve-3d;-webkit-transition: transform 1.5s;transition: transform 1.5s;}  
/* front side of the card */
.front{position: absolute;height:100%; width:100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
/* back side of the card */
.back{position: absolute;height:100%;width:100%;background-color: #feee0b;-ms-transform: rotateY(-180deg); /* IE 9 */ -webkit-transform: rotateY(-180deg); /* Safari */ transform: rotateY(-180deg);-webkit-backface-visibility: hidden; backface-visibility: hidden;}
/* flipping the card on hover */
.card:hover {-ms-transform: rotateY(-180deg); /* IE 9 */  -webkit-transform: rotateY(-180deg); /* Safari */ transform: rotateY(-180deg);}

.contactmainmap{float:left; width:100%; text-align:center;}
.contactmapbox{display:inline-block; width:49%; vertical-align:top; margin-top:50px;}
.contactmapbox iframe{width:100%; height:350px;}
.contactmapbox h2{float:left; width:100%; margin:0; padding:0; font-size:24px; color:#000; text-align:left; padding-bottom:10px;}
.contactmapbox h3{float:left; width:100%; margin:0; padding:0; font-size:24px; color:#000; text-align:left; font-family: 'D-DINExp-Italic'; padding-bottom:15px;}
.contactmapbox p{margin:0; padding:0; width:100%; float:left; text-align:left; font-size:16px; color:#000000; padding:0 0 10px 0;}
.pdright{padding-right:15px;}
.pdleft{padding-left:15px;}
.contactmapcolorbox{background:#666666; padding:25px; float:left; width:100%;}
.contactmapcolorbox h2{color:#fff;}
.contactmapcolorbox h3{color:#fff;}
.contactmapcolorbox p{color:#fff;}
.aboutnoimg{float:left; width:100%;}
.aboutnoimg img{width:100%;}

.abotmeettextbox{width:100%; float:left; background:#f4f4f4; padding:15px;}
.abotmeettextboxh2{float:left; width:100%; margin:0; padding:0; font-size:16px; font-family:'D-DINExp-Bold';}
.abotmeettextbox p{margin:0; padding:0; float:left; width:100%; font-size:16px;}

.aboutmeetback{float:left; width:100%; padding:25px 15px 0 15px;}
.aboutmeetbackname{float:left; width:100%; margin:0; padding:0; font-size:16px; font-family:'D-DINExp-Bold'; line-height:15px;}
.aboutmeetbacktitle{margin:0; padding:0 0 10px 0; float:left; width:100%; font-size:16px; border-bottom:#ebdc0a 1px solid; }
.aboutmeetbacktext{float:left; width:100%; height:210px; padding:15px 0; border-bottom:#ebdc0a 1px solid; }
.aboutmeetbacktext p{margin:0; padding:0; float:left; width:100%; font-size:13px; line-height:normal;}
.aboutlinkdin{float:left; width:100%; margin-top:5px;}

.contactbg{width:100%; float:left; background:url(../images/contactbg.jpg) no-repeat center top; background-size:cover; margin-top:-15px; padding:50px 0 50px 0;}
.contacttoptext{float:left; width:100%; text-align:center; color:#fff;}
.breadcrumbtop{top:30px;}
.contacttoptext h1{ font-size:52px; font-weight: normal; font-family: 'D-DINExp-Bold'; color: #fff; float:left; width:100%; padding:0; margin:25px 0 25px 0;}
.contacttoptext h2{ font-size:32px; font-weight: normal; font-family: 'D-DINExp-Bold'; color: #fff; float:left; width:100%; margin:0 0 15px 0; padding:0; }

.investorsheading{float:left; width:100%;}
.investorsheading h1{ font-size:38px; font-weight: normal; font-family: 'D-DINExp-Bold'; color: #000; float:left; width:100%; padding:0; margin:35px 0 0 0; text-align:center;}
.investorsmain{width:100%; float:left; text-align:center;}

.investorsmainbox{width:33%; display:inline-block; vertical-align:top; margin-bottom:50px; padding:0 15px;}
.investorsimgbox{float:left; width:100%;}
.investorsimgbox img{width:100%;}
.investorsmainbox h2{float:left; width:100%; margin:0 0 10px 0; padding:0; font-family: 'D-DINExp'; font-size:18px; color:#000; text-align:left;}
.investorsmainbox h2 a{color:#000; text-decoration:none;}
.investorsmainbox p{margin:0; padding:0; float:left; width:100%; font-size:13px; line-height:20px; text-align:left; color:#000;}
.investorsfind{float:left; width:100%; font-size:13px; font-family: 'D-DINExp';  margin:35px 0 0 0;}
.investorsfind a{display:inline-block; text-align:center; border:#e7e7e7 1px solid; font-size:13px; color:#000; font-family: 'D-DINExp'; padding:5px 30px;}
.investorsfind a:hover{background:#4daa32; border:#4daa32 1px solid; color:#fff;}

.investorsimgboxtext{width:100%; float:left; background:#fff; padding:15px 15px 35px 15px;}
.investormenu{float:left; width:100%; text-align:center;}
.investormenu ul{list-style:none;}
.investormenu li {display: inline-block;  margin:0 2px; margin-bottom:10px;}
.investormenu li a{display: inline-block; background: #ffffff; color:#000000; padding:8px 26px; text-decoration: none; text-transform:uppercase; letter-spacing:2px; font-size:12px; font-family: 'D-DINExp';}
.investormenu li a:hover {background:#000000; color:#fff;}
.investormenu li a.active {background:#000000; color:#fff;}
.investormenu select{display: none;}

.investormenu select{background:#f4f4f4 url(../images/select-icon4.png) no-repeat scroll right 50%; border-radius:0px; }
.investormenu select option{padding:7px 10px;}
.investormenu select{appearance: none;  -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.investormenu select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px;}
.investormenu select{float: left; height:60px;  width: 100%; font-family:16px;  border:none;  border-radius:0;  color:#000;  border:none; padding:0 20px;}

.investorboxin{width:100%; float:left; margin:0; padding:50px 0;}    
.corporatedirectors{float:left; width:100%; margin:0 0 35px 0; padding:0;}
.corporatedirectors h2{float:left; width:100%; margin:0; padding:0; font-size:16px; font-family: 'D-DINExp-Bold'; color:#000; padding-bottom:10px;}
.corporatedirectors p{margin:0; padding:0 0 5px 0; float:left; width:100%; font-size:16px; line-height:normal; text-align:left; color:#000;}
.corporatedirectors p a{color:#000; text-decoration:underline;}
.corporatedirectors p a:hover{text-decoration:none;}
.corporatedirectors p span{width:200px; display:inline-block;}
.newssearch{float:left; width:100%; margin:25px 0;}
.newssearchin{margin:0 auto; width:500px; position:relative;}
.newssearchin .form-control{height:55px;}
.searchbuttonbg{background:url(../images/searchbuttonbg.png) no-repeat center 15px; border:none; width:65px; border:none; position:absolute; right:0; top:0; height:55px;}
.annualgeneralbox{width:880px; margin:0 auto; border-bottom:#ededed 2px solid}
.downloadlink{font-family: 'SSPika'; font-size:16px; color:#000;}
.downloadlink a{color:#000;}
/*.downloadlink a:hover{color:#feee0b;}*/
.annualgeneralbox .table{margin-bottom:0;}
.annualgeneralbox .table > tbody > tr > td{padding:13px 8px; border-top:#ededed 2px solid;}
.color1{color:#999999;}

.byyearmainbox{float:left; width:100%; margin:0 0 35px 0;}
.byyearbox{margin:0 auto; width:400px; position:relative;}
.byyearbox select{background:#f4f4f4 url(../images/select-icon4.png) no-repeat scroll right 50%; border-radius:0px; }
.byyearbox select option{padding:7px 10px; text-align:right;}
.byyearbox select{appearance: none;  -moz-appearance: none;  -webkit-appearance: none;   text-indent: 0.01px; text-overflow: ""; -webkit-appearance: value; -moz-appearance:    value;  appearance:value; border-radius:0px;}
.byyearbox select::-ms-expand{ display: none;   appearance: none; -moz-appearance: none; -webkit-appearance: none;   text-indent: 0.01px;text-overflow: ""; -webkit-appearance: value; -moz-appearance:value;  appearance:value; display: none; border-radius:0px; border-radius:0px;}
.byyearbox select{float: left; height:50px;  width: 100%; font-family:16px;  border:none;  border-radius:0;  color:#000;  border:none; padding:0 50px; text-align:right;}
.byyeartext{position:absolute; left:20px; top:12px; font-family:16px;}

.annualreporthd{float:left; width:100%; margin:0; padding:0; font-size:24px; font-family: 'D-DINExp-Bold'; color:#000; padding-bottom:15px;}
.mr35c{margin-top:50px;}

.colorchange{color:#999999!important;}

.shareregistrybox{float:left; width:100%;}
.shareregistryboxleft{width:70%; float:left;}
.shareregistryboxleft h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; font-family: 'D-DINExp-Bold'; color:#000;}
.shareregistryboxleft p{margin:0; padding:0 0 10px 0; float:left; width:100%; font-size:16px; text-align:left; color:#000;}
.shareregistryboxphone{float:left; width:100%; margin:50px 0 0 0;}
.shareregistryboxphone p span{font-family: 'D-DINExp-Bold'; display:inline-block; width:150px;}

.shareregistryboxright{width:30%; float:left;}
.shareregistryboxbg{width:359px; height:369px; float:left; background:url(../images/shareregistryboxbg.png) no-repeat left top; color:#fff; padding:50px 0 50px 130px; font-family: 'D-DINExp-Italic'; }
.shareregistryboxbg p{float:left; width:100%; font-size:24px;}
.shareregistryboxbg p strong{font-size:42px; font-family: 'D-DINExp-Bold'; }
.shareregistryboxmid{width:100%; float:left; margin:50px 0 35px 0;}

.privacybox{float:left; width:100%; min-height:400px;}
.privacybox p{margin:0; padding:0 0 20px 0; float:left; width:100%; font-size:16px; text-align:left; color:#000;}

.zonebox{float:left; width:100%; min-height:400px;}
.zoneboximg{width:100%; float:left; text-align:center; margin-bottom:50px;}
.zoneboximg img{max-width:550px;}
.zonebox h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; font-family: 'D-DINExp-Bold'; color:#000;}
.zonebox p{margin:0; padding:0 0 15px 0; float:left; width:100%; font-size:16px; text-align:left; color:#000;}
.zonebox p a{ color:#000; text-decoration:underline;}
.zonebox p a:hover{text-decoration:none;}
.zonebox ul{margin:15px 0 25px 0; padding:0; list-style:none; float:left; width:100%;}
.zonebox ul li{float:left; width:100%; padding:4px 0 4px 30px; background:url(../images/closemain2.png) no-repeat left 7px; background-size:20px;}
.loginlinkcs{float:left; width:100%; text-align:left; margin-bottom:25px;}

.scotextbox{float:left; width:100%; margin:0; background:url(../images/aboutwhatwedobox.png) no-repeat left top; padding:50px 25px; background-size:cover;}
.scotextbox h2{float:left; width:100%; margin:0 0 10px 0; padding:0; font-family: 'D-DINExp-Bold'; color:#000; font-size:32px; text-align:center;}

.scosubheadingbox{width:49%; padding:0 15px; display:inline-block; vertical-align:top; margin-top:35px;}
.scosubheadingbox h2{width:100%; float:left; width:100%; font-size:24px; font-family: 'D-DINExp-Bold'; text-align:left; margin:0 0 15px 0; padding:0;}

.griddedlightingbox{float:left; width:100%; padding:0 5px;}
.griddedlightingboximg{width:100%; float:left;}
.griddedlightingboximg img{max-width:100%;}
.griddedlightingbox h2{float:left; width:100%; margin:25px 0 15px 0; padding:0; font-family: 'D-DINExp-Bold'; color:#000; font-size:32px; text-align:left;}
.griddedlightingbox h2 a{color:#000; text-decoration:none;}
.griddedlightingbox h2 a:hover{color:#e70006;}
.griddedlightingbox p{margin:0; padding:0 0 15px 0; float:left; width:100%; font-size:16px; text-align:left; color:#000;}
.griddedlightsub{float:left; width:100%; margin:15px 0 10px 0; padding:0; font-family: 'D-DINExp-Bold'; color:#000; font-size:19px; text-align:left;}
.griddedlightingbox ul{margin:15px 0 0 0; padding:0; list-style:none; float:left; width:100%;}
.griddedlightingbox ul li{float:left; width:100%; text-align:left; padding:10px 0;}
.griddedlightingbox ul li img{width:35px; margin-right:10px;}

.ledstreetboxmain{width:100%; float:left; margin:35px 0 35px 0;}
.ledstreetbox{width:100%; float:left;}
.ledstreetbox h2{float:left; width:100%; margin:0 0 15px 0; padding:0; font-family: 'D-DINExp-Bold'; color:#000; font-size:32px; text-align:left;}
.ledstreetbox p{margin:0; padding:0 0 15px 0; float:left; width:100%; font-size:16px; text-align:left; color:#000;}
.ledstreetlink{width:100%; float:left; width:100%; text-align:center; letter-spacing:2px; margin:25px 0 0 0;}

.productlistleft{width:18%; float:left; margin-top:35px;}
.productlisthd{float:left; width:100%; margin:0; padding:0 0 10px 0; font-family: 'D-DINExp-Bold'; color:#000; font-size:19px; border-bottom:#feee0b 2px solid;}
.productlistleft ul{margin:15px 0 50px 0; padding:0; float:left; width:100%; list-style:none;}
.productlistleft ul li{float:left; width:100%; padding:5px 0;}
.productlistleft ul li a{color:#000;}
.productlistleft ul li a:hover{text-decoration:underline;}
.productlistleft ul li a.active{text-decoration:underline;}
.productlistright{width:80%; float:right; margin-top:35px;}

.trafficecalmingbox{width:100%; float:left;}
.searchproductshd{float:left; width:100%; font-family: 'D-DINExp-Bold'; color:#000; font-size:24px; text-align:left; margin:0; padding:0;}
.searchinvestorhd{float:left; width:100%; font-family: 'D-DINExp-Bold'; color:#000; font-size:24px; text-align:left; margin:35px 0 25px 0; padding:0;}
.searcshowing{float:left; width:100%; margin:5px 0 0 0; padding:0; font-size:16px; color:#000;}

.searchagainbox{width:100%; float:left; margin:0; padding:0;}
.searchagainboxbg{width:50%; float:right; background:#feee0b; padding:12px; position:relative;}
.searchagainboxbg .form-control{margin-bottom:0; border:#000000 1px solid; font-size:16px; height:43px; background:#feee0b;} 
.searchagainboxbg input[type=button]{background:url(../images/searchbutton.jpg) no-repeat left top; border:none; height:41px; width:47px; font-size:0px; position:absolute; right:13px; top:13px;}

.pdetailsfaqbox{float:left; width:100%; margin:50px 0 0 0;}

.pdetailsfaqmain{width:100%; float:left; background:#fff; padding:25px;}
.pdetailsfaq{width:100%; float:left; padding:10px 0;}
.pdetailsfaq h2{float:left; width:100%; color:#000; font-size:18px; text-align:left; margin:0; padding:0 0 5px 0;}
.pdetailsfaq p{margin:0; padding:0 0 5px 0; float:left; width:100%; font-size:13px; text-align:left; color:#000; line-height:22px;}


.pdetailresourcesbox{width:100%; float:left; margin:50px 0 0 0;}
.pdetailresourcesboxin{float:left; width:100%;}
.pdetailimgresources{width:19%; /*float:left;*/ text-align:center; margin-top:15px; display:inline-block; vertical-align:top;}
.pdetailresourcesimg{float:left; width:100%; text-align:center;}
.pdetailresourcesimg img{max-width:80px;}
.pdetailresourcestext{float:left; width:100%; font-size:18px; margin-top:10px;}
.videoheadingtext{float:left; width:100%; text-align:center; font-size:13px;}
.pdetailspecifications{float:left; width:100%; margin:30px 0 0 0;}
.solutionsdescriptionboxleft{width:100%; float:left;}
.solutionsdescriptioncolorbox{float:left; width:100%; background:#f4f4f4; padding:7px 20px;}
.solutionsdescriptionwhitebox{float:left; width:100%; padding:7px 20px;}
.typeleft{width:40%; float:left; font-family: 'D-DINExp-Bold'; font-size:16px;}
.typeright{width:60%; float:left; font-size:16px;}

.solutionsdescriptionboxright{width:50%; float:right;}
.solutionsdescriptionimg1{width:50%; float:left; padding-left:25px;}
.solutionsdescriptionimg1 img{max-width:100%;}

.applicationdetailsbox{float:left; width:100%; margin:50px 0 0 0;}
.applicationdetailsbg{background:url(../images/applicationdetailsbg.jpg) no-repeat left top; background-size:cover; float:left; width:100%; padding:0 25px 25px 25px; text-align:center;}
.applicationdetailsbox .solutionsdescriptionboxhd{border-bottom:none;}
.applicationdetailsimgbox{width:19%; text-align:center; margin-top:15px; display:inline-block; vertical-align:top;}
.applicationdetailsimg{float:left; width:100%; text-align:center;  margin-top:25px;}
.applicationdetailsimg img{width:80px;}
.applicationdetailstext{float:left; width:100%;  font-size:16px; margin-top:10px; font-family: 'D-DINExp-Bold';}
.desktopnone{display:none;}

.brandsdetailstop{float:left; width:100%;}
.brandsdetailstopleft{width:70%; float:left; padding-right:5%;}
.brandsdetailstopleft p{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:13px;}
.brandsdetailstopright{width:30%; float:left;}
.brandsdetailstopright img{max-width:100%;}

.pigviewall{float:left; width:100%; text-align:left; font-family:; font-size:12px; letter-spacing:2px; margin:30px 0 0 0;}
.pigviewall a{display:inline-block; text-align:center; padding:10px 35px; background:#4daa32; color:#fff;}
.pigviewall a:hover{background:#5eb246;}

.contactnumber{float:left; width:100%; margin:35px 0 65px 0; text-align:center; font-size:24px; font-family: 'D-DINExp-Bold'; letter-spacing:2px;}
.contactnumber span{display:inline-block; padding:10px 50px; background:#605089; color:#fff; }
.contactnumber span a{text-decoration:none; color:#fff;}

.contactlocationbox{width:100%; float:left; margin:0 0 35px 0;}
.contactlocationbox h2{float:left; width:100%; margin:0 0 20px 0; padding:0; font-size:24px;  font-family: 'D-DINExp-Bold'; border-bottom: #ececec 1px solid;  padding-bottom:15px; font-weight:normal;}

.mapcontactbox{padding-right:15px; margin:15px 0 50px 0;}
.mapcontactbox h3{float:left; width:100%; margin:0 0 15px 0; padding:0; font-size:24px;  font-family: 'D-DINExp-Bold'; font-weight:normal;}
.mapcontactbox p{float:left; width:100%; margin:0; padding:5px 0 5px 35px; font-size:18px; position: relative;}
.mapcontactbox p a{color: #000;}
.mapcontactbox p img{ margin-right:10px; position: absolute; top:8px; left: 0;}
.contactmap{float:left; width:100%; margin:10px 0 0 0; padding:0; font-size:18px;}
.mapcontactbox .contactmap {padding-left: 35px;}
.contactmap a{color:#4daa32; text-decoration:underline;}
.contactmap a:hover{text-decoration:none;}

.newspagination{float:left; width:100%; text-align:center; margin-top:35px;}
.fbsharebox{width:100%; float:left; margin-bottom:25px;}
.fbsharebox img{margin-right:15px; margin-top:-15px;}
.abouthd{font-size:24px!important; font-family: 'D-DINExp-Bold'!important; }
.aboutpd{padding-left:25px; padding-right:25px; padding-top:25px;}

.historymidbox{float:left; width:100%; margin-top:35px;}
.historymidboxleft{width:50%; float:left; padding-right:25px;}
.historymidboxleftone{float:left; width:50%; padding-right:10px;}
.historymidboxleftone img{max-width:100%;}
.historymidboxlefttwo{float:right; width:50%; padding-left:10px; margin-top:85px;}
.historymidboxlefttwo img{max-width:100%;}
.historymidboxright{width:50%; float:left; padding-left:25px;}
.historymidboxrightone{float:left; width:100%;}
.historymidboxrightone p{float:left; width:100%; font-size:13px; margin:0; padding:0;}
.historymidboxrighttwo{width:100%; float:left; margin-top:50px;}
.historymidboxrighttwo img{width:100%;}
.footer-cta-info span b{display:none;}
.compareboxleft {width:21%; float:left;}
.compareboxright {width:79%; float:right;}
.blankcomparebox {width:100%; height:532px; float:left;}

.comparekitsspillmain{width:100%; background:#ececec; padding:15px 0; float:left; margin-bottom:35px;}
.comparekitsspillmain h2{float:left; width:100%; margin:25px 0 15px 0; padding:0; font-size:24px; font-family: 'D-DINExp-Bold';  letter-spacing:1px; font-weight:normal; color:#000; text-align:left;}
.homebannerin .left-control{display:none;}
.homebannerin .right-control{display:none;}

.grippyctabox{float:left; width:100%; background:#605089; padding:35px; color:#fff; margin-top:35px;}
.grippyctaboxinleft{width:100%; float:left;}
.grippyctaboxinleftone{width:30%; float:left; text-align:center;}
.grippyctaboxinleftone img{max-width:85px;}
.grippyctaboxinlefttwo{width:70%; float:right;}
.grippyctaboxinlefttwo h2{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:18px;}
.grippyctaboxinlefttwo p{float:left; width:100%; font-size:18px; margin:0; padding:0;}

.grippyctaboxinright{width:100%; float:left;  border-left:#8073a1 1px solid;}
.grippyctaboxinrightone{width:30%; float:left; text-align:center;}
.grippyctaboxinrightone img{max-width:85px;}
.grippyctaboxinrightwo{width:70%; float:right;}
.grippyctaboxinrightwo h2{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:18px;}
.grippyctaboxinrightwo p{float:left; width:100%; font-size:13px; margin:0; padding:0;}

.thousandsbox{float:left; width:100%; background:#fff; padding:15px; margin:35px 0 0 0;} 
.thousandsbox h2{float:left; width:100%; text-align:center; font-size:24px; font-family: 'D-DINExp-Bold'; padding:0 0 25px 0;}
.awardbox h2{padding:0;}
.thousandsbox p{float:left; width:100%; font-size:13px; margin:0; padding:0; color:#000000; text-align:center;}
.awardbox p{margin-bottom:20px;}
.thousandsboximg{width:100%; float:left; text-align:center;}
.thousandsboximg img{max-width:650px;}
.awardbox .thousandsboximg img{width:515px;}

.gripknowmorebox{float:left; width:100%; background:#999999; padding:35px; margin:35px 0 0 0;}
.gripknowmorebox h2{float:left; width:100%; text-align:center; font-size:24px; font-family: 'D-DINExp-Bold'; margin:0; padding:0 0 15px 0; color:#ffffff;}
.gripknowmorebox p{float:left; width:100%; font-size:13px; margin:0; padding:0; color:#ffffff; text-align:center;}
.gripknowmorebox p a{color:#fff; text-decoration:underline;}
.gripknowmorebox p a:hover{text-decoration:none;}

.grippymatbox{float:left; width:100%;} 
.grippymatbox h2{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:24px; color:#000; border-bottom:#ececec 2px solid; font-family: 'D-DINExp-Bold';}

.rentalmatsboxin{margin:0 -7px;}
.rentalmatsbox{width:33%; display:inline-block; vertical-align:top; margin-top:35px; padding:0 7px;}
.rentalmatsboximg{float:left; width:100%;}
.rentalmatsboximg img{width:100%;}
.rentalmatsboxwhite{float:left; width:100%; padding:15px; background:#fff;}
.rentalmatsboxhd{float:left; width:100%; font-size:18px; color:4daa32; margin:0; padding:10px 0; color:#4daa32;}
.rentalmatsbox p{width:100%; float:left; font-size:13px; line-height:20px;}
.grippymatboxin{float:left; width:100%; background:#fff;}
.grippycreatebox{float:left; width:100%; margin:35px 0 35px 0; background:#fff; padding:35px;}  
.grippycreateboxleft{width:45%; float:left;}
.grippycreateboxone{width:50%; float:left; padding:5px;}
.grippycreateboxone img{max-width:100%;}
.grippycreateboxright{width:45%; float:right;}
.grippycreateboxright h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; color:#000; font-family: 'D-DINExp-Bold';}
.grippycreateboxright p{float:left; width:100%; font-size:13px;}


.grippycreatebox2{float:left; width:100%; margin:0; background:#fff; padding:35px;}  
.grippycreateboxleft2{width:55%; float:right;}
.grippycreateboxone2{width:50%; float:left; padding:5px;}
.grippycreateboxone2 img{max-width:100%;}
.grippycreateboxright2{width:40%; float:left;}
.grippycreateboxright2 h2{float:left; width:100%; margin:0; padding:0 0 15px 0; font-size:24px; color:#000; font-family: 'D-DINExp-Bold';}
.grippycreateboxright2 p{float:left; width:100%; font-size:13px;}
.prdouctdetailshdboxleft2 h1{font-size:38px;}
.prdouctdetailshdboxleft2 h2{margin-top:15px;}
.prdouctdetailstoptextbox p{font-size:13px; padding-bottom:10px;}

.lovegrippybox{float:left; width:100%; margin-top:35px; }
.lovegrippybox h2{float:left; width:100%; margin:0; padding:0 0 10px 0; font-size:24px; color:#000; border-bottom:#ececec 2px solid; font-family: 'D-DINExp-Bold';}
.lovegrippyboxin{float:left; width:100%; background:#fff; padding:35px 100px;}
.lovegrippyboxin p{font-size:13px; float:left; width:100%;}
.johntxt{float:left; width:100%; font-size:13px; color:#999999;}
.lovegripstar{float:left; width:100%; padding-bottom:10px;}
.lovegripstar img{float:left; margin-right:5px;}

.lovegrippybox .carousel{margin-top:25px; float:left; width:100%;}
.lovegrippybox .carousel-control{z-index:9; height:36px; width:36px; top:40%;}
.lovegrippybox .carousel-control.left{background:url(../images/leftarrow.png) no-repeat left top; background-size:36px; left:15px;}
.lovegrippybox .carousel-control.right{background:url(../images/rightarrow.png) no-repeat left top; background-size:36px; right:15px;}

.grippypigbanner{width:100%; float:left; margin:10px 0 0 0; position:relative; overflow:hidden;}
.grippypigbanner img{max-width:100%;}

.grippypigbannertext{position:absolute; left:0; top:35%; text-align:center; width:100%;}
.grippypigbannertextone{color:#d7dc4e; text-align:center; font-size:25px;}
.grippypigbannertexttwo{color:#fff; text-align:center; font-size:62px; font-family: 'D-DINExp-Bold'; padding-top:25px;}

.grippypigbannerbox{position:absolute; bottom:25px; left:0; width:100%;}
.regularbox{width:100%; float:left; border-right:#82858e 1px solid; padding-left:35px;}
.regularboxleft{width:20%; float:left;}
.regularboxleft img{max-width:55px;}
.regularboxright{width:80%; float:left; color:#fff;}
.rgone{float:left; width:100%; margin:0; padding:0; font-size:18px; line-height:20px;}
.rgtwo{float:left; width:100%; margin:0; padding:0; font-size:13px; line-height:20px;}

.bestgrippybox{float:left; width:100%; margin-top:35px;}

#alert-message{text-align:center; font-size:14px; text-align:center; margin-top:0px; /*padding-bottom:35px;*/ color:#605089; /*line-height:18px;*/ padding: 22px 0 23px 0;}
#myAlertModal .modal-header .close{margin-top:0; margin-right:7px; color:#605089; opacity: 1; background:#e4e4e4 url(../images/popupclose.jpg) no-repeat center 50%; width:62px; /*height: 48px;*/ background-size: 46px; text-indent: -999999px;  margin-right: 0; position:absolute; right:0; top:0; z-index:9999; padding: 25px 0;}
#myAlertModal{top:35%;}

.seohomebox{margin-bottom:50px;}
.lastcatitem{left:-180px!important;}
.lastcatitem .arrowtopimg{left:241px!important;}
.whyhastingsinner{margin:15px 0 0 0;}

.choosetextleft{text-align:left!important;}

.clearfix{float:left; width:100%; height:1px;}
.prouctcta .footer-cta-in{margin:0;}
.spcprodetails{margin-top:35px;}

#recaptcha1{width:304px; margin:0 auto;}
.brand_name{margin-bottom:35px;}

.thankyou h1{text-align:center;}
.thankyou p{text-align:center;}

.attachfilebox{float:left; width:100%;  text-align:center; margin-top:15px; margin-bottom:20px;}
.attachfilebox p{float:left; width:100%; text-align:center; margin:5px 0 0 0; padding:0; font-size:13px; color:#000000; position:relative;}

.input-groups { position: relative; width:350px;  border-collapse: separate; display:inline-block; }
.input-group-btns {margin: 0; position: absolute; left: 0; top: 0;  width:100%; z-index: 9;}
.group-btn-quotes .btn { background: #fbfbfb; border:0; color: #000000; border: 1px #666666 solid; letter-spacing:2px; font-family: 'D-DINExp'; text-transform:uppercase; width:100%;font-size: 16px; margin-top:0;    padding:16px 0; text-align:center; border-radius:0px;}
.group-btn-quotes .btn:hover{background:#4daa32; color: #ffffff; border: 1px #4daa32 solid;}
.input-groups input[type="file"] { background: #fff none repeat scroll 0 0; padding: 13px 20px; width: 100%;}
.form-controls { color: #000;display: table-cell;  float: left;  margin-bottom: 0;  position: relative; width: 100%;  z-index: 2;font-size: 16px;  height: 50px;  line-height: 1.42857; padding: 6px 15px;    background:#000; border:#000 1px solid;}
.forpetimg{float:left; width:100%;}
.forpetimg img{max-width:100%;}
.upload_name { float: left;color: #000000;font-size: 13px;}
.attach_close { position: absolute;  right: 0; top:-1px;}
.display_image_size { position: absolute; right: 35px;}
.display_image_size { color: #000000;font-size: 13px;}
.backboxnew{display:none;}
#back2Top {overflow: hidden; z-index: 999; display: none; cursor: pointer;  position: fixed; bottom: 50px; right: 0; background:url(../images/top.jpg) no-repeat left top; background-size:96px; width:96px; height:53px;}

.recentlyviewone{float:left; width:100%; margin:35px 0 0 0;}
.recentlyviewtwo{float:left; width:100%; margin:35px 0 0 0;}
.pomainbox{padding-bottom:35px;}
.havecome{float:left; width:100%; font-size:18px; padding:0 0 10px 0;}
.bestfind{float:left; width:100%; font-size:18px; padding-bottom:5px;}

.recentlspillkits{float:left; width:100%; margin:25px 0 0 0;}
.ctalspillkits{float:left; width:100%;}
.ctalspillkits .footer-cta-in{margin:15px 0 25px 0;}


/*sitemap*/
.sitemap{float:left; width:100%; margin:25px 0;}
.SiteMapOne{float:left; width:31.3%;}
.SiteMapOne ~ .SiteMapOne{margin:0 3%;}
.SiteMapOne ~ .SiteMapOne ~ .SiteMapOne{margin:0;}
.Explore{border-bottom:1px solid #333; color:#000; float:left;  font-family: 'D-DINExp-Bold'; font-size:20px;  padding-bottom:5px; width: 100%; font-weight:normal;}
.Explore a{color:#000; text-decoration:none;}
.SiteMapOne ul {float: left;list-style:none; width: 100%; padding:0; margin:0;}
.SiteMapOne ul li {border-bottom: 1px solid #ccc; color:#333; float:left;  font-size:16px; padding: 10px 0;  text-transform: capitalize; width: 100%; margin:0;}
.SiteMapOne ul li a {color: #000; text-decoration: none;}
.SiteMapOne ul li a:hover{color:#4daa32;}
/*End sitemap*/

.fb_iframe_widget{margin-right:10px;}
.comparehd .detailshomelink{float:right; width:auto;}
.detailshomelink a{border:#fff 1px solid; background:#fff; margin-right: -17px; margin-bottom: -2px;}
.howtogetbox ul,.publibox ul{padding: 0 0 0 20px;font-family: 'D-DINExp';font-size: 13px;}
.howtogetbox ul ul{margin: 5px 0; list-style-type: disc;}


/* video of modal */
.homevideobox{position: relative;}
.homevideobox a{display: block; cursor: pointer;}
.homevideobox img{width: 100%;}
.homevideobox .video-modalsec {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: #000000;z-index: 1;}
.vdclose {position: absolute;z-index: 2;right: 15px;top: 15px;width: 30px;cursor: pointer;height: 30px;}
.homevideobox iframe {width: 100%;min-height: 100%;border: none;}
.vdclose .menu-bar1{-webkit-transform: matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 16, 0.01, 1);transform: matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 16, 0.01, 1);}
.vdclose .menu-bar2{-webkit-transform: matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -3, 0.01, 1);
transform: matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -3, 0.01, 1); margin-top: 17px;}
.vdclose span{transition: all 0.3s ease-in-out;width: 30px;height: 2px;display: block; background-color:#605089;}
/* end video of modal*/

.iqsuperredbox{float:left; width:100%; text-align:center; margin-top:-20px; margin-bottom:30px;}
.iqsuperredbox p{float:left; width:100%; font-size:18px;}

.iqredmore{font-size:18px; color:#075fff; float:left; width:100%;}
.iqredmore span b{border-bottom:#075fff 1px solid; font-weight:normal;}

.iqredmore #toggle { background: url(../images/redmorearrownew.png) no-repeat right 8px; background-size: auto;  padding-right:30px; background-size: 16px; cursor: pointer;}
.iqredmore #toggle.arrowhome{ background: url(../images/redmorearrownewhover.png) no-repeat right 8px; background-size: auto;  padding-right:30px; background-size: 16px; cursor: pointer;}

.iqsuperredbox.iqsuperredbox2{margin-top:10px;}
.iqsuperredbox.iqsuperredbox2 .iqredmore{margin-top:5px;}
.selectthesizeboxleftnew{width:25%; float:left; padding-right:15px;}
.selectthesizeboxleftnew .selectthesizebox select{width:100%;}
.selectthesizeboxrightnew{width:75%; float:left; padding-left:15px; margin-top:37px;}
.selectthesizeboxleftnewimg{width:100%; float:left;}
.selectthesizeboxleftnewimg img{max-width:100%;}
.selectthesizeboxlefttext{width:100%; text-align:center; font-size:13px; float:left; position:absolute; left:0; bottom:0; line-height:normal!important; }
.selectthesizeboximg{width:100%; float:left; text-align:center; position:relative; height:400px; line-height:375px; padding-bottom:35px;}
.selectthesizeboximg img{max-height:100%!important; max-width:100%!important; vertical-align: top; width:auto!important; }
.whitewrap iframe{max-width:460px; width:100%;}
.customvideobox iframe{max-width:560px; width:100%;}

/* 26-03-2020*/
.right-highlgtblk{float: left; width: 100%; padding: 30px 25px 30px; background: #e7e1e5; margin: 20px 0 5px;}
.right-highlgtblk h4{margin: 0 0 15px;}
.right-highlgtblk ul{margin:0;padding:0;list-style-type:none}
.right-highlgtblk ul li{float:left;width:100%;font-size:13px;font-weight:400;background:url(../images/checkbox-dark.png) no-repeat left 8px;background-size:auto;background-size:10px;padding:0 0 0 25px}

/* top head strip--*/
.topcolordiv.noticegap{top:40px;}
header.noticegap{top:67px;}
.homebanner.bannernoticegap,.innerpagemain.innernoticegap{margin: 157px 0 0 0;}
.headefixbox {float: left;width: 100%;background:#605089; left:0; position: fixed; z-index: 111; top: 0; display: none;}
.fixtoptext{margin:0 auto;width:100%;color:#fff;text-align:center;line-height:24px;padding:8px 30px 8px 15px;position:relative}
.fixtoptext p{margin:0;font-size:15px;}
.fixtoptext a{color:#fff;text-decoration:none;border-bottom:1px solid #fff;display:inline-block;margin-left:5px;font-size:14px;font-weight:600;line-height:1.5;
background: url(../images/toprightarrow.png) no-repeat right; background-size:7px; padding-right: 12px}
.fixclosed{position:absolute;top:6px;right:5px;cursor:pointer}

/*blog css*/
.blgdarkbxsc{background: #4B465C; padding: 25px; margin:25px 0 25px; float: left; widows: 100%;}
.blgdarkbxsc .blgheadopt3{font-size: 18px; color:#fff; margin:0 0 15px; font-family: 'D-DINExp-Bold';}
.unorderlist._dark{list-style-type: none; margin:0; padding: 0;}
.unorderlist._dark li{position: relative; color: #fff; font-weight: normal; padding-left: 20px;}
.unorderlist._dark li::before{content: ''; position: absolute; left: 0; top:10px; width: 6px; height: 6px; border-radius: 50%;
background: #34A718;}
.blgheadopt3{font-size: 18px; color:#000; margin:0 0 15px; font-family: 'D-DINExp-Bold';}
.mt-15{margin-top: 15px;}
.quoteblks{padding:10px 15px 15px 15px; float: left; width:100%;}
.quoteblks span{font-size: 16px; color:#000; position: relative; padding-left: 15px; display: inline-block;}
.quoteblks span::before{border-left: 3px solid #52A03D; content: ''; position: absolute; left: 0; top:5px; height: 42px; }
.blklist{margin: 0;padding: 10px 0;display: block;float: left;}
.blklist p{margin:0; padding:0;}
.blklist p strong{font-weight: normal; font-family: 'D-DINExp-Bold'; }
.blgheadopt2{font-size: 24px; font-family: 'D-DINExp-Bold'; margin:20px 0 25px; text-align: center;}
.unorderlist._dotedpnt{list-style-type: none; float: left; width: 100%; margin:0 0 10px; padding: 0;}
.unorderlist._dotedpnt li{position: relative; line-height: 24px; color: #000; font-weight: normal; padding-left: 20px;}
.unorderlist._dotedpnt li::before{content: ''; position: absolute; left: 0; top:10px; width: 6px; height: 6px; border-radius: 50%;
background: #34A718;}
.unorderlist.numberlist{list-style-type: none; float: left; margin-right: 0; padding: 0 0 0 7px;}
.unorderlist.numberlist li{position: relative; padding-left: 10px; line-height: 24px; margin-bottom: 10px;}
.unorderlist.numberlist li .nmbrs{position: absolute; right: 100%; color:#34A718; font-size: 14px; top:0px;}
.unorderlist._dotedpnt li u{font-weight: normal; font-family: 'D-DINExp-Bold'; }
.mt-0{margin-bottom: 0px !important;}
.unorderlist._dotedpnt.left_10{padding-left: 10px;}


.infectiousblogtop{width:100%; float:left;}
.infectiousblogtopleft{width:50%; padding-right:15px; float:left;}
.infectiousblogtopright{width:50%; padding-left:15px; float:right;}
.infectiousblogtopright img{width:100%;}

.infectiousblogmid{width:100%; float:left; margin:15px 0 0 0;}
.infectiousblogmid h2{font-size: 18px;color:#000;margin:25px 0 10px 0; font-family: 'D-DINExp-Bold'; float:left; width:100%;}


.productsmanagementbox{width:100%; float:left; margin:35px 0 0 0;}
.productsmanagementhd{font-size:24px;color:#000;margin:0; font-family: 'D-DINExp-Bold'; float:left; width:100%; text-align:center;}

.productsmanagementboxleftmid{width:100%; text-align:left; float:left;}
.productsmanagementboxleft{padding-right:10px; display:inline-block; vertical-align:top; width:49%; margin-top:50px;}
.productsmanagementboxleft h2{font-size: 18px;color:#000;margin:25px 0 10px 0; font-family: 'D-DINExp-Bold'; float:left; width:100%;}

.productsmanagementboxright{padding-left:10px;  display:inline-block; vertical-align:top; width:49%;  margin-top:50px;}
.productsmanagementboxright h2{font-size: 18px;color:#000;margin:25px 0 10px 0; font-family: 'D-DINExp-Bold'; float:left; width:100%;}

.productsmanagementboximg{width:100%; float:left;}
.productsmanagementboximg img{width:100%;}

.productsmanagementboxright .unorderlist._dotedpnt.left_10{padding-left: 2px;}
.productsmanagementboxleft .unorderlist._dotedpnt.left_10{padding-left: 2px;}

.infectiousblogmid  .unorderlist._dotedpnt.left_10{padding-left: 2px;}
.productsmanagementbox2{margin-top:0!important;}



@media only screen and (max-width: 767px)
{
  .mbotm-15{margin-bottom: 15px;}
}

@media only screen and (max-width:1250px){
.owl-prev {left:0px;}
.owl-next {right:0px;}
.handytipsmaininright{overflow:hidden;  height: 336px;}
.handytipsmaininright img{width:160%; margin-left:-25%;}
.modal-xl{width:96%;}
}

@media only screen and (min-width: 768px) and (max-width: 1100px)
{
.askquickbutton.gray{margin: 10px 25px 0; clear: all;}
}

@media only screen and (max-width:1180px){
/*.dropmenu.menucolorboxmain .menucolorbox{width:900px;}
.dropmenu.menucolorboxmain{left:-200px;}*/

.customourboxleft{width:55%; float:left; padding-right:7%;}
.customourboxright{width:45%; float:left;}

/*.customourboxleft2{width:55%; float:left; padding-left:7%;}
.customourboxright2{width:45%; float:left;}*/

}


@media only screen and (max-width:1140px){
.mainnav .navbar-nav > li{font-size:14px;}
.homebannerin{width:100%;}
.mainnav{width:100%;}
.footeropening p span{width:100%;}
.logohome{margin-left:15px;}
.logo{margin-left:15px;}
.homebodyin{width:100%; padding:0 25px;}
.innerbodyin{width:100%; padding:0 25px;}
.homeoursuperstoremainin{width:100%; padding:0 25px;}
.footerin { width:100%; padding:0 25px;}
.innerpage { width:100%; padding:0 25px;}
.innerpage2 { width:100%;}
.owl-prev {left:-25px;  top: 34%; background: url(../images/previous-banner.png) no-repeat left top !important; background-size: 35px !important;}
.owl-prev:hover{opacity: 0.5!important;}
.owl-next {right:-25px; top: 34%; background: url(../images/next-banner.png) no-repeat right top !important; background-size:35px!important;}
.owl-next:hover{opacity: 0.5!important; }
.owl-theme .owl-controls .owl-buttons div{width:46px; height:46px;}
.innnerbanner img{width: 130%; margin-left:-15%;}
.grippypigbannerin{margin:0 -25px;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg,.timecutterboximg{height: 252px;}
.blankcomparebox{height: 509px}
}

@media only screen and (max-width:1100px){
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg,.timecutterboximg{height: 247px;}
.blankcomparebox{height: 504px;}

.piggybankbg{height:350px; padding:60px 35px;}
.superstoreopenbg{height:350px; padding:60px 35px;}
.piggybankleft img{width:135px;}
.piggybankleft{width:100%; padding-right:0px; padding-bottom:35px;}
.superstoreopenbgleft{width:100%; padding-right:0; margin-bottom:35px;}
.superstoreopenbgleft img{width:100px;}
.superstoreopenbgright{width:100%;}
.piggybankright{width:100%;}
.nav > li > a { margin: 15px 0 0 40px;}
.search-header{padding-right:15px;}

/*.footer-cta-box {  width: auto;}*/
.footer-cta-img{width:20%;}
.footer-cta-info{width:80%;}
.line5{margin: 5px 1%;}

.prouctctanew{margin:0 -25px;}
}
@media only screen and(max-width: 1040px)
{
	.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg,.timecutterboximg{height:236px;}
}
@media only screen and (max-width:1000px){
.homebannerrighthd{font-size: 47px;}
.bannerpriceone{font-size: 68px;}
}
@media only screen and (max-width:997px){
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg{
}
}
@media only screen and (max-width:991px){
.aboutmain .whyhastingsboxleft{background:#fff;}
.aboutmain .whyhastingsboxright{padding-left:0; background:#fff;} 
.aboutmain .whyhastingsboxwhite{height:auto; width:65%;}
.aboutmain .whyhastingsboximg{width:35%; float:right;}  

}

@media only screen and (max-width:980px){
.bladeone span{display:block; float:left; text-align:left; font-size:12px; font-family: 'D-DINExp-Bold'; width:100%;}
.bladetwo span{display:block; float:left; text-align:left; font-size:12px; font-family: 'D-DINExp-Bold'; width:100%;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg{height: 280px}
}

@media only screen and (max-width:979px){
.navbar{border:none;}
.mainnav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color:#fff;}
.callbutton{display:block;}
.mainnav .dropdown-color{background-color:#000!important;}
.dropdown-menu > li > a:hover{background:#000;}
header{height:80px;}
.homebanner{margin-top:80px;}
header.noticegap .topnewnav{padding-bottom: 50px;}
.innerbody{margin-top:80px;}
.iphonelogo{display:inline-block; padding-left:10px; margin-top:3px;}
.dropdown2{display:none;}
.navdesktop{display:none;}
.logohome{position:inherit; width:165px; margin-top:10px;}
.logohome img{width:165px;}
.navphone{display:block; float:left; width:90%;  background:#f4f4f4; /*border-top:#4f4f4f 1px solid;*/}
.navphone{list-style:none; margin:0; padding:0; margin-left:5%;}
.navphone li{float:left; width:100%; margin:0; padding:0; position:relative; border-bottom:none!important;}
.navphone li ~ li{border-bottom:#8b8b8b 2px solid!important;}
.navphone li a{color:#000000; float:left; width:100%; padding:13px 0 13px 0; background:#f4f4f4 ; font-size:16px; font-family: 'AvenirNext-Medium'; text-transform:uppercase; }
.navphone li a:hover{text-decoration:none;}
.navphone {height:100vh;}
.navbar-collapse{padding-left:0; padding-right:0;}
.bgcolor a{color:#000000!important; background:#181818; /*border-bottom:#242424 1px solid!important;*/}
.bgcolor bdo a{background:#f2f2f2!important;}
.bgcolor span a{background:#f2f2f2!important;}
.bgcolornone{display:none; background:#f2f2f2!important;}
.bgcolornone a{color:#000!important; /*border-bottom:none!important;*/  border-bottom:#242424 1px solid!important;}
.bgcolornone bdo a{background:#f4f4f4; }
.bgcolornone span a{background:#f4f4f4; width:100%;  padding:5px 40px;}
.bgcolor2 a{border-bottom:#d8d8d8 1px solid!important;}
.bgcolor i{background:url(../images/mobilearrow.png) no-repeat center 50%; position:absolute; right:0; top:0; height:50px; width:50px;  cursor:pointer;}
.bgcolornone i{background:url(../images/mobilearrow-hover.png) no-repeat center 50%; position:absolute; right:0; top:0; height:50px; width:50px; cursor:pointer;}
.pdleftlc{padding-left:35px;}
.typesbox{ width:32.5%;} 
.otherstairbox .typesbox{width:32.5%;}
.callushome{margin-top:25px; margin-bottom:25px; float:left; width:100%; text-align:center; display: block;}
.callushome a{background:#25aae1 url(../images/phone.png) no-repeat 75px 50% !important; color:#fff!important;  font-size:14px!important; text-transform:uppercase!important;  width:270px!important; float:none!important; display:inline-block;   padding:15px 25px 15px 45px!important;}
.expertisemainbox{padding:0 15px;}
.homelapimgtext{top:15%;}
.submitcase{display:none;}
.our-radiologists{width:90%;}
.textdiv{bottom:55px;}
.bannerlink{margin-top:35px;}
.navbar-collapse.collapse{margin-top:0px;}
.homebanner{min-height:300px;}
.container-inner .col-lg-3{width:32%;}
.piggybankbg{height:400px;}
.superstoreopenbg{height:400px; }
.whyhastingsboximg{width:100%; padding:15px;}
.whyhastingsboxwhite{width:100%;}
.familyhd{padding-bottom:15px;}
.whyhastingsboxleft{background:#fff;}
.whyhastingsboxright{background:#fff;}
.whyhastingsboxwhite{min-height:20px;}  
.mainnav #bs-example-navbar-collapse-1{background:#000; overflow: scroll; height:100vh;}
.dropmenu{left:0;}
.dropmenu .menucolorbox{width:100%;}
.dropmenubox{width:100%; padding:0;}
.menucolorbox{border:none;}
.nav > li > a{padding:0; margin:0;}
.mainnav .navbar-nav > li{}
.mainnav .navbar-nav > li a{color:#fff; font-size:16px; font-family: 'D-DINExp-Bold'; border-bottom:none; padding:12px 20px; border:none !important;}
.mainnav .navbar-nav > li a:hover{color:#fff; border-bottom:none;}
/*.dropdownleftbox ul li{display:none;}*/
.dropdownleftbox ul li.menuride{display:block; border-bottom:none; margin-bottom:0;}
.dropdownleftbox ul li.menuride a{text-transform:capitalize; background:url(../images/menu.png) no-repeat left 9px; background-size:5px; padding:4px 0 4px 10px; color:#000000;  font-family: 'D-DINExp-Bold'; font-size:14px; }
.dropdown-menu{width:100%; position:inherit; float:left; width:100%; display:none;}
/*.navbar-nav{overflow: scroll; height:100vh;}*/
.dropdown-submenu .hidemobilemenu {display: none !important;}
.open .hidemobilemenu {display: block !important;}
.dropdown button.dropdown-toggle {background: url(../images/mobilearrowright.png) no-repeat center top; position: absolute;top: 0; height: 50px; width: 50px;cursor: pointer; right: 0; display: block;border: 0px;  background-size:51px;}
.open button.dropdown-toggle { background: url(../images/mobilearrowright-hover.png) no-repeat left top;  background-size:51px; height: 50px; width: 50px;}
.dropdownleftbox ul li a{color:#000!important;}
.mainnav .navbar-nav > li{float:left; width:100%;}
.dropdownaboutbox ul li a{text-transform:capitalize!important; background:url(../images/menu.png) no-repeat left 12px!important; background-size:5px!important; padding:8px 0 8px 10px!important; color:#000000!important;  font-family: 'D-DINExp-Bold'!important; font-size:14px!important; }
.dropmenu.menucolorboxmain{left:0;}
.menucta{display:none;}
.callfindbox{float:left; width:100%; display:block; margin-top:15px; padding:0 15px 20px 15px; border:#202020 2px solid;}
.callleft{width:49.5%; float:right;}
.callleft a{background:#000000; display:block; border:#bababa 1px solid; padding:8px 0; color:#fff; font-size:12px;  font-family: 'D-DINExp-Bold'; text-align:center; text-transform:uppercase; letter-spacing:2px;}
.findright{width:49.5%; float:left;}
.findright a{background:#000000; display:block; border:#bababa 1px solid; padding:8px 0; color:#fff; font-size:12px;  font-family: 'D-DINExp-Bold'; text-align:center; text-transform:uppercase; letter-spacing:2px;}
.search-header { padding-left: 0;float: right; margin-top: -34px; padding-right: 65px;}
#search{top: 80px;}
.iphonecall{display:block;}
.banner-inner{display:none;}
.logo{margin-top:11px;}
.branddetailleft{padding-right:15px;}
.branddetailrigiht{padding-left:15px;}
.featuresbox .col-xs-6{width:32.5%;}
.mainnav .navbar-nav > li a br{display:none;}
.mainnav .navbar-nav > li{text-align:left; border-bottom: #202020 2px solid;}
.topnewnav {position:static; text-align:left; float:left; width:100%;}
.topnewnav ul{width:100%;}
.topnewnav ul li{display:none; font-size:16px;}
.topnewnav ul li ~ li{display:block; width:100%; float:left; font-size:16px}
.topnewnav ul li{width:100%; margin:0; font-size: 14px; font-family: 'D-DINExp-Bold';}
.topnewnav ul li a{padding:8px 20px;  border-bottom:#202020 2px solid; float:left; display:block; width:100%;}
.submenuhd{display:none;}
.topnewnav ul{float:left;}
.logo{width:125px; bottom: -18px;}
.menucolorbox{background:#fff; margin-top:-3px;}
.dropmenu.menucolorboxmain .menucolorbox{width:100%; }
.dropdownleftbox ul li a{background:none; text-decoration:underline;}
.dropdownleftbox ul li a:hover{background:none; color:#fff;  text-decoration:none;}
.topcolordiv{display:none;}
header.noticegap{top:40px;}
.homebanner.bannernoticegap,.innerpagemain.innernoticegap{margin: 120px 0 0 0;}
header{top:0;}
.innerpagemain{margin: 80px 0 0 0;}
.arrowtopimg{display:none;}
.footerproduntbox{width:100%; padding-right:0px;}
.footerproduntbox2{width:100%; padding-left:0px; margin-top:25px;}
.footerproduntbox3{width:100%; margin-top:25px;}
.footericon{width:100%; margin-top:25px; text-align:left; padding-left:15px;}
.enewsletterbg{margin-top:80px;}
.compareboxleft{display:none;}
.compareboxright{width:100%; margin-top: 20px;}
.customourbox{margin:0;}
.customourbox2{margin:0;}
.mainnav .navbar-nav > li a.active {color: #fff;border-bottom:none;}
.mainnav #bs-example-navbar-collapse-1 {background: #000;  overflow: scroll;height: 100vh;}
.topnewnav ul {padding-bottom: 150px;}
.topnewnav ul li a:hover{color:#999999;}
.topnewnav ul li a.active{color:#999999;}
.lovegrippybox .carousel-control.left{left:-25px;}
.lovegrippybox .carousel-control.right{right:-25px;}
} 
@media only screen and (max-width:930px){
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg{height: 260px;}
}
@media only screen and (max-width:900px){
.firstservicebg{font-size:28px; line-height:32px; padding:115px 15px;}
.bannerpriceone{font-size:54px;}
.bannerpriceone span{font-size:22px; bottom: -40px;} 
.homebannerrighthd{margin-top:0px; padding-bottom:10px;}
.piggymainbankin{width:92%;}
.piggymainbankinleft{width:20%;}
.piggymainbankinright{width:80%;}
.annualgeneralbox{width:100%;}  

.gridlastchild .popularslideimg{line-height:220px;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg{height: 250px;}
}

@media only screen and (min-width: 768px)
{
#news-list.handytipsbox .col-sm-4:nth-child(3n+1){clear: left;}  
}


@media only screen and (max-width:850px){
/*.textdivinmain{width:100%;} */
.textdiv2 .textdivinmain{width:100%;}
.oopspagein{width:96%;}
.financecolorbox h2{font-size:36px;}
.financecolorbox p{font-size:24px;}
.delivermorningtontext{width:100%;}
.handytipsmaininleft{height:390px;}
.handytipsmaininright{height:390px;}
.handytipsmaininright img{width:181%; margin-left:-25%;}
.investormenu ul{ display: none; }
.investormenu select { display: inline-block; }
.shareregistryboxleft{width:100%;}
.shareregistryboxright{width:100%; margin-top:15px;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg{height: 230px;}
}

@media only screen and (max-width:767px){
.textdivinmain{width:100%;} 
.arrowleft{position:inherit; left:0;}
.textdiv{position:relative;}
.personalise{display:inline;}
.teleradiology{display:inline; color:#000;}
.team{display:inline-block;}
.textdivinmain{margin-right:0; width:100%;  margin-top:60px;}
.colorwhite{color:#000!important;}
.homebanner .carousel-indicators{bottom:-35px;}
.homebanner .carousel-inner{padding-bottom:10px;}
.bannerlink{text-align:center; margin-top:15px;}
.bannerheading{font-size: 25px; line-height:normal; margin-top:15px; text-align:center;}
.bannerheading a{cursor:text;}
.homebanner{min-height:100px;}
.owl-wrapper {  margin-left: 0px;}
.homelatestspecialsbox .owl-wrapper{ width:100% !important;}
.homelatestspecialsbox .owl-buttons{ display: block;}
.mobilenone{display:block;}
.whitewrap { padding: 20px;}
.hometopbox h1{font-size:18px; line-height:18px;}
.instagramslider h2{font-size:19px;}
.hometopbox{padding:5px 0 45px 0;}
.piggybankbg{height:auto; padding: 60px 35px;}
.piggybankleft{width:100%; margin-bottom:35px;}
.piggybankright{width:100%;}
.pdright{padding-right:0;}
.pdleft{padding-left:0;}
.superstoreopenbg{height:auto; margin-top:10px; padding: 60px 35px;}
.superstoreopenbgleft{width:100%; margin-bottom:35px;}
.superstoreopenbgright{width:100%;}
.piggybankleft img{width:150px;}
.superstoreopenbgleft img{width:150px;}
.homerideboximgnone{display:none;}
.homeoursuperstoremainin{width:100%;}
.owl-theme .owl-controls .owl-buttons div{width: 36px; height:36px;}
.firstservicebg{display:none;}
.footerright{width:100%; padding-left:0; padding-bottom:15px;}
.footerlogo{text-align:left;}
.footerbottom{ display: none;}
.speclatestbox h2{font-size:19px;}
.homerideboxhd2{font-size:19px;}
.homerideboxtext{padding:35px 25px;}
.homeoursuperstore h2{font-size:19px;}
.whyhastingshome h2{font-size:19px;}
.familyhd{font-size:14px;}
footer{border-top:#333333 2px solid;}
.footeriphonelink{display:block; width:100%; float:left; text-align:center; font-size:11px; text-align:center; margin-top:15px;}
.footeriphonelink a{margin:0 5px; color:#000000; text-decoration:none; font-family: 'D-DINExp';}
.whyhastingsboxwhite{padding:35px 25px 15px 25px;}
.whyhastingshome{margin:50px 0 0 0;}
.homeoursuperstoretext{padding:35px 25px;}
.homeoursuperstore h2{padding-left:15px;}
.speclatestbox2{margin-bottom:10px;}
.speclatestbox{margin-bottom:50px;}
.piggybankemptybox{margin-bottom:50px;}
.instagramslider{margin-bottom:40px;}
.homebannerleft{width:100%; float:left; padding-right:0; text-align:center;}
.homebannerright{width:100%; float:left;}
.homebannerbg{ background: url(../images/bannerbgmobile.jpg) repeat-x left top; padding:35px 25px 65px 25px;}
.homebannerrighthd{margin-top:20px; font-size:35px;}
.homebannerright p{font-size:12px; line-height:normal;}
.homebanner .item img{width:90%;}
.bannerpriceone{font-size:54px;}
.bannerpriceone span{font-size:22px; bottom: -40px;} 
.bannersvebox{font-size:19px; line-height:22px; margin-left:15px;}
.line5{ display: none;}
.footer-cta-box {   width: 100%;}
.breadcrumb{display:none;}
.pageheading h1{font-size:19px;}
.pageheading{padding-top:10px;}
.whitewrap h2{font-size:19px; padding-bottom:15px;} 
.footer-titleh2{font-size:19px; margin: 0px 0px 12px 0px;}
.footer-map{padding:20px 0 50px 0;}
.container-inner .col-lg-3{width: 49%;}
.storegalleryhd{font-size:19px; margin-bottom:15px;}
.footer-map2{padding-bottom:35px;}
.handytipscolor h2{font-size:19px; line-height:25px;}
.benefitsleft{width:100%;}
.benefitsright{width:100%; margin-top:25px;}
.benefitsleft ul li{font-size:16px; background: url(../images/benefitsleft.png) no-repeat left 17px; background-size:18px; padding: 8px 0 8px 30px;}
.benefitsright ul li{font-size:16px; background: url(../images/benefitsleft.png) no-repeat left 17px; background-size:18px; padding: 8px 0 8px 30px;}
.benefitsrightul{margin-top:0;}
.financecolorbox{padding:35px;}
.financecolorbox h2{font-size:24px; float:left; width:100%;}
.financecolorbox p{font-size:16px; float:left; width:100%}
.financecolorbox img{width:100px;}
.notime{margin:0; font-size:19px;}
.pickupserviceright{padding-left:25px;}
.pickupserviceright p{font-size: 16px; padding: 0 0 5px 0;}
.aboutmain .whyhastingsboxwhite{height:auto; width:100%}
.aboutmain .whyhastingsboximg{width:100%; float:left;}
.aboutmain .whyhastingsboximg img{width:300px;}
.branddetailleft{width:100%; padding-right:0;}
.branddetailrigiht{width:350px; padding-left:0; float:left; margin-bottom:50px; margin-top:35px;}
.enewsletterfrom{width:96%;}
.filterbutton{display:inline-block;}
.productmianleft{display:none; width:100%; position:fixed; left:0; top:0; background:#fff; z-index:999; padding-right:0; overflow:scroll; height:100%;}
.productmianright{width:100%;}
.filterpopupiphone{float:left; width:100%; padding:15px 25px;}
.filteriphonetop{width:100%; float:left; background:#3399ff; display:block; padding:5px 15px; font-size:15px; letter-spacing:2px; color:#ffffff; font-family: 'D-DINExp-Bold'; text-transform:uppercase;}
.filteriphonetop img{width:16px; float:right; margin-top:5px; cursor:pointer;}
.sortselect{width:160px;}
.piggynone{display:none}
.fetquoteleft{padding-left:0;}
.fetquoteright{padding-right:0;}
.handytipsmaininright{width:100%; height:300px;}
.handytipsmaininleft{width:100%; height:auto;}
.prdouctdetailstopslider{width:100%; position:relative;}
.desktopnone{display:block;}
.prdouctdetailstopslider .product-slider .carousel-control.left{margin-left:-15px;}
.prdouctdetailstopslider .product-slider .carousel-control.right{margin-right:-15px;}
.prdouctdetailstopslider .product-slider .carousel-control{top:45%;}
.prdouctdetailshdbox{float:right; width:100%;}
.prdouctdetailstoptextbox{width:100%;}
.featuresbox .col-xs-6{width:49%;}
.specificationbox{padding:0;}
.featuresbox{padding:0;}
.featuresbox .col-xs-6{margin:0 0 25px 0;}
.freeservicebox img{display:none;}
.freeservicebox bdo{display:inline;}
.catamain3{padding:15px 25px;}
.freeservicebox{float:left; width:50%; text-align:left;}
.freeservicebox span{display:inline;}
.prdouctdetailshdtext{font-size:24px; line-height:normal;}
.prdouctdetailshdwas{font-size:12px; line-height:normal;}
.prdouctdetailshdboxright p{font-size: 12px; line-height:normal;}
.prdouctslidercomparebox{margin: 20px 0 0 0;}
.askquickbutton{margin: 20px 0 0 0;}
.catamain3{margin:0;}
.featuresspecmainbox{margin:35px 0 15px 0;}
.tipsrelatedproducts h2{font-size:19px;}
.featureshd{font-size:12px; line-height:normal;}
.piggyntwo{display:block;}
.piggymainbankhd{font-size:19px; line-height:normal; margin-top:0;}
.piggymainbankinright p{line-height:normal; font-size:12px; }
.piggymainbankinleft{width:25%; padding-right:10px;}
.piggymainbankinleft img{max-width:100%;}
.piggymainbankinright{width:75%;}
.piggymainbank{margin-bottom:0;}
.piggyntwo {margin-bottom:35px;}
.handytipsmain h2{font-size:19px;}
.tipsrelatedproducts{margin-bottom:35px;}
.toptext h2{font-size:19px;}
.handytipsmaininleft{padding:25px;}
.handytipsmaininlefthd{font-size:19px; padding:0 0 10px 0;}
.handytipsmaininleft p{display:none;}
.learnmorep{margin-top: 0;}
.toptext h2{padding:0 0 10px 0;}
.showingright{display:none;}
.footerborder{height: auto; border-right:none;}

.bannerhd{color:#000; font-size:35px;}
.textdiv p{color:#000; font-size:19px; padding-top:5px; padding-bottom:5px;}
.bannerhd{padding-bottom:10px;}
.bannerlink{margin-top:25px;}
.textdiv{bottom:35px;}
.textdivinmain{margin-top:45px;}
.homebanner .item img{width:150%!important; margin-right:-26%; max-width: 150%;}

.homebannerin .right-control{top:40%;}
.homebannerin .left-control{top:40%;}
.lettalk{display:none;}
.footerlink{margin: 15px 0 0 0;}
.digitalagency{margin-bottom:10px;}

.innnerbannertext{position:static;}
.innnerbanner img{display:none;}
.innnerbannertext{padding:0 25px;}
.innnerbannertext h1{color:#000; padding:25px 0 15px 0; font-size:35px;}
.innnerbannertext p br{display:none;}
.innnerbannertext p{color:#000;}

.customourboxleft{width:100%; padding-right:0;}
.customourboxright{width:100%; float:left; padding-left:0; margin-top:35px;}
.customvideoboxiframe iframe{width:100%;}

.customourboxleft2{width:100%; padding-left:0;}
.customourboxright2{width:100%; float:left; padding-left:0; margin-top:35px;}
.borderright{border:none;}
.borderleft{border:none;}
.isobox{margin-bottom:25px; margin-right:10px;}
.ourmottomain{margin:0;}
.ourmottoright{width:100%;}
.ourmottoleft{width:100%; text-align:center; padding-right:0;}
.ourmottoright{text-align:center; font-size:24px; padding-top:25px;}
.contactmapbox{width:100%;}
.investorsmainbox{width:100%;}
.investorsheading h1{font-size:35px;}

.productlistleft{display:none;}
.productlistright{width:100%;}
.scotextbox{padding:25px 2%;}
.pdetailimgresources{width:49%;}
.applicationdetailsbg{background:none;}
.applicationdetailsimgbox{width:49%;}
.solutionsdescriptionboxleft{width:100%;}
.typeleft{width:100%;}
.typeright{width:100%;}
.solutionsdescriptionboxright{width:100%; margin-top:25px;}
.solutionsdescriptioncolorbox{padding:7px;}
.solutionsdescriptionwhitebox{padding:7px;}
.solutionsdescriptionimg1{padding-left:0; width:100%; margin-top:25px; text-align:center;}
.solutionsdescriptionimg1 img{max-width:265px;}
.homebanner .carousel-indicators{display:none;}
.bannerhd{text-align:left;}
.textdiv p{text-align:left;}
.bannerlink{text-align:left;}
.pdleft{padding-right:0px;}
.superstoreopenbg{margin-top:0;}
.superstoreopenbg{padding:35px;}
.piggybankbg{padding:35px;}
.piggybankleft{margin-bottom: 0;}
.seotextright{padding-left:0;}
.seotextleft{padding-right:0;}
.footerimgtop{display:none;}

.bannerlink a{color:#000; border:#000 1px solid;}
/*.timecuttertext{display:none;}
.detailshomelink{display:none;}*/
.footer-cta-info{padding-left: 18px;}

.brandsdetailstopleft{width:100%; padding-right:0;}
.brandsdetailstopright{width:100%; margin:35px 0 0 0;}
.historymidboxleftone{width:100%; padding-right:0px;}
.historymidboxleft{width:100%; padding-right:0;}
.historymidboxright{width:100%; padding-left:0;}
.historymidboxlefttwo{width:100%; padding-left:0; margin-bottom:35px; margin-top:35px;}

.footer-cta-info p{display:none;}
.footer-cta-img{display:none;}
.footer-cta-box{width:auto;}
.footer-cta-info span b{display:inline-block;}
.prdouctdetailstop{margin:0;}
.prdouctdetailshdboxleft{margin-bottom:25px}
.whyshouldpdright{padding-right:0;}
.whyshouldpdleft{padding-left:0;}

.homebannerin .left-control{display:block;}
.homebannerin .right-control{display:block;}
.thousandsboximg img{width:100%;}
.rentalmatsbox{width:49%;}
.grippycreateboxleft{width:100%; margin-bottom:25px;}
.grippycreateboxright{width:100%;}
.grippycreatebox{padding:25px;}
.lovegrippyboxin{padding:35px 15px;}
.grippycreatebox2{padding:25px;}
.grippycreateboxright2{width:100%;}
.grippycreateboxleft2{width:100%;}

.grippypigbanner img{max-width:180%; margin-left:-75%;}

.grippypigbannertextone{font-size:15px;}
.grippypigbannertexttwo{font-size: 32px; padding-top:10px;}
.regularbox{padding-left: 15px;}
.regularboxleft img {max-width:35px; margin-left:0;}
.homebanner{margin-bottom:25px;}
.superstoreopenbg{margin-top:1px;}
.whyhastingshome{margin:0 0 35px 0;}
.videosbrands{margin:35px 0 35px 0;}
.footer-cta-info{width:100%;}
.timecutterhd{font-size:16px;}
.seohomebox{margin-top:15px;}
.whyhome{margin-bottom:35px;}
.whitewrap{background:none; padding:0;}
.whitewrap h2{text-align:left;}
.timecuttertext{display:none;}
.detailshomelink{display:none;}
.bladethree .detailshomelink{display:block;}
.innnerbannertext h1{padding:25px 0 0px 0;}
.innertopbox{padding:0;}
.product-slider .item img{display:inline;}
.askquickbuttonmain{margin-top:15px; margin-bottom:35px;}
.pdetailsfaqbox{margin:25px 0 0 0;}
.comparehd{font-size:16px;}
.aboutnew{margin:35px 0 0 0;}
.homevideobox{padding:0; margin-top:15px;}
.backboxnew{display:block;}
.comparespillbutton{margin-top:25px;}
#compare-category .compareboxright .commonslider .owl-buttons{top:35%;}
.comparekitsspillmain h2{text-align:center;}
.slidemrbox{margin-bottom:35px;}
.grippyctaboxinleft{margin-bottom:15px;}
.grippyctaboxinright{border-left:none; border-top:#8073a1 1px solid; padding-top:20px;}
.grippyctaboxinrightone{text-align:left; width:20%;}
.grippyctaboxinleftone{text-align:left; width:20%;}
.grippyctaboxinlefttwo{width:80%;}
.grippyctaboxinrightwo{width:80%;}
.SiteMapOne{width:100%;}  
.SiteMapOne ~ .SiteMapOne{margin:25px 0;} 
.SiteMapOne ~ .SiteMapOne ~ .SiteMapOne{margin:0;}
.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg, .timecutterboximg {height:auto; padding-bottom: 0;}
.timecutterboximg a, .homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg a{position: relative; display: block;}
.selectthesizeboxleftnew{width:100%; padding-right:0px;}
.selectthesizeboxrightnew{width:100%; padding-left:0px;}
.selectthesizeboxleftnew .selectthesizebox select{width:330px;}
.iqsuperredbox{margin-top:10px; margin-bottom:0;}
.selectthesizeboxrightnew{margin-top: 15px;}
.selectthesizeboximg{height:333px; line-height: 325px;}

.infectiousblogtopleft{width:100%; padding-right:0px;}
.infectiousblogtopright{width:100%; padding-left:0px;}

.productsmanagementboxleft{width:100%; padding-right:0px; margin-top:25px;}
.productsmanagementboxright{width:100%; padding-left:0px;  margin-top:25px;}
}

@media only screen and (max-width:600px){
.grippyctaboxinrightone{padding-right:10px;}
.grippyctaboxinrightone img{max-width:100%;}
.grippyctaboxinleftone{padding-right:10px;}
.grippyctaboxinleftone img{max-width:100%;}
.container-inner .gridlastchild{height:auto;}
}

@media only screen and (max-width:600px){
.mobilefooterlogo{ display: block;}
.mobilefooterlogo img{ max-width: 100px; padding-bottom: 15px;}
.footerleft ul li {    width: 50%;}
.mobilefooternav{ display:block; float:left; width: 100%; text-align:center;}

.mobilefooternav span a{ font-size: 11px; color: #000000; padding-left: 5px; padding-right: 5px;}
.handycategoriesone{width:100%;margin-right:0px;}
.handycategoriestwo{width:100%;margin-right:0px;}
.pickupserviceleft{width:100%;}
.pickupserviceleft img{max-width:300px;}
.pickupserviceright{padding-left:0; width:100%; margin-top:25px;}
.productmianright .col-xs-6{width:100%;}

.newssearchin{width:100%;}

}


@media only screen and (max-width:525px){
.height-grid{height: 243px;}
.branddetailrigiht{width:300px;}

.homebannerin .right-control{top:35%;}
.homebannerin .left-control{top:35%;}

.shareregistryboxbg{width:300px; height: 300px;}
.shareregistryboxbg p{font-size:16px;}
.shareregistryboxbg p strong{font-size:24px}
}

/*Product Slider*/
#ProductSliderNew{width:100%; float:left;}
#carousel-wrapper {padding-bottom: 10px;position: relative;}
#carousel, #thumbs {overflow: hidden;}
#carousel-wrapper .caroufredsel_wrapper {}
#carousel span, #carousel img {}
#thumbs a, #thumbs img  {/*display: block;float: left;*/}
#carousel span, #carousel a,#thumbs span, #thumbs a {position: relative;}
#carousel img,#thumbs img {border: none;/*width: 100%;height: 100%;position: absolute;top: 0;left: 0;*/}
#carousel img.glare,#thumbs img.glare {width: 102%;height: auto;}
#carousel span {/*width: 554px;*/ height:400px!important; display: table-cell; vertical-align: bottom;text-align: center !important;}
#carousel span img{ /*position:inherit!important; float:none!important;display: block!important;*/}
#carousel img{max-width:100%; /*max-height:100%;*/}
#thumbs-wrapper {padding: 20px 40px;position: relative;}
#thumbs a {border:1px solid #fff;width:90px;height:56px;margin: 0 1px;overflow: hidden;}
#thumbs a:hover, #thumbs a.selected {border-color: #333;}     
#wrapper img#shadow {width: 100%;position: absolute;bottom: 0;}
#prev, #next {display: block;width: 19px;height: 20px;margin-top: -10px;position: absolute;top: 50%;}
#prev {background:url(../images/slideleftarrow.png) no-repeat 0 0;left: 10px;}
#next {background:url(../images/sliderightarrow.png) no-repeat 0 0;right: 10px;}      
#prev:hover { background:url(../images/slideleftarrow.png) no-repeat 0 0;}
#next:hover {background:url(../images/sliderightarrow.png) no-repeat 0 0;}
#prev.disabled, #next.disabled {/*display: none !important;*/  opacity: 0;}

/*
#prev.disabled, #next.disabled {display: none !important; opacity: 0.4;}  
#prevup.selected , #nextup.selected  {display: none !important;  opacity: 0.4;}
*/  

.prevupmain .disable, .nextupmain .disable{ display:none;}
#donate-spacer{height:100%;}
#donate {border-top: 1px solid #999; width: 750px; padding: 50px 75px;  margin: 0 auto; overflow: hidden;}
#donate p, #donate form {margin:0; float: left;}
#donate p {width:650px;}
#donate form {width:100px;}
#thumbs a{border:2px solid #e8e7e6 !important; float:left; height:62px!important; margin-left:5px; margin-right:5px; text-align:center!important; width:75px!important; background:#fff;}
#thumbs img{ max-height:100%; max-width:100%;}
.clearfixmain{height:auto;}

/*.product-slider #thumbcarousel .item img{height: 80px;}*/


/* 13-09-2019*/
.bladefour a{color:#fff;}
.vcenter{display: flex; display:flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; align-items: center;} 
.vcenter.rows3,.vcenter.rows4{min-height: 100px;}
.vcenter.rows5,.vcenter.rows6,.vcenter.rows7{min-height: 70px;}


/*11-12-2020*/
.beshutdownboxmain{float:left; width:100%;}
.beshutdownboxmain h2{float:left; width:100%; margin:15px 0 10px 0; font-size:18px; font-family: 'D-DINExp-Bold';}
.beshutdownboxmain ul{list-style:none; float:left; width:100%; padding:0 0 0 10px; margin:0;}
.beshutdownboxmain ul li{float:left; width:100%; background:url(../images/crcnew.png) no-repeat left 9px;  background-size:8px; padding-left: 20px; margin:5px 0;}
.beshutdownboxmain ul li strong{ font-family: 'D-DINExp-Bold'; font-weight:normal;}

.beshutdownbox{float:left; width:100%;}
.beshutdownbox h2{float:left; width:100%; margin:15px 0 10px 0; font-size:18px; font-family: 'D-DINExp-Bold';}


.beshutdownbox ul{list-style:none; float:left; width:100%; padding:0 0 0 10px; margin:0; }
.beshutdownbox ul li{float:left; width:100%; background:url(../images/crcnew.png) no-repeat left 9px;  background-size:8px; padding-left: 20px; margin:5px 0;}
.beshutdownbox ul li strong{ font-family: 'D-DINExp-Bold'; font-weight:normal;}


@media only screen and (max-width:767px) {
.beshutdownboxmain .infectiousblogtopright{margin:15px 0px;}
}


@media only screen and (max-width: 1200px)
{
    .vcenter.rows3, .vcenter.rows4{min-height: 115px;}
    .vcenter.rows8{min-height:70px; }
}
 /* 13-09-2019*/           



@media only screen and (max-width:900px) {
#thumbs-wrapper{width:364px; margin:0 auto;}
#thumbs a{margin-left:6px;}
} 

@media only screen and (max-width:700px) {
.zoomImg{display:none!important;}
#carousel span {height:350px !important; vertical-align: top;}
.caroufredsel_wrapper{width:100%!important;}
#carousel > span {    width: 100% !important;}
.caroufredsel_wrapper > div {    width: 100% !important;}
.caroufredsel_wrapper {width: 100% !important;}
.scosubheadingbox{width:100%;} 
.itemimgbox .popularslideimg{height: auto !important;}
#alert-message{padding-right:50px;}
.fixtoptext p{font-size: 14px;}
.fixtoptext a{font-size: 13px;}
}




@media only screen and (max-width: 640px) {
#carousel img {
/* height: 100% !important; width:auto !important;*/ }
#carousel span {vertical-align:bottom; display:block!important; height:250px !important;  vertical-align: bottom; line-height:250px!important;}
.zoom{display:block!important;}
.zoom img{display:inline!important; vertical-align:bottom!important;}
.byyearbox{width:100%;}
.searchagainboxbg{width:80%;}
.awardbox .thousandsboximg img{max-width:100%;}
.gridlastchild .popularslideimg{line-height: 160px;}
.gridlastchild .height-grid {height: 200px;}
}
@media only screen and (max-width:600px) {
.grippypigbannerbox{margin-bottom:-10px; padding:0 15px;} 
.grippypigbannerbox .col-xs-4{width:100%; padding-top:5px; padding-bottom:5px; border-bottom: #82858e 1px solid;} 
.regularbox{padding-left:0px; border-right:none;}
.regularboxleft{width:auto; margin-right:15px;}
.grippypigbannertext{top:25%;}
.regularboxleft img{margin-top:5px;}
.timecutterboximg,.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg{height: 240px;}
}


@media only screen and (max-width:500px) {
.homecomparechecktext{margin-left:0px; padding:5px 22px;}
.prdouctdetailstopslider .product-slider .carousel-control{top:25%;}  
.input-groups{width:300px;} 
.grippypigbanner img{max-width: 250%; margin-left:-115%;}
.regularboxleft img {max-width:35px; margin-left:0;}
.rentalmatsbox{width:100%;}
.timecutterboximg,.homelatestspecialswhitebox>.timecutterboxtop>.popularslideimg{height: 160px;}
.popularslideimg{height: auto;}
.popularslideimg a{position: relative;}
}

@media only screen and (max-width:479px) {
.bladetwo{height:auto;} 
.bladeone{height:auto;} 
}

@media only screen and (max-width:400px) {

#carousel img { width:auto !important;}

.fixtoptext p span{display: block;}
header.noticegap{top:63px;}
.homebanner.bannernoticegap,.innerpagemain.innernoticegap{margin: 142px 0 0 0;}
}


.loginbutton.waitingbtn { background: url('../images/btnfinal.gif') no-repeat center; background-size:197px 48px; opacity: 0.6; text-indent: -9999px; font-size: 0;
pointer-events: none;}


.contact-phone{color: inherit; text-decoration: none;} 
@media (min-width: 768px) 
{
  .contact-phone { pointer-events: none; cursor: default; color: inherit !important; text-decoration: none !important;}
}
@media (max-width: 767px) 
{
    .contact-phone {pointer-events: auto; cursor: pointer; color: inherit !important; text-decoration: none !important;}
    .contact-phone:hover,.contact-phone:focus{text-decoration: none; color: inherit;}
}