﻿@charset "UTF-8";
/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
/*------------------------------------*\
	@SETTINGS #FONTS
\*------------------------------------*/
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarBold';
  src: url("../fonts/GothamNarrow-Bold.eot");
  src: url("../fonts/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Bold.woff") format("woff"), url("../fonts/GothamNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TungstenSemibold';
  src: url("../fonts/Tungsten-Semibold.eot");
  src: url("../fonts/Tungsten-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tungsten-Semibold.woff") format("woff"), url("../fonts/Tungsten-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TungstenBook';
  src: url("../fonts/Tungsten-Book.eot");
  src: url("../fonts/Tungsten-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Tungsten-Book.woff") format("woff"), url("../fonts/Tungsten-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    @SETTINGS #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    @TOOLS #MIXINS
\*------------------------------------*/
/*------------------------------------*\
    @GENERIC #BOOTSTRAP
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
}
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%;*/
  width: 100%!important;
  height: auto;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 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, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container--sm, .container--flat {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container--sm:before, .container--flat:before, .container:after, .container--sm:after, .container--flat:after {
  content: " ";
  display: table;
}
.container:after, .container--sm:after, .container--flat:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .container--sm, .container--flat {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container--sm, .container--flat {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container--sm, .container--flat {
    width: 1200px;
  }
}

.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 {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > 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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > 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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  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: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
  width: auto;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  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:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .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: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent #e5e5e5;
  text-decoration:underline;
  text-decoration-color: red;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
  
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #337ab7;
}

.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: 3px;
}
.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 transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 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 {
  padding-top: 20px;
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container--sm > .navbar-header, .container--flat > .navbar-header,
.container > .navbar-collapse,
.container--sm > .navbar-collapse,
.container--flat > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header, .container--sm > .navbar-header, .container--flat > .navbar-header,
  .container > .navbar-collapse,
  .container--sm > .navbar-collapse,
  .container--flat > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 18px;
  line-height: 20px;
  height: auto;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container--sm .navbar-brand, .navbar > .container--flat .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 0 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
}
.navbar-btn.btn-sm {
  margin-top: auto-30px/2;
  margin-bottom: auto-30px/2;
}
.navbar-btn.btn-xs {
  margin-top: auto-22/2;
  margin-bottom: auto-22/2;
}

.navbar-text {
  margin-top: auto-20px/2;
  margin-bottom: auto-20px/2;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: transparent;
  }
  .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: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: 767px) {
  .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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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;
}

.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }
}
/*------------------------------------*\
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
}

body {
  position: relative;
  font-family: "GothamBook", sans-serif;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
  background-color: #fff;
  color: #4d4d4d;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #3b4a55;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3b4a55;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    @BASE #TYPE
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: "TungstenSemibold", sans-serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: .25em;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: .25em;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

img:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
pre:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: 20px;
}

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  height: 1px;
  margin-bottom: 20px;
}

strong {
  font-family: "GothamBold", sans-serif;
}

/*------------------------------------*\
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
/*a:visited, a:active, a:focus {
  color: #ed1c24;
}*/
.block__header a:hover {
  color: #000;
  text-decoration:none;
  border-bottom: 2px solid black;
  transition: none;
}

/*------------------------------------*\
    @BASE #LISTS
\*------------------------------------*/
ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
    @BASE #FORMS
\*------------------------------------*/
button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
  font-weight: normal;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*------------------------------------*\
    @BASE #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, letÔÇÖs
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none;
}

/*------------------------------------*\
    @OBJECTS #BUTTONS
\*------------------------------------*/
button,
button:focus,
button:active {
  outline: none !important;
  border: none;
  background-color: transparent;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}

.btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #eee;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.btn, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

