@charset "UTF-8";

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

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

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  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: 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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
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.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  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.428571429;
}

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.428571429;
  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;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@-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;
  }
}

@font-face {
  font-family: "gaes-corp";
  src: url(../fonts/gaes-corp.eot);
  src: url(../fonts/gaes-corp.eot?#iefix) format("embedded-opentype"), url(../fonts/gaes-corp.woff) format("woff"), url(../fonts/gaes-corp.ttf) format("truetype"), url(../fonts/gaes-corp.svg#gaes-corp) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "gaes-corp" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gaes-corp" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e000";
}

.icon-circle-audio:before {
  content: "\e001";
}

.icon-circle-play:before {
  content: "\e002";
}

.icon-circle-download:before {
  content: "\e003";
}

.icon-circle-plus:before {
  content: "\e004";
}

.icon-arrow-right:before {
  content: "\e005";
}

.icon-circle-eye:before {
  content: "\e006";
}

.icon-tags:before {
  content: "\e007";
}

.icon-circle-address:before {
  content: "\e008";
}

.icon-circle-calendar:before {
  content: "\e009";
}

.icon-star:before {
  content: "\e00a";
}

.icon-circle-prize:before {
  content: "\e00b";
}

.icon-circle-cup:before {
  content: "\e00c";
}

.icon-circle-close:before {
  content: "\e00d";
}

.icon-circle-dialog:before {
  content: "\e00e";
}

.icon-circle-envelope:before {
  content: "\e00f";
}

.icon-circle-down:before {
  content: "\e010";
}

.icon-circle-light:before {
  content: "\e011";
}

.icon-circle-link:before {
  content: "\e012";
}

.icon-circle-marker:before {
  content: "\e013";
}

.icon-circle-top:before {
  content: "\e014";
}

.icon-circle-right:before {
  content: "\e015";
}

.icon-circle-left:before {
  content: "\e016";
}

.icon-circle-phone:before {
  content: "\e017";
}

.icon-circle-atom:before {
  content: "\e018";
}

.icon-print:before {
  content: "\e019";
}

.icon-envelope:before {
  content: "\e01a";
}

.icon-circle-discount:before {
  content: "\e01b";
}

.icon-circle-wifi:before {
  content: "\e01c";
}

.icon-pdf:before {
  content: "\e01d";
}

.icon-fullscreen:before {
  content: "\e01e";
}

.icon-circle-group:before {
  content: "\e01f";
}

.icon-youtube:before {
  content: "\e020";
}

.icon-twitter:before {
  content: "\e021";
}

.icon-google-plus:before {
  content: "\e022";
}

.icon-facebook:before {
  content: "\e023";
}

.icon-linkedin:before {
  content: "\e024";
}

.icon-search:before {
  content: "\e025";
}

.icon-loading:before {
  content: "\e026";
}

.icon-retweet:before {
  content: "\e027";
}

.icon-circle:before {
  content: "\e028";
}

.icon-atom:before {
  content: "\e029";
}

.icon-arrow-up:before {
  content: "\e02a";
}

.icon-arrow-down:before {
  content: "\e02b";
}

.icon-arrow-left:before {
  content: "\e02c";
}

.icon-down:before {
  content: "\e02d";
}

.icon-left:before {
  content: "\e02e";
}

.icon-up:before {
  content: "\e02f";
}

.icon-right:before {
  content: "\e030";
}

.icon-check:before {
  content: "\e031";
}

@font-face {
  font-family: 'humnst777';
  src: url(../fonts/humanist-777-bt-webfont.eot);
  src: url(../fonts/humanist-777-bt-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/humanist-777-bt-webfont.woff) format("woff"), url(../fonts/humanist-777-bt-webfont.ttf) format("truetype"), url(../fonts/humanist-777-bt-webfont.svg#humnst777_btroman) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'humnst777';
  src: url(../fonts/humnst777-bt-bold-webfont.eot);
  src: url(../fonts/humnst777-bt-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/humnst777-bt-bold-webfont.woff) format("woff"), url(../fonts/humnst777-bt-bold-webfont.ttf) format("truetype"), url(../fonts/humnst777-bt-bold-webfont.svg#humnst777_btbold) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'humnst777';
  src: url(../fonts/humnst777-bt-bold-italic-webfont.eot);
  src: url(../fonts/humnst777-bt-bold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/humnst777-bt-bold-italic-webfont.woff) format("woff"), url(../fonts/humnst777-bt-bold-italic-webfont.ttf) format("truetype"), url(../fonts/humnst777-bt-bold-italic-webfont.svg#humnst777_btbold_italic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'humnst777-i';
  src: url(../fonts/humnst777-bt-italic-webfont.eot);
  src: url(../fonts/humnst777-bt-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/humnst777-bt-italic-webfont.woff) format("woff"), url(../fonts/humnst777-bt-italic-webfont.ttf) format("truetype"), url(../fonts/humnst777-bt-italic-webfont.svg#humnst777_btitalic) format("svg");
  font-weight: 600;
  font-style: italic;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  position: relative;
  background: #f7f7f7;
  padding-top: 5rem;
  overflow-x: hidden;
  color: #aaa;
  font-family: "humnst777", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  transition: padding .3s, left .3s;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 15.8rem;
  }

  body.is-affix {
    padding-top: 11.5rem;
  }
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 12rem;
  }

  body.is-affix {
    padding-top: 7.7rem;
  }
}

a,
button,
input {
  transition: all 0.3s;
}

a:focus,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

a,
a:hover,
a:focus,
a:active {
  color: #007bb3;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

svg {
  position: relative;
}

img {
  max-width: 100%;
  min-height: 100%;
}

hr {
  border-top-color: #f2f2f2;
  margin: 0;
}

i {
  font-family: 'humnst777-i';
}

input[type="search"] {
  box-sizing: border-box;
}

::-moz-selection {
  background: #007bb3;
  color: #fff;
}

::selection {
  background: #007bb3;
  color: #fff;
}

.strong {
  font-weight: 400;
  color: #2c2c2c;
}

.bd {
  opacity: 0;
  transition: padding-top .3s, opacity .3s;
}

.bd.is-loaded {
  opacity: 1;
}

.nojs {
  text-align: center;
}

.anim {
  visibility: hidden;
  opacity: 0;
  transition: opacity .8s, transform .8s;
}

.anim--down {
  transform: translateY(-2rem);
}

.anim.animated {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.o-alert {
  margin-bottom: 3rem;
  padding: 2.5rem 3rem;
}

.o-alert--ok {
  background: #dff0d8;
  color: #00b05f;
}

.o-alert--ok .fa {
  color: #00b05f;
}

.o-alert--ko {
  background: #f2dede;
  color: #bf0000;
}

.o-alert--ko .fa {
  color: #bf0000;
}

.o-backdrop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.o-box {
  margin-bottom: 3rem;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.o-box__bd {
  padding: 3rem;
}

@media screen and (min-width: 768px) {
  .o-box__bd {
    padding: 4rem;
  }
}

.o-box__bd--xs {
  padding: 1rem;
}

.o-box__bd--sm {
  padding: 3rem;
}

.o-box__bd--med {
  padding: 3rem;
}

@media screen and (min-width: 768px) {
  .o-box__bd--med {
    padding: 6rem;
  }
}

.o-box__bd--left {
  padding: 3rem 0rem 3rem 3rem;
}

@media screen and (min-width: 768px) {
  .o-box__bd--left {
    padding: 4rem 0rem 4rem 4rem;
  }
}

.o-box__bd--right {
  padding: 3rem 3rem 3rem 0rem;
}

@media screen and (min-width: 768px) {
  .o-box__bd--right {
    padding: 4rem 4rem 4rem 0rem;
  }
}

.o-box__bd--wide {
  padding: 4rem;
}
.o-box__bd--legal {
  color: black;
}

@media screen and (min-width: 768px) {
  .o-box__bd--wide {
    padding: 5rem 9.5rem;
  }
}

.o-breadcrumb {
  margin: 1.5rem 0 5rem;
  color: #aaa;
  font-size: 1.2rem;
}

.o-breadcrumb__current {
  color: #2c2c2c;
}

.o-breadcrumb__item {
  color: #007bb3;
}

.o-btn {
  display: inline-block;
  margin: 0;
  padding: .9rem 2.7rem;
  background: #aaa;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  outline: none;
  position: relative;
  border-radius: 0;
  transform-style: preserve-3d;
}

.o-btn:hover {
  transform: rotateX(15deg);
  opacity: 1;
}

.o-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.o-btn:hover,
.o-btn:focus {
  color: #fff;
}

.o-btn--primary {
  background: #007bb3;
}

.o-btn--primary .o-btn__icon {
  border-color: #0071a2;
}

.o-btn--primary:hover:not(:disabled) {
  background: #bf0000;
}

.o-btn--primary:hover:not(:disabled) .o-btn__icon {
  border-color: #a50000;
}

.o-btn--primary:before {
  background: #a50000;
}

.o-btn--alt {
  background: #bf0000;
}

.o-btn--alt .o-btn__icon {
  border-color: #a50000;
}

.o-btn--alt:before {
  background: #a50000;
}

.o-btn--default {
  padding: .9rem;
  background: #3c3c3c;
  font-size: 1.4rem;
  font-weight: 400;
}

.o-btn--default:before {
  background: #222;
}

.o-btn--success {
  background: #00b05f;
}

.o-btn--success .o-btn__icon {
  border-color: #00a257;
}

.o-btn--success:before {
  background: #00a257;
}

.o-btn--block {
  display: block;
  width: 100%;
}

.o-btn--icon {
  min-height: 3.9rem;
  padding-left: 5rem;
  position: relative;
  text-align: left;
}

.o-btn--icon--trash {
  width: 4rem;
  height: 4rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.o-btn--icon--trash:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  background: url("../img/web/sprites.png") no-repeat 0 -367px;
}

.o-btn--icon--trash:hover {
  background: #a50000;
}

.o-btn--lg {
  min-height: 5rem;
  padding: 1.4rem 2.7rem;
  font-weight: 400;
}

.o-btn--lg.o-btn--icon {
  padding-left: 6.5rem;
}

.o-btn--lg .o-btn__icon {
  width: 5rem;
  padding: 1rem 0;
  font-size: 2rem;
}

.o-btn__icon {
  width: 3.9rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid;
  border-radius: .4rem 0 0 .4rem;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
}

.o-btn__icon:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -1rem;
}

.o-btn__icon--download:after {
  background: url("../img/web/sprites.png") no-repeat 0 -253px;
}

.o-btn__icon--vote:after {
  background: url("../img/web/sprites.png") no-repeat 0 -223px;
}

.o-btn--success .o-btn__icon--vote:after {
  background: url("../img/web/sprites.png") no-repeat -33px -132px;
}

.o-btn__icon--see:after {
  width: 22px;
  height: 14px;
  margin-top: -.7rem;
  left: 1.4rem;
  background: url("../img/web/sprites.png") no-repeat 0 -283px;
}

.o-btn__icon--star:after {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  left: 1rem;
  background: url("../img/web/sprites.png") no-repeat -196px -40px;
}

.o-btn--fb {
  background: #4361a7;
  text-align: center;
}

.o-btn--fb .o-btn__icon {
  padding: .9rem 0 0;
  background: #3a589e;
  border-color: #3a589e;
}

.o-btn--fb:before {
  background: #3a589e;
}

.o-btn--flush {
  height: 100%;
  position: relative;
  border-radius: 0;
}

.o-btn--flush:hover {
  transform: none;
  opacity: .8;
}

.o-btn--blog {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  padding-right: 1rem;
  font-size: 1.4rem;
}

.o-btn--blog .o-btn__icon:after {
  background: url("../img/web/sprites.png") no-repeat 0 -427px;
}

.o-bubble {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 1.7rem 0 0;
  border-radius: 50%;
}

.o-bubble--ok {
  background: #00b05f;
}

.o-bubble--ok:before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
  background: url("../img/web/sprites.png") no-repeat -35px -134px;
}

.o-bwimg {
  display: block;
  max-width: 100%;
  margin: 5rem auto 0;
  filter: grayscale(100%);
  opacity: .3;
  transition: all 0.3s;
}

a:hover .o-bwimg {
  filter: grayscale(0%);
  opacity: 1;
}

.o-file {
  display: block;
  margin: .3rem 0;
}

.o-form__group--inline .o-file {
  float: left;
  width: 60%;
}

.o-file__input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.o-file__label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  width: 100%;
  height: 4rem;
  padding: .9rem 1rem;
  background: #3c3c3c;
  border-radius: .5rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.o-file__uploaded {
  padding-top: .6rem;
  text-align: right;
}

.o-file__uploaded__item {
  margin-left: 2rem;
  white-space: nowrap;
}

.o-file__uploaded__delete {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: .8rem;
  padding: 0;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  background: url("../img/web/sprites.png") no-repeat -35px -80px;
  text-indent: -9999px;
}

.o-file__uploaded__thumb {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  vertical-align: middle;
  background: url("../img/web/sprites.png") no-repeat -35px -104px;
}

.o-form__group {
  padding-top: 2rem;
  position: relative;
  margin: 0 0 2.5rem;
}

.o-form__group--inline {
  padding-top: 0;
}

.o-form__group--inline:after {
  content: "";
  display: table;
  clear: both;
}

.o-form__group--inline .o-form__label {
  position: static;
}

.o-form__group--nolab {
  padding-top: 0;
}

.o-form__group--nolab .o-form__label {
  position: static;
}

.o-form__group--area .o-form__input {
  height: 9rem;
  resize: vertical;
}

.o-form__group--area .o-form__label {
  bottom: 6rem;
}

.o-form__group--area.is--filled .o-form__label {
  bottom: 9.1rem;
}

.o-form__group--area--lg .o-form__input {
  height: 16.2rem;
}

.o-form__group--area--lg .o-form__label {
  bottom: 13.2rem;
}

.o-form__group--area--lg.is--filled .o-form__label {
  bottom: 16.4rem;
}

.o-form__group--area--xl .o-form__input {
  height: 21rem;
}

.o-form__group--area--xl .o-form__label {
  bottom: 18rem;
}

.o-form__group--area--xl.is--filled .o-form__label {
  bottom: 21.2rem;
}

.o-form__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  transition: all 0.3s;
}

.is--filled .o-form__label {
  bottom: 4.2rem;
}

.o-form__label--inline {
  padding-top: .9rem;
}

.o-form__label--title {
  margin-bottom: 1em;
  color: #363636;
  font-weight: 700;
  position: static;
}

.o-form__input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: .5rem 1rem;
  background: #fff;
  border: .1rem solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  color: #363636;
}

.o-form__input.error {
  border-color: #bf0000;
}

.o-form__input:focus {
  outline: 0;
  border-color: #363636;
}

.o-form__legal a {
  color: #363636;
  text-decoration: underline;
}

.o-form__legal a:hover {
  text-decoration: underline;
}

.o-form__legal + label.error {
  right: auto;
  left: 0;
}

.o-form__submit {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .o-form__submit .o-form__group {
    margin: 0 3.5rem 0 0;
    display: inline-block;
  }
}

.o-form__submit .o-btn--lg {
  width: 36rem;
  max-width: 100%;
  font-weight: 400;
}

.o-form__submit .o-btn--lg:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 19px;
  margin-left: 1.5rem;
  background: url("../img/web/sprites.png") no-repeat -35px 0;
  vertical-align: middle;
}

.o-form__submit--cancel:after {
  content: "";
  display: table;
  clear: both;
}

.o-form__submit--cancel .o-btn--lg {
  float: left;
}

.o-form__submit--cancel .o-btn--alt {
  float: right;
}

.o-form__submit--cancel .o-btn--alt:after {
  display: none;
}

label.error {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  color: #bf0000;
}

.o-icon {
  display: block;
  width: 2.5rem;
  height: 2.4rem;
  padding-top: .3rem;
  border-radius: .2rem;
  vertical-align: top;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  float: right;
  margin-left: 5px;
}

.o-icon--envelope {
  background: url("../img/web/sprites.png") no-repeat 0 0;
  text-indent: -9999px;
}

.o-icon--fb {
  background: #2c4174;
}

.o-icon--tw {
  background: #00abf0;
}

.o-icon:hover {
  color: #fff;
}

.o-icon--mobile {
  display: inline-block;
  float: none;
  margin-left: 0px;
}

.o-img {
  background: #fff;
  padding: .2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .o-img {
    margin-bottom: 2rem;
  }
}

.o-img img {
  width: 100%;
}

.o-media:after {
  content: "";
  display: table;
  clear: both;
}

.o-media__img {
  display: block;
  float: left;
  margin-right: 1.5rem;
}

.o-media__bd {
  display: block;
  overflow: hidden;
}

.o-menulist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-menulist li {
  border-bottom: .1rem solid #f2f2f2;
}

.o-menulist li:last-child {
  border-bottom: none;
}

.o-menulist__item {
  display: block;
  padding: 1.5rem 0;
  position: relative;
  font-size: 1.4rem;
}

.o-menulist__item:hover {
  background: #f2f2f2;
}

.o-menulist__item.is-active {
  color: #363636;
}

.o-menulist__item:after {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  background: url("../img/web/sprites.png") no-repeat -35px -61px;
}

.o-menulist--main .o-menulist__item {
  padding: 2rem 2.3rem;
  border-left: .3rem solid #fff;
  color: #363636;
  text-transform: uppercase;
}

.o-menulist--main .o-menulist__item:hover {
  color: #363636;
}

.o-menulist--main .o-menulist__item.is-active,
.o-menulist--main .o-menulist__item:hover {
  border-left-color: #bf0000;
}

.o-menulist--main .o-menulist__item.is-active {
  color: #aaa;
}

.o-menulist--main .o-menulist__item:after {
  right: 2.5rem;
}

.o-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-select {
  width: 100%;
  height: 4rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.o-select__sel {
  width: 110%;
  height: 4rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 9;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #363636;
  font-size: 1.4rem;
  font-weight: 400;
}

.o-select__sel:focus,
.o-select__sel ::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #aaa;
}

.o-select__sel:focus {
  outline: 0;
}

.o-select:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -.3rem;
  border: .5rem solid transparent;
  border-top-color: #3e3e3e;
  border-bottom: none;
}

