/*!
 * Bootstrap v3.3.0 (https://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/customize/?id=db11e02564d9d3fa74ed)
 * Config saved to config.json and https://gist.github.com/db11e02564d9d3fa74ed
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover, a:focus {
  color: #94bb54;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 72px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 46px;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #379bde;
  background-color: #34495E;
  padding: 25px;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #34495E;
  padding: 25px;
  color: #fff;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #379bde;
  padding: 25px;
  color: #fff;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #222;
  padding: 25px;
  color: #fff;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #DF5148;
  padding: 25px;
  color: #fff;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-style: italic;
  border-left: 4px solid #379bde;
}
blockquote:hover {
border-left: 4px solid #94bb54;
}
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: inherit;
}
/*blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
  float:left;
}*/
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*@media (min-width: 768px) {
 .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}*/
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 1199px) {
 .container {
    width: 94%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 88%;
padding: 8px 5px 8px 0;
margin: 0 10px 10px 0;
font-size: 14px;
padding-left: 10px;
line-height: 1.42857143;
color: #555555;
background-color: rgba(255,255,255,0.6);
background-image: none;
border: 1px solid #ddd;
}
.form-control:focus {
  border-color: #D9D9D9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  width:100%;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
border-radius: 0px;
text-transform: uppercase;
border: none;
margin-top: 15px;
font-size: 14px ;
border-bottom: 4px solid transparent;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
padding: 9px 18px;
border-radius: 6px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
   color: #fff;
  background-color: #333;
  border-color: #111;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #333;
  border-color: #111;
 
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333;
  border-color: #111;
}
.btn-primary {
  color: #ffffff;
  background-color: #80a93d;
  border-color: #759e32;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
   color: #ffffff;
  background-color: #80a93d;
  border-color: #759e32;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #94bb54;
  border-color: #94bb54;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 17px 44px;
  line-height: 1.33;
  border-radius: 0px;
}
.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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 70px;
  list-style: none;
}
.nav > li {
  /*position: relative;*/
  display: block;
  border-right: 1px solid #3d3d3d;
  padding: 0px 11px 0px 16px !important;
}
.nav > li > a {
  /*position: relative;*/
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  /*border-bottom: 1px solid #dddddd;*/
float: left;
padding: 0px;
width: 23%;
border: none;
}
.nav-tabs > li {
  /*float: left;
  margin-bottom: -1px;*/
float: left;
width: 100%;
border: none;
background: #444 ;
color: #fff ;
margin-bottom: 10px;
padding: 30px 0px !important;
text-align: center;
border-radius: 0px;
position: relative;
webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
cursor: pointer;
}
.nav-tabs li:before {
content: '';
width: 28px;
height: 28px;
background: #333;
position: absolute;
float: left;
left: 0%;
border: 4px solid #fff;
margin-left: 0px;
}
.nav-tabs > li > a {
  /*margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;*/
border: none;
color: #fff ;
padding: 0px;
}
/*.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}*/
.nav-tabs > li.active:before, .nav-tabs > li:hover:before {
background: #94BB54;
}
.nav-tabs > li.active > a{
border:none;
}
.nav-tabs > li.active:hover, .nav-tabs > li:hover,
.nav-tabs > li.active:focus, .nav-tabs > li:focus {
  color: #fff;
background: #94BB54;
  /*border: 1px solid #dddddd;*/
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li > a:hover{
background:#94BB54;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {

  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-left: 0;
    padding-right: 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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform:uppercase;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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 {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #333;
  border-color: #333;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #94bb54;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  border-radius: 4px;
  float:right;
  font-size:14px;
  margin-bottom: 0px;
}
.breadcrumb > li {
  display: inline-block;
  text-transform:capitalize;
}
.breadcrumb > .active {
  color: #94bb54;
}
.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: 11px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2a2b2c;
  background-color: #ECF0F1;
  margin-left: 6px;
font-size: 14px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #94bb54;
  border-color: #94bb54;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #94bb54;
  border-color: #94bb54;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #2a2b2c;
  background-color: #ECF0F1;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 50px 0;
  list-style: none;
  text-align: center;
  background: #f8f8f8;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 9px;
  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 {
  background-color: #1BBC9B;
  border-color: #1BBC9B;
  color: #fff;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #1BAACC;
  border-color: #1BAACC;
  color: #fff;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #34495E;
  border-color: #34495E;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #E05149;
  border-color: #E05149;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 44px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  padding-left: 15px;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #94bb54;
  width: 75%;
  line-height: 44px;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #333;
  width: 60%;
  line-height: 44px;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #333;
  width: 100%;
  line-height: 44px;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #333;
  width: 90%;
  line-height: 44px;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  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-right-radius: 3px;
  border-top-left-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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 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: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 3%;
  height: 5%;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  top: -6%;
  background: #ccc;
  left:94%
}
.carousel-control.right {
  left: auto;
  right: 0%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  top: -6%;
  background: #ccc;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #94bb54;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  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;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 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-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

#page {
   font: normal 0.75em/1.3 Verdana, Helvetica, Arial, sans-serif;
   color: #333;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, label, input, button, textarea, select, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}

h1, h2, h3 {
   padding: 0;
   margin : 0 0 0.35em 0;
}

h1 {
   margin : 0 0 0.5em 0;
   font : 2em "Trebuchet MS", sans-serif;
   color : #333;
}

h2 {
   font : 1.6em "Trebuchet MS", sans-serif;
}

h3 {
   margin-top: 1.5em;
   font-size : 1.1em;
}

strong,
h3, h4, h5, h6 {
   font-weight : bold;
}

ul, ol {
   list-style-type: none;
}

fieldset {
   border: 0;
}

fieldset legend {
   font-weight: bold;
}

label:hover {
   cursor: pointer;
}

img {
   border: 0;
}

/*
 *  google chrome input border glow
 */
*:focus, a, textarea, input, select {
   outline: none;
}

/*
 *  firefox dotted links
 */
* {
  -moz-outline-style: none;
}

*::-moz-focus-inner {
   border: none;
}

/*
 *  format
 */
#page .hide_overflow {
   overflow: hidden !important;
}

#page .left {
   float :left !important;
}

#page .right {
   float: right !important;
}

#page .clear {
   clear: both;
   width: 100%;
   display: block;
}

#page .tcenter {
   text-align: center;
}

#page .tleft {
   text-align: left;
}

#page .tright {
   text-align: right;
}

#page .nospacing {
   margin: 0 !important;
   padding: 0 !important;
}

#page .nomargin {
   margin: 0 !important;
}

#page .vmiddle {
   vertical-align: middle;
}

#page .vtop {
   vertical-align: top;
}

#page .noborder {
   border: 0 !important;
}

#page .hidden {
   display: none;
}

#page .hidden_force {
   display: none !important;
}

#page .invisible {
   visibility: hidden;
}

#page .visible {
   visibility: visible;
}

#page .nowrap {
   white-space: nowrap;
}

#page .infocur {
   cursor: help !important;
}

#page .zoomcur {
   cursor: url('./images/zoom.cur'), pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
}

/*
 *  horizontal list
 */
ul.hlist {
   width: 100%;
   overflow: hidden;
}

ul.hlist li {
   float: left;
   display: block;
}

ul.thead {
   border-bottom: 1px solid #ccc;
}

/*
 *  vertical list
 */
ul.vlist {
   width: 100%;
   overflow: hidden;
}

ul.vlist li {
   float: none;
   display: block;
}

/*
 *  percent widths
 */
#page .p10 {
   width: 10%;
}

#page .p15 {
   width: 15%;
}

#page .p20 {
   width: 20%;
}

#page .p25 {
   width: 25%;
}

#page .p30{
   width: 30%;
}

#page .p33 {
   width: 33.333333333333333%;
   w\idth: 33.333333333333333%;
}

#page .p35{
   width: 35%;
}

#page .p40 {
   width: 40%;
}

#page .p50 {
   width: 49.99%;
}

#page .p66 {
   width: 66%;
}

#page .p75 {
   width: 75%;
}

#page .p80 {
   width: 80%;
}

#page .p98 {
   width: 98%;
}

#page .p100 {
   width: 100%;
}

#page .cl {
   margin: 0 5px 0 0;
}

#page .cc {
   margin: 0 5px;
}

#page .cr {
   margin: 0 0 0 5px;
}

#page .vmiddle {
   vertical-align: middle;
}

#page .clearall:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

#page .clearall {
   display: inline-block;
}

html .clearall {
   height: 1%;
}

#page .clearall {
   display:block;
}

/*
 *  table
 */
table{
   width: 100%;
   border-collapse: separate;
   border-spacing: 0;
}

table th,
table td {
   padding: 2px;
   border: 0;
   /* vertical-align: middle; */
}

table tfoot th {
   border: 0;
}

#page .p50 .first {
   margin: 0 5px 0 0;
}

#page .p50 .last {
   margin: 0 0 0 5px;
}

#page .p33 .middle {
   margin: 0 10px 0 10px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#page .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
