/**
 * Main file
 *
 * the mother LESS. The file that including and ordering components, and use for compiling.
 *
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  color: #333333;
  background-color: #fff;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
article,
aside,
details,
figure,
footer,
header,
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;
  color: #337ab7;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
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;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
pre {
  overflow: auto;
  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 #ccc;
  border-radius: 4px;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
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;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:hover,
a:focus {
  color: #23527c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: 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;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.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;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  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 code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
 .col-sm-6, .col-md-6, .col-lg-6, .col-xs-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
 .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.has-feedback {
  position: relative;
}

.has-success .radio,
.has-success .checkbox,
.has-success.radio label,
.has-success.checkbox label {
  color: #3c763d;
}

.has-warning .radio,
.has-warning .checkbox,
.has-warning.radio label,
.has-warning.checkbox label {
  color: #8a6d3b;
}

.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label {
  color: #a94442;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  background-image: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-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 .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 {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  -webkit-text-decoration: none;
  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 {
  -webkit-text-decoration: none;
  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-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.btn .caret {
  margin-left: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
@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: 4px;
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-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: #fff;
  text-align: center;
  background-color: #337ab7;
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress.active .progress-bar,
.progress-bar.active {
  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;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media {
  zoom: 1;
  overflow: hidden;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table: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:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table: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:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table: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:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table: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:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-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: rgba(0, 0, 0, 0.15);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  -webkit-text-decoration: none;
  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%);
  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;
  margin: 10px;
  width: 1058px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  width: 70%;
  transform: translateX(-50%);
  left: 50%;
}
.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 {
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 25px 0 25px;
  margin-bottom: 20px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #ff9700;
  font-size: 32px;
  font-weight: 400;
}
.modal-body {
  position: relative;
  padding: 0 25px 25px 25px;
}
.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 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: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  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: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  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: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.clearfix,
.container,
.row,
.nav,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/**
 * Base settings
 *
 * Description: fast setting for bootstrap and rules. Use to store variable that use in <selectors> and <mixins>
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-play:before {
  content: "\f04b";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
/** --------------------------------------- **/
/**
 * SET UP WHOLE SITE
 */
