/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 /* Futura-Light webfont (new-bulletproof) */ 
@font-face {
    font-family: 'futura-pt';
    src: url('fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Futura-Light.woff') format('woff'),
         url('fonts/Futura-Light.ttf')  format('truetype'),
         url('fonts/Futura-Light.svg#webfont') format('svg');
}
@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf')  format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}
@font-face {
    font-family: 'open sans condensed';
    src: url('fonts/OpenSans-CondLight-webfont.eot');
    src: url('fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
  .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;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: futura-pt, sans-serif;
  /*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;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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;
}
.font-italic{
	font-style:italic;
}
.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,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 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;
    -o-text-overflow: ellipsis;
    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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  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: 4px;
}

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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .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;
}

.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,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.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,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 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: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.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: 4px;
  -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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #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: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: 20px;
}

.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 {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.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 #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #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: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  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: 4px;
  }
}

.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: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    -webkit-box-shadow: none;
    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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (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;
    -webkit-box-shadow: none;
    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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #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;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.nolist {
  list-style: none;
}

.clearBoth {
  clear: both;
}


/* ============================ */


/* ====== GLOBAL LAYOUT ======= */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.sectionPadding80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .sectionPadding80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sectionPadding80-bottom {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .sectionPadding80-bottom {
    padding-bottom: 60px;
  }
}

.sectionPadding120-bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .sectionPadding120-bottom {
    padding-bottom: 20px;
  }
}

.page-heading {
  font-size: 45px;
  font-size: 4.5rem;
  color: #040000;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 6px solid #e6e8ea;
  padding-bottom: 6px;
  margin: 0 0 16px 0;
}

.page-heading.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}

/*.page-heading.extra {
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 800;
  font-size: 35px;
  font-size: 3.5rem;
  color: #091f2f;
}*/
.page-heading span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .page-heading {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.heading-wrapper {
  position: relative;
}

.heading-wrapper p {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "futura-pt", Arial, Verdana;
  margin: 0;
}

.heading-wrapper p a {
  color: #184ba0;
  text-decoration: underline;
}

.heading-wrapper p a:hover {
  text-decoration: none;
}

#page {
  overflow: hidden;
}

.image-ie.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.image-ie.compat-object-fit > img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.btn {
  height: 45px;
  line-height: 43px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.btn.btn-red {
  background: #d21241;
}

.btn.btn-blue {
  background: #184ba0;
}

.btn.btn-orange {
  background: #df7b1d;
}

.btn.btn-darkblue {
  background: #143d8d;
}

.btn.btn-green {
  background: #01b295;
}

.btn.btn-medium {
  height: 53px;
  line-height: 51px;
  font-size: 22px;
  font-weight: 500;
}

.btn.btn-lg {
  height: 61px;
  line-height: 59px;
  font-size: 25px;
  font-weight: 600;
}

.overlay {
  position: fixed;
  right: -638px;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 542px;
  height: 100%;
  background: #000;
  color: #fff;
}

.overlay.open {
  right: 0;
}

.overlay .overlay-container {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .overlay {
    width: 300px;
    right: -360px;
  }
}

@media (max-width: 359px) {
  .overlay {
    width: 260px;
    right: -320px;
  }
}

.overlay .box-wrap {
  height: 100%;
}

.overlay .close-mobile2 {
  background: url(../img/icons/close.png) no-repeat;
  background-size: 40%;
  position: absolute;
  left: -60px;
  height: 63px;
  width: 60px;
  background-color: #000;
  background-position: center center;
  top: 0;
  margin: 0;
}

.overlay .close-container {
  width: 96px;
  height: 78px;
  background: #000;
  position: absolute;
  left: -96px;
  top: 0;
  line-height: 78px;
}

@media (max-width: 991px) {
  .overlay .close-container {
    height: 63px;
    line-height: 63px;
  }
}

@media (max-width: 767px) {
  .overlay .close-container {
    border-bottom: 1px solid #222;
	padding: 10px 0px;
    height: 80px;
  }
  .open .close-container {
    left: -96px;
  }
}

.overlay .close-container a {
  background: url(../img/icons/close.png) no-repeat;
  width: 29px;
  height: 29px;
  display: block;
  margin: 22px auto;
}

@media (max-width: 991px) {
  .overlay .close-container a {
    margin: 18px auto;
  }
}

.overlay a {
  color: #fff;
}

.overlay .search-form {
  height: 78px;
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #222;
}

@media (max-width: 991px) {
  .overlay .search-form {
    height: 63px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .overlay .search-form {
    padding-left: 30px;
  }
}

.overlay .search-form .inp {
  height: 78px;
  border: 0;
  background: none;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-size: 35px;
  color: rgba(139, 137, 137, 0.5);
}

.overlay .search-form .inp::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: rgba(139, 137, 137, 0.22);
}

.overlay .search-form .inp::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: rgba(139, 137, 137, 0.22);
}

.overlay .search-form .inp:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: rgba(139, 137, 137, 0.22);
}

.overlay .search-form .inp:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: rgba(139, 137, 137, 0.22);
}

@media (max-width: 991px) {
  .overlay .search-form .inp {
    height: 63px;
	width: 85%;
  }
}

@media (max-width: 767px) {
  .overlay .search-form .inp {
    width: 70%;
  }
}

.overlay .search-form button {
  float: right;
  width: 26px;
  height: 28px;
  background: url(../img/icons/search2.png) no-repeat;
  margin: 17px 25px 0 0;
}

