/*@brand-color-blue: #E2001A;*/
/*@grid-gutter: @box-margin-left + @box-margin-right;
@container-tablet:          @box-width*2+@grid-gutter*1+@grid-gutter-width;
@container-sm:                 @container-tablet;
@container-desktop:            @box-width*3+@grid-gutter*2+@grid-gutter-width;
@container-md:                 @container-desktop;
@container-large-desktop:       @box-width*4+@grid-gutter*3+@grid-gutter-width;
@container-lg:                 @container-large-desktop;*/
/*@import "hk_variables_2.less";*/
/*// Centered container element
.container-fixed() {
    margin-right: auto;
    margin-left: auto;
    .clearfix();
}*/
@font-face {
  font-family: "hk";
  src: url("fonts/hk.eot");
  src: url("fonts/hk.eot?#iefix") format("embedded-opentype"), url("fonts/hk.woff") format("woff"), url("fonts/hk.ttf") format("truetype"), url("fonts/hk.svg#hk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'star';
  src: url('fonts/star.eot');
  src: url('fonts/star.eot?#iefix') format('embedded-opentype'), url('fonts/star.woff') format('woff'), url('fonts/star.ttf') format('truetype'), url('fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "hk" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tag-hover:before {
  content: "k";
}
.icon-share:before {
  content: "w";
}
.icon-lupe:before {
  content: "m";
}
.icon-google-plus:before {
  content: "b";
}
.icon-comment:before {
  content: "i";
}
.icon-menu:before {
  content: "q";
}
.icon-arrow-up:before {
  content: "s";
}
.icon-arrow-down:before {
  content: "r";
}
.icon-plus:before {
  content: "v";
}
.icon-heart:before {
  content: "d";
}
.icon-search:before {
  content: "m";
  color: #fff;
}
.pin-image {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  transition: 0.15s all;
}
.blog-wrap:hover .pin-image {
  opacity: 1;
}
.icon-twitter:after {
  content: "o";
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #fff;
}
.icon-fb:after {
  content: "a";
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.icon-fb:hover {
  border-color: #3B5998;
}
.icon-pinterest:after {
  content: "e";
  background: #BD081C;
  border-color: #BD081C;
  color: #fff;
}
.icon-yahoo:after {
  content: "c";
  background-color: #7B0099;
  border-color: #7B0099;
  color: #fff;
}
.icon-rss:after {
  content: "y";
  background-color: #FF6600;
  border-color: #FF6600;
  color: #fff;
}
.icon-instagram:after {
  content: "z";
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.icon-tag:before {
  content: "k";
}
.icon-cat:before {
  content: "A";
}
a.icon {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  line-height: 18px;
}
a.star {
  background: url(../img/bullet_star.png) no-repeat;
}
.heart {
  background: url(../img/heart.png) no-repeat;
}
.loading {
  background: url(../img/loading.gif) no-repeat;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0073aa;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003f5e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
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: #c6c6c6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 28px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  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: 0.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: #c6c6c6;
}
.text-primary {
  color: #333333;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #333333;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a1a1a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.5;
}
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 #c6c6c6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #c6c6c6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-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: 26px;
}
.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: 28px;
}
.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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
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: 0px;
}
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 #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
.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: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.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%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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: #fff;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #e2001a;
  border-color: #c90017;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #af0014;
  border-color: #490008;
}
.btn-default:hover {
  color: #fff;
  background-color: #af0014;
  border-color: #8b0010;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #af0014;
  border-color: #8b0010;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #8b0010;
  border-color: #490008;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #e2001a;
  border-color: #c90017;
}
.btn-default .badge {
  color: #e2001a;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #333333;
  border-color: #262626;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #080808;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-primary .badge {
  color: #333333;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0073aa;
  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: #003f5e;
  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: #c6c6c6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.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%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #0073aa;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.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 {
  z-index: 2;
  color: #003f5e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  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: #c6c6c6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #c6c6c6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #adadad;
}
.label-primary {
  background-color: #333333;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a1a1a;
}
.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;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.shareme-vertical .social-buttons-vertical:before,
.shareme-vertical .social-buttons-vertical:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.shareme-vertical .social-buttons-vertical:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-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: #0073aa;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #333333;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c6c6c6;
}
.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.5;
  color: #c6c6c6;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c6c6c6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0073aa;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30.8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.96078431%;
  *margin-left: 1.89542484%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.96078431%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.93464052%;
}
.row-fluid .span11 {
  width: 91.50326797%;
  *width: 91.4379085%;
}
.row-fluid .span10 {
  width: 83.00653595%;
  *width: 82.94117647%;
}
.row-fluid .span9 {
  width: 74.50980392%;
  *width: 74.44444444%;
}
.row-fluid .span8 {
  width: 66.0130719%;
  *width: 65.94771242%;
}
.row-fluid .span7 {
  width: 57.51633987%;
  *width: 57.45098039%;
}
.row-fluid .span6 {
  width: 49.01960784%;
  *width: 48.95424837%;
}
.row-fluid .span5 {
  width: 40.52287582%;
  *width: 40.45751634%;
}
.row-fluid .span4 {
  width: 32.02614379%;
  *width: 31.96078431%;
}
.row-fluid .span3 {
  width: 23.52941176%;
  *width: 23.46405229%;
}
.row-fluid .span2 {
  width: 15.03267974%;
  *width: 14.96732026%;
}
.row-fluid .span1 {
  width: 6.53594771%;
  *width: 6.47058824%;
}
.row-fluid .offset12 {
  margin-left: 103.92156863%;
  *margin-left: 103.79084967%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.96078431%;
  *margin-left: 101.83006536%;
}
.row-fluid .offset11 {
  margin-left: 95.4248366%;
  *margin-left: 95.29411765%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.46405229%;
  *margin-left: 93.33333333%;
}
.row-fluid .offset10 {
  margin-left: 86.92810458%;
  *margin-left: 86.79738562%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.96732026%;
  *margin-left: 84.83660131%;
}
.row-fluid .offset9 {
  margin-left: 78.43137255%;
  *margin-left: 78.30065359%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.47058824%;
  *margin-left: 76.33986928%;
}
.row-fluid .offset8 {
  margin-left: 69.93464052%;
  *margin-left: 69.80392157%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.97385621%;
  *margin-left: 67.84313725%;
}
.row-fluid .offset7 {
  margin-left: 61.4379085%;
  *margin-left: 61.30718954%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.47712418%;
  *margin-left: 59.34640523%;
}
.row-fluid .offset6 {
  margin-left: 52.94117647%;
  *margin-left: 52.81045752%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.98039216%;
  *margin-left: 50.8496732%;
}
.row-fluid .offset5 {
  margin-left: 44.44444444%;
  *margin-left: 44.31372549%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.48366013%;
  *margin-left: 42.35294118%;
}
.row-fluid .offset4 {
  margin-left: 35.94771242%;
  *margin-left: 35.81699346%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.9869281%;
  *margin-left: 33.85620915%;
}
.row-fluid .offset3 {
  margin-left: 27.45098039%;
  *margin-left: 27.32026144%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.49019608%;
  *margin-left: 25.35947712%;
}
.row-fluid .offset2 {
  margin-left: 18.95424837%;
  *margin-left: 18.82352941%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.99346405%;
  *margin-left: 16.8627451%;
}
.row-fluid .offset1 {
  margin-left: 10.45751634%;
  *margin-left: 10.32679739%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.49673203%;
  *margin-left: 8.36601307%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #333;
}
.h3-line-bottom {
  border-bottom: 1px solid #eeeeee;
}
.small {
  scolor: #ccc;
  font-size: 12px;
  line-height: 15.6px;
  padding-top: 6px;
  margin-top: 6px;
}
.small em {
  font-style: italic;
}
/*Site Header*/
#site-header {
  margin-bottom: 2px;
  background: #fff;
  /*    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);*/
  /*    background: url(../img/line_header_bg_180x8.png);*/
}
#site-header form {
  margin-bottom: 0px;
}
#site-header #site-logo {
  margin-top: 0px;
}
#site-header #site-logo img {
  position: absolute;
  left: 50%;
  margin-left: -112px;
}
#site-header #site-login {
  /*        ; */
  padding: 10px 20px 0px;
  height: 200px;
}
#site-header #banner-shop-top-img {
  /*max-height:80px;*/
}
#site-header #site-nav-container {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
/* BREADCRUMBS */
#breadcrumbs {
  font-size: 12px;
  color: #808080;
  margin: 0px 10px ;
}
/* ASIDE */
.boxleft #page-header {
  background: url(../img/bg_2.png);
  padding-top: 10px;
}
.boxleft #page-header h1,
.boxleft #page-header h3 {
  font-size: 19px;
  line-height: 26px;
  background: url("../img/line_grey_trans_bg.png") repeat-x scroll center bottom transparent;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxleft #page-header h1:first-child,