#page .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
#page .fa-2x {
  font-size: 2em;
}
#page .fa-3x {
  font-size: 3em;
}
#page .fa-4x {
  font-size: 4em;
}
#page .fa-5x {
  font-size: 5em;
}
#page .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
#page .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
#page .fa-ul > li {
  position: relative;
}
#page .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
#page .fa-li.fa-lg {
  left: -1.85714286em;
}
#page .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
#page .pull-right {
  float: right;
}
#page .pull-left {
  float: left;
}
#page .fa.pull-left {
  margin-right: .3em;
}
#page .fa.pull-right {
  margin-left: .3em;
}
#page .fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#page .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#page .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#page .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#page .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
#page .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#page .fa-stack-1x,
#page .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#page .fa-stack-1x {
  line-height: inherit;
}
#page .fa-stack-2x {
  font-size: 2em;
}
#page .fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
#page .fa-glass:before {
  content: "\f000";
}
#page .fa-music:before {
  content: "\f001";
}
#page .fa-search:before {
  content: "\f002";
}
#page .fa-envelope-o:before {
  content: "\f003";
}
#page .fa-heart:before {
  content: "\f004";
}
#page .fa-star:before {
  content: "\f005";
}
#page .fa-star-o:before {
  content: "\f006";
}
#page .fa-user:before {
  content: "\f007";
}
#page .fa-film:before {
  content: "\f008";
}
#page .fa-th-large:before {
  content: "\f009";
}
#page .fa-th:before {
  content: "\f00a";
}
#page .fa-th-list:before {
  content: "\f00b";
}
#page .fa-check:before {
  content: "\f00c";
}
#page .fa-times:before {
  content: "\f00d";
}
#page .fa-search-plus:before {
  content: "\f00e";
}
#page .fa-search-minus:before {
  content: "\f010";
}
#page .fa-power-off:before {
  content: "\f011";
}
#page .fa-signal:before {
  content: "\f012";
}
#page .fa-gear:before,
#page .fa-cog:before {
  content: "\f013";
}
#page .fa-trash-o:before {
  content: "\f014";
}
#page .fa-home:before {
  content: "\f015";
}
#page .fa-file-o:before {
  content: "\f016";
}
#page .fa-clock-o:before {
  content: "\f017";
}
#page .fa-road:before {
  content: "\f018";
}
#page .fa-download:before {
  content: "\f019";
}
#page .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
#page .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
#page .fa-inbox:before {
  content: "\f01c";
}
#page .fa-play-circle-o:before {
  content: "\f01d";
}
#page .fa-rotate-right:before,
#page .fa-repeat:before {
  content: "\f01e";
}
#page .fa-refresh:before {
  content: "\f021";
}
#page .fa-list-alt:before {
  content: "\f022";
}
#page .fa-lock:before {
  content: "\f023";
}
#page .fa-flag:before {
  content: "\f024";
}
#page .fa-headphones:before {
  content: "\f025";
}
#page .fa-volume-off:before {
  content: "\f026";
}
#page .fa-volume-down:before {
  content: "\f027";
}
#page .fa-volume-up:before {
  content: "\f028";
}
#page .fa-qrcode:before {
  content: "\f029";
}
#page .fa-barcode:before {
  content: "\f02a";
}
#page .fa-tag:before {
  content: "\f02b";
}
#page .fa-tags:before {
  content: "\f02c";
}
#page .fa-book:before {
  content: "\f02d";
}
#page .fa-bookmark:before {
  content: "\f02e";
}
#page .fa-print:before {
  content: "\f02f";
}
#page .fa-camera:before {
  content: "\f030";
}
#page .fa-font:before {
  content: "\f031";
}
#page .fa-bold:before {
  content: "\f032";
}
#page .fa-italic:before {
  content: "\f033";
}
#page .fa-text-height:before {
  content: "\f034";
}
#page .fa-text-width:before {
  content: "\f035";
}
#page .fa-align-left:before {
  content: "\f036";
}
#page .fa-align-center:before {
  content: "\f037";
}
#page .fa-align-right:before {
  content: "\f038";
}
#page .fa-align-justify:before {
  content: "\f039";
}
#page .fa-list:before {
  content: "\f03a";
}
#page .fa-dedent:before,
#page .fa-outdent:before {
  content: "\f03b";
}
#page .fa-indent:before {
  content: "\f03c";
}
#page .fa-video-camera:before {
  content: "\f03d";
}
#page .fa-photo:before,
#page .fa-image:before,
#page .fa-picture-o:before {
  content: "\f03e";
}
#page .fa-pencil:before {
  content: "\f040";
}
#page .fa-map-marker:before {
  content: "\f041";
}
#page .fa-adjust:before {
  content: "\f042";
}
#page .fa-tint:before {
  content: "\f043";
}
#page .fa-edit:before,
#page .fa-pencil-square-o:before {
  content: "\f044";
}
#page .fa-share-square-o:before {
  content: "\f045";
}
#page .fa-check-square-o:before {
  content: "\f046";
}
#page .fa-arrows:before {
  content: "\f047";
}
#page .fa-step-backward:before {
  content: "\f048";
}
#page .fa-fast-backward:before {
  content: "\f049";
}
#page .fa-backward:before {
  content: "\f04a";
}
#page .fa-play:before {
  content: "\f04b";
}
#page .fa-pause:before {
  content: "\f04c";
}
#page .fa-stop:before {
  content: "\f04d";
}
#page .fa-forward:before {
  content: "\f04e";
}
#page .fa-fast-forward:before {
  content: "\f050";
}
#page .fa-step-forward:before {
  content: "\f051";
}
#page .fa-eject:before {
  content: "\f052";
}
#page .fa-chevron-left:before {
  content: "\f053";
}
#page .fa-chevron-right:before {
  content: "\f054";
}
#page .fa-plus-circle:before {
  content: "\f055";
}
#page .fa-minus-circle:before {
  content: "\f056";
}
#page .fa-times-circle:before {
  content: "\f057";
}
#page .fa-check-circle:before {
  content: "\f058";
}
#page .fa-question-circle:before {
  content: "\f059";
}
#page .fa-info-circle:before {
  content: "\f05a";
}
#page .fa-crosshairs:before {
  content: "\f05b";
}
#page .fa-times-circle-o:before {
  content: "\f05c";
}
#page .fa-check-circle-o:before {
  content: "\f05d";
}
#page .fa-ban:before {
  content: "\f05e";
}
#page .fa-arrow-left:before {
  content: "\f060";
}
#page .fa-arrow-right:before {
  content: "\f061";
}
#page .fa-arrow-up:before {
  content: "\f062";
}
#page .fa-arrow-down:before {
  content: "\f063";
}
#page .fa-mail-forward:before,
#page .fa-share:before {
  content: "\f064";
}
#page .fa-expand:before {
  content: "\f065";
}
#page .fa-compress:before {
  content: "\f066";
}
#page .fa-plus:before {
  content: "\f067";
}
#page .fa-minus:before {
  content: "\f068";
}
#page .fa-asterisk:before {
  content: "\f069";
}
#page .fa-exclamation-circle:before {
  content: "\f06a";
}
#page .fa-gift:before {
  content: "\f06b";
}
#page .fa-leaf:before {
  content: "\f06c";
}
#page .fa-fire:before {
  content: "\f06d";
}
#page .fa-eye:before {
  content: "\f06e";
}
#page .fa-eye-slash:before {
  content: "\f070";
}
#page .fa-warning:before,
#page .fa-exclamation-triangle:before {
  content: "\f071";
}
#page .fa-plane:before {
  content: "\f072";
}
#page .fa-calendar:before {
  content: "\f073";
}
#page .fa-random:before {
  content: "\f074";
}
#page .fa-comment:before {
  content: "\f075";
}
#page .fa-magnet:before {
  content: "\f076";
}
#page .fa-chevron-up:before {
  content: "\f077";
}
#page .fa-chevron-down:before {
  content: "\f078";
}
#page .fa-retweet:before {
  content: "\f079";
}
#page .fa-shopping-cart:before {
  content: "\f07a";
}
#page .fa-folder:before {
  content: "\f07b";
}
#page .fa-folder-open:before {
  content: "\f07c";
}
#page .fa-arrows-v:before {
  content: "\f07d";
}
#page .fa-arrows-h:before {
  content: "\f07e";
}
#page .fa-bar-chart-o:before {
  content: "\f080";
}
#page .fa-twitter-square:before {
  content: "\f081";
}
#page .fa-facebook-square:before {
  content: "\f082";
}
#page .fa-camera-retro:before {
  content: "\f083";
}
#page .fa-key:before {
  content: "\f084";
}
#page .fa-gears:before,
#page .fa-cogs:before {
  content: "\f085";
}
#page .fa-comments:before {
  content: "\f086";
}
#page .fa-thumbs-o-up:before {
  content: "\f087";
}
#page .fa-thumbs-o-down:before {
  content: "\f088";
}
#page .fa-star-half:before {
  content: "\f089";
}
#page .fa-heart-o:before {
  content: "\f08a";
}
#page .fa-sign-out:before {
  content: "\f08b";
}
#page .fa-linkedin-square:before {
  content: "\f08c";
}
#page .fa-thumb-tack:before {
  content: "\f08d";
}
#page .fa-external-link:before {
  content: "\f08e";
}
#page .fa-sign-in:before {
  content: "\f090";
}
#page .fa-trophy:before {
  content: "\f091";
}
#page .fa-github-square:before {
  content: "\f092";
}
#page .fa-upload:before {
  content: "\f093";
}
#page .fa-lemon-o:before {
  content: "\f094";
}
#page .fa-phone:before {
  content: "\f095";
}
#page .fa-square-o:before {
  content: "\f096";
}
#page .fa-bookmark-o:before {
  content: "\f097";
}
#page .fa-phone-square:before {
  content: "\f098";
}
#page .fa-twitter:before {
  content: "\f099";
}
#page .fa-facebook:before {
  content: "\f09a";
}
#page .fa-github:before {
  content: "\f09b";
}
#page .fa-unlock:before {
  content: "\f09c";
}
#page .fa-credit-card:before {
  content: "\f09d";
}
#page .fa-rss:before {
  content: "\f09e";
}
#page .fa-hdd-o:before {
  content: "\f0a0";
}
#page .fa-bullhorn:before {
  content: "\f0a1";
}
#page .fa-bell:before {
  content: "\f0f3";
}
#page .fa-certificate:before {
  content: "\f0a3";
}
#page .fa-hand-o-right:before {
  content: "\f0a4";
}
#page .fa-hand-o-left:before {
  content: "\f0a5";
}
#page .fa-hand-o-up:before {
  content: "\f0a6";
}
#page .fa-hand-o-down:before {
  content: "\f0a7";
}
#page .fa-arrow-circle-left:before {
  content: "\f0a8";
}
#page .fa-arrow-circle-right:before {
  content: "\f0a9";
}
#page .fa-arrow-circle-up:before {
  content: "\f0aa";
}
#page .fa-arrow-circle-down:before {
  content: "\f0ab";
}
#page .fa-globe:before {
  content: "\f0ac";
}
#page .fa-wrench:before {
  content: "\f0ad";
}
#page .fa-tasks:before {
  content: "\f0ae";
}
#page .fa-filter:before {
  content: "\f0b0";
}
#page .fa-briefcase:before {
  content: "\f0b1";
}
#page .fa-arrows-alt:before {
  content: "\f0b2";
}
#page .fa-group:before,
#page .fa-users:before {
  content: "\f0c0";
}
#page .fa-chain:before,
#page .fa-link:before {
  content: "\f0c1";
}
#page .fa-cloud:before {
  content: "\f0c2";
}
#page .fa-flask:before {
  content: "\f0c3";
}
#page .fa-cut:before,
#page .fa-scissors:before {
  content: "\f0c4";
}
#page .fa-copy:before,
#page .fa-files-o:before {
  content: "\f0c5";
}
#page .fa-paperclip:before {
  content: "\f0c6";
}
#page .fa-save:before,
#page .fa-floppy-o:before {
  content: "\f0c7";
}
#page .fa-square:before {
  content: "\f0c8";
}
#page .fa-navicon:before,
#page .fa-reorder:before,
#page .fa-bars:before {
  content: "\f0c9";
}
#page .fa-list-ul:before {
  content: "\f0ca";
}
#page .fa-list-ol:before {
  content: "\f0cb";
}
#page .fa-strikethrough:before {
  content: "\f0cc";
}
#page .fa-underline:before {
  content: "\f0cd";
}
#page .fa-table:before {
  content: "\f0ce";
}
#page .fa-magic:before {
  content: "\f0d0";
}
#page .fa-truck:before {
  content: "\f0d1";
}
#page .fa-pinterest:before {
  content: "\f0d2";
}
#page .fa-pinterest-square:before {
  content: "\f0d3";
}
#page .fa-google-plus-square:before {
  content: "\f0d4";
}
#page .fa-google-plus:before {
  content: "\f0d5";
}
#page .fa-money:before {
  content: "\f0d6";
}
#page .fa-caret-down:before {
  content: "\f0d7";
}
#page .fa-caret-up:before {
  content: "\f0d8";
}
#page .fa-caret-left:before {
  content: "\f0d9";
}
#page .fa-caret-right:before {
  content: "\f0da";
}
#page .fa-columns:before {
  content: "\f0db";
}
#page .fa-unsorted:before,
#page .fa-sort:before {
  content: "\f0dc";
}
#page .fa-sort-down:before,
#page .fa-sort-desc:before {
  content: "\f0dd";
}
#page .fa-sort-up:before,
#page .fa-sort-asc:before {
  content: "\f0de";
}
#page .fa-envelope:before {
  content: "\f0e0";
}
#page .fa-linkedin:before {
  content: "\f0e1";
}
#page .fa-rotate-left:before,
#page .fa-undo:before {
  content: "\f0e2";
}
#page .fa-legal:before,
#page .fa-gavel:before {
  content: "\f0e3";
}
#page .fa-dashboard:before,
#page .fa-tachometer:before {
  content: "\f0e4";
}
#page .fa-comment-o:before {
  content: "\f0e5";
}
#page .fa-comments-o:before {
  content: "\f0e6";
}
#page .fa-flash:before,
#page .fa-bolt:before {
  content: "\f0e7";
}
#page .fa-sitemap:before {
  content: "\f0e8";
}
#page .fa-umbrella:before {
  content: "\f0e9";
}
#page .fa-paste:before,
#page .fa-clipboard:before {
  content: "\f0ea";
}
#page .fa-lightbulb-o:before {
  content: "\f0eb";
}
#page .fa-exchange:before {
  content: "\f0ec";
}
#page .fa-cloud-download:before {
  content: "\f0ed";
}
#page .fa-cloud-upload:before {
  content: "\f0ee";
}
#page .fa-user-md:before {
  content: "\f0f0";
}
#page .fa-stethoscope:before {
  content: "\f0f1";
}
#page .fa-suitcase:before {
  content: "\f0f2";
}
#page .fa-bell-o:before {
  content: "\f0a2";
}
#page .fa-coffee:before {
  content: "\f0f4";
}
#page .fa-cutlery:before {
  content: "\f0f5";
}
#page .fa-file-text-o:before {
  content: "\f0f6";
}
#page .fa-building-o:before {
  content: "\f0f7";
}
#page .fa-hospital-o:before {
  content: "\f0f8";
}
#page .fa-ambulance:before {
  content: "\f0f9";
}
#page .fa-medkit:before {
  content: "\f0fa";
}
#page .fa-fighter-jet:before {
  content: "\f0fb";
}
#page .fa-beer:before {
  content: "\f0fc";
}
#page .fa-h-square:before {
  content: "\f0fd";
}
#page .fa-plus-square:before {
  content: "\f0fe";
}
#page .fa-angle-double-left:before {
  content: "\f100";
}
#page .fa-angle-double-right:before {
  content: "\f101";
}
#page .fa-angle-double-up:before {
  content: "\f102";
}
#page .fa-angle-double-down:before {
  content: "\f103";
}
#page .fa-angle-left:before {
  content: "\f104";
}
#page .fa-angle-right:before {
  content: "\f105";
}
#page .fa-angle-up:before {
  content: "\f106";
}
#page .fa-angle-down:before {
  content: "\f107";
}
#page .fa-desktop:before {
  content: "\f108";
}
#page .fa-laptop:before {
  content: "\f109";
}
#page .fa-tablet:before {
  content: "\f10a";
}
#page .fa-mobile-phone:before,
#page .fa-mobile:before {
  content: "\f10b";
}
#page .fa-circle-o:before {
  content: "\f10c";
}
#page .fa-quote-left:before {
  content: "\f10d";
}
#page .fa-quote-right:before {
  content: "\f10e";
}
#page .fa-spinner:before {
  content: "\f110";
}
#page .fa-circle:before {
  content: "\f111";
}
#page .fa-mail-reply:before,
#page .fa-reply:before {
  content: "\f112";
}
#page .fa-github-alt:before {
  content: "\f113";
}
#page .fa-folder-o:before {
  content: "\f114";
}
#page .fa-folder-open-o:before {
  content: "\f115";
}
#page .fa-smile-o:before {
  content: "\f118";
}
#page .fa-frown-o:before {
  content: "\f119";
}
#page .fa-meh-o:before {
  content: "\f11a";
}
#page .fa-gamepad:before {
  content: "\f11b";
}
#page .fa-keyboard-o:before {
  content: "\f11c";
}
#page .fa-flag-o:before {
  content: "\f11d";
}
#page .fa-flag-checkered:before {
  content: "\f11e";
}
#page .fa-terminal:before {
  content: "\f120";
}
#page .fa-code:before {
  content: "\f121";
}
#page .fa-mail-reply-all:before,
#page .fa-reply-all:before {
  content: "\f122";
}
#page .fa-star-half-empty:before,
#page .fa-star-half-full:before,
#page .fa-star-half-o:before {
  content: "\f123";
}
#page .fa-location-arrow:before {
  content: "\f124";
}
#page .fa-crop:before {
  content: "\f125";
}
#page .fa-code-fork:before {
  content: "\f126";
}
#page .fa-unlink:before,
#page .fa-chain-broken:before {
  content: "\f127";
}
#page .fa-question:before {
  content: "\f128";
}
#page .fa-info:before {
  content: "\f129";
}
#page .fa-exclamation:before {
  content: "\f12a";
}
#page .fa-superscript:before {
  content: "\f12b";
}
#page .fa-subscript:before {
  content: "\f12c";
}
#page .fa-eraser:before {
  content: "\f12d";
}
#page .fa-puzzle-piece:before {
  content: "\f12e";
}
#page .fa-microphone:before {
  content: "\f130";
}
#page .fa-microphone-slash:before {
  content: "\f131";
}
#page .fa-shield:before {
  content: "\f132";
}
#page .fa-calendar-o:before {
  content: "\f133";
}
#page .fa-fire-extinguisher:before {
  content: "\f134";
}
#page .fa-rocket:before {
  content: "\f135";
}
#page .fa-maxcdn:before {
  content: "\f136";
}
#page .fa-chevron-circle-left:before {
  content: "\f137";
}
#page .fa-chevron-circle-right:before {
  content: "\f138";
}
#page .fa-chevron-circle-up:before {
  content: "\f139";
}
#page .fa-chevron-circle-down:before {
  content: "\f13a";
}
#page .fa-html5:before {
  content: "\f13b";
}
#page .fa-css3:before {
  content: "\f13c";
}
#page .fa-anchor:before {
  content: "\f13d";
}
#page .fa-unlock-alt:before {
  content: "\f13e";
}
#page .fa-bullseye:before {
  content: "\f140";
}
#page .fa-ellipsis-h:before {
  content: "\f141";
}
#page .fa-ellipsis-v:before {
  content: "\f142";
}
#page .fa-rss-square:before {
  content: "\f143";
}
#page .fa-play-circle:before {
  content: "\f144";
}
#page .fa-ticket:before {
  content: "\f145";
}
#page .fa-minus-square:before {
  content: "\f146";
}
#page .fa-minus-square-o:before {
  content: "\f147";
}
#page .fa-level-up:before {
  content: "\f148";
}
#page .fa-level-down:before {
  content: "\f149";
}
#page .fa-check-square:before {
  content: "\f14a";
}
#page .fa-pencil-square:before {
  content: "\f14b";
}
#page .fa-external-link-square:before {
  content: "\f14c";
}
#page .fa-share-square:before {
  content: "\f14d";
}
#page .fa-compass:before {
  content: "\f14e";
}
#page .fa-toggle-down:before,
#page .fa-caret-square-o-down:before {
  content: "\f150";
}
#page .fa-toggle-up:before,
#page .fa-caret-square-o-up:before {
  content: "\f151";
}
#page .fa-toggle-right:before,
#page .fa-caret-square-o-right:before {
  content: "\f152";
}
#page .fa-euro:before,
#page .fa-eur:before {
  content: "\f153";
}
#page .fa-gbp:before {
  content: "\f154";
}
#page .fa-dollar:before,
#page .fa-usd:before {
  content: "\f155";
}
#page .fa-rupee:before,
#page .fa-inr:before {
  content: "\f156";
}
#page .fa-cny:before,
#page .fa-rmb:before,
#page .fa-yen:before,
#page .fa-jpy:before {
  content: "\f157";
}
#page .fa-ruble:before,
#page .fa-rouble:before,
#page .fa-rub:before {
  content: "\f158";
}
#page .fa-won:before,
#page .fa-krw:before {
  content: "\f159";
}
#page .fa-bitcoin:before,
#page .fa-btc:before {
  content: "\f15a";
}
#page .fa-file:before {
  content: "\f15b";
}
#page .fa-file-text:before {
  content: "\f15c";
}
#page .fa-sort-alpha-asc:before {
  content: "\f15d";
}
#page .fa-sort-alpha-desc:before {
  content: "\f15e";
}
#page .fa-sort-amount-asc:before {
  content: "\f160";
}
#page .fa-sort-amount-desc:before {
  content: "\f161";
}
#page .fa-sort-numeric-asc:before {
  content: "\f162";
}
#page .fa-sort-numeric-desc:before {
  content: "\f163";
}
#page .fa-thumbs-up:before {
  content: "\f164";
}
#page .fa-thumbs-down:before {
  content: "\f165";
}
#page .fa-youtube-square:before {
  content: "\f166";
}
#page .fa-youtube:before {
  content: "\f167";
}
#page .fa-xing:before {
  content: "\f168";
}
#page .fa-xing-square:before {
  content: "\f169";
}
#page .fa-youtube-play:before {
  content: "\f16a";
}
#page .fa-dropbox:before {
  content: "\f16b";
}
#page .fa-stack-overflow:before {
  content: "\f16c";
}
#page .fa-instagram:before {
  content: "\f16d";
}
#page .fa-flickr:before {
  content: "\f16e";
}
#page .fa-adn:before {
  content: "\f170";
}
#page .fa-bitbucket:before {
  content: "\f171";
}
#page .fa-bitbucket-square:before {
  content: "\f172";
}
#page .fa-tumblr:before {
  content: "\f173";
}
#page .fa-tumblr-square:before {
  content: "\f174";
}
#page .fa-long-arrow-down:before {
  content: "\f175";
}
#page .fa-long-arrow-up:before {
  content: "\f176";
}
#page .fa-long-arrow-left:before {
  content: "\f177";
}
#page .fa-long-arrow-right:before {
  content: "\f178";
}
#page .fa-apple:before {
  content: "\f179";
}
#page .fa-windows:before {
  content: "\f17a";
}
#page .fa-android:before {
  content: "\f17b";
}
#page .fa-linux:before {
  content: "\f17c";
}
#page .fa-dribbble:before {
  content: "\f17d";
}
#page .fa-skype:before {
  content: "\f17e";
}
#page .fa-foursquare:before {
  content: "\f180";
}
#page .fa-trello:before {
  content: "\f181";
}
#page .fa-female:before {
  content: "\f182";
}
#page .fa-male:before {
  content: "\f183";
}
#page .fa-gittip:before {
  content: "\f184";
}
#page .fa-sun-o:before {
  content: "\f185";
}
#page .fa-moon-o:before {
  content: "\f186";
}
#page .fa-archive:before {
  content: "\f187";
}
#page .fa-bug:before {
  content: "\f188";
}
#page .fa-vk:before {
  content: "\f189";
}
#page .fa-weibo:before {
  content: "\f18a";
}
#page .fa-renren:before {
  content: "\f18b";
}
#page .fa-pagelines:before {
  content: "\f18c";
}
#page .fa-stack-exchange:before {
  content: "\f18d";
}
#page .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
#page .fa-arrow-circle-o-left:before {
  content: "\f190";
}
#page .fa-toggle-left:before,
#page .fa-caret-square-o-left:before {
  content: "\f191";
}
#page .fa-dot-circle-o:before {
  content: "\f192";
}
#page .fa-wheelchair:before {
  content: "\f193";
}
#page .fa-vimeo-square:before {
  content: "\f194";
}
#page .fa-turkish-lira:before,
#page .fa-try:before {
  content: "\f195";
}
#page .fa-plus-square-o:before {
  content: "\f196";
}
#page .fa-space-shuttle:before {
  content: "\f197";
}
#page .fa-slack:before {
  content: "\f198";
}
#page .fa-envelope-square:before {
  content: "\f199";
}
#page .fa-wordpress:before {
  content: "\f19a";
}
#page .fa-openid:before {
  content: "\f19b";
}
#page .fa-institution:before,
#page .fa-bank:before,
#page .fa-university:before {
  content: "\f19c";
}
#page .fa-mortar-board:before,
#page .fa-graduation-cap:before {
  content: "\f19d";
}
#page .fa-yahoo:before {
  content: "\f19e";
}
#page .fa-google:before {
  content: "\f1a0";
}
#page .fa-reddit:before {
  content: "\f1a1";
}
#page .fa-reddit-square:before {
  content: "\f1a2";
}
#page .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#page .fa-stumbleupon:before {
  content: "\f1a4";
}
#page .fa-delicious:before {
  content: "\f1a5";
}
#page .fa-digg:before {
  content: "\f1a6";
}
#page .fa-pied-piper-square:before,
#page .fa-pied-piper:before {
  content: "\f1a7";
}
#page .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#page .fa-drupal:before {
  content: "\f1a9";
}
#page .fa-joomla:before {
  content: "\f1aa";
}
#page .fa-language:before {
  content: "\f1ab";
}
#page .fa-fax:before {
  content: "\f1ac";
}
#page .fa-building:before {
  content: "\f1ad";
}
#page .fa-child:before {
  content: "\f1ae";
}
#page .fa-paw:before {
  content: "\f1b0";
}
#page .fa-spoon:before {
  content: "\f1b1";
}
#page .fa-cube:before {
  content: "\f1b2";
}
#page .fa-cubes:before {
  content: "\f1b3";
}
#page .fa-behance:before {
  content: "\f1b4";
}
#page .fa-behance-square:before {
  content: "\f1b5";
}
#page .fa-steam:before {
  content: "\f1b6";
}
#page .fa-steam-square:before {
  content: "\f1b7";
}
#page .fa-recycle:before {
  content: "\f1b8";
}
#page .fa-automobile:before,
#page .fa-car:before {
  content: "\f1b9";
}
#page .fa-cab:before,
#page .fa-taxi:before {
  content: "\f1ba";
}
#page .fa-tree:before {
  content: "\f1bb";
}
#page .fa-spotify:before {
  content: "\f1bc";
}
#page .fa-deviantart:before {
  content: "\f1bd";
}
#page .fa-soundcloud:before {
  content: "\f1be";
}
#page .fa-database:before {
  content: "\f1c0";
}
#page .fa-file-pdf-o:before {
  content: "\f1c1";
}
#page .fa-file-word-o:before {
  content: "\f1c2";
}
#page .fa-file-excel-o:before {
  content: "\f1c3";
}
#page .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
#page .fa-file-photo-o:before,
#page .fa-file-picture-o:before,
#page .fa-file-image-o:before {
  content: "\f1c5";
}
#page .fa-file-zip-o:before,
#page .fa-file-archive-o:before {
  content: "\f1c6";
}
#page .fa-file-sound-o:before,
#page .fa-file-audio-o:before {
  content: "\f1c7";
}
#page .fa-file-movie-o:before,
#page .fa-file-video-o:before {
  content: "\f1c8";
}
#page .fa-file-code-o:before {
  content: "\f1c9";
}
#page .fa-vine:before {
  content: "\f1ca";
}
#page .fa-codepen:before {
  content: "\f1cb";
}
#page .fa-jsfiddle:before {
  content: "\f1cc";
}
#page .fa-life-bouy:before,
#page .fa-life-saver:before,
#page .fa-support:before,
#page .fa-life-ring:before {
  content: "\f1cd";
}
#page .fa-circle-o-notch:before {
  content: "\f1ce";
}
#page .fa-ra:before,
#page .fa-rebel:before {
  content: "\f1d0";
}
#page .fa-ge:before,
#page .fa-empire:before {
  content: "\f1d1";
}
#page .fa-git-square:before {
  content: "\f1d2";
}
#page .fa-git:before {
  content: "\f1d3";
}
#page .fa-hacker-news:before {
  content: "\f1d4";
}
#page .fa-tencent-weibo:before {
  content: "\f1d5";
}
#page .fa-qq:before {
  content: "\f1d6";
}
#page .fa-wechat:before,
#page .fa-weixin:before {
  content: "\f1d7";
}
#page .fa-send:before,
#page .fa-paper-plane:before {
  content: "\f1d8";
}
#page .fa-send-o:before,
#page .fa-paper-plane-o:before {
  content: "\f1d9";
}
#page .fa-history:before {
  content: "\f1da";
}
#page .fa-circle-thin:before {
  content: "\f1db";
}
#page .fa-header:before {
  content: "\f1dc";
}
#page .fa-paragraph:before {
  content: "\f1dd";
}
#page .fa-sliders:before {
  content: "\f1de";
}
#page .fa-share-alt:before {
  content: "\f1e0";
}
#page .fa-share-alt-square:before {
  content: "\f1e1";
}
#page .fa-bomb:before {
  content: "\f1e2";
}
#page .fa-paypal:before {
content: "\f1ed";
}
#page .fa-cc-visa:before {
content: "\f1f0";
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* 
 * @PFLANZWERK
 *  
 * 
 */

/* ************************ GENERAL THEME STYLE ************************** */


#outer_wrapper,#header,#speciallinks {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

#header_wrapper {
    z-index: inherit;
}

#outer_wrapper {
    overflow: hidden;
}

#outer_wrapper2 {
    position:relative;
    padding-top:30px;
}



#page #footer {
    padding: 15px;
}

#page .eco_copyight {
    display:inline;
    bottom:0px;


}

#speciallinks {
    border-radius: inherit;
    position: relative;
}

