/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin,latin-ext);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
  -webkit-tap-highlight-color: transparent;
}

body {
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #100d0d;
  background-color: #fff;*/
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #100d0d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 969px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  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.42857;
  color: #666;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #564646;
}

@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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.42857;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #100d0d;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #100d0d;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

section {
  float: left;
  width: 100%;
  overflow: hidden;
}

*:focus {
  outline: none;
}

.t {
  display: table;
}

.t .tr {
  display: table-row;
}

.t .tr .td {
  display: table-cell;
}

.hamburger {
  display: none;
  float: right;
  width: 30px;
}

.hamburger span {
  float: left;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  background: #282882;
}

.top {
  float: left;
  width: 100%;
  height: 50px;
  background: url("../images/htop.png") repeat-y center top;
}

.tleft {
  float: left;
  width: 30%;
  padding-top: 12px;
}

.tleft ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tleft ul li {
  list-style: none;
  float: left;
  width: 40%;
}

.tleft ul li:last-child {
  width: 20%;
}

.ic {
  float: left;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ic.fb {
  background: url("../images/fb.png") no-repeat;
}

.ic.fb:hover {
  background: url("../images/fb-h.png") no-repeat;
}

.ic.tw {
  background: url("../images/tw.png") no-repeat;
}

.ic.tw:hover {
  background: url("../images/tw-h.png") no-repeat;
}

.ic.gp {
  background: url("../images/gp.png") no-repeat;
}

.ic.gp:hover {
  background: url("../images/gp-h.png") no-repeat;
}

.tright {
  float: right;
  width: 67%;
  padding-top: 13px;
}

.tright ul {
  float: left;
  margin: 0;
  padding: 0;
}

.tright ul li {
  list-style: none;
  float: left;
  margin-right: 72px;
  padding-top: 2px;
}

.tright ul li a {
  color: #fff;
}

.tright ul li a:hover {
  text-decoration: underline;
}

.tright select {
  float: right;
  border: 0;
  border-bottom: 1px #fff solid;
  background: none;
  color: #fff;
  text-align: left;
  width: 68px;
}

.tright select option {
  color: #100d0d;
}
/*
.expo-btn-menu-bg {
  background-color: #282882;
}
.expo-btn-menu {
  color: #fff;
  border-color: #282882 !important;
}
.expo-btn-menu-bg a:hover {
  color: #fff;
  border-color: #282882 !important;
  text-decoration: underline;
}
.expo-btn-menu-bg a:active {
  color: #fff;
  border-color: #282882 !important;
}
*/
.keyvisual {
  float: left;
  width: 100%;
  height: 540px;
  background-size: cover !important;
}

.links {
  float: right;
  max-width: 458px;
  padding: 38px 48px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(171, 171, 171, 0.85);
  margin-top: 30px;
}

.links ul {
  padding: 0;
  margin: 0;
}

.links ul li {
  float: left;
  width: 100%;
  list-style: none;
}

.links ul li a {
  float: left;
  position: relative;
  width: 100%;
  padding: 17px 10px 17px 78px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: #1b4091;
  background: #d7d7d7;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links ul li a:hover {
  text-decoration: none;
  background: #5d5dd2;
  color: #fff;
}

.links ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 59px;
  height: 59px;
  background: #4645df;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  content: "";
}

