/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  font-display: swap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

/*glyphicon was here*/
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-display: swap;
	color: #333333;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #727272;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
	width: 100%;
    max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
	padding-right: 1%;
}
/*
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1320px) {
  .container {
	width: 100%;
    max-width: 1600px;
  }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}

/*table was here*/

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
/*form-control was here*/

/* btn-block was here */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* input group was here */

/* .nav & .navbar was here */

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #404040;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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;
  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: #404040;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .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: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
/* GRADIENTS */
.gradient-top-menu-xs {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #393939), color-stop(100%, rgba(57, 57, 57, 0.5)));
  background: -webkit-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
  background: -o-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
  background: -ms-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
  background: linear-gradient(to right, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#80393939', GradientType=1);
}
.gradient-categories-xs {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b3ffffff', GradientType=1);
}
.gradient-categories-title-xs {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.input-transition {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
}
.button-transition {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}
/* MIXINS */
.after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.center-vertical {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.center-horisontal {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
/* -------------------------------------------------- HAND STYLES */
/* Common styles */
.row-no-pad-in {
  -webkit-transition: height;
  -moz-transition: height;
  -ms-transition: height;
  -o-transition: height;
  transition: height;
}
.row-no-pad-in > div {
  padding: 0;
  color: ;
}
img {
  max-width: 100%;
  border: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-display: swap;
  background-color: #393939;
  position: relative;
  min-height: 100%;
  font-size: 14px;
  color: #404040;
}
body > .wrapper {
  background-color: #393939;
  min-height: 100%;
}
body.fix {
  overflow: hidden;
  position: fixed;
  height: 100%;
  bottom: 0px;
  top: 0px;
}
::selection {
  background: #e8ebf1;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e8ebf1;
  /* Gecko Browsers */
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}
a:hover {
  outline: none !important;
}
a:focus {
  outline: none !important;
}
a:active {
  outline: none !important;
}
button {
  outline: none !important;
}
button:hover {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button:active {
  outline: none !important;
}
select {
  outline: none !important;
}
select:hover {
  outline: none !important;
}
select:focus {
  outline: none !important;
}
select:active {
  outline: none !important;
}
.required {
  color: #ff0000;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/******* INPUTS *******/
input {
  outline: none !important;
}
input:hover {
  outline: none !important;
}
input:focus {
  outline: none !important;
}
input:active {
  outline: none !important;
}
input[type="number"] {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-appearance: textfield;
  width: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"].error {
  border-color: #a70000;
  background: #ffd0d0;
  box-shadow: none;
}
input[type="text"] {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  width: 100%;
}
input[type="text"]:focus {
  box-shadow: none;
}
input[type="text"].error {
  border-color: #a70000;
  background: #ffd0d0;
}
input[type="password"] {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  width: 100%;
}
input[type="password"]:focus {
  box-shadow: none;
}
input[type="password"].error {
  border-color: #a70000;
  background: #ffd0d0;
}
textarea.form-control {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  outline: none !important;
  resize: vertical;
  width: 100%;
}
textarea.form-control:focus {
  box-shadow: none;
}
textarea.form-control.error {
  border-color: #a70000;
  background: #ffd0d0;
}
textarea {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  outline: none !important;
  resize: vertical;
  width: 100%;
}
textarea:focus {
  box-shadow: none;
}
textarea.error {
  border-color: #a70000;
  background: #ffd0d0;
}
/******* INPUTS END *******/
/******* CONTAINER *******/
.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/******* CONTAINER END *******/
/******* HELPERS *******/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.reset-list {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
}
@media (max-width: 1319px) {
  .fl-md {
    float: left;
  }
  .fr-md {
    float: right;
  }
  .fn-md {
    float: none;
  }
  .db-md {
    display: block;
  }
  .dib-md {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .fl-sm {
    float: left;
  }
  .fr-sm {
    float: right;
  }
  .fn-sm {
    float: none;
  }
  .db-sm {
    display: block;
  }
  .dib-sm {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .fl-sm {
    float: left;
  }
  .fr-sm {
    float: right;
  }
  .fn-sm {
    float: none;
  }
  .db-sm {
    display: block;
  }
  .dib-sm {
    display: inline-block;
  }
}
/******* HELPERS END *******/
/*----------  custom form - start  ----------*/
.input-complect {
  padding-bottom: 15px;
}
.input-complect .input-container {
  position: relative;
  width: 100%;
}
.input-complect input[type="password"],
.input-complect input[type="number"],
.input-complect input[type="text"] {
  box-shadow: 0px 0px 10px 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eceff4;
  border: 1px solid #cad3df;
  padding-right: 20px;
  border-radius: 5px;
  padding-left: 15px;
  color: #535353;
  height: 45px;
}
.input-complect input[type="password"]:hover,
.input-complect input[type="number"]:hover,
.input-complect input[type="text"]:hover {
  background-color: #dbe3ef;
}
.input-complect input[type="password"]:focus,
.input-complect input[type="number"]:focus,
.input-complect input[type="text"]:focus {
  background-color: #fff;
}
.input-complect input[type="password"].error,
.input-complect input[type="number"].error,
.input-complect input[type="text"].error {
  box-shadow: 0px 0px 10px 2px #cad3df;
  border-color: #a70000;
  background: #ffd0d0;
  color: #a70000;
}
.input-complect textarea {
  box-shadow: 0px 0px 10px 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eceff4;
  border: 1px solid #cad3df;
  padding-right: 20px;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 12px;
  resize: vertical;
  display: block;
  color: #535353;
  height: 105px;
}
.input-complect textarea:hover {
  background-color: #dbe3ef;
}
.input-complect textarea:focus {
  background-color: #fff;
}
.input-complect textarea.error {
  box-shadow: 0px 0px 10px 2px #cad3df;
  border-color: #a70000;
  background: #ffd0d0;
  color: #a70000;
}
.input-complect .reqired {
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 6px;
}
.input-complect .reqired .icon {
  display: block;
}
.input-complect label.radio {
  position: relative;
  padding-left: 0px;
  margin-left: 9px;
}
.input-complect label.radio.checked .icon.icon-radio {
  opacity: 0;
}
.input-complect label.radio.checked .icon.icon-radio-checked {
  opacity: 1;
}
.input-complect label.radio .icon.icon-radio {
  opacity: 1;
}
.input-complect label.radio .icon.icon-radio-checked {
  opacity: 0;
}
.input-complect label.radio .icon-container {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  width: 25px;
}
.input-complect label.radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  height: 0px;
  opacity: 0;
  width: 0px;
  margin: 0;
  left: 0px;
  top: 0px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle {
  box-shadow: 0px 0px 10px 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eceff4;
  border: 1px solid #cad3df;
  outline: none !important;
  text-overflow: ellipsis;
  padding-right: 35px;
  padding-left: 15px;
  border-radius: 5px;
  overflow: hidden;
  color: #535353;
  height: 45px;
}
.bootstrap-select > .dropdown-toggle:hover {
  background-color: #dbe3ef;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:focus {
  background-color: #fff;
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  background-image: url(../img/sprites.png);
  background-position: -13px -122px;
  border: none;
  height: 7px;
  width: 12px;
}
.bootstrap-select.btn-group.dropup .dropdown-toggle .caret {
  background-position: 0 -122px;
}
.bootstrap-select.btn-group.dropup.open .dropdown-toggle .caret {
  background-position: -13px -122px;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret {
  background-position: 0 -122px;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  white-space: normal;
  line-height: 14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eceff4;
}
/*----------  custom form - end  ----------*/
/******* ICONS *******/
.icon-container {
  position: relative;
  display: block;
}
.icon-container .icon {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
}
.icon-container.icon-heart {
  height: 25px;
  width: 27px;
}
.icon-container.icon-search {
  height: 26px;
  width: 26px;
}
.icon-container.icon-user {
  height: 25px;
  width: 26px;
}
.icon-container.icon-comment-grey {
  height: 18px;
  width: 18px;
}
.icon-container.icon-heart-small-white {
  height: 15px;
  width: 16px;
}
.icon-container.icon-like-grey {
  height: 18px;
  width: 18px;
}
.icon-container.icon-view-grey {
  height: 12px;
  width: 18px;
}
.icon-container.icon-login {
  height: 17px;
  width: 17px;
}
.icon-container.icon-register {
  height: 16px;
  width: 16px;
}
.icon-container.icon-categories {
  height: 22px;
  width: 23px;
}
.icon-container.icon-dislike-grey {
  height: 18px;
  width: 18px;
}
.icon-container.icon-added {
  height: 18px;
  width: 18px;
}
.icon-container.icon-chain-grey {
  height: 20px;
  width: 20px;
}
.icon-container.icon-claim {
  height: 14px;
  width: 15px;
}
.icon-container.icon-duration-grey {
  height: 18px;
  width: 18px;
}
.icon-container.icon-heart-grey {
  height: 17px;
  width: 19px;
}
.icon-container.icon-tag-grey {
  height: 22px;
  width: 23px;
}
.icon-container.icon-load-more {
  height: 24px;
  width: 24px;
}
.icon-container.icon-heart-red {
  height: 17px;
  width: 19px;
}
.icon-container.icon-owl-fullscreen {
  height: 30px;
  width: 30px;
}
.icon-container.icon-owl-play {
  height: 32px;
  width: 32px;
}
.icon-container.icon-owl-stop {
  height: 32px;
  width: 32px;
}
.icon-container.icon-slider-left {
  height: 58px;
  width: 33px;
}
.icon-container.icon-slider-left-small {
  height: 24px;
  width: 23px;
}
.icon-container.icon-slider-right {
  height: 58px;
  width: 33px;
}
.icon-container.icon-slider-right-small {
  height: 24px;
  width: 23px;
}
.icon-container.icon-photo-grey {
  height: 16px;
  width: 18px;
}
.icon {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.icon.icon-account {
  background-image: url(../img/sprites-account.png);
}
.icon.icon-account-active {
  background-image: url(../img/sprites-account-active.png);
}
.icon.icon-owl {
  background-image: url(../img/sprites-owl.png);
}
.icon.icon-heart {
  background-position: 0 0;
  height: 25px;
  width: 27px;
}
.icon.icon-search {
  background-position: 0 -27px;
  height: 26px;
  width: 26px;
}
.icon.icon-user {
  background-position: 0 -54px;
  height: 25px;
  width: 26px;
}
.icon.icon-comment-grey {
  background-position: 0 0;
  height: 18px;
  width: 19px;
}
.icon.icon-heart-small-white {
  background-position: 0 -54px;
  height: 15px;
  width: 16px;
}
.icon.icon-like-grey {
  background-position: 0 -33px;
  height: 19px;
  width: 19px;
}
.icon.icon-view-grey {
  background-position: 0 -19px;
  height: 12px;
  width: 18px;
}
.icon.icon-login {
  background-position: 0 -90px;
  height: 17px;
  width: 17px;
}
.icon.icon-register {
  background-position: 0 -71px;
  height: 16px;
  width: 16px;
}
.icon.icon-categories {
  background-position: 0 -108px;
  height: 22px;
  width: 23px;
}
.icon.icon-dislike-grey {
  background-position: 0 -132px;
  height: 19px;
  width: 19px;
}
.icon.icon-added {
  background-position: 0 -249px;
  height: 18px;
  width: 18px;
}
.icon.icon-chain-grey {
  background-position: 0 -228px;
  height: 20px;
  width: 20px;
}
.icon.icon-claim {
  background-position: 0 -214px;
  height: 14px;
  width: 15px;
}
.icon.icon-duration-grey {
  background-position: 0 -195px;
  height: 18px;
  width: 18px;
}
.icon.icon-heart-grey {
  background-position: 0 -176px;
  height: 17px;
  width: 19px;
}
.icon.icon-tag-grey {
  background-position: 0 -152px;
  height: 22px;
  width: 23px;
}
.icon.icon-load-more {
  background-position: 0 -269px;
  height: 24px;
  width: 24px;
}
.icon.icon-heart-red {
  background-position: 0 -295px;
  height: 17px;
  width: 19px;
}
.icon.icon-owl-fullscreen {
  background-position: 0 -123px;
  height: 30px;
  width: 30px;
}
.icon.icon-owl-play {
  background-position: -35px -34px;
  height: 32px;
  width: 32px;
}
.icon.icon-owl-stop {
  background-position: -35px 0;
  height: 32px;
  width: 32px;
}
.icon.icon-slider-left {
  background-position: 0 0;
  height: 58px;
  width: 33px;
}
.icon.icon-slider-left-small {
  background-position: -44px -69px;
  height: 24px;
  width: 23px;
}
.icon.icon-slider-right {
  background-position: 0 -61px;
  height: 58px;
  width: 33px;
}
.icon.icon-slider-right-small {
  background-position: -44px -96px;
  height: 24px;
  width: 23px;
}
.icon.icon-photo-grey {
  background-position: 0 -314px;
  height: 16px;
  width: 18px;
}
.fa-container {
  position: relative;
  display: block;
}
.fa-container .fa {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
}
.fa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/******* ICONS END *******/
/******* HOVERS END *******/
a .icon-container .icon,
button .icon-container .icon {
  opacity: 1;
}
a .icon-container .icon.active,
button .icon-container .icon.active {
  opacity: 0;
}
a .fa-container .fa,
button .fa-container .fa {
  opacity: 1;
}
a .fa-container .fa.active,
button .fa-container .fa.active {
  opacity: 0;
}
a.active .icon-container .icon,
button.active .icon-container .icon {
  opacity: 0;
}
a.active .icon-container .icon.active,
button.active .icon-container .icon.active {
  opacity: 1;
}
a.active .fa-container .fa,
button.active .fa-container .fa {
  opacity: 0;
}
a.active .fa-container .fa.active,
button.active .fa-container .fa.active {
  opacity: 1;
}
a:hover .icon-container .icon,
button:hover .icon-container .icon {
  opacity: 0;
}
a:hover .icon-container .icon.active,
button:hover .icon-container .icon.active {
  opacity: 1;
}
a:hover .fa-container .fa,
button:hover .fa-container .fa {
  opacity: 0;
}
a:hover .fa-container .fa.active,
button:hover .fa-container .fa.active {
  opacity: 1;
}
/******* HOVERS END *******/
/******* BUTTONS *******/
.button-default {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  padding-bottom: 0px;
  text-align: center;
  padding-right: 0px;
  border-radius: 3px;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: 400;
  background: none;
  font-size: 12px;
  border: none;
}
.button-default:hover {
  text-decoration: none;
}
.button-default:focus {
  text-decoration: none;
}
.button-default:active {
  text-decoration: none;
}
.button-default.button-grey {
  background-color: #828282;
  color: #fff;
}
.button-default.button-grey:hover {
  background-color: #6e6e6e;
}
.button-default.button-grey:active {
  background-color: #5d5d5d;
}
.button-default.button-red {
  background-color: #ef4a46;
  color: #fff;
}
.button-default.button-red:hover {
  background-color: #d94340;
}
.button-default.button-red:active {
  background-color: #b83b38;
}
.button-default.button-play {
  background-image: url(../img/icon-play.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: block;
  height: 128px;
  width: 128px;
  opacity: 0.5;
}
.button-default.button-play:hover {
  opacity: 1;
}
.button-default.button-download {
  background-color: #ef4a46;
  text-transform: none;
  border-radius: 14px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 117px;
  font-size: 16px;
  height: 28px;
  color: #fff;
}
.button-default.button-download:hover {
  background-color: #dc4441;
}
.button-default.button-download:active {
  background-color: #bf3b38;
}
.button-default.button-claim .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.button-default.button-claim:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button-default.add-to-favourites {
  text-decoration: none;
}
.button-default.add-to-favourites .icon-container {
  position: relative;
  display: block;
}
.button-default.add-to-favourites:hover {
  text-decoration: none;
}
.button-default.button-red {
  background-color: #ef4a46;
  text-transform: none;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  height: 38px;
  color: #fff;
}
/******* BUTTONS END *******/
/******* INLINE-BLOCK MARGIN FIX *******/
.ib-container {
  letter-spacing: 0px;
  word-spacing: 0px;
  font-size: 0px;
}
.ib-container:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.ib-item {
  letter-spacing: normal;
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
.ib-item-container {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}
.old-safari .ib-item {
  margin-right: -4px;
}
/******* INLINE-BLOCK MARGIN FIX END *******/
/*==============================
=            HEADER            =
==============================*/
#header {
  padding-top: 24px;
}
.header__wrapper.sticky {
  z-index: 20;
}
.header__row {
  position: relative;
}
.header__top-line {
	border-bottom: 1px solid #d6d6d6;
	background-color: #e6e6e6;
}
.header__top-line-text {
	padding-bottom: 0.3%;
	padding-left: 0.5%;
	padding-top: 0.3%;
	font-size: 14px;
	color: #ef4a46;
	float: left;
}
.header__top-line-text span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
}
.header__top-line-text span.over18 {
  background-color: #ef4a46;
  display: inline-block;
  border-radius: 3px;
  padding-right: 4px;
  padding-left: 3px;
  color: #fff;
}
.header__top-line-text a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 17px;
}
.header__top-line-menu {
  padding-right: 15px;
  text-align: right;
  overflow: hidden;
  padding-top: 0.3%;
}
.header__top-line-menu li {
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
}
.header__top-line-menu li:first-child {
  margin-left: 0px;
}
.header__top-line-menu a {
  display: block;
}
.header__body {
  -webkit-box-shadow: 0px 12px 30px -12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 30px -12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 30px -12px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.header__logo-container {
  padding-bottom: 13px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 11px;
  float: left;
}
.header__logo-container .logo {
  display: block;
}
.header__body-menu {
  padding-left: 40px;
  padding-top: 30px;
  float: left;
}
.header__body-menu li {
  display: inline-block;
  margin-left: 28px;
  font-size: 18px;
}
.header__body-menu li:first-child {
  margin-left: 0px;
}
.header__body-menu a {
  display: block;
}
.header__account-menu {
  padding-right: 15px;
  padding-top: 27px;
  text-align: right;
  overflow: hidden;
}
.header__account-menu li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-left: 33px;
}
.header__account-menu li:first-child {
  margin-left: 0px;
}
.header__account-menu li.toggle-top-menu-container {
  margin-right: 15px;
  margin-left: 0px;
  float: right;
}
.header__account-menu li.toggle-categories-container {
  float: left;
}
.header__account-menu .button-default:hover .fa {
  color: #ef4a46;
}
.header__account-menu .button-default:active .fa {
  color: #ef4a46;
}
.header__account-menu .button-default.active .fa {
  color: #ef4a46;
}
.header__account-menu .fav-quantity {
  position: absolute;
  font-size: 12px;
  display: block;
  right: -12px;
  top: -7px;
}
.header__account-menu .fa {
  line-height: 25px;
  font-size: 28px;
  display: block;
}
.header__account-menu .fa-container {
  height: 25px;
  width: 26px;
}
.header__search {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e6e6e6;
  padding-bottom: 14px;
  text-align: center;
  position: absolute;
  padding-top: 20px;
  z-index: 1;
  right: 0px;
  left: 0px;
  top: 100%;
}
.header__search.minimized {
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  -o-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
}
.header__search-form {
  display: inline-block;
}
.header__search-container input[type="text"] {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  border: 2px solid #ef4a46;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px;
  width: 534px;
  float: left;
}
.header__search-container .button-default {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 1px;
  border-top-left-radius: 0px;
  padding-right: 28px;
  padding-left: 28px;
  height: 40px;
  float: left;
}
.header__account-links {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.5);
  background-color: #e6e6e6;
  padding-bottom: 11px;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  padding-top: 9px;
  z-index: 1;
  right: 0px;
  top: 100%;
}
.header__account-links.minimized {
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  -o-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
}
.header__account-links li {
  margin-top: 12px;
}
.header__account-links li:first-child {
  margin-top: 0px;
}
.header__account-links a {
  text-transform: none;
  border-radius: 2px;
  text-align: left;
  font-size: 16px;
  display: block;
  width: 150px;
}
.header__account-links a:hover {
  text-decoration: none;
}
.header__account-links .icon {
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 8px;
  margin-top: 1px;
}
.header__account-links span {
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
}
@media (max-width: 1319px) {
  	.header__top-line-text {
		width: 50%;
		/*width: 350px;*/
  	}
  	.header__top-line-text a {
    	padding-left: 8px;
		padding-top: 3px;
		font-size: 14px;
		/*margin-left: 36px;*/
  	}
  	.header__top-line-menu {
  		font-size: 14px;
	}
}
@media (max-width: 991px) {
  	.header__top-line-text {
	  	width: 45%;
  	}
  .header__body-menu {
    padding-left: 10px;
  }
  .header__body-menu li {
    margin-left: 15px;
    font-size: 16px;
  }
  .header__account-menu li {
    margin-left: 15px;
  }
  .header__search {
    padding-right: 175px;
  }
  .header__search-container input[type="text"] {
    width: 350px;
  }
}
@media (max-width: 767px) {
  	#header {
    	padding-top: 1px;
  	}
	.header__top-line-text {
		/*text-align: center;*/
		padding-left: 0px;
		font-size: 14px;
		width: 15%;
		padding-top: 3px;
		padding-left: 3px;
	}
	.header__top-line-text a {
		margin-left: 5px;
	}
  	.header__top-line-menu {
	  	text-align: right;
		overflow: visible;
  	}
	.header__top-line-menu li {
		margin-left: 20px;
		font-size: 14px;
		padding-top: 0.5%;
	}
  .header__logo-container {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .header__logo-container .logo {
    /*width: 95px;*/
  }
  .header__body-menu {
    text-align: center;
    padding-left: 0px;
    padding-top: 7px;
    overflow: hidden;
    float: none;
  }
  .header__account-menu {
    padding-bottom: 7px;
    padding-right: 0px;
    text-align: center;
    overflow: visible;
    padding-top: 9px;
    float: left;
    width: 100%;
  }
  .header__search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header__search-form {
    display: block;
  }
  .header__search-container input[type="text"] {
    width: 66.6666%;
  }
  .header__search-container .button-default {
    width: 33.3333%;
  }
}

@media (max-width: 479px) {
  .header__top-line-text {
	  width: 5%;
  }
  .header__top-line-text a {
    margin-left: 0px;
  }
  .header__logo-container {
    text-align: center;
    width: 100%;
  }
  .header__logo-container .logo {
    display: inline-block;
  }
  .header__body-menu {
    /*text-align: center;*/
    padding-left: 0px;
    overflow: visible;
    width: 100%;
    float: right;
  }
  .header__body-menu li {
    font-size: 18px;
	padding: 1.5%;
  }
}
/*=====  End of HEADER  ======*/
/*==============================
=            FOOTER            =
==============================*/
#footer {
  position: absolute;
  bottom: 0px;
  z-index: 0;
  right: 0px;
  left: 0px;
}
.footer__menu li {
  display: inline-block;
  margin-left: 19.5px;
  font-size: 15px;
}
.footer__menu li:first-child {
  margin-left: 0px;
}
.footer__menu a {
  color: #fff;
}
.footer__menu-row {
  background-color: #404040;
  padding-bottom: 23px;
  padding-left: 12px;
  padding-top: 26px;
}
.footer__bottom-line li {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
}
.footer__bottom-line li:first-child {
  margin-left: 0px;
}
.footer__bottom-line a {
  color: #fff;
}
.footer__bottom-line span {
  color: #fff;
}
.footer__bottom-line-row {
  background-color: #ef4a46;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-top: 11px;
}
@media (max-width: 1319px) {
  .footer__menu li {
    margin-left: 16px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer__menu {
    text-align: center;
  }
  .footer__menu li {
    margin-bottom: 6px;
  }
  .footer__menu-row {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #footer {
    position: static;
  }
  .footer__bottom-line {
    text-align: center;
  }
  .footer__bottom-line-row {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
	.footer__menu li {
		padding: 1.5%;
	}
}
/*=====  End of FOOTER  ======*/
/*============================
=            MAIN            =
============================*/
#main {
	position: relative;
	padding-bottom: 110px;
}
@media (max-width: 767px) {
  #main {
    padding-bottom: 0px;
  }
}
/*=====  End of MAIN  ======*/
/*========================================
=            top-menu-section            =
========================================*/
.top-menu__section.hide-because-breadcrumbs {
  display: none;
}
.top-menu {
  background-color: #393939;
}
.top-menu ul {
  padding-left: 3px;
}
.top-menu li {
  display: inline-block;
  margin-left: 0.5px;
  font-size: 15px;
}
.top-menu li.first-child {
  margin-left: 0px;
}
.top-menu li.active a {
	color: #ef4a46;
}
.top-menu a {
	padding-bottom: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
	display: block;
	color: #fff;
}
@media (max-width: 767px) {
  .top-menu__section {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 20;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
  }
  .top-menu__section.hide-because-breadcrumbs {
    display: block;
  }
  .top-menu__section.minimized {
    visibility: hidden;
    opacity: 0;
  }
  .top-menu__section.minimized .top-menu__container {
    -webkit-transform: translateX(-50%) scale(0, 2);
    -moz-transform: translateX(-50%) scale(0, 2);
    -ms-transform: translateX(-50%) scale(0, 2);
    -o-transform: translateX(-50%) scale(0, 2);
    transform: translateX(-50%) scale(0, 2);
  }
  .top-menu__container {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #393939), color-stop(100%, rgba(57, 57, 57, 0.5)));
    background: -webkit-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
    background: -o-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
    background: -ms-linear-gradient(left, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
    background: linear-gradient(to right, #393939 0%, rgba(57, 57, 57, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#80393939', GradientType=1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: scroll;
    position: absolute;
    margin-right: 0px;
    margin-left: 0px;
    max-height: 100%;
    bottom: 0px;
    width: 45%;
    top: 0px;
  }
  .top-menu__container::-webkit-scrollbar {
    display: none;
  }
  .top-menu {
    background: none;
  }
  .top-menu ul {
    padding-left: 0px;
  }
  .top-menu li {
    margin-left: 0px;
    display: block;
  }
  	.top-menu a {
		padding-left: 20px;
  	}
  .top-menu a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 479px) {
  .top-menu__container {
    width: 75%;
  }
}
/*=====  End of top-menu-section  ======*/
/*========================================
=            content__section            =
========================================*/
.content__container.has-sidebar .content__block {
  float: left;
  width: 84%;
}
.content__row {
  background-color: #fff;
}
.content__sidebar {
  border-right: 1px solid #cfcfcf;
  padding-bottom: 50px;
  float: left;
  width: 16%;
}
.content__block {
  background-color: #e6e6e6;
  position: relative;
  min-height: 100%;
}
.content__block:before {
  background-color: #cfcfcf;
  position: absolute;
  display: block;
  content: '';
  bottom: 0px;
  left: -1px;
  width: 1px;
  top: 0px;
}
@media (max-width: 1319px) {
  .content__container.has-sidebar .content__block {
    width: 84%;
  }
  .content__sidebar {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .content__container.has-sidebar .content__block {
    width: 75%;
  }
  .content__sidebar {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .content__container.has-sidebar .content__block {
    float: none;
    width: auto;
  }
  .content__sidebar {
    padding-bottom: 0px;
    border-right: none;
    float: none;
    width: auto;
  }
}
/*=====  End of content__section  ======*/
/*==================================
=            Categories            =
==================================*/
.categories__overlay.hide-for-larger-screens {
  display: none;
}
.categories__container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories__title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 25px;
  padding-left: 11px;
  padding-top: 15px;
}
.categories__title h3 {
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0px;
  font-size: 24px;
  color: #ef4a46;
}
.categories__title h3 .icon {
  vertical-align: middle;
  margin-right: 4px;
}
.categories__title h3 span {
  vertical-align: middle;
  display: inline-block;
}
.categories__list {
  padding-right: 21px;
}
.categories__list li {
  border-bottom: 1px solid #c2c2c2;
}
.categories__list li:first-child {
  border-top: 1px solid #c2c2c2;
}
.categories__list a {
  padding-bottom: 6px;
  padding-right: 0px;
  padding-left: 10px;
  line-height: 18px;
  padding-top: 5px;
  font-size: 14px;
  display: block;
}
.categories__list a:hover {
  text-decoration: none;
  padding-left: 13px;
  color: #ef4a46;
}
@media (max-width: 767px) {
  .categories__overlay {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 20;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
  }
  .categories__overlay.minimized {
    visibility: hidden;
    opacity: 0;
  }
  .categories__overlay.minimized .categories__container {
    -webkit-transform: translateX(-50%) scale(0, 2);
    -moz-transform: translateX(-50%) scale(0, 2);
    -ms-transform: translateX(-50%) scale(0, 2);
    -o-transform: translateX(-50%) scale(0, 2);
    transform: translateX(-50%) scale(0, 2);
  }
  .categories__overlay.minimized .categories__title {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
  }
  .categories__overlay.hide-for-larger-screens {
    display: block;
  }
  .categories__container {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.7)));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b3ffffff', GradientType=1);
    border-right: 1px solid #cfcfcf;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    position: absolute;
    padding-top: 44px;
    max-height: 100%;
    bottom: 0px;
    width: 60%;
    left: 0px;
    top: 0px;
  }
  .categories__container::-webkit-scrollbar {
    display: none;
  }
  .categories__title {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    padding-bottom: 8px;
    padding-top: 8px;
    position: fixed;
    width: 60%;
    left: 0px;
    top: 0px;
  }
  .categories__list {
    padding-right: 0;
  }
  .categories__list a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .categories__list a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
}
@media (max-width: 479px) {
  .categories__container {
    width: 70%;
  }
  .categories__title {
    width: 70%;
  }
}
/*=====  End of Categories  ======*/
/*========================================
=            production-block            =
========================================*/

.models__li-wrapper {
	max-width: 200px;
	position: relative;
	background-size: cover;
}
.models-block__list {
  padding-right: 0.5%;
  padding-left: 0.5%;
}
.models-block__list > li {
  padding-bottom: 1%;
  float: left;
  width: 15.6%;
  margin-right: 1%;
}

.model-thumb {
	width: 100%;
	height: 263px;
	position: relative;
	padding-top: 5.25%; /* 16:9 Aspect Ratio */
	background-size: cover;
}

/* Netflix solution */
.production-block__li-wrapper {
	position: relative;
	padding-top: 65.25%; /* 16:9 Aspect Ratio */
	background-size: cover;
}

.thumb {
	width: 100%;
	height: auto;	
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
	/*
	max-height: 207px;
	object-fit: cover;
	overflow:hidden;
	width:100%;
	max-width: 330px;
	height: 100%;
	object-fit: cover;*/
	/*-webkit-filter: brightness(110%) contrast(115%); */
}
.production-block__list {
  padding-right: 1%;
  padding-left: 1%;
}
.production-block__list > li {
  padding-bottom: 1%;
  float: left;
  width: 25%;
}
.production-block__list > li:hover .production-block__li-wrapper {
  box-shadow: 0px 0px 1px 1px #bdbdbd;
}
/* thumb closeup effect */
/*
.production-block__list > li:hover .production-block__image-container img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
*/
.production-block__title {
  padding-right: 1%;
  padding-left: 1%;
}
.production-block__title h1, h2 {
	/*padding-left: 7px;*/
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-weight: 400;
	margin-top: 0px;
	font-size: 21px;
}
.production-block__image-container {
  overflow: hidden;
}
.production-block__image-container img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.production-block__li-wrapper {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 1px 1px transparent;
	position: relative;
	margin: 0 auto;
	width: 98%;
	height: 100%;
}
.production-block__caption2 {
	border-bottom: 1px solid #d6d6d6;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fff;
	padding: 5px;
	z-index:1;
	position: relative;
}
.production-block__caption {
	border-bottom: 1px solid #d6d6d6;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fff;
	padding: 5px;
	z-index:1;
	position: relative;
}
.production-block__caption .parameters {
  padding-right: 2px;
  padding-top: 5px;
  text-align: right;
  overflow: hidden;
}
.production-block__caption .parameters li {
  display: inline-block;
  margin-left: 3px;
}
.production-block__caption .parameters li:first-child {
  margin-left: 0px;
}
.production-block__caption .parameters .icon {
  vertical-align: middle;
  margin-right: 2px;
}
.production-block__caption .parameters span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  font-size: 11.5px;
  padding-right: 5px;
  padding-left: 2px;
  color: #939393;
}
.production-block__caption .duration {
  padding-top: 6px;
  font-weight: 500;
  color: #252525;
  float: left;
  font-size: 12px;
}
.photo-quantity {
	float: left;
	padding: 0px;
	/*background-color: #fff;*/
	float: left;
	color: red;
	position: absolute;
	top: 1%;
	left: 1%;
}
.production-block__caption .photo-quantity span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.production-block__caption .photo-quantity .digit {
  color: #252525;
}
.production-block__caption .photo-quantity .text {
  color: #ef4a46;
}
.production-block__caption .link {
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	overflow: hidden;
	display: block;
	height: 52px;
}
.production-block__fav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 3px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.production-block__fav.active,
.production-block__fav:hover {
  background-color: #ef4a46;
  border-color: #ef4a46;
}
.production-block__fav .icon {
  vertical-align: middle;
  margin-right: 2px;
}
.production-block__fav span {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.production-block__fav a {
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 7px;
  padding-top: 5px;
  display: block;
}
.production-block__fav a:hover {
  text-decoration: none;
}
.production-block .hd {
  padding: 2px 7px 0px;
  position: absolute;
  padding-right: 7px;
  padding-left: 7px;
  line-height: 18px;
  padding-top: 2px;
  opacity: 0.8;
  left: 3%;
  top: 3%;
}
.hd {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background-color: #c64b40;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  display: block;
  color: #fff;
}
.production-block .vtime {
	padding: 0px 7px 0px;
	position: absolute;
	padding-right: 71x;
	padding-left: 7px;
	line-height: 18px;
	padding-top: 2px;
	opacity: 0.7;
	right: 2%;
	top: 2%;
}
.vtime {
  text-transform: uppercase;
  background: rgba(129,127,127, 0.5);
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  display: block;
  color: #fff;
}

.production-block__list > li:hover .vtime {
  opacity: 1;
}

/* new style, Netflix solution */
@media (max-width: 1319px) {
	.production-block__list > li {
		width: 25%;
	}
	.models__li-wrapper {
		max-width: 240px;
	}
	.models-block__list > li {
	  width: 24%;
	}	
}
@media (max-width: 991px) {
	.model-thumb {
		width: 100%;
		height: auto;
		max-height: 263px;
	}
	.production-block__list > li {
		width: 50%;
	}
	.production-block__list {
	  padding-right: 0.5%;
	  padding-left: 0.5%;
	}
	.models-block__list > li {
	  width: 32.3%;
	}	
	.production-block__title h2,h1 {
		text-align: center;
	}
}
@media (max-width: 610px) {
	.models-block__list {
		padding-left: 2%;
	}
	.models-block__list > li {
		width: 49%;
	}
}
@media (max-width: 470px) {
	.production-block__list > li {
		width: 99%;
		padding-bottom: 4.5%;
	}
}


/*
@media (max-width: 1319px) {

	.production-block .hd {
		top: 125px;
	} 
	.production-block .vtime {
		top: 125px;
		left: 79.5%;
	}
	.production-block__list {
		padding-right: 10px;
		padding-left: 10px;
	}
	.production-block__list > li {
		width: 33.3333%;
	}
	.production-block__title {
		padding-right: 15px;
		padding-left: 15px;
	}
	.production-block__li-wrapper {
		width: 220px;
	}
  	.parameters {
		font-size: 9px;  
	}
}
@media (max-width: 991px) {
	.production-block__list > li {
	width: 50%;
	}
	.production-block__title h2,h1 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.header__top-line-text {
	  margin-left: 0px;
	}
	.production-block__title h2,h1 {
		font-size: 18px;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.production-block__caption .link {
		height: 61px;
	}
	.production-block__list {
		padding: 0.5%;
		margin: 0.5%;
	}
	.production-block__title h2,h1 {
		font-size: 18px;
	}	
	.header__body-menu li {
		font-size: 20px;
		padding-right: 15px;
	}
	.header__top-line-menu a {
		font-size: 14px;
	}
	.header__top-line-menu li {
		margin-left: 10px;
		font-size: 14px;
		padding-top: 0.7%;
	}
	
	.link {
		line-height:1.05em;
		overflow:hidden;
		font-weight: bold;
	}
	.production-block__li-wrapper {
		width: 100%;
		max-width: 225px;
		border: 0px dotted #ccc;
		padding: 0px;
		margin: 1%;
		margin-bottom: 1px;
	}
	.stories {
		max-width: 500px;
	}
	.thumb {
		width: 100%;
		max-width: 225px;
		height: 125px;
		-webkit-filter: brightness(110%) contrast(115%); 
	}	
	.production-block .hd {
		top: 2%;
	}
	.production-block .vtime {
		top: 2%;
		left: 73%;
	}
	.production-block__list > li {
		width: 49.3333%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}
	.production-block__caption {
		padding-right: 3px;
		padding-left: 3px;
	}
	
	.parameters {
		margin: auto;
		width: 99%;
		border: 0px solid yellow;
	}
	
  .production-block__caption .parameters {
    text-align: center;
	margin: auto;
    padding-right: 5%;
    padding-left: 0px;
    overflow: visible;
    padding-top: 0px;
    display: block;
  }  
  	.production-block__caption .parameters span {
		min-width: 30px;
		border: 0px solid #ccc;
	}
	.production-block__caption .parameters li:first-child {
		padding-bottom: 3px;
		min-width: 5px;
	}
  	.production-block__caption .parameters li {
    	margin-left: 2px;
		margin-right: 2px;
	}
  	.production-block__caption .parameters .icon {
    	margin-right: 0px;
  	}
  .production-block__caption .duration {
    text-align: center;
    padding-top: 0px;
    float: none;
  }
  .production-block__caption .photo-quantity {
    text-align: center;
    padding-top: 0px;
    float: none;
  }
  .production-block__fav {
    right: 5px;
    top: 5px;
  }
  .production-block__fav a {
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
  }
}*/


/*----------  production-block_stories - start  ----------*/
.stories {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  width: 100%;
}
.production-block.production-block_stories .production-block__list {
  padding-right: 1%;
  padding-left: 1%;
}
.production-block.production-block_stories .production-block__list > li {
  padding-bottom: 2%;
  float: none;
  width: auto;
}
.production-block.production-block_stories .production-block__image-container {
  margin-bottom: 1%;
  width: 100%;
  max-width: 280px;
  float: left;
  padding-right: 1%;
}
.production-block.production-block_stories .production-block__li-wrapper {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  width: 100%;
}
.production-block.production-block_stories .production-block__caption {
	padding-bottom: 5px;
	padding-right: 25px;
	border-bottom: none;
	position: relative;
	padding-left: 19px;
	padding-top: 0px;
	background: none;
	/*overflow: hidden;*/
}
.production-block.production-block_stories .production-block__caption .story-title {
  padding-bottom: 12px;
}
.production-block.production-block_stories .production-block__caption .story-title h4 {
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 0px;
  font-size: 16px;
  color: #3f3f3f;
}
.production-block.production-block_stories .production-block__caption .story-description {
  line-height: 24px;
  max-height: 100px;
  overflow: hidden;
  color: #3f3f3f;
}
.production-block.production-block_stories .production-block__caption .parameters {
	position: relative;
	text-align: left;
	bottom: 0px;
}
.production-block.production-block_stories .production-block__caption .link {
  text-decoration: underline;
  position: absolute;
  font-weight: 500;
  text-align: left;
  color: #ef4a46;
  bottom: 10px;
  right: 20px;
}
.link2 {
	color: #ef4a46;
}
.production-block.production-block_stories .production-block__caption .link:hover {
  text-decoration: none;
}


@media (max-width: 1319px) {
  .production-block.production-block_stories .production-block__caption .story-description {
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .production-block.production-block_stories .production-block__list {
    padding-right: 5px;
    padding-left: 5px;
  }
  .production-block.production-block_stories .production-block__image-container {
    width: 230px;
  }
  .production-block.production-block_stories .production-block__caption {
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 4px;
    height: 134px;
  }
  .production-block.production-block_stories .production-block__caption .story-title {
    padding-bottom: 5px;
  }
  .production-block.production-block_stories .production-block__caption .story-title h4 {
    font-size: 15px;
  }
  .production-block.production-block_stories .production-block__caption .story-description {
    line-height: 15px;
    max-height: 75px;
	
  }
  .production-block.production-block_stories .production-block__caption .parameters {
    bottom: 5px;
    left: 10px;
  }
  .production-block.production-block_stories .production-block__caption .parameters li {
    margin-left: 3px;
  }
  .production-block.production-block_stories .production-block__caption .parameters .icon {
    margin-right: 0px;
  }
  .production-block.production-block_stories .production-block__caption .link {
    font-size: 13px;
    bottom: 6px;
    right: 10px;
  }
}
@media (max-width: 760px) {
  .production-block.production-block_stories .production-block__image-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    width: 100%;
	max-width: 280px;
    float: none;
  }
  .production-block.production-block_stories .production-block__caption {
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: visible;
    height: auto;
  }
  .production-block.production-block_stories .production-block__caption .story-title {
    text-align: center;
    padding-top: 5px;
  }
  .production-block.production-block_stories .production-block__caption .story-description {
    text-align: justify;
    overflow: visible;
    max-height: none;
  }
  
	.story-description p {
		padding: 1%;
		font-size: 16px;
	}
}


/*----------  production-block_stories - end  ----------*/
/*=====  End of production-block  ======*/
/*==================================
=            Pagination            =
==================================*/
.pagination-block {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 3px;
}
.pagination-block ul {
	border: 1px solid #d8d8d8;
	float: left;
}
.pagination-block li {
	float: left;
	margin-bottom: 1px;
}
.pagination-block li.prev a,
.pagination-block li.next a {
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
.pagination-block li.active a {
  background-color: #ef4a46;
  color: #fff;
  z-index: 2;
}
.pagination-block li.active a:before,
.pagination-block li.active a:after {
  background-color: #ef4a46;
}
.pagination-block a {
  background-color: #fff;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  padding-top: 9px;
  font-size: 15px;
  color: #9b9b9b;
  display: block;
  width: 35px;
}
.pagination-block a:before,
.pagination-block a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d8d8d8;
  position: absolute;
  display: block;
  content: '';
  bottom: 0px;
  width: 1px;
  top: 0px;
}
.pagination-block a:before {
  left: -1px;
}
.pagination-block a:after {
  right: 0;
}
.pagination-block a:hover {
  z-index: 2;
  background-color: #ef4a46;
  text-decoration: none;
  color: #fff;
}
.pagination-block a:hover:before,
.pagination-block a:hover:after {
  background-color: #ef4a46;
}
.pagination-info {
  padding-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 9px;
  overflow: hidden;
  font-size: 15px;
}
.pagination-info span {
  vertical-align: middle;
  display: inline-block;
}
.pagination-info .text {
  color: #9b9b9b;
}
.pagination-info .digit {
  color: #252525;
}
@media (max-width: 991px) {
  .pagination-block {
    text-align: center;
    padding-left: 0px;
  }
  .pagination-block ul {
    display: inline-block;
    float: none;
  }
  .pagination-block li.prev a,
  .pagination-block li.next a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pagination-block li.next a:after {
    display: none;
  }
  .pagination-block a {
    font-size: 14px;
    width: 34px;
  }
  .pagination-info {
    text-align: center;
    overflow: visible;
  }
}
@media (max-width: 479px) {
  .pagination-block {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*=====  End of Pagination  ======*/
/*==========================================
=            content-text-block            =
==========================================*/
.content-text-block {
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 15px;
	color: #3f3f3f;
	line-height: 1.2;
	text-align: justify;
}
@media (max-width: 1319px) {
	.content-text-block {
		padding-right: 3%;
		padding-left: 3%;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.content-text-block {
		padding-right: 3%;
		padding-left: 3%;
		font-size: 14px;
	}
}
/*=====  End of content-text-block  ======*/
/*==================================
=            tags-block            =
==================================*/
.tags-block__title h4,h2,h3,h1 {
  padding: 0px;
  margin-bottom: 1%;
  font-size: 21px;
}
.tags-block {
  padding-bottom: 29px;
  padding-right: 20px;
  padding-left: 20px;
}
.tags-block li {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 4px;
}
.tags-block a {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding-bottom: 5px;
  padding-right: 14px;
  border-radius: 2px;
  padding-left: 14px;
  padding-top: 7px;
  font-size: 15px;
  display: block;
  color: #000; // 9b9b9b
}
.tags-block a:hover {
  text-decoration: none;
  border-color: #ef4a46;
  color: #ef4a46;
}
@media (max-width: 1319px) {
  .tags-block {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .tags-block__title h4,h2,h3,h1 {
    font-size: 21px;
  }
  .tags-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tags-block a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tags-block__title h4,h2,h3,h1 {
    font-size: 21px;
	margin-bottom: 2%;
  }
  .tags-block {
    text-align: center;
  }
  .tags-block li {
    margin-right: 2px;
  }
  .tags-block a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .tags-block__title h4,h2,h3,h1 {
    font-size: 20px;
	margin-bottom: 3%;
  }
  .tags-block a {
    font-size: 15px;
  }
}
.tags-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0.5%;
}
.tags-list {
	padding-bottom: 1.3%;
}

/*=====  End of tags-block  ======*/
/*===================================
=            breadcrumbs            =
===================================*/
.breadcrumbs__row {
  padding-bottom: 10px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 10px;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
.breadcrumbs li.active {
  color: #ef4a46;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs li:before {
	content: ' > '; 
}
.breadcrumbs span {
  color: #ef4a46;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 479px) {
  .breadcrumbs li {
    display: block;
  }
}
/*=====  End of breadcrumbs  ======*/
/*=====================================
=            photo-video-section            =
=====================================*/
.photo-video-section {
  padding-bottom: 10px;
  padding-right: 21px;
  padding-left: 21px;
}
.photo-video-section__title h1,h2 {
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 160%;
}
.photo-video-section__description {
	padding: 2%;
	line-height: 17px;
	margin-top: -1px;
	color: #404040;
	font-size: 15px;
}
.photo-video-section__video-container {
  position: relative;
}
.photo-video-section__video-container .button-play {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.photo-video-section__video-preview {
  max-width: 100%;
}
.photo-video-section__video-preview img {
  max-width: 100%;
}
.photo-video-section__caption {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  overflow: hidden;
}
.photo-video-section__caption-row {
  border-bottom: 1px solid #d6d6d6;
}
.photo-video-section__parameters {
  padding-bottom: 17px;
  padding-top: 14px;
  text-align: right;
}
.photo-video-section__parameters li {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
}
.photo-video-section__parameters li.duration {
  padding-left: 20px;
  padding-top: 5px;
  float: left;
}
.photo-video-section__parameters li.photos {
  padding-left: 20px;
  padding-top: 5px;
  float: left;
}
.photo-video-section__parameters li.added {
  padding-left: 14px;
  padding-top: 5px;
  float: left;
}
.photo-video-section__parameters li.likes {
  padding-right: 22px;
  padding-top: 4px;
}
.photo-video-section__parameters li.dislikes {
  padding-right: 25px;
  padding-top: 4px;
}
.photo-video-section__parameters li.fav {
  padding-right: 23px;
  padding-top: 7px;
}
.photo-video-section__parameters li.views {
  padding-right: 35px;
  padding-top: 5px;
}
.photo-video-section__parameters li.comment {
  padding-right: 27px;
  padding-top: 5px;
}
.photo-video-section__parameters li.download {
  padding-right: 11px;
  padding-left: 5px;
}
.photo-video-section__parameters li.claim {
  padding-right: 19px;
  padding-left: 5px;
  padding-top: 6px;
}
.photo-video-section__parameters li > .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}
.photo-video-section__parameters .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  color: #939393;
}
.photo-video-section__category,
.photo-video-section__tags {
  padding-bottom: 19px;
  padding-right: 11px;
  padding-left: 18px;
  padding-top: 16px;
}
.photo-video-section__category a,
.photo-video-section__tags a {
  text-decoration: underline;
  display: inline-block;
  line-height: 22px;
}
.photo-video-section__category a:hover,
.photo-video-section__tags a:hover {
  text-decoration: none;
  color: #ef4a46;
}
.photo-video-section__category a.active,
.photo-video-section__tags a.active {
  color: #ef4a46;
}
.photo-video-section__category {
  float: left;
}
.photo-video-section__tags {
  overflow: hidden;
}
.photo-video-section__category-title,
.photo-video-section__tags-title {
  display: inline-block;
}
.photo-video-section__category-title .icon,
.photo-video-section__tags-title .icon {
  vertical-align: middle;
  margin-right: 3px;
}
.photo-video-section__category-title .text,
.photo-video-section__tags-title .text {
  vertical-align: middle;
  display: inline-block;
}
.load-more-button-container {
  padding: 0.5%;
  text-align: center;
  padding-top: 13px;
}
.load-more-button-container .button-default {
  text-transform: none;
  font-size: 15px;
  color: #ef4a46;
}
.load-more-button-container .button-default:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.load-more-button-container .button-default:hover span {
  text-decoration: none;
}
.load-more-button-container .button-default .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-right: 7px;
}
.load-more-button-container .button-default span {
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 1319px) {
	.photo-video-section {
		padding-right: 15px;
		padding-left: 15px;
	}

  .photo-video-section__parameters li.likes {
    padding-right: 15px;
  }
  .photo-video-section__parameters li.dislikes {
    padding-right: 15px;
  }
  .photo-video-section__parameters li.fav {
    padding-right: 15px;
  }
  .photo-video-section__parameters li.views {
    padding-right: 15px;
  }
  .photo-video-section__parameters li.comment {
    padding-right: 15px;
  }
  .photo-video-section__parameters li.claim {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .photo-video-section__title h2 {
    font-size: 30px;
  }
  .photo-video-section__description {
    line-height: 20px;
    margin-top: 0;
  }
  .photo-video-section__parameters {
    text-align: center;
  }
  .photo-video-section__parameters li.duration {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
  }
  .photo-video-section__parameters li.photos {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
  }
  .photo-video-section__parameters li.added {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
  }
  .photo-video-section__parameters li.likes {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.dislikes {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.fav {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.views {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.comment {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.download {
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__parameters li.claim {
    padding-right: 5px;
    padding-left: 5px;
  }
  .photo-video-section__category,
  .photo-video-section__tags {
    padding-right: 10px;
    padding-left: 10px;
  }
  .photo-video-section__category {
    padding-bottom: 0px;
    float: none;
  }
  .photo-video-section__tags {
    overflow: visible;
  }
}
@media (max-width: 767px) {
	.photo-video-section {
		padding-right: 2%;
		padding-left: 2%;
	}
	.photo-video-section__title h1, h2 {
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
	.photo-video-section__video-container .button-play {
		background-size: 100%;
		height: 64px;
		width: 64px;
	}
}
@media (max-width: 479px) {
  .photo-video-section__title h2 {
    font-size: 22px;
  }
  .photo-video-section__parameters li.duration {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.added {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.likes {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.dislikes {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.fav {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.views {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.comment {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.download {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li.claim {
    padding-right: 4px;
    padding-left: 4px;
  }
  .photo-video-section__parameters li > .icon {
    margin-right: 0;
  }
}
/*----------  gallery - start  ----------*/
.photo-video-section__photo-container {
  position: relative;
  background-color: #393939;
}
.photo-video-section__photo-container > .full-screen {
  visibility: visible;
  z-index: 1;
}
.photo-video-section__gallery-pagination-container {
  position: relative;
  padding-top: 5px;
  right: 0;
  left: 0;
}
#owl-gallery {
  position: relative;
}
#owl-gallery .owl-controls {
  margin-top: 0;
}
#owl-gallery .owl-controls .owl-pagination {
  display: none;
}
#owl-gallery .owl-controls .owl-buttons .owl-prev,
#owl-gallery .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  background: none;
  top: 37.6%;
  padding: 0;
  margin: 0;
}
#owl-gallery .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
#owl-gallery .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
#owl-gallery-pagination {
  padding-right: 54px;
  position: relative;
  padding-left: 54px;
}
#owl-gallery-pagination .slide {
  padding-right: 5px;
  padding-left: 5px;
}
#owl-gallery-pagination .owl-controls {
  margin-top: 0;
}
#owl-gallery-pagination .owl-controls .owl-pagination {
  display: none;
}
#owl-gallery-pagination .owl-controls .owl-buttons .owl-prev,
#owl-gallery-pagination .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background: none;
  padding: 0;
  margin: 0;
}
#owl-gallery-pagination .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
#owl-gallery-pagination .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
#owl-gallery-pagination .owl-item.active .image-container:before {
  opacity: 1;
}
#owl-gallery-pagination .owl-item .image-container {
  position: relative;
  cursor: pointer;
}
#owl-gallery-pagination .owl-item .image-container:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #ef4a46;
  position: absolute;
  display: block;
  content: '';
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.button-owl-play,
.button-owl-stop {
  position: absolute;
  opacity: 0.5;
  top: 20px;
}
.button-owl-play:hover,
.button-owl-stop:hover {
  opacity: 1;
}
.button-owl-play {
  left: 20px;
}
.button-owl-stop {
  left: 60px;
}
.full-screen {
  visibility: hidden;
  position: absolute;
  display: block;
  opacity: 0.5;
  right: 22px;
  top: 21px;
}
.full-screen:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .button-owl-play,
  .button-owl-stop {
    top: 10px;
  }
  .button-owl-play {
    left: 10px;
  }
  .button-owl-stop {
    left: 50px;
  }
  .full-screen {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 479px) {
  .photo-video-section__photo-container .image-container {
    max-width: 100%;
  }
  .photo-video-section__gallery-pagination-container {
    background-color: #393939;
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
  }
  #owl-gallery .owl-controls .owl-buttons .owl-prev,
  #owl-gallery .owl-controls .owl-buttons .owl-next {
    display: none;
  }
  #owl-gallery-pagination {
    padding-right: 23px;
    padding-left: 23px;
  }
  #owl-gallery-pagination .owl-controls .owl-buttons .owl-prev {
    left: 3px;
  }
  #owl-gallery-pagination .owl-controls .owl-buttons .owl-next {
    right: 3px;
  }
}
/*----------  gallery - end  ----------*/
/*=====  End of photo-video-section  ======*/
/*=======================================
=            comment-section            =
=======================================*/
.comment-section {
  padding-right: 21px;
  padding-left: 21px;
}
.comment-section .pagination-block {
  padding-bottom: 20px;
  text-align: center;
  padding-top: 15px;
  padding-left: 0;
}
.comment-section .pagination-block ul {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
.comment-section .pagination-block a {
  padding-bottom: 9px;
  padding-top: 10px;
}
.comment-section .pagination-info {
  vertical-align: middle;
  display: inline-block;
}
.comment-section__title h2 {
  padding-bottom: 19px;
  margin-bottom: 3px;
  padding-top: 14px;
  font-weight: 400;
  margin-top: 0px;
  font-size: 22px;
}
@media (max-width: 1319px) {
  .comment-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .comment-section .pagination-info {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .comment-section__title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .comment-section__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .comment-section__title h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
/*----------  comment-section__list-container - start  ----------*/
.comment-section__list-container {
  padding-bottom: 5px;
}
.comment-section__list-container li {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  padding-bottom: 15px;
  padding-right: 19px;
  padding-left: 19px;
  border-radius: 3px;
  padding-top: 16px;
  margin-top: 15px;
  overflow: hidden;
}
.comment-section__list-container li:first-child {
  margin-top: 0px;
}
.comment-section__image-container {
	width: 45px;
  background-image: url(../img/no-photo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 4px;
 /* height: 100px;
  width: 100px;*/
  float: left;
}
.comment-section__text-container {
  padding-left: 19px;
  overflow: hidden;
}
.comment-section__comment-info {
  padding-bottom: 10px;
  position: relative;
}
.comment-section__comment-info .user-name {
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
}
.comment-section__comment-info .date {
  font-size: 14px;
  color: #939393;
}
.comment-section__comment-info .answer {
  text-decoration: underline;
  position: absolute;
  font-size: 12px;
  display: block;
  color: #ef4a46;
  right: 2px;
  top: 0px;
}
.comment-section__comment-info .answer:hover {
	text-decoration: none;
	cursor: pointer;
}
.comment-section__text {
  color: #404040;
}
@media (max-width: 479px) {
  .comment-section__list-container li {
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 8px;
    padding-top: 4px;
    margin-top: 10px;
  }
  .comment-section__image-container {
    height: 50px;
    width: 50px;
  }
  .comment-section__text-container {
    padding-left: 9px;
  }
  .comment-section__comment-info {
    padding-bottom: 5px;
  }
  .comment-section__comment-info .user-name {
    margin-right: 0;
    font-size: 14px;
    display: block;
    float: left;
  }
  .comment-section__comment-info .date {
    padding-left: 5px;
	padding-top: 2px; 
    text-align: left;
	font-size: 11px;
    display: block;
    float: left;
  }
  .comment-section__comment-info .answer {
    position: static;
    font-size: 12px;
	float: right;
  }
  .comment-section__text {
    font-size: 13px;
  }
  .comment-section__text p {
    margin-bottom: 0;
  }
}
/*----------  comment-section__list-container - end  ----------*/
/*----------  comment-section__form-container - start  ----------*/
.comment-section__form-container {
  padding-bottom: 20px;
  padding-top: 14px;
}
.comment-section__form-container .form {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 570px;
}
.comment-section__form-container .input-container {
  position: relative;
}
.comment-section__form-container .input-container.bordered {
  border: 1px solid #d8d8d8;
}
.comment-section__form-container input[type="text"] {
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  height: 40px;
}
.comment-section__form-container textarea {
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 18px;
  padding-top: 5px;
  margin-bottom: 0;
  min-height: 98px;
  font-size: 14px;
  display: block;
  border: none;
}
.comment-section__form-container .button-submit {
  position: absolute;
  border-radius: 0;
  display: block;
  width: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .comment-section__form-container .form {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .comment-section__form-container textarea {
    min-height: 150px;
  }
}
/*----------  comment-section__form-container - end  ----------*/
/*=====  End of comment-section  ======*/
/*=====================================
=            story-section            =
=====================================*/
.story-section {
  padding-right: 21px;
  padding-left: 21px;
}
.story-section__title h1,h2 {
  padding-bottom: 14px;
  padding-top: 18px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0px;
  font-size: 26px;
}
.story-section__text-container {
  background-color: #fff;
  padding-bottom: 0px;
  padding-right: 19px;
  padding-left: 19px;
  padding-top: 14px;
  line-height: 24px;
  overflow: hidden;
}
.story-section__text-container p {
  margin-bottom: 12px;
}
.story-section__image-container {
  margin-bottom: 14px;
  margin-right: -19px;
  margin-left: -19px;
  text-align: center;
  z-index: -100;
}
.story-section__caption {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  margin-bottom: 19px;
  overflow: visible;
}
.story-section__caption-row {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 1%;
}
.story-section__parameters {
  padding-right: 21px;
  padding-top: 17px;
  text-align: center;
  overflow: visible;
}
.story-section__parameters li {
  vertical-align: middle;
  display: inline-block;
}
.story-section__parameters li.likes {
  margin-right: 23px;
}
.story-section__parameters li.dislikes {
  margin-right: 23px;
}
.story-section__parameters li.fav {
  margin-right: 24px;
}
.story-section__parameters li.views {
  margin-right: 34px;
}
.story-section__parameters li > .icon {
  vertical-align: middle;
  margin-right: 2px;
}
.story-section__parameters .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.story-section__category,
.story-section__tags {
  padding-bottom: 19px;
  padding-right: 11px;
  padding-left: 18px;
  padding-top: 16px;
}
.story-section__category a,
.story-section__tags a {
  text-decoration: underline;
  display: inline-block;
  line-height: 22px;
}
.story-section__category a:hover,
.story-section__tags a:hover {
  text-decoration: none;
  color: #ef4a46;
}
.story-section__category a.active,
.story-section__tags a.active {
  color: #ef4a46;
}
.story-section__category {
  float: left;
}
.story-section__category-title,
.story-section__tags-title {
  display: inline-block;
}
.story-section__category-title .icon,
.story-section__tags-title .icon {
  vertical-align: middle;
  margin-right: 3px;
}
.story-section__category-title .text,
.story-section__tags-title .text {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 1319px) {
  .story-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .story-section__text-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .story-section__image-container {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .story-section__title h2 {
    font-size: 30px;
  }
  .story-section__text-container {
    text-align: justify;
    line-height: 18px;
  }
  
  .story-section__caption-row {
	padding-top: 1.5%;
  }
  
  .story-section__parameters {
    padding-bottom: 19px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    overflow: visible;
    padding-top: 0;
  }
  .story-section__parameters li.likes {
    margin-right: 5px;
    margin-left: 5px;
  }
  .story-section__parameters li.dislikes {
    margin-right: 5px;
    margin-left: 5px;
  }
  .story-section__parameters li.fav {
    margin-right: 5px;
    margin-left: 5px;
  }
  .story-section__parameters li.views {
    margin-right: 5px;
    margin-left: 5px;
  }
  .story-section__parameters li.comment {
    margin-right: 5px;
    margin-left: 5px;
  }
  .story-section__category {
    padding-bottom: 10px;
    float: none;
  }
}
@media (max-width: 767px) {
	.story-section, .story-section__text-container {
		padding-right: 1%;
		padding-left: 1%;
	}
	.story-section__title h2 {
		font-size: 28px;
	}
}
@media (max-width: 479px) {
  .story-section__title h2 {
    font-size: 22px;
  }
}
/*=====  End of story-section  ======*/
/*=====================================
=            article-section            =
=====================================*/
.article-section {
  padding-bottom: 20px;
  padding-right: 21px;
  padding-left: 21px;
}
.article-section__title {
  padding-bottom: 13px;
}
.article-section__title h2 {
  padding-bottom: 7px;
  padding-top: 18px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0px;
  font-size: 36px;
}
.article-section__title span {
  line-height: 24px;
}
.article-section__text-container {
  background-color: #fff;
  padding-bottom: 8px;
  padding-right: 19px;
  padding-left: 19px;
  line-height: 24px;
  overflow: hidden;
}
.article-section__text-container h5 {
  margin-bottom: 6px;
  margin-top: 25px;
  font-size: 16px;
  color: #ef4a46;
}
.article-section__text-container p {
  margin-bottom: 12px;
}
.article-section__image-container {
  margin-bottom: 14px;
  margin-right: -19px;
  margin-left: -19px;
  text-align: center;
}
.article-section__caption {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  overflow: hidden;
}
.article-section__caption-row {
  border-bottom: 1px solid #d6d6d6;
}
.article-section__parameters {
  padding-right: 21px;
  padding-top: 17px;
  text-align: right;
  overflow: hidden;
}
.article-section__parameters li {
  vertical-align: middle;
  display: inline-block;
}
.article-section__parameters li.likes {
  margin-right: 23px;
}
.article-section__parameters li.dislikes {
  margin-right: 27px;
}
.article-section__parameters li > .icon {
  vertical-align: middle;
  margin-right: 2px;
}
.article-section__parameters .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.article-section__category,
.article-section__tags {
  padding-bottom: 14px;
  padding-right: 11px;
  padding-left: 18px;
  padding-top: 16px;
}
.article-section__category a,
.article-section__tags a {
  text-decoration: underline;
  display: inline-block;
  line-height: 22px;
}
.article-section__category a:hover,
.article-section__tags a:hover {
  text-decoration: none;
  color: #ef4a46;
}
.article-section__category a.active,
.article-section__tags a.active {
  color: #ef4a46;
}
.article-section__tags {
  float: left;
  width: 75%;
}
.article-section__category-title,
.article-section__tags-title {
  display: inline-block;
}
.article-section__category-title .icon,
.article-section__tags-title .icon {
  vertical-align: middle;
  margin-right: 3px;
}
.article-section__category-title .text,
.article-section__tags-title .text {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 1319px) {
  .article-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .article-section__text-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .article-section__image-container {
    margin-right: -15px;
    margin-left: -15px;
  }
  .article-section__parameters li.likes {
    margin-right: 5px;
    margin-left: 5px;
  }
  .article-section__parameters li.dislikes {
    margin-right: 5px;
    margin-left: 5px;
  }
  .article-section__parameters li.fav {
    margin-right: 5px;
    margin-left: 5px;
  }
  .article-section__parameters li.views {
    margin-right: 5px;
    margin-left: 5px;
  }
  .article-section__parameters li.comment {
    margin-right: 5px;
    margin-left: 5px;
  }
  .article-section__tags {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .article-section__title h2 {
    font-size: 30px;
  }
  .article-section__text-container {
    text-align: justify;
    line-height: 18px;
  }
  .article-section__parameters {
    padding-bottom: 19px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
  }
  .article-section__category {
    padding-bottom: 10px;
    float: none;
  }
}
@media (max-width: 767px) {
  .article-section__title h2 {
    font-size: 28px;
  }
  .article-section__parameters {
    text-align: center;
    overflow: visible;
    padding-top: 0;
  }
  .article-section__tags {
    float: none;
    width: auto;
  }
}
@media (max-width: 479px) {
  .article-section__title h2 {
    font-size: 22px;
  }
}
/*=====  End of article-section  ======*/
/*===================================
=            ads-section            =
===================================*/
.promo-section ul {
	padding-bottom: 20px;
	/*padding-right: 15px;
	padding-left: 15px;*/
	text-align: center;
	padding-top: 25px;
}
.promo-section li {
	display: inline-block;
	padding-bottom: 19px;
	vertical-align: top;
	width: 220px;
}
.promo-section a {
  display: block;
}
.promo-section .image-container {
  display: inline-block;
  width: 160px;
}
.promo-section .caption {
  line-height: 14px;
  font-weight: 500;
  font-size: 13px;
}
/*=====  End of ads-section  ======*/

#flashcontent {
	width: 100%;
	max-width: 1050px; 
	min-height: 590px;
	background-color:#000000; 
	margin: auto;
}
@media (max-width: 767px) {
	#flashcontent {
		min-height: 320px;
	}
}
@media (max-width: 479px) {
	#flashcontent {
		width: 90vw;
		height: 25vh;
		min-height: 10px;
	}
}

.preview-text {
	text-align: center;
	padding: 25px;
	font-size: 22px;
	color: #fff;
}

#show_ad1 {
	width: 100%;
	overflow: hidden;	
}

#new-year-block {
	font-size: 18px;
	padding: 8px;	
	text-align: center;
	color: red;
}

.red { color: red; }
.green { color: green; }
.orange { color: orange; }

.ac { text-align: center; }

.b { font-weight: bold; }
.u { text-decoration: underline; }

.post_ok {
	font-weight: bold;
	color: green;
	text-align: center;
	font-size: 16px;
}

.clear { clear: both; }

.listitem {

}

.listitem img {
	display: block; 
	margin: 1px;
	float: left;	
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}
.listitem img:hover {
	-webkit-filter: brightness(20%); 
	-webkit-filter: contrast(130%); 
	transform: translate(-5px, -5px);
	transition: .2s ease-in-out;
	border: 1px solid red;
}

.hot { color: #e425cb; }

.s16 { font-size: 16px; }
.s23 { font-size: 23px; }

.padt15 { padding-top: 15px; }
.padt10 { padding-top: 10px; }
.padl5 { padding-left: 5px; }

a.active { font-weight: bold; }

.top-nav a {
	text-decoration: none;	
}
.top-nav a:hover {
	text-decoration: underline;	
}

#like-btn, #dislike-btn {
	cursor: pointer;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#like-btn:hover, #dislike-btn:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-filter: brightness(50%);
}

#toTop {
	width:70px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:20%;
	right:10px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
#toTop:hover, #toTop:active {
	border: 1px solid #565656;
	font-weight: bold;
}

.close-toggle-menu {
	float: right;
	margin: 1.5%;
}
.close-toggle-menu:hover {
	cursor: pointer;	
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

#uvpromo {
	padding: 2%;
}
#close-promo {
	font-size: 12px;
	text-align: right;
	color: red;
	cursor: pointer;
}

/*runetki*/
#mob-promo-runetki {
	padding: 10px;
	text-align: center;
}
.promo-1 {
	color: red;
	font-weight: bold;
}
.promo-2 {
	color: black;
	font-weight: normal;
}

.b { font-weight: bold; }

.padb10 {
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.promo-2 {
		padding-left: 15px;
	}

}