#settings {
    right: 15px;
    top: 0;
}

#outer_wrapper {
    margin-top: 0;
}

#page_wrapper {
    padding-top: 0px;
}

#page .panel_left #content {
    padding-left: 0;
}

#page .panel_right #content {
    padding-right: 0;
}

#logo {
    z-index: 200;
    top: 10px;
}

#page .item_desc {
    font-size: 12px;
    line-height: 2;
    text-align:justify;
}
    
    

/*
#search {
padding: 0;
position: relative;
z-index: inherit;
}

#search form {
position: absolute;
top: -37px;
height: 32px;
line-height: 32px;
vertical-align: top;
right: -20px;
text-align: right;
}

input#suggest, input#suggest[type="text"] {
height: 26px;
line-height: 26px;
background: #fff none;
padding: 2px 30px 2px 4px;
font-size: 1.2em;
vertical-align: top;
width: 180px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input#submit_search {
text-indent: -999em;
background: transparent url('images/search_button.png') no-repeat top left;
width: 26px;
height: 26px;
border: none !important;
padding: 0;
position: relative;
left: -35px;
vertical-align: top;
margin-top: 4px;
width: 26px;
line-height: 0;
}
*/
legend{
display: inline !important;
width: auto;
padding: 0px;
font-size: 21px;
margin-top:20px;
color: #333;
border: none;

}

#page .panel_left #content {
    
    
}

#headlinks_wrapper,#page_wrapper {
    background: #fff none;
}

html,body {
    color: #4a4a4a;
}

a,a:visited,a:link {
    color: #405677;
}

#page .sidebox a,.sidebox a:visited,.sidebox a:link {
    color: #555;
}

#configset ul.semtabs li.active a {
    background-color: #694b61;
    color: #fff;
}

#breadcrumb {
    border-bottom: none;
}

#breadcrumb a,#breadcrumb a:visited,#breadcrumb a:link {
    color: #a0a0a0;
}

#page .sidebox {
    border: none;
    clear:both;
    text-align:left;
}

#page .sidebox .boxtitle {
    border-bottom: none;
    font-size: 1em !important;
}

#page .sidebox .categories .current {
    font-weight: bold;
}




li.vmiddle.Farbe66 {
    
    width:49%;
    margin:2px 2px 2px 0;
    display:block;
    float:left;
    
    border:1px solid #fff;
    background:#fff !important;
    position:relative;
    
}



li.vmiddle.Farbe66 a div {
    padding:0;
    margin:0;
    font-size:.8em !important;
}
li.vmiddle.Modelbezeichnung66 a div {
    display:inline;
}

li.vmiddle.Farbe66 a .span {
    display:block !important;   
    line-height:1.4;
}
li.vmiddle.Farbe66 a .count3 {

    font-size:.8em !important;
    border-radius:11px;
    background:#fff;
    color:#000 !important;
    position:absolute;
    height:22px;
    width:22px;
    left:5px;
    top:5px;
    line-height:2;
    vertical-align:middle;
    text-align:center;

}

li.vmiddle.Modelbezeichnung66 a img{
    

    float:none !important;
    width:40px;
    height:40px;
    
    
    
}
li.vmiddle.Farbe66 a img{
    

    float:none !important;
    width:80px;
    height:80px;
    
    
    
}

ul.filter_state li.vmiddle.Farbe66 a {
    
    padding-left:0 !important;

    
}





/* Category-Level */
ul.categories>li>a>span,ul.categories li.node>a>span {
    background: transparent none;
    padding-left: 0px;
}

ul.categories li.active {
    background: transparent none;
}

ul.categories li a:hover {
    background-color: #fafafa;
}
/* Subcategory-Level */
ul.categories ul.subcat span,ul.categories ul.subcat li.node>a>span {
    background: transparent none;
    padding-left: 12px;
    font-size: 0.9em;
}

/* Button Styles */
#page .submit,a.submit,a.submit:visited,a.submit:hover,input[type="submit"].submit,button[type="submit"].submit,button[type="button"].submit {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 14px !important;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6) );
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0 );
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=        false );
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="submit"].submit:hover,button[type="submit"]:hover.submit,button[type="button"].submit:hover,a.submit:hover {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

a,input[type=text],textarea {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

input[type=text]:focus,textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}

span.price {
    color: #bd372d;
}

#configset .item a.submit {
    color: #666 !important;
}

#page .page_width {
    width: auto;
    max-width: 940px;
}

#page .pull-right {
    float:right;
}

body,#page {
    background: #F4F4F4 none;
}

#page #footer_wrapper {
    background: transparent none;
    clear: both;
}

#page #footer .footer_box {
    padding: 0;
    background-color: transparent;
}

#headlinks_wrapper {
    margin: 0px;
    z-index: inherit;
}

#headlinks {
    min-height: 40px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2) );
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0 );
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    z-index: inherit;
}

#headlinks>ul>li>a {
    color: #555;
    font-size: 1.1em;
    text-shadow: 0 1px 0 white;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background-color: transparent;
}

#headlinks::before,#headlinks::after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

#headlinks li {
    padding: 0;
}

#headlinks>ul>li>a,#headlinks>ul>li>a:hover {
    line-height: 20px;
    margin-top: 0;
    padding: 10px 15px 10px;
    height: auto;
}

#headlinks>ul>li>a:hover {
    color: #333;
}

#headlinks>ul>li>a:hover,#headlinks>ul>li.current>a {
    background-color: transparent;
}

#headlinks>ul>li.current>a {
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* Warenkorb im Header */
#headlinks>ul>li.basket>a {
    background-color: transparent;
}

#headlinks li.basket {
    bottom: 50px;
    right: 10px;
    position: absolute;
}

#headlinks li.basket>a,#headlinks li.basket>a:hover {
    padding-right: 0px;
}

#headlinks li.basket>a,#headlinks li.basket.items>a {
    background: transparent url('images/basket.png') no-repeat top left;
    color: #405677;
    font-size: 1em;
    padding: 0 0 0 39px;
    height: 32px;
    line-height: 30px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#headlinks li.basket>a:hover {
    color: #69213e;
    background-color: inherit;
    padding: 0 0 0 39px;
    height: 32px;
    line-height: 30px;
}

#headlinks li.basket div.articles {
    border-color: #ccc;
}

#article .article_details {
    min-width: 160px;
}

#page .article_image .image {
    border:none;    
}

#article .article_image {
    padding:0 !important;
    margin:0 !important;
}

#image_wrapper .mousetrap {
    
    border:10 px solid #ccc !important; 
}


#page .eco_shop_wraper {
    min-height:400px;
}

#page .eco_shop_wraper #content .container {
    width:auto !important;
    max-width:100%;
    margin:0 !important;

}

/* Header */
#header {
    height: 0px;
    z-index: inherit;
}

h2>a,h3>a {0
}



#config_wrapper .config_group .group {
    min-width: 200px;
}



/* Artikellisten */

#page .category_wrapper {
    display:none;
}


#page .styled_view > li {
    
    padding:0px ;
    margin-bottom:3px;  
    
}


#page .styled_view > li .article_wrapper,
#page .styled_view > li:hover .article_wrapper{
    border:none;    
    background:#fff;
}


#page .styled_view > li .article_inner {
    border:2px solid #ccc;
    border-bottom:none;
    
}


#page .styled_view > li .article_image .image{
    border:none;    
}


#page .styled_view > li .artikellisteninfos {
    background:#f3f3f3;
    padding:3% 6%;
    font-size:12px;
    margin-top:12px;
    
    
}

#page .styled_view > li .artikellisteninfos li{
    margin:0 !important;
    line-height: 1.5em;
    border-bottom:1px dotted #fff;
    
}

#page .styled_view > li .artikellisteninfos li .label2{
    
    display:inline-block;
    width:35%;
    line-height:1.3em;

}

#page .styled_view > li .artikellabel{
    font-size:11px;
    color:#94BB54 ;
    font-weight:normal;
    text-align:left;
    padding-left:3%;
    line-height:1.3em;
        font-style:italic;
}

#page .styled_view > li .artikellabel span.right{
    padding-right:10px; 
    
}

#page .styled_view li.gallery h3 {
    text-align:left;
    padding:0;
    margin:0;
    padding-left:3%;
    line-height:1.3em;
    font-size:1.3em;
}

#page .styled_view > li h3 a{
    color:#333;
    font-weight:normal;
    text-align:left;
    line-height:1.3em;
}

#page .styled_view > li .artikellistenbuttons{
    border-top:9px solid #343434;
    margin:0;
    padding:0;
}

#page .styled_view > li .artikellistenbuttons li{
    
    margin:0;
    padding:0;
}

#page .styled_view > li .preise{
    background:#343434;
    text-align:center !important;
    color:#fff;
}

#page .styled_view span.price {
    color:#fff;
    text-align:center !important;
    display:inline-block !important;
    
}

#page .styled_view ul.hlist li ul li {
    float:none !important;
}

#page .lieferstatus {
    
    font-size:.8em;
    line-height:2em;
    text-align:center;
    vertical-align:middle;
    padding:6px;
    color:#000;
    border:1px solid #ccc;
    
}

#page .sofortlieferbar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94c119+0,8bc300+100 */
    background: #94c119; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #94c119 0%, #8bc300 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#94c119), color-stop(100%,#8bc300)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #94c119 0%,#8bc300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c119', endColorstr='#8bc300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#page .imZulauf {
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff670f+0,94c119+100 */
background: #ff670f; /* Old browsers */
background: -moz-linear-gradient(left,  #ff670f 0%, #94c119 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff670f), color-stop(100%,#94c119)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ff670f 0%,#94c119 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ff670f 0%,#94c119 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ff670f 0%,#94c119 100%); /* IE10+ */
background: linear-gradient(to right,  #ff670f 0%,#94c119 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#94c119',GradientType=1 ); /* IE6-9 */

    
}
#page .nichtlieferbar {
    background:#ff670f;
}

#page .article_inner {
    position:relative;
}

#page .styled_view .StatusBox {
    
    
        box-sizing:border-box;
        position:absolute;
        border-radius:75px;
        left:25%;
        top:20px;
        z-index:900;
        width:50%;
        padding:1em;
        font-size:10px;
        opacity:0.8 !important; 
        text-align:center;  
        line-height:1;
        
}

#page .styled_view .StatusBox .vorbestellbar{
        
        display:block;
        font-weight:bold;
        text-transform:uppercase;
    
}

#page .Geschlecht66,
#page .Produkttyp66,
#page .Hersteller66

 {
    display:none !important;    
}

#titel_groessen span.title{
    display:block;
    font-size:1em;
    margin:0;
    padding:0;
    line-height:normal;
    
}

#titel_groessen span.subline {
    display:block;
    font-size:.6em;
    
}



/* Artikeldetails */

#artikeldetails {background:#fff;
}


#artikeldetails .container{
    position:relative;
}

#artikeldetails h1 {
    font-size:2.2em;    
}

#artikeldetails .article_navigator {
    
    position:absolute;
    top:0;
    right:0;
    font-size:10px;
    width:25%;
    
}

#artikeldetails .bilderlinks{
    padding-left:0 !important;
}

#artikeldetails .price_label i {
    color:#000; 
}

#artikeldetails .smallinfo {
    font-size:.9em;
    
}

#page .article_image .image {

}

#artikeldetails .StatusBox {
    border-radius:135px;
    height:135px;
    width:135px;
    padding:40px 10px;
    text-align:center;
    margin-right:5px;
    z-index:10000;      
    box-shadow:0 0 3px rgba(0,0,0,.2);
    
        
    
}

#page .StatusBox-gratisversand {
    position:absolute;
    left:-73px;
    top:20px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94c119+0,8bc300+100 */
    background: #94c119; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #94c119 0%, #8bc300 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#94c119), color-stop(100%,#8bc300)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #94c119 0%,#8bc300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c119', endColorstr='#8bc300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    
}

#page .StatusBox-sofortlieferbar {
    position:absolute;
    left:-73px;
    top:160px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94c119+0,8bc300+100 */
    background: #94c119; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #94c119 0%, #8bc300 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#94c119), color-stop(100%,#8bc300)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #94c119 0%,#8bc300 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #94c119 0%,#8bc300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c119', endColorstr='#8bc300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    
}
    
#page .StatusBox-nichtlieferbar {
    position:absolute;
    left:-73px;
    top:160px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff3019; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

#page .StatusBox-imZulauf {
    position:absolute;
    left:-73px;
    top:160px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: #ffa84c; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffa84c 0%,#ff7b0d 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
}


#artikeldetails .StatusBox .fa{
    font-size:2.8em;    
}

#artikeldetails .StatusBox span{
    font-size:12px; 
    display:block;
    line-height:1;
}

#artikeldetails .StatusBox span.dauer{
    font-size:10px;
    font-weight:bold;
}

#artikeldetails .artikellisteninfos {
    background:#f3f3f3;
    padding:5% 6%;
    font-size:15px;
    margin-top:12px;
    margin-bottom:0;
    
}




#artikeldetails .artikellisteninfos li{
    margin:0 !important;
    line-height: 1.8em;
    border-bottom:1px dotted #fff;
    transition:300ms;
    font-size:0.8em;

    
}

#artikeldetails .artikellisteninfos li:hover{
    
    border-bottom:1px dotted #8BC300;


}

#artikeldetails .artikellisteninfos li.desc{
    padding:3% 0;
    font-size:13px; 
    border:none;
}

#artikeldetails .artikellisteninfos li .label2{
    display:inline-block;
    width:35%;
    line-height:1.3em;
    color:#000;
    font-size:13px;
    border-left:3px solid #8BC300;
    padding:0 3px;
    transition:300ms;
}

#artikeldetails .artikellisteninfos li:hover .label2{
    border-left:8px solid #8BC300;
    color:#000;

}

#content .fa {  
    color:#000;
}



#article label.quantity {
    float:left;
    width:50%;
}

#article fieldset.article_buyfield {
    background:#fff;
    padding:0;
    margin:0;
    border-bottom:1px dotted efefef;
        
    
}

#article .eco_short_map {
    float:right;
    margin-right:0;
        
}

#article fieldset.article_buyfield .choose_quantity {
    clear:both;
    padding:0;
}

#article fieldset.article_buyfield  {
    border-radius:0 !important;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:1em 0 0.5em;
        
        
}


#page .article_xselling .article_list_of_items h2{
    
    font-size:1.1em;    
    
}

#page .alt_groessen {
    
}
    
#page .weitere_groessen {
    
}

#page .weitere_groessen ul{
    padding:0;
    margin:0;
}

#page .weitere_groessen ul li{
    padding:4px;
    margin:0;
    transition:300ms;
    line-height:1;
}

#page .weitere_groessen ul li:hover{
    background:#efefef;
}

#page .weitere_groessen ul li span{
    display:inline-block;
    vertical-align:top; 
}
    
#image_wrapper .article_images {
    display:none;
        
}

#page .weitere_groessen img{
    border-radius:3px;
    background:#fff;
    padding:2px;
    max-height:45px;
}

#page .weitere_groessen .price_wrap{
    font-size:13px;
    vertical-align:top;
    float:right;
}

#page .weitere_groessen .price_label{
    font-size:11px;
    vertical-align:top;

}

#page .weitere_groessen .groesse{
    font-size:1.5em;


}

#page .navbar-toggle, 
#page .navbar-toggle a {
    color:#fff !important;
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#page .fade-in {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

#page .fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
 
#page .fade-in.two {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
 
#page .fade-in.three {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#page .fade-in.four {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}
 
#page .fade-in.five {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}
 
#page .fade-in.six {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#page .fade-in.seven {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
 
#page .fade-in.eight {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
 
#page .fade-in.nine {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
#page .fade-in.ten {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
 
#page .fade-in.eleven {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
 
#page .fade-in.twelve {
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  animation-delay: 3.3s;
}


#page .thumbnail{
    border:none;
}


#page .ablaufinfo {
    background:#efefef;
    padding:.7em .7em .7em 35px;
    line-height:1;
    font-size:1em;
    position:relative;
    border-radius:9px;
    margin-bottom:5px;
    border-bottom:3px solid #333;
        
}

#page .ablaufinfo i{
    width:40px;
    font-size:2em;
    color:#fff;
    position:absolute;
    height:45px;
    flaot:left;
    margin-right:20px;
    position:absolute;
    left:3px;
}

 /* checkout */
    #abholerrabatt_wrapper {
        line-height:1;
    
    
    }
    
#zahlung .rowsel li .amount span.label {
    color:#000 !important;
    
}

#imprint {
    font-size:.8em;
    line-height:1.7;
}

#imprint .small{
    font-size:.7em;
    line-height:1.3;
}

textarea#kontakt {
    overflow:hidden !important;
    max-width:100%;
    width:100%;
}

#page .kontaktform fieldset {
    border:none;    
}

/* ************************ RESPONSIVE STYLE MEDIA QUERIES************************** */

/* Large Resolutions on Desktop/Notebook */
@media ( min-width : 1080px) {
    .page_width {
        max-width: 1080px;
    }
}

@media ( min-width : 769px) {
/* Desktop and Notebook-Styles */
    #outer_wrapper {
        -moz-box-shadow: 10px 10px 5px #888;
        -webkit-box-shadow: 0px 0px 0px #888;
        box-shadow: 0px 0px 40px #ccc;
        border-radius: 4px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    #headlinks ul {
        padding-right: 240px;
    }

  
}

/* Tablets: Landscape and Portrait */
@media ( max-width : 768px) {
    body {
        padding: 0 5px;
        background: #fff;
    }
    .page_width {
        width: 100%;
    }
    #outer_wrapper,#header,#footer {
        padding: 0;
    }
    span.price {
        font-size: 1.2em;
    }
    #headlinks li.basket {
        bottom: 44px;
    }
    #footer h2 {
        font-size: 1.2em;
    }
    .panel_left #sidepanel_left {
        width: 100%;
        margin-left: 0;
    }
    .panel_left #content {
        margin-left: 0;
        padding-left: 0;
    }
    .panel_right #sidepanel_right {
        width: 100%;
        margin-right: 0;
    }
    .panel_right #content {
        margin-right: 0;
        padding-right: 0;
    }
    #settings {
        right: 175px;
    }
    #header {
        height: 0px;
    }
    #headlinks li.basket>a,#headlinks li.basket.items>a {
        background-image: transparent none;
    }
    #logo,#logo img {
        top: auto;
        width: 100px;
        height: auto;
    }
    .sidebox {
      
    }
    #content .semtabs .custom_content {
        clear: both;
    }
    .overlay_image {
        -moz-background-size: 40% auto; /* Firefox */
        -webkit-background-size: 40% auto; /* Safari, Chrome */
        background-size: 40% auto; /* Opera, IE, W3C Standard */
    }
    .imagemap {
        width: 100% !important;
        max-height: auto !important;
        -moz-background-size: 100% auto; /* Firefox */
        -webkit-background-size: 100% auto; /* Safari, Chrome */
        background-size: 100% auto; /* Opera, IE, W3C Standard */
    }
    #sidepanel_left, #sidepanel_right {
        background-color: whiteSmoke;
    }
    #sidepanel_left,#footer_wrapper {
        border-top: 1px solid #E5E5E5;
        padding-top: 10px;
    }
    #page_wrapper {
        padding-top: 0;
    }
    #buy_form .article_details>.p50 {
        min-width: 160px;
    }
    #buy_form .article_details>.p50.tright {
        text-align: left;
    }
    .sidebox .jcarousel .image {
        width: 80px;
        float: left;
        margin-right: 5px;
    }
    .sidebox .jcarousel .tcenter {
        text-align: left;
    }
    .sidebox .jcarousel .price_wrapper {
        overflow: hidden;
    }
}