.o-select + .o-select {
  margin-top: 1.5rem;
}

.o-sheader {
  min-height: 20rem;
  padding: 6rem 0;
  background-color: #007bb3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}

.o-sheader__title {
  margin: .5rem 0 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.o-title {
  margin: 0 0 1em;
  color: #2c2c2c;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.o-title--jumbo {
  margin: 3rem 0;
  font-size: 3.6rem;
}

.o-title--xl {
  font-size: 2.6rem;
}

.o-title--lg {
  font-size: 2.4rem;
}

.o-title--sm {
  font-size: 2rem;
}

.o-title--xs {
  font-size: 1.8rem;
}

.o-title--top {
  margin: 8px 0px 0px 0px;
}

.c-accederbtn {
  display: block;
  padding: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/web/bg-btn.jpg");
  border-radius: 0;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-accederbtn {
    padding: 3.5rem 1.5rem;
  }
}

.c-accederbtn strong {
  display: block;
  margin-bottom: .5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.c-article__author {
  margin-bottom: 1.8rem;
}

.c-article__author .o-media__img {
  width: 6.4rem;
  height: 6.4rem;
  background: #007bb3;
  border-radius: 50%;
  overflow: hidden;
}

.c-article__author strong {
  color: #363636;
  text-transform: uppercase;
}

@media screen and (min-width: 500px) {
  .c-article__author .o-media__bd {
    padding-top: 1rem;
  }
}

.c-article .o-media__img {
  overflow: hidden;
}

.c-article__mainbtns {
  margin: 2.5rem 0 2rem;
}

.c-article__mainbtns .c-article__action--stat {
  display: block;
  min-width: 0;
  padding: 0 2rem 1rem 0;
}

@media screen and (min-width: 1200px) {
  .c-article__mainbtns .c-article__action--stat {
    display: inline-block;
  }
}

.c-article__mainbtns .o-btn {
  margin: 0 .3rem 1rem;
}

.c-article__bd {
  padding: 3rem 3.5rem 0;
}

@media screen and (max-width: 991px) {
  .c-article__bd {
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .c-article__cols .o-media__img {
    float: none;
    display: block;
    width: 100%;
  }
}

.c-article__img {
  display: block;
  width: 24.6rem;
  height: 18.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .c-article__img {
    width: 100%;
  }
}

.c-article__ft {
  min-height: 5.5rem;
  border-top: .1rem solid #f2f2f2;
}

.c-article__ft:after {
  content: "";
  display: table;
  clear: both;
}

.c-article__go {
  min-width: 14.4rem;
  min-height: 5.5rem;
  padding-top: 1.7rem;
  float: right;
}

@media screen and (max-width: 991px) {
  .c-article__go {
    display: block;
    width: 100%;
    margin-top: .5rem;
    clear: both;
  }
}

.c-article__edit:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2.4rem;
  margin-right: 1rem;
  vertical-align: middle;
  background: url("../img/web/sprites.png") no-repeat 0 -397px;
}

.c-article__share {
  float: left;
}

@media screen and (max-width: 991px) {
  .c-article__share {
    float: right;
  }
}

@media screen and (max-width: 500px) {
  .c-article__share {
    float: none;
    clear: both;
  }
}

.c-article__action {
  display: block;
  min-width: 5.9rem;
  min-height: 5.5rem;
  float: left;
  padding: 1.7rem 1.5rem 1rem;
  background: #fff;
  border: none;
  border-right: .1rem solid #f2f2f2;
  text-align: center;
}

.c-article__action--stat {
  min-width: 15rem;
}

.c-article__action--stat strong {
  color: #363636;
  font-size: 2rem;
  line-height: 1;
}

.c-article__action--download:before,
.c-article__action--vote:before {
  content: '';
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
}

.c-article__action--download:hover:not(:disabled),
.c-article__action--vote:hover:not(:disabled) {
  background: #f2f2f2;
}

.c-article__action--download:before {
  background: url("../img/web/sprites.png") no-repeat 0 -134px;
}

@media screen and (max-width: 991px) {
  .c-article__action--download {
    display: none;
  }
}

.c-article__action--vote {
  padding-top: 1.5rem;
}

.c-article__action--vote:before {
  background: url("../img/web/sprites.png") no-repeat 0 -104px;
}

.c-article__action--fb {
  background: #3a589a;
}

.c-article__action--tw {
  background: #00aaef;
}

.c-article__action--li {
  background: #007ab8;
}

.c-article__action--wa {
  background: #00b05f;
}

@media screen and (max-width: 500px) {
  .c-article__action--fb,
  .c-article__action--tw,
  .c-article__action--li,
  .c-article__action--wa {
    width: 25%;
  }
}

.c-article__action .fa {
  color: #fff;
  font-size: 1.7rem;
}

.c-article .o-title--lg {
  margin-bottom: 1.2rem;
}

.c-article--detail .o-title--lg {
  color: #bf0000;
}

@media screen and (min-width: 501px) {
  .c-article--detail .c-article__share {
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-article--detail .c-article__share {
    clear: both;
  }
}

.c-article--detail .c-article__action--vote {
  color: #363636;
  padding: .8rem 2.8rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.c-article--detail .c-article__action--vote:before {
  margin-right: 1rem;
}

@media screen and (max-width: 500px) {
  .c-article--detail .c-article__action--vote,
  .c-article--detail .c-article__ft .c-article__action--stat {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-article--detail .c-article__action--vote,
  .c-article--detail .c-article__ft .c-article__action--stat {
    width: 50%;
    margin-bottom: .5rem;
    border-bottom: .1rem solid #f2f2f2;
  }
}

.c-article--becado .c-article__author {
  margin: 0;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f2f2f2;
}

.c-article__win {
  display: inline-block;
  padding: .8rem 1rem;
  background: #bf0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

a.c-article__img:hover {
  transform: scale(1.1);
}

.c-back {
  margin: .7rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .c-back {
    text-align: right;
  }
}

.c-back__link {
  color: #363636;
  font-weight: 700;
}

.c-back__link span {
  text-decoration: underline;
}

.c-back__link:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2.2rem;
  margin-right: .8rem;
  vertical-align: middle;
  background: url("../img/web/sprites.png") no-repeat 0 -193px;
}

.c-back__link--logout:before {
  background: url("../img/web/sprites.png") no-repeat 0 -307px;
}

.c-boxbecas__menu {
  padding: 4rem 2rem 3rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-boxbecas__menu {
    padding-right: 0;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .c-boxbecas__menu {
    padding-left: 6rem;
  }
}

.c-boxbecas .o-box {
  margin-bottom: 0;
  border-top: none;
  border-right: none;
}

.c-boxbecas .c-pagination {
  margin-top: 4rem;
}

.c-cookies {
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #cbcbcb;
  color: #363636;
  font-size: 1.2rem;
}

.c-cookies .o-btn--primary {
  margin-top: 1rem;
}

.c-cta {
  margin: 3rem 0;
  color: #2c2c2c;
  font-size: 2rem;
  text-align: center;
}

.c-cta .o-btn--lg {
  display: block;
  width: 37rem;
  max-width: 90%;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .c-cta .o-btn--lg {
    display: inline-block;
    width: auto;
    margin: 0 0 0 4rem;
  }
}

.c-cta .o-btn--lg:after {
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0 0 0 1rem;
  background: url("../img/web/sprites.png") no-repeat -35px 0;
  vertical-align: middle;
}

.c-dropdown {
  position: relative;
}

.c-dropdown__menu {
  display: none;
  min-width: 100%;
  margin: 0;
  padding: 1.4rem 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #f9f9f9;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0 0 .5rem .5rem;
  font-size: 1.4rem;
  list-style: none;
  text-align: left;
  white-space: nowrap;
}

.c-dropdown__menu--right {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-mainnav .c-dropdown__menu {
    position: static;
    padding: .7rem;
    background: #c0c0c0;
    border: none;
    border-top: 1px solid #a9a9a9;
    border-radius: 0;
    font-size: 1.3rem;
  }
}

.c-dropdown__link {
  display: block;
  position: relative;
  padding: .5rem 0 .5rem 1.6rem;
  overflow: hidden;
  color: #000;
}

.c-dropdown__link:before {
  content: '\e005';
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  transition: all 0.3s;
  color: #c6c6c6;
  font-family: "gaes-corp";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-dropdown__link:after {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  background: #eaeaea;
}

.c-dropdown__link:focus {
  color: #000;
}

.c-dropdown__link:hover {
  color: #007bb3;
}

.c-dropdown__link:hover:before {
  color: #007bb3;
}

@media screen and (max-width: 767px) {
  .c-mainnav .c-dropdown__link {
    color: #333333;
    padding: .7rem 0 .7rem 1.6rem;
  }

  .c-mainnav .c-dropdown__link:before,
  .c-mainnav .c-dropdown__link:after {
    display: none;
  }
}

.c-dropdown__sub {
  display: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
}

.c-dropdown__sub.is-visible {
  display: block;
}

.c-grid {
  overflow: hidden;
}

.c-grid:after {
  content: "";
  display: table;
  clear: both;
}

.c-grid__bd,
.c-grid__img {
  min-height: 26.6rem;
}

@media screen and (min-width: 768px) {
  .c-grid__bd,
  .c-grid__img {
    width: 50%;
    float: left;
  }
}

.c-grid__img {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
  -webkit-backface-visibility: hidden;
}

.c-grid__img img {
  width: 100%;
}

.c-grid__img:hover {
  transform: scale(1.1);
}

.c-grid__bd {
  padding: 4.5rem 5rem;
  position: relative;
  background: #fff;
}

.c-grid__bd:before {
  content: '';
  display: block;
  position: absolute;
  top: -4rem;
  left: 50%;
  margin: 0 0 0 -2rem;
  border: 2rem solid transparent;
  border-bottom-color: #fff;
}

@media screen and (min-width: 768px) {
  .c-grid__bd:before {
    top: 50%;
    left: -4rem;
    margin: -2rem 0 0;
    border-bottom-color: transparent;
    border-right-color: #fff;
  }
}

.c-grid__bd .o-btn--primary {
  margin-top: 1.5rem;
}

.c-grid__title {
  margin: 0 0 2.1rem;
  color: #363636;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-grid__title a {
  color: #363636;
}

@media screen and (min-width: 768px) {
  .c-grid:nth-child(even) .c-grid__bd:before {
    left: auto;
    right: -4rem;
    border-right-color: transparent;
    border-left-color: #fff;
  }

  .c-grid:nth-child(even) .c-grid__img {
    float: right;
  }
}

.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-header {
    height: 5rem;
    overflow: visible;
    background: #007bb3;
    transition: all 0.3s;
  }

  .c-header .container {
    position: relative;
    left: 0;
    transition: left .3s;
  }

  .is-nav-open .c-header .container {
    left: 26.6rem;
  }
}

.c-header__secondary {
  max-height: 4.4rem;
  padding: 1rem 0;
  text-align: right;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .c-header__secondary .o-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-header__secondary {
    display: inline-block;
    position: absolute;
    top: .2rem;
    right: .8rem;
  }
}

.c-header__logo {
  margin-top: .4rem;
  float: left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-header__logo {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .c-header__logo {
    display: none;
  }
}

.c-header__logo--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__logo--mobile {
    display: block;
    width: 17rem;
    margin: .6rem auto;
    float: none;
  }
}

@media screen and (max-width: 374px) {
  .c-header__logo--mobile {
    width: 15rem;
    margin: .9rem auto .8rem;
  }
}

.c-header__toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__toggle {
    display: block;
    height: 100%;
    margin: 0;
    padding: .5rem 1.3rem .5rem .3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #007bb3;
    border: none;
    color: #fff;
    font-size: 1.2rem;
  }

  .c-header__toggle:after {
    content: '';
    display: block;
    height: 100%;
    width: .8rem;
    position: absolute;
    top: 0;
    right: -.8rem;
    background: transparent;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor',GradientType=1 );
    /* IE6-9 */
  }

  .c-header__toggle .icon-left {
    vertical-align: middle;
  }

  .c-header__toggle:hover {
    background: #0071a2;
  }
}

@media screen and (min-width: 768px) {
  .c-header__nav {
    padding-top: 1rem;
  }

  .c-header__nav:after {
    content: "";
    display: table;
    clear: both;
  }
}

.c-header .c-useraccess {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding-right: 1rem;
  color: #007bb3;
}

@media screen and (max-width: 767px) {
  .c-header .c-useraccess {
    margin-top: 2px;
    padding-right: 0;
  }

  .c-header .c-useraccess:before {
    background-position: 0 -457px;
  }

  .c-header .c-useraccess__name {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .c-header .c-useraccess {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-header.affix {
    border-bottom: 1px solid #f2f2f2;
  }

  .c-header.affix .c-header__secondary {
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
}

.c-homearticle {
  display: block;
  padding: 2.7rem 3rem;
  border-bottom: 1px solid #f2f2f2;
  color: #aaa;
}

.c-homearticle:hover {
  color: #aaa;
  background: #fcfcfc;
  opacity: 1;
}

.c-homearticle:hover .o-media__img {
  transform: scale(1.1);
}

.c-homearticle__title {
  display: inline-block;
  color: #007bb3;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
}

.c-homearticle .o-media {
  display: block;
  margin-bottom: 1.2rem;
}

.c-homearticle .o-media__img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}

.c-homearticle .o-media__bd {
  min-height: 6.4rem;
  white-space: nowrap;
}

.c-homearticle .o-media__bd:after {
  content: '';
  display: inline-block;
  width: .1rem;
  min-height: 6.4rem;
  height: 100%;
  margin-left: -.1rem;
  vertical-align: middle;
}

.c-hometitle {
  display: block;
  margin: 2rem 0;
  color: #363636;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.c-hometitle__i {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  position: relative;
  background: #bf0000;
  border-radius: 50%;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 0.3s;
}

.c-hometitle__i:after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/web/sprites.png") no-repeat -196px 0;
}

.c-hometitle__i--star:after {
  background-position: -196px -40px;
}

.c-hometitle__i--news:after {
  background-position: -196px -80px;
}

.c-hometitle__i--shake:after {
  background-position: -196px -120px;
}

.c-hometitle:hover {
  color: #363636;
}

.c-hometitle:hover .c-hometitle__i {
  background: #007bb3;
}

.c-footer {
  margin: 8rem 0 0;
  padding: 3rem 0 0;
  color: #444;
  background: #cfcfcf;
  font-size: 1.3rem;
}

.c-footer a {
  color: #444;
}

.c-footer a:hover {
  color: #007bb3;
}

.c-footer__title {
  margin: 1.5rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.c-footer__legal {
  margin-top: 6rem;
  padding: 1.5rem 0;
  background: #444;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.c-footer__legal a {
  color: #fff;
}

.c-footer__legal a:hover {
  color: #ccc;
}

.c-footer .icon {
  margin-right: .8rem;
  font-size: 2.4rem;
  text-indent: -9999px;
  vertical-align: middle;
}

.c-lang {
  display: inline-block;
  margin-right: 1.6rem;
  color: #bf0000;
}

@media screen and (max-width: 767px) {
  .c-lang {
    display: none;
  }
}

.c-mainbtns {
  margin-top: -6rem;
  text-align: center;
}

.c-mainbtns:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 499px) {
  .c-mainbtns {
    padding: 0 1.5rem;
  }
}

.c-mainbtns__btn {
  display: inline-block;
  width: 45.7rem;
  max-width: 100%;
  margin: 0 0 2rem;
  position: relative;
  background: #fff;
  text-align: left;
}

.c-mainbtns__btn:before {
  content: '';
  width: 6rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #bf0000;
  border: 0.1rem solid #bf0000;
  transition: all 0.3s;
}

.c-mainbtns__btn:after {
  content: '';
  display: block;
  width: 82%;
  height: .1rem;
  margin: -.1rem auto 0;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 500px) {
  .c-mainbtns__btn {
    margin: 0 1.5rem 2rem;
  }

  .c-mainbtns__btn--participa .c-mainbtns__txt:before {
    background-position: -62px 0;
  }

  .c-mainbtns__btn--impulsa .c-mainbtns__txt:before {
    background-position: -62px -134px;
  }
}

.c-mainbtns__btn:hover {
  opacity: 1;
  transform: scale(1.05);
}

.c-mainbtns__btn:hover:before {
  background: #a50000;
}

.c-mainbtns__btn:hover .c-mainbtns__txt {
  background: #f6f6f6;
}

.c-mainbtns__btn:hover .c-mainbtns__txt:after {
  right: 1.3rem;
}

.c-mainbtns__txt {
  display: block;
  min-height: 9.8rem;
  padding: 2.8rem 7rem 0 5rem;
  position: relative;
  background: #fff;
  border: .1rem solid #f2f2f2;
  color: #aaa;
  transition: all 0.3s;
}

@media screen and (min-width: 500px) {
  .c-mainbtns__txt {
    min-height: 11.9rem;
    padding-top: 3.5rem;
    padding-left: 16rem;
  }

  .c-mainbtns__txt:before {
    content: '';
    display: block;
    width: 12.4rem;
    height: 12.4rem;
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    background: url("../img/web/sprites.png") no-repeat;
  }
}

.c-mainbtns__txt:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  z-index: 1;
  margin-top: -1.3rem;
  background: url("../img/web/sprites.png") no-repeat 0 -69px;
  transition: all 0.3s;
}

.c-mainbtns__title {
  display: block;
  color: #007bb3;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.c-mainnav {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-mainnav {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-mainnav {
    width: 26.6rem;
    max-width: 90%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #ccc;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.3s;
    text-align: left;
  }

  .c-mainnav.is-open {
    visibility: visible;
    left: 0;
  }
}

.c-mainnav__item {
  display: block;
  position: relative;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .c-mainnav__item {
    border-bottom: 1px solid #a9a9a9;
  }

  .c-mainnav__item:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .c-mainnav__item {
    display: inline-block;
  }

  .c-mainnav__item:before {
    content: '';
    display: block;
    width: .1rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f3f3f3;
    /* Fallback Color */
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
    /* Saf4+, Chrome */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='#f3f3f3');
  }
}

.c-mainnav__link {
  display: inline-block;
  padding: 3.2rem 1.7rem 2rem;
  background: transparent;
  border: none;
  color: #007bb3;
  cursor: default;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-mainnav__link {
    display: block;
    padding: 1.4rem 2rem;
    position: relative;
    color: #363636;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
  }

  .c-mainnav__link:after {
    content: '\f107';
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    font: normal normal normal 1.8rem/1 FontAwesome;
  }

  .c-mainnav__link--title {
    padding: 3rem 2rem 1rem;
    font-weight: 700;
    font-size: 1.2rem;
  }

  .c-mainnav__link--title:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-mainnav__link.is-active {
    color: #bf0000;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-mainnav__link {
    padding-top: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .c-mainnav__link {
    padding: 3.2rem 2rem 2rem;
  }
}

.c-map {
  margin-bottom: 0;
}

.c-map__title {
  margin: 2rem 0 1.2rem;
  color: #007bb3;
  font-size: 1.8rem;
  font-weight: 400;
}

.c-map__subtitle {
  margin: 0 0 .8rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-map__sct {
  color: #363636;
}

.c-map ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #363636;
}

.c-map ul a {
  color: #363636;
}

.c-map ul a:hover {
  color: #007bb3;
}

.c-map ul li {
  position: relative;
  padding: .5rem 0 .5rem 1rem;
}

.c-map ul li:before {
  content: '·';
  display: block;
  position: absolute;
  left: 0;
}

.c-map ul.c-map__sub {
  color: #aaa;
}

.c-map ul.c-map__sub a {
  color: #aaa;
}

.c-map ul.c-map__sub a:hover {
  color: #007bb3;
}

.c-map ul.c-map__sub li:before {
  display: none;
}

.c-modal__close {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #bf0000;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-modal__close {
    top: -1.5rem;
    right: -1.5rem;
  }
}

.c-modal__bd {
  padding: 6rem;
}

.c-modal__bd .col-sm-6 {
  padding: 2rem 0;
}

.c-modal__ft {
  padding: 3rem 3rem 4.5rem;
  background: #f2f2f2;
  color: #363636;
  text-align: center;
}

.c-modal__ft .o-btn--block {
  width: 27.5rem;
  max-width: 100%;
  margin: 1rem auto 0;
}

.c-modal__title {
  margin-bottom: 3rem;
  color: #363636;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c-modal__subtitle {
  display: block;
  margin-bottom: 1rem;
  color: #363636;
}

.c-modal__col {
  padding: 0 2.5rem;
}

.c-modal__col .o-link--registrate a {
  min-height: 3.9rem;
}

@media screen and (max-width: 767px) {
  .c-modal__col .modal-dialog {
    width: 39.5rem;
  }
}

.c-modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px) {
  .c-modal--sm .modal-dialog {
    width: 39.5rem;
  }
}

.c-modal--lg .o-link--registrate {
  position: relative;
  padding-bottom: 20px;
}

.c-modal--lg .o-link--registrate:before {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .c-modal--lg .o-link--registrate {
    padding-top: 2rem;
  }
}

.c-modal--lg .c-modal__bd {
  padding: 5rem 3.5rem 3.5rem 3.5rem;
}

@media screen and (min-width: 768px) {
  .c-modal--lg .modal-dialog {
    width: 75rem;
  }

  .c-modal--lg .o-link--registrate {
    margin-top: 0;
  }

  .c-modal--lg .o-link--registrate:before {
    width: .1rem;
    height: 100%;
    left: -2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-modal .o-btn--fb {
    margin: 20px 0 0 0;
  }
}

.modal-backdrop.in {
  opacity: .6;
}

.c-news {
  overflow: hidden;
}

.c-news__img {
  display: block;
  width: 100%;
  height: 24.2rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  transition: all 0.8s;
}

.c-news__img img {
  width: 100%;
}

.c-news__title {
  margin: 1rem 0;
  color: #363636;
  font-size: 2.2rem;
  font-weight: 700;
}

.c-news__title a {
  color: #363636;
}

.c-news__ft {
  margin-top: 2.5rem;
}

.c-news--detail .c-news__img {
  margin: 3rem 0;
  height: auto;
}

.c-news--detail .c-news__title {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .c-news--detail .c-news__title {
    font-size: 3.6rem;
  }
}

.c-news .c-article__share {
  float: none;
}

a.c-news__img:hover {
  transform: scale(1.1);
}

a.c-news__img + .o-box__bd--sm {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .newsrow .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}

.c-pagination {
  padding: .5rem 0 0;
  font-size: 0;
  letter-spacing: 0;
}

.c-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-pagination a,
.c-pagination span {
  display: inline-block;
  padding: 0 .8rem;
  color: #363636;
}

.c-pagination li {
  display: inline-block;
  border-left: .1rem solid #cacaca;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: middle;
}

.c-pagination li:first-child,
.c-pagination li:last-child {
  border: none;
}

.c-pagination li:first-child a,
.c-pagination li:first-child span,
.c-pagination li:last-child a,
.c-pagination li:last-child span {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  background: #007bb3;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.9rem;
  text-align: center;
  text-indent: -9999px;
  padding: 0;
}

.c-pagination li:first-child a:after,
.c-pagination li:first-child span:after,
.c-pagination li:last-child a:after,
.c-pagination li:last-child span:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  text-indent: 0;
  text-align: center;
}

.c-pagination li:first-child a:after,
.c-pagination li:first-child span:after {
  content: '\f053';
}

.c-pagination li:last-child a:after,
.c-pagination li:last-child span:after {
  content: '\f054';
}

.c-pagination li:first-child {
  margin-right: 1rem;
}

.c-pagination li:last-child {
  margin-left: 1rem;
}

.c-pagination li:nth-child(2) {
  border-left: none;
}

.c-pagination .disabled {
  opacity: .5;
}

.c-pagination .active span {
  color: #d4d4d4;
}

.c-pagination .fa {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    text-align: center;
  }
}

.c-patrocinio {
  padding: 1rem;
}

.c-patrocinio__img {
  width: 10rem;
  margin-right: 5rem;
}

.c-patrocinio--flush {
  padding: 0;
}

.c-patrocinio--flush .c-patrocinio__img {
  margin-right: 3rem;
}

.c-patrocinio--flush .c-patrocinio__bd {
  padding: 3rem 0 .8rem;
}

.c-perfil {
  padding: 1rem;
}

.c-perfil:after {
  content: "";
  display: table;
  clear: both;
}

.c-perfil .o-form {
  display: inline-block;
  margin-right: 2.8rem;
}

.c-perfil .o-select {
  display: inline-block;
  width: 26.2rem;
  vertical-align: top;
}

.c-perfil__label {
  display: inline-block;
  font-size: 1.7rem;
  vertical-align: middle;
}

.c-perfil__label strong {
  color: #363636;
  font-weight: 400;
}

.c-perfil__edit {
  display: inline-block;
  margin: .9rem 2rem 0 0;
  float: right;
  font-size: 1.2rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.c-perfil__edit:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2.2rem;
  margin-right: 1rem;
  vertical-align: middle;
  background: url("../img/web/sprites.png") no-repeat 0 -337px;
}

.c-perfil__edit:hover {
  text-decoration: underline;
}

.c-search {
  position: relative;
}

.c-search__submit {
  width: 4.5rem;
  height: 100%;
  padding: 1.1rem 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  border-left: .1rem solid #f2f2f2;
  text-align: center;
}

.c-search__submit:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
  background: url("../img/web/sprites.png") no-repeat -35px -34px;
}

.c-search__submit:hover {
  background: #f2f2f2;
}

.c-search .o-form__input {
  padding-right: 5rem;
}

.c-search .o-form__input:focus:after {
  border-color: #363636;
}

.c-sidetoggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-sidetoggle {
    display: block;
    width: 100%;
    padding: 2rem;
    position: relative;
    background: #fff;
    border: none;
    color: #363636;
    text-align: left;
  }

  .c-sidetoggle .fa-angle-down {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
  }

  .c-sidetoggle__menu {
    display: none;
    border-top: 1px solid #f2f2f2;
  }
}