.boxleft #page-header h3:first-child {
  margin-top: 0px;
}
.boxleft ul,
.boxleft li {
  padding-left: 0px;
  list-style: none;
}
.boxleft .btn-sort {
  width: 220px;
  margin: 10px auto;
  display: block;
}
.boxleft img {
  display: block;
  margin: 10px auto 0;
  float: none;
}
.social-connect {
  height: 25px;
  line-height: 25px;
}
.social-connect a {
  background: none repeat scroll 0 0;
  /*box-shadow: -1px -1px 0 0 #F0F0F0 inset;*/
  color: #555555;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-rendering: optimizelegibility;
  transition: all 0.1s ease-in-out 0s;
  float: left;
  margin: 1px 6px 0 0;
}
.social-connect a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /*border-color: #999999;*/
  text-decoration: none;
}
.social-connect a:after {
  /*                border-color: #E0E0E0 #CCCCCC #CCCCCC #E0E0E0;*/
  /*border-color:  @brand-primary;*/
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 0;
  line-height: 18px;
  font-family: "hk" !important;
  text-align: center;
}
#social-portals {
  position: fixed;
  margin-right: 0px;
  top: 280px;
  right: 0px;
  z-index: 1000;
}
#social-portals ul {
  padding: 0;
  margin: 0;
}
#social-portals .social-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -38px;
  width: 35px;
  /* Tabs */
}
#social-portals .social-tabs li {
  list-style: none !important;
}
#social-portals .social-tabs li .icon-twitter:hover {
  background-color: #1DA1F2;
}
#social-portals .social-tabs li .icon-fb:hover {
  background-color: #3B5998;
}
#social-portals .social-tabs li .icon-pinterest:hover {
  background-color: #BD081C;
}
#social-portals .social-tabs li .icon-yahoo:hover {
  background-color: #7B0099;
}
#social-portals .social-tabs li .icon-rss:hover {
  background-color: #FF6600;
}
#social-portals .social-tabs li .icon-instagram:hover {
  background-color: #517fa4;
}
#social-portals .social-tabs li a {
  display: block;
  padding: 3px 7px;
  width: 35px;
  height: 34px;
  z-index: 10;
  margin: 2px 0 0 0;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  background: #404040;
}
#social-portals .social-tabs li a:hover {
  text-decoration: none;
}
#social-portals .social-tabs li a:after {
  font-family: "hk" !important;
  font-size: 20px;
  background: none;
}
.shareme .box,
.shareme-vertical .box {
  opacity: 1;
}
.shareme .box a,
.shareme-vertical .box a {
  color: #808080;
}
.shareme .box a:hover,
.shareme-vertical .box a:hover {
  text-decoration: none;
}
.shareme .count,
.shareme-vertical .count {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #eeeeee;
  padding-right: 7px;
}
.shareme .share2,
.shareme-vertical .share2 {
  float: left;
  margin-left: 5px;
  font-size: 13px;
  width: 120px;
  margin: 8px;
}
.shareme .social-buttons a,
.shareme-vertical .social-buttons a {
  line-height: 22px;
  outline: 0;
}
.shareme .social-stub,
.shareme-vertical .social-stub {
  /*                background: linear-gradient(#FFFFFF, #E0E0E0) repeat scroll 0 0 transparent;*/
  background: none repeat scroll 0 0;
  /*box-shadow: -1px -1px 0 0 #F0F0F0 inset;*/
  color: #555555;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-rendering: optimizelegibility;
  transition: all 0.1s ease-in-out 0s;
  margin: 0 40px 2px 0;
  text-indent: 21px;
}
.shareme .social-stub:hover,
.shareme-vertical .social-stub:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /*border-color: #999999;*/
  text-decoration: none;
}
.shareme .social-stub:after,
.shareme-vertical .social-stub:after {
  /*                border-color: #E0E0E0 #CCCCCC #CCCCCC #E0E0E0;*/
  /*border-color:  @brand-primary;*/
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 0;
  line-height: 18px;
  font-family: "hk" !important;
  text-align: center;
}
.shareme .social-stub:before,
.shareme-vertical .social-stub:before {
  background: url("/img/bubble_30px_w.png") no-repeat scroll center center transparent;
  content: attr(data-shares);
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -32px;
  text-align: center;
  text-indent: 3px;
  top: 0px;
  white-space: nowrap;
  width: 30px;
  font-size: 11px;
}
.shareme .social-stub.facebook:after,
.shareme-vertical .social-stub.facebook:after {
  content: "a";
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.shareme .social-stub.facebook:hover,
.shareme-vertical .social-stub.facebook:hover {
  border-color: #3B5998;
}
.shareme .social-stub.twitter:after,
.shareme-vertical .social-stub.twitter:after {
  content: "o";
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #fff;
}
.shareme .social-stub.pinterest:after,
.shareme-vertical .social-stub.pinterest:after {
  content: "e";
  background: #BD081C;
  border-color: #BD081C;
  color: #fff;
}
.shareme .social-stub.heart:after,
.shareme-vertical .social-stub.heart:after {
  content: "d";
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.shareme .social-stub.comment:after,
.shareme-vertical .social-stub.comment:after {
  content: "i";
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.shareme .social-stub .disabled,
.shareme-vertical .social-stub .disabled {
  background-color: #333333;
}
.shareme {
  margin-top: 4px;
  height: 48px;
}
.shareme-vertical {
  height: 34px;
}
.shareme-vertical .social-buttons-vertical {
  background-color: #eeeeee;
  padding: 8px 10px 0px 10px;
}
.social-likes {
  background-color: #f8f8f8;
  color: #222222;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
  cursor: pointer;
  font-size: 22px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  padding: 18px 20px 6px;
  z-index: 10;
  top: -33px;
  border-radius: 50%;
}
.social-likes:hover {
  color: #ff2626;
}
.social-sharing {
  border-top: 1px solid #eeeeee;
  display: block;
  margin: 10px 0;
  position: relative;
  top: 0;
}
.social-sharing .social-share {
  position: absolute;
  left: 50%;
  top: -10px;
  background-color: #fff;
  margin-left: -16px;
}
.social-sharing .icon-share {
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.btn-pin-it {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/*Navigation */
#navi-specials {
  margin-top: 10px;
}
#navi-specials a {
  /*font-family: @nav-font-family;*/
  font-size: 12px;
  /*font-weight: @nav-font-weight;*/
  text-decoration: none;
  /*text-transform: uppercase;*/
  padding: 0 2px;
  display: block;
  color: #555;
}
#navi-specials a:hover {
  color: #fff;
  background-color: #0073aa;
}
.menu-sub-box {
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.menu-sub-box li {
  float: left;
  display: table;
  padding: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 9px;
  width: 110px;
  height: 110px;
}
.menu-sub-box li a {
  background-color: #ddd;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#site-nav-sub {
  text-align: center;
  color: #e2001a;
  margin: 10px 0;
  font-size: 12px;
}
#site-nav-mobile {
  margin-left: 0px;
}
#site-nav-mobile #btn-mobile-menu {
  font-size: 24px;
}
#site-nav-mobile a {
  background-color: #fff;
}
#site-nav {
  /*background: url(../img/line_bg.png) repeat-x top;*/
  padding-top: 10px;
}
.btn-grey {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-grey:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-grey .badge {
  color: #fff;
  background-color: #333;
}
#site-nav-left li {
  margin-top: 5px;
}
/*#site-nav {
    position: relative;

    z-index: @nav-z-index ; // IE7 notwendig
    .sf-menu
    {
        padding-left:0px;
        ul {
            padding-left:0px;
        }
        a {         
            font-family: @nav-font-family;
            font-size: @nav-font-size;
            font-weight: @nav-font-weight;
            text-decoration: none;
            text-transform: uppercase;          
            padding: 0 5px;
            display:block;          

            &:hover {
                color: @white;
                background-color: @link-color;
            }
        }

        .current-menu-parent>a, .current-menu-item>a {                     
            color: @white;
            background-color: @link-color;
        }             

        a.dawanda:hover {
            background-color: #fff;
        }

        li {
            float: left;
            list-style: none;
            margin: 0 15px 0 0;
            position: relative;                // muss          
            line-height: 20.8px;
        }

        .sub-menu {
            position:absolute; 
            top:-999em; 
            left: -999em;
            width:15em; 

            .box-shadow (0 4px 8px rgba(0, 0, 0, 0.1) );

            border: 1px solid @border-color-base;
            background-color: @white;         
            padding: 10.4px;

            margin-left: 0px;
            li {
                float: none;
                line-height: 18px;
                margin: 0;
                padding-bottom: 10px;

            }
        }

         fixes IE7 'sticky bug' 
        li:hover { 
            visibility:inherit ;
            z-index: @nav-z-index ;
        }

        li:hover .sub-menu
            {
            left:0; 
            top:1.6em; 
             match top ul list item height  
            z-index: @nav-z-index ;
            min-width: 1px; 
        }


         Showing Drop Down on Mouse Hover - Right aligned                          
        li:hover .lastright {
            left: auto;
            right:-10px;
        }


         Columns Sizes 
        .col_1,
        .col_2
        {
            float: left;
            position:  relative;  

        }

        .col_1 {width:180px; }
        .col_2 {width:300px;}


         IMPORTANT 

         Use the firstcolumn class for the items that stick to the left edge of the dropdown 
        .firstcolumn {
            margin-left: 0;  Clearing margin & left 
            clear: left;
            padding-right:20px;
        }
    }
}*/
#nav-select {
  min-height: 30px;
}
#site-content {
  padding-top: 20px;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
  /*    border-bottom:1px dashed @brand-color-red;*/
}
/* GRID */
#grid-content {
  *zoom: 1;
  min-height: 300px;
  margin: 10px 0 10px 0;
}
#grid-content:before,
#grid-content:after {
  content: " ";
  display: table;
}
#grid-content:after {
  clear: both;
}
#grid-content:before,
#grid-content:after {
  content: " ";
  display: table;
}
#grid-content:after {
  clear: both;
}
#grid-content .rounded {
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
#grid-content .box-pagination {
  width: 100%;
}
#grid-content article {
  float: left;
}
#grid-content .banner {
  min-height: 380px;
}
.boxleft {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  background-color: #FAFAFA;
  width: 220px;
}
.boxleft .box1 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}
.boxright {
  width: 200px;
  float: left;
}
.box1 {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  width: 220px;
}
.single article,
.page article {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  width: 700px;
}
.category article {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  width: 220px;
}
.category .box2 {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  width: 460px;
}
.category .banner,
.category .box3 {
  margin: 0 9px 10px 9px;
  float: left;
  background-color: #fff;
  /*border: @box-border-width solid @box-border-color;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*    word-wrap: break-word;  Internet Explorer 5.5+ */
  width: 700px;
}
.box-border {
  /*      border: @box-border-width solid @box-border-color;
        border-bottom: 1px solid @box-border-color;*/
  /*box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.18);*/
}
.hidden {
  display: none;
  visibility: hidden;
}
strong {
  font-weight: bold;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* IMAGES */
[class*="alignxx"] {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 5px 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.alignnone {
  display: block;
}
.single-post {
  /* IMAGES */
}
.single-post [class*="align"] {
  margin-bottom: 10px;
}
.single-post .aligncenter,
.single-post .alignleft,
.single-post .alignright {
  display: block;
  margin: 0 auto;
  float: none;
}
.single-post strong {
  font-weight: bold;
  color: #000;
}
.single-post p:empty {
  display: none;
}
.article-meta {
  font-size: 12px;
  color: #ccc;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-top: 5px;
}
.headline {
  display: block;
  color: #A7A9AC;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 10px;
}
.redline {
  background: url(../img/line_bg.png) top left repeat-x;
}
.blackline {
  /*    background: url(../img/line_bg_black.png) top left repeat-x;*/
  border-top: 1px solid #eeeeee;
}
.greyline {
  padding: 15px 0 0 0;
  margin-top: 10px;
  /*    background: url(../img/line_grey_bg.png) top left repeat-x;*/
  border-top: 1px solid #eeeeee;
}
.greyline-v {
  background: url(../img/line_grey_v_bg.png) top left repeat-y;
}
.bottom {
  padding: 0 0 15px 0;
  background-position: left bottom;
  margin-bottom: 10px;
  margin-top: 0px;
}
.bold {
  font-weight: bold;
  color: #000;
}
.profile h2 {
  margin-top: 1.5;
  margin-bottom: 0.75;
}
.error {
  border: 1px solid #FFC1C1 !important;
}
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}
#rss-list {
  margin-left: 0px;
  margin-top: 10px;
}
#rss-list h2 {
  margin-bottom: 8px;
}
#rss-list li {
  list-style: none;
  margin-bottom: 10px;
}
#rss-list img {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: 140px;
  background-color: #F6F6F6;
  border: 1px solid #EFEFEF;
  padding: 5px;
}
#block-ui-div img {
  overflow: auto;
  margin: auto;
  max-width: 50px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#block-ui-bg {
  height: 100vh;
  width: 100%;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