/* Smartphones: Landscape and Portrait  */
@media ( max-width : 480px) {
    body {
        font-size: 0.9em;
    }
    #outer_wrapper {
        clear: both;
    }
    #headlinks_wrapper {
        height: auto;
    }
    #header {
        height: auto;
        float: left;
        width: 100%;
        border-top: none;
    }
    #headlinks li {
        float: none;
        display: inline-block;
    }
    #headlinks,#settings,#headlinks_wrapper,#headlinks li.basket,#logo,#logo img {
        position: static;
    }
    #settings {
        float: right;
    }
    #settings .expander_box {
        min-width: 120px;
    }
    #logo {
        float: none;
    }
    #headlinks>ul>li>a,#headlinks>ul>li>a:hover {
        padding-left: 5px;
        padding-right: 5px;
    }
    #headlinks li.basket {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100px;
        height: 30px;
        text-align: right;
    }
    #headlinks li.basket>a,#headlinks li.basket.items>a,#headlinks li.basket>a:hover {
        background: transparent none;
        padding: 2px 0 2px 4px;
        height: auto;
        line-height: 30px;
    }
    #search {
        width: 190px;
    }    
    #search input[type="text"] {
        width: 100px;
    }
    #breadcrumb,#content_footer {
        display: none;
    }
    #footer p.jtl {
        min-width: auto;
    }
    #footer_wrapper ul.hlist>li {
        width: 33%;
        margin-top: 10px;
    }
    #footer_wrapper #ftr_newsletter {
        width: auto;
        clear: both;
        float: left !important;
    }
    .submit,a.submit,a.submit:visited,a.submit:hover,input[type="submit"].submit,button[type="submit"].submit,button[type="button"].submit {
        font-size: inherit;
    }
    #article .article_details {
        clear: both;
    }
    #article .article_image {
        float: none;
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    #image0 {
        max-width: 100%;
    }
    #content .article_image .image,#content .image,#content a .image {
        max-width: 100%;
    }
    #content .positions .image {
        max-width: 40px;
    }
    .inner_container ul.category_item li {
        float: none;
    }
    .styled_view li.gallery {
        width: 100%;
    }
    .styled_view li.mosaic {
        width: 24%;
    }
    .styled_view li.list .article_buy,.styled_view li.list .actions {
        display: none;
    }
    .styled_view li.list .image {
        width: 50px;
        height: auto;
    }
    .sidebox .jcarousel .image {
        width: 40px;
    }

    /* sidepanels im checkout ausblenden */

    .page_type_11 #sidepanel_left,.page_type_11 #sidepanel_right {
        display: none;
    }
    
    
    #checkout_steps {
        height: auto;
        overflow: hidden;
        font-size: 0.75em;
    }
    #checkout_steps li {
        background: transparent none;
        padding: 5px 14px 10px 14px;
    }
    #checkout_steps li a {
        text-decoration: underline;
    }
    #checkout_steps .first {
        padding-left: 0;
    }
    #headlinks li.basket div.articles {
        width: 298px;
    }
    #config_wrapper .config_group img {
        max-width: 80px;
    }
    
    strong.eco_shop_img_text1,
    .eco_shop_img_text h1 {
        font-size:17px !important;
    }
    
    .styled_view li .price {
        font-size:1.3em;
    }
    .styled_view > li h3 a {
        font-size:.8em;
    }

        
        
        
}










/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/K88pR3goAWT7BTt32Z01m1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/ttwNtsRpgsxVmgGGmiUOEltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/LWCjsQkB6EMdfHrEVqA1KVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/xozscpT2726on7jbcb_pAltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/59ZRklaO5bWGqF5A9baEEVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*-----------------------Google web fonts end----------------------*/
/*---------------------body start---------------------*/
body {
    background: #ffffff !important;
    color: #333;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0px;
}
::selection {
    background: #94bb54; /* Safari */
    color: #fff;
}
::-moz-selection {
 background: #94bb54; /* Firefox */
 color:#fff;
}
/*---------------------body End---------------------*/
/*---------------------loder css start---------------------*/
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
/*---------------------loader css end---------------------*/
/*-------------colorpicker css start ------------------*/
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -155px;
    position: fixed;
    top: 25%;
    width: 160px;
    z-index: 9999;
}
#style-switcher div {
    padding: 5px 9px;
    float: left;
}
ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
ul.colors li {
    float: left;
    margin: 2px;
}
ul.colors li #color {
    background: #bb9453;
}
ul.colors li #color2 {
    background: #ba5461;
}
ul.colors li #color3 {
    background: #53b9bb;
}
ul.colors li #color4 {
    background: #7954bd;
}
ul.colors li #color5 {
    background: #5486bb;
}
ul.colors li #style {
    background: #94bb54;
}
ul.colors li p {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 0px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 40px;
    padding: 3px;
    line-height: 40px;
    font-size: 32px;
    color: #000;
}
#style-switcher .bottom a.settings i {
    color: #333;
}
#style-switcher .bottom a.settings:hover {
    text-decoration: none;
}
#style-switcher > div > h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}
#style-switcher > div > select {
    width: 90%;
}
/*-----------colrpicker css end ----------------*/
/*-------------normal css start-------------*/
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
    outline: 0px !important;
    -webkit-appearance: none !important;
}
#page .eco_sm_heading {
    font-size: 43px;
    line-height: 150%;
    float: left;
    width: 100%;
    margin: 0px;
}
#page .padder_top_10 {
    padding-top: 10px;
}
#page .padder_top_20 {
    padding-top: 20px;
}
#page .padder_top_30 {
    padding-top: 30px;
}
#page .padder_top_40 {
    padding-top: 40px;
}
#page .padder_top_50 {
    padding-top: 50px;
}
#page .padder_top_60 {
    padding-top: 60px;
}
#page .padder_top_70 {
    padding-top: 70px;
}
#page .padder_top_80 {
    padding-top: 80px;
}
#page .padder_top_90 {
    padding-top: 90px;
}
#page .padder_top_100 {
    padding-top: 100px;
}
#page .padder_top_110 {
    padding-top: 110px;
}
#page .padder_bottom_10 {
    padding-bottom: 10px;
}
#page .padder_bottom_20 {
    padding-bottom: 20px;
}
#page .padder_bottom_30 {
    padding-bottom: 30px;
}
#page .padder_bottom_40 {
    padding-bottom: 40px;
}
#page .padder_bottom_50 {
    padding-bottom: 50px;
}
#page .padder_bottom_60 {
    padding-bottom: 60px;
}
#page .padder_bottom_70 {
    padding-bottom: 70px;
}
#page .padder_bottom_80 {
    padding-bottom: 80px;
}
#page .padder_bottom_90 {
    padding-bottom: 90px;
}
#page .padder_bottom_100 {
    padding-bottom: 100px;
}
#page .padder_bottom_110 {
    padding-bottom: 110px;
}
#page .eco-padder-0left {
    padding-left: 0px;
}
#page .eco-padder-0right {
    padding-right: 0px;
}
#page .eco_onefifth {
    float: left;
    width: 20%;
}
#page .eco_weight_bold {
    font-weight: bold;
}
#page .eco_color1 {
    color: #c0c0c0;
}
#page .eco_color2 {
    color: #808080;
}
#page .eco_color3 {
    color: #999999;
}
#page .eco_color4 {
    color: #111;
}
#page .eco_color5 {
    color: #94bb54;
}
#page .eco_color6 {
    color: #fff !important;
}
#page .eco_color7 {
    color: #252525;
}
#page .eco_mbottom_0 {
    margin-bottom: 0px !important;
}
#page .eco_mtop_0 {
    margin-top: 0px;
}
#page .eco_mtop_10 {
    margin-top: 10px;
}
#page .eco_mtop_20 {
    margin-top: 20px;
}
#page .eco_mtop_30 {
    margin-top: 30px;
}
#page .eco_mtop_40 {
    margin-top: 40px;
}
#page .eco_mtop_50 {
    margin-top: 50px;
}
#page .eco_mbottom_10 {
    margin-bottom: 20px;
}
#page .eco_mbottom_20 {
    margin-bottom: 20px;
}
#page .eco_mbottom_30 {
    margin-bottom: 20px;
}
#page .eco_mbottom_40 {
    margin-bottom: 40px;
}
#page .eco_mbottom_50 {
    margin-bottom: 50px;
}
#page .eco_uppercase {
    text-transform: uppercase;
}
#page .eco_margin_right1 {
    margin-right: 1%;
}
#page .eco_margin_right2 {
    margin-right: 2%;
}
#page .eco_margin_right3 {
    margin-right: 3%;
}
#page .eco_margin_right4 {
    margin-right: 4%;
}
#page .eco_margin_left1 {
    margin-left: 1%;
}
#page .eco_margin_left2 {
    margin-left: 2%;
}
#page .eco_margin_left3 {
    margin-left: 3%;
}
#page .eco_margin_left4 {
    margin-left: 4%;
}
#page .eco_margin_bottom {
    margin-bottom: 0px !important;
}
#page .eco_transition {
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#page .eco_border_line {
    width: 120px;
    height: 4px;
    background: #94bb54;
    margin: 0 auto;
}
#page .wraper {
    width: 100%;
    float: left;
    background: #333333 url(./images/background-recycle-icon1.png) 50% 0;
    color: #fff;
    text-align: center;
    position: relative;
}
#page .eco_color {
    color: #94bb54;
}
#page .wraper:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #333333;
    left: 50%;
}
#page .eco_opacity {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#page .eco_opacity:hover {
    opacity: .7;
}
#page .Flexible-container {
    position: relative;
    padding-bottom: 31.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#page .Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#page .eco_pos_rel {
    position: relative;
}
#page .eco_min_height {
    height: 400px;
}
#page .eco_min_smheight {
    height: 300px;
}
ol.breadcrumb i {
    color: #111;
}
#page .eco_opensans {
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
#page .eco_port_recentimage {
    width: 100%;
}
#page .eco_blog_image {
    text-align: center;
}

#page .eco_wraper .btn-lg, .eco_wraper .btn {
    padding-top:12px !important;    
    padding-bottom:12px !important;
}

/*---------------normal css end---------------*/
/*---------------Header css start---------------*/
#page header {
    width: 100%;
    padding: 20px 0px;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page .eco_info {
    float: left;
    color: #333;
    width: 100%;
    padding-top: 12px;
}
#page .eco_info .eco_ph {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 0px 10px;
}
#page .eco_shop_clock {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 0px 9px;
}
#page .eco_info .eco_email {
    float: left;
}
#page .eco_info i {
    margin: 0px 3px;
}
#page .eco_social_icon {
    float: right;
    width: 22%;
}
#page .eco_social_icon ul {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#page .eco_social_icon ul li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.2);
    list-style: none;
    text-align: center;
    margin-left: 5px;
}
#page .eco_social_icon ul li:hover {
    opacity: 0.7;
}
/*---------------Header css End---------------*/
/*---------------------Menu css start---------------------*/
#page .fixedmenu {
    display: none;
    position: fixed !important;
    background: #fff;
    background: rgba(255,255,255,0.95);
    margin-top: 0 !important;
    z-index: 10000;
    border-bottom: 1px solid #eee\9;
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    width: 100% !important;
    top: 0px;
}
#page .holder-fixedmenu {
    margin: 0 auto;
    width: 1180px;
    float: none;
    position: relative;
}
#page .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
#page .menu li {
    display: inline-block;
    text-align: center;
}
#page .menu li a {
    display: inline-block;
    text-align: center;
    padding: 4px 12px 13px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
#page .menu li a:hover {
    color: #94bb54;
    text-decoration: none;
}
#page .pagenav.fixedmenu {
    padding: 10px 0 0px 0;
    margin-top: -4px;
    background: rgba(51,51,51,0.97);
    background: rgba(0,0,0,0.9);
    height: 55px;
    position:absolute;
}
#page .holder-fixedmenu {
    margin: 0 auto;
}
#page .fixedmenu .logo-fixedmenu {
    float: left;
    padding-left: 10px;
}
#page .fixedmenu .logo-fixedmenu img {
    height: 40px;
    margin-top: 0px;
}
#page .fixedmenu .menu-fixedmenu {
    float: right;
}
#page .fixedmenu .menu-fixedmenu li, .fixedmenu .menu-fixedmenu li.current-menu-ancestor {
    border: none;
    background: none;
}
#page .fixedmenu .menu .pmcbig img {
    width: 50%;
    text-align: center;
    margin-left: 55px
}
#page .fixedmenu .menu .pmcbig ul.sub-menu li {
    padding: 0;
}
#page .fixedmenu a {
    color: #1F1F1F;
}
#page .menu-fixedmenu li {
    padding: 0px !important;
}
#page .menu-fixedmenu a {
    background: #ED2470;
    padding: 13px;
    background: none;
    margin-left: 0 !important;
}
#page .menu-fixedmenu a.important_color {
    float: left;
}
#page .eco_right_align ul li:last-child a {
    padding-right: 0px !important;
}
#page .navbar-header {
    text-align: center;
}
#page .eco_toggle_menu {
    float: left;
    margin: 1px 10px;
    color: #94bb54;
}
#page .eco_toggle_text {
    font-size: 20px;
    margin: 2px 0px;
    float: left;
}
#page .eco_header {
    background: #333;
    float: left;
    width: 100%;
}
#page .navbar-nav > li:hover ul.sub-menu, .menu li:hover ul.sub-menu {
    display: block;
}
ul.my_menu ul.sub-menu {
    border-bottom: 3px solid #94bb54;
    display: none;
    position: absolute;
    font-size: 14px;
    left: auto;
    min-width: 180px;
    background: #fff;
    background: rgba(255,255,255,0.98);
    opacity: 1;
    z-index: 99999;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    background: #343434 !important;
    background: rgba(51,51,51,0.96) !important;
    padding: 0px;
}
ul.my_menu ul.sub-menu li {
    border-left: 0px;
    margin-right: 0;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #232323;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 12px;
    height: auto;
}
ul.my_menu ul.sub-menu li:last-child {
    border-bottom: none;
}
ul.my_menu ul.sub-menu li a {
    border: none;
    padding: 9px 15px !important;
    font-size: 13px !important;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif !important;
    color: #fff!important;
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: left;
}

ul.my_menu ul.sub-menu li a img{
    align:left;
    float:left;
    padding:0 10px 0 0;
    width:40px;
    
}

ul.sub-menu li:hover {
    background: #94bb54;
}

ul.my_menu ul.sub-menu li:hover {
    background: #94bb54;
}

#page .eco_pmcmenutitleimage {
    float: left;
    width: 200px;
}
#page .eco_pmcmenutitleimage img {
    float: left;
    font-weight: bold;
    font-size: 16px;
}
ul.my_menu ul.sub-menu li.eco_imgli:hover {
    background: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu {
    
    padding: 10px 0;

    max-width: 100%;
    margin-left: 0;
    padding: 0 !important;
    margin-bottom: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: auto;
    max-width:420px;
}


ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
    font-weight: regular;
    margin: 0;
    background: none !important;
    min-width: 185px;
    width: 49.9% !important;
    float: left;
    border-right: 1px solid #444 !important;
    border-bottom: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle a.eco_pmcmenutitledata {
    display: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu {
    margin-left: 0;
    border: none;
    display: block;
    position: static;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0px;
    background: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li {
    font-weight: normal;
    border-left: none;
    border: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a {
    padding: 5px 0 5px 20px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li:hover {
    background: #94bb54;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li:hover a {

}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle:last-child {
    border: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a i {
    margin-right: 8px;
}
ul.navbar-nav li a.active, .fixedmenu ul.menu li a.active, ul.my_menu ul.sub-menu li a.active {
    color: #94bb54 !important;
}
ul.my_menu ul.sub-menu li:hover a.active {
    color: #fff !important;
}
#page .eco_search1, .eco_search {
    cursor: pointer;
}
#page .eco_search_form, .eco_search_form1 {
    position: absolute;
    color: #fff;
    right: 0;
    z-index: 150;
    width: 100%;
    background: #333;
    min-width: 200px;
    padding: 10px;
    display: none;
    top: 100%;
}
#page .eco_input {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #111;
    padding-left: 6px;
    font-size: 14px;
}
/*---------------Menu css End---------------*/
/*--------------Main Slider Start---------------*/
#page .tp-loader.spinner2 {
    background-color: #94BB54 !important;
}
#page .tp-banner1 {
    float: left;
    width: 100%;
}
#page .tp-banner2 {
    float: left;
    width: 100%;
    background-color: rgb(234, 234, 232);
}
#page .eco_slider_head_text {
    font-size: 100px;
    color: #94BB54;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oswald";
}
#page .eco_slider_head_text1 {
    font-size: 200px;
    color: #94BB54;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oswald";
}
#page .eco_slider_head_text2 {
    font-size: 80px;
    color: #94BB54;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oswald";
}
#page .tp-caption.big_caption_9 {
    font-size: 100px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oswald";
}
#page .tp-caption.big_caption_8 {
    font-size: 24px;
    color: #fff;
    font-family: "Open Sans";
}
#page .tp-rightarrow.default {
    background: rgba(50,50,50,0.85) url(./images/revslider-arrows.png) no-repeat -30px 14px !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 90px !important;
}
#page .tp-leftarrow.default {
    background: rgba(50,50,50,0.85) url(./images/revslider-arrows.png) no-repeat 12px 14px !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 90px !important;
}
#page .tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    background-color: rgba(148,187,84,0.85) !important;
}
/*--------------Main Slider End---------------*/
/*---------------Heading css Start---------------*/
#page .eco_main_heading {
    padding: 57px 0 85px 0;
    word-break: break-all;
}
#page .eco_contact .eco_main_heading {
    padding: 0;
    color: #fff;
    float: left;
    width: 100%;
}
#page .eco_small_text {
    font-size: 18px;
}
a.eco_img_width {
    float: left;
    width: 100%;
    padding: 30px 0px 20px;
}
#page .eco_contact_btn {
    float: left;
    width: 100%;
}
#page .eco_wraper {
    float: left;
    width: 100%;
    padding: 69px 0 90px 0;
}
#page .eco_featured {
    float: left;
    width: 100%;
}
#page .eco_small_heading {
    margin: 25px 0 0px 0;
    margin-top: 0px;
}
h2.eco_heading {
    margin-top: 0px;
    word-break: break-all;
}
#page .eco_rehead {
    font-size: 47px;
}
#page .eco_bread ol li a {
    color: #2a2b2c;
}
#page .eco_bread ol li a:hover {
    color: #94bb54;
    text-decoration: none;
}
/*---------------Heading css End---------------*/
/*---------------service Section Start---------------*/
#page .eco_service_wraper {
    width: 100%;
    float: left;
}
#page .eco_service {
    float: left;
    width: 100%;
    padding: 73px 0px;
}
#page .eco_service_icon {
    box-shadow: 0px 0px 0px 5px #94BB54;
    border: 8px solid #fff !important;
    display: inline-block;
    border-radius: 100%;
    background: #94BB56;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
#page .eco_service_icon a {
    display: inline-block;
    width: 100%;
    float: left;
}
#page .eco_service_icon a i {
    font-size: 2.5em;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding-right: 0px;
}
#page .eco_service_icon:hover {
    border: 8px solid #94bb54 !important;
}
#page .eco_service .eco_service_title {
    padding: 20px 0;
    font-size: 20px;
}
#page .eco_service .eco_service_data {
    color: #888893;
}
#page .eco_service_btn {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#page .eco_btn {
    background: #80a93d;
    color: #fff !important;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 4px solid #759e32;
    padding: 19px 46px;
}
#page .eco_btn:hover {
    text-decoration: none;
}
/*---------------service Section End---------------*/
/*---------------Archievement Section Start---------------*/
#page .eco_achievement {
    background: #f8f8f8 url() 50% 0;
    background-size: cover;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    width: 100%;
}
#page .eco_achievement .eco_ach_title {
    color: #333;
    text-transform: uppercase;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0px;
}
#page .eco_achievement .eco_ach_title:hover {
    color: #94bb54;
    text-decoration: none;
}
#page .eco_ach_subtitle {
    color: #333;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