.c-slider .flex-prev,
.c-slider .flex-next {
  text-decoration: none;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: -1.3rem 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  background: #007bb3;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  line-height: 2.6rem;
  text-align: center;
}

.c-slider .flex-prev:before,
.c-slider .flex-next:before {
  content: '\f053';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.4rem;
}

.c-slider .flex-prev:hover,
.c-slider .flex-next:hover {
  opacity: .8;
}

.c-slider .flex-next:before {
  content: '\f054';
}

.c-slider .flex-prev {
  left: -3rem;
  padding-right: .2rem;
}

.c-slider .flex-next {
  right: -3rem;
  padding-left: .2rem;
}

.c-slider .flex-disabled {
  background: #e9e9e9;
  color: #f7f7f7;
  cursor: default;
  pointer-events: none;
}

.c-slider__main {
  position: relative;
  background: #fff;
  padding: .2rem;
  opacity: 0;
  transition: all 0.3s;
}

.c-slider__main img {
  width: 100%;
}

.c-slider__main .flex-disabled {
  display: none;
}

.c-slider__main .flex-prev,
.c-slider__main .flex-next {
  opacity: 0;
}

.c-slider__main:hover .flex-prev,
.c-slider__main:hover .flex-next {
  opacity: 1;
}

.c-slider__main:hover .flex-prev:hover,
.c-slider__main:hover .flex-next:hover {
  opacity: .8;
}