/*------------------------------------*\
    @OBJECTS #FORMS
\*------------------------------------*/
.form-control {
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

textarea.form-control {
  padding: 10px 15px;
  resize: none;
  min-height: 150px;
  line-height: 1.42;
}

/*------------------------------------*\
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  fill: currentColor;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}

.not {
  position: relative;
}
.not:after {
  content: '';
  width: 2px;
  height: 20px;
  display: block;
  background-color: #ed1c24;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 1px;
}

.not-white {
  position: relative;
}
.not-white:after {
  content: '';
  width: 2px;
  height: 20px;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 1px;
}

.not-red {
    position: relative;
}

    .not-red:after {
        content: '';
        width: 2px;
        height: 20px;
        display: block;
        background-color: red;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 7px;
        top: 1px;
    }

/*------------------------------------*\
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

/*------------------------------------*\
    @OBJECTS #LIST-BARE
\*------------------------------------*/
.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
    @OBJECTS #LIST-INLINE
\*------------------------------------*/
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

/*------------------------------------*\
    @OBJECTS #JUSTIFIZE
\*------------------------------------*/
/*
    http://www.css-101.org/articles/responsive-boxes/magic-boxes.php

    <div class="justifize">
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
    </div>
*/
.justifize {
  font-size: 1px;
  /* IE 9, 10, 11 FIX */
  text-align: justify;
}
.justifize:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justifize__box {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.justifize--top .justifize__box {
  vertical-align: top;
}
.justifize--bottom .justifize__box {
  vertical-align: bottom;
}

/*------------------------------------*\
    @OBJECTS #PACK
\*------------------------------------*/
/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */
.pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}

/**
 * Cause children to adopt table-like structure.
 */
.pack__item {
  display: table-cell;
}
.pack--middle > .pack__item {
  vertical-align: middle;
}
.pack--bottom > .pack__item {
  vertical-align: bottom;
}

/**
* Cause children to pack up into available space, but not equally sized.
*/
.pack--auto {
  table-layout: auto;
}

/*------------------------------------*\
    @OBJECTS #EMBEDDED
\*------------------------------------*/
/*
    BASED ON https://github.com/suitcss/components-flex-embed/blob/master/flex-embed.css, mashed up with http://www.mademyday.de/css-height-equals-width-with-pure-css.html

    <div class="embedded">
      [iframe|object|embed]
    </div>
*/
.embedded {
  display: block;
  overflow: hidden;
  position: relative;
  /**
   * Descendant: media element
   *
   * Utility of the component is improved by provide an explicit descendant
   * class. However, it will work automatically for iframes, embeds, and objects
   * to account for times when you cannot modify the attributes for 3rd party
   * widget code.
   */
  /**
   * A pseudo-element shunt is used to provide support for `max-height`. The
   * `max-height` property has no affect when using a percentage-padding to set
   * the aspect ratio.
   */
}
.embedded .embedded__item,
.embedded video,
.embedded iframe,
.embedded embed,
.embedded object {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.embedded:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  /* initial ratio of 1:1*/
  width: 100%;
}

/**
 * Modifier: 3:1 aspect ratio
 */
.embedded--3by1:before {
  padding-bottom: 33%;
}

/**
 * Modifier: 2:1 aspect ratio
 */
.embedded--2by1:before {
  padding-bottom: 50%;
}

/**
 * Modifier: 16:9 aspect ratio
 */
.embedded--16by9:before {
  padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */
.embedded--4by3:before {
  padding-bottom: 75%;
}

.embedded--center .embedded__item,
.embedded--center video,
.embedded--center iframe,
.embedded--center embed,
.embedded--center objectd {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/*------------------------------------*\
    @OBJECTS #BOX
\*------------------------------------*/
.box {
  display: block;
}
.box:before, .box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box > :last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    @OBJECTS #CONTAINER
\*------------------------------------*/
.container--sm {
  max-width: 800px;
}

.container--flat {
  padding: 0;
}

.container--start {
  padding-top: 50px;
}

/*------------------------------------*\
	@OBJECTS #VIDEO
\*------------------------------------*/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    @OBJECTS #CAROUSEL [OWL]
\*------------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
          transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*------------------------------------*\
    @OBJECTS #SELECT [CHOSEN]
\*------------------------------------*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 1px 0 white;
  color: #342f2f;
  font-size: 14px;
  font-family: "GothamBold", sans-serif;
  text-transform: uppercase;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 38px;
  background-color: #ebebeb;
  background-image: -webkit-linear-gradient(bottom, #7a8091 0%, #7a8091 2%, #a6aab7 3%, #dddfe4 50%, #f0f1f4 74%, #f4f5f7 98%, white 100%);
  background-image: linear-gradient(to top, #7a8091 0%, #7a8091 2%, #a6aab7 3%, #dddfe4 50%, #f0f1f4 74%, #f4f5f7 98%, white 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 10px;
  right: 36px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 1px;
  background: bottom left url('/content/images/chosen-sprite2.png') no-repeat;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position:top left;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  display: block;
  width: 17px;
  height: 12px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-arrow.png") no-repeat;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-family: "GothamBook", sans-serif;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3b4a55;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    /*background-size: 52px 37px !important;
    background-repeat: no-repeat !important;*/
  }
}
/* @end */
/*------------------------------------*\
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn--primary {
  background-color: #3b4a55;
  color: #fff;
}
.btn--primary:hover {
  background-color: #263037;
}
.btn--primary:focus {
  background-color: #3b4a55;
}
.btn--primary:focus:hover {
  background-color: #263037;
}

.btn--alt {
  background-color: #ed1c24;
  background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%);
  background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.75);
  color: #fff !important;
  text-shadow: 0 1px 0 white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "GothamMedium", sans-serif;
  padding: 0px 10px;
}
.btn--alt:hover {
  background-color: #263037;
}
.btn--alt:focus {
  background-color: #3b4a55;
}
.btn--alt:focus:hover {
  background-color: #263037;
}

.facebook {
  background-color: #526589;
  background-image: -webkit-linear-gradient(bottom, #526589 0%, #405687 41%, #516391 42%, #3E5583 100%);
  background-image: linear-gradient(to top, #526589 0%, #405687 41%, #516391 42%, #3E5583 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-size: 12px;
  font-family: "GothamMedium", sans-serif;
  padding: 0px 10px;
}
.facebook:hover {
  background-color: #526589;
}
.facebook:focus {
  background-color: #526589;
}
.facebook:focus:hover {
  background-color: #526589;
}

.twitter {
  background-color: #5FA7D3;
  background-image: -webkit-linear-gradient(bottom, #4A97D4 0%, #4F9ED8 41%, #56A6D9 42%, ##5FA7D3 100%);
  background-image: linear-gradient(to top, #4A97D4 0%, #4F9ED8 41%, #56A6D9 42%, #5FA7D3 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-size: 12px;
  font-family: "GothamMedium", sans-serif;
  padding: 0px 10px;
}
.twitter:hover {
  background-color: #4A97D4;
}
.twitter:focus {
  background-color: #4A97D4;
}
.twitter:focus:hover {
  background-color: #4A97D4;
}

.google {
  background-color: #DB4F32;
  background-image: -webkit-linear-gradient(bottom, #CD513D 0%, #DF4C3A 41%, #DF4C3A 42%, #DB4F32 100%);
  background-image: linear-gradient(to top, #CD513D 0%, #DF4C3A 41%, #DF4C3A 42%, #DB4F32 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-size: 12px;
  font-family: "GothamMedium", sans-serif;
  padding: 0px 10px;
}
.google:hover {
  background-color: #CD513D;
}
.google:focus {
  background-color: #CD513D;
}
.google:focus:hover {
  background-color: #CD513D;
}

.btn {
  width: 109px;
  height: 38px;
  line-height: 38px;
}

@media (max-width: 767px) {
	.btn {
	  width: 96px;
	  height: 38px;
	  line-height: 38px;
	}
}

.btn--3d {
  text-align: center;
  padding: 0;
  color: #fff !important;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
}
.btn--3d span {
  display: inline-block;
  vertical-align: middle;
  /*margin-left: 10px;*/
  margin-top: -1px;
}
.btn--3d span i {
  color: #d3dbe0;
  font-size: 11px;
  font-style: normal;
  display: block;
  line-height: 1;
}
.btn--3d span .icon {
  display: block;
}

.btn--black {
  background-color: #1F2931;
  /*background-image: -webkit-linear-gradient(bottom, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);
  background-image: linear-gradient(to top, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);*/
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.75);
}

.btn--block {
  width:auto;
  padding:0 15px;
}

.btn--orange {
  background-color: #996300;
  background-image: -webkit-linear-gradient(bottom, #ec881e 0%, #ec881e 51%, #f29a3e 52%, #e1a769 100%);
  background-image: linear-gradient(to top, #ec881e 0%, #ec881e 51%, #f29a3e 52%, #e1a769 100%);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.35);
}

.btn--red {
  background-color: #dd878d;
  background-image: -webkit-linear-gradient(bottom, #bd1421 0%, #bd1421 51%, #c73742 52%, #dd878d 100%);
  background-image: linear-gradient(to top, #bd1421 0%, #bd1421 51%, #c73742 52%, #dd878d 100%);
  border: 1px solid rgba(169, 169, 169, 0.25);
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.35);
  opacity: 1 !important
}

.btn--grey {
  background-color: #545454;
  background-image: -webkit-linear-gradient(bottom, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);
  background-image: linear-gradient(to top, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.75);
  opacity: 0.15 !important;
}

.btn--auto {
  width: auto;
  padding: 0 20px;
}

.btn-grey {
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(bottom, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  background: linear-gradient(to top, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  border: 1px solid #4f4f4f !important;
  color: #3b4a55 !important;
  border-radius: 0;
  padding: 5px 0;
}
.btn-grey:focus, .btn-grey:active {
  background: -webkit-linear-gradient(bottom, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  background: linear-gradient(to top, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
}
.btn-grey:hover {
  background: -webkit-linear-gradient(top, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
}
.btn-grey small {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 3px;
}

.btn--circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ed1c24;
  background-image: -webkit-linear-gradient(bottom, #a10101 0%, #de4d4d 100%);
  background-image: linear-gradient(to top, #a10101 0%, #de4d4d 100%);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 2px 1.6px 0.4px rgba(0, 0, 0, 0.85), inset 0 0 3px rgba(0, 0, 0, 0.4);
}
.btn--circle .icon {
  width: 18px;
  height: 18px;
}
.btn--circle.disabled {
  opacity: .5;
}

.btn--full {
  width: 100% !important;
}

/*------------------------------------*\
    @COMPONENTS #FORMS
\*------------------------------------*/
input,
.form-control {
  /* -webkit-appearance: none; */
  /* removing inner shadow on iOS inputs */
  -webkit-font-smoothing: inherit;
  background: none;
  width: 100%;
  box-shadow: none !important;
  font-family: "GothamBook", sans-serif;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
input:hover, input:focus,
.form-control:hover,
.form-control:focus {
  border-color: #ed1c24;
}
input:invalid,
.form-control:invalid {
  box-shadow: none;
  /* fixes mozilla red outline (shadow) */
}
input[readonly],
.form-control[readonly] {
  cursor: text;
}
input::-ms-clear,
.form-control::-ms-clear {
  display: none;
  /* remove IE clear icon */
}

.form-group:before, .form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  /*-webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;*/
  z-index: 1000;
}

.header .container, .header .container--sm, .header .container--flat {
  position: relative;
}
.header a {
  padding: 0 !important;
  color: #fff;
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .header {
    margin-top: 0;
  }
}
.header .icon--search {
  width: 23px;
  height: 23px;
}

.header--min {
  position: fixed;
  top: -215px;
  left: 0;
  -webkit-transform: translateY(65px); /* -160px */
      -ms-transform: translateY(65px);
          transform: translateY(65px);
	margin-top:0;
}

@media (max-width: 768px) {
  .header--min {
	  position:relative;
	  top:auto;
	  left:auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__logo {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__logo img {
  width: 236px;
  height: 135px;
}
.header__logo:hover {
  opacity: .7;
}
@media (min-width: 769px) {
  .header--min .header__logo {
    background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), -webkit-linear-gradient(bottom, #c1272d 0%, #ed1c24 100%);
    background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), linear-gradient(to top, #c1272d 0%, #ed1c24 100%);
    -webkit-transform: translateY(125px);
        -ms-transform: translateY(125px);
            transform: translateY(125px);
    padding: 3px 30px 0 !important;
  }
  .header--min .header__logo img {
    width: 105px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 105px;
    height: 60px;
  }
}

.navbar {
  border: none;
}

.header__top {
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), -webkit-linear-gradient(bottom, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), linear-gradient(to top, #c1272d 0%, #ed1c24 100%);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 rgba(0, 0, 0, 0.75);
  text-shadow: 0.7px 0.7px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 60;
}
.header__top .container, .header__top .container--sm, .header__top .container--flat {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 769px) {
  .header__top {
    padding-top: 20px;
    min-height: 150px;
  }
}

.header__info {
  position: absolute;
  color: #fff;
  right: 30px;
  top: -10px;
  font-size: 14px;
	width: 400px;
	text-align: right;
}
.header__info span {
  position: relative;
  padding: 0 10px;
}
.header__info span:first-child {
  font-family: "GothamBold", sans-serif;
}
.header__info span + span:before {
  content: '';
  width: 1px;
  height: 16px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  box-shadow: 0.7px 0.7px 0 rgba(0, 0, 0, 0.75);
}
@media (max-width: 768px) {
  .header__info {
    display: none;
  }
}

.header__cinemas {
  margin-top: 50px;
  font-family: "TungstenSemibold", sans-serif;
  font-size: 24px;
}
.header__cinemas li {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 992px) {
	.header__cinemas li {
		padding: 0 15px;
	}
}

.header__cinemas li + li:before {
  content: '';
  width: 1px;
  height: 36px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  box-shadow: 0.7px 0.7px 0 rgba(0, 0, 0, 0.75);
}
.header__cinemas a:hover {
  opacity: .6;
}
@media (max-width: 768px) {
  .header__cinemas {
    display: none;
  }
}

.header__bottom {
  background-image: -webkit-linear-gradient(bottom, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  background-image: linear-gradient(to top, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 white;
  padding: 22px 0 21px 0;
  position: relative;
  z-index: 50;
  font-size: 12px;
  text-transform: uppercase;
}

.header__bottom--alt {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b8+0,f5f7fa+21,f5f7fa+100 */
background: #b5b6b8; /* Old browsers */
background: -moz-linear-gradient(top,  #b5b6b8 0%, #f5f7fa 21%, #f5f7fa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b5b6b8 0%,#f5f7fa 21%,#f5f7fa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b5b6b8 0%,#f5f7fa 21%,#f5f7fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b8', endColorstr='#f5f7fa',GradientType=0 ); /* IE6-9 */

  /*box-shadow: none;*/
  text-shadow: 0 1px 0 white;
  padding: 12px 0 11px 0;
  position: relative;
  z-index: 50;
  font-size: 12px;
  text-transform: uppercase;
}

/*.header__bottom--dates {
  background: linear-gradient(to bottom, #b5b6b8 0%,#f5f7fa 21%,#f5f7fa 100%);
  z-index: 50;
}*/

.scrollable-tabs-spacer {
  height: 78px;
  margin: 15px 0 25px;
}

.scrollable-tabs-holder.fixed {
  background: #fff;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  z-index: 50;
}

.scrollable-tabs-holder.fixed .container {
  background: transparent;
}

.header__bottom li {
  padding: 0 15px;
}
.header__bottom li + li:before {
  content: '';
  width: 1px;
  height: 10px;
  display: block;
  background-color: #9b9b9b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  box-shadow: 0 1px 0 white;
}
.header__bottom a {
  font-family: "GothamMedium", sans-serif;
  color: #4d4d4d !important;
}
.header__bottom a:hover {
  color: #ed1c24 !important;
}
@media (max-width: 768px) {
  .header__bottom {
    display: none;
  }
  .scrollable-tabs-spacer {
    display: none;
  }
}

.search-min {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.search-min > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: "TungstenSemibold", sans-serif;
}
.search-min .icon {
  width: 29px;
  height: 29px;
  color: #fff;
}
.search-min .dropdown-menu {
  left: auto;
  right: 0;
}
@media (min-width: 769px) {
  .search-min {
    display: none;
  }
}

/*------------------------------------*\
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  left: 0;
  background-image: -webkit-linear-gradient(right, #3f2f2c 0%, #342f49 100%);
  background-image: linear-gradient(to left, #3f2f2c 0%, #342f49 100%);
}
/*
.footer:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 5px 30px black;
}
*/
.footer__top {
  padding: 40px 0 60px;
  text-transform: uppercase;
  color: #fff;
}
.footer__top a {
  color: #fff;
}
.footer__top a:hover {
  opacity: .6;
}

.footer__title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "TungstenSemibold", sans-serif;
  font-size: 40px;
}

.footer__subtitle {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "GothamBold", sans-serif;
  font-size: 14px;
}

.footer__nav {
  padding: 0 30px;
  margin-bottom: 50px !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "TungstenSemibold", sans-serif;
}
.footer__nav li {
  margin: 10px;
  font-size: 30px;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list a {
  color: #ccc;
}

.footer__bottom {
  background-color: #fff;
  font-size: 12px;
  color: #667b8a;
  padding: 10px 0;
}
.footer__bottom a {
  color: #667b8a;
}
.footer__bottom a:hover {
  text-decoration: underline;
}

.footer__subnav {
  margin-bottom: 10px !important;
  margin: 0 -4px;
}

.footer__copy {
  font-size: 12px;
}

/*------------------------------------*\
	@COMPONENTS #FOOTER-SOCIALS
\*------------------------------------*/
.footer__socials {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.footer__socials li {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}
.footer__socials li + li:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  /*background-color: rgba(0, 0, 0, 0.35);
  box-shadow: -0.7px 0.7px 0 rgba(255, 255, 255, 0.06);*/
}
.footer__socials a {
  display: block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  position: relative;
}
.footer__socials a svg {
  position: relative;
  z-index: 5;
}
.footer__socials a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url("../images/socials-shadow.png") no-repeat 0 0;*/
  z-index: 4;
}
.footer__socials a.social--tw {
  background-color: #28aae1;
}
.footer__socials a.social--tw svg {
  width: 20px;
  height: 16px;
  top: 2px;
}
.footer__socials a.social--tw:after {
  background-position: 0 0;
}
.footer__socials a.social--fb {
  background-color: #526fc0;
}
.footer__socials a.social--fb svg {
  width: 9px;
  height: 18px;
  top: 1px;
  right: 1px;
}
.footer__socials a.social--fb:after {
  background-position: -35px 0;
}
.footer__socials a.social--yt {
  background-color: #d43d27;
}
.footer__socials a.social--yt svg {
  width: 15px;
  height: 15px;
  top: 1px;
  left: 2px;
}
.footer__socials a.social--wa img {
  width: 34px;
  height: 37px;
  top: 1px;
  left: 2px;
}
.footer__socials a.social--yt:after {
  background-position: -70px 0;
}
.footer__socials a.social--wa:after {
  background: none !important;
}
.footer__socials a.social--is {
  background-color: #205277;
}
.footer__socials a.social--is svg {
  width: 15px;
  height: 15px;
}
.footer__socials a.social--is:after {
  background-position: -105px 0;
}
.footer__socials a.social--go {
  background-color: #d63f29;
}
.footer__socials a.social--go svg {
  width: 20px;
  height: 18px;
  top: 1px;
  right: -1px;
}
.footer__socials a.social--go:after {
  background-position: -140px 0;
}

/*------------------------------------*\
	@COMPONENTS #FOOTER-NEWSLETTER
\*------------------------------------*/
.footer__newsletter, .signup-form {
  margin-top: 50px;
}
.footer__newsletter form, .signup-form form {
  font-size: 0;
  width: 100%;
}
.footer__newsletter form *, .signup-form form * {
  display: inline-block;
  vertical-align: bottom;
}
.footer__newsletter .btn, .signup-form .btn {
  background-color: #667b8a;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  width: 100px;
  font-size: 14px;
  margin-left: 10px;
}
.footer__newsletter .btn:hover, .signup-form .btn:hover {
  background-color: #ed1c24;
}
.footer__newsletter input, .signup-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  height: 40px;
  line-height: 40px;
}
@media (max-width: 350px) {
  .footer__newsletter form *, .signup-form form * {
    width: 100% !important;
  }
  .footer__newsletter form .btn, .signup-form form .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*------------------------------------*\
	@COMPONENTS #SUBTITLE
\*------------------------------------*/
.subtitle {
  font-size: 16px;
  font-family: "GothamBold", sans-serif;
  padding-bottom: 5px;
  color: #000;
  border-bottom: 1px solid #667b8a;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 9px;
}
.cover__content .subtitle {
	color: #fff;
	border-bottom-color: #fff;
}
.cover .subtitle, .home-sidebar .subtitle {
  color: #fff;
  border-color: #fff;
}
.subtitle span {
  color: #667b8a;
  text-transform: none;
  font-family: "GothamBook", sans-serif;
  font-size: 14px;
}

.subtitle--lg {
  font-size: 18px;
  /*margin-bottom: 30px;*/
}

.subtitle--2 {
  text-transform: uppercase;
  font-family: "GothamBold", sans-serif;
  color: #667b8a;
  font-size: 14px;
}

.underline {
  font-family: "TungstenSemibold", sans-serif;
  font-size: 30px;
  color: #3b4a55;
  text-transform: uppercase;
  position: relative;
  padding: 0 30px 15px 30px;
  display: inline-block;
}
.underline:after {
  content: '';
  background-image: -webkit-linear-gradient(right, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to left, #c1272d 0%, #ed1c24 100%);
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underline--alt {
  font-family: "TungstenSemibold", sans-serif;
  font-size: 30px;
  color: #3b4a55;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5;
}
.underline--alt span {
  position: relative;
  padding-bottom: 8px;
}
.underline--alt span:after {
  content: '';
  background-image: -webkit-linear-gradient(right, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to left, #c1272d 0%, #ed1c24 100%);
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*------------------------------------*\
	@COMPONENTS #FORM-SEARCH
\*------------------------------------*/
.form-search {
  width: 280px;
  font-size: 0;
}
.form-search .form-control {
  width: 200px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-search .btn {
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-search .btn:hover {
  background-color: #ed1c24;
  color: #fff;
}
.form-search > * {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

/*------------------------------------*\
	@COMPONENTS #DROPDOWN
\*------------------------------------*/
.dropdown-menu {
  display: block;
  padding: 10px;
  border-top: none;
  background-color: #4d4d4d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header .dropdown-menu {
  margin-top: 20px !important;
}

/*------------------------------------*\
	@COMPONENTS #SIDEBAR
\*------------------------------------*/
.sidebar-trigger {
  color: #fff;
}
.sidebar-trigger .icon {
  width: 22px;
  height: 18px;
}
@media (min-width: 769px) {
  .sidebar-trigger {
    display: none;
  }
}

.sidebar {
  background-color: #e3e8ec;
  width: 270px;
  position: fixed !important;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  overflow: hidden;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1000;
}
.sidebar a {
  color: #4d4d4d;
}
.sidebar a:hover {
  opacity: .5;
}
.sidebar.on {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1700px) {
  .body--open {
    left: 270px !important;
  }
  .body--open .header {
    left: 270px;
  }
}

.sidebar__header {
  background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), -webkit-linear-gradient(bottom, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), linear-gradient(to top, #c1272d 0%, #ed1c24 100%);
  box-shadow: 0 14px 10px rgba(0, 0, 0, 0.05), inset 0 0 0 rgba(0, 0, 0, 0.75);
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.sidebar__header img {
  width: 175px;
  height: 100px;
  display: inline-block;
}

.sidebar__list {
  line-height: 1.2;
  font-size: 18px;
  font-family: "GothamMedium", sans-serif;
}
.sidebar__list li {
  padding: 10px 0;
}
.sidebar__list li + li {
  border-top: 1px solid #4d4d4d;
}

.sidebar__content {
  padding: 40px;
}
.sidebar__content .icon, .sidebar__content a {
  color: #4d4d4d;
  text-shadow: 0 2px 0 white;
  text-transform: uppercase;
}
.sidebar__content .dropdown {
  margin: 40px 0 80px;
  border-top: none;
}
.sidebar__content .dropdown .icon {
  width: 46px;
  height: 46px;
}
.sidebar__content .dropdown-menu {
  padding: 0;
  box-shadow: none;
  min-width: 0;
  left: 0;
  right: 0;
  background: none;
  border: none;
}
.sidebar__content .dropdown-menu .form-search {
  width: 100%;
}
.sidebar__content .dropdown-menu .form-control {
  width: 100%;
}
.sidebar__content .dropdown-menu .btn {
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), -webkit-linear-gradient(bottom, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), linear-gradient(to top, #c1272d 0%, #ed1c24 100%);
  color: #fff;
  margin-top: 10px;
}

.sidebar-overlay {
  background-color: #4d4d4d;
  opacity: .7;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 901;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.sidebar.on + .sidebar-overlay {
  opacity: .7;
  visibility: visible;
}

/*------------------------------------*\
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  position: relative;
}
.hero .container, .hero .container--sm, .hero .container--flat {
  position: relative;
}

@media (min-width: 1025px) {
	.hero .container, .hero .container--sm, .hero .container--flat {
		min-height: 460px;
	}
}

@media (max-height: 768px) {
		.hero .container, .hero .container--sm, .hero .container--flat {
		min-height: 150px;
	}

	@media (height: 768px) and (width: 1366px) {
		.hero .container, .hero .container--sm, .hero .container--flat {
			min-height: 250px;
		}
	}
}

.hero__content {
	padding-top: 20px;
}

@media (max-width: 1024px) {
	.hero__title{
		font-size: 35px !important;
	}
	.hero__content{
		position:absolute;
		bottom: 30px;

	}
}

@media (min-width: 768px) and (max-width: 1024px) {
		.hero__text{
		padding-bottom: 20px;
	}
			.hero .container, .hero .container--sm, .hero .container--flat {
		min-height: 250px;
	}
}

@media (min-width: 1025px) {
	.hero__content {
		padding-top: 100px;
	}


}
.hero__title {
  font-size: 50px;
  font-family: "TungstenSemibold", sans-serif;
}

.hero__text {
  font-size: 24px;
}

/*------------------------------------*\
	@COMPONENTS #MAIN
\*------------------------------------*/
.main {
  padding-bottom: 50px;
  position: relative;
  z-index: 900;
}
.main .container, .main .container--sm, .main .container--flat {
  background-color: #fff;
}
@media (min-width: 992px) {
	.main > .container:first-child, 
  .main > .container--sm:first-child, 
  .main > .container--flat:first-child {
		margin-top: -55px;
	}
}

.main--flat {
  padding-bottom: 0;
}
.main--flat .container, .main--flat .container--sm, .main--flat .container--flat {
  margin-top: 0 !important;
}

/*------------------------------------*\
	@COMPONENTS #TABS
\*------------------------------------*/
.tabs {
  text-align: center;
  position: relative;
}
.tabs:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}
.tabs .row {
  margin: 0;
}
.tabs *[class*="col-"] {
  padding: 0;
}

.tabs--flat {
  background-color: #f5f7fa;
}
.tabs--flat .row {
  margin: 0 -20px;
}
.tabs--flat *[class*="col-"] {
  padding: 0 20px;
}

.tab__item {
  font-size: 30px;
  font-family: "TungstenSemibold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #1F2931;
  padding: 5px 10px 8px;
  position: relative;
}
.tab__item:after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  background: -webkit-linear-gradient(left, #949494 0%, rgba(148, 148, 148, 0) 50%);
  background: linear-gradient(to right, #949494 0%, rgba(148, 148, 148, 0) 50%);
  z-index: 10;
}

.tab__item--last:after {
  display: none;
}

.tab__item--active {
  margin-top: -10px;
  padding-top: 16px;
  z-index: 50;
}

li.tab__item--active {
  margin-top: 0;
  padding-top: 0;
  z-index:inherit;
}
.tab__item--active .tab__link {
	border-bottom: 3px solid #cf0000;
}

.cinema-tabs .btn--black {
  background-color: #545454;
  background-image: -webkit-linear-gradient(bottom, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);
  background-image: linear-gradient(to top, black 0%, #202020 51%, #2c2a2a 52%, #5d5d5d 100%);
}

.cinema-tabs .tab__item {
  color: #fff;
  background-color: #fff;
}

.cinema-tabs .tab__item:after {
  background: -webkit-linear-gradient(left, #949494 0%, rgba(148, 148, 148, 0) 80%);
  background: linear-gradient(to right, #949494 0%, rgba(148, 148, 148, 0) 80%);
}

.cinema-tabs .tab__item--active .tab__link {
  border-bottom: 3px solid #cf0000;
}

.cinema-tabs .nav-tabs-horizontal .tab__item--active {
  background: transparent;
}

.cinema-tabs .nav-tabs-horizontal .tab__item a {
  border-bottom: 3px solid transparent;
}
.cinema-tabs .nav-tabs-horizontal .tab__item--active a {
  border-bottom: 3px solid #cf0000;
}

.cinema-tabs .tab__item--disabled .tab__link {
  color: #3b4a55 !important;
  opacity: .7;
}

.cinema-tabs .tab__link {
  color: #3b4a55 !important;
}

/* date tabs on movies pages */
.nav-tabs-horizontal .tab__item--active {
  margin-top: 0;
  padding: 11px;
  z-index: 50;
  background: #CF0000;
}
.nav-tabs-horizontal .tab__item {
  font-size: 24px;
}
.nav-tabs-horizontal li.tab__item--active {
  margin-top: 0;
  z-index:inherit;
}
.nav-tabs-horizontal .tab__item a {
  border-bottom: 3px solid transparent;
}
.nav-tabs-horizontal .tab__item--active a {
  /*border-bottom: 3px solid #cf0000;*/
}

.nav-tabs-horizontal .tab__item .date-month {
  color: #fff !important;
}

.tab__item--disabled {
  padding: 11px;
  font-size: 24px;
  box-shadow: inset 0 -14px 10px rgba(0, 0, 0, 0.05);
}
.tab__item--disabled .tab__link {
  /*color: #3b4a55 !important;*/
  /*opacity: .7;*/
}
.tab__item--disabled .tab__link:after {
  display: none;
}
.tab__item--disabled .tab__link:hover {
  opacity: 1;
}

.tab__link {
  color: #fff !important;
  position: relative;
}
/*
.tab__link:after {
  content: '';
  height: 6px;
  display: block;
  background-image: -webkit-linear-gradient(right, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to left, #c1272d 0%, #ed1c24 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
}
*/
.tabs-five {
  font-size: 0;
}
.tabs-five > * {
  display: inline-block;
  width: 20%;
}

.property .horizontal-scrollable-tabs .scroller {
    color: #1F2931;
}

/* Coming Soon Insert */
.coming-soon-insert {
    background: #F4F4F5;
    margin: 25px auto;
}

.csi-header {
    background: #CF0000;
    font-size: 24px;
    color: #fff;
    font-family: "TungstenSemibold", sans-serif;
    padding: 3px 15px;
}

.csi-body {
    padding-top: 25px;
    padding-bottom: 25px;
}

.csi-date span {
    color: #CF0000;
    white-space: nowrap;
}

.csi-poster {
    max-height: 194px;
}

.csi-video {
    display: block;
    margin: 0 30px;
}

.date-tab-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.coming-soon-insert hr {
    border-bottom: 1px solid #667B8A;
    float: none;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}

.row.csi-body + .row.csi-body {
    margin-top: 0;
    padding-top: 0;
}

.row.csi-body:last-child hr {
    display: none;
}

/*------------------------------------*\
	@COMPONENTS #block
\*------------------------------------*/
.block {
  padding: 90px 0 10px;
}
.block + .block {
  border-top: 1px solid #667b8a;
}

.block__img {
  position: relative;
  padding-left: 27px;
}

.thumb_label {
  font-family: "GothamBold", sans-serif;
  text-transform: uppercase;
  color: #3b4a55 !important;
  text-align: center;
  background-color: #ff9b28;
  display: block;
  position: absolute;
  bottom: 100px;
  margin-left: -27px;
  left: 0;
  padding: 15px 0 12px 0;
  width: 114px;
  line-height: 1;
}

@media (max-width: 767px) {
	.block__img {
		padding-left: 0;
	}
}

.block__label, .cover__label {
  font-family: "GothamBold", sans-serif;
  text-transform: uppercase;
  color: #3b4a55 !important;
  text-align: center;
  background-color: #ff9b28;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 15px 0 12px 0;
  width: 114px;
  line-height: 1.2;
}
.block__label:before, .cover__label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 27px;
  border-color: transparent transparent #ff8228;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}

a.block__label:hover, a.cover__label:hover,
button.block__label:hover,
button.cover__label:hover {
  background-color: #ed1c24;
  color: #fff !important;
}
a.block__label:hover:before, a.cover__label:hover:before,
button.block__label:hover:before,
button.cover__label:hover:before {
  border-color: transparent transparent #c61017;
}

.block__header {
  margin-bottom: 15px;
}


.block__title {
  font-size: 30px;
  font-family: "GothamBold", sans-serif;
  color: #000;
  float: left;
  position: relative;
  padding-right: 40px;
}

.block--12 ._CertU:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/u.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._CertPG:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/pg.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._Cert12A:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/12a.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._Cert12:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/12.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._Cert15:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/15.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._Cert18:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/18.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}

.block--12 ._CertR18:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/certificates/r18.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
}


.block__info {
  font-size: 16px;
  font-style: italic;
  font-family: "GothamMedium", sans-serif;
  display: block;
  clear: left;
}

.block__dates {
  margin-top: 10px;
}
.block__dates strong {
  font-family: "GothamBold", sans-serif;
  color: #ed1c24;
}
.block__dates span + span {
  margin-left: 10px;
}

.block__subtitle, .block__cinemas dt,
.block__share dt {
  font-size: 14px;
  font-family: "GothamBold", sans-serif;
  border-bottom: 1px solid #667b8a;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block__synopsis,
.block__details {
  margin-bottom: 30px;
}

.block__cinemas,
.block__share {
  font-size: 0;
}
.block__cinemas *,
.block__share * {
  font-size: 14px;
}
.block__cinemas dt,
.block__share dt {
  border: none;
  margin-bottom: 0;
}
.block__cinemas dd,
.block__share dd {
  color: #667b8a;
  display: inline-block;
  padding: 0 7px;
  margin: 3px 0;
}
.block__cinemas dd:first-of-type,
.block__share dd:first-of-type {
  padding-left: 0;
}
.block__cinemas dd a,
.block__share dd a {
  color: #667b8a;
}
.block__cinemas dd a:hover,
.block__share dd a:hover {
  text-decoration: underline;
}

.block__cinemas dd {
  line-height: 1;
}
.block__cinemas dd + dd {
  border-left: 1px solid #667b8a;
}

.block__details p {
  color: #667b8a;
}

.block__share a:hover {
  opacity: .7;
}

.block__times {
  margin-bottom: 30px;
}

/*------------------------------------*\
	@COMPONENTS #BLOCK-SPECIAL
\*------------------------------------*/
.block--special {
  background-color: #ed1c24;
  padding: 30px 30px 10px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin: 0 -15px;
  color: #fff;
}
@media (max-width: 480px) {
  .block--special {
    padding: 15px;
  }
}
.block--special * {
  border-color: #fff !important;
  color: #fff;
}
.block--special p {
  color: #fff !important;
}
.block--special p * {
  color: #fff;
}
.block--special a {
  color: #fff !important;
}
.block--special .btn-wrap {
  margin-bottom: 20px;
}
.block--special .btn-wrap .icon {
  color: #fff !important;
}
.block--special .btn {
  border: none;
}

.block__label--special, .cover__label {
  left: auto;
  bottom: auto;
  right: 30px;
  top: 30px;
  width: auto;
  padding: 20px 15px;
  z-index: 10;
}
.block__label--special:before, .cover__label:before {
  left: auto;
  right: 0;
  top: 100%;
  bottom: 0;
  border-width: 17px 27px 0 0;
  border-color: #ff8228 transparent transparent;
}
@media (max-width: 480px) {
  .block__label--special, .cover__label {
    right: 0;
    top: 0;
  }
}

/*------------------------------------*\
	@COMPONENTS #FILTER
\*------------------------------------*/
.filter {
  list-style: none;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
.filter li {
  display: inline-block;
}
.filter li a {
  color: #667b8a;
}
.filter li a:hover {
  text-decoration: underline;
}
.filter li + li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #667b8a;
}
.filter + .movie {
  padding-top: 0;
}
.filter .icon--calendar {
  width: 23px;
  height: 26px;
  margin-left: 10px;
}

/*------------------------------------*\
	@COMPONENTS #BANNERS
\*------------------------------------*/
.banners {
  background-color: #f5f7fa;
  padding: 50px 0;
}

.banner {
  min-height: 300px;
  background-color: #fff;
  display: block;
  text-align: center;
  position: relative;
}

a.banner:hover {
  opacity: .7;
}

.banner__content {
  padding: 20px 30px;
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner--signup {
  background-image: -webkit-linear-gradient(right, #3f2f2c 0%, #342f49 100%);
  background-image: linear-gradient(to left, #3f2f2c 0%, #342f49 100%);
}

.signup-form * {
  vertical-align: bottom;
}
.signup-form input {
  width: 60%;
  text-align: center;
}
.signup-form .btn {
  width: 30%;
  padding: 5px !important;
}
@media (max-width: 1200px) {
  .signup-form {
    margin-top: 10px;
  }
  .signup-form input, .signup-form .btn {
    margin: 0;
    width: 100%;
  }
  .signup-form .btn {
    margin-top: 5px;
  }
}

.banner__title {
  color: #667b8a;
  font-size: 24px;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
}

/*------------------------------------*\
	@COMPONENTS #COVER
\*------------------------------------*/
.cover .container, .cover .container--sm, .cover .container--flat {
  min-height: 0;
}
@media (max-width: 768px) {
  .cover .container, .cover .container--sm, .cover .container--flat {
    padding-left: 0;
  }
}

.cover__content {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .cover__content {
    padding: 20px 0;
  }
}

.cover__label {
  width: 100px;
  right: 15px;
}

.cover__header {
  margin-bottom: 30px;
  padding-right: 120px;
}
@media (max-width: 768px) {
  .cover__header {
    padding-right: 0;
  }
}

.cover__title {
  font-size: 30px;
  font-family: "GothamBold", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cover__title {
    font-size: 20px;
  }
}

.cover__line {
  font-size: 16px;
  font-family: "GothamMedium", sans-serif;
  font-style: italic;
}
@media (max-width: 480px) {
  .cover__line {
    font-size: 14px;
  }
  .cover__line br {
    display: none;
  }
}

.cover__synopsis {
  margin-bottom: 30px;
}

.cover__links a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "GothamBold", sans-serif;
}
.cover__links a + a {
  margin-left: 1px;
}
.cover__links a + a:before {
  margin-right: 5px;
  content: "|";
}

.cover__share {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.cover__share li {
  display: inline-block;
  margin: 2px 10px;
}
.cover__share a {
  color: #fff;
}

@media (max-width: 768px) {
  .cover__synopsis,
  .cover__bottom,
  .cover__label {
    display: none;
  }
}
/*------------------------------------*\
	@COMPONENTS #DETAILS
\*------------------------------------*/
.details {
  background-color: #f5f7fa;
  padding: 50px 20px;
}
.details p {
  font-size: 12px;
  color: #667b8a;
}
.details section {
  margin-bottom: 30px;
}
.details section:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .details-wrap {
    padding: 0;
  }
}

.details__list {
  list-style: none;
  padding: 0;
}
.details__list span {
  width: 40px;
  display: inline-block;
}
.details__list li + li, .details div, .block__details div {
  margin-top: 10px;
}
.details__list img {
  width: 20px;
}

.details__info p {
  font-size: 14px;
}
.details__info strong {
  color: #4d5359;
  font-size: 16px;
}

.details__share a {
  color: #667b8a !important;
}
.details__share a:hover {
  opacity: .7;
}
@media (min-width: 767px) {
  .details__share {
    display: none;
  }
}

/*------------------------------------*\
	@COMPONENTS #PROPERTY
\*------------------------------------*/
.property .pack {
  margin-bottom: 25px;
}
.property section {
  margin-bottom: 10px;
}

.property .subtitle--2 {
  margin-top: 30px;
}

.book-tabs {
  margin-left: -30px;
  margin-bottom: 30px !important;
}

.date-tabs {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .date-tabs {
    display: none;
  }
}

.property__select {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .property__select {
    display: none;
  }
}

/*------------------------------------*\
	@COMPONENTS #CAROUSEL-DETAILS
\*------------------------------------*/
.carousel-details .slide img {
  width: 100%;
}
.carousel-details .owl-prev,
.carousel-details .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.carousel-details .owl-prev:hover,
.carousel-details .owl-next:hover {
  color: #f5f7fa;
}
.carousel-details .owl-prev {
  left: 5px;
}
.carousel-details .owl-next {
  right: 5px;
}

/*------------------------------------*\
	@COMPONENTS #CAROUSEL-HOME
\*------------------------------------*/
.carousel-home .slide {
  background-size: cover;
  background-position: center center;
  padding-bottom: 0px;
}
.carousel-home .container, .carousel-home .container--sm, .carousel-home .container--flat {
	max-height: 480px;
	min-height:inherit;
	height: 45vw;

	position: relative;
}
.carousel-home + .container, .carousel-home + .container--sm, .carousel-home + .container--flat {
  min-height: 0;
  position: relative;
}

.slide__title {
  font-size: 30px;
  font-family: "GothamBold", sans-serif;
  text-shadow: 0 0 9.6px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
	.slide__title {
		font-size: 25px
	}
}

.slide__content {
  position: absolute;
  bottom: 80px;
  left: 30px;
}

.carousel-nav {
  position: absolute;
  right: 30px;
  bottom: 80px;
  z-index: 50;
  font-size: 0;
}
.carousel-nav > * {
  font-size: 14px;
}
@media (max-width: 992px) {
	.btn-grey {
		width:30px; height:30px;
		line-height: normal;
		padding:0;
	}
  .slide__content {
	  bottom: 30px;
  }
  .carousel-nav {
	  bottom: 30px;
  }
}
@media (min-width: 992px) {
  .slide__content {
	  bottom: 80px;
  }
  .carousel-nav {
	  bottom: 80px;
  }
}

/*------------------------------------*\
	@COMPONENTS #BTN-WRAP
\*------------------------------------*/
.btn-wrap {
  display: inline-block;
  margin: 0 10px 0 1px;
  text-align: center;
  vertical-align:text-top;
}
.btn-wrap .btn {
  display: inline-block;
}
@media (max-width: 992px) {
	.btn-wrap .btn {
		width:91px;
	}
  .btn-wrap {
    margin: 0 1px 0 1px;
  }
}
.btn-wrap--disabled {
  opacity: .2;
}

.btn-wrap--sold .btn {
  color: rgba(255, 255, 255, 0.5) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.btn-wrap--sold .btn-wrap__features span {
  color: #ed1c24;
}

.btn-wrap__features {
	min-height:17px;
}

.btn-group {
  list-style: none;
  padding: 0;
}

.btn-wrap__features .icon {
  width: 14px;
  height: 14px;
  color: #667b8a;
}
.btn-wrap__features span {
  color: #ec881e;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "GothamMedium", sans-serif;
  display: block;
}
.btn-wrap__features .not:after {
  top: 0;
  width: 1px;
}

/*------------------------------------*\
	@COMPONENTS #PRICES
\*------------------------------------*/
.prices {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.price {
  display: inline-block;
  text-align: left;
  min-width: 120px;
  margin: 15px;
}
.price * {
  display: block;
}

.price__title {
  font-size: 13px;
  font-family: "GothamBold", sans-serif;
}

.price__amount {
  font-size: 26px;
  font-family: "GothamBold", sans-serif;
}

.price__note {
  font-size: 13px;
}

/*------------------------------------*\
	@COMPONENTS #SELECT
\*------------------------------------*/
.select-wrap {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.select-wrap label {
  color: #667b8a;
  font-family: "GothamBook", sans-serif;
  display: block;
  font-weight: 300;
  cursor: default;
}
.select-wrap .chosen-container {
  width: 100% !important;
}

/*------------------------------------*\
	@COMPONENTS #THUMBS
\*------------------------------------*/
.times .btn-wrap {
	margin-right:6px;
}
.thumbs {
  margin: 30px 0 50px 0;
  padding: 0 20px;
}
.thumbs *[class*="col-"] {
  margin: 0 !important;
}

.thumb {
  float: left;
  width: 100%;
  height: 248px;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 20px;
}

.thumb:hover {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.thumb {
	  height: 36vw;
	}
	.thumb__title{
		font-size: 11px !important;
	}
	.thumbs {
		margin: 0 !important;
	}

}

.thumb:hover div {
  opacity: .7;
}


.thumb:hover a {
  opacity: .7;
}

.thumb img {
  margin-bottom: 10px;
}

.thumb__title {
  font-size: 14px;
  font-family: "GothamBold", sans-serif;
  line-height: 18px;
  color: #3b4a55;
  margin-top: 0;
  text-align: center;
}
.thumb:hover .thumb__title {
  color: #000;
  text-decoration: none;
}

/*------------------------------------*\
	@COMPONENTS #HOME-SIDEBAR
\*------------------------------------*/
.home-sidebar {
  background-image: -webkit-linear-gradient(bottom, #342f2f 0%, #4d5359 100%);
  background-image: linear-gradient(to top, #342f2f 0%, #4d5359 100%);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}

.home-sidebar__header {
  background-image: -webkit-linear-gradient(bottom, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), -webkit-linear-gradient(bottom, #c1272d 0%, #ed1c24 100%);
  background-image: linear-gradient(to top, #cf0000 0%, #cf0101 41%, #d82e2e 42%, #e26666 100%), linear-gradient(to top, #c1272d 0%, #ed1c24 100%);
  color: #fff;
  padding: 7px 10px 6px 20px;
}
.home-sidebar__header h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "TungstenSemibold", sans-serif;
  font-size: 30px;
  text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.25);
}

.home-sidebar__content {
  padding: 20px;
}

.home-sidebar__info {
  margin-bottom: 30px;
}
.home-sidebar__info p {
  color: #ccc;
}
.home-sidebar__info p strong {
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  font-weight: normal;
  font-size: 24px;
}

.home-sidebar__socials {
  list-style: none;
  padding: 0;
  font-size: 0;
}
.home-sidebar__socials li {
  display: inline-block;
}
.home-sidebar__socials li + li {
  margin-left: 10px;
}
.home-sidebar__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  /*background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%), -webkit-linear-gradient(bottom, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%), linear-gradient(to top, #ccc 0%, #f2f2f2 50%, #f2f2f2 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  position: relative;
}
.home-sidebar__socials a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
/*.home-sidebar__socials a:hover .icon {
  color: #3b4a55;
}*/

.home-sidebar__socials a.social--tw {
  background-color: #28aae1;
}
.home-sidebar__socials a.social--fb {
  background-color: #526fc0;
}
.home-sidebar__socials a.social--yt {
  background-color: #d43d27;
}
.home-sidebar__socials a.social--is {
  background-color: #205277;
}

/*------------------------------------*\
	@COMPONENTS #FORM-BOOK
\*------------------------------------*/
.form-book {
  margin-bottom: 30px;
}
.form-book label {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "GothamMedium", sans-serif;
}
.form-book .btn {
  margin-top: 20px;
}

/*------------------------------------*\
	@COMPONENTS #INTERMISSION
\*------------------------------------*/
.intermission {
  padding: 0 0 20px 0;
}
.intermission > *:first-child {
  margin-bottom: 30px;
}

.intermission__wrap {
  font-size: 0;
  /*margin: -15px;*/
}
/*@media (max-width: 490px) {
  .intermission__wrap {
    padding-left: 15px;
  }
}*/

.intermission__item {
  /*width: 208px;
  display: inline-block;
  margin: 15px;*/
}

body > div > div.body-content-wrapper > div.container > section > div > div:nth-child(3) > p > a

/*@media (max-width: 590px) {
	.intermission__item:nth-child(3n) {
		padding-right: 0;
	}
}
@media (max-width: 690px) {
	.intermission__item:nth-child(4n) {
		padding-right: 0;
	}
}*/
.intermission__item img {
  margin-bottom: 0;
}
.intermission__item .btn {
  font-family: "GothamBook", sans-serif;
  font-size: 12px;
}

.intermission__title {
  background-color: #f2f2f2;
  color: #fff;
  font-size: 15px;
  font-family: "GothamMedium", sans-serif;
  padding: 10px;
  margin-top: 0!important;
  margin-bottom: 0!important;
  line-height: 1.2;
  text-align:center;
}

.intermission__title:hover {
	opacity: 0.5;
}

.intermission__title a {
  color: #fff;
  height: 36px
}
.intermission__title.col-xs-9 {
  text-align:left;
}
.intermission__item--red .intermission__title {
  background-image: -webkit-linear-gradient(bottom, #ca5150 0%, #e5a9a8 100%);
  background-image: linear-gradient(to top, #ca5150 0%, #e5a9a8 100%);
}
.intermission__item--purple .intermission__title {
  background-image: -webkit-linear-gradient(bottom, #703238 0%, #b89a9c 100%);
  background-image: linear-gradient(to top, #703238 0%, #b89a9c 100%);
}
.intermission__item--orange .intermission__title {
  background-image: -webkit-linear-gradient(bottom, #ff9b28 0%, #ffcd95 100%);
  background-image: linear-gradient(to top, #ff9b28 0%, #ffcd95 100%);
}
.intermission__item--navy .intermission__title {
  background-image: -webkit-linear-gradient(bottom, #446b74 0%, #a2b6ba 100%);
  background-image: linear-gradient(to top, #446b74 0%, #a2b6ba 100%);
}
.intermission__item--blue .intermission__title {
  background-image: -webkit-linear-gradient(bottom, #73c0c9 0%, #b9e0e5 100%);
  background-image: linear-gradient(to top, #73c0c9 0%, #b9e0e5 100%);
}

.intermission__text {
  font-size: 12px;
  color: #667b8a;
}
.intermission__text a {
	display:block;
  height:50px;

  width: 100%;                   
  overflow: hidden; 

}
.intermission__date {
  color: #667b8a;
}
.intermission-thumb {
	padding:0;
	max-height:20vw;
	overflow:hidden;
	display:block;
}

p.intermission__text:not(:last-child) {
	margin:0;
	padding:15px;
}

@media (min-width: 767px) {
	p.intermission__text:not(:last-child) {
		padding:15px 0;
	}
	.intermission__item {
		margin-bottom:15px;
	}
}

/*
<div class="intermission__item intermission__item--red">
	<a href="/Blog/1/star-wars-book-now">
		<img src="/Media/da43f97b-b6a8-4b46-a096-d707fdb80f2f.jpg" alt="" class="img--full">
	</a>

	<h5 style="text-align: center;" class="intermission__title">
		<a href="/Blog/1/star-wars-book-now" style="color:#fff;">Star Wars Book Now!</a>
	</h5>
	<p class="intermission__text">
		<a href="/Blog/1/star-wars-book-now">
			Bacon ipsum dolor amet meatball doner pig pork loin biltong boudin cupim fatback beef. Salami shank meatball turkey hamburger, tail bresaola flank sir...
		</a>
	</p>
	<a href="/Blog/1/star-wars-book-now" class=" btn btn--3d btn--black btn--full">Read More</a>
</div>
*/

.cinema__item {
  width: 365px;
  display: inline-block;
  margin: 15px;
}
.cinema__item img {
  margin-bottom: 0;
}
.cinema__item .btn {
  font-family: "GothamBook", sans-serif;
  font-size: 12px;
}
@media (max-width: 490px) {
  .cinema__item {
    width: 80%;
  }
}

.cinema__title {
	color: #fff;
	font-size: 15px;
	font-family: "GothamMedium", sans-serif;
	padding: 10px;
	margin-top: 0;
	line-height: 1.8;
	
  background-color: #dd878d;
  background-image: -webkit-linear-gradient(bottom, #bd1421 0%, #bd1421 51%, #c73742 52%, #dd878d 100%);
  background-image: linear-gradient(to top, #bd1421 0%, #bd1421 51%, #c73742 52%, #dd878d 100%);
  border: 1px solid rgba(169, 169, 169, 0.25);
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.35);
  opacity: 1 !important;
  text-align: center;
}




/*------------------------------------*\
	@COMPONENTS #NAV-TABS
\*------------------------------------*/
.nav-tabs {
	border-bottom:1px solid #3b4a55;
}
.nav-tabs li {
  padding: 0 10px;
}
.nav-tabs a {
  border: none !important;
  background-color: transparent !important;
  color: #555555;
}
/*.nav-tabs a:hover {
  color: #555555;
}*/
/*.nav-tabs .active a {
  color: #3b4a55;
}*/
.nav-tabs .active a {
	background-color: #CF0000 !important;
	color: white !important;
	padding-right: 5px;
	padding-left: 5px;
}

/*------------------------------------*\
	@TRUMPS #TYPE
\*------------------------------------*/
.text--sm {
  font-size: 35px;
}

.text--md {
  font-size: 70px;
}

.type-light {
  font-weight: 300 !important;
}

.type-normal {
  font-weight: 400 !important;
}

.type-semibold {
  font-weight: 600 !important;
}

.type-bold {
  font-weight: 700 !important;
}

.type-extrabold {
  font-weight: 800 !important;
}

.type-uppercase {
  text-transform: uppercase !important;
}

.type-lowercase {
  text-transform: lowercase !important;
}

.type-capitalize {
  text-transform: capitalize !important;
}

.type-no-transfrom {
  text-transform: none !important;
}

/*------------------------------------*\
	@TRUMPS #COLORS
\*------------------------------------*/
.color-red {
  color: red !important;
}

/*------------------------------------*\
	@TRUMPS #IMAGES
\*------------------------------------*/
.img--ib {
  display: inline-block;
}

.img--full {
  width: 100%;
}

/*------------------------------------*\
	@TRUMPS #IMAGES
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.visuallyhidden {
  position: absolute;
  left: -999em;
}

.invisible {
  visibility: hidden !important;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*------------------------------------*\
	@TRUMPS #LAYOUT
\*------------------------------------*/
  .row + .row {
    margin-top: 30px;
  }
}

.row {
  margin-bottom: 10px;
}
.row:last-child {
  margin-bottom: 0;
}

.row--ib {
  font-size: 0;
}
.row--ib > * {
  float: none;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.row--flat {
  margin: 0 -1px;
}

.col--flat {
  padding: 0;
}

*[class*="col-"]:before, *[class*="col-"]:after {
  content: " ";
  display: table;
}
*[class*="col-"]:after {
  clear: both;
}

@media (max-width: 767px) {
  *[class*="col-sm-"] + *[class*="col-sm-"].advert {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .col-full {
    width: 100%;
  }
}

/*------------------------------------*\
	@TRUMPS #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}


/*------------------------------------*\
	@TAKEOVER
\*------------------------------------*/
.takeover-mid-page {
	margin-bottom:50px;
	display:block;
}

.takeover-mid-page-link {
	display:block;
	-moz-box-shadow: inset 0 32px 32px -32px #000, inset 0 -32px 32px -32px #000;
	-webkit-box-shadow: inset 0 32px 32px -32px #000, inset 0 -32px 32px -32px #000;
	box-shadow: inset 0 32px 32px -32px #000, inset 0 -32px 32px -32px #000;
}
.takeover-mid-page-link img {
	display:block;
}


.body-content-wrapper {
	background: #fff;
}


.listing-poster {
	-webkit-box-shadow: 0 0 15px 5px rgba(189,189,189,1);
	-moz-box-shadow: 0 0 15px 5px rgba(189,189,189,1);
	box-shadow: 0 0 15px 5px rgba(189,189,189,1);
}



.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}





.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


	div.times div.btn-wrap__features span.white-text {
		color: white !important
	}

.alert-notice {
  color: #fff;
  background-color: #DA3C3C;
  border-color: #B71D1D;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}



.highlight {
	margin: 0 -15px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.highlight, .highlight .active a, .highlight p, .highlight span, .highlight svg {
	color:#fff!important;
}
.highlight h2 a {
	color:#fff!important;
}
.highlight a {
	color:#ddd!important;
}
.highlight a, .highlight a:hover {
	border-bottom:1px dotted #fff;
	text-decoration:none!important;
}
.highlight .social, .highlight .btn{
	border-bottom:none !important;
	text-decoration:none!important;
}
	.highlight .nav-tabs {
		border-bottom: 1px solid #ddd;
	}

.site-notice {
	margin:15px auto 15px auto;
}
.site-notice button {
	float: right;
}
.site-notice p {
	margin:0;
}

.block__details .social .icon {
	width:21px;
	height:21px;
}

	.certificate-header {
		max-width: 5%
	}

@media (max-width: 767px) {
	.poster-wrap {
		padding-left: 0 !important;
	}

	.cover__content {
		padding: 0 !important;
	}

	.tab__item:after .book-now {
		background: none !important;
	}
	.certificate-header {
		max-width: 15%
	}

	.map-area {
		height: 200px;
	}
	#cinema-dropdown {
		padding-right: 0 !important;
	}

}

.map-area {
	height:460px;
}

.grey-header {
	background:#f4f4f4 !important;
	margin-top:30px;
	margin-bottom:30px;
	padding:8px 16px;
}

@media (max-width: 1024px) {
	.grey-header{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	#event-tab.tab__item--active ,#movie-tab.tab__item--active , #coming-tab.tab__item--active  {
		padding-bottom: 16px !important;
		font-size: 22px;
	} 

		#event-tab.tab__item ,#movie-tab.tab__item , #coming-tab.tab__item  {
		font-size: 22px;
	} 

	.map-area {
		height: 250px;
	}
}





.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}


.news-article a {
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #4d4d4d;
}
.red-date {
    color: #CF0000 !important;
    padding: 3px !important;
    padding-bottom: 6px !important;
    border-radius: 5px 5px 0px 0px !important;
}

@media (min-width: 1024px) {
  .intermission__item {
    height: 420px;
  }
}


.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;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.coming-soon.active {
	border-bottom: 2px solid red;
}


.glimpse, .glimpse *, .glimpse a, .glimpse td, .glimpse th, .glimpse table {
	z-index: 999999;
}

.img-booknow {
    position: relative;
    margin: 0 auto;
}

.img-booknow:before {
    background: url(../images/booknow.png) no-repeat;
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
}