.overlay .mobile-menu {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .overlay .mobile-menu {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.overlay .mobile-menu ul {
  margin: 0;
}

.overlay .mobile-menu li {
  padding: 15px 15px 15px 90px;
  border-bottom: 1px solid #222;
  line-height: 37px;
  display: block;
}

@media (max-width: 991px) {
  .overlay .mobile-menu li {
    padding-left: 30px;
  }
}

.overlay .mobile-menu li a {
  display: block;
}

.overlay .mobile-menu li a:hover {
  color: #c1d72d;
}

.overlay .box-social {
  margin: 48px 0 58px 0;
}

.overlay .box-social ul {
  margin: 0;
  padding-left: 90px;
}

@media (max-width: 991px) {
  .overlay .box-social ul {
    padding-left: 30px;
  }
}

.overlay .box-social ul li {
  float: left;
  margin-right: 25px;
}

.overlay .box-social ul li:last-child {
  margin-right: 0;
}

.overlay .box-social ul li a {
  font-size: 29px;
}

.overlay .box-social ul li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

@media (max-width: 767px) {
  .overlay .box-social ul li a {
    font-size: 26px;
  }
}

.overlay .box-address {
  display: block;
  padding-left: 90px;
  font-size: 16px;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .overlay .box-address {
    padding-left: 30px;
  }
}

.ps-scrollbar-y-rail {
  display: none !important;
}

.topbar {
  background: #000;
  width: 100%;
  height: 78px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}

.index .topbar {
  background: #000;
  background: rgba(1, 22, 44, 0.8);
}

@media (max-width: 991px) {
  .topbar {
    height: 63px;
    padding-top: 13px;
    background: #000;
  }
}

.topbar .wrapper {
  max-width: 1370px;
  margin: 0 auto;
}


/*.topbar .logo {
  padding-left: 8px; 
}*/

.topbar .logo a {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 35px;
}

@media (max-width: 1269px) and (min-width: 1200px) {
  .topbar .logo a {
    font-size: 40px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topbar .logo a {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .topbar .logo a {
    font-size: 25px;
  }
}

.topbar .logo a span {
  color: #f72e99;
  display: inline-block;
}

.topbar .logo a img {
  float: left;
  margin: 1px 5px 0 0;
}

@media (max-width: 767px) {
  .topbar .logo a img {
    /*max-height: 25px;*/
    margin-top: 5px;
  }
}

.topbar .weather {
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  line-height: 24px;
  margin-top: 8px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topbar .weather {
    padding-right: 0;
  }
}

.topbar .weather img {
  float: left;
  margin-right: 7px;
}

.topbar .menu-bar {
  /*padding-right: 0; */
  margin-top: 6px;
}

@media (max-width: 991px) {
  .topbar .menu-bar {
    margin-top: 5px;
  }
}

/*
.topbar .menu-bar .search-icon {
  float: left;
  margin-right: 45px;
}
*/



.topbar .menu-bar .search-icon {
padding-right: 15px;
transition: all 0.25s ease-in-out;
opacity:0;
}

@media (max-width: 767px) {
  .topbar .menu-bar .search-icon {
    margin-right: 0;
  }
}

.topbar .menu-icon {
  float:left;
}

.topbar .menu {
  display: inline-block;
  /*margin-top: 2px;*/
  color: #fff;
}

@media (max-width: 991px) {
  .topbar .menu {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .topbar .menu {
    float: right;
    margin-right: 20px;
  }
}

.topbar .menu .icon-bar {
  display: block;
  width: 34px;
  height: 4px;
  background: #c1d72d;
}

.topbar .menu .icon-bar + .icon-bar {
  margin-top: 6px;
}

.topbar .menu .title {
  float: right;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 400;
  font-size: 24px;
  color: #c1d72d;
  text-transform: uppercase;
  line-height: 24px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topbar .menu .title {
    float: left;
    margin-left: 10px;
  }
}

.topbar .menu:hover {
  color: #fff;
}

.topbar .menu:hover .icon-bar {
  background: #fff;
}

.topbar .menu:hover .title {
  color: #fff;
}

.topmenu {
  margin: 8px 0 0 0;
}

.topmenu li {
  display: inline-block;
	/*edited to fit extra menu item "BEACHES"*/
  /*margin: 0 45px;*/
	margin: 0 29px;
}

.topmenu li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topmenu li {
    margin: 0 18px;
  }
}

.topmenu li a {
  color: #fff;
  font-size: 30px;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
  height: 49px;
  border-bottom: 6px solid transparent;
  position: relative;
  letter-spacing: 0.2px;
}

.topmenu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  margin: 0 auto;
}

.topmenu li a:hover {
  border-bottom-color: #c1d72d;
}

.topmenu li a:hover:after {
  border-bottom: 5px solid #c1d72d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.hero {
  position: relative;
  z-index: 2;
}

.hero .slick-dots {
  text-align: center;
  list-style: none;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0;
}

.hero .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero .slick-dots li button {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #fff;
  background: #e1e1e1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-indent: -10000px;
}

.hero .slick-dots li.slick-active button {
  background: #d21241;
}

.hero .slide-item {
  position: relative;
  height: auto;
}

.hero .slide-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  min-height: 670px;
}

.hero .slide-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .hero .slide-item-content {
    padding-top: 63px;
  }
}

.hero .slide-item-content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero .slide-item-content .container .row {
  margin-bottom: 20px;
}

.hero .slide-item-content h1 {
  color: #fff;
  font-size: 120px;
 font-family: "futura-pt", Arial, Verdana;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0px 0px 10.66px rgba(6, 46, 89, 0.22);
  position: relative;
  padding: 75px 0;
  margin: 0 0 10px -5px;
  line-height: 1;
}

.hero .slide-item-content h1:before,
.hero .slide-item-content h1:after {
  content: "";
  background: url(../img/icons/art-deco.png) no-repeat;
  width: 125px;
  height: 73px;
  position: absolute;
  left: -12px;
  right: 0;
  margin: 0 auto;
}

.hero .slide-item-content h1:before {
  top: 0;
}

.hero .slide-item-content h1:after {
  bottom: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hero .slide-item-content h1:after {
    bottom: -10px;
  }
}

@media (max-width: 991px) {
  .hero .slide-item-content h1 {
    font-size: 90px;
    line-height: 60px;
  }
}

.hero .slide-item-content h1 span {
  display: block;
  font-size: 34px;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 300;
  letter-spacing: 8px;
}

@media (max-width: 991px) {
  .hero .slide-item-content h1 span {
    font-size: 20px;
  }
}

.hero .slide-item-content .btn {
  min-width: 175px;
}

.hero.hero-subpage .slide-img img {
  min-height: 370px;
}

.hero.hero-subpage .slide-item-content h1 {
  font-size: 92px;
  font-size: 9.2rem;
  padding: 50px 0 75px;
}

@media (max-width: 767px) {
  .hero.hero-subpage .slide-item-content h1 {
    font-size: 40px;
    font-size: 4.0rem;
  }
}

.hero.hero-subpage .slide-item-content h1:before {
  top: -10px;
  background-size: 90%;
}

.hero.hero-subpage .slide-item-content h1:after {
  bottom: 5px;
  background-size: 90%;
}

.hero.hero-subpage .slide-item-content .container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -30px;
}