.c-slider__main .flex-prev {
  left: 1rem;
}

.c-slider__main .flex-next {
  right: 1rem;
}

.c-slider__nav {
  position: relative;
  margin: 1rem 3.4rem;
  opacity: 0;
  transition: all 0.3s;
}

.c-slider__thumb {
  display: block;
  width: 7rem;
  height: 5.7rem;
  border: .2rem solid #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex-active-slide .c-slider__thumb {
  opacity: .5;
}

.c-slider--home {
  height: 40rem;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.c-slider--home .fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}

.c-slider--home .slides {
  opacity: 0;
  transition: all 0.3s;
}

.c-slider--home .flex-disabled {
  display: none;
}

.c-slider--home .flex-prev,
.c-slider--home .flex-next {
  width: 3.5rem;
  height: 5rem;
  background-color: transparent;
  line-height: 5rem;
}

.c-slider--home .flex-prev:before,
.c-slider--home .flex-next:before {
  display: block;
  font-size: 5rem;
}

@media screen and (min-width: 768px) {
  .c-slider--home .flex-prev:before,
  .c-slider--home .flex-next:before {
    font-size: 7rem;
  }
}

.c-slider--home .flex-prev {
  left: 1rem;
}

.c-slider--home .flex-prev:before {
  content: '\f104';
}