#page .eco_ach {
    width: 100%;
    float: left;
}
#page .eco_ach_image {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}
#page .eco_ach_image a {
    float: left;
    width: 100%;
}
#page .eco_ach_title {
    float: left;
    width: 100%;
    background: #fff;
}
/*---------------Archievement Section End---------------*/
/*---------------Recycle Main Section Start---------------*/
#page .eco_recycle_wraper {
    float: left;
    width: 100%;
}
#page .eco_main_recycle {
    width: 100%;
    float: left;
}
/*---------------Recycle Main Section End---------------*/
/*---------------Recycle Section Start---------------*/
#page .eco_recycle {
    background: #f8f8f8 url() 50% 0;
    background-size: cover;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    width: 100%;
}
#page .eco_featured_green img {
    border-radius: 90% 0% 90% 90%;
    -moz-border-radius: 90% 0% 90% 90%;
    -webkit-border-radius: 90% 0% 90% 90%;
    border: 0px solid #94bb54;
    background: #94bb54;
}
#page .eco_featured_black img {
    border-radius: 90% 0% 90% 90%;
    -moz-border-radius: 90% 0% 90% 90%;
    -webkit-border-radius: 90% 0% 90% 90%;
    border: 0px solid #111;
    background: #111;
}
#page .eco_featured img:hover {
    border-radius: 90% 90% 90% 90%;
    -moz-border-radius: 90% 90% 90% 90%;
    -webkit-border-radius: 90% 90% 90% 90%;
}
#page .eco_featured_black, .eco_featured_green {
    color: #8c8e93;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 30px;
    text-align: center;
}
/*---------------Recycle Section End---------------*/
/*---------------Contact Section Start---------------*/
#page .eco_contact {
    width: 100%;
    float: left;
    background: #fff url(https://placehold.it/1920x800)50% 0;
    background-size: 100% 100%;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 100px 0 90px 0;
}
#page .eco_contact_btn {
    float: left;
    width: 100%;
}
#page .eco_contact_btn a {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff !important;
    padding: 15px 40px;
    border: 2px solid;
    display: inline-block;
    text-align: center;
}
#page .eco_contact_btn a:hover {
    background: #759E32;
}
#page .eco_contactadd_slider {
    padding: 105px 0 100px 0;
    width: 100%;
    float: left;
}
#page .eco_img_responsive {
    display: inline;
    max-width: 100%;
    height: auto;
}
/*---------------Contact Section End---------------*/
/*---------------Footer Section Start---------------*/
#page .eco_footer {
    width: 100%;
    float: left;
    background: #333333;
    background-size: cover;
    padding: 50px 0px 50px;
    color: #fff;
    text-align:left !important;
}
#page .eco_footer_data {
    float: left;
    width: 100%;
    position: relative;
}

#page .eco_footer_tag img{
    
    max-width:67px;
    position: relative;
}

#page .eco_footer_tag img.size2{
    max-width:auto !important;
    width:auto !important;
    position: relative;
}
h6.eco_footer_title img {
    width: 99%;
}
#page .eco_footer_tag a {
    border: none;
    color: #fff;
    background: #222;
    font-style: normal;
    font-size: 13px !important;
    padding: 3px 18px 3px 18px;
    border-radius: 3px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 14px;
}
#page .eco_footer_tag a:hover {
    background: #94bb54;
}

#page .eco_footer_tag li.active a{
    background: #94bb54;
}

#page .eco_footer_title {
    font-size: 18px;
    text-transform: uppercase;
}
a.eco_footer_title img {
    padding: 14px 0px;
}
#page .eco_footer_content, .eco_footer_tag {
    color: #fff;
    line-height: 1.7em;
    font-size: 14px;
    padding-top: 10px;
}
#page .eco_footer_content ul {
    padding: 0px;
}
#page .eco_footer_content li {
    list-style: none;
    width: 100%;
    padding: 5px 5px 10px 0px;
}
#page .eco_footer_content li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
#page .eco_footer_content li:hover a {
    color: #94bb54;
}
#page .eco_copyight {
    background: #222;
    padding: 26px 0px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
#page .eco_copyight a {
    color: #94bb54
}
/*---------------Footer Section End---------------*/
/*---------------go to top Start---------------*/
#page .totop {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}
#page .gototop {
    background: #94bb54;
    height: 50px;
    width: 50px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-bottom: 4px solid #80a93d;
}
#page .arrowgototop {
    background: url(./images/goToTopArrow.png) no-repeat;
    position: relative;
    left: 19px;
    top: 21px;
    width: 28px;
    height: 90px;
    z-index: 10;
}
#page .gototop:hover {
    background-color: #94bb54;
}
/*---------------go to top End---------------*/
/*---------------Blog Page Start---------------*/
#page .eco_port_recentimage {
    float: left;
    position: relative;
    margin-bottom: 20px;
}
#page .eco_blog_image {
    float: left;
    width: 100%;
}
#page .eco_blog_overdefult {
    float: left;
    width: 100%;
    background: #fff;
}
#page .eco_bread {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 0 10px 0;
    border-bottom: 1px solid #dddddd;
    background: #f8f8f8;
}
#page .eco_page_topbar {
    position: relative;
}
#page .eco_page_title {
    float: left;
    text-transform: uppercase;
    color:#94bb54;
}

#page .eco_page_title {
    float: left;
    text-transform: uppercase;
}

#page .eco_blog {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
#page .eco_inner_page_container {
    float: left;
    width: 100%;
}
#page .eco_blog_data {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px 40px;
}
#page .eco_blog_head {
    width: 100%;
    float: left;
}
#page .eco_blog_content {
    float: left;
    width: 100%;
}
#page .eco_blog_content p {
    float: left;
    width: 100%;
    margin: 0px;
}
#page .eco_blog_content a {
    float: left;
}
#page .eco_blog_img {
    width: 100%;
    float: left;
    position: relative;
}
#page .eco_blog_img:hover .eco-blog-img-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
#page .eco-blog-img-hover {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(148,187,84,0.8) url(./images/blog/plusIcon.png) no-repeat center center;
    text-align: center;
    text-decoration: none !important;
    text-align: left;
    opacity: 1;
    visibility: hidden;
}
#page .eco_blog_icon {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #80a93d;
    z-index: 10;
    color: #fff;
    text-align: center;
}
#page .eco_blog_icon:after {
    content: "";
    position: absolute;
    float: left;
    left: 0px;
    margin: -3px 0 0 3px !important;
    width: 30px;
    z-index: -1;
    height: 30px;
    background: #80a93d;
}
#page .eco_blog_info span {
    font-size: 14px;
    margin-right: 26px;
}
#page .eco_blog_info span:after {
    content: '.';
    position: absolute;
    color: #2a2b2c;
    margin-left: 10px;
    font-size: 30px;
    line-height: 10px;
}
#page .eco_blog_info span a, .eco_blog_info a {
    color: #94bb54;
}
#page .eco_blog_info span a:hover, .eco_blog_info a:hover {
    text-decoration: underline;
}
#page .eco_blog_icon .fa {
    color: #fff;
    font-size: 22px;
    padding: 0px;
}
#page .eco_blog_info {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin: 15px 0 10px 0;
}
#page .eco_line {
    padding: 25px 0px;
    width: 100%;
    float: left;
    background: url(./images/main-border-line.png) repeat-x bottom;
}
#page .eco_blog_img audio {
    float: left;
    width: 100%;
}
/*---------------Blog Page End---------------*/
/*---------------Protect The Environment Page (Blog Single page) Start---------------*/
#page .eco_img_wraper {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
#page .eco_dropcap {
    display: block;
    float: left;
    font-size: 54px;
    line-height: 56px;
    margin: 0px 5px 0 0;
}
#page .eco_img_icon {
    font-size: 2em;
    border-color: #94bb54;
    background: #94bb54;
    display: inline-block;
    border: 4px solid;
    border-radius: 90px;
    color: #fff;
    padding: 35px;
}
h4.eco_img_head {
    float: left;
    width: 100%;
    font-size: 38px;
    padding: 20px 0px;
}
ul.eco_img_tags {
    padding: 0px;
    font-style: italic;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
ul.eco_img_tags li {
    float: left;
    list-style: none;
    color: #111;
}
ul.eco_img_tags .fa {
    color: #111;
    margin-right: 5px;
}
#page .eco_sare_link {
    width: 100%;
    position: relative;
    float: left;
    margin: 0px 10px 12px 0;
    padding: 0px;
    border: 1px solid #ededed;
    width: 99.7%;
    border-radius: 5px;
}
#page .eco_share_title h6 {
    float: left;
    font-size: 16px;
    padding-left: 10px;
    width: auto;
}
#page .eco_share_icon {
    float: right;
    width: auto;
}
#page .eco_share_icon ul {
    margin: 0px;
    padding: 0px;
}
#page .eco_share_icon ul li {
    float: left;
    padding: 7px 14px;
    position: relative;
    text-align: center;
    list-style: none;
}
#page .eco_sare_link .fa {
    color: #bbb;
}
#page .eco_share_icon ul li:hover i {
    color: #fff;
}
#page .eco_img_facebook:hover {
    background: #3B5998;
}
#page .eco_img_twitter:hover {
    background: #00B6F3;
}
#page .eco_img_pintrest:hover {
    background: #C82828;
}
#page .eco_img_email:hover {
    background: #7F8C8D;
}
#page .eco_author_wraper {
    width: 100%;
    float: left;
    padding: 31px 0px 0px;
}
#page .eco_author_img {
    float: left;
    padding: 0 7px 0 0px;
}
#page .eco_author_img img {
    border-radius: 90px;
    width: 60px;
    height: 60px;
}
#page .eco_author_content {
    float: left;
    width: 88%;
}
#page .eco_author_title {
    font-size: 18px;
    font-weight: bold;
}
#page .eco_author_text {
    margin-top: 13px;
}
#page .eco_post_wraper {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
#page .eco_img_post_data ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#page .eco_img_post_data li {
    float: left;
    list-style: none;
    text-align: center;
}
#page .eco_img_post_data ul li img {
    border: 6px solid #ECF0F1;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#page .eco_img_post_data ul li img:hover {
    border: 6px solid #94bb54;
}
#page .eco_img_right {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-left: 73px;
}
#page .eco_img_right:before {
    content: " ";
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e3e3e3;
    margin-top: 3px;
    position: absolute;
    margin-left: -25px;
}
span.eco_date {
    margin-left: 5px;
    font-size: 13px;
}
#page .eco_Img_comment {
    clear: both;
    padding-top: 15px;
}
ul.eco_commentlist {
    padding-left: 0px;
}
ul.eco_commentlist li {
    position: relative;
    height: auto;
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 20px 0;
    list-style: none;
}
#cmt2, #cmt5 {
    margin-left: 20px;
}
#cmt3, #cmt4 {
    margin-left: 40px;
}
#page .eco_comment_form {
    float: left;
    margin-left: 0px;
    width: 100%;
}
#page .eco_cform {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#page .form-inline .form-group label {
    font-weight: 700;
}
#page .form-inline .form-group label small {
    color: #a0a0a0;
    font-weight: 400;
    font-size: 11px;
}
#page .form-inline .form-group label {
    font-weight: 700;
}
#page .form-inline .form-group small {
    color: #a0a0a0;
}
input.eco_form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 10px;
    height: 45px;
    margin-right: 26px;
    background: #f9f9f9;
    font-size: 12px;
}
#page .form-group.tr_form_group_full {
    width: 100%;
}
textarea#msg {
    margin-top: 10px;
    border: 1px solid #eee;
    width: 100%;
}
/*---------------Protect The Environment Page (Blog Single page) End---------------*/
/*----------Blog full-width page start------------*/
#page .eco_blog_fullwidth {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#page .eco_author {
    float: left;
    font-size: 14px;
}
#page .eco_fullblog {
    float: left;
    width: 100%;
}
#page .eco_fullblog h4 {
    margin: 0px;
    float: left;
    width: 100%;
}
/*----------Blog full-width page end------------*/
/*-----blog-2-column-all-Masonry page start------*/
#page .eco_readmore {
    float: none;
    padding: 15px 25px !important;
    margin-bottom: 20px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #94bb54;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#page .eco_readmore:hover {
    color: #fff;
}
/*-----blog-2-column-all-Masonry page end------*/
/*--------sidebar start-------------*/
#page .eco_page {
    width: 100%;
    float: left;
    padding: 40px 0px;
}
#page .eco_sidebar {
    position: relative;
    float: left;
    width: 100%;
}
#page .eco_sidebar_line {
    width: 70%;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#page .eco_sidebar_post:hover .eco_sidebar_line {
    border-bottom-color: #94bb54;
    width: 90%;
}
#page .eco_recent_posts_section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#page .eco_sidebar_img {
    float: left;
    margin: 0;
    margin-right: 10px;
}
#page .eco-sidebar-widget-title {
    font-family: inherit;
    float: left;
    width: 70%;
    text-transform: capitalize;
}
#page .eco_sidebar_post {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-bottom: 30px;
}
ul.eco_categories, ul.eco_meta {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.eco_categories li {
    list-style: none;
}
ul.eco_meta li {
    list-style: none;
    padding: 10px 0px;
}
/*-----sidebar end------*/
/*----------pagination start----------*/
nav.eco_pagination {
    float: left;
    width: 100%;
}
/*----------pagination end----------*/
/*---------------PortFolio Page Start---------------*/
#grid {
    padding-bottom: 50px;
}
#page .eco_filter {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 20px;
}
#page .eco-page-portfolio-categories a {
    font-size: 16px;
    margin-top: 5px;
    color: #fff !important;
    text-transform: capitalize;
    bottom: 0px;
    position: absolute;
    margin: 30px;
    text-transform: uppercase;
}
ul.eco_filter_title {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
ul.eco_filter_title li {
    float: left;
    list-style: none;
    margin: 4px 0px;
}
ul.eco_filter_title li a {
    float: left;
    list-style: none;
    text-align: center;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 8px 15px;
    background: #ECF0F1;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
ul.eco_filter_title li a:hover, ul.eco_filter_title li a.active {
    text-decoration: none;
    background: #94bb54;
    color: #fff;
    text-decoration: none;
}
#grid .mix {
    opacity: 0;
    display: none;
}
#page .eco_mix_grid .eco_port_one_third {
    float: left;
    width: 33%;
}
#page .eco_port_recentimage .eco_port_overdefult {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
#page .eco_port_recentdescription {
    width: 100%;
    color: #fff;
    cursor: pointer;
}
#page .eco_port_recentdescription h3:hover, .eco-page-portfolio-categories a:hover {
    text-decoration: underline;
}
#page .eco_port_recentdescription h5 {
    cursor: pointer;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: uppercase;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 8px 12px;
    margin: 30px;
}
#page .eco_port_recentdescription h5:hover {
    text-decoration: none !important;
    background: rgba(255,255,255,0.2);
}
#page .eco_show_overlay {
    position: relative;
}
#page .eco_port_recentimage .eco_port_overdefult {
    background: rgba(148,187,84,0.85);
}
#page .eco_show_overlay:hover .eco_port_overdefult {
    opacity: 1;
}
#page .eco_port_image {
    float: left;
    width: 100%;
}
/*---------------PortFolio Page End---------------*/
/*---------------PortFolio uneven Page Start---------------*/
#page .eco_uneven_slider {
    float: left;
    width: 100%;
}
#page .eco_new_slider_box .bx-wrapper .bx-controls-direction a {
    top: -4%;
}
#page .eco_one_third {
    width: 33.3%;
    float: left;
    height: 300px;
}
#page .eco_one_third_mid {
    float: left;
    width: 33.3%;
}
#page .eco_one_third_right {
    float: left;
    height: 293px;
    width: 33.3%;
}
#page .eco_one_third_btm {
    float: left;
    position: absolute;
    top: 293px;
    width: 33.3%;
    height: 300px;
}
#page .eco_one_third_btm_right {
    float: left;
    width: 33.3%;
}
div#eco {
    float: left;
    width: 100%;
    margin-top: 30px;
}
div#eco .left {
    top: 0%;
    left: 92%;
    width: 35px;
    height: 35px;
}
div#eco .right {
    top: 0%;
    left: 95%;
    width: 35px;
    height: 35px;
}
/*---------------PortFolio uneven Page End---------------*/
/*---------------PortFolio 3column Page Start---------------*/
#page .eco_port_one_third_3cl {
    float: left;
    width: 32%;
    margin: 0px 14px 14px 0;
    padding: 0px 0px 20px;
}
#page .eco-page-portfolio-categories-3cl {
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 43%;
}
#page .eco-page-portfolio-categories-3cl a, .eco-page-portfolio-categories-3cl a:hover {
    color: #fff;
}
p.eco_port_min_title {
    float: left;
    width: 100%;
    padding: 20px 0;
}
h5.eco_port_min_title {
    width: 100%;
    float: left;
    font-family: inherit;
}
/*---------------PortFolio 3column Page End---------------*
/*---------------PortFolio 4column Page End---------------*/
#page .eco_port_min_title {
    float: left;
    width: 100%;
}
/*---------------PortFolio 4column Page End---------------*/
/*---------------PortFolio single page start---------------*/
#page .eco_port_data {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
#page .eco_project_section {
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECF0F1;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}
#page .eco_project_section i {
    color: inherit;
    font-size: 1em;
    margin-right: 8px;
}
span.eco_author {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #2a2b2c;
    text-transform: none;
    color: #aaa;
}
#page .eco_port_skill {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0px 0 30px 0;
    border-bottom: 1px solid #ECF0F1;
}
#page .eco_port_skill ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0px;
}
#page .eco_port_skill i {
    color: #94bb54;
    margin-right: 8px;
}
#page .eco_port_social_icon {
    width: 100%;
    float: left;
    margin: 43px 0 40px 0 !important;
    text-align: center;
}
#page .eco_port_social_icon ul {
    float: left;
    margin: 0px;
    padding: 0px;
}
#page .eco_port_social_icon ul li {
    background: #BDC3C7;
    border-radius: 90px;
    margin-right: 4px;
    float: left;
    list-style: none;
    width: 40px;
    height: 40px;
}
#page .eco_port_social_icon i {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
li.eco_facebook:hover {
    background: #3B5998;
}
li.eco_twitter:hover {
    background: #00B6F3;
}
li.eco_pintrest:hover {
    background: #C82828;
}
li.eco_mail:hover {
    background: #7F8C8D;
}
li.eco_plus:hover {
    background: #FF5C3D;
}
#page .eco_port_content {
    float: left;
    width: 100%;
}
#page .eco_port_content p {
    margin: 0 0 1.5em 0;
}
ul.pager i {
    color: black;
    font-size: 2em;
}
ul.pager i:hover {
    color: #94bb54;
}
#page .eco_single_post {
    float: left;
    width: 100%;
}
h5.eco_post_title {
    margin-bottom: 20px;
    z-index: 9;
    padding-right: 10px;
    width: auto;
    white-space: nowrap;
    position: relative;
}
h5.eco_post_title:after {
    content: "";
    width: 83%;
    position: absolute;
    border-top: 1px solid #ddd;
    top: 13px;
    margin-left: 10px;
    right: 10px;
}
#page .eco_img_post_data {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
/*---------------PortFolio single Page End---------------*/
/*---------------portfolio-2-column-masonry Page Start---------------*/
#page .eco_port_min_recentimage {
    text-align: center !important;
    width: 99%;
    float: left;
    border-top: 4px solid #94bb54;
    border-bottom: 6px solid #ddd;
    background: #fff;
}
#page .eco_port_min_recentimage p {
    padding: 0px 27px;
}
#page .eco_light_bg {
    background: #f8f8f8;
}
h5.eco_blog_min_title {
    font-family: inherit;
    font-weight: 600;
    float: left;
    width: 100%;
}
#page .eco_blog_min_cat {
    padding: 14px 0px;
}
#page .eco_blog_min_text {
    padding: 0 2% !important;
    margin-bottom: 35px !important;
    font-size: 14px;
    margin-top: -10px !important;
}
/*---------------portfolio-2-column-masonry Page End---------------*/
/*---------------Page With sidebar Start---------------*/
#page .eco_portfolio_content p {
    margin: 0 0 1.5em 0;
}
#page .eco_port_text {
    background-color: #DF5148;
    border-color: #DF5148;
    padding: 25px;
    border: 1px solid;
    color: #fff;
}
ul.eco_arrow_point {
    float: left;
    width: 100%;
}
#page .eco_arrow_point li {
    list-style: none;
    background: url(./images/bullet.png) no-repeat 0px 8px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