.links ul li.l1 a:after {
  background-image: url("../images/l1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.links ul li.l2 a:after {
  background-image: url("../images/l2.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.links ul li.l3 a:after {
  background-image: url("../images/l3.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.links ul li.l4 a:after {
  background-image: url("../images/l4.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.links ul li.l5 a:after {
  background-image: url("../images/l5.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.levels {
  float: left;
  width: 100%;
  background: #282882;
}

.levels .level {
  float: left;
  width: 33.33333333333333333%;
  background: url("../images/half-grey.png") no-repeat left center;
}

.levels .level .t {
  width: 100%;
}

.levels .level .t .tf {
  width: 130px;
  text-align: center;
}

.levels .level .t .tf h3 {
  margin: 0;
  padding: 0;
  color: #282882;
  font-weight: bold;
  font-size: 30px;
}

.levels .level .t .td.tf {
  vertical-align: middle;
}

.levels .level .t .td {
  height: 240px;
  vertical-align: top;
  padding-top: 20px;
}

.ns_bullet_indent-fix {
  margin-left: 10px;
}

@media screen and (max-width: 990px) {
  .ns_bullet_indent-fix {
    margin-left: 0;
  }
}

.levels .level .t .td ul {
  padding: 0 0 0 35px;
  margin: 0;
}

.levels .level .t .td ul li {
  list-style: none;
  margin: 5px 0;
  font-size: 16px;
}

.levels .level .t .td ul li a {
  font-size: 16px;
  color: #fff;
}

.news {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.title {
  width: 100%;
  border-bottom: 1px solid #d1d3d4;
}

.title .archive {
  position: absolute;
  right: 0;
  top: 12px;
}

.title h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  color: #100d0d;
  padding: 0 0 15px;
  margin: 0;
}

.articles article {
  float: left;
  width: 100%;
  padding: 25px 0;
  border-top: 1px #ededed solid;
}

.articles article:first-child {
  border-top: 0;
}

.articles article .img {
  float: left;
  width: 26%;
  position: relative;
}

.articles article .img .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #4645df;
  padding: 10px 0;
  width: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.articles article .date-exposed {
  color: #fff;
  background: #4645df;
  padding: 10px 0;
  float: left;
  width: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.articles article .img img {
  width: 100%;
}

.articles article .article-content {
  float: left;
  width: 74%;
  padding-left: 30px;
}

.articles article .article-content-alt {
  float: left;
  width: 74%;
  padding-left: 0;
  padding-right: 0;
}

.articles article .article-content h3 {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 5px;
  padding: 0;
  font-weight: normal;
}

.articles article .article-content p {
  margin-top: 0;
  text-align: justify;
}

.articles article .article-content .more {
  color: #282882;
  text-decoration: underline;
}

.articles article .article-content .more:hover {
  text-decoration: none;
}

.articles.articles-side article .img-alt {
  width: 30%;
  padding-right: 0;
}

@media (max-width: 990px) {
  .articles.articles-side article .img-alt {
    width: 25% !important;
    float: right !important;
  }

  .articles article .date-exposed {
    margin: 0 10px 10px 0 !important;
  }

  .articles.articles-side article .article-content {
    width: 70% !important;
  }
}

.articles.articles-side .article-content-content {
  padding-right: 0;
}

.articles.articles-side article .article-content {
  width: 70%;
}

.front-contact {
  width: 100%;
  background: #d7d7d7 url("../images/cf-bg.jpg") no-repeat center top;
  padding: 15px 0;
}

.front-contact label {
  font-size: 16px;
  color: #282882;
  font-weight: normal;
  margin-bottom: 10px;
}

.front-contact input,
.front-contact select,
.front-contact textarea {
  border: 1px #a1a1a1 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #282882;
}

.front-contact input,
.front-contact select {
  height: 48px;
}

.front-contact input[name="gdpr[]"] {
  height: auto;
}

.front-contact .wpcf7-list-item.first,
.wpcf7-list-item.first {
  margin-left: 0;
}

.front-contact textarea {
  height: 143px;
  margin-bottom: 26px;
  padding: 15px;
}

.form-control::-webkit-input-placeholder {
  color: #6f6fab;
}

.form-control:-moz-placeholder {
  color: #6f6fab;
}

.form-control::-moz-placeholder {
  color: #6f6fab;
}

.form-control:-ms-input-placeholder {
  color: #6f6fab;
}

.location {
  float: left;
  width: 100%;
  padding: 35px 0 10px;
}

.location .title {
  margin-bottom: 22px;
}

.location h3 {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  color: #282882;
}

.location h4 {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 0 5px;
  color: #282882;
  border-bottom: 1px #a1a1a1 solid;
}

.location p {
  margin-top: 0;
  line-height: 24px;
}

.location .info {
  margin-bottom: 20px;
}

.location .tel {
  padding: 4px 0 4px 30px;
  background: url("../images/tel-icon.png") no-repeat left center;
  font-weight: bold;
}

.map iframe {
  border: 0;
  width: 100%;
  height: 410px;
}

.subkeyvisual {
  float: left;
  width: 100%;
  height: 242px;
  background-size: cover !important;
}

.map-subpage {
  float: left;
  width: 100%;
}

.map-subpage iframe {
  border: 0;
  width: 100%;
  height: 560px;
}

.content {
  float: left;
  width: 100%;
}

.content .title {
  margin-bottom: 30px;
}

.content img {
  margin-bottom: 20px;
}
/*
.subarticles {
  float: left;
  width: 100%;
}
*/
.subarticles article {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.subarticles article time {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #959595;
  margin-bottom: 5px;
}

.subarticles article h2 {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.subarticles article h2 a {
  color: #282882;
}

.subarticles article p {
  margin: 0 0 20px 0;
}

.subarticles article .more {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #282882;
  color: #fff;
  padding: 6px 22px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table tr th {
  padding: 10px 0;
  border-bottom: 2px #d7d7d7 solid;
  font-weight: bold;
}

table tr td {
  padding: 10px 0;
  border-bottom: 1px #d7d7d7 solid;
}

table tr:last-child td {
  border-bottom: 0;
}

.ter-text {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.ter-text .tt {
  display: table-cell;
}

.ter-text .tt span {
  padding: 10px 0 10px 50px;
  background: url("../images/icon.png") no-repeat left center;
}

.bt-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bt-text .tt {
  float: left;
  width: 269px;
  margin-left: 20px;
}

.bt-text .tt:first-child {
  margin-left: 0;
}

.bt-text .tt div {
  display: table;
  width: 100%;
  height: 69px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: url("../images/bt-2.png") no-repeat;
}

.bt-text .tt div span {
  display: table-cell;
  width: 100%;
  padding: 0 30px;
  text-transform: uppercase;
  height: 69px;
  vertical-align: middle;
}

.bt-text .tt div.active {
  color: #fff;
  background: url("../images/bt-1.png") no-repeat;
}

/*
.pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  float: left;
  list-style: none;
  margin: 0 4px;
}

.pagination ul li a {
  font-size: 16px;
  border: 1px #b7b7b7 solid;
  color: #282882;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination ul li a:hover {
  text-decoration: none;
  border-color: #282882;
}

.pagination ul li.active a {
  border-color: #282882;
}
*/
aside {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

aside .title {
  margin-bottom: 20px;
}

aside .title h2 {
  font-size: 24px;
}

aside .title:after {
  width: 170px;
}

.green .top {
  background: url("../images/htop-green.png") repeat-y center top;
}

.green header nav ul li {
  font-weight: bold;
}

.green header nav ul li.active a {
  color: #8bc200;
}

.green .ic.fb {
  background: url("../images/fb-w.png") no-repeat;
}

.green .ic.fb:hover {
  background: url("../images/fb-h.png") no-repeat;
}

.green .ic.tw {
  background: url("../images/tw-w.png") no-repeat;
}

.green .ic.tw:hover {
  background: url("../images/tw-h.png") no-repeat;
}

.green .ic.gp {
  background: url("../images/gp-w.png") no-repeat;
}

.green .ic.gp:hover {
  background: url("../images/gp-h.png") no-repeat;
}

.green .contact-line .cl ul li.tel {
  background: url("../images/t-ic-green.png") no-repeat left center;
}

.green .contact-line .cl ul li.mail {
  background: url("../images/m-ic-green.png") no-repeat left center;
}

.header-wide {
  float: left;
  width: 100%;
  background-size: cover !important;
}

.header-wide .keyvisual {
  height: auto;
  padding: 75px 0 110px;
}

.header-wide header nav ul li a {
  border-bottom: 0 !important;
}

.video {
  position: relative;
  float: left;
  width: 100%;
  height: 463px;
  background: url("../images/video.jpg") no-repeat;
  background-size: cover;
}

.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -51px;
  width: 102px;
  height: 74px;
  background: url("../images/play.png") no-repeat;
}

.key-t {
  display: table;
}

.key-t .key-cell {
  display: table-cell;
  vertical-align: middle;
}

.key-form {
  float: left;
  position: relative;
  width: 460px;
  padding: 130px 35px 22px;
  background: rgba(40, 39, 129, 0.8);
  color: #fff;
}

.key-form span.wpcf7-list-item.first {
  margin-left: 0;
}

#wpcf7-f15342-o1 span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.seminar_prijava .podjetje_wrap {
  display: none;
}

.key-form label {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  margin: 0 0 3px;
  font-size: 16px;
}

.key-form input,
.key-form select {
  font-size: 12px;
}

.key-form .key-form-footer {
  padding-right: 120px;
  background: url("../images/book.png") no-repeat right center;
  font-size: 18px;
  line-height: 24px;
  color: #8bc200;
}

.key-form .key-form-title {
  background: #8bc200;
  color: #fff;
  position: absolute;
  top: -18px;
  left: 25%;
  width: 50%;
  padding: 27px 20px;
  text-align: center;
}

.key-form .key-form-title h3 {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 100;
  text-transform: uppercase;
}

.key-form .key-form-title h3 strong {
  display: inline-block;
  width: 100%;
}

.btn-green {
  background: #8bc200;
}

.btn-green:hover {
  color: #fff;
  background: #b1d654;
  text-decoration: none;
}

.key-title {
  padding-left: 30px;
}

.key-title h1 {
  font-size: 51px;
  color: #282882;
  font-weight: bold;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.key-title h2 {
  font-size: 43px;
  color: #282882;
  font-weight: bold;
  line-height: 49px;
  margin: 0;
  padding: 0;
}

.grey-info {
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #eaeaea;
}

.grey-info h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #282882;
  margin: 0;
  padding: 0;
}

.grey-info h2 a {
  color: #282882;
}

.grey-info p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #282882;
}

.grey-table {
  display: table;
}

.grey-table .grey-cell {
  display: table-cell;
  vertical-align: middle;
}

.grey-table .grey-cell.first {
  width: 40%;
  padding-right: 78px;
  border-right: 2px #b7b7b7 solid;
}

.grey-table .grey-cell.last {
  width: 60%;
  padding-left: 65px;
}

.grey-table .grey-cell .info-day {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.grey-table .grey-cell .info-day:first-child {
  margin-top: 0;
}

.grey-table .grey-cell .info-day .date {
  float: left;
  width: 43px;
  background: #8bc200;
  color: #282882;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 5px 8px;
  margin-right: 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.grey-table .grey-cell .info-day .date strong {
  display: inline-block;
  width: 100%;
}

.grey-table .grey-cell .info-day p {
  float: left;
  margin-top: 12px;
}

.grey-table .grey-cell .info-day .btn {
  float: right;
  padding: 9px 15px;
}

.content-boxes {
  float: left;
  width: 100%;
  padding: 75px 0;
}

.box {
  display: inline-block;
  width: 100%;
  min-height: 375px;
  padding: 25px 15px;
  background: #282882;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box h3 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.box ul {
  padding: 0;
  margin: 0;
}

.box ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  background: url("../images/green-box.png") no-repeat left 4px;
}

.box ul li a {
  color: #fff;
  font-size: 16px;
}

.box:hover {
  background: #8bc200;
  border: 6px #b1d654 solid;
}

.box:hover ul li {
  background: url("../images/box.png") no-repeat left 4px;
}

.info-content-wrap {
  float: left;
  width: 100%;
  padding: 25px 0;
  font-size: 14px;
}

.info-content-wrap .title {
  margin-bottom: 30px;
}

.ok {
  padding: 0;
  margin: 0;
}

.ok li {
  list-style: none;
  margin-bottom: 10px;
  padding: 3px 0 3px 38px;
  background: url("../images/ok.png") no-repeat left 2px;
}

.features-slider {
  float: left;
  width: 100%;
}

.features-slider .numb {
  float: left;
  padding: 35px 0 0 0;
  width: 98px;
  height: 130px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 60px;
  line-height: 60px;
  background: #8bc200;
  color: #fff;
  font-weight: 100;
  margin: 0 15px 0 0;
  text-align: center;
}

.features-slider p {
  font-size: 18px;
  font-style: italic;
  margin: 0;
  line-height: 36px;
}

.slick-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #282882;
  border: 0;
  text-indent: -9999px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 2px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #8bc200;
}

.blue-line-info {
  float: left;
  width: 100%;
  background: url("../images/blue-line-bg.png") no-repeat center top;
  padding: 30px 0;
  color: #fff;
}

.blue-line-info h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px 0;
  padding: 0;
  color: #fff;
}

.blue-line-info p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 100;
}

.blue-line-info .bli-ico.bc-1 a:after {
  background: url("../images/b-ic-1.png") no-repeat;
}

.blue-line-info .bli-ico.bc-2 a:after {
  background: url("../images/b-ic-2.png") no-repeat;
}

.blue-line-info .bli-ico.bc-3 a:after {
  background: url("../images/b-ic-3.png") no-repeat;
}

.blue-line-info .bli-ico a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 23px 0 27px 112px;
  position: relative;
}

.blue-line-info .bli-ico a:after {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 107px;
  height: 107px;
  content: "";
  border: 5px transparent solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.blue-line-info .bli-ico a:hover {
  text-decoration: none;
}

.blue-line-info .bli-ico a:hover h5 {
  text-decoration: underline;
}

.blue-line-info .bli-ico a:hover:after {
  border: 5px #536c49 solid;
}

.student-slider-wrap {
  float: left;
  width: 100%;
  padding: 30px 0 50px;
  background: #d7d7e7 url("../images/student-bg.png") no-repeat center bottom;
}

.student-slider-wrap .title {
  margin-bottom: 35px;
}

.student-slider {
  float: left;
  width: 100%;
  padding: 0 66px;
}

.student-slider .slick-slide {
  padding: 0 30px 10px 0;
}

.student-slider img {
  float: left;
  margin-right: 30px;
}

.student-slider h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.student-slider p {
  font-size: 14px;
  margin-bottom: 20px;
}

.student-slider .btn {
  font-size: 14px;
}

.student-slider .slick-arrow {
  position: absolute;
  width: 26px;
  height: 89px;
  top: 34px;
  border: 0;
  text-indent: -9999px;
}

.student-slider .slick-arrow.slick-prev {
  left: 16px;
  background: url("../images/bit-left-o.png") no-repeat;
}

.student-slider .slick-arrow.slick-prev:hover {
  background: url("../images/big-left.png") no-repeat;
}

.student-slider .slick-arrow.slick-next {
  right: 16px;
  background: url("../images/bit-right-o.png") no-repeat;
}

.student-slider .slick-arrow.slick-next:hover {
  background: url("../images/big-right.png") no-repeat;
}

.contact-line {
  float: left;
  width: 100%;
  background: #d7d7d7;
}

.contact-line .cl {
  float: left;
  width: 33.33333333333333%;
  border-left: 1px #8d8d8d solid;
  padding: 15px;
}

.contact-line .cl:first-child {
  border-left: 0;
  padding-left: 0;
}

.contact-line .cl h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

.contact-line .cl ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.contact-line .cl ul li {
  float: left;
  width: 50%;
  list-style: none;
  padding: 3px 0 3px 34px;
}

.contact-line .cl ul li.tel {
  background: url("../images/t-ic.png") no-repeat left center;
}

.contact-line .cl ul li.mail {
  background: url("../images/m-ic.png") no-repeat left center;
}

.copy {
  float: left;
  width: 100%;
  padding: 34px 0 23px;
  font-size: 12px;
  color: #fff;
  background: #282882;
}

.copy .ns {
  float: right;
  color: #fff;
  padding-right: 130px;
  background: url("../images/ns.png") no-repeat right center;
}

@media (max-width: 1200px) {
  .tleft ul {
    width: 84%;
  }
  .tright ul li {
    margin-right: 60px;
  }
  .logo {
    display: inline-block;
    width: 180px;
    margin-top: 18px;
  }
  /*header {
    padding-top: 10px;
  }
  header nav ul li {
    margin-left: 20px;
  }
  header nav ul li a {
    font-size: 14px;
  }*/
  .links {
    width: 400px;
  }
  .levels .level .t .td ul li a {
    font-size: 16px;
  }
  .enews h3 {
    font-size: 16px;
  }
  .contact-line .cl ul li {
    font-size: 13px;
  }
  footer img {
    width: 110px;
  }
  .bt-text .tt {
    width: 30%;
    margin-left: 3%;
  }
  .bt-text .tt div {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .ter-text {
    display: inline-block;
  }
  .ter-text .tt {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
  }
  .key-form {
    width: 420px;
  }
  .key-title h1 {
    font-size: 48px;
  }
  .key-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .tleft ul {
    width: 64%;
  }
  .tright ul li {
    margin-right: 30px;
  }
  .map {
    margin-bottom: 30px;
  }
  .links {
    padding: 25px;
  }
  .enews input {
    margin: 10px 0;
  }
  .contact-line .cl {
    width: 100%;
    padding: 15px 0;
    border-left: 0;
    border-top: 1px #8d8d8d solid;
  }
  .contact-line .cl:first-child {
    border-top: 0;
  }
  .copy {
    text-align: center;
  }
  .copy .ns {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  .levels .level {
    width: 100%;
    border-top: 1px #d7d7d7 solid;
    background-position: -20px center;
  }
  .levels .level:first-child {
    border-top: 0;
  }
  .levels .level .t .td ul {
    padding: 0 0 0 15px;
  }
  footer .col-md-6,
  footer .col-md-5,
  footer .col-md-7,
  footer .col-md-3 {
    display: inline-block;
    width: 100%;
  }
  footer h4 {
    display: inline-block;
    width: 100%;
    margin: 20px 0 15px 0;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
  }
  .logo {
    margin: 18px 0;
  }
  /*
  nav {
    margin: 0;
  }
  nav ul {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 82px;
    width: 100%;
    background: #fff;
  }
  nav ul li {
    width: 100%;
    margin: 0 !important;
    padding: 10px 20px;
    border-bottom: 1px #ccc solid;
  }
  nav ul li a {
    padding: 0 !important;
    border: 0 !important;
  }
    */
  .video {
    height: 350px;
  }
  .box {
    margin-bottom: 30px;
  }
  .ok {
    margin-bottom: 30px;
  }
  .key-form {
    width: 380px;
  }
  .key-form .key-form-title h3 {
    font-size: 22px;
  }
  .key-form .key-form-footer {
    font-size: 16px;
  }
  .key-title h1 {
    font-size: 44px;
  }
  .key-title h2 {
    font-size: 38px;
  }
  .blue-line-info {
    background-size: cover;
  }
  .grey-table .grey-cell.first {
    padding-right: 30px;
  }
  .grey-table .grey-cell.last {
    padding-left: 30px;
  }
  .grey-table .grey-cell .info-day .date {
    margin-right: 20px;
  }
  .grey-table .grey-cell .info-day .btn {
    margin-top: 10px;
  }
  .blue-line-info .bli-ico {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .links {
    padding: 15px;
    width: 100%;
  }
  .top {
    height: auto;
    background: #282882 url("../images/topm.png") repeat-x left top;
  }
  .tleft {
    width: 100%;
    padding: 5px 0;
  }
  .tleft ul {
    width: 100%;
  }
  .tleft ul li {
    width: 33.33333333333333%;
    text-align: center;
  }
  .tleft ul li .ic {
    float: none;
    display: inline-block;
  }
  .tright {
    width: 100%;
    padding: 5px 0;
  }
  .keyvisual {
    height: auto;
    padding: 25px 0;
  }
  .subkeyvisual {
    height: 180px;
  }
  .links {
    margin-top: 0;
  }
  .links ul li a {
    font-size: 14px;
    padding: 17px 5px 17px 63px;
  }
  .links ul li a:after {
    width: 53px;
    height: 53px;
  }
  .subarticles article {
    margin-bottom: 40px;
  }
  .green .top {
    background: #282882 url("../images/topm-green.png") repeat-x left top;
  }
  .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .features-slider .numb {
    width: 70px;
    height: 100px;
    font-size: 48px;
    padding: 21px 0 0 0;
  }
  .features-slider p {
    font-size: 16px;
    line-height: 28px;
  }
  .key-t {
    display: inline-block;
    width: 100%;
  }
  .key-t .key-cell {
    display: inline-block;
    width: 100%;
  }
  .key-form {
    width: 100%;
  }
  .key-form .key-form-title {
    left: 20%;
    width: 60%;
  }
  .key-form .key-form-title h3 {
    font-size: 20px;
  }
  .key-title {
    display: none;
  }
  .header-wide .keyvisual {
    padding: 40px 0;
  }
  .grey-table {
    display: inline-block;
    width: 100%;
  }
  .grey-table .grey-cell.first {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    border: 0;
  }
  .grey-table .grey-cell.last {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .grey-table .grey-cell .info-day .btn {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .bt-text .tt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .bt-text .tt div {
    background-size: cover;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .bt-text .tt div.active {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-size: cover;
  }
  .video {
    height: 280px;
  }
  .grey-table .grey-cell .info-day .btn {
    float: left;
    width: 100%;
  }
  .student-slider {
    padding: 0 40px;
  }
  .student-slider .slick-slide {
    padding: 0 0 10px 0;
  }
  .student-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .student-slider .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 540px) {
  .tright .pull-right {
    width: 100%;
  }
  .tright ul {
    width: 100%;
    text-align: center;
  }
  .tright ul li {
    width: 50%;
    margin: 3px 0;
  }
  .tright select {
    margin-top: 8px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .student-slider img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .student-slider .slick-arrow {
    top: 50%;
    margin-top: -48px;
  }
}
/* VIDEO GALLERY HOMEPAGE ---- START */

.youtube-section-wrapper {
  float: left;
  width: 100%;
  /* margin-top: 15px; */
  padding-top: 30px;
  padding-bottom: 20px;
  background: #282882;
  color: white;
}
.youtube-section-wrapper .title {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
  float: none;
}
.youtube-section-wrapper h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  color: #100d0d;
  padding: 0 0 15px;
  margin: 0;
}
.youtube-section-wrapper .title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 215px;
  height: 4px;
  background: #282882;
  content: "";
  margin: 0 auto;
  right: 0;
}
.youtube-section-wrapper .row {
  display: flex;
  align-items: center;
}
.youtube-section-wrapper .playme-content {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.youtube-section-wrapper .playlist-wrapper {
  display: flex;
  flex-direction: column;
}
.youtube-section-wrapper .playlist-wrapper .mb10 {
  margin-bottom: 10px;
}
.youtube-section-wrapper .playlist-title {
  text-align: center;
}
.youtube-section-wrapper .playme-content:hover h5 {
  text-decoration: underline;
  cursor: pointer;
}
.video-title {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .youtube-section-wrapper h2 {
    font-size: 28px;
  }
  .youtube-section-wrapper .playlist-title {
    margin-top: 25px;
  }
  .youtube-section-wrapper .title {
    float: none;
  }
  .youtube-section-wrapper .row {
    display: block;
  }
}
@media (min-width: 992px) {
  .youtube-section-wrapper .playlist-title {
    margin-top: -50px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .youtube-section-wrapper .playlist-wrapper .mb10 {
    margin-bottom: -4px;
  }
}
/* VIDEO GALLERY HOMEPAGE ---- END */

.display-grid .wpcf7-checkbox {
  display: grid !important;
}
.display-grid .wpcf7-list-item {
  margin-left: 0 !important;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s;
  z-index: 9999;
}

.back-to-top:hover {
  background-color: #34495e;
  color: #fff;
  text-decoration: none;
}

.back-to-top i {
  font-size: 20px;
}