@media screen and (min-width: 768px) {
  .c-slider--home .flex-prev {
    left: 4rem;
  }
}

.c-slider--home .flex-next {
  right: 1rem;
}

.c-slider--home .flex-next:before {
  content: '\f105';
}

@media screen and (min-width: 768px) {
  .c-slider--home .flex-next {
    right: 4rem;
  }
}

.c-slider--home + .c-mainbtns {
  margin-bottom: 3rem;
}

.c-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40rem;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-slider__slide {
    text-align: center;
  }
}

.c-slider__slide:after {
  content: '';
  display: inline-block;
  width: .1rem;
  height: 100%;
  margin-left: -.1rem;
  vertical-align: middle;
}

.c-slider__slide a {
  color: #fff;
}

.c-slider__slide a:hover {
  color: #fff;
}

.c-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-slider__link:after {
  content: '';
  display: inline-block;
  width: .1rem;
  height: 100%;
  margin-left: -.1rem;
  vertical-align: middle;
}

.c-slider__txt {
  display: inline-block;
  width: 48rem;
  max-width: 100%;
  padding-left: 17rem;
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .c-slider__txt {
    padding: 0;
  }
}

.c-slider__title {
  display: block;
  margin: 0 0 1rem;
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-slider__title {
    font-size: 5rem;
  }
}