body .bg-overlay {
  background-image: url('/wp-content/themes/berlin-west-child/images/bg-overlay.jpg');
  background-repeat: no-repeat;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position-x: -3px;
}
a:hover {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.nav li {
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.main-content {
  padding: 0 32px;
}
.main {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.bd-container {
  padding: 0;
}
/**
 * Page components
 *
 * Description: This is the most accessible LESS file. For creating stucture of a LESS project
 * There're some simple rules:
 *  - use base rule on this file. E.g. every single rule/indent or each component. To generate the fast view for the parent components
 *  - for children rules put it in matched folders and import it in parent's section
 *
 */
/* ================================= */
/*
 *
 * Header css
 * 1. Logo
 * 2. Main menu
 *
*/
.top-header {
  height: 148px;
  position: relative;
  margin-bottom: 25px;
}
.top-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.logo-blk {
  float: left;
  line-height: 148px;
  padding-left: 32px;
}
.logo-blk .logo-btn {
  display: inline-block;
}
.mainmenu {
  float: right;
  width: 668px;
}
.menu-list {
  background-image: url('/wp-content/themes/berlin-west-child/images/bg-menu.png');
  background-repeat: no-repeat;
  height: 148px;
  text-align: right;
  background-position-y: 6px;
  padding-top: 55px;
  padding-right: 12px;
}
.menu-list > li {
  position: relative;
  display: inline-block;
}
.menu-list > li:hover .sub-menu {
  display: block;
}
.menu-list .menu-itm {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
}
.menu-list .menu-itm:hover {
  background-color: #fff;
  color: #ff9700;
}
.sub-menu {
  background-color: #fff;
  z-index: 50;
  position: absolute;
  width: 493px;
  text-align: left;
  display: none;
}
.sub-menu .sub-inner {
  position: relative;
}
.sub-menu .sub-inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .4;
  position: absolute;
  top: 7px;
  z-index: 20;
}
.sub-menu .sub-list li:hover .menu-game-ct {
  display: block;
}
.sub-menu .menu-game-ct {
  position: absolute;
  left: 140px;
  z-index: 100;
  top: 0;
  width: 353px;
  background-color: #fff;
  padding: 8px;
  padding-left: 0;
  display: none;
}
.sub-menu .menu-game-ct a {
  display: block;
}
.sub-menu .menu-game-ct img {
  border: 5px solid #ff9700;
  width: 100%;
}
.sub-mitm {
  display: block;
  position: relative;
  z-index: 40;
  font-weight: 300;
  width: 140px;
  color: #4c4c4c;
  font-size: 14px;
  padding: 0 15px;
  line-height: 60px;
  background-color: #fff;
}
.sub-mitm:hover {
  background-color: #ffa530;
}
.sub-mitm i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/*
 *
 * Index css
 * 1. Top 1 game
 * 2. Top 4 game
 * 3. Game ranking
 *
*/
.ttl-blk {
  color: #ff9700;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.top-one {
  margin-bottom: 45px;
}
.top-one-inner {
  position: relative;
  border: 10px solid #ff9700;
}
.top-one-img a {
  display: block;
}
.top-one-img img {
  width: 100%;
}
.top-one-capt {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.top-one-capt .top-browse-btn {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #ff9700;
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}
.top-one-ttl {
  margin-bottom: 20px;
}
.top-one-ttl h3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 30px;
}
.top-one-ttl h3 a {
  color: #333;
}
.rate-star {
  display: inline-block;
  margin-right: 30px;
}
.rate-star .star {
  display: inline-block;
  margin-right: 2px;
  width: 26px;
  height: 25px;
  background-image: url('/wp-content/themes/berlin-west-child/images/star.png');
  background-repeat: no-repeat;
}
.vote-count {
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  align-self: center;
}
.description-box {
  margin-bottom: 15px;
}
.top-one-teaser {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  float: left;
  width: calc(100% - 265px);
}
.top-one-teaser p {
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
.top-one-teaser p:last-child {
  margin-bottom: 0;
}
.top-one-teaser ul {
  margin-left: 30px;
}
.top-one-teaser ul li {
  list-style: disc;
}
.bullet-points ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 5px;
}
.bullet-points ul li::before {
  content: url('/wp-content/themes/berlin-west-child/images/bi-controller.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff9700;
}
.bullet-points.alt ul li::before {
  content: url('/wp-content/themes/berlin-west-child/images/bi-blue.svg');
}
.bullet-points.top1 ul li::before {
  content: url('/wp-content/themes/berlin-west-child/images/bi-orange.svg');
}

.top-one-btn {
  margin-bottom: 25px;
  width: 243px;
  float: left;
  margin-left: 20px;
}
.top-one-btn .row {
  margin-left: -5px;
  margin-right: -5px;
}
.top-one-btn .row [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.top-one-btn .t-btn {
  color: #fff;
  background-color: #a8a8a8;
  display: inline-block;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 17px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.top-one-btn .t-btn i {
  margin-right: 5px;
}
.top-one-btn .t-btn:hover {
  background-color: #8f8f8f;
}
.top-one-btn .t-btn.big {
  margin-top: 0;
  height: 76px;
  width: 245px;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 76px;
  background-color: #9fd632;
  font-size: 40px;
  margin-right: 0;
}
.top-one-btn .t-btn.big:hover {
  background-color: #82b223;
}
.top-one-tags .top-tag-itm {
  display: inline-block;
  width: 25%;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.top-one-tags .top-tag-itm:nth-child(2),
.top-one-tags .top-tag-itm:nth-child(3) {
  text-align: center;
}
.top-one-tags .top-tag-itm:last-child {
  text-align: right;
}
.ribbon {
  background-image: url('/wp-content/themes/berlin-west-child/images/ribbon-orange.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 139px;
  height: 137px;
  top: -20px;
  right: -20px;
  z-index: 30;
}
.ribbon .ribbon-inner {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  position: relative;
  height: 137px;
}
.ribbon .ribbon-inner span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
}
.ribbon .ribbon-inner span:first-child {
  top: 30px;
  right: 24px;
}
.ribbon .ribbon-inner span:last-child {
  top: 43px;
  right: 24px;
}
.top-one-box {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 80;
  background-color: #fff;
  padding: 10px;
  left: -100px;
}
.top-one-box .top-box-inner {
  background-color: #ff9700;
  position: relative;
  height: 100%;
  -ms-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -o-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
}
.top-one-box .top-box-inner h5 {
  font-weight: 400;
  height: 100%;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 70px;
}
.top-one-box .top-box-inner:before {
  content: '';
  display: block;
  width: 10px;
  height: 100px;
  background-color: #ff9700;
  z-index: 100;
  position: absolute;
  top: -10px;
  right: -10px;
}
.top-ttl {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 28px;
}
.top-one-box .top-box-inner h5.rank {
  border-top: none;
  border-right: none;
  color: #fff;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
}
.rank {
  border-top: 71px solid #e2000c;
  border-right: 71px solid transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 71px;
}
.rank span {
  position: absolute;
  font-size: 18px;
  top: -62px;
  left: 10px;
}
.top-four-header{
  position: relative;
}
.updated-claim-text{
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  font-style: italic;
}
.top-four-itm {
  position: relative;
  border: 5px solid #e2000c;
  margin-bottom: 20px;
}
.top-four-itm.red {
  border-color: #e2000c;
}
.top-four-itm.red .rank {
  border-top-color: #e2000c;
}
.top-four-itm.blue {
  border-color: #005aff;
}
.top-four-itm.blue .rank {
  border-top-color: #005aff;
}
.top-four-itm.blue .ribbon-blk {
  background-image: url('/wp-content/themes/berlin-west-child/images/ribbon-blue.png');
}
.top-four-itm.green {
  border-color: #9fd632;
}
.top-four-itm.green .rank {
  border-top-color: #9fd632;
}
.top-four-itm.green .ribbon-blk {
  background-image: url('/wp-content/themes/berlin-west-child/images/ribbon-green.png');
}
.top-four-itm .t-f-img {
  width: 565px;
  float: left;
}
.top-four-itm .t-f-img a {
  display: block;
}
.top-four-itm .t-f-img img {
  width: 100%;
}
.top-four-itm .t-f-ct {
  float: left;
  padding: 20px 15px;
  width: calc(100% - 565px);
}
.ribbon-blk {
  background-image: url('/wp-content/themes/berlin-west-child/images/ribbon-red.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 139px;
  height: 137px;
  top: -15px;
  right: -14px;
  z-index: 30;
}
.ribbon-blk .ribbon-inner {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  position: relative;
  height: 137px;
}
.ribbon-blk .ribbon-inner span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
}
.ribbon-blk .ribbon-inner span:first-child {
  top: 32px;
  right: 9px;
}
.ribbon-blk .ribbon-inner span:last-child {
  top: 45px;
  right: 25px;
}
.t-f-ttl h3 {
  margin-bottom: 10px;
}
.t-f-ttl h3 a {
  color: #333;
}
.t-f-ttl .vote-count {
  font-size: 15px;
}
.t-f-ttl .rate-star {
  margin-right: 10px;
}
.t-f-ttl .rate-star .star {
  width: 19px;
  height: 19px;
  background-size: cover;
}
.t-f-ttl .browse-game {
  display: inline-block;
  margin: 15px 0;
  color: #fff;
  background-color: #ff9700;
  text-transform: uppercase;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  transition: all 0.3s ease;
}
.t-f-ttl .browse-game:hover {
  background-color: #e68800;
}
.t-f-teaser {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.t-f-teaser p {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #666;
  font-weight: 400;
}
.t-f-teaser p:last-child {
  margin-bottom: 0;
}
.t-f-btn .t-btn {
  display: inline-block;
  width: 105px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #a8a8a8;
  margin-right: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.t-f-btn .t-btn i {
  margin-right: 5px;
}
.t-f-btn .t-btn:hover {
  background-color: #8f8f8f;
}
.t-f-btn .t-btn.big {
  margin-top: 0;
  height: 45px;
  width: 104px;
  text-align: center;
  line-height: 45px;
  background-color: #9fd632;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 0;
}
.t-f-btn .t-btn.big:hover {
  background-color: #82b223;
}
.game-blk {
  width: calc(100% - 180px);
  float: left;
}
.banner-blk {
  float: right;
  position: relative;
  width: 160px;
  height: 600px;
  background-color: #a8a8a8;
  margin-left: 20px;
  padding: 10px;
}
.banner-itm {
  width: 138px;
  height: 138px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.banner-itm .banner-btn {
  display: block;
}
.banner-itm .banner-btn img {
  width: 100%;
}
.banner-itm:last-child {
  margin-bottom: 0;
}
.game-itm {
  border: 5px solid #a8a8a8;
  position: relative;
  margin-bottom: 20px;
}
.game-itm .rank {
  border-top-color: #a8a8a8;
}
.game-itm .game-img {
  width: calc(100% - 380px);
  float: left;
}
.game-itm .game-img a {
  display: block;
}
.game-itm .game-img img {
  width: 100%;
  height: auto;
}
.game-capt {
  width: 380px;
  float: left;
  padding: 15px 20px;
}
.game-capt .game-ttl {
  margin-bottom: 10px;
}
.game-capt .game-ttl h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.game-capt .game-ttl h3 a {
  color: #333;
}
.game-capt .rate-star .star {
  width: 19px;
  height: 19px;
  background-size: cover;
}
.game-capt .game-teaser {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  height: 54px;
  margin-bottom: 10px;
  overflow: hidden;
}
.game-capt .browse-game {
  margin-top: 4px;
  background-color: #ff9700;
  color: #fff;
  display: block;
  float: left;
  width: 75px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  transition: all 0.3s ease;
}
.game-capt .browse-game:hover {
  background-color: #e68800;
}
.game-capt .play-game {
  display: block;
  float: right;
  color: #fff;
  background-color: #9fd632;
  width: 149px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
}
.game-capt .play-game i {
  margin-right: 10px;
}
.game-capt .play-game:hover {
  background-color: #91c728;
}
/*
 *
 * Modal css
 * 1. Info modal
 *
*/
.m-side-rate {
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.m-rate-itm {
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfdf;
}
.m-rate-itm:last-child {
  border-bottom: none;
}
.m-rate-itm strong {
  font-weight: 300;
  font-size: 16px;
}
.m-rate-itm .star-blk {
  float: right;
}
.m-rate-itm .star-blk .star {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/wp-content/themes/berlin-west-child/images/star.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
}
.m-btn-group {
  margin-bottom: 25px;
}
.m-btn-group .btn-itm {
  display: block;
  background-color: #f8f8f8;
  color: #9fd632;
  font-weight: 500;
  width: 100%;
  line-height: 47px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.m-btn-group .btn-itm:hover {
  background-color: #ebebeb;
}
.other-games {
  border: 1px solid #dfdfdf;
  padding: 15px;
}
.other-game-itm {
  position: relative;
  margin-bottom: 15px;
}
.other-game-itm .other-game-img {
  margin-bottom: 20px;
}
.other-game-itm .other-game-img a {
  display: block;
}
.other-game-itm .other-game-img img {
  width: 100%;
}
.other-game-itm .other-game-ttl {
  margin-bottom: 20px;
}
.other-game-itm .other-game-ttl h3 {
  font-weight: 400;
  font-size: 24px;
}
.other-game-itm .other-game-ttl h3 a {
  color: #000;
}
.other-game-itm .game-teaser {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.other-game-itm .game-teaser p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666;
  font-weight: 400;
}
.other-game-itm .game-teaser p:last-child {
  margin-bottom: 0;
}
.other-game-btn .btn-itm {
  display: inline-block;
  width: 86px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #a8a8a8;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
}
.other-game-btn .btn-itm i {
  margin-right: 10px;
}
.other-game-btn .btn-itm:hover {
  background-color: #8f8f8f;
}
.other-game-btn .btn-itm.big {
  background-color: #9fd632;
  height: 40px;
  line-height: 40px;
  width: 110px;
  font-size: 16px;
}
.other-game-btn .btn-itm.big:hover {
  background-color: #82b223;
}
#carousel {
  height: 76px;
  overflow: hidden;
}
.game-slide-img.flexslider {
  margin-bottom: 10px;
}
.inf-main-img {
  margin-bottom: 15px;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  padding: 10px;
  overflow: hidden;
}
.inf-main-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 25px;
}
.inf-main-content h3:first-child {
  margin-top: 0;
}
.inf-main-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.m-inf-ft {
  position: fixed;
  width: 100%;
  background-color: #363636;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
}
.m-inf-ft .m-ft-ct {
  text-align: left;
  width: 1058px;
  margin: 0 auto;
  padding: 10px 10px;
}
.m-inf-ft .ft-rate-vote {
  display: inline-table;
  vertical-align: middle;
}
.m-inf-ft .m-ft-btn {
  display: inline-block;
  width: 349px;
  height: 64px;
  outline: none;
  text-transform: uppercase;
  border: none;
  font-size: 24px;
  transition: all 0.3s ease;
}
.m-inf-ft .m-ft-btn.orange-btn {
  color: #ff9700;
  margin-right: 35px;
  background-color: transparent;
}
.m-inf-ft .m-ft-btn.orange-btn:hover {
  color: #e68800;
}
.m-inf-ft .m-ft-btn.green-btn {
  float: right;
  background-color: #9fd632;
}
.m-inf-ft .m-ft-btn.green-btn:hover {
  background-color: #91c728;
}
.ft-rate-vote {
  height: 25px;
  position: relative;
}
.ft-rate-vote .rate {
  margin-right: 15px;
  display: inline-block;
}
.ft-rate-vote .vote {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.ft-rate-vote .star {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/wp-content/themes/berlin-west-child/images/star.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
}
.playvideo {
  margin-bottom: 20px;
}
.playvideo button {
  display: block;
  width: 100%;
  outline: none;
  background-color: #9fd632;
  border: none;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 76px;
  text-align: center;
  transition: all 0.4s ease;
}
.playvideo button:hover {
  background-color: #91c728;
}
.playvideo button i {
  margin-right: 15px;
}
.vid-modal {
  height: 556px;
}
.videoModal .modal-content {
  background-color: transparent;
  border: none;
}
.videoModal .modal-content .close {
  padding-right: 25px;
  font-size: 20px;
}
.videoModal .modal-header {
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
.slides,
.slides > li,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  display: inline-block;
  content: '\f104';
  color: rgba(255, 255, 255, 0.8);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
/*
 *
 * Custom css
 * 1. Container
 * 2. Modal
 *
*/
.modal-content .close {
  font-size: 32px;
  outline: none;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-sidebar {
  width: 330px;
  margin-left: 20px;
  float: left;
}
.modal-main {
  width: calc(100% - 350px);
  float: left;
}
/*@import "responsive/responsive-1200px-min.less";
@import "responsive/responsive-768px-979px.less";
@import "responsive/responsive-480px-767px.less";
@import "responsive/responsive-480px-max.less";*/
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  .container {
    width: auto;
  }
   .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
   .col-md-6, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
   .col-lg-6, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