/*---------------Page With sidebar End---------------*/
/*---------------Page With Image Start---------------*/
#page .eco_bread.eco_bg {
    background: #f8f8f8 url(./images/page/image-breadcrumb-eco.jpg) 50% 0;
}
#page .eco_different_bradcrumb li:first-child a {
    color: #fff;
}
#page .eco_different_bradcrumb li:first-child a i {
    color: #fff;
}
/*---------------Page With Image End---------------*/
/*---------------Page With video Start---------------*/
#page .eco_page_video {
    width: 100%;
    float: left;
}
#page .eco_page_video .Flexible-container {
    position: relative;
    padding-bottom: 8%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
video#bgvid {
    position: absolute;
}
/*---------------Page With video End---------------*/
/*-----------404 page Start---------*/
#page .eco_error_page {
    float: left;
    width: 100%;
    background: #94bb54;
    padding: 100px 0px;
}
#page .eco_error_div {
    float: left;
    width: 100%;
}
#page .eco_error_div h1 {
    margin: 0px;
    color: #fff;
}
#page .eco_error_div p {
    color: #fff;
    padding: 15px 0px;
    margin: 0px;
}
#page .eco_error_div i {
    font-size: 3em;
}
/*-----------404 page end---------*/
/*---------------Contact Page Start---------------*/
#page .eco_mapdiv {
    float: left;
    width: 100%;
}
#page .eco_map_border {
    border: 8px solid #eee;
}
input#em_submit {
    padding: 4px 72px 10px 72px;
    border-radius: 5px;
}
#page .eco_contact_page {
    width: 100%;
    float: left;
}
#page .eco_contact_info {
    border: 1px solid #eee;
    padding: 20px 0 20px 20px;
    line-height: 30px;
    width: 65%;
    font-family: inherit;
    margin-left: 70px;
    font-size: 14px;
}
#page .eco_contact_info ul {
    list-style: none;
    margin: 0px;
    padding-left: 20px;
}
#page .eco_contact_info i {
    margin: 8px 14px 0px -13px;
    color: #94bb54;
}
/*---------------Contact Page End---------------*/
/*----------shortcodes-accordion-toggles page start---------------*/
#page .tab-content {
    float: left;
    width: 77%;
    padding: 0px 20px;
}
#page .eco_tabmain_div {
    float: left;
    width: 100%;
}
#page .eco_tabmain_div h4 {
    margin-top: 0px;
}
h6.eco_subheading {
    color: #94bb54;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8em;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    float: left;
    width: 100%;
}
#page .eco_tabmain_div p {
    font-size: 15px;
    margin: 0px;
}
#page .eco_toggle_div {
    float: left;
    width: 100%;
}
h2.eco_trigger {
    float: left;
    width: 100%;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #95A5A6;
    background: #ECF0F1;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
}
#page .eco_toggle_container {
    padding: 15px;
    float: left;
    width: 100%;
    padding-top: 0px;
    display: none;
}
h2.eco_trigger.active, h2.eco_trigger:hover {
    background: #94bb54;
    color: #fff;
}
/*----------shortcodes-accordion-toggles page end---------------*/
/*---------------Shortcodes Alert Boxes Page Start---------------*/
#page .eco_shortcode_main_wraper {
    width: 100%;
    float: left;
}
#page .eco_block_content {
    width: 100%;
    float: left;
    padding: 30px 0px;
}


#page .alert i {
    float: right;
    font-size: 28px;
    line-height: 27px;
    opacity: 0.3;
    margin-left: 20px;
}

#page .alert-info2 i {
    float: left !important;
    font-size: 28px;
    line-height: 27px;
    opacity: 0.3;
    margin-right: 20px;
}

#page .eco_shortcode_wraper {
    float: left;
    width: 100%;
    margin-top: 60px;
}
h4.eco_block_title {
    font-size: 32px;
}
/*---------------Shortcodes Alert Boxes Page End---------------*/
/*----------shortcodes-boxed-content page start-----------*/
p.eco_bg_white {
    background: #fff;
    padding: 25px;
    border: 1px solid #dddddd;
}

#page .eco_bg_white {
    background: #fff;
    padding: 25px;
    border: 1px solid #dddddd;
}

#page .eco_bg_grey {
    background: #efefef;
    padding: 25px;
    border: 1px solid #dddddd;
}
/*----------shortcodes-boxed-content page end-----------*/
/*---------------Shortcodes button Page start---------------*/
#page .eco_btn_color4 {
    background-color: #34495E;
    border-color: #2C3E50 !important;
}

#page .eco_btn_color5 {
    background-color: #2ECC71;
    border-color: #27AE60 !important;
}


#page .eco_btn_color6 {
    background-color: #9B59B6;
    border-color: #8E44AD !important;
}
#page .eco_btn_color7 {
    background-color: #95A5A6;
    border-color: #7F8C8D !important;
}
#page .eco_btn_color8 {
    background-color: #FFD56C;
    border-color: #eac058 !important;
}

#page .eco_btn_color9 {
    background-color: #8BC300;
    border-color: #94BB54 !important;
}
#8BC300

#page .eco_short_doublebutton.eco_doublebutton1, .eco_short_doublebutton.eco_doublebutton2, .eco_short_doublebutton.eco_doublebutton3, .eco_short_doublebutton.eco_doublebutton4, .eco_short_doublebutton.eco_doublebutton5, .eco_short_doublebutton.eco_doublebutton6, .eco_short_doublebutton.eco_doublebutton7, .eco_short_doublebutton.eco_doublebutton8 {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 44px;
    line-height: 38px;
    z-index: 10;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
#page .eco_doublebutton1:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #2c84bd;
}
#page .eco_doublebutton2:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #2980B9;
}
#page .eco_doublebutton3:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #C53D35;
}
#page .eco_doublebutton4:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #2C3E50;
}
#page .eco_doublebutton5:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #7F8C8D;
}
#page .eco_doublebutton6:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #8E44AD;
}
#page .eco_doublebutton7:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #27AE60;
}
#page .eco_doublebutton8:after {
    content: "";
    position: absolute;
    float: left;
    margin: -6px 0 0px -25px !important;
    width: 50px;
    z-index: -1;
    height: 44px;
    background: #ecbe4c;
}
#page .eco_short_ldoublebutton.eco_ldoublebutton1, .eco_short_ldoublebutton.eco_ldoublebutton2, .eco_short_ldoublebutton.eco_ldoublebutton3, .eco_short_ldoublebutton.eco_ldoublebutton4, .eco_short_ldoublebutton.eco_ldoublebutton5, .eco_short_ldoublebutton.eco_ldoublebutton6, .eco_short_ldoublebutton.eco_ldoublebutton7, .eco_short_ldoublebutton.eco_ldoublebutton8 {
    float: left;
    margin-right: 26px;
    font-size: 14px;
    line-height: 38px;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    margin: 11px;
}
#page .eco_ldoublebutton1:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #2c84bd !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton2:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #2980B9 !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton3:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #C53D35 !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton4:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #2C3E50 !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton5:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #27AE60 !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton6:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #8E44AD !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton7:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #7F8C8D !important;
    padding: 21px 74px;
}
#page .eco_ldoublebutton8:after {
    content: "";
    position: absolute;
    float: left;
    margin: -47px 0 0px -64px !important;
    z-index: -1;
    background: #ecbe4c !important;
    padding: 21px 74px;
}
#page .eco_round_btn:hover, .eco_round_btn:focus, .eco_round_btn:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color: #fff;
}
#page .eco_round_btn:hover:before, .eco_round_btn:focus:before, .eco_round_btn:active:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#page .eco_round_btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
#page .eco_round_btn {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}




/* Hover Shadow */
@-webkit-keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}
 @keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}




/*---------------Shortcodes button Page end---------------*/
/*---------------shortcodes-count-blocks Page Start---------------*/
#page .eco_count {
    position: relative;
    display: inline-block;
    width: 249px;
    height: 249px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    color: #2a2b2c;
}
#page .eco_count:before, .eco_count:after {
    content: "";
    overflow: visible;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    left: 2px;
    right: 0;
    top: -4px;
    z-index: -1;
    height: 246px;
    width: 246px;
}
#page .eco_count:after {
    top: -7px;
    left: 5px;
    z-index: -2;
}
#page .eco_count_icon i {
    padding-top: 5px;
    font-size: 4em;
    color: #94bb54;
}
#page .eco_count_border {
    height: 1px;
    width: 65px;
    background: #ddd;
    margin: 0 auto;
    margin-bottom: 15px;
}
#page .eco_count:hover .eco_count_border {
    width: 100px;
    background: #94bb54;
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/*---------------shortcodes-count-blocks Page End---------------*/
/*---------------Shortcodes Google Map Page Start---------------*/
#page .eco_short_map {
    float: left;
    width: auto;
    display: inline-block;
    border-bottom: 4px solid;
    margin: 0 20px 20px 0;
}
#page .eco_btn_color1 {
    background-color: #32CCFE;
    border-color: #18ACDC;
}
#page .eco_btn_color2 {
    background-color: #4D68A2;
    border-color: #324D87;
}
#page .eco_btn_color3 {
    background-color: #E63532;
    border-color: #D7201D;
}

#page .eco_short_map_icon {
    border: none;
    float: left;
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
#page .eco_short_map:hover .eco_short_map_icon {
    background: rgba(255,255,255,0.15);
}
#page .eco_short_map_icon i {
    font-size: 28px;
    color: #fff;
    line-height: 2;
}
#page .eco_short_map_btn {
    float: right;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
}

span.smallinfo{
    font-size:10px;
    display:block;
}

#page .eco_short_map_btn a, .eco_short_map_btn a:hover {
    color: #fff;
}
#page .eco_short_wraper {
    float: left;
    width: 100%;
}
/*---------------Shortcodes Google Map Page End---------------*/
/*---------------Shortcodes Iconography Page start---------------*/
#page .eco_icon {
    width: 100%;
    float: left;
    padding: 3px 0px 50px;
}
#page .eco_icon_content {
    width: 100%;
    float: left;
}
#page .eco_icon ul {
    padding: 0px;
    margin: 0px;
}
#page .eco_icon li {
    float: left;
    list-style: none;
}
#page .eco_icon_design {
    background-color: #DF5148;
    border-color: #C53D35;
    border-radius: 90px;
    margin: 0px 16px 18px 0;
}
#page .eco_icon_medium {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#page .eco_icon_medium i {
    font-size: 3em;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#page .eco_icon_rotate:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#page .eco_icon_big i {
    font-size: 3em;
    line-height: 140px;
    width: 140px;
    height: 140px;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#page .eco_icon_small i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#page .eco_blue {
    background-color: #379bde;
    border-color: #379bde;
}
#page .eco_green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}
#page .eco_purple {
    background-color: #9B59B6;
    border-color: #9B59B6;
}
#page .eco_black {
    background-color: #34495E;
    border-color: #34495E;
}
#page .eco_gray {
    background-color: #7F8C8D;
    border-color: #7F8C8D;
}
#page .eco_orange {
    background-color: #D35400;
    border-color: #D35400;
}
#page .eco_brown {
    background-color: #C0392B;
    border-color: #C0392B;
}
#page .eco_sky_blue {
    background-color: #3498DB;
    border-color: #3498DB;
}
/*---------------Shortcodes Iconography Page end---------------*/
/*---------Iconography with Boxes page start----------*/
#page .eco_box_icon {
    border-radius: 90px;
    background: #94bb54;
    border: 4px solid #94BB54;
    display: inline-block;
}
#page .eco_box_medium i {
    width: 90px;
    height: 90px;
    font-size: 2em;
    line-height: 90px;
}
h5.eco_box_title {
    padding: 20px 0px;
    font-family: inherit;
}
#page .eco_box_small i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.5em;
}
/*---------------Iconography with Boxes Page End---------------*/
/*---------------Shortcodes List Page Start---------------*/
ul.eco_link, ul.eco_img_list, ul.eco_star_list, ul.eco_setting_list, ul.eco_ribben_list, ul.eco_plus_list, ul.eco_mail_list, ul.eco_cmt_list, ul.eco_arrow_list, ul.eco_circle_list, ul.eco_tick_list, ul.eco_arrowpoint {
    list-style: none;
    width: 100%;
    float: left;
}
ul.eco_link li {
    background: url(./images/shortcode/list-link.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_img_list li {
    background: url(./images/shortcode/list-image.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_star_list li {
    background: url(./images/shortcode/list-star.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_setting_list li {
    background: url(./images/shortcode/list-settings.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_ribben_list li {
    background: url(./images/shortcode/list-ribbon.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_plus_list li {
    background: url(./images/shortcode/list-plus.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_mail_list li {
    background: url(./images/shortcode/list-mail.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_cmt_list li {
    background: url(./images/shortcode/list-comment.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_arrow_list li {
    background: url(./images/shortcode/list-arrow.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_circle_list li {
    background: url(./images/shortcode/bullet-circle-black.png) no-repeat 0 10px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_tick_list li {
    background: url(./images/shortcode/list-tick.png) no-repeat 0 4px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
ul.eco_arrowpoint li {
    background: url(./images/shortcode/bullet.png) no-repeat 0 10px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
}
/*---------------Shortcodes List Page End---------------*/
/*--------shortcodes-price table page2 start-----------*/
#page .eco_pricing_table {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    float: left;
    display: inline-block;
    padding: 20px 0 20px 0;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 0px 35px 0;
}
#page .eco_pricing_table_white {
    background: #fbfbfb;
    border-radius: 0px;
    border-bottom: 5px solid #BDC3C7;
}
#page .eco_table_price {
    width: 130px;
    height: 130px;
    font-size: 36px;
    border-radius: 90%;
    padding: 0;
    margin: -88px 0 0 62px;
    line-height: 100px;
    border: 8px solid #C4504A;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    font-weight: bold;
}
#page .eco_pricing_table_white .eco_table_price {
    background: #333333;
    border-color: #222;
}
#page .eco_table_price span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: -20px;
    line-height: 0px;
    padding: 0;
}
#page .eco_pricing_heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
}
#page .eco_pricing_table_white .eco_pricing_heading {
    border-bottom-color: #333;
}
#page .eco_pricing_heading h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 30px 0;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    text-transform: capitalize;
    margin: 0px;
    line-height: 1.8em;
}
#page .eco_pricing_table_white .eco_pricing_heading h4 {
    padding: 20px 0 20px 0;
    color: #333333;
}
#page .eco_pricing_table ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid;
}
#page .eco_pricing_table ul li {
    float: left;
    width: 100%;
    padding: 20px 0px;
    list-style: none;
    border-top: 1px solid #eee;
    clear: both;
}
#page .eco_pricing_table_white ul {
    border-bottom-color: #333;
}
#page .eco_pricing_table_white ul li {
    color: #333;
}
#page .eco_pricing_tabel_button {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    border: 5px solid;
    display: inline-block;
    padding: 8px 40px;
}
#page .eco_pricing_table_white .eco_pricing_tabel_button {
    border: none;
    padding: 12px 40px;
    margin: 30px 0 12px 0;
    background: #333333;
}
#page .eco_pricing_table_green {
    background: #fbfbfb;
    border-radius: 0px;
    border-bottom: 5px solid #BDC3C7;
}
#page .eco_pricing_table_green .eco_pricing_heading {
    border-bottom-color: #94BB54;
}
#page .eco_pricing_table_green .eco_table_price {
    background: #94BB54;
    border-color: #80a93d;
}
#page .eco_pricing_table_green .eco_pricing_heading h4 {
    color: #94BB54;
}
#page .eco_pricing_table_green ul {
    border-bottom-color: #94BB54;
}
#page .eco_pricing_table_green ul li {
    color: #94BB54;
}
#page .eco_pricing_table_green .eco_pricing_tabel_button {
    background: #94BB54;
    border: none;
    padding: 12px 40px;
    margin: 30px 0 12px 0;
}
#page .eco_pricing_table_blue {
    background: #fbfbfb;
    border-radius: 0px;
    border-bottom: 5px solid #BDC3C7;
}
#page .eco_pricing_table_blue .eco_pricing_heading {
    border-bottom-color: #34495E;
}
#page .eco_pricing_table_blue .eco_table_price {
    background: #34495E;
    border-color: #2C3E50;
}
#page .eco_pricing_table_blue .eco_pricing_heading h4 {
    color: #34495E;
}
#page .eco_pricing_table_blue ul {
    border-bottom-color: #34495E;
}
#page .eco_pricing_table_blue ul li {
    color: #34495E;
}
#page .eco_pricing_table_blue .eco_pricing_tabel_button {
    background: #34495E;
    border: none;
    padding: 12px 40px;
    margin: 30px 0 12px 0;
}
#page .eco_pricing_table_gray {
    background: #fbfbfb;
    border-radius: 0px;
    border-bottom: 5px solid #BDC3C7;
}
#page .eco_pricing_table_gray .eco_pricing_heading {
    border-bottom-color: #95A5A6;
}
#page .eco_pricing_table_gray .eco_table_price {
    background: #95A5A6;
    border-color: #7F8C8D;
}
#page .eco_pricing_table_gray .eco_pricing_heading h4 {
    color: #95A5A6;
}
#page .eco_pricing_table_gray ul {
    border-bottom-color: #95A5A6;
}
#page .eco_pricing_table_gray ul li {
    color: #95A5A6;
}
#page .eco_pricing_table_gray .eco_pricing_tabel_button {
    background: #95A5A6;
    border: none;
    padding: 12px 40px;
    margin: 30px 0 12px 0;
}
#page .eco_pricing_tabel_button:hover {
    opacity: 0.8;
}
/*---------shortcodes-price-table page2 end-------------*/
/*----------shortcodes-price-tables page start---------------*/
#page .eco_pricing_table_main_div {
    float: left;
    width: 100%;
}
#page .eco_pricing_table_main_div h3 {
    float: left;
    width: 100%;
    margin: 0px;
}
#page .eco_pricing_table_blackbig {
    background-color: #333333;
    border-radius: 0px;
}
#page .eco_pricing_table_blackbig .eco_table_price {
    width: 100%;
    border: none;
    border-radius: 0px;
    height: auto;
    float: left;
    margin: 0px;
    background: rgba(0,0,0,0.1);
    padding: 25px 0 10px 0;
    line-height: 30px;
    margin-bottom: 25px;
}
#page .eco_pricing_table_blackbig .eco_table_price span {
    margin-top: 0px;
    padding: 10px 0px;
}
#page .eco_pricing_table_blackbig .eco_pricing_heading {
    border-bottom: none;
}
#page .eco_pricing_table_blackbig ul {
    border-bottom: none;
}
#page .eco_pricing_table_blackbig ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#page .eco_pricing_table_blackbig ul li:first-child {
    border-top: none;
}
#page .eco_pricing_table_blackbig ul li:last-child {
    border-bottom: none;
}
#page .eco_pricing_table_blackbig .eco_pricing_tabel_button:hover {
    opacity: 1;
    background: rgba(0,0,0,0.1);
}
#page .eco_pricing_table_blackbig .eco_pricing_tabel_button {
    border: 5px solid rgba(0,0,0,0.1);
}
#page .eco_pricing_activebig {
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
#page .eco_pricing_green {
    background-color: rgb(148, 187, 84);
}
#page .eco_table_first {
    width: 100%;
    float: left;
}
#page .eco_pricing_active {
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
    /*-ms-transform: scale(1.03);*/