.c-slider__lead {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
}

.c-sort {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .c-sort {
    text-align: right;
  }
}

.c-sort .o-select,
.c-sort .o-form__label {
  display: inline-block;
  vertical-align: middle;
}

.c-sort .o-form__label {
  position: static;
}

.c-sort .o-select {
  display: block;
  max-width: 17.5rem;
}

@media screen and (min-width: 375px) {
  .c-sort .o-select {
    display: inline-block;
    margin-left: 1.8rem;
  }
}

.o-box__bd--xs .c-sort {
  margin: 1rem 0 0;
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .o-box__bd--xs .c-sort {
    margin: 0;
  }
}

.c-tabs {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.c-tabs__item {
  display: block;
  padding: 2rem 0 2.1rem;
  background: #cfcfcf;
  border-top: .3rem solid #cfcfcf;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-tabs__item {
    display: table-cell;
    width: 1%;
  }
}

.c-tabs__item:hover,
.c-tabs__item:focus {
  color: #fff;
}

.c-tabs__item.is-active {
  background: #fff;
  border: .1rem solid #f7f7f7;
  border-bottom: none;
  border-top: 0.3rem solid #bf0000;
  color: #363636;
  font-weight: 700;
}

.c-team {
  max-width: 29rem;
  height: 55rem;
  margin: 5rem auto;
  padding-bottom: 9.2rem;
  position: relative;
  z-index: 9;
  text-align: center;
}