.box-pagination:before,
.box-pagination:after {
  content: " ";
  display: table;
}
.box-pagination:after {
  clear: both;
}
.box-pagination:before,
.box-pagination:after {
  content: " ";
  display: table;
}
.box-pagination:after {
  clear: both;
}
.pagination .current,
.pagination .pager-current,
.pagination .current:hover,
.pagination .pager-current:hover,
.pagination .current:focus,
.pagination .pager-current:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  cursor: default;
}
#search .search-left {
  padding: 20px;
}
#search .search-left h2 {
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}
#search .search-left #selection {
  margin-bottom: 20px;
  padding-left: 3px;
  list-style: none;
}
#search .search-left #selection a span {
  color: #333;
}
#search .search-left #selection .filter-remove-all {
  margin-top: 10px;
}
#search .search-right {
  float: left;
}
#search .search-right .search-right-header {
  margin-left: 10px;
  padding: 10px;
  background-color: #fff;
}
#search em {
  font-weight: bold;
}
#search .tagcloud {
  margin: 10px 0;
}
#search .tagcloud .item {
  margin-bottom: 5px;
  margin-right: 5px;
}
#search .btn-xs,
#search .btn-group-xs > .btn {
  padding: 3px 8px;
  font-size: 14px;
}
#search input[type='text'] {
  font-size: 16px;
  width: 100%;
}
@media (max-width: 480px) {
  #search #grid-content .rounded {
    width: auto;
  }
  #search .search-left {
    width: 100%;
    margin-left: 0px;
    padding: 0px 10px;
  }
  #search .search-right {
    width: 100%;
  }
}
.comment-list {
  padding-left: 0px;
}
.comment-list li {
  border-top: 1px solid #eee;
  padding: 0 3px;
  list-style: none;
  padding-top: 23px;
  position: relative;
}
.comment-list li .reply {
  font-size: 9px;
  color: #ffffff;
  position: absolute;
  right: 3px;
  top: 3px;
}
.comment-list li .reply .btn {
  color: #ffffff;
}
.comment-list li.comment.bypostauthor {
  background: #ecf6f9;
  border-bottom: 3px solid #c5e4ed;
}
.comment-list .avatar {
  margin: 0em 5px 0px 0;
}
.comment-respond {
  background-color: #F8F9FA;
  padding: 10px;
}
.comment-respond small #cancel-comment-reply-link {
  color: #333333;
  font-size: 11px;
  display: block;
  padding-top: 3px;
}
.comment-respond .comment-reply-title {
  margin-top: 0px;
}
.comment-meta a {
  color: #ccc;
  font-size: 11px;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.9);
}
#colorbox {
  outline: 0;
}
#colorbox button {
  border: none;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(../img/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.single article h1,
.page article h1 {
  margin-top: 0px;
}
.single article .img-container,
.page article .img-container {
  background-color: #eee;
  margin-bottom: 10px;
  padding-bottom: 23px;
}
.single #info-box-left,
.page #info-box-left {
  background: url("../img/line_grey_v_bg.png") repeat-y scroll right top transparent;
  line-height: 18px;
  padding-right: 10px;
}
.single #info-box-left ul,
.page #info-box-left ul {
  margin-left: 0px;
  padding-left: 0px;
}
.single #info-box-left ul li,
.page #info-box-left ul li {
  list-style: none;
  margin-left: 0px;
}
.single #info-box-left .profile-img-thumb,
.page #info-box-left .profile-img-thumb {
  float: right;
}
.single .project #tools ul,
.page .project #tools ul,
.single .project #ingredients ul,
.page .project #ingredients ul {
  margin-top: 4px;
}
.single .project #tools ul li,
.page .project #tools ul li,
.single .project #ingredients ul li,
.page .project #ingredients ul li {
  margin-left: 0;
  padding-left: 2px;
  list-style: none;
  display: inline-block;
}
.single .project #tools a,
.page .project #tools a,
.single .project #ingredients a,
.page .project #ingredients a {
  font-weight: bold;
}
.single .project #instruction,
.page .project #instruction {
  margin-top: 1.5;
}
.single .project #instruction h2 .step-counter,
.page .project #instruction h2 .step-counter {
  background: url("../img/step_counter_bg.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin-right: 10px;
  text-align: center;
  width: 29px;
  height: 29px;
}
.single .related .thumbnail,
.page .related .thumbnail {
  margin-bottom: 5px;
}
.single .related-gallery,
.page .related-gallery {
  margin-left: -5px;
}
.single .related-gallery .thumbnail,
.page .related-gallery .thumbnail {
  margin: 5px;
}
.price {
  background-color: #e2001a;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 50px;
  top: 10%;
  z-index: 2;
}
.hk-date-title {
  border: 1px solid #C2C2C2;
  border-top-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #525252;
  float: right;
  font-size: 8.7pt;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0.5em 0.5em;
  text-align: center;
  text-shadow: 0 1px 0 white;
  width: 2.6em;
  overflow: hidden;
}
.hk-month {
  color: white;
  background: #617284;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.hk-weekday {
  font-size: 0.8em;
  line-height: 1.6em;
}
.blog-hk {
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-hk .container {
  max-width: 980px;
}
.blog-hk a {
  color: #333;
  outline: none;
  -webkit-transition: all 0.14s ease 0s;
  -moz-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
}
.blog-hk a:hover {
  color: #e2001a;
}
.blog-hk #blog-menu {
  border-top: #000 1px solid;
  border-bottom: #333 3px solid;
}
.blog-hk #blog-menu:before,
.blog-hk #blog-menu:after {
  content: " ";
  display: table;
}
.blog-hk #blog-menu:after {
  clear: both;
}
.blog-hk #blog-menu:before,
.blog-hk #blog-menu:after {
  content: " ";
  display: table;
}
.blog-hk #blog-menu:after {
  clear: both;
}
.blog-hk #blog-menu li a:hover,
.blog-hk #blog-menu li.current_page_item > a,
.blog-hk #blog-menu li.current-menu-item > a,
.blog-hk #blog-menu li.current-menu-parent > a,
.blog-hk #blog-menu li.current-page-parent > a,
.blog-hk #blog-menu li.current-page-ancestor > a,
.blog-hk #blog-menu li.current_page_ancestor > a {
  color: #e2001a;
}
.blog-hk #blog-menu li {
  float: left;
}
.blog-hk #blog-menu li a {
  padding: 0 20px;
  color: #333;
  font-size: 1.2em;
  line-height: 50px;
  letter-spacing: 1px;
  float: left;
  text-transform: uppercase;
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-hk #blog-menu li:after {
  width: 6px;
  float: left;
  content: "/";
  display: block;
  color: #c6c6c6;
  font-size: 1.8em;
  line-height: 50px;
}
.blog-hk h1,
.blog-hk h2,
.blog-hk h3 {
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  color: #333;
}
.blog-hk h1 {
  font-size: 25px;
  text-align: center;
}
.blog-hk h2 {
  font-size: 28px;
  text-align: center;
}
.blog-hk h3 {
  font-size: 1.2em;
}
.blog-hk #blog-main {
  padding-top: 30px;
}
.blog-hk #blog-main article {
  margin: 0 0 30px 0;
  font-size: 15px;
}
.blog-hk #blog-main article .read-more {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #e2001a;
}
.blog-hk #blog-main article .read-more:after {
  content: "→";
  margin-left: 4px;
}
.blog-hk #blog-main article:before,
.blog-hk #blog-main article:after {
  content: " ";
  display: table;
}
.blog-hk #blog-main article:after {
  clear: both;
}
.blog-hk #blog-main article:before,
.blog-hk #blog-main article:after {
  content: " ";
  display: table;
}
.blog-hk #blog-main article:after {
  clear: both;
}
.blog-hk #blog-main article p {
  text-align: left;
}
.blog-hk #blog-main article strong {
  color: #333;
  font-weight: 700;
}
.blog-hk #blog-main article .article-meta {
  color: #c6c6c6;
  font-size: 0.9em;
  font-weight: 300;
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.blog-hk #blog-main article .article-content img {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  float: none;
}
.blog-hk #blog-main article .article-content .aligncenter,
.blog-hk #blog-main article .article-content .alignleft,
.blog-hk #blog-main article .article-content .alignright {
  display: block;
  margin: 20px auto;
  float: none;
}
.blog-hk #blog-main article .article-content a {
  color: #e2001a;
}
.blog-hk #blog-main article .article-utility {
  color: #a6a6a6;
  border-top: #000 1px solid;
  border-bottom: #333 3px solid;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 0.9em;
}
.blog-hk .blog-right {
  margin-top: 20px;
}
.blog-hk .blog-right #mce-EMAIL,
.blog-hk .blog-right #s {
  border: 1px solid #333;
}
.blog-hk .blog-right h3 {
  border-top: #000 1px solid;
  border-bottom: #333 3px solid;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-hk .blog-right ul {
  padding-left: 0px;
}
.blog-hk .blog-right ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
.blog-hk #blog-search {
  padding-bottom: 10px;
}
.blog-hk #blog-logo {
  height: 180px;
  margin-bottom: 20px;
}
.blog-hk #blog-logo img {
  position: absolute;
  left: 50%;
  margin-left: -112px;
}
.blog-hk footer {
  padding: 15px;
  background: #333;
}
.blog-hk footer a {
  color: #a6a6a6;
  font-size: 0.875em;
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-hk-cat .blog-header-cat {
  border-bottom: #333 3px solid;
}
.blog-hk-cat .blog-header-cat h1 {
  text-align: left;
  font-size: 20px;
  margin: 0 0 10px;
  color: #a6a6a6;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.blog-hk-cat article img {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
.blog-hk-single h1 {
  font-size: 28px;
}
.blog-hk-single h2 {
  font-size: 22px;
  text-align: left;
}
.page {
  margin-bottom: 10px;
}
.page h1 {
  margin-bottom: 1.5;
  margin-top: 0px;
}
/* CATEGORY PAGES */
.category .category-headline {
  padding-left: 10px;
  float: left;
}
.category article h2,
.category article .h2 {
  margin-top: 9px;
  margin-bottom: 5px;
}
.category article img {
  cursor: url('/img/lupe.cur'), pointer;
}
.category article img.post img {
  cursor: default;
}
.category article img:hover img {
  opacity: 0.9;
}
.category article {
  cursor: pointer;
}
.category article.rounded {
  /*            padding:0px; */
}
.category article .article-inner {
  /*            padding:5px;*/
}
.category article .article-meta {
  line-height: 16px;
  padding-bottom: 0px;
}
.category article .article-meta a {
  color: #888;
}
.category article .article-tags {
  margin-top: 5px;
}
.category article .article-tags a {
  color: #888;
}
.category .project span.pin {
  position: absolute;
  top: 10px;
  left: 11px;
}
.category .pin-anleitung {
  color: #FEFEFE;
  padding: 2px 4px;
  font: 9px verdana, arial, sans-serif;
  margin: 0 -1px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  line-height: 24px;
}
.category #infscr-loading {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  z-index: 100;
  background: white;
  background: hsla(0, 0%, 100%, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.category #load-more {
  text-align: center;
  font-size: 20px;
}
.category #load-more :hover {
  background: #0073aa;
  color: #fff;
}
.category #load-more a {
  color: #0073aa;
}
.category #load-more a:hover {
  color: #fff;
}
.author .author-heading {
  min-height: 20px;
  border: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-left: 9px;
  padding-right: 9px;
  float: left;
}
.author .author-heading-first {
  margin-top: 0px;
}
.author .author-heading h2 {
  padding-left: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.author .author-heading-first h2 {
  margin-top: 0px;
}
.author .btn-author {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.author .author-article-counts {
  margin: 19px 0;
}
.author .author-article-counts .count-box {
  width: 100%;
}
.author .author-article-counts .count-box:before,
.author .author-article-counts .count-box:after {
  content: " ";
  display: table;
}
.author .author-article-counts .count-box:after {
  clear: both;
}
.author .author-article-counts .count-box:before,
.author .author-article-counts .count-box:after {
  content: " ";
  display: table;
}
.author .author-article-counts .count-box:after {
  clear: both;
}
.author .author-article-counts .count-nr {
  height: 28px;
  float: left;
  border-right: 1px solid #808080;
  line-height: 28px;
  padding-right: 7px;
  font-size: 28px;
}
.author .author-article-counts .count-text {
  float: left;
  margin: 8px 8px 8px 5px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.author .author-article-counts .count-text a:hover {
  text-decoration: none;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}
.grab-cursor {
  cursor: url(/img/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(/img/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/img/blank.gif);
  -webkit-backface-visibility: hidden;
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  /*background: #151515;*/
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('/img/rs-default.png');
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #111;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: -5px;
  width: auto;
  height: auto;
  margin: 0 auto;
  /*	background: #000;
    background: rgba(0,0,0,0.75);*/
  text-align: center;
  line-height: 18px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 1px;
  border-radius: 50%;
  background: #777;
  background: rgba(0, 0, 0, 0.5);
}
.rsDefault .rsBullet.rsNavSelected {
  background-color: #000;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  padding-bottom: 4px;
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  padding-right: 4px;
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #fff;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: white;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/img/rs-default.png') 0 0;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(/img/rs-default.png) no-repeat 0 -32px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
  /*top: -6px;
    right: -38px;*/
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/img/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/img/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*\
            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*\
            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
}
.select2-container--bootstrap .select2-selection {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #555555;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #555555;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
         * Firefox 19+
         *
         * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
         */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
         * Disabled results.
         *
         * @see https://select2.github.io/examples.html#disabled-results
         */
  /**
         * Hover state.
         */
  /**
         * Selected state.
         */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #c6c6c6;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #333333;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #c6c6c6;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
  /**
         * Handle border radii of the container when the dropdown is showing.
         */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 35px;
  line-height: 1.5;
  padding: 6px 24px 6px 12px;
  /**
         * Adjust the single Select2's dropdown arrow button appearance.
         */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 35px;
  /**
         * Make Multi Select2's choices match Bootstrap 3's default button styles.
         */
  /**
         * Minus 2px borders.
         */
  /**
         * Clear the selection.
         */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #e2001a;
  border: 1px solid #c90017;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 33px;
  line-height: 1.5;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap.input-sm,
.select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -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;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -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;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -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;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.attachment-content {
  max-width: 600px;
  padding: 20px;
}
.attachment-content h2 {
  margin-top: 0px;
}
.attachment {
  cursor: pointer;
  float: left;
  margin: 0px;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 33%;
}
.attachment .thumbnail {
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.1s ease 0s;
  margin: 8px;
}
.attachment .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
}
.attachment .thumbnail .centered {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(50%, 50%);
  width: 100%;
}
.attachment .thumbnail .centered img {
  transform: translate(-50%, -50%);
}
.attachment-preview {
  position: relative;
}
.attachment-preview:before {
  content: "";
  display: block;
  padding-top: 130%;
}
.attachmant-caption {
  height: 50px;
  overflow: hidden;
}
/*Footer*/
footer {
  background: url(../img/bg_2.png);
  padding: 0 25px;
}
footer ul ul {
  padding-left: 10px;
}
footer li li {
  list-style-image: url("../img/dot.gif");
}
footer #mce-form #mce-EMAIL {
  border-color: #ccc;
}
.footer {
  /*    background: url(../img/line_bg.png) repeat-x top;*/
}
@media (max-width: 768px) {
  #dcsmt-5 {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  nav select {
    display: block;
    width: auto;
  }
  .category .box2,
  .post-category .box2,
  .category .banner,
  .post-category .banner,
  .category .box3,
  .post-category .box3,
  .category .blog-hk,
  .post-category .blog-hk {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .boxleft,
  .boxleft #adslot-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single .boxleft {
    display: none !important;
  }
  .boxleft #adslot-left {
    max-height: 280px;
  }
  .single article,
  .page article {
    width: 100%;
    margin-left: 0px;
  }
  .single #adslot-right {
    width: 100%;
    max-height: 280px;
  }
}
@media (max-width: 736px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 731px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  #mega-menu-wrap-top-menu {
    margin: 0px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-150387 {
    margin-bottom: 3px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-150387 .mega-search input[type=text] {
    border: 1px solid #ddd;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle {
    border-bottom: 1px solid #ddd;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-left {
    margin-left: 0px;
  }
  #grid-content {
    margin: 0px;
  }
  #grid-content .rounded {
    border-radius: 0px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #site-header #site-login {
    height: auto;
  }
  #site-header #site-login .span9 {
    text-align: center;
  }
  .social-tabs,
  #site-login .span3 {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  nav select {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  #site-header #site-logo img {
    position: relative;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .blog-hk-single #blog-main article img,
  .blog-hk-single #blog-main article .wp-caption {
    width: 100% !important;
  }
  .single #grid-content .boxleft,
  .page #grid-content .boxleft {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  .single #grid-content #info-box-left,
  .page #grid-content #info-box-left {
    background: none;
  }
  .single #grid-content article,
  .page #grid-content article {
    min-height: unset;
  }
  .single #grid-content article img,
  .page #grid-content article img {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .single #grid-content article .icon-wall,
  .page #grid-content article .icon-wall {
    width: 30px;
  }
  .single #grid-content article #comments img,
  .page #grid-content article #comments img {
    width: 40px;
    min-height: unset;
  }
  .single #grid-content article #info-box-left img,
  .page #grid-content article #info-box-left img {
    min-height: unset;
  }
  .single #grid-content article .img-related,
  .page #grid-content article .img-related {
    height: 120px;
    object-fit: cover;
    width: 150px;
  }
  .category .boxleft #page-header,
  .post-category .boxleft #page-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category .boxleft #page-header img,
  .post-category .boxleft #page-header img {
    float: none;
    width: 40%;
    display: block;
    margin: 0px auto;
    height: auto;
  }
  .category .boxleft,
  .post-category .boxleft,
  .category .banner,
  .post-category .banner,
  .category .box3,
  .post-category .box3,
  .category .box2,
  .post-category .box2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .category .box1,
  .post-category .box1 {
    width: 47%;
    margin: 5px 1%;
    border-bottom: 1px solid #ddd;
  }
  .category .box1 .article-meta,
  .post-category .box1 .article-meta {
    overflow: hidden;
  }
  .category .box1 .img-main,
  .post-category .box1 .img-main {
    margin: 5px 10px 5px 0px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #grid-content .banner {
    /*        padding: 0;*/
    min-height: 180px;
  }
  .post-category .post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .post-category .post img {
    width: 100%;
    margin: 0px auto 10px;
    height: auto;
  }
  #site-header .row-fluid > [class*="span"] {
    float: left;
  }
  .blog-hk .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.visible-xs {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .author-heading,
  .category-headline {
    width: 720px;
  }
  .author-heading-first,
  .search-right {
    width: 480px;
  }
}
@media (min-width: 992px) {
  .author-heading,
  .category-headline {
    width: 960px;
  }
  .author-heading-first,
  .search-right {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .author-heading,
  .category-headline {
    width: 1200px;
  }
  .author-heading-first,
  .search-right {
    width: 960px;
  }
}
.home-magazin {
  padding-top: 20px;
}
#shop-content {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#shop-content .products {
  margin-left: 0px;
  padding-left: 0px;
}
#shop-content .products:before,
#shop-content .products:after {
  content: " ";
  display: table;
}
#shop-content .products:after {
  clear: both;
}
#shop-content .products:before,
#shop-content .products:after {
  content: " ";
  display: table;
}
#shop-content .products:after {
  clear: both;
}
#shop-content .products li {
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
  position: relative;
  width: 152px;
  overflow: hidden;
  text-align: left;
  list-style: none;
}
#shop-content .products li a {
  text-decoration: none;
  color: #333;
}
#shop-content .products li a:hover {
  text-decoration: underline;
  color: #555555;
  background-color: #fff;
}
#shop-content .products li a.button {
  color: #fff;
}
#shop-content .products li a.button:hover {
  color: #fff;
  text-decoration: none;
  background: #ff9c07;
}
#shop-content .products li a img {
  width: 150px;
  height: 190px;
  display: block;
  margin: 0 0 8px;
  border: 1px solid #eeeeee;
}
#shop-content .products li a:hover img {
  border: 1px solid #bbb;
}
#shop-content .products li strong {
  color: #333;
  display: block;
  font-weight: 400;
}
#shop-content .products li .price {
  color: green;
  display: block;
  font-weight: normal;
  float: right;
  text-align: right;
}
#shop-content .product_title {
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 15px;
  padding-bottom: 8px;
}
.hk-upload .hk-upload-app {
  border: 4px dotted #eeeeee;
  padding: 20px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.royalSlider.rsFullscreen {
  background-color: #000;
}
.carousel img {
  width: 100%;
}
.gallery {
  float: left;
  width: 33%;
  height: 240px;
  line-height: 14px;
}
.gallery p {
  padding-top: 5px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.gallery a {
  position: relative;
  margin: 5px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  display: block;
}
.gallery a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery img.portrait {
  width: 100%;
  height: auto;
}
.home .boxleft h2 {
  margin-bottom: 0px;
}
.home .boxleft h3 {
  margin-top: 10px;
}
.label {
  background-color: #808080;
  color: #fefefe;
  font: 9px verdana, arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.label-new {
  background-color: #af0014;
}
.modal-close {
  display: none;
}
#ouibounce-modal .modal {
  position: relative;
}
.ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.ouibounce-modal .modal-close {
  display: block;
}
.ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.ouibounce-modal p {
  margin-bottom: 15px;
}
.ouibounce-modal .modal {
  width: 420px;
  height: 300px;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  padding: 15px;
  font-size: 116%;
  border: 2px dashed #af0014;
}
.ouibounce-modal h3 {
  font-size: 24px;
}
.ouibounce-modal .fb_iframe_widget,
.ouibounce-modal .fb_iframe_widget span,
.ouibounce-modal .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.center-cropped {
  width: 200px;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* Set the image to fill its parent and make transparent */
.center-cropped img {
  /*    left: 50%;*/
  top: 10%;
  width: auto;
  -webkit-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}
.wp-block-column {
  flex: 1;
  margin: 0 20px;
}
@media (max-width: 478px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-column {
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
  }
}
.img-related {
  height: 120px;
  object-fit: cover;
}
.grecaptcha-badge {
  visibility: hidden;
}
article .btn-primary {
  color: #fff;
}
/*!
 * Social Share Kit v1.0.7 (http://socialsharekit.com)
 * Copyright 2015 Social Share Kit / Kaspars Sprogis.
 * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
 * https://github.com/darklow/social-share-kit/blob/master/LICENSE
 * ---
 */
.ssk:before {
  display: inline-block;
  font-family: "hk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px;
}
.ssk-twitter:before {
  content: "o";
}
.ssk-google-plus:before {
  content: "b";
}
.ssk-google-plus-old:before {
  content: "b";
}
.ssk-email:before {
  content: "B";
  top: -1px;
  position: relative;
}
.ssk-pinterest:before {
  content: "e";
}
.ssk-instagram:before {
  content: "z";
}
.ssk-whatsapp:before {
  content: "C";
}
.ssk {
  background-color: #555555;
  color: white;
  display: inline-block;
  font-size: 16px;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.ssk:before,
.ssk .glyphicon,
.ssk .fa {
  position: relative;
  font-size: 16px;
  top: 0;
  vertical-align: middle;
}
.ssk.ssk-xs,
.ssk-xs > .ssk {
  padding: 6px;
}
.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
  font-size: 9px;
}
.ssk.ssk-sm,
.ssk-sm > .ssk {
  padding: 7px;
}
.ssk.ssk-sm:before,
.ssk-sm > .ssk:before,
.ssk.ssk-sm .glyphicon,
.ssk-sm > .ssk .glyphicon,
.ssk.ssk-sm .fa,
.ssk-sm > .ssk .fa {
  font-size: 14px;
}
.ssk.ssk-lg,
.ssk-lg > .ssk {
  padding: 11px;
}
.ssk.ssk-lg:before,
.ssk-lg > .ssk:before,
.ssk.ssk-lg .glyphicon,
.ssk-lg > .ssk .glyphicon,
.ssk.ssk-lg .fa,
.ssk-lg > .ssk .fa {
  font-size: 22px;
}
.ssk:last-child {
  margin-right: 0;
}
.ssk:hover {
  background-color: #333333;
}
.ssk:hover,
.ssk:focus {
  color: #fff;
  text-decoration: none;
}
.ssk.ssk-round,
.ssk-round .ssk {
  border-radius: 50%;
}
.ssk.ssk-round:before,
.ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk.ssk-rounded,
.ssk-rounded .ssk {
  border-radius: 15%;
}
.ssk.ssk-icon {
  color: #555555;
  padding: 2px;
  font-size: 24px;
}
.ssk.ssk-icon,
.ssk.ssk-icon:hover {
  background-color: transparent;
}
.ssk.ssk-icon:hover {
  color: #333333;
}
.ssk.ssk-icon.ssk-xs,
.ssk-xs > .ssk.ssk-icon {
  font-size: 16px;
}
.ssk.ssk-icon.ssk-sm,
.ssk-sm > .ssk.ssk-icon {
  font-size: 20px;
}
.ssk.ssk-icon.ssk-lg,
.ssk-lg > .ssk.ssk-icon {
  font-size: 28px;
}
.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 13px;
}
.ssk.ssk-text:before,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0;
}
.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left;
}
.ssk.ssk-text.ssk-xs,
.ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 9px;
}
.ssk.ssk-text.ssk-xs:before,
.ssk-xs > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk-xs > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-xs .fa,
.ssk-xs > .ssk.ssk-text .fa {
  margin: -6px 9px -6px -6px;
  padding: 6px;
}
.ssk.ssk-text.ssk-sm,
.ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 10px;
}
.ssk.ssk-text.ssk-sm:before,
.ssk-sm > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk-sm > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-sm .fa,
.ssk-sm > .ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
}
.ssk.ssk-text.ssk-lg,
.ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 16px;
}
.ssk.ssk-text.ssk-lg:before,
.ssk-lg > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk-lg > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-lg .fa,
.ssk-lg > .ssk.ssk-text .fa {
  margin: -11px 16px -11px -11px;
  padding: 11px;
}
.ssk-group,
.ssk-sticky {
  font-size: 0;
}
.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000;
  color: #fff;
}
.ssk-sticky .ssk {
  transition: padding 0.1s ease-out;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  margin: 0;
}
@media (min-width: 768px) {
  .ssk-sticky.ssk-left .ssk,
  .ssk-sticky.ssk-right .ssk {
    display: block;
    clear: both;
  }
  .ssk-sticky.ssk-left.ssk-center,
  .ssk-sticky.ssk-right.ssk-center {
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .ssk-sticky.ssk-left {
    left: 0;
  }
  .ssk-sticky.ssk-left .ssk {
    float: left;
  }
  .ssk-sticky.ssk-left .ssk:hover {
    padding-left: 15px;
  }
  .ssk-sticky.ssk-right {
    right: 0;
  }
  .ssk-sticky.ssk-right .ssk {
    float: right;
  }
  .ssk-sticky.ssk-right .ssk:hover {
    padding-right: 15px;
  }
}
.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0;
}
.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom;
}
.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px;
}
.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px;
}
.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px;
}
.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px;
}
.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px;
}
@media (max-width: 767px) {
  .ssk-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ssk-sticky.ssk-sticky-hide-xs {
    display: none !important;
  }
  .ssk-sticky .ssk {
    flex: 1;
    width: auto;
    /*.ssk-num {
                width: 100%;
                display: block;
                background-color: fadeout(#fff, 10%);
                border-radius: 0;
            }*/
  }
  .ssk-sticky .ssk .ssk-num {
    display: none;
  }
}
.ssk-count {
  padding-top: 20px;
}
.ssk-count .ssk {
  position: relative;
}
.ssk-count .ssk-num {
  border-radius: 4px;
  color: #6f6f6f;
  background-color: rgba(50, 50, 50, 0.03);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
}
@media (min-width: 768px) {
  .ssk-count.ssk-sticky {
    padding-top: 0;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num,
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    top: 20%;
    background-color: transparent;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num {
    left: 100%;
    margin-left: 5px;
  }
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    right: 115%;
    margin-left: -100%;
    text-align: right;
  }
}
.ssk-facebook {
  background-color: #3B5998;
}
.ssk-grayscale > .ssk-facebook {
  background-color: #555555;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-grayscale > .ssk-facebook:hover {
  background-color: #3B5998;
}
.ssk-facebook.ssk-icon {
  color: #3B5998;
}
.ssk-facebook.ssk-icon:hover {
  color: #2d4373;
}
.ssk-facebook.ssk-icon:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk-twitter {
  background-color: #1DA1F2;
}
.ssk-grayscale > .ssk-twitter {
  background-color: #555555;
}
.ssk-twitter:hover {
  background-color: #0c85d0;
}
.ssk-twitter:hover {
  background-color: #0c85d0;
}
.ssk-grayscale > .ssk-twitter:hover {
  background-color: #1DA1F2;
}
.ssk-twitter.ssk-icon {
  color: #1DA1F2;
}
.ssk-twitter.ssk-icon:hover {
  color: #0c85d0;
}
.ssk-pinterest {
  background-color: #BD081C;
}
.ssk-grayscale > .ssk-pinterest {
  background-color: #555555;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-grayscale > .ssk-pinterest:hover {
  background-color: #BD081C;
}
.ssk-pinterest.ssk-icon {
  color: #BD081C;
}
.ssk-pinterest.ssk-icon:hover {
  color: #8c0615;
}
.ssk-email {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email {
  background-color: #555555;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email.ssk-icon {
  color: #555555;
}
.ssk-email.ssk-icon:hover {
  color: #3c3c3c;
}
.ssk-whatsapp {
  background-color: #34AF23;
}
.ssk-grayscale > .ssk-whatsapp {
  background-color: #555555;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-grayscale > .ssk-whatsapp:hover {
  background-color: #34AF23;
}
.ssk-whatsapp.ssk-icon {
  color: #34AF23;
}
.ssk-whatsapp.ssk-icon:hover {
  color: #27851a;
}
#adslot-right {
  height: 600px;
  margin: 0px;
  width: 220px;
  float: left;
}
.adslot-left {
  height: 600px;
  margin: 0px;
}
@media (max-width: 480px) {
  #adslot-right {
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
    height: auto;
    min-height: 300px;
  }
  #grid-content #adslot-left {
    width: 100%;
    border: 0px;
    margin: 0px;
    min-height: 300px;
    height: auto;
  }
  #grid-content #adslot-content {
    height: auto;
    min-height: 1280px;
  }
  #grid-content.category article.box1 {
    padding:25px;
  }

}
