/* * *
 * * *  
 		
		IDW-CSS 
		-------

		Powered by Bootstrap 3.0.0
		Author: Clessens Stevens, Deloge Christophe & Guédès Antoine
		
		<link rel="stylesheet" type="text/css" href="css/frontend.css">
		
		|========================================|
		|     Disable/Enable what you want !     |
		|========================================|
		
* * *
* * */
/* * * * * * * * * * *
 * * * FRONTEND  * * *
 * * * * * * * * * * */
@import "libs/colorbox/colorbox.css";
@import "libs/flexslider/flexslider.css";
@import "libs/uniform/uniform.default.css";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.ie7-inline-block {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.ie7-restore-left-whitespace {
  *margin-left: .3em;
}
.ie7-restore-left-whitespace:first-child {
  *margin-left: 0;
}
.inline-block {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #4d5d60;
  background-color: #eff1f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #529ae9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #438adf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.alt-link {
  color: #4d5d60;
}
.alt-link:hover,
.alt-link:focus {
  color: #438adf;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #cbd0d5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #94a3a9;
}
.text-primary {
  color: #74b3ea;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  color: #94a3a9;
  text-transform: none;
  margin-top: 4px;
}
h1,
h2,
h3 {
  margin-top: 2px;
  margin-bottom: 19px;
}
h4,
h5,
h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.3;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1.3;
  color: #94a3a9;
  margin-bottom: 4px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #cbd0d5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin: 10px 0;
}
dt {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: #5b9fe3;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
dt:before {
  content: '•';
  font-size: 24px;
  line-height: 16px;
  color: #cbd0d5;
  position: absolute;
  top: 0;
  left: 0;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #94a3a9;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  border-left: 5px solid #cbd0d5;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.4;
  color: #94a3a9;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cbd0d5;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.4;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d5d60;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 19px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 19px;
  table-layout: fixed;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
}
@media (max-width: 991px) {
  .table thead > tr > th,
  .table tbody > tr > th,
  .table tfoot > tr > th,
  .table thead > tr > td,
  .table tbody > tr > td,
  .table tfoot > tr > td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
}
.table.table-data {
  table-layout: auto;
}
.table.table-data thead > tr > th.first-cell,
.table.table-data tbody > tr > th.first-cell,
.table.table-data tfoot > tr > th.first-cell,
.table.table-data thead > tr > td.first-cell,
.table.table-data tbody > tr > td.first-cell,
.table.table-data tfoot > tr > td.first-cell {
  padding: 8px;
}
.table.table-data thead > tr > th.last-cell,
.table.table-data tbody > tr > th.last-cell,
.table.table-data tfoot > tr > th.last-cell,
.table.table-data thead > tr > td.last-cell,
.table.table-data tbody > tr > td.last-cell,
.table.table-data tfoot > tr > td.last-cell {
  padding: 8px;
}
@media (max-width: 991px) {
  .table.table-data thead > tr > th,
  .table.table-data tbody > tr > th,
  .table.table-data tfoot > tr > th,
  .table.table-data thead > tr > td,
  .table.table-data tbody > tr > td,
  .table.table-data tfoot > tr > td {
    display: table-cell;
    padding: 8px;
    width: auto !important;
  }
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #eff1f2;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #4d5d60;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control {
  color: #94a3a9;
}
.form-control:-moz-placeholder {
  color: #94a3a9;
}
.form-control::-moz-placeholder {
  color: #94a3a9;
}
.form-control:-ms-input-placeholder {
  color: #94a3a9;
}
.form-control::-webkit-input-placeholder {
  color: #94a3a9;
}
.placeholder,
.form-control.placeholder {
  color: #94a3a9;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #5d6a70;
  vertical-align: middle;
  background-color: #eff1f2;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dde0e3;
}
textarea.form-control {
  height: auto;
}
.form-control.alt {
  background-color: #ffffff;
}
.form-control small {
  font-size: 12px;
}
.panel-footer-newsletter .form-control {
  font-size: 12px;
}
.form-group {
  margin-bottom: 15px;
}
.panel-footer-newsletter .form-group {
  margin-bottom: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 26px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8b9ea2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 7px 12px 8px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn small {
  font-size: 12px;
  color: #94a3a9;
}
.btn:hover,
.btn:focus,
.btn:hover small,
.btn:focus small {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default small {
  color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:hover.btn-no-hover,
.btn-default:focus.btn-no-hover,
.btn-default:active.btn-no-hover,
.btn-default.active.btn-no-hover,
.open .dropdown-toggle.btn-default.btn-no-hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: default;
}
.btn-default:hover small,
.btn-default:focus small,
.btn-default:active small,
.btn-default.active small,
.open .dropdown-toggle.btn-default small {
  color: #333333;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #74b3ea;
  border-color: #5ea7e7;
}
.btn-primary small {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #51a0e5;
  border-color: #298adf;
}
.btn-primary:hover.btn-no-hover,
.btn-primary:focus.btn-no-hover,
.btn-primary:active.btn-no-hover,
.btn-primary.active.btn-no-hover,
.open .dropdown-toggle.btn-primary.btn-no-hover {
  color: #ffffff;
  background-color: #74b3ea;
  border-color: #5ea7e7;
  cursor: default;
}
.btn-primary:hover small,
.btn-primary:focus small,
.btn-primary:active small,
.btn-primary.active small,
.open .dropdown-toggle.btn-primary small {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #74b3ea;
  border-color: #5ea7e7;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning small {
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:hover.btn-no-hover,
.btn-warning:focus.btn-no-hover,
.btn-warning:active.btn-no-hover,
.btn-warning.active.btn-no-hover,
.open .dropdown-toggle.btn-warning.btn-no-hover {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
  cursor: default;
}
.btn-warning:hover small,
.btn-warning:focus small,
.btn-warning:active small,
.btn-warning.active small,
.open .dropdown-toggle.btn-warning small {
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger small {
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:hover.btn-no-hover,
.btn-danger:focus.btn-no-hover,
.btn-danger:active.btn-no-hover,
.btn-danger.active.btn-no-hover,
.open .dropdown-toggle.btn-danger.btn-no-hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  cursor: default;
}
.btn-danger:hover small,
.btn-danger:focus small,
.btn-danger:active small,
.btn-danger.active small,
.open .dropdown-toggle.btn-danger small {
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success small {
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:hover.btn-no-hover,
.btn-success:focus.btn-no-hover,
.btn-success:active.btn-no-hover,
.btn-success.active.btn-no-hover,
.open .dropdown-toggle.btn-success.btn-no-hover {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  cursor: default;
}
.btn-success:hover small,
.btn-success:focus small,
.btn-success:active small,
.btn-success.active small,
.open .dropdown-toggle.btn-success small {
  color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info small {
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:hover.btn-no-hover,
.btn-info:focus.btn-no-hover,
.btn-info:active.btn-no-hover,
.btn-info.active.btn-no-hover,
.open .dropdown-toggle.btn-info.btn-no-hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  cursor: default;
}
.btn-info:hover small,
.btn-info:focus small,
.btn-info:active small,
.btn-info.active small,
.open .dropdown-toggle.btn-info small {
  color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-orange {
  color: #ffffff;
  background-color: #f18c00;
  border-color: #f18c00;
}
.btn-orange small {
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #c87400;
  border-color: #b46800;
}
.btn-orange:hover.btn-no-hover,
.btn-orange:focus.btn-no-hover,
.btn-orange:active.btn-no-hover,
.btn-orange.active.btn-no-hover,
.open .dropdown-toggle.btn-orange.btn-no-hover {
  color: #ffffff;
  background-color: #f18c00;
  border-color: #f18c00;
  cursor: default;
}
.btn-orange:hover small,
.btn-orange:focus small,
.btn-orange:active small,
.btn-orange.active small,
.open .dropdown-toggle.btn-orange small {
  color: #ffffff;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #f18c00;
  border-color: #f18c00;
}
.btn-yellow {
  color: #ffffff;
  background-color: #ffc221;
  border-color: #f18c00;
}
.btn-yellow small {
  color: #ffffff;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #f7b300;
  border-color: #b46800;
}
.btn-yellow:hover.btn-no-hover,
.btn-yellow:focus.btn-no-hover,
.btn-yellow:active.btn-no-hover,
.btn-yellow.active.btn-no-hover,
.open .dropdown-toggle.btn-yellow.btn-no-hover {
  color: #ffffff;
  background-color: #ffc221;
  border-color: #f18c00;
  cursor: default;
}
.btn-yellow:hover small,
.btn-yellow:focus small,
.btn-yellow:active small,
.btn-yellow.active small,
.open .dropdown-toggle.btn-yellow small {
  color: #ffffff;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffc221;
  border-color: #f18c00;
}
.btn-link {
  color: #529ae9;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #438adf;
  background-color: transparent;
}
.btn-link:hover:before,
.btn-link:focus:before {
  color: #438adf;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #94a3a9;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-md {
  font-size: 16px;
  line-height: 1.4;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
@font-face {
  font-family: 'climat';
  src: url('../fonts/climat.eot');
  src: url('../fonts/climat.eot?#iefix') format('embedded-opentype'), url('../fonts/climat.woff') format('woff'), url('../fonts/climat.ttf') format('truetype'), url('../fonts/climat.svg#climat') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'climat';
    src: url('../fonts/climat.svg#climat') format('svg');
  }
}
.mixin-font-icon-before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-icon:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-icon-blue:before {
  color: #529ae9;
}
.font-icon-blue2:before {
  color: #74b3ea;
}
.font-icon-white:before {
  color: #ffffff;
}
.font-icon-gray:before {
  color: #94a3a9;
}
.font-icon-gray2:before {
  color: #cbd0d5;
}
.font-icon-orange:before {
  color: #f18c00;
}
.font-icon-green:before {
  color: #84cf5f;
}
.font-icon-yellow:before {
  color: #ffc221;
}
.font-icon-vbottom:before {
  vertical-align: bottom !important;
}
.font-icon-vmiddle:before {
  vertical-align: middle !important;
}
.font-icon-vtop:before {
  vertical-align: top !important;
}
.font-icon-vbaseline:before {
  vertical-align: baseline !important;
}
.font-icon-vtexttop:before {
  vertical-align: text-top !important;
}
.font-icon-vtextbottom:before {
  vertical-align: text-bottom !important;
}
.font-icon-5:before {
  font-size: 5px;
}
.font-icon-6:before {
  font-size: 6px;
}
.font-icon-7:before {
  font-size: 7px;
}
.font-icon-8:before {
  font-size: 8px;
}
.font-icon-9:before {
  font-size: 9px;
}
.font-icon-10:before {
  font-size: 10px;
}
.font-icon-11:before {
  font-size: 11px;
}
.font-icon-12:before {
  font-size: 12px;
}
.font-icon-13:before {
  font-size: 13px;
}
.font-icon-14:before {
  font-size: 14px;
}
.font-icon-15:before {
  font-size: 15px;
}
.font-icon-16:before {
  font-size: 16px;
}
.font-icon-17:before {
  font-size: 17px;
}
.font-icon-18:before {
  font-size: 18px;
}
.font-icon-19:before {
  font-size: 19px;
}
.font-icon-20:before {
  font-size: 20px;
}
.font-icon-22:before {
  font-size: 22px;
}
.font-icon-24:before {
  font-size: 24px;
}
.font-icon-49:before {
  font-size: 49px;
}
.font-icon-50:before {
  font-size: 50px;
}
.font-icon-60:before {
  font-size: 60px;
}
.font-icon-94:before {
  font-size: 94px;
}
.font-icon-100:before {
  font-size: 100px;
}
.font-icon-143:before {
  font-size: 143px;
}
.font-icon-180:before {
  font-size: 180px;
}
.font-icon-before-small:before {
  margin-right: 5px;
}
.font-icon-after-small:before {
  margin-left: 5px;
}
.font-icon-before:before {
  margin-right: 7px;
}
.font-icon-after:before {
  margin-left: 7px;
}
.font-icon-before-large:before {
  margin-right: 10px;
}
.font-icon-after-large:before {
  margin-left: 10px;
}
.font-icon-logo:before {
  content: "\e000";
}
.nl .font-icon-logo:before,
.font-icon-logo-nl:before {
  content: "\e604";
}
.en .font-icon-logo:before,
.font-icon-logo-en:before {
  content: "\e605";
}
.font-icon-logo-new:before {
  content: "\e606";
}
.font-icon-arrow-up1:before {
  content: "\e001";
}
.font-icon-arrow-down:before {
  content: "\e002";
}
.font-icon-arrow-down2:before {
  content: "\e601";
}
.font-icon-arrow-down3:before {
  content: "\e603";
}
.font-icon-arrow-up2:before {
  content: "\e004";
}
.font-icon-arrow-left:before {
  content: "\e005";
}
.font-icon-arrow-left2:before {
  content: "\e602";
}
.font-icon-arrow-right:before {
  content: "\e006";
}
.font-icon-arrow-right2:before {
  content: "\e01e";
}
.font-icon-facebook:before {
  content: "\e007";
}
.font-icon-twitter:before {
  content: "\e008";
}
.font-icon-phone:before {
  content: "\e009";
}
.font-icon-phone2:before {
  content: "\e900";
}
.font-icon-phone3:before {
  content: "\e901";
}
.font-icon-marker:before {
  content: "\e00a";
}
.font-icon-marker-map:before {
  content: "\e00b";
}
.font-icon-list:before {
  content: "\e00c";
}
.font-icon-house:before {
  content: "\e00d";
}
.font-icon-link:before {
  content: "\e00e";
}
.font-icon-arobase:before {
  content: "\e00f";
}
.font-icon-graph:before {
  content: "\e010";
}
.font-icon-file:before {
  content: "\e011";
}
.font-icon-sheet:before {
  content: "\e012";
}
.font-icon-copy:before {
  content: "\e013";
}
.font-icon-theme:before {
  content: "\e014";
}
.font-icon-clock:before {
  content: "\e600";
}
.font-icon-calendar:before {
  content: "\e016";
}
.font-icon-book:before {
  content: "\e017";
}
.font-icon-more:before {
  content: "\e018";
}
.font-icon-valid-circle:before {
  content: "\e019";
}
.font-icon-cross:before {
  content: "\e01a";
}
.font-icon-phylactery2:before {
  content: "\e01b";
}
.font-icon-phylactery1:before {
  content: "\e01c";
}
.font-icon-zoom:before {
  content: "\e003";
}
.font-icon-mail:before {
  content: "\e01d";
}
.font-icon-less:before {
  content: "\e01f";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #4d5d60;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #74b3ea;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #74b3ea;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #94a3a9;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #94a3a9;
}
.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 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.alt {
  border: 1px solid #cbd0d5;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-addon > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-addon > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-addon > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-addon > .btn {
  height: 26px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-addon > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-addon > .btn {
  height: auto;
}
.input-group-sm > .form-control {
  width: inherit;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cbd0d5;
}
.nav > li.disabled > a {
  color: #94a3a9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #94a3a9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #cbd0d5;
  border-color: #529ae9;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  .nav-tabs > li {
    float: none;
  }
}
.nav-tabs > li > a {
  margin-right: 5px;
  line-height: 1.4;
  background-color: #74b3ea;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
  background-color: #5b9fe3;
  color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4d5d60;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #eff1f2;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #74b3ea;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #eff1f2;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #529ae9;
  border-bottom-color: #529ae9;
}
.nav a:hover .caret {
  border-top-color: #438adf;
  border-bottom-color: #438adf;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 46px;
  margin-bottom: -23px;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.error .navbar {
  z-index: 50;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    margin-bottom: 0;
  }
}
.navbar-header {
  padding: 12px 0;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1000;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 0;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  font-size: 0;
  white-space: nowrap;
  display: block;
}
.navbar-brand:before {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  margin-right: 25px;
  line-height: 107px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-brand:before {
    font-size: 100px;
  }
  .navbar-brand:before {
    display: block;
    line-height: 135px;
    margin-right: 0;
  }
}
.navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -9px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-nav > li {
  border-left: 5px solid #5d6a70;
  border-right: 5px solid #5d6a70;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
.navbar-text strong {
  color: #5d6a70;
}
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-text {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.navbar-default .navbar-text {
  color: #94a3a9;
}
.navbar-default .navbar-nav {
  background-color: #5d6a70;
  border-color: #4d5d60;
  border-bottom: 3px solid #4d5d60;
}
.navbar-default .navbar-nav.navbar-backdrop {
  background-color: #2E3538;
}
.navbar-default .navbar-nav > li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #4d5d60;
}
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus {
  background-color: #4d5d60;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a {
  color: #ffffff;
  background-color: #4d5d60;
}
.navbar-default .navbar-nav > .navbar-backdrop,
.navbar-default .navbar-nav > .navbar-backdrop > a,
.navbar-default .navbar-nav > .homelink.navbar-backdrop,
.navbar-default .navbar-nav > .homelink.navbar-backdrop > a:before,
.navbar-default .navbar-nav > .active.navbar-backdrop,
.navbar-default .navbar-nav > .active.navbar-backdrop > a:before {
  position: relative;
  background-color: #2E3538;
  color: #6B6D6E;
  border-color: #2E3538;
}
.navbar-default .navbar-nav > .navbar-backdrop:hover,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:hover,
.navbar-default .navbar-nav > .active.navbar-backdrop:hover,
.navbar-default .navbar-nav > .navbar-backdrop:focus,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:focus,
.navbar-default .navbar-nav > .active.navbar-backdrop:focus,
.navbar-default .navbar-nav > .navbar-backdrop:active,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:active,
.navbar-default .navbar-nav > .active.navbar-backdrop:active {
  position: static;
  background-color: #ffffff;
  color: #4d5d60;
  border-color: #2E3538;
}
.navbar-default .navbar-nav > .navbar-backdrop:hover > a,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:hover > a,
.navbar-default .navbar-nav > .active.navbar-backdrop:hover > a,
.navbar-default .navbar-nav > .navbar-backdrop:focus > a,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:focus > a,
.navbar-default .navbar-nav > .active.navbar-backdrop:focus > a,
.navbar-default .navbar-nav > .navbar-backdrop:active > a,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:active > a,
.navbar-default .navbar-nav > .active.navbar-backdrop:active > a,
.navbar-default .navbar-nav > .navbar-backdrop:hover > a:before,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:hover > a:before,
.navbar-default .navbar-nav > .active.navbar-backdrop:hover > a:before,
.navbar-default .navbar-nav > .navbar-backdrop:focus > a:before,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:focus > a:before,
.navbar-default .navbar-nav > .active.navbar-backdrop:focus > a:before,
.navbar-default .navbar-nav > .navbar-backdrop:active > a:before,
.navbar-default .navbar-nav > .homelink.navbar-backdrop:active > a:before,
.navbar-default .navbar-nav > .active.navbar-backdrop:active > a:before {
  background-color: #ffffff;
  color: #4d5d60;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .homelink,
.navbar-default .navbar-nav > .active.megamenu-active,
.navbar-default .navbar-nav > .active:hover,
.navbar-default .navbar-nav > .homelink:hover,
.navbar-default .navbar-nav > .active.megamenu-active:hover,
.navbar-default .navbar-nav > .active:focus,
.navbar-default .navbar-nav > .homelink:focus,
.navbar-default .navbar-nav > .active.megamenu-active:focus {
  color: #ffffff;
  background-color: #4d5d60;
}
.navbar-default .navbar-nav > .megamenu-active,
.navbar-default .navbar-nav > .megamenu-active:hover,
.navbar-default .navbar-nav > .megamenu-active:focus,
.navbar-default .navbar-nav > .megamenu-active.active,
.navbar-default .navbar-nav > .megamenu-active.active:hover,
.navbar-default .navbar-nav > .megamenu-active.active:focus,
.navbar-default .navbar-nav > .megamenu-active.active:active {
  position: static;
  background-color: #ffffff;
  color: #4d5d60;
  border-color: #2E3538;
}
.navbar-default .navbar-nav > .megamenu-active > a,
.navbar-default .navbar-nav > .megamenu-active:hover > a,
.navbar-default .navbar-nav > .megamenu-active:focus > a,
.navbar-default .navbar-nav > .megamenu-active.active > a,
.navbar-default .navbar-nav > .megamenu-active.active:hover > a,
.navbar-default .navbar-nav > .megamenu-active.active:focus > a,
.navbar-default .navbar-nav > .megamenu-active.active:active > a {
  background-color: #ffffff;
  color: #4d5d60;
}
.navbar-default .navbar-nav > .homelink a {
  padding: 10px 0;
}
.navbar-default .navbar-nav > .homelink.navbar-backdrop a:hover:before,
.navbar-default .navbar-nav > .homelink.navbar-backdrop a:focus:before,
.navbar-default .navbar-nav > .homelink.navbar-backdrop a:active:before {
  /*color: @navbar-default-link-active-color;
        				background-color: @navbar-default-link-active-bg;
						*/
  background-color: #ffffff;
  color: #4d5d60;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #74b3ea;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #4d585c;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #4d5d60;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #4d5d60;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #4d5d60;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #94a3a9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #94a3a9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #94a3a9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #94a3a9;
  border-bottom-color: #94a3a9;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #94a3a9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #94a3a9;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb-container {
  background-color: #e7e9eb;
  font-size: 11px;
  line-height: 1.4;
  color: #4d5d60;
  padding: 10px 0;
}
.breadcrumb-container.breadcrumb-bottom {
  padding: 0 10px 30px;
  position: relative;
  z-index: 1;
  background-color: #eff1f2;
}
.breadcrumb {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  border-radius: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li {
  color: #4d5d60;
}
.breadcrumb > li + li:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px 0 3px;
  color: #4d5d60;
}
.breadcrumb > li + li:before {
  content: "\e01e";
}
.breadcrumb > li + li:before {
  font-size: 6px;
}
.breadcrumb > li + li:before {
  vertical-align: middle !important;
}
.breadcrumb > li a {
  font-weight: 700;
}
.breadcrumb > .active {
  color: #94a3a9;
}
.breadcrumb-bottom .breadcrumb {
  border: 1px solid #cbd0d5;
  width: 100%;
  padding: 10px;
}
.breadcrumb-bottom .breadcrumb > li {
  display: inline;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
.pagination > li > a {
  position: relative;
  padding: 0 3px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  margin-left: -1px;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #94a3a9;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  z-index: 2;
  color: #4d5d60;
  border-color: #74b3ea;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
}
.pagination > .prev,
.pagination > .next {
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
}
.pagination > .prev:before,
.pagination > .next:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination > .prev:before,
.pagination > .next:before {
  font-size: 9px;
}
.pagination > .prev:before,
.pagination > .next:before {
  margin-right: 7px;
}
.pagination > .prev:before,
.pagination > .next:before {
  vertical-align: middle !important;
}
.pagination > .prev:before,
.pagination > .next:before {
  background-color: #74b3ea;
  color: #ffffff;
  padding: 3px;
}
.pagination > .prev:hover,
.pagination > .next:hover,
.pagination > .prev:focus,
.pagination > .next:focus,
.pagination > .prev:active,
.pagination > .next:active {
  cursor: pointer;
}
.pagination > .prev:hover:before,
.pagination > .next:hover:before,
.pagination > .prev:focus:before,
.pagination > .next:focus:before,
.pagination > .prev:active:before,
.pagination > .next:active:before {
  background-color: #529ae9;
}
.pagination > .prev.disabled:hover,
.pagination > .next.disabled:hover,
.pagination > .prev.disabled:focus,
.pagination > .next.disabled:focus,
.pagination > .prev.disabled:active,
.pagination > .next.disabled:active {
  cursor: not-allowed;
}
.pagination > .prev:before {
  content: "\e602";
}
.pagination > .next:before {
  content: "\e01e";
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cbd0d5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #94a3a9;
  background-color: #ffffff;
  cursor: not-allowed;
}
.labels {
  font-size: 0;
}
.label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4d5d60;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 5px;
  margin-right: 5px;
}
.label[href]:hover,
.label[href]:focus {
  color: #438adf;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #f5f6f7;
}
.label-primary {
  background-color: #74b3ea;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #94a3a9;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.media-heading .badge {
  margin-bottom: 1px;
  position: relative;
  top: -1px;
}
.media-heading .badge + a {
  display: block;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #529ae9;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1;
  color: inherit;
  background-color: #cbd0d5;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #74b3ea;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 20px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media-heading.small {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
}
.media > .pull-left,
.media > article > .pull-left {
  margin-right: 10px;
}
.media > .pull-right,
.media > article > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list.variant1 {
  margin-bottom: 0;
}
.media-list.variant2 {
  margin-bottom: 0;
}
.media-list.variant2 .media {
  padding: 10px 15px 0;
  border-top: 1px solid #94a3a9;
  margin-top: 10px;
}
.media-list.variant2 .media:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.media-list.variant2 .media .media-heading {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #74b3ea;
  border-color: #74b3ea;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 19px;
  background-color: #ffffff;
  border-radius: 0;
}
.accordion .panel {
  border-bottom: 1px solid #cbd0d5;
}
.panel-margin-bottom {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .panel-margin-bottom {
    margin-bottom: 19px;
  }
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.accordion .panel-body {
  padding: 0;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
  position: relative;
}
.accordion .panel-heading {
  padding: 9px 0 14px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.accordion .panel-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #4d5d60;
}
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
  color: #438adf;
}
.panel-footer {
  padding: 20px 15px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-footer.variant1 {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .panel-footer.variant1 {
    padding-top: 0;
  }
}
.panel-group.accordion {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #4d5d60;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #74b3ea;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #74b3ea;
  border-color: #74b3ea;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #74b3ea;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #74b3ea;
}
.panel-primary .panel-heading {
  border-bottom: 5px solid #5b9fe3;
}
.panel-primary .panel-heading h1 {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0;
}
.panel-primary.alt {
  border-color: #74b3ea;
}
.panel-primary.alt > .panel-heading {
  color: #ffffff;
  background-color: #529ae9;
  border-color: #74b3ea;
}
.panel-primary.alt > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #74b3ea;
}
.panel-primary.alt > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #74b3ea;
}
.panel-primary.alt .panel-heading {
  border-bottom-color: #438adf;
}
.panel-primary h2 {
  font-size: 14px;
  line-height: 1.1;
  color: #f18c00;
  margin-bottom: 10px;
}
.panel-primary.variant1 {
  background: none;
}
.panel-primary.variant1 .panel-body {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
.no-rgba .panel-primary.variant1 .panel-body {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4////GQAJyAPKSOz6nwAAAABJRU5ErkJggg==');
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-home {
  background-color: #eff1f2;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
}
.panel-home .panel-heading {
  padding: 20px 20px 20px;
}
.panel-home .panel-heading h1.panel-title {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px 3px;
  border-bottom: 2px solid transparent;
}
.panel-home .panel-body {
  padding: 20px 20px 0;
}
.panel-home .panel-body ul {
  margin-bottom: 0;
}
.panel-home .panel-body ul li a {
  color: #4d5d60;
  font-weight: 700;
}
.panel-home .panel-body ul li a:hover,
.panel-home .panel-body ul li a:focus,
.panel-home .panel-body ul li a:active {
  color: #438adf;
}
.panel-home .panel-body ul li + li {
  margin-top: 8px;
}
.panel-home .panel-footer {
  padding: 0 20px;
}
.thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  padding: 20px;
}
.thumbnail figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #529ae9;
}
.thumbnail figure img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  color: #4d5d60;
}
.thumbnail .caption h2 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 0;
}
.thumbnail .caption h2 a {
  color: #4d5d60;
}
.thumbnail .caption h2 a:hover,
.thumbnail .caption h2 a:focus {
  color: #438adf;
}
.thumbnail {
  border-bottom: 2px solid #f18c00;
  margin-bottom: 20px;
}
.thumbnail-top-heading {
  background-color: #94a3a9;
  color: #ffffff;
  padding: 7px 20px;
  margin: -20px -20px 20px;
}
.thumbnail-top-heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
.thumbnail header {
  border-bottom: 1px solid #cbd0d5;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #94a3a9;
}
.thumbnail-unstyled {
  border: none;
  background: none;
  padding: 0;
}
.thumbnail figure {
  margin-bottom: 10px;
}
.thumbnail-heading {
  margin-bottom: 5px;
}
.thumbnail-heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #4d5d60;
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 2px;
}
.thumbnail-heading-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #94a3a9;
}
.thumbnail-heading-subtitle:before {
  position: relative;
  top: -2px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: #cbd0d5;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border: 0;
  -webkit-appearance: none;
}
button.close:hover,
button.close:focus,
button.close:active {
  background-color: #5b9fe3;
  color: #ffffff;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px 20px 0;
  min-height: 21.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  text-transform: none;
  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: none;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #4d5d60;
  border-radius: 0;
}
.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: #4d5d60;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #4d5d60;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #4d5d60;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #4d5d60;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #4d5d60;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4d5d60;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4d5d60;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4d5d60;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
  z-index: 999;
}
.vbottom {
  vertical-align: bottom !important;
}
.vmiddle {
  vertical-align: middle !important;
}
.vtop {
  vertical-align: top !important;
}
.vbaseline {
  vertical-align: baseline !important;
}
.vtexttop {
  vertical-align: text-top !important;
}
.vtextbottom {
  vertical-align: text-bottom !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.before-hide:before {
  display: none !important;
}
.affix {
  position: fixed;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.no-padding {
  padding: 0;
}
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-bottom {
  margin-bottom: 19px;
}
.no-border-right {
  border-right: none !important;
}
.width100pc {
  width: 100%;
}
.height100pc {
  height: 100%;
}
.no-background {
  background: none;
}
.z999 {
  position: relative;
  z-index: 999;
}
.sticky {
  position: relative;
  height: 100%;
}
.sticky:before,
.sticky:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sticky:after {
  clear: both;
}
.sticky:before,
.sticky:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sticky:after {
  clear: both;
}
.sticky-bottom,
.sticky-bottom-left,
.sticky-bottom-right,
.sticky-top,
.sticky-top-left,
.sticky-top-right {
  position: absolute;
}
.sticky-bottom {
  bottom: 0;
}
.sticky-bottom.variant1 {
  bottom: 19px;
}
.sticky-bottom-left {
  bottom: 0;
  left: 0;
}
.sticky-bottom-left.variant1 {
  bottom: 19px;
  left: 19px;
}
.sticky-bottom-right {
  bottom: 0;
  right: 0;
}
.sticky-bottom-right.variant1 {
  bottom: 19px;
  right: 19px;
}
.sticky-top {
  top: 0;
}
.sticky-top.variant1 {
  top: 19px;
}
.sticky-top-left {
  top: 0;
  left: 0;
}
.sticky-top-left.variant1 {
  top: 19px;
  left: 19px;
}
.sticky-top-right {
  top: 0;
  right: 0;
}
.sticky-top-right.variant1 {
  top: 19px;
  right: 19px;
}
@media (max-width: 767px) {
  .sticky-bottom,
  .sticky-bottom-left,
  .sticky-bottom-right,
  .sticky-top,
  .sticky-top-left,
  .sticky-top-right {
    position: static;
    left: auto;
    right: auto;
    margin-bottom: 19px;
    margin-top: 19px;
  }
  .sticky-bottom.variant1,
  .sticky-bottom-left.variant1,
  .sticky-bottom-right.variant1,
  .sticky-top.variant1,
  .sticky-top-left.variant1,
  .sticky-top-right.variant1 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sticky-bottom,
  .sticky-bottom-left,
  .sticky-bottom-right {
    bottom: auto;
  }
  .sticky-top,
  .sticky-top-left,
  .sticky-top-right {
    top: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
*:focus,
*:active {
  outline: none !important;
}
html,
body {
  height: 100%;
}
a,
button,
button small,
.caret {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
button:hover,
button small:hover,
.caret:hover,
a:focus,
button:focus,
button small:focus,
.caret:focus,
a:active,
button:active,
button small:active,
.caret:active {
  text-decoration: none;
  outline: none;
}
a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
iframe {
  border: none;
}
.slash {
  margin-left: 5px;
  margin-right: 13px;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flip {
  100% {
    -o-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .cols-same-height.csh-break-md .col-same-height {
    min-height: inherit !important;
    height: inherit !important;
  }
}
@media (max-width: 991px) {
  .cols-same-height.csh-break-sm .col-same-height {
    min-height: inherit !important;
    height: inherit !important;
  }
}
@media (max-width: 767px) {
  .cols-same-height.csh-break-xs .col-same-height {
    min-height: inherit !important;
    height: inherit !important;
  }
}
.bg-white {
  background-color: #ffffff;
}
.logo-facebook {
  background-color: #38569d;
}
.logo-facebook:hover,
.logo-facebook:focus,
.logo-facebook:active {
  background-color: #4067bb;
}
.logo-twitter {
  background-color: #32b9ed;
}
.logo-twitter:hover,
.logo-twitter:focus,
.logo-twitter:active {
  background-color: #47d7ff;
}
.logo-climat2050 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 203px;
  height: 92px;
  margin: 0 auto;
}
.fr .logo-climat2050 {
  background-image: url("../images/logo-climat2050-FR.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fr .logo-climat2050 {
    background-image: url("../images/logo-climat2050-FR-x2.png");
    background-size: 203px 92px;
  }
}
.nl .logo-climat2050 {
  background-image: url("../images/logo-climat2050-NL.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .nl .logo-climat2050 {
    background-image: url("../images/logo-climat2050-NL-x2.png");
    background-size: 203px 92px;
  }
}
.en .logo-climat2050 {
  background-image: url("../images/logo-climat2050-EN.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .en .logo-climat2050 {
    background-image: url("../images/logo-climat2050-EN-x2.png");
    background-size: 203px 92px;
  }
}
@media (max-width: 767px) {
  object {
    display: none !important;
  }
}
.container-wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-transition: margin-left 0.5s ease 0s;
  transition: margin-left 0.5s ease 0s;
}
.wrapper.navbar-responsive-open {
  margin-left: 260px;
}
figure {
  margin: 0;
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure figcaption {
  background-color: #eff1f2;
  color: #4d5d60;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 19px;
}
figure.alt {
  margin-bottom: 10px;
}
figure.alt img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figure.alt img:hover,
figure.alt img:focus,
figure.alt img:active,
figure.alt a:hover img,
figure.alt a:focus img,
figure.alt a:active img {
  border-color: #2e3538;
  background-color: #2e3538;
}
.border-bottom-orange {
  border-bottom-color: #f18c00;
}
.border-bottom-orange .panel-heading h1.panel-title {
  border-bottom-color: #f18c00;
}
.border-bottom-green {
  border-bottom-color: #84cf5f;
}
.border-bottom-green .panel-heading h1.panel-title {
  border-bottom-color: #84cf5f;
}
.border-bottom-yellow {
  border-bottom-color: #ffc221;
}
.border-bottom-yellow .panel-heading h1.panel-title {
  border-bottom-color: #ffc221;
}
.border-bottom-gray {
  border-bottom-color: #94a3a9;
}
.border-bottom-gray .panel-heading h1.panel-title {
  border-bottom-color: #94a3a9;
}
.main-header {
  background-color: #ffffff;
}
.navbar-collapse.affix {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #5d6a70;
  border-bottom: 3px solid #4d5d60;
}
.logged .navbar-collapse.affix {
  top: 49px;
}
.navbar-collapse.affix .navbar-nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  position: relative;
  border-bottom: none;
}
.navbar-collapse.affix .navbar-nav:before,
.navbar-collapse.affix .navbar-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse.affix .navbar-nav:after {
  clear: both;
}
.navbar-collapse.affix .navbar-nav:before,
.navbar-collapse.affix .navbar-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse.affix .navbar-nav:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar-collapse.affix .navbar-nav {
    max-width: 1150px;
  }
}
.navbar-search {
  margin-top: 20px;
}
.navbar-search .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.banner-bar {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 160px;
  border-top: 2px solid #94a3a9;
}
.banner-bar > .container {
  position: relative;
  z-index: 999;
  height: 100%;
}
.banner-bar > .container > .row {
  position: absolute;
  bottom: 35px;
  left: 10px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner-bar {
    border-top: none;
  }
}
h1.banner-bar-title {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 5px 10px;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
.no-rgba h1.banner-bar-title {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBIAwAAawBnG/9pxgAAAABJRU5ErkJggg==');
}
@media (max-width: 767px) {
  h1.banner-bar-title {
    word-wrap: break-word;
  }
}
.main-content {
  display: block;
}
section {
  display: block;
  padding: 40px 0;
}
@media (max-width: 767px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section:nth-child(even) {
  background-color: #ffffff;
}
section.even {
  background-color: #ffffff;
}
section:first-of-type {
  background-color: #eff1f2;
  padding-top: 20px;
}
@media (max-width: 767px) {
  section:first-of-type {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    padding-top: 10px;
  }
}
.homepage section:first-of-type {
  padding-top: 40px;
}
section.first-of-type {
  background-color: #eff1f2;
  padding-top: 20px;
}
@media (max-width: 767px) {
  section.first-of-type {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    padding-top: 10px;
  }
}
.homepage section.first-of-type {
  padding-top: 40px;
}
.main-article {
  background-color: #ffffff;
  padding: 25px 20px;
}
@media (min-width: 1200px) {
  .main-article {
    padding-left: 100px;
    padding-right: 100px;
  }
  .main-article.small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .main-article {
    padding: 20px 15px;
  }
}
.main-article ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
}
.main-article ul:before,
.main-article ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-article ul:after {
  clear: both;
}
.main-article ul:before,
.main-article ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-article ul:after {
  clear: both;
}
.main-article ul li {
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.main-article ul li:before {
  content: '•';
  font-size: 24px;
  line-height: 16px;
  color: #cbd0d5;
  position: absolute;
  top: 2px;
  left: 0;
}
.main-article ul li.list-pdf:before {
  content: url('../images/list-pdf-ico.png');
  font-size: 24px;
  line-height: 16px;
  color: #cbd0d5;
  position: absolute;
  top: 2px;
  left: -5px;
}
.main-article ul li ul {
  margin-top: 5px;
  margin-bottom: 0;
}
.main-article ul li ul li {
  margin-bottom: 2px;
}
.main-article ul li ul li:before {
  content: '•';
  font-size: 24px;
  line-height: 16px;
  color: #74b3ea;
  position: absolute;
  top: 2px;
  left: 0;
}
.rapid-links {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
}
.rapid-links ul {
  margin-bottom: 0;
  margin-right: 12px;
}
.rapid-links ul li {
  border-right: 1px solid #dddddd;
  padding-right: 15px;
  padding-left: 0;
  margin-left: 15px;
}
.rapid-links a {
  font-family: 14px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  color: #94a3a9;
}
.rapid-links a:hover,
.rapid-links a:focus,
.rapid-links a:active {
  color: #5d6a70;
}
.social-links {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .main-header .social-links {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
.social-links a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  line-height: 20px;
  color: #ffffff;
}
.social-links a:hover,
.social-links a:focus,
.social-links a:active {
  color: #ffffff;
}
.social-links a:first-child {
  margin-left: 0;
}
.social-links a:before {
  line-height: 20px;
}
.view-more a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}
.view-more a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-more a:before {
  content: "\e018";
}
.view-more a:before {
  font-size: 9px;
}
.view-more a:before {
  margin-right: 7px;
}
.view-more a:before {
  background-color: #74b3ea;
  color: #ffffff;
  padding: 3px;
  vertical-align: baseline;
}
.view-more a:hover:before,
.view-more a:focus:before,
.view-more a:active:before {
  background-color: #529ae9;
}
.view-more.alt {
  border-top: 1px solid #cbd0d5;
  padding-top: 15px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .view-more.alt {
    border-top: 0;
    padding-top: 0;
  }
}
.view-more2 a {
  font-family: 'Frutiger Serif W01';
  font-size: 16px;
  color: #ffffff;
}
.view-more2 a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-more2 a:before {
  content: "\e018";
}
.view-more2 a:before {
  font-size: 8px;
}
.view-more2 a:before {
  margin-right: 7px;
}
.view-more2 a:before {
  background-color: #ffffff;
  font-weight: 700;
  color: #4bb9eb;
  vertical-align: baseline;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-align: center;
  position: relative;
  top: -2px;
}
.view-more2 a:hover,
.view-more2 a:focus,
.view-more2 a:active {
  color: #ffffff;
  opacity: 0.7;
}
.back {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.back a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}
.back a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back a:before {
  content: "\e005";
}
.back a:before {
  font-size: 9px;
}
.back a:before {
  margin-right: 7px;
}
.back a:before {
  background-color: #529ae9;
  color: #ffffff;
  padding: 3px;
  vertical-align: baseline;
}
.back a:hover:before,
.back a:focus:before,
.back a:active:before {
  background-color: #438adf;
}
.with-arrow ul {
  padding-left: 0;
  list-style: none;
}
.with-arrow a {
  position: relative;
  display: block;
  padding-left: 22px;
}
.with-arrow a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.with-arrow a:before {
  content: "\e006";
}
.with-arrow a:before {
  font-size: 14px;
}
.with-arrow a:before {
  margin-right: 10px;
}
.with-arrow a:before {
  color: #cbd0d5;
}
.with-arrow a:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.with-arrow a:hover:before,
.with-arrow a:focus:before,
.with-arrow a:active:before {
  color: #438adf;
}
.labels a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4d5d60;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #f5f6f7;
}
.labels a[href]:hover,
.labels a[href]:focus {
  color: #438adf;
  text-decoration: none;
  cursor: pointer;
}
.labels a:empty {
  display: none;
}
.nav-scrollbox a {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 18px;
  text-align: center;
  background-color: #f18c00;
}
.nav-scrollbox a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-scrollbox a:before {
  color: #ffffff;
}
.nav-scrollbox a:before {
  font-size: 14px;
}
.nav-scrollbox a:hover,
.nav-scrollbox a:focus,
.nav-scrollbox a:active {
  background-color: #ffaa19;
}
.nav-scrollbox a.scrollbox-up {
  top: 0;
  border-radius: 0 0 500px 500px;
}
.nav-scrollbox a.scrollbox-up:before {
  vertical-align: baseline;
}
.nav-scrollbox a.scrollbox-down {
  bottom: 0;
  border-radius: 500px 500px 0 0;
}
.nav-scrollbox a.scrollbox-down:before {
  vertical-align: middle;
}
.megamenu-nav > a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #4d5d60;
  border-bottom: 1px solid #94a3a9;
  padding-bottom: 6px;
}
.megamenu-nav > a:hover,
.megamenu-nav > a:focus,
.megamenu-nav > a:active {
  color: #438adf;
}
.megamenu-nav > ul {
  padding-left: 0;
  list-style: none;
}
.megamenu-nav > ul > li {
  padding-left: 0;
  margin-bottom: 0;
}
.megamenu-nav > ul > li:before {
  display: none;
}
.megamenu-nav > ul > li > a,
.megamenu-nav > ul > li .media a {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
  color: #4d5d60;
  padding-bottom: 7px;
  padding-top: 7px;
}
.megamenu-nav > ul > li > a:hover,
.megamenu-nav > ul > li .media a:hover,
.megamenu-nav > ul > li > a:focus,
.megamenu-nav > ul > li .media a:focus,
.megamenu-nav > ul > li > a:active,
.megamenu-nav > ul > li .media a:active {
  color: #438adf;
  background-color: #f5f6f7;
}
.megamenu-nav > ul > li .media {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.megamenu-nav > ul > li .media > a.pull-right:hover,
.megamenu-nav > ul > li .media > a.pull-left:hover,
.megamenu-nav > ul > li .media > a.pull-right:focus,
.megamenu-nav > ul > li .media > a.pull-left:focus,
.megamenu-nav > ul > li .media > a.pull-right:active,
.megamenu-nav > ul > li .media > a.pull-left:active {
  background-color: transparent;
}
.megamenu-nav > ul > li .media > a.pull-right:hover:before,
.megamenu-nav > ul > li .media > a.pull-left:hover:before,
.megamenu-nav > ul > li .media > a.pull-right:focus:before,
.megamenu-nav > ul > li .media > a.pull-left:focus:before,
.megamenu-nav > ul > li .media > a.pull-right:active:before,
.megamenu-nav > ul > li .media > a.pull-left:active:before {
  color: #438adf;
}
.megamenu-nav > ul > li .media > a.pull-right {
  margin-right: 5px;
}
.megamenu-nav > ul > li .media > a.pull-left {
  margin-left: 5px;
}
.megamenu-nav > ul > li .media:hover,
.megamenu-nav > ul > li .media:focus,
.megamenu-nav > ul > li .media:active {
  color: #438adf;
  background-color: #f5f6f7;
}
.megamenu-nav > ul > li + li {
  border-top: 1px solid #dddddd;
}
.megamenu-nav > ul > li.active {
  background-color: #f5f6f7;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul {
  padding-left: 0;
  list-style: none;
  padding-bottom: 5px;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li {
  padding-left: 0;
  margin-bottom: 0;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li:before {
  display: none;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > a {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
  color: #4d5d60;
  padding: 3px 15px 2px;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > a:hover,
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > a:focus,
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > a:active {
  color: #438adf;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul {
  padding-left: 0;
  list-style: none;
  padding-bottom: 5px;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul > li:before {
  display: none;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul > li > a {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
  color: #4d5d60;
  padding: 3px 15px 2px 30px;
}
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul > li > a:hover,
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul > li > a:focus,
.megamenu-nav > ul > li > .collapse-megamenu-links > ul > li > ul > li > a:active {
  color: #438adf;
}
.article-header-nav a {
  font-size: 12px;
  line-height: 26px;
}
.bordered-nav a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  border: 1px solid #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px;
}
.bordered-nav a:hover,
.bordered-nav a:focus,
.bordered-nav a:active {
  background-color: rgba(255, 255, 255, 0.15);
}
.no-rgba .bordered-nav a:hover,
.no-rgba .bordered-nav a:focus,
.no-rgba .bordered-nav a:active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4//+/MQAJLwMxYdrlDAAAAABJRU5ErkJggg==');
}
.glossary .nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #94a3a9;
  padding: 0;
}
.glossary .nav > li > a:hover,
.glossary .nav > li > a:focus,
.glossary .nav > li > a:active {
  background: none;
  color: #438adf;
}
.glossary .nav > li.active > a {
  color: #f18c00;
}
.glossary-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  background-color: #529ae9;
  z-index: 5;
}
.glossary-collapse .nav {
  padding: 15px;
}
.glossary-collapse .nav + .nav {
  padding-top: 0;
}
.glossary-collapse .nav > li {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.glossary-collapse .nav > li > a {
  font-size: 16px;
  color: #ffffff;
}
.glossary-collapse .nav > li.active > a {
  color: rgba(255, 255, 255, 0.3);
}
.no-rgba .glossary-collapse .nav > li.active > a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .glossary-toggle {
    display: none;
  }
}
.accordion-toggle.collapsed .icon-collapsed {
  display: inherit;
}
.accordion-toggle.collapsed .icon-collapse {
  display: none;
}
.accordion-toggle .icon-collapsed {
  display: none;
}
.accordion-toggle .icon-collapse {
  display: inherit;
}
.accordion-toggle .icon-collapse.btn-sm,
.accordion-toggle .icon-collapsed.btn-sm {
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.flexslider {
  border-top: 2px solid #94a3a9;
}
@media (max-width: 991px) {
  .flexslider {
    border-top: none;
  }
}
.flex-caption {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 15px 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
}
.no-rgba .flex-caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBIAwAAawBnG/9pxgAAAABJRU5ErkJggg==');
}
.flex-caption h1 {
  margin: 0 0 8px 0;
}
.flex-caption p {
  margin: 0;
}
.flex-caption:hover,
.flex-caption:focus,
.flex-caption:active {
  background-color: rgba(0, 0, 0, 0.55);
}
.no-rgba .flex-caption:hover,
.no-rgba .flex-caption:focus,
.no-rgba .flex-caption:active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBoAAAAhQCBuMOYEwAAAABJRU5ErkJggg==');
}
.news-in-slideshow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 50;
}
.news-in-slideshow,
.news-in-slideshow > .container {
  pointer-events: none;
}
.news-in-slideshow .have-click {
  pointer-events: auto;
}
.news-in-slideshow .scrollbox {
  height: 234px;
  overflow: hidden;
}
.time-list {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #94a3a9;
  text-transform: uppercase;
}
.time-large {
  width: 64px;
  height: 64px;
  padding-top: 4px;
  background-color: #ffffff;
  border-bottom: 2px solid #f18c00;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #94a3a9;
  word-spacing: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.time-large strong {
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: #5d6a70;
  margin-bottom: 3px;
}
a:hover > .time-large,
a:focus > .time-large,
a:active > .time-large {
  border-bottom-color: #ffaa19;
}
@media (max-width: 991px) {
  .time-large {
    background-color: #f5f6f7;
  }
}
.article-header {
  margin-bottom: 30px;
}
.article-header > .pull-right {
  margin-left: 15px;
}
.article-header-content {
  padding: 7px 0;
  border-bottom: 1px solid #cbd0d5;
  border-top: 1px solid #cbd0d5;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.article-header-content:before,
.article-header-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-header-content:after {
  clear: both;
}
.article-header-content:before,
.article-header-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-header-content:after {
  clear: both;
}
.article-header-text {
  overflow: hidden;
}
.article-header-text label {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #94a3a9;
  margin-bottom: 0;
  vertical-align: top;
  margin-right: 10px;
}
.article-footer {
  margin-top: 30px;
}
.article-footer > .pull-right {
  margin-left: 15px;
}
.article-footer-content {
  padding: 7px 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.article-footer-content:before,
.article-footer-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-footer-content:after {
  clear: both;
}
.article-footer-content:before,
.article-footer-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-footer-content:after {
  clear: both;
}
.news-header {
  margin-bottom: 20px;
  color: #94a3a9;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.menu-filters {
  padding: 0;
}
.menu-filters-text {
  padding: 7px 0 0px;
}
.menu-filters-text ul {
  display: inline;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
  vertical-align: sub;
}
.menu-filters-text ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.menu-filters-text ul > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 4px;
  /* Not cool enough for IE8... */
  /* --end */
}
.menu-filters-text ul > li button:disabled {
  text-transform: uppercase;
  color: #5d6a70;
  background-color: #dde0e3;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.menu-filters-text ul > li button:disabled small {
  color: #94a3a9;
}
.menu-filters-text ul > li button.btn:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-filters-text ul > li button.btn:before {
  content: "\e01a";
}
.menu-filters-text ul > li button.btn:before {
  font-size: 10px;
}
.menu-filters-text ul > li button.btn:before {
  color: #ffffff;
}
.menu-filters-text ul > li button.btn:before {
  vertical-align: baseline !important;
}
.menu-filters-text ul > li.calculate-width button.form-control {
  text-transform: uppercase;
  color: #5d6a70;
  background-color: #dde0e3;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.menu-filters-text ul > li.calculate-width button.form-control small {
  color: #94a3a9;
}
.menu-filters-text ul > li.calculate-width button.btn {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-filters-text ul > li.calculate-width button.btn:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-filters-text ul > li.calculate-width button.btn:before {
  content: "\e01a";
}
.menu-filters-text ul > li.calculate-width button.btn:before {
  font-size: 10px;
}
.menu-filters-text ul > li.calculate-width button.btn:before {
  color: #ffffff;
}
.menu-filters-text ul > li.calculate-width button.btn:before {
  vertical-align: baseline !important;
}
.filters {
  height: 100%;
  font-size: 0;
}
@media (max-width: 767px) {
  .filters {
    float: none !important;
  }
}
.filters > * {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 0;
}
.filters > label {
  height: 100%;
  background-color: #94a3a9;
  color: #ffffff;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .filters > label {
    display: block;
  }
}
.filters > label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #94a3a9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -6px;
}
@media (max-width: 767px) {
  .filters > label:after {
    border-top-color: #94a3a9;
    border-left-color: transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    top: auto;
    bottom: -6px;
    right: auto;
    left: 15px;
  }
}
.filters-list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.filters-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.filters-list > li {
  padding: 0;
  font-size: 14px;
}
.filters-list > li > a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  height: 40px;
}
.filters-list > li > a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters-list > li > a:before {
  color: #94a3a9;
}
.filters-list > li > a:before {
  font-size: 22px;
}
.filters-list > li > a:before {
  vertical-align: middle !important;
}
.filters-list > li > a.collapsed:before {
  color: #74b3ea;
}
.filters-list > li + li a {
  border-left: 1px solid #cbd0d5;
}
.filters-content {
  border-bottom: 1px solid #cbd0d5;
}
.filters-content .inner {
  padding-top: 20px;
  padding-bottom: 15px;
}
.filters-content .inner > .pull-right {
  margin-left: 15px;
}
.filters-content .inner > .pull-right .btn {
  padding: 3px 6px;
}
.filters-data {
  overflow: hidden;
}
.filters-data ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
}
.filters-data ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.filters-data ul > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.filters-data ul > li button {
  text-transform: uppercase;
  color: #5d6a70;
  background-color: #dde0e3;
}
.filters-data ul > li button small {
  color: #94a3a9;
}
.tab-content-header {
  margin-left: -15px;
  margin-right: -15px;
}
.panel .panel-footer-newsletter {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-footer {
  background-color: #5d6a70;
  border-top: 5px solid #4d5d60;
}
@media (max-width: 767px) {
  .main-footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-menu {
  padding: 25px 0 20px;
}
.footer-menu > nav > ul {
  padding-left: 0;
  list-style: none;
}
.footer-menu > nav > ul > li {
  vertical-align: top;
}
.footer-menu > nav > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .footer-menu > nav > ul > li > a {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}
.footer-menu > nav > ul > li > a:hover,
.footer-menu > nav > ul > li > a:focus,
.footer-menu > nav > ul > li > a:active {
  color: #cbd0d5;
  background: none;
}
.footer-menu > nav > ul > li > a span {
  display: block;
}
.footer-menu > nav > ul > li > ul {
  border-top: 1px solid #4d5d60;
  padding-top: 20px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .footer-menu > nav > ul > li > ul {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .footer-menu > nav > ul > li > ul > li {
    display: none !important;
  }
}
.footer-menu > nav > ul > li > ul > li > a {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-transform: none;
  color: #ebebf1;
  border-bottom: none;
  padding: 0 15px 0 0;
  margin-bottom: 0;
}
.footer-menu > nav > ul > li > ul > li > a:hover,
.footer-menu > nav > ul > li > ul > li > a:focus,
.footer-menu > nav > ul > li > ul > li > a:active {
  color: #cbd0d5;
  background: none;
}
.footer-menu > nav > ul > li > ul > li + li {
  margin-top: 6px;
}
.copyright {
  padding: 25px 0 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #cbd0d5;
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.copyright a {
  color: #cbd0d5;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #ffffff;
}
.copyright nav {
  display: inline;
}
@media (max-width: 991px) {
  .copyright nav {
    display: block;
  }
}
.copyright nav ul {
  display: inline;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 0;
  line-height: 1.1;
}
.copyright nav ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.copyright nav ul li {
  font-weight: 700;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #94a3a9;
}
@media (max-width: 991px) {
  .copyright nav ul li:first-child {
    border-left: none;
  }
}
.copyright-idweaver {
  text-align: right;
}
@media (max-width: 991px) {
  .copyright-idweaver {
    text-align: center;
    background-color: #4d5d60;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.main-aside {
  background: #e7e9eb;
  border-bottom: 2px solid #94a3a9;
}
.main-aside > nav ul li a {
  color: #4d5d60;
}
.main-aside > nav ul li a:hover,
.main-aside > nav ul li a:focus {
  color: #438adf;
}
.main-aside > nav ul li a:hover,
.main-aside > nav ul li a:focus,
.main-aside > nav ul li a:active {
  background: none;
}
.main-aside > nav ul li a.active,
.main-aside > nav ul li a.active:before {
  color: #f18c00;
}
.main-aside > nav ul li.active ul {
  display: inherit;
}
.main-aside > nav > ul {
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-aside > nav > ul > li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}
.main-aside > nav > ul > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}
.main-aside > nav > ul > li > a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-aside > nav > ul > li > a:before {
  content: "\e01e";
}
.main-aside > nav > ul > li > a:before {
  font-size: 8px;
}
.main-aside > nav > ul > li > a:before {
  color: #529ae9;
}
.main-aside > nav > ul > li > a:before {
  vertical-align: middle !important;
}
.main-aside > nav > ul > li > a:before {
  margin-right: 7px;
}
.main-aside > nav > ul > li > a:before {
  position: absolute;
  top: 8px;
  left: 15px;
}
.main-aside > nav > ul > li > ul {
  padding-left: 0;
  list-style: none;
  padding-bottom: 12px;
  padding-top: 4px;
  display: none;
}
.main-aside > nav > ul > li > ul > li {
  text-transform: none;
}
.main-aside > nav > ul > li > ul > li > a {
  display: block;
  padding-left: 45px;
  padding-right: 15px;
}
.main-aside > nav > ul > li > ul > li + li {
  margin-top: 5px;
}
.navbar-responsive {
  width: 260px;
  background-color: #5d6a70;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: -260px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.35) inset;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.35) inset;
}
.navbar-responsive:before,
.navbar-responsive:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-responsive:after {
  clear: both;
}
.navbar-responsive:before,
.navbar-responsive:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-responsive:after {
  clear: both;
}
.navbar-responsive.open {
  left: 0;
}
.navbar-responsive-search {
  background-color: #4d5d60;
  padding: 10px;
}
.navbar-responsive-search .input-group .btn {
  padding-left: 7px;
  padding-right: 7px;
  line-height: 17px;
  background: #eff1f2;
}
.navbar-responsive-search .input-group .form-control {
  padding-left: 0;
}
.navbar-responsive-nav {
  height: 100%;
  position: relative;
}
.navbar-responsive-nav ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  position: static;
}
.navbar-responsive-nav ul li.alt {
  font-weight: 400;
  text-transform: none;
}
.navbar-responsive-nav ul li a {
  color: #ffffff;
  padding: 12px 10px 13px;
  border-bottom: 1px solid #4d5d60;
}
.navbar-responsive-nav ul li a:hover,
.navbar-responsive-nav ul li a:focus,
.navbar-responsive-nav ul li a:active {
  background: none;
}
.navbar-responsive-nav ul li a:before {
  float: right;
}
.navbar-responsive-nav ul li.backlink a {
  text-transform: none;
  padding-left: 20px;
}
.navbar-responsive-nav ul li.backlink a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-responsive-nav ul li.backlink a:before {
  content: "\e602";
}
.navbar-responsive-nav ul li.backlink a:before {
  font-size: 10px;
}
.navbar-responsive-nav ul li.backlink a:before {
  color: #cbd0d5;
}
.navbar-responsive-nav ul li.backlink a:before {
  position: relative;
  top: 2px;
  left: -10px;
  float: left;
}
.navbar-responsive-nav ul li.parentlink {
  text-transform: uppercase;
}
.navbar-responsive-nav ul li.parentlink a {
  color: #cbd0d5;
  border-bottom: none;
}
.navbar-responsive-nav ul li.active > ul {
  display: inherit;
}
.navbar-responsive-nav ul li.has-child > a {
  padding-right: 25px;
}
.navbar-responsive-nav ul li.has-child > a:before {
  font-family: 'climat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-responsive-nav ul li.has-child > a:before {
  content: "\e01e";
}
.navbar-responsive-nav ul li.has-child > a:before {
  font-size: 10px;
}
.navbar-responsive-nav ul li.has-child > a:before {
  color: #ffffff;
}
.navbar-responsive-nav ul li.has-child > a:before {
  position: relative;
  top: 2px;
  left: 15px;
}
.navbar-responsive-nav > ul {
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}
.navbar-responsive-nav > ul,
.navbar-responsive-nav > ul#level0 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.navbar-responsive-nav > ul#level1 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.navbar-responsive-nav > ul#level2 {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.navbar-responsive-nav > ul#level3 {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
.navbar-responsive-nav > ul#level4 {
  -webkit-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
  transform: translateX(-400%);
}
.navbar-responsive-nav > ul#level5 {
  -webkit-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%);
}
.navbar-responsive-nav > ul > li {
  text-transform: uppercase;
}
.navbar-responsive-nav > ul > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #5d6a70;
  z-index: 50;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.navbar-responsive-nav > ul > li ul li {
  text-transform: none;
}
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -3px;
  z-index: 1100;
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
  display: none;
}
.megamenu .inner {
  padding: 0 40px;
  overflow-y: auto;
  overflow-x: hidden;
}
.row + .row .megamenu-col {
  margin-top: 40px;
}
.megamenu-caption {
  padding: 4px 4px 0;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.no-rgba .backdrop {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBoAAAAhQCBuMOYEwAAAABJRU5ErkJggg==');
}
/* Don't work
.cols-anim {
	.item {
		margin-left:0;
		&.animate {
			.style(preserve-3d);
			.origin(0%, 0%);
			.rotateX(-80deg);
			.animation(flip .8s ease-in-out forwards);
		}
		&.shown {
			.opacity(100);
		}
	}
}
*/
.circle {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.circle-blue {
  background-color: #74b3ea;
}
.circle-blue.circle-opacity {
  background-color: rgba(116, 179, 234, 0.85);
}
.no-rgba .circle-blue.circle-opacity {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWMo2fzqDAAGjgLeIdGtRQAAAABJRU5ErkJggg==');
}
.circle-orange {
  background-color: #f18c00;
}
.circle-green {
  background-color: #84cf5f;
}
.circle-yellow {
  background-color: #ffc221;
}
.circle .circle-icon-only {
  width: 120px;
  text-align: center;
}
.circle .circle-data {
  width: 120px;
  height: 120px;
}
.circle .circle-content {
  width: 100%;
}
.circle .circle-content * {
  color: #ffffff !important;
}
.circle .circle-content h2 {
  margin-bottom: 10px;
}
.circle .circle-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
}
.circle .circle-content h3 small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  color: #94a3a9;
  text-transform: none;
  margin-top: 4px;
}
.circle figure {
  margin: 0;
}
.circle-large,
.circle-large .circle-data {
  width: 220px;
  height: 220px;
}
@media (min-width: 1200px) {
  .circle-large,
  .circle-large .circle-data {
    width: 270px;
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .circle-large,
  .circle-large .circle-data {
    width: 165px;
    height: 165px;
  }
  .circle-large h2,
  .circle-large .circle-data h2 {
    font-size: 15px;
  }
}
.circle .circle-front {
  border-radius: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle .circle-back {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.no-cssanimations .circle .circle-back {
  visibility: hidden;
}
.circle .circle-next {
  margin-top: 15px;
}
.circle:hover .circle-back,
.circle:focus .circle-back,
.circle:active .circle-back {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-cssanimations .circle:hover .circle-back,
.no-cssanimations .circle:focus .circle-back,
.no-cssanimations .circle:active .circle-back {
  visibility: visible;
}
.contact-col {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-col {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact-col:last-child {
    margin-bottom: 40px;
  }
}
.contact-col + .contact-col {
  border-left: 1px solid #cbd0d5;
}
@media (max-width: 767px) {
  .contact-col + .contact-col {
    border-left: none;
    border-top: 1px solid #cbd0d5;
    padding-top: 10px;
  }
}
.contact-col-content {
  padding: 10px 0;
}
.contact-col-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  color: #94a3a9;
  margin-bottom: 4px;
}
.contact-col-content h2 small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  color: #94a3a9;
  text-transform: none;
  margin-top: 4px;
}
.schema .btn {
  white-space: normal;
}
.schema-col-container {
  display: table;
  width: 100%;
}
.schema-col {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .schema-col {
    display: block;
  }
}
@media (max-width: 767px) {
  .schema-first-col,
  .schema-second-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .schema-last-col {
    padding-left: 30px;
  }
}
.schema-last-col .btn {
  text-align: left;
}
.schema-first-col .btn {
  position: relative;
}
.schema-first-col .btn:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #cbd0d5;
  position: absolute;
  top: 50%;
  right: -100%;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .schema-first-col .btn:after {
    top: auto;
    bottom: -30px;
    left: 50%;
    right: auto;
    margin-left: -1px;
    height: 30px;
    width: 2px;
  }
}
.schema-second-col .btn {
  position: relative;
}
.schema-second-col .btn:after {
  content: '';
  display: block;
  height: 2px;
  width: -webkit-calc(33.33333% - -15px - -5px);
  width: calc(33.33333% - -15px - -5px);
  background-color: #cbd0d5;
  position: absolute;
  top: 50%;
  right: -webkit-calc(-33.33333% - 15px - 5px);
  right: calc(-33.33333% - 15px - 5px);
  margin-top: -1px;
}
@media (max-width: 767px) {
  .schema-second-col .btn:after {
    top: auto;
    bottom: -15px;
    left: 50%;
    right: auto;
    margin-left: -1px;
    height: 15px;
    width: 2px;
  }
}
@media (max-width: 767px) {
  .schema-second-col .btn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #cbd0d5;
  }
}
@media (max-width: 767px) {
  .schema-last-col {
    border-left: 2px solid #cbd0d5;
    position: relative;
  }
}
@media (max-width: 767px) {
  .schema-last-col:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: -2px;
    width: 2px;
    height: 15px;
    background-color: #cbd0d5;
  }
}
.schema-last-col .btn {
  position: relative;
}
.schema-last-col .btn:before {
  content: '';
  display: block;
  height: -webkit-calc(100% - -5px);
  height: calc(100% - -5px);
  width: 2px;
  background-color: #cbd0d5;
  position: absolute;
  top: 0;
  left: -webkit-calc(-33.33333% - 15px);
  left: calc(-33.33333% - 15px);
  margin-top: -1px;
}
.schema-last-col .btn:after {
  content: '';
  display: block;
  height: 2px;
  width: -webkit-calc(33.33333% - -15px);
  width: calc(33.33333% - -15px);
  background-color: #cbd0d5;
  position: absolute;
  top: 50%;
  left: -webkit-calc(-33.33333% - 15px);
  left: calc(-33.33333% - 15px);
  margin-top: -1px;
}
@media (max-width: 767px) {
  .schema-last-col .btn:after {
    top: auto;
    bottom: 0;
    left: -30px;
    width: 30px;
  }
}
.schema-last-col .btn.btn-first:before {
  top: 50%;
}
.schema-last-col .btn.btn-last:before {
  top: -webkit-calc(-50% - 5px);
  top: calc(-50% - 5px);
}
.pagetag {
  margin-bottom: 30px;
}
.pagetag-title {
  margin-bottom: 4px;
}
.pagetag-title > * {
  margin-bottom: 0;
}
figure.pagetag-figure {
  margin: 0 -4px 5px;
}
.climat2050 {
  background-image: -webkit-gradient(linear, left 0, left 40%, from(#ffffff), to(#e4f1f7));
  background-image: -webkit-linear-gradient(top, #ffffff, 0, #e4f1f7, 40%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #e4f1f7 40%);
  background-image: linear-gradient(to bottom, #ffffff 0, #e4f1f7 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4f1f7', GradientType=0);
  text-align: center;
  height: 100%;
}
.climat2050-header {
  padding-top: 15px;
}
.climat2050-header .logo-climat2050 {
  position: relative;
  top: 7px;
}
.climat2050-body {
  background: url('../images/bg-earth.png') no-repeat bottom center;
  min-height: 112px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  overflow: hidden;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .climat2050-body {
    background-size: 1000px;
    min-height: inherit;
    padding-top: 15px;
  }
}
.climat2050-body h2 {
  font-family: 'Frutiger W01';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 3px;
}
.climat2050-body p {
  color: #ffffff;
}
.climat2050-footer {
  background-color: #1c97d4;
  padding-bottom: 15px;
}
.climat2050-body p a {
  color: #ffffff;
}
.error {
  background: url("../images/illu-404.jpg") no-repeat bottom center;
  background-size: cover;
}
.error .main-content {
  border-top: 2px solid #94a3a9;
}
.error-content {
  margin-top: 150px;
  text-align: center;
  position: relative;
  z-index: 1500;
}
.error-content h1 {
  color: #ffffff;
  margin-bottom: 40px;
}
.highlight {
  background-color: #ffffbf;
  padding: 2px 0;
}
.ccm-pagination.top {
  margin-bottom: 19px;
}
#blgm_belgiumHeader {
  background: transparent !important;
  border-bottom: none !important;
}
.btn-addthis {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
.btn-addthis a {
  -webkit-transition: none;
  transition: none;
}
.btn-addthis-container {
  margin: 10px 0;
}
.btn-addthis-container > * {
  float: right;
}
.btn-addthis-in-article {
  float: right;
  padding-top: 6px;
  margin-left: 20px;
}
.btn-addthis-in-article-header {
  float: right;
  padding-top: 3px;
  margin-left: 20px;
}
.btn-addthis-in-heading {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
.climatechange {
  background-color: #ffffff;
  padding: 30px 0 100px;
}
@media (max-width: 767px) {
  .climatechange {
    padding: 20px;
  }
}
.climatechange .navbar-brand {
  margin: 60px 0;
  white-space: normal;
}
.climatechange .navbar-brand:before {
  display: block;
  margin-bottom: 30px;
}
#ccm-page-controls-wrapper {
  position: relative;
  z-index: 9999;
}
div#ccm-highlighter {
  z-index: 999;
}
.btn-survey {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 17px;
  height: 11px;
  background: url(../images/arrow-survey.png) no-repeat;
  margin: 0 0 0 5px;
}
.surveyCustom h2 {
  font-size: 18px;
  line-height: 100%;
  color: #4d5d60;
  text-transform: inherit;
  margin-bottom: 20px;
}
.surveyCustom h2:before {
  content: attr(data-nbr);
  width: 28px;
  height: 28px;
  background: #5b9fe3;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.surveyCustom h2 span {
  margin-left: 15px;
  width: 90%;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .surveyCustom h2 span {
    margin: 15px 0 0 0;
    width: 100%;
  }
}
.surveyCustom .qinformation {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #94a3a9;
  margin: -8px 0 20px 43px;
}
@media (max-width: 767px) {
  .surveyCustom .qinformation {
    margin: -8px 0 20px 0;
  }
}
.surveyCustom input[type='text'] {
  border: 1px solid #CBD0D5;
  padding: 5px;
  -webkit-appearance: none;
}
.surveyCustom textarea {
  border: 1px solid #CBD0D5;
  width: 100%;
  resize: none;
  padding: 10px;
}
.surveyCustom .textarea-typeSurveyID2 {
  max-width: 100%;
}
.surveyCustom article {
  margin-bottom: 50px;
}
.surveyCustom .btn {
  padding: 7px 23px 8px;
}
.surveyCustom a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #94A3A9;
  font-size: 12px;
  text-transform: uppercase;
}
.surveyCustom .check-container {
  margin: 0 0 10px 43px;
  width: 45%;
  float: left;
}
@media (max-width: 767px) {
  .surveyCustom .check-container {
    width: 100%;
    margin: -10px 0 20px 0;
  }
}
.surveyCustom .check-container:last-child {
  margin-bottom: 0;
}
.surveyCustom .group-type3 {
  border: 1px solid #94a3a9;
  margin-bottom: 15px;
}
.surveyCustom .group-type3 p {
  background: #94a3a9;
  padding: 10px;
  color: #ffffff;
}
.surveyCustom .group-type3 .form {
  padding: 10px;
}
.surveyCustom .radio input[type="radio"] {
  margin: 0;
}
.table-survey thead {
  background: #94a3a9;
  max-height: 36px;
  color: #ffffff;
}
.table-survey td.first-cell {
  padding: 8px 8px 8px 15px;
}
.table-survey .choice-value {
  width: 95px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.table-survey.table tbody > tr td {
  vertical-align: middle;
  border-left: 1px solid #CBD0D5;
}
.table-survey.table.table-data tbody > tr > td.first-cell,
.table-survey.table thead:first-child tr:first-child th {
  padding: 8px 8px 8px 15px;
}
.table-survey.table tbody > tr td:first-child {
  border: 0;
}
.table-survey tbody tr:nth-child(odd) {
  background: #e4f1f7;
}
.table-survey tbody tr:nth-child(even) {
  background: #ffffff;
}
.results-survey td {
  border: 1px solid #CBD0D5 !important;
}
.results-survey td span {
  color: #5b9fe3;
  font-weight: bold;
}
.results-survey .first-cell {
  padding-left: 15px !important;
  font-weight: bold;
  background: #e4f1f7;
}
.results-survey .last-cell {
  background: #fff;
}
.table tbody > tr > td.first-cell.last-cell {
  padding: 10px;
}
.youtubeBlock {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.youtubeBlock .embed-responsive-item,
.youtubeBlock iframe,
.youtubeBlock embed,
.youtubeBlock object,
.youtubeBlock video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 0 8px;
}
.min-separator:after {
  content: '\2022';
  display: inline-block;
  margin: 10px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
}
.minuteur {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  top: -120px;
}
.minuteur p {
  margin-bottom: 5px;
}
.minuteur .m-Jour,
.minuteur .m-Heure,
.minuteur .m-Min,
.minuteur .m-Sec,
.minuteur .min-separator {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  text-align: center;
}
.minuteur .m-Jour span.target,
.minuteur .m-Heure span.target,
.minuteur .m-Min span.target,
.minuteur .m-Sec span.target,
.minuteur .min-separator span.target {
  padding: 15px 8px;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  color: #74b3ea;
  background-color: #fff;
}
.minuteur .m-Jour span.label,
.minuteur .m-Heure span.label,
.minuteur .m-Min span.label,
.minuteur .m-Sec span.label,
.minuteur .min-separator span.label {
  display: block;
  margin: 2px 0 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.minuteur .min-separator:after {
  margin: 8px;
  margin-bottom: 25px;
}