.c-team__img {
  display: block;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.c-team__img img {
  width: 100%;
}

.c-team__title {
  margin: 0 0 1.5rem;
  color: #313131;
  font-size: 2.4rem;
}

.c-team__pos {
  margin: 1.7rem 0 2.2rem;
  color: #313131;
  line-height: 1.4;
  text-transform: uppercase;
}

.c-team__bd {
  width: 100%;
  height: 35.5rem;
  padding: 0 1rem;
  position: absolute;
  top: 23.5rem;
  left: 0;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .3s;
}

.c-team__bd.is-open {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}

.c-team__more {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.4rem 0 0;
  background: #fff;
  border: none;
}

.c-team__more:before {
  content: '';
  display: block;
  width: 20rem;
  max-width: 100%;
  height: .1rem;
  margin: 0 auto;
  background: #f2f2f2;
}

.c-team__more:after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 2rem auto;
  background: url("../img/web/sprites.png") no-repeat 0 -34px;
  text-indent: -9999px;
  transition: all 0.3s;
}

.is-open .c-team__more:after {
  transform: rotate(180deg);
}

.c-team__more:hover:after {
  transform: translateY(0.5rem);
}

.is-open .c-team__more:hover:after {
  transform: translateY(-0.5rem) rotate(180deg);
}

.c-useraccess {
  margin: .7rem 0 2rem;
  color: #363636;
}

.c-useraccess:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2.3rem;
  margin-right: .9rem;
  background: url("../img/web/sprites.png") no-repeat 0 -163px;
  vertical-align: middle;
}

.c-useraccess__link {
  color: #363636;
  font-weight: 700;
  text-decoration: underline;
}

.c-useraccess__link:hover {
  text-decoration: underline;
}

.u-img--block {
  display: block;
  width: 100%;
}

.u-txt--center {
  text-align: center;
}

.u-txt--left {
  text-align: left;
}

.u-txt--right {
  text-align: right;
}

.u-txt--lh {
  line-height: 1.75;
}

.u-txt--upp {
  text-transform: uppercase;
}

.u-txt--lg {
  font-size: 1.6rem;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav {
  *height: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  color: #363636;
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