.hero.hero-subpage .slide-item-content .container .row {
  margin-bottom: 0;
}

.hero.hero-small .slide-img img {
  min-height: 210px;
}

@media (max-width: 767px) {
  .hero.hero-small .slide-img img {
    min-height: 150px;
  }
}

.searchbox {
  background: #f6f6f6;
}

.searchbox .col {
  padding-left: 20px;
  padding-right: 0;
}

.searchbox .col.submit {
  margin-top: 76px;
}

@media (max-width: 991px) {
  .searchbox .col.submit {
    margin-top: 0;
  }
}

.searchbox .col.submit .btn {
  min-width: 175px;
}

@media (max-width: 991px) {
  .searchbox .col.submit .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .searchbox .col {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.searchbox .first-col {
  /*padding-left: 29.5px;*/
  padding-right: 0;
}

@media (max-width: 991px) {
  .searchbox .first-col {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.searchbox label {
  display: block;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  color: #040000;
  text-transform: normal;
  margin-bottom: 23px;
  letter-spacing: 0.5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .searchbox label {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .searchbox label {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.searchbox label span {
  color: #fff;
  font-size: 31px;
  display: inline-block;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 50px;
  background: #c1d72d;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .searchbox label span {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.searchbox select,
.searchbox input,
.searchbox option {
  width: 100%;
  height: 61px;
  border: 1px solid #e9e7e7;
  font-family: Helvetica, Tahoma, Arial;
  font-size: 18px;
  color: #686868;
  background-color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .searchbox select,
  .searchbox input,
  .searchbox option {
    font-size: 14px;
  }
}

.searchbox select {
  padding: 0 38px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/icons/select-arrow.png) no-repeat 95% center;
}

.searchbox select::-ms-expand {
  display: none;
}

.searchbox input {
  padding: 0 24px;
}

.searchbox input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.searchbox input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.searchbox input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.searchbox input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.select2-container.customSelect {
  display: block;
  border-radius: 0;
  border-color: transparent;
}

.select2-container.customSelect a {
  display: block;
  width: 100%;
  height: 61px;
  line-height: 61px;
  border: 1px solid #e9e7e7;
  font-family: Helvetica, Tahoma, Arial;
  font-size: 18px !important;
  color: #686868;
  background: #fff !important;
  padding: 0 38px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .select2-container.customSelect a {
    font-size: 14px;
  }
}

.select2-container.customSelect .select2-choice {
  border-radius: 0;
}

.select2-container.customSelect .select2-choice .select2-arrow {
  width: 14px;
  height: 61px;
  border: 0;
  right: 15px;
  background: #fff url(../img/icons/select-arrow.png) no-repeat center center;
}

.select2-container.customSelect .select2-container-active {
  border-color: transparent;
}

.visited-icons {
  margin: 47px 54px 0 54px;
  position: relative;
}

@media (max-width: 767px) {
  .visited-icons {
    margin: 25px 0 0 0;
  }
}

.visited-icons .slick-arrow {
  background: url(../img/icons/carousel-arrow.png) no-repeat;
  width: 26px;
  height: 43px;
  text-indent: -10000px;
  position: absolute;
  top: 80px;
}

.visited-icons .slick-arrow:hover {
  opacity: 0.8;
}

.visited-icons .slick-prev {
  left: -54px;
}

.visited-icons .slick-next {
  right: -54px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.visited-icons .single-location {
  float: left;
  padding: 0 5px;
  width: 20%;
  height: auto;
}

@media (max-width: 991px) and (min-width: 768px) {
  .visited-icons .single-location {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .visited-icons .single-location {
    width: 33.333%;
    margin-bottom: 29px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) and (min-width: 601px) {
  .visited-icons .single-location:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (max-width: 600px) {
  .visited-icons .single-location {
    width: 50%;
  }
  .visited-icons .single-location:nth-of-type(2n+1) {
    clear: both;
  }
}

.visited-icons .single-location a {
  display: block;
}

.visited-icons .single-location .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-bottom: 25px;
}

.visited-icons .single-location .icon img {
  display: inline-block;
  margin: 28.82% 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .visited-icons .single-location .icon img {
    margin: 21.82% 0;
  }
}

@media (max-width: 480px) {
  .visited-icons .single-location .icon img {
    margin: 30.82% 0;
    max-width: 70px;
  }
}

@media (max-width: 400px) {
  .visited-icons .single-location .icon img {
    margin: 28.82% 0;
  }
}

@media (max-width: 340px) {
  .visited-icons .single-location .icon img {
    margin: 24.82% 0;
  }
}

.visited-icons .single-location .icon.yellow {
  background: #deb406;
}

.visited-icons .single-location .icon.red {
  background: #d21241;
}

.visited-icons .single-location .icon.green {
  background: #01b295;
}

.visited-icons .single-location .icon.blue {
  background: #143d8d;
}

.visited-icons .single-location .icon.light-blue {
  background: #1ab7ea;
}

.visited-icons .single-location .icon.violet {
  background: #92278f;
}

.visited-icons .single-location .title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

/*.explore {
  overflow: hidden;
}*/

.explore .btn {
  min-width: 150px;
}

.explore .col {
  float: left;
  position: relative;
}

@media (min-width: 992px) {
  .explore .col .overlay-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
  .explore .col.col-1:hover .overlay-mask,
  .explore .col .banner:hover .overlay-mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

.explore .col-1 {
  width: 36.59%;
}

@media (max-width: 991px) {
  .explore .col-1 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .explore .col-1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
  }
}

.explore .col-1 .content-banner {
  /*right: 30px;
  left: auto;*/
	left:15%;
	 
}

@media (max-width: 991px) {
  .explore .col-1 .content-banner {
    width: 100% !important;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.explore .col-1 .btn {
  max-width: 175px;
}

@media (max-width: 991px) {
  .explore .col-1 .btn {
    display: inline-block;
    margin: 0 auto;
  }
}

.explore .col-2 {
  width: 28.75%;
}

@media (min-width: 992px) {
  .explore .col-2 .banner {
    height: 52%;
  }
  .explore .col-2 .banner + .banner {
    height: 48%;
  }
  .explore .col-2 .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .explore .col-2 {
    width: 100%;
  }
  .explore .col-2 .banner {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  .explore .col-2 {
    width: 100%;
  }
  .explore .col-2 .banner {
    width: 100%;
  }
}

.explore .col-2 .content-banner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explore .col-3 {
  width: 34.64%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .explore .col-3 {
    width: 100%;
  }
  .explore .col-3 .banner {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  .explore .col-3 {
    width: 100%;
  }
  .explore .col-3 .banner {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .explore img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
  }
	.explore .col-2 img, .explore .col-3 img {
		min-height:350px;
		overflow:hidden;
}
}


.explore .col-3 .banner {
  height: 52%;
}

.explore .col-3 .banner + .banner {
  height: 48%;
}

.explore .col-3 .content-banner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 80px;
}

@media (max-width: 991px) {
  .explore .col-3 .content-banner {
    width: 100% !important;
    left: 0;
  }
}

.explore .banner {
  position: relative;
}

.explore .content-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.explore .content-banner h3 {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 20px 0;
  line-height: 40px;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .explore .content-banner h3 {
    font-size: 40px;
    font-size: 4.0rem;
  }
}

@media (max-width: 767px) {
  .explore .content-banner h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.pattern {
  background: url(../img/pattern.png) repeat;
}

.pattern .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  background: #fff;
}

.index .pattern .wrapper {
  max-width: 1433px;
}

@media (max-width: 767px) {
  .news-section .button-more {
    margin-top: 20px;
  }
  .news-section .button-more .btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.news-section .link {
  display: inline-block;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  text-transform: uppercase;
  color: #184ba0;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 30px;
}

.news-section .link:hover {
  text-decoration: none;
}

.news-section .nav-tabs {
  border-bottom: 6px solid #f8f9f9;
  /*padding-bottom: 18px;*/
  /*margin-bottom: 18px;*/
}

@media (max-width: 767px) {
  .news-section .nav-tabs {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.news-section .nav-tabs > li > a {
  border: 0;
  color: #000;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0 !important;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .news-section .nav-tabs > li > a {
    font-size: 27px;
    font-size: 2.7rem;
    padding: 2px 20px;
  }
}

.news-section .nav-tabs > li.active > a {
  background: #c1d72d;
  color: #fff;
}

.news-section .nav-tabs > li.more {
  height: 64px;
}

.news-section .nav-tabs > li.more > a {
  color: #184ba0;
  font-family: "futura-pt", Arial, Verdana;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  text-decoration: underline;
  line-height: 83px;
  padding: 0;
}

.news-section .nav-tabs > li.more > a:hover {
  background: none;
  text-decoration: none;
}

.news-section .heading-wrapper {
  margin-bottom: 37px;
}

.news-section .main-article .article-cover,
.news-section .small-article .article-cover {
  position: relative;
}

.news-section .main-article .article-cover .date,
.news-section .small-article .article-cover .date {
  width: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  text-transform: uppercase;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 600;
  font-size: 16px;
  color: #040000;
  padding: 10px 0;
  line-height: 22px;
}

.news-section .main-article .article-cover .date:after,
.news-section .main-article .article-cover .date:before,
.news-section .small-article .article-cover .date:after,
.news-section .small-article .article-cover .date:before {
  content: '';
  width: 30px;
  position: absolute;
  bottom: -18px;
}

.news-section .main-article .article-cover .date:after,
.news-section .small-article .article-cover .date:after {
  border-top: 18px solid #fff;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  right: 0;
}

.news-section .main-article .article-cover .date:before,
.news-section .small-article .article-cover .date:before {
  border-top: 18px solid #fff;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  left: 0;
}

.news-section .main-article .article-cover .date span,
.news-section .small-article .article-cover .date span {
  font-size: 32px;
  color: #d21241;
  display: block;
}

.news-section .main-article h3,
.news-section .small-article h3 {
  text-transform: uppercase;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 400;
}

.news-section .main-article h3 a,
.news-section .small-article h3 a {
  color: #184ba0;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
}

.news-section .main-article p,
.news-section .small-article p {
  font-family: Helvetica, Tahoma, Arial;
  color: #040000;
}

.news-section .main-article {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .news-section .main-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .news-section .main-article .article-cover {
    margin-bottom: 30px;
  }
}

.news-section .main-article .article-content {
  padding-left: 45px;
}

@media (max-width: 767px) {
  .news-section .main-article .article-content {
    padding-left: 15px;
  }
}

.news-section .main-article h3 {
  font-size: 30px;
  font-size: 3.0rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px;
  margin: 0 0 25px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-section .main-article h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .news-section .main-article h3 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.news-section .main-article p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .news-section .main-article p {
    font-size: 14px;
  }
}

.news-section .small-article {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .news-section .small-article .article-wrapper:hover {
    background: #184ba0;
  }
  .news-section .small-article .article-wrapper:hover h3 a {
    color: #fff;
  }
  .news-section .small-article .article-wrapper:hover p {
    color: #fff;
  }
}

.news-section .small-article .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-section .small-article h3 {
  font-size: 23px;
  font-size: 2.3rem;
  /*margin: 0 0 20px 0;*/
}

@media (max-width: 991px) {
  .news-section .small-article h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .news-section .small-article h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.news-section .small-article p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .news-section .small-article p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
.news-section.recent {
  margin-bottom: 50px;
}*/

.news-section.recent .small-article h3 {
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .news-section.recent .small-article h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-section.recent .small-article h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.news-section.recent .small-article h3 a {
  color: #000;
}

@media (min-width: 768px) {
  .news-section.recent .small-article .article-wrapper:hover h3 a {
    color: #fff;
  }
}

.news-section.recent .small-article .article-cover .date span {
  color: #040000;
}

@media (min-width: 768px) {
  .news-section.recent .article-content {
    padding-right: 0;
  }
}

/*.mayor .heading-wrapper {
  margin-bottom: 20px;
}*/

@media (min-width: 768px) {
  .mayor .mayor-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .mayor .mayor-txt {
    padding-left: 0;
    padding-right: 0;
  }
}

.mayor .mayor-img {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: solid 8px #fff;
}

@media (max-width: 767px) {
  .mayor .mayor-img {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 55px;
  }
}

.mayor h3 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .mayor h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media (max-width: 767px) {
  .mayor h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.mayor h3 span {
  font-weight: 400;
}

.mayor p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Helvetica, Tahoma, Arial;
  margin-bottom: 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .mayor p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .mayor p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.mayor .btn.btn-medium {
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  line-height: 54px;
}

@media (max-width: 767px) {
  .mayor .button-more {
    margin-top: 20px;
  }
  .mayor .button-more .btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.commissioners .heading-wrapper {
  margin-bottom: 40px;
}

.person-list {
  margin: 0 12px;
}

@media (max-width: 767px) {
  .person-list {
    margin: 0 15px;
  }
}

.person-list li {
  padding: 0 3px;
}

@media (max-width: 991px) {
  .person-list li {
    margin-bottom: 25px;
  }
}

.person-list li img {
  display: inline-block;
  border: 4px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
}

.person-list li p {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  color: #184ba0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .person-list li p {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.person-list li p span {
  display: block;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #000;
}

@media (max-width: 767px) {
  .person-list li p span {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.person-list li .btn {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 500;
  text-transform: none;
  height: 39px;
  line-height: 37px;
  width: 100%;
}

@media (max-width: 767px) {
  .person-list li .btn {
    font-size: 20px;
    font-size: 2.0rem;
    height: 60px;
    line-height: 58px;
  }
}

.person-list li .btn i {
  margin-right: 8px;
}

/*.stats .heading-wrapper {
  margin-bottom: 25px;
}*/

/*.stats .col-stat {
  padding-left: 0;
  padding-right: 0;
}*/

@media (max-width: 767px) {
  .stats .col-stat {
    margin-bottom: 50px;
  }
}

.stats .number {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 300;
  font-size: 80px;
  font-size: 8rem;
  margin-bottom: 10px;
  line-height: 70px;
}

.stats .number span {
  font-weight: 500;
}

.stats .number.green {
  color: #a0cf67;
}

.stats .number.sea {
  color: #01b295;
}

.stats .number.darkgreen {
  color: #00664e;
}

.stats .number.red {
  color: #d21241;
}

.stats .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 400;
  text-transform: uppercase;
}

.prefooter-bg {
  margin-top: -70px;
  width: 110%;
  height: 96px;
  background: url(../img/prefooter.png) no-repeat top center;
}

@media (max-width: 767px) {
  .prefooter-bg {
    display: none;
  }
}

.prefooter {
  background: #004795;
  width: 100%;
}

@media (max-width: 767px) {
  .prefooter {
    padding-top: 50px;
  }
}

.prefooter .footer-col {
  padding-right: 0;
}

.prefooter .footer-col.last-col ul li {
  margin-left: 30px;
}

.prefooter h3 {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 48px 0;
}

.prefooter h3 span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .prefooter h3 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.prefooter ul li {
  display: block;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  border-bottom: 1px solid #2d65a3;
  padding: 8px 0;
}

.prefooter ul li:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .prefooter ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .prefooter ul li {
    border-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.prefooter ul li a {
  color: #fff;
  display: block;
  white-space: nowrap;
}

.prefooter ul li a:hover {
  text-decoration: underline;
}

.menu-bottom {
  background: #06274b;
  width: 100%;
  height: 103px;
}

.menu-bottom ul {
  margin: 0;
}

.menu-bottom ul li {
  float: left;
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  text-transform: uppercase;
  margin-right: 70px;
}

.menu-bottom ul li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .menu-bottom ul li {
    font-size: 21px;
    font-size: 2.1rem;
     }
}

.menu-bottom ul li a {
  color: #fff;
}

.menu-bottom ul li a:hover {
  text-decoration: underline;
}

.social-section ul {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .social-section {
    padding: 30px 0 24px 0;
  }
}

@media (max-width: 991px) {
  .social-section ul {
    text-align: center;
    margin-bottom: 30px;
  }
}

.social-section ul li {
  float: left;
  margin-right: 45px;
}

.social-section ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .social-section ul li {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .social-section ul li {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 767px) {
  .social-section ul li {
    margin-right: 25px;
  }
}

.social-section ul li a {
  color: #004795;
  font-size: 39px;
  line-height: 42px;
  display: block;
}

@media (max-width: 767px) {
  .social-section ul li a {
    font-size: 27px;
  }
  .social-section ul li a img {
    max-height: 27px;
  }
}

.social-section ul li a img {
  margin-top: -4px;
}

.social-section ul li a .fa-twitter {
  font-size: 43px;
}

@media (max-width: 767px) {
  .social-section ul li a .fa-twitter {
    font-size: 27px;
  }
}

.social-section ul li a .fa-instagram {
  font-size: 45px;
}

@media (max-width: 767px) {
  .social-section ul li a .fa-instagram {
    font-size: 27px;
  }
}

.social-section .totop {
  display: inline-block;
  color: #041638;
  font-size: 12px;
  font-family: Helvetica, Tahoma, Arial;
  line-height: 46px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .social-section .totop {
    float: right;
  }
}

@media (max-width: 767px) {
  .social-section .totop {
    line-height: 30px;
  }
}

.social-section .totop i {
  font-size: 22px;
  color: #004795;
  border: 4px solid #004795;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .social-section .totop i {
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 17px;
  }
}

.newsletter-form {
  margin-right: -15px;
}

@media (max-width: 991px) {
  .newsletter-form {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.newsletter-form .input-group {
  border: 2px solid #b7b7b7;
}

.newsletter-form .form-control {
  height: 38px;
  border: 0;
  color: #535354;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}

.newsletter-form .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.newsletter-form .btn-input {
  line-height: 36px;
  height: 38px;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  background: #8bc63e;
  width: 100%;
  margin-left: 0 !important;
}

.bottom {
  width: 100%;
  /*height: 90px;*/
  background: #e1e1e1;
  color: #06274b;
  font-size: 12px;
  font-size: 1.2rem;
}
.bottom p {
  font-family: Helvetica, Tahoma, Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .bottom {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .bottom {
    text-align: center;
    padding-top: 27px;
  }
  .bottom .madeby {
    text-align: center;
  }
}

/*@media (max-width: 767px) {
  .bottom {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .bottom .short-menu {
    padding-left: 0;
  }
}*/

.bottom a {
  color: #06274b;
  text-decoration: underline;
}

.bottom a:hover {
  text-decoration: none;
}

.bottom ul {
  margin: 3px 0 0 0;
}

.bottom ul li {
  float: left;
  border-right: 1px solid #06274b;
  line-height: 12px;
  padding: 0 13px;
}

.bottom ul li:last-child {
  border-right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .bottom ul li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .bottom ul li {
    padding: 0 3px;
  }
}

.bottom .change-font {
  display: inline-block;
  margin-right: 40px;
  line-height: 12px;
}

.bottom .change-font a {
  text-decoration: none;
}

.bottom .change-font .font-size-2 {
  font-size: 18px;
}

.bottom .change-font .font-size-3 {
  font-size: 23px;
}

.bottom .search {
  margin-top: -4px;
}

.language {
  display: inline-block;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .language {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .language {
    margin-top: 5px;
  }
}

.language i {
  font-size: 15px;
}

.language select {
  text-transform: uppercase;
  background: transparent url(../img/icons/lang-arrow.png) no-repeat 95% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 18px 0 5px;
}

.language select::-ms-expand {
  display: none;
}

.welcome-txt {
  font-size: 21px;
  font-family: "proxima-nova", Arial, Verdana;
  color: #030000;
}

.sectional-wrapper p {
  margin-bottom: 30px;
  padding-right: 15px;
  line-height: 32px;
}

.sectional-wrapper .banner-wrapper {
  margin: 0 11px;
}

.sectional-wrapper .banner {
  /*margin-top: 30px;*/
  padding: 0 6px;
  position: relative;
}

@media (max-width: 767px) {
  .sectional-wrapper .banner {
    text-align: center;
  }
  .sectional-wrapper .banner img {
    display: inline-block;
  }
}

.sectional-wrapper .banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6px;
}

.sectional-wrapper .banner .banner-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sectional-wrapper .banner .banner-content .h4 {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 500;
  font-size: 41px;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 1, 3, 0.35);
  margin: 25px 0 0 0;
  position: relative;
  z-index: 1;
}

.sectional-wrapper .banner .banner-content .overlay-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .sectional-wrapper .banner .banner-content .overlay-mask .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 0;
  }
  .sectional-wrapper .banner .banner-content .overlay-mask:hover .mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

.quick-links .page-heading {
  margin-bottom: 35px;
}

.quick-links ul {
  margin: 0 3.5px;
}

.quick-links li {
  display: block;
  margin-bottom: 25px;
  padding: 0 12.5px;
}

.quick-links li a {
  background: #f2f2f2;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #091f2f;
  text-transform: uppercase;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px 0 55px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .quick-links li a {
    padding-left: 30px;
  }
}

.quick-links li a:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icons/icon-external.png) no-repeat 0 0;
  right: 30px;
  top: 35px;
}

.quick-links li a:hover {
  background: #184ba0;
  color: #fff;
}

.quick-links li a:hover:after {
  background-position: 0 -21px;
}

.quick-links.red li a:hover {
  background: #d21241;
}

.accordion-section .page-heading {
  margin-bottom: 35px;
}

.accordion-section .panel-default {
  border: 0;
  margin-bottom: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}

.accordion-section .panel-default .panel-title a {
  color: #fff;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  display: block;
  padding: 29px 35px 29px 44px;
  background: #184ba0;
}

@media (max-width: 767px) {
  .accordion-section .panel-default .panel-title a {
    padding-left: 30px;
  }
}

.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 35px;
  content: "\f106";
  color: #fff;
  float: right;
  margin-top: -9px;
}

.accordion-section .panel-default .panel-title a.collapsed {
  background: #f4f4f4;
  color: #000;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
  color: #1f7de2;
}

.accordion-section .panel-default .panel-body {
  background: #fff;
  border: 0;
  padding: 35px;
  font-family: "proxima-nova", Arial, Verdana;
  font-size: 18px;
  font-size: 1.8rem;
  color: #030000;
}

.accordion-section .panel-default .panel-body ul {
  list-style: none;
  margin: 0;
}

.accordion-section .panel-default .panel-body ul li {
  margin-bottom: 18px;
}

.accordion-section .panel-default .panel-body ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.accordion-section .panel-default .panel-body ul li:last-child {
  margin-bottom: 0;
}

.accordion-section .panel-default .panel-body ul li a {
  color: #0071bc;
}

.accordion-section .panel-default .panel-body ul li a:hover {
  color: #000;
}

.accordion-section.blue .panel-default .panel-title a.collapsed {
  color: #184ba0;
}

/*.post-content {
  padding-top: 40px;
}*/

/*.post-content h1 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 400;
  color: #030000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 55px;
}*/

.post-content article .introduction {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /*padding: 50px 0 30px 0;*/
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
  color: #4d4d4d;
}

.post-content article .introduction p {
  font-style: italic;
/*  line-height: 33px;
  margin-bottom: 20px;*/
}

.post-content article .post-body {
  /*margin-top: 35px;*/
  font-family: "proxima-nova", Arial, Verdana;
  font-size: 18px;
  font-size: 1.8rem;
  color: #030000;
}

.post-content article .post-body p {
  margin-bottom: 30px;
  line-height: 1.5em;
}

.post-content article .post-body h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 35px 0;
}

.post-content article .post-body ul {
  list-style: none;
}

.post-content article .post-body ul li {
  margin-bottom: 7px;
}

.post-content article .post-body ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.short-links {
  /*padding: 30px 0 20px 0;*/
  border-bottom: 1px solid #ccc;
}

.short-links li {
  display: inline-block;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 30px;
  line-height: 14px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .short-links li {
    margin-right: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .short-links li {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .short-links li {
    width: 33%;
    margin-bottom: 10px;
    margin-right: 0;
    float: left;
  }
}

.short-links li:last-child {
  margin-right: 0;
}

.short-links li a {
  color: #0071bc;
}

.short-links li a:hover {
  text-decoration: underline;
}

.short-links-mobile {
  margin-top: 20px;
}
/*
.author-info {
  padding-top: 65px;
}*/

/*@media (max-width: 991px) {
  .author-info {
    margin-bottom: 50px;
  }
}*/

@media (max-width: 767px) {
  .author-info {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .author-info .avatar {
    text-align: center;
  }
}

.author-info .avatar img {
  border: 3px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .author-info .avatar img {
    display: inline-block;
  }
}

.author-info h2 {
  margin: 10px 0 25px 0;
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 600;
  font-style: italic;
  font-size: 31px;
  font-size: 3.1rem;
  color: #303030;
  text-transform: none;
}

.author-info p {
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  color: #373737;
}

.breadcrumb {
  margin: 0 0 20px 8px;
}

.breadcrumb ul {
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
  color: #091f2f;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "proxima-nova", Arial, Verdana;
  text-transform: uppercase;
}

.breadcrumb li:after {
  content: ">";
  color: #b3b3b3;
  margin: 0 10px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  color: #091f2f;
  border-bottom: 1px solid #b3b3b3;
}

.breadcrumb li a:hover {
  border-bottom-color: transparent;
}

.contact-info li {
  display: block;
  padding: 23px 0 26px 48px;
  border-bottom: 1px solid #eaeaea;
  font-family: "proxima-nova", Arial, Verdana;
  font-size: 14px;
  color: #4d4d4d;
}

.contact-info li:last-child {
  border-bottom: 0;
}

.contact-info li.icon1 {
  background: url(../img/icons/contact-icon-1.png) no-repeat left center;
}

.contact-info li.icon2 {
  background: url(../img/icons/contact-icon-2.png) no-repeat left center;
}

.contact-info li.icon3 {
  background: url(../img/icons/contact-icon-3.png) no-repeat left center;
}

.contact-info li.icon4 {
  background: url(../img/icons/contact-icon-4.png) no-repeat left center;
}

.contact-info li.icon5 {
  background: url(../img/icons/contact-icon-5.png) no-repeat left center;
}

.contact-info li.icon6 {
    background: url(../img/icons/contact-icon-6.png) no-repeat left center;
}

.contact-info li p {
  margin-bottom: 0;
}

.contact-info li a {
  color: #0071bc;
}

.contact-info li strong {
  font-size: 18px;
  font-size: 1.8rem;
  color: #030000;
  text-transform: uppercase;
  line-height: 14px;
}

.contact-info li em {
  font-size: 16px;
  font-size: 1.6rem;
  color: #030000;
  line-height: 14px;
}

.menu-sidebar {
  font-family: "proxima-nova", Arial, Verdana;
  font-size: 18px;
  font-size: 1.8rem;
}

.menu-sidebar li {
  border-bottom: 1px solid #eff0f0;
  line-height: 23px;
}

.menu-sidebar li a {
  color: #000;
  display: block;
  padding: 12px 25px 12px 23px;
}

.menu-sidebar li a:hover {
  background: #80bd01;
  color: #fff;
}

.menu-sidebar li a:hover:after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 7px;
}

.menu-sidebar-mobile {
  margin-top: 10px;
  margin-bottom: 30px;
}

.block {
  background: #f4f4f4;
  padding: 30px 20px;
}

.block h4 {
  font-family: "open sans condensed", Tahoma, Verdana;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  margin: 0 0 30px 0;
}

.block .select2-container.customSelect {
  display: block;
  border-radius: none;
  border-color: transparent;
  margin-bottom: 15px;
}

.block .select2-container.customSelect a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-family: Helvetica, Tahoma, Arial;
  font-size: 15px !important;
  font-style: italic;
  color: #000;
  background: #fff !important;
  padding: 0 25px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .block .select2-container.customSelect a {
    font-size: 14px;
  }
}

.block .select2-container.customSelect .select2-choice {
  border-radius: 0;
}

.block .select2-container.customSelect .select2-choice .select2-arrow {
  width: 9px;
  height: 48px;
  right: 10px;
  background: #fff url(../img/icons/select-arrow2.png) no-repeat center center;
}

.block .select2-container.customSelect .select2-container-active {
  border-color: transparent;
}

.block select,
.block input {
  width: 100%;
  height: 48px;
  border: 1px solid #e1e1e1;
  font-family: Helvetica, Tahoma, Arial;
  font-size: 15px;
  font-style: italic;
  color: #000;
  background-color: #fff;
  padding: 0 30px 0 20px;
  margin-bottom: 15px;
}

.block select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/icons/select-arrow2.png) no-repeat 95% center;
}

.block select::-ms-expand {
  display: none;
}

.block input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.block input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.block input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.block input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.block .btn {
  display: block;
  width: 100%;
  height: 48px;
  font-family: Helvetica, Tahoma, Arial;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

.pagination {
  margin-bottom: 90px;
  padding: 45px 0;
  border-top: 1px solid #f6f5f5;
  border-bottom: 1px solid #f6f5f5;
}

.pagination ul {
  margin: 0;
}

.pagination ul li {
  position: relative;
}

.pagination ul li.prev {
  float: left;
  padding-left: 55px;
}

.pagination ul li.prev:before {
  content: "";
  background: url(../img/icons/pagination.png) no-repeat 0 0;
  width: 19px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
}

@media (max-width: 767px) {
  .pagination ul li.prev {
    /*float: none;*/
    display: block;
    /*width: 70%;*/
    margin: 0 auto 20px auto;
  }
}

.pagination ul li.next {
  float: right;
  padding-right: 55px;
}

.pagination ul li.next:after {
  content: "";
  background: url(../img/icons/pagination.png) no-repeat -19px 0;
  width: 19px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

@media (max-width: 767px) {
  .pagination ul li.next {
    /*float: none;*/
    display: block;
    /*width: 70%;*/
    margin: 0 auto;
  }
}

.pagination ul li a {
  color: #1d7ce2;
  font-size: 20px;
  text-decoration: underline;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li a:hover {
  text-decoration: none;
}

.text-size2 p,
.text-size2 li,
.text-size2 li a {
  font-size: 140% !important;
  line-height: 1.2 !important;
}

.text-size3 p,
.text-size3 li,
.text-size3 li a {
  font-size: 150% !important;
  line-height: 1.2 !important;
}
	
.calendartab {
	
	background-color: #EEEEEE;
	
}


/********* THIS WAS FOR THE PINK VERSION OF THE WEBSITE ***************/

/*

.topbar, .searchbox label span, .btn.btn-blue, .news-section .nav-tabs > li.active > a {
	
	background: #E2457B !important;
}


.prefooter-bg, .prefooter {
	
background: #E2457B !important;
	
}

.prefooter ul li {
   
    border-bottom: 1px solid #D22051 !important;

}

.menu-bottom {


background: #D22051 !important;

}



.hero .slide-item-content h1:after {

    background: url("https://www.miamibeachfl.gov/wp-content/uploads/2018/10/100px-Pink_ribbon.svg_.png") no-repeat !important ;
	background-size: 60px 97px !important;
	left:80px !important
}


*/