/* -webkit-transform: scale(1.03); */
/* transform: scale(1.03); */
    padding: 30px 0 40px 0;
    margin-top: -15px;
}
#page .eco_border_radius {
    border-radius: 10px;
}
#page .eco_rounded_pricetable {
    background: none;
}
#page .eco_rounded_pricetable.eco_pricing_table_blackbig .eco_pricing_heading {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #333;
}
#page .eco_pricing_table_blackbig.eco_rounded_pricetable .eco_table_price {
    background: #333333;
    border-color: #222;
}
#page .eco_rounded_pricetable .eco_table_price {
    width: 130px;
    height: 130px;
    border-radius: 90%;
    padding: 0;
    margin: -60px 0 0 62px;
    border: 8px solid #C4504A;
    line-height: 90px;
    float: none;
}
#page .eco_rounded_pricetable.eco_pricing_table ul {
    background: #333;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
#page .eco_pricing_table_blackbig.eco_rounded_pricetable a {
    float: left;
    width: 100%;
    background: #333;
}
#page .eco_rounded_pricetable:hover .eco_table_price {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#page .eco_rounded_pricetable.eco_pricing_green .eco_pricing_heading {
    background: #80a93d;
}
#page .eco_rounded_pricetable.eco_pricing_green .eco_pricing_heading .eco_table_price {
    background: #94BB54;
    border-color: #80a93d;
}
#page .eco_rounded_pricetable.eco_pricing_green ul {
    background: #94BB54;
}
#page .eco_rounded_pricetable.eco_pricing_green a {
    background: #80a93d;
}
#page .eco_rounded_pricetable .eco_table_price span {
    margin-top: -20px;
}
#page .eco_icon_table .eco_pricing_heading h4 {
    background: rgba(0,0,0,0.1);
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding: 20px 0 20px 0;
    margin: 15px 0 10px 0;
}
#page .eco_icon_table .eco_table_price {
    background: none;
}
/*----------shortcodes-price-tables page end---------------*/
/*---------------Shortcodes Progress Bar Page End---------------*/
#page .eco_shortcode_wraper .sr-only {
    position: relative;
}
/*---------------Shortcodes Progress Bar Page End---------------*/
/*---------------Shortcodes quote Page Start---------------*/
#page .eco_blockquote_blue blockquote {
    border-color: #ECF0F1;
}
#page .eco_blockquote_red blockquote {
    border-color: #DF5148;
}
#page .eco_blockquote_green blockquote {
    border-color: #94bb54;
}
#page .eco_blockquote_grey blockquote {
    border-color: #7F8C8D;
}
#page .eco_blockquote_blue blockquote:hover, .eco_blockquote_red blockquote:hover, .eco_blockquote_green blockquote:hover, .eco_blockquote_grey blockquote:hover {
    border-color: #94bb54;
}
/*---------------Shortcodes quote Page End---------------*/
/*---------------shortcodes-skills-charts page Start---------------*/
#page .circles-text {
    color: #2a2b2c !important;
    font-weight: bold !important;
    font-size: 24px !important;
}
#canvas .circle {
    display: inline-block;
    margin: 1em;
    width: 200px;
    height: 200px;
}
#page .circles-decimals {
    font-size: .4em;
}
/*---------------shortcodes-skills-charts Page End---------------*/
/*-----------home-page-version-3 start---------*/
#page .eco_logocal_restoration {
    float: left;
    width: 100%;
}
#page .eco_restoration {
    float: left;
    width: 100%;
    padding-top: 25px;
}
#page .eco_restoration ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#page .eco_restoration ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 20px;
}
#page .eco_restoration ul li .eco_restoration_content {
    float: left;
    width: 100%;
}
#page .eco_restoration ul li .eco_restoration_content .eco_restoration_img {
    background: #94bb54;
    text-align: center;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    width: 100px;
    float: left;
}
#page .eco_restoration ul li .eco_restoration_content .eco_restoration_img a {
    font-size: 2em;
}
#page .eco_restoration_data {
    float: left;
    width: 80%;
    padding-left: 20px;
}
#page .eco_restoration_data h6 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 0px;
}
#page .eco_restoration_data p {
    color: #888893;
    float: left;
    width: 100%;
}
#page .eco_restoration_video {
    float: left;
    width: 100%;
}
#page .eco_restoration_video h3 {
    float: left;
    width: 100%;
    margin: 0px;
    word-break: break-all;
}
iframe.eco_home_video {
    height: 305px;
    margin-top: 10px;
}
#page .eco_restoration_video .eco-video-container {
    padding-bottom: 52%;
}
#page .eco_parallax_div {
    float: left;
    width: 100%;
    background-attachment: fixed !important;
    padding: 80px 0px;
    position: static;
    background-size: auto !important;
}
#page .eco_home_count {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    padding: 20px;
    text-align: center;
    margin: 0;
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    border-radius: 90%;
}
#page .eco_home_count i {
    font-size: 4em;
    color: #94bb54;
}
#page .appear-count {
    font-size: 40px!important;
    line-height: 40px!important;
    margin: 20px 0 15px 0!important;
    padding-bottom: 0px!important;
    font-weight: bold;
}
#page .eco_count_number_border {
    width: 38%;
    margin: 0px auto;
    background: #94bb54;
    height: 1px;
    margin-bottom: 15px;
}
#page .appear-count {
    font-size: 40px!important;
    line-height: 40px!important;
    margin: 15px 0 15px 0!important;
    padding-bottom: 0px!important;
    font-weight: bold;
}
#page .eco_home_count p {
    margin: 0px;
}
#page .eco_featured_content {
    float: left;
    width: 100%;
}
#page .eco_round_img {
    float: left;
    width: 100%;
    color: #8c8e93;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 30px;
    text-align: -webkit-center;
}
#page .eco_round_img img {
    border-radius: 50% 0px 50% 50%;
}
#page .eco_round_img img:hover {
    border-radius: 50% 0px 50% 50%;
}
#page .eco_featured_content h4 {
    float: left;
    width: 100%;
    text-transform: uppercase;
}
#page .eco_pera {
    float: left;
    width: 100%;
    text-transform: uppercase;
}
#intro {
    background: url(https://placehold.it/1920X1200) 50% 0 no-repeat fixed;
    color: white;
    margin: 0 auto;
}
#second {
    background: url(https://placehold.it/1920X800) 50% 0 no-repeat fixed;
    color: white;
    margin: 0 auto;
}
/*-----------home-page-version-3 end---------*/
/*----------home-page-full-screen start--------------*/
#page .eco_home_banner {
    position: relative;
    float: left;
    width: 100%;
}
#page .eco_home_banner img {
    width: 100%;
}
#page .eco_banner_heading {
    position: absolute;
    width: 100%;
    float: left;
    top: 25%;
    left: 0%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
#page .eco_banner_heading h1 {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 100px;
    line-height: 90px;
}
#page .eco_banner_heading h3 {
    font-size: 24px;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
#page .eco_fullwidth {
    float: left;
    width: 100%;
}


/*-----------home-page-full-screen end------------*/
/*-----------home-page-transparent start-----------*/
#page .eco_transprant_header {
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.9) !important;
    position:absolute;

    z-index: 1000;

}
#page .eco_transprant_header .navbar-inverse {
    background: none;
    border: none;
}
#page .eco_transprant_header .navbar-inverse #main-nav {
    padding: 0px;
    float: right;
}
#page .eco_transprant_header .navbar-inverse ul.nav {
    padding: 0px;
}
#page .eco_transprant_header .navbar-inverse ul.nav li {
    padding: 0px !important;
    border-right: none;
}
#page .eco_transprant_header .navbar-inverse ul.my_menu ul.sub-menu {
    margin-top: 0px !important;
}
#page .eco_full_header_div {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px 0px;
}

#page .eco_transprant_header .eco_logo img {
    max-height:40px;
    }
/*-----------home-page-transparent end-----------*/
/*----------home-page-catalogue start-------*/
#page .eco_samplepage_menu {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: 100% !important;
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#page .eco_samplepage_menu .navbar-nav > li {
    float: none !important;
    display: inline-block !important;
    text-align: center !important;
}
#page .eco_samplepage_menu .navbar-nav {
    float: none !important;
}
#page .eco_samplepage_menu .nav > li > a {
    padding: 15px 25px 13px 20px !important;
    border-right: 1px solid #3d3d3d;
}
#page .eco_newheader {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
}
#page .eco_samplepage_menu .navbar-nav > li:last-child a {
    border-right: none;
}
#page .eco_parallax {
    float: left;
    width: 100%;
    padding: 100px 0px;
    position: static;
    background-size: auto !important;
    background-attachment: fixed !important;
}
#page .eco_new_heading {
    float: left;
    width: 100%;
    padding: 90px 0px;
}
#eco_new_home {
    background: url(https://placehold.it/1920X1000) 50% 0 no-repeat fixed;
    color: white;
    margin: 0 auto;
}
#page .eco_cenetr_wrapper {
    float: left;
    width: 100%;
    background: #eaeae8;
}
#page .eco_enter_content {
    float: left;
    width: 100%;
    text-align: center;
}
#page .eco_enter_content p {
    margin: 0px;
}
#page .eco_enter_content h3 {
    margin: 0px;
}
#page .eco_full_text {
    float: left;
    width: 100%;
}
#page .eco_full_img {
    float: left;
    width: 100%;
}
#page .eco_full_text a {
    float: left;
    padding: 20px;
    border: 1px solid #333;
    margin: 30px 0px 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
#page .eco_full_text a:hover {
    border-color: #94bb54;
}
#page .eco_new_background {
    width: 100%;

    background: #fff url(https://placehold.it/1920X1000) 50% 0;
    background-size: 100% 100%;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 100px 0 120px 0;
}
#page .eco_back_black {
    background: rgb(51, 51, 51)!important;
}
/*----------home-page-catalogue end-------*/
/*-----------home-page-version-4 (Home Page with Rain) start---------*/
#page .eco_question_section {
    float: left;
    width: 100%;
    background-image: url(./images/linePattern-3.png);
    background-color: #222222;
    padding: 30px 0px;
    background-size: cover;
    background-position: 50% 0px;
    margin-top:50px;
}
#page .eco_que_div {
    float: left;
    width: 100%;
}
#page .eco_que_div ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#page .eco_que_div ul li {
    float: left;
    color: #fff;
    list-style: none;
    padding-right: 40px;
    font-size: 14px;
    position: relative;
}
#page .eco_que_div ul li p {
    margin: 0px;
}
#page .eco_que_div ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.3);
    width: 1px;
    height: 25px;
}
#page .eco_que_div ul li i {
    margin-right: 7px;
}
#page .eco_que_div ul li:last-child:after {
    display: none;
}
#page .eco_qus_social_link {
    float: right;
    width: auto;
}
#page .eco_qus_social_link ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#page .eco_qus_social_link ul li {
    float: left;
    list-style: none;
    background: rgba(255,255,255,0.2);
    padding: 0px 10px;
    margin-left: 7px;
}
#page .eco_qus_social_link ul li i {
    font-size: 14px;
}
#page .eco_qus_social_link ul li:hover {
    opacity: 0.7;
}
#page .eco_banner_heading p {
    font-size: 18px;
    margin-top: 10px;
}
#page .eco_bgheight {
    background-size: cover !important;
    background-position: 0% 100% !important;
    height: 950px !important;
    max-height: 950px !important;
    top:0;
    margin-top:-50px;
    background-image:url(images/slideshow-eco-4-rain.jpg)
}
#page .eco_bgheight img {
    height: 100%;
}
#page .eco_bgheight .eco_banner_heading {
    top: 32%;
    bottom: 50%;
}
#page .eco_bgheight .eco_banner_heading img {
    width: auto;
    height: auto;
}
/*-----------home-page-version-4 (Home Page with Rain) end---------*/
/*-----------shop page index start---------*/
#page .eco_shop_top {
    float: left;
    width: 100%;
}
#page .eco_shop_top .eco_question_section {
    float: left;
    width: 100%;
    background-image: url(./images/linePattern-3.png);
    background-color: #222222;
    padding: 10px 0px 0px 0px;
    background-size: cover;
    background-position: 50% 0px;
}
select.eco_orderby {
    border: none;
    height: 46px;
    line-height: 46px;
    background: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding-left: 10px;
    box-shadow: none;
}
#page .eco_qus_input input {
    padding: 4px 0px;
    margin-top: 0px;
    color: #aaa;
    padding-left: 10px;
    background: rgba(120,120,120,0.1);
    border: 0;
    font-size: 13px;
    width: 100%;
}
#page .eco-shop_cart {
    position: relative;
    float: right;
    cursor: pointer;
    padding: 8px 10px 8px 0px !important;
    line-height: 22px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #fff;
}
#page .eco_cart_left {
    float: left;
    width: 63%;
    margin-left: 15px;
}
#page .eco_cart_icon {
    background: url(./images/shop/cartBox.png) no-repeat 0px 0px;
    float: right;
    padding: 17px 13px;
}
h5.eco_product_title {
    width: 100%;
    float: left;
    font-size: 18px;
}
#page .eco_shop_hover_btn {
    float: left;
    width: 100%;
    display: none;
    top: 89%;
}
#page .eco_shop_sorting {
    float: left;
    width: 100%;
}
strong.eco_shop_note {
    float: right;
    margin: 8px 0px 0px;
}
#page .eco_product {
    width: 100%;
    float: left;
}
#page .eco_product_image {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}
#page .eco_addcart {
    background: #94bb54;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 12px 17px;
    font-size: 13px;
}
#page .eco_addcart:hover {
    color: #fff;
    font-weight: bold;
    background: #111;
}
#page .eco_footer_img {
    float: left;
    margin: 5px;
}
#page .eco_shop_hover {
    display: block !important;
    filter: alpha(opacity=0);
    opacity: 0;
    background: url(./images/wishlist.png) no-repeat 8px 8px;
    border-radius: 90px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#page .eco_product:hover .eco_shop_hover {
    filter: alpha(opacity=1);
    opacity: 1;
}
#page .eco_shop_hover a {
    position: absolute;
    right: 100%;
    background: #94bb54;
    color: #fff;
    font-size: 13px;
    margin: -3px 0 0 -112px;
    color: #fff !important;
    border-radius: 3px;
    padding: 5px 8px 5px 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#page .eco_shop_hover:hover a {
    opacity: 1;
    filter: alpha(opacity=1);
}
/*-----------shop page index end---------*/
/*-----------shop sidebar combination Start---------*/
#page .eco_shop_sidebar {
    position: relative;
    width: 100%;
    text-align:left !important;
}
#page .eco_shop_sidebar .eco-sidebar-widget-title {
    width: 85%;
}
#page .eco_shop_sidebar .eco_sidebar_post {
    font-size: 16px;
}
#page .eco_shop_sidebar input {
    height: 46px;
    background: rgba(120,120,120,0.1);
    border: 0;
    font-size: 13px;
    width: 77%;
    padding-left: 10px;
}

#eco_shop_image {
    background-size: cover;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 45px 0px;
    float: left;
    position: relative;
    width: 100%;
}

#page .infotext.oben {
    padding:30px 10%;
    font-size:12px;
    text-justify:inter-word;
    font-style:italic;
}

#page .infotext.unten {
    padding:10px 0;
    font-size:12px;
    text-justify:inter-cluster;
    line-height:2;
    word-break:break-strict;
}

#page .eco_shop_img_text {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 80%;
    word-break: normal;
}
strong.eco_shop_img_text1 {
    font-size: 30px;
    text-transform:uppercase;
    line-height: 80%;
    float: left;
    width: 100%;
}

#page .eco_shop_img_text1 h1 {
    font-size:35px;

}
#page .eco_shop_img_text1 h1 strong {
    font-size:56px;
    display:block;
    text-transform:uppercase;
}

#page .eco_shop_img_text1 h1 img {
    max-height:60px; display:inline;
    align:left;
}


strong.eco_shop_img_text2 {
    font-size: 15px;
    float: left;
    width: 100%;
    line-height: 80%;
    padding: 20px 0px;
    color:#000;
    text-transform:uppercase;
    text-align:right;

}
#page .eco_shop_img_text2 img {
    max-height:66px;


}
#page .eco_color_white {
    color:#fff !important;
}

#page .eco_shop_dtext {
    bottom: 28%;
    left: 45%;
    font-size: 60px;
    font-family: Dancing Script;
    font-style: italic;
}
#page .eco_shop_sidebar .ui-widget-content {
    border: 1px solid #ffffff;
    background: #eee url("images/ui-bg_flat_75_f8f8f8_40x100.png") 50% 50% repeat-x !important;
    color: #000000;
    width: 80%;
}
#page .eco_shop_sidebar .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #eee url("images/ui-bg_highlight-soft_75_94bb54_1x100.png") 50% 50% repeat-x !important;
    color: #222222;
    font-weight: bold;
}
#page .eco_shop_sidebar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ffffff;
    background: #94bb54 url("images/ui-bg_glass_75_ECF0F1_1x400.png") 50% 50% repeat-x !important;
    font-weight: normal;
    color: #95A5A6;
}
#page .eco_range_box {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#page .eco_range_box label {
    float: left;
    font-weight: bold;
    font-size: 17px;
    text-transform: capitalize;
}
#page .eco_range_box input#amount {
    border: 0;
    color: #94bb54;
    font-weight: bold;
    font-size: 17px;
    background: none;
    padding-bottom: 0px;
    height: 22px;
    float: left;
    width: 30%;
    margin-right: 60px;
}
#page .eco_shop_wraper {
    width: 100%;
    float: left;
}
/*-----------shop sidebar combination end---------*/
/*---------------Media Css Start---------------*/
/*---------------For video responsive---------------*/
#page .eco-video-container {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
#page .eco-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#page .btn-lg {
    padding-left:18px !important;
    padding-right:18px !important;
}

/*---------------For video responsive End---------------*/
/* Large desktop */
@media (min-width: 1200px) {
#page .eco_tabs_slide_section {
    display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#page .eco_uneven_slider {
    display: none;
}
#page .eco_featured_content h4 {
    font-size: 20px;
}
#page .eco_pera {
    font-size: 13px;
}
#page .navbar-nav > li {
    padding-left: 0px !important;
}
ul.my_menu ul.sub-menu li a {
    font-size: 11px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a {
    padding: 5px 0 5px 10px !important;
}
#page .eco_social_icon {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#page .pagenav.fixedmenu {
    display: none !important;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
#page .eco_shop_clock {
    float: left;
    width: 100%;
    border-right: none;
    padding: 0px;
}
#page .eco_info {
    width: 80%;
    float: right;
    text-align: left;
    padding-top:0px;
}
#page .eco_info .eco_email {
    padding-left: 0px;
    margin-bottom: 5px;
    width: 100%;
}
#page .eco_info .eco_ph {
    margin-bottom: 5px;
    width: 100%;
    border-right: none;
    padding: 0px;
}
#page .eco_footer_data {
    min-height: 175px;
}
#page .eco_uneven_slider {
    display: none;
}
#page .navbar-nav {
    width: 100% !important;
    padding: 0px !important;
}
#page .navbar-nav > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#page .navbar-nav > li > a {
    padding: 12px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
    width: 50% !important;
    border-bottom: 1px solid #444 !important;
}
#page .pagenav.fixedmenu {
    display: none !important;
}
#page .eco_home_service {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#page .eco_main_recycle img {
    display: inherit;
    margin: 0px auto;
}
#page .eco_ach_image img {
    width: 100%;
}
ul.eco_filter_title li a {
    margin-right: 5px;
    padding: 8px 8px;
}
#page .eco_page_title {
    width: 100%;
}
#page .breadcrumb {
    width: 100%;
}
#page .eco_featured_black a img, .eco_featured_green a img {
display: inherit;
}
#page .eco-blog-img-hover
{
display:none;
}
#page .eco_page_video .Flexible-container{
height:inherit;
}
}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
    
        
#page .strong.eco_shop_img_text1 {
        
}   
    
#page .eco_qus_social_link{
    float: left;
}
#page .eco_shop_clock {
    float: none;
}
#page .eco_shop_clock {
    width: 100%;
}
#page .eco-shop_cart {
    float: left;
    width: 40%;
    margin: 0px 30%;
}
#page .eco_info {
    width: 100%;
    text-align: center;
}
#page .eco_info .eco_ph {
    width: 100%;
}
#page .eco_info .eco_email {
    width: 100%;
}
#page .eco_social_icon {
    float: right;
    width: 63%;
    margin: 0 auto;
}
#page .eco_logo {
    float: left;
    max-width: 100%;
    text-align: center;
}
#page .eco_service .eco_service_data {
    padding-bottom: 30px;
}
#page .eco_uneven_slider {
    display: none;
}
#page .eco_blog_img img {
    width: 100%;
}
#page .eco_port_img img {
    width: 100%;
}
ul.eco_filter_title li a {
    margin-right: 5px;
    padding: 8px 6px;
}
#page .img-responsive {
    display: inherit;
}
}
@media (max-width: 767px) {
#page .eco_shop_clock {
    float: none;
    border-right: none;
}
#page .eco_info .eco_ph {
    border-right: none;
}
#page .pagenav.fixedmenu {
    display: none !important;
}
ul.my_menu ul.sub-menu {
    position: relative;
    display: block !important;
    border-bottom: none !important;
    float: left;
    width: 100%;
    background: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#page .navbar-nav {
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}
ul.navbar-nav li a.active, .fixedmenu ul.menu li a.active, ul.my_menu ul.sub-menu li a.active {
    color: #fff !important;
}
#page .nav > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-right: none !important;
}
#page .navbar-collapse {
    border-top: none !important;
    box-shadow: none !important;
}
#page .navbar-nav > li > a {
    line-height: 20px;
    font-weight: bold !important;
    width: 100%;
    font-size: 14px;
    padding: 10px 2% !important;
    margin: 0 0%;
    border-bottom: 1px solid #444;
    color: #fff !important;
    text-transform: uppercase !important;
    float: left;
    text-align: left !important;
    text-transform: none;
}
ul.my_menu ul.sub-menu li:hover {
    background: none;
}
ul.my_menu ul.sub-menu li a {
    padding: 12px 30px !important;
    width: 100%;
    float: left;
    position: relative;
}
ul.my_menu ul.sub-menu li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #94bb54;
    margin-top: 12px;
    border-radius: 10px;
    left: 20px;
}
#page .eco_pmcmenutitleimage img {
    display: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
    width: 100% !important;
    border-bottom: 1px solid #444 !important;
    border-right: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle:nth-child(even) {
    border-bottom: 1px solid #444 !important;
}
ul.my_menu ul.sub-menu li {
    white-space: normal;
}
#page .eco_main_recycle img {
    display: inherit;
    margin: 0px auto;
}
#page .eco_achievement .eco_ach_title, .eco_ach_title {
    background: none !important;
}
#page .eco_ach_image img {
    display: initial;
}
#page .eco_featured_black img, .eco_featured_green img {
    display: inherit;
}
#page .eco_port_recentimage {
    width: inherit;
}
#page .eco_port_min_recentimage {
    width: 100%;
}
#page .eco_port_image {
    text-align: center;
}
h5.eco_port_min_title {
    text-align: center;
}
#page .eco_port_recentimage .eco_port_overdefult {
    display: none;
}
#page .eco_port_min_title {
    text-align: center;
}
#page .eco_page_title {
    width: 100%;
    text-align: center;
}
#page .breadcrumb {
    width: 100%;
    text-align: center;
}
#page .eco-blog-img-hover{
display:none;
}
/*shop sidebar*/
#page .eco_shop_sidebar .eco-sidebar-widget-title {
    width: 83%;
    float: left;
}
#page .eco_shop_hover {
    display: none;
}
}
@media (min-width: 320px) and (max-width: 479px) {
#page .eco_shop_clock {
    float: none;
}
#page .eco_info {
    width: 100%;
    text-align: center;
}
#page .eco_info .eco_ph {
    width: 100%;
}
#page .eco_info .eco_email {
    width: 100%;
}
#page .eco_service .eco_service_data {
    padding-bottom: 30px;
}
#page .eco_uneven_slider {
    display: none;
}
ul.eco_filter_title li a {
    margin-right: 5px;
    padding: 8px 8px !important;
}
#page .eco-page-portfolio-categories a {
    margin: 11px;
}
#page .eco_shop_hover {
    display: none;
}
}
@media (max-width: 479px) {
#page .eco_qus_social_link{
    float: left;
}
#page .eco_shop_clock {
    float: none;
}
#page .eco_logo {
    float: left;
    max-width: 100%;
    text-align: center;
}
#page .eco_logo img {
    display: inherit;
}
#page .eco_info {
    width: 100%;
}
#page .eco-shop_cart{
    float: left;
}
#page .eco_info .eco_ph {
    padding-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    border-right: none;
}
#page .eco_info .eco_email {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
#page .eco_qus_social_link {
    float: left;
    width: 100%;
}
#page .eco_info i {
    margin-right: 1px;
}
#page .eco_social_icon ul {
    margin: 10px 0px;
}
#page .eco_ach_image a {
    text-align: center;
}
#page .eco_main_heading h1 {
    word-wrap: break-word;
}
#page .eco_btn {
    padding: 19px 25px;
}
#page .btn-lg, .btn-group-lg > .btn {
    padding: 17px 25px !important;
}
#page .eco_port_image {
    text-align: center;
}
#page .eco_port_recentimage {
    width: inherit;
}
h5.eco_port_min_title {
    text-align: center;
}
#page .eco_port_min_title {
    text-align: center;
}
#page .eco_page_title {
    width: 100%;
    text-align: center;
}
#page .breadcrumb {
    width: 100%;
    text-align: center;
}
#page .eco_portfolio_content h3 {
    font-size: 43px;
}
#page .eco_contact_info {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
}
#page .eco_icon_content.margin_left_50 {
    margin-left: 0px;
}
h5.eco_post_title:after {
    display: none;
}
#cmt2, #cmt5 {
    margin-left: 0px;
}
#cmt3, #cmt4 {
    margin-left: 0px;
}
#page .eco_img_post_data li {
    width: 100%;
}
#page .ih-item.square {
     margin-left: 0px !important; */
    
}
#page .eco_pricing_table_main_div h3 {
    font-size: 44px;
}
h2.eco_img_head {
    font-size: 40px;
}
#page .eco_short_map .btn-lg {
    font-size: 12px;
}
#page .eco_shortcode_wraper .eco_count {
    margin-left: -33px;
}
#page .ih-item.square {
    width: 253px !important;
    width: 100% !important;
    height: auto !important;
}
#page .eco_shortcode_wraper h1 {
    font-size: 70px;
}
#page .eco_uneven_slider {
    display: none;
}
#page .eco_service_btn .btn-lg {
    font-size: 16px;
}
#page .eco-page-portfolio-categories a {
    margin: 11px;
}
#page .eco_shop_sidebar .eco-sidebar-widget-title {
    width: 70%;
}
#page .eco_shop_hover,
#page .eco_question_section {
    display: none;
}

#page .eco_short_map_btn {
    
        line-height: 20px !important;
    
}

}
/*---------------Media Css End---------------*/


.bigOne {

    background:url(https://www.pflanzwerk-shop.de/templates/pw/themes/pflanzwerk/images/slideshow-eco-4-rain.jpg) center top no-repeat;
    background-clip:border-box;
    height:850px;
    width:100%;
    color:#fff;
    font-size:22px;
    text-transform:uppercase;
    
}

.bigOne h1{
    padding-top:100px;
    font-size:60px;
    color:#fff;
}


.abholung {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:5px 0;
    margin:3px 0;
    
}

.formvarianten {
 
 padding:20px 0;

}

.formvarianten .row {
    margin:20px 0 !important;
}
.formvarianten .row div a span{
 position:absolute;
 display:block;
 max-width:100%;
 background:#000;
 color:#fff;
 padding:5px;
 bottom:10px;
}

.formvarianten  img{
    width:auto;
    height:auto;
    max-width:100%;
    border:1px solid #ccc;
}

#farben {
    padding-bottom:80px;    
}

.bggrey {
    background:#efefef;
    background-color:#efefef !important;
}



.container-fluid .moreproducts {
    max-width:1180px;
    margin-right: auto;
    margin-left: auto;
    
}

.box-heading h3 {
        font-size: 26px;
    padding-bottom:15px;
    text-align:center;
    border-bottom:1px dotted #94bb54;
    text-transform:uppercase;
    color:#333;
    font-weight:bold;
    margin-bottom:20px;
    
}
.box-heading h4 {
    font-size:1.0em;
    
}

.moreproducts .prtitel  {
    padding:4px;
    
}

.moreproducts .prprice  {
    font-size:1.2em;
    font-weight:bold;
    
}
.moreproducts .img-responsive  {
    max-width:90%;
    border:8px solid #fff;
    margin:0 auto;
    
}


















#image_wrapper .ps-current > ul,
#image_wrapper .ps-list                 { list-style: none; padding: 0px; margin-bottom: 30px; text-align: center; }
#image_wrapper .ps-current > ul li,
#image_wrapper .ps-list li              { display: inline-block; float: none; }
#image_wrapper .ps-list img             { cursor: pointer; }

#content-wrapper aside .box-body span   { padding: 15px; display: block; }
#content-wrapper .product-main-content  { margin-top: 22px; }


  
#artikelbeschreibung > ul {
    display:block;
    margin-left:10px !important; 
    margin-right:10px !important; 
    margin-top:10px !important; 
    margin-bottom:10px !important; 
    padding:10px !important;
    list-style-type:disc;
    } 


#artikelbeschreibung ul li{
   margin:3px; padding:0 0 0 3px; list-style-type:disc;
    } 
    
    
#artikelbeschreibung p{
padding-bottom:10px;
}

#artikelbeschreibung br{
padding-bottom:5px;
}


#artikeldetails .artikellisteninfos li .label2{

 white-space: nowrap;
 overflow: hidden;
  
   
}


.moreproducts a {
margin-bottom:8px;
}

.nav-tabs li                            { float: none !important; width: 100%; margin-bottom: 0px !important; }
.nav-tabs li > a                        { float: left; position: relative; }
.nav-tabs li .panel                     { position: absolute; width: 100%; height: 0px; padding-bottom: 39%; }
.nav-tabs li:nth-child(1) .panel        { z-index: 3; }
.nav-tabs li:nth-child(2) .panel        { z-index: 2; }
.nav-tabs li:nth-child(3) .panel        { z-index: 1; }
.nav-tabs li:target .panel              { z-index: 5; }
.nav-tabs li:target > a                 { font-weight: bold; }


.thumbnail,
.box-body                               { transition: none !important; }

.product-wrapper                        { float: none !important; }
.product-cell                           { float: left; width: 25%; margin: 0px; }
.product-cell .title > h4               { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.megamenu                               { float: left; }
#search                                 { float: right; }

.tab-menu input.product-slider,
.tab-menu input.product-slider + .panel         { display: none; }
.tab-menu input.product-slider + .panel         { position: relative; z-index: 2; }
.tab-menu input.product-slider:checked + .panel { display: block; }
.tab-menu .nav-tabs                             { margin-bottom: -2px; }
.tab-menu .nav-tabs > li > a                    { padding: 0px; outline: 0px; border: 0px; }
.tab-menu .nav-tabs > li > a > label            { padding: 8px 15px; margin: 0px; font-weight: normal; cursor: pointer; display: block; }
.tab-menu .thumbnail                            { position: relative; margin-bottom: 0px; }

@media(max-width: 990px) {
    #cms-pages                          { padding: 0px !important; float: none !important; }
    header ul.nav                       { margin: 5px !important; }
    header ul.nav li                    { margin-top: 5px; }
    header ul.nav li:first-child        { margin-top: 0px; }
    header .container ul.nav            { margin: 0px !important; }
    header .container ul.nav > li > a   { margin: 0px !important; padding: 8px 15px; }
}

@media(max-width: 605px){
    .product-cell                       { width: 50%; }
    .nav-tabs li > a                    { width: 100%; margin-bottom: 5px; }
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .thumbnail > img, .thumbnail a > img {
     height : 150px;
}

#logo {
    display : block;
}

#logo a img {
    max-height: 400px;
    width: 100%;
}

.product-cell .title > h4 {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    height: 31px;
}


/* Megamenu */
ul.navbar-nav {
    position: relative;
}
.b-sub-menu {
    position: static !important;
}
.b-sub-menu ul li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
}
.b-sub-menu-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.b-sub-menu .sub {
    width: 100%;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 10;
    border-bottom: 2px solid #030304;
    border-left: 1px solid #030304;
    border-right: 1px solid #030304;
}
.b-sub-menu .sub ul {
    padding: 10px 20px;
}
.b-sub-menu-title > a {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 14px;
}
.b-sub-menu-title > a:hover {
    text-decoration: none;
}
.b-sub-menu-title > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #d1ba98;
}
.b-sub-menu ul li ul {
    padding: 20px 0 0 !important;
}
.b-sub-menu ul li ul li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.b-sub-menu ul li ul li a {
    text-transform: none;
    font-weight: 400;
    color: #000;
}
.servicebutton {
    float: right !important;
    margin-right: -15px;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.topmegamenu .sub {
    display: none;
}
.topmegamenu > li:hover > .sub {
    display: block;
}
.servicebutton {
    position: relative;
}
.servicebutton ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 49px;
    z-index: 99;
    padding: 0;
    width: 100%;
}
.servicebutton ul li {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.servicebutton ul li:last-child {
    border-bottom: 1px solid #ddd;
}
.servicebutton:hover ul {
    display: block;
}
.servicebutton ul li label {
    width: 100%;
}

.stripebg{
    background:url(whitebg01.png) top left;
    clear:both;
}

.moreproducts:last-of-type .trenner {
    display: none;
}
.trenner hr {
    margin-top: 35px;
    margin-bottom: 0;
}
.small-text{
    font-size: 12px !important;
    text-transform: none !important;
}

.moreproducts a, .moreproducts a:hover {
    text-decoration: none !important;
}
.allcats ul {
    padding-left: 0;
    list-style: none !important;
}
.allcats {
    position: relative;
}
.allcats > a {
    z-index: 100;
}
.allcats:hover > a {
    background-color: #fff !important;
    color: #554226 !important;
    font-weight: bold !important;
}
.allcats:hover {
    box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
}
.allcats  ul {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
    display: none;
    border-right: 1px solid #d1ba98;
}
.allcats > ul > li ul {
    position: absolute;
    right: -220px;
    width: 220px;
    background-color: #fff;
    top: -1px;
    box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
    z-index: 98;
}
.allcats li {
    padding: 5px 10px;
    height: 40px;
    line-height: 22px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;   
    width: 220px;
    position: relative;
}
.allcats > ul a {
    color: #554226 !important;
    font-weight: bold;
    text-decoration: none !important;
    vertical-align: middle;
}
.sidecatstitel {
    border-bottom: 2px solid #C2A476;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #444;
    font-size: 16px;
}
.sidecats a {
    color: #444 !important;
}
.sidecats ul {
    background-color: #fff;
}
.sidecats li {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}
.sidecats li:hover > a {
    font-weight: bold;
    color: #000;
    font-size: 17px;
}
.sidecats > ul ul {
    display: none;
}
.sidecats li:hover > ul {
    display: block;
}
.sidecats li:last-child {
    border-bottom: 1px solid transparent;
}
.sidecats i.fa.fa-caret-down {
    float: right;
    padding-top: 12px;
}
.sidecats > ul {
    padding-left: 0 !important;
} 
.sidecats ul {
    list-style: none !important;
    padding-left: 15px;
} 
.allcats:hover > ul, 
.allcats > ul > li:hover > ul, 
.allcats > ul > li > ul > li:hover > ul  {
    display: block;
}
.allcats li:hover {
    border-top: 1px solid #d1ba98;
    border-bottom: 1px solid #d1ba98;
    background: #d1ba98 !important;
}
.allcats li:hover > a {
    color: #fff !important;
}

.allcats i.fa.fa-angle-right {
    float: right;
    padding-top: 6px;
}


.moreproducts {
    
    
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    
    transform:scale(1) ;
    
    transition:all ease-in 300ms;
    -moz-transition:all ease-in 300ms;  
    -webkit-transition:all ease-in 300ms;   

}


.moreproducts:hover {
    
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

    transform:scale(1.0);
}

h4.starttabssubtitle {

    color:#fff; 
    padding:3px 3px 3px 13px;
    
    font-size:14px;
    
    border-bottom-right-radius:15px;
    -moz-border-bottom-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    
        border-top-left-radius:15px;
    -moz-border-top-left-radius:15px;
    -webkit-border-top-left-radius:15px;
}

/* Slider Setup */

#slider input {
    display: none;
}

#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }


#slider #overflow {
    width: 100%;
    overflow: hidden;
}

#slider img {
    width: 100%;
}

#slider #slides .inner {
    width: 500%;
    line-height: 0;
}

#slider #slides article {
    width: 20%;
    float: left;
}

/* Slider Styling */

/* Control Setup */

#slider #controls {
    margin: -25% 0 0 0;
    width: 100%;
    height: 50px;
}

#slider #controls label { 
    display: none;
    width: 50px;
    height: 50px;
    opacity: 0.3;
}

#slider #active {
    margin: 23% 0 0;
    text-align: center;
}

#slider #active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
}

#slider #active label:hover {
    background: #ccc;
    border-color: #777 !important;
}

#slider #controls label:hover {
    opacity: 0.8;
}

#slider #slide1:checked ~ #controls label:nth-child(2), 
#slider #slide2:checked ~ #controls label:nth-child(3), 
#slider #slide3:checked ~ #controls label:nth-child(4), 
#slider #slide4:checked ~ #controls label:nth-child(5), 
#slider #slide5:checked ~ #controls label:nth-child(1) {
    background: url('next.png') no-repeat;
    float: right;
    margin: 0 -70px 0 0;
    display: block;
}


#slider #slide1:checked ~ #controls label:nth-child(5),
#slider #slide2:checked ~ #controls label:nth-child(1),
#slider #slide3:checked ~ #controls label:nth-child(2),
#slider #slide4:checked ~ #controls label:nth-child(3),
#slider #slide5:checked ~ #controls label:nth-child(4) {
    background: url('prev.png') no-repeat;
    float: left;
    margin: 0 0 0 -70px;
    display: block;
}

#slider #slide1:checked ~ #active label:nth-child(1),
#slider #slide2:checked ~ #active label:nth-child(2),
#slider #slide3:checked ~ #active label:nth-child(3),
#slider #slide4:checked ~ #active label:nth-child(4),
#slider #slide5:checked ~ #active label:nth-child(5) {
    background: #333;
    border-color: #333 !important;
}


/* Slider Styling */

#slider #slides {
    margin: 45px 0 0;
    padding: 1%;
    
}


/* Animation */

#slider #slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
        
        max-height:600px !important;
}

#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#slider  #controls label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#slider #slide1:checked ~ #slides article:nth-child(1) .info,
#slider #slide2:checked ~ #slides article:nth-child(2) .info,
#slider #slide3:checked ~ #slides article:nth-child(3) .info,
#slider #slide4:checked ~ #slides article:nth-child(4) .info,
#slider #slide5:checked ~ #slides article:nth-child(5) .info {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
}




.bggrey {
    background:#efefef;
    background-color:#efefef !important;
}


    margin-right: auto;
    margin-left: auto;

    
