@charset "UTF-8";
/************************************************************
*       GENERAL RULES
* 
*   Documento para reglar generales y que norlmament se repiten.
* 
************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url("https://fonts.googleapis.com/css?family=Lilita+One");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
figure {
  position: relative; }

figure img, figure object, figure embed, figure video {
  max-width: 100%;
  display: block; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

.separator {
  clear: both;
  font-size: 1px;
  line-height: 0px;
  height: 1px;
  pointer-events: none; }

.rounded, .button.arrow-down, .page ul li.user .user-image, #module-tweets-horizontal .tweet .tweet-image, #module-grid li.grid-item .hover .author-image .background-image, #module-items .grid-item .image, .author-image .background-image, #grid-report .plus-one-container .plus-one-button, #grid-report .content-header .circle, #map-grid .filter-modal .filter-content a, #map-grid .filter-modal .filter-content a .country-counter, #map-grid #treemap #tags-resume ul li .tag-value .tag-bar, #shares #init-modal .init-number, #shares .step .selected-image .message-container .messages-gallery .slick-arrow, #shares .gallery .slick-arrow {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px; }

.rounded-border-3, .button-2, #module-search .search-btn-container input.search-btn, #module-map-items-modal #item-modal .nav a.button-2, #module-map-item-modal #item-modal .nav a.button-2 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.rounded-border-6, #loading-modal .loading-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.rounded-3-top {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.rounded-border-3-left {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.rounded-border-3-right {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/************************************************************
*         Opacity
*/
.opacity_10 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Other browsers */ }

.opacity_9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  opacity: 0.9;
  /* Other browsers */ }

.opacity_8 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Other browsers */ }

.opacity_7 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 5-7 */
  -moz-opacity: 0.7;
  /* Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  /* Other browsers */ }

.opacity_6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Other browsers */ }

.opacity_4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  filter: alpha(opacity=40);
  /* IE 5-7 */
  -moz-opacity: 0.4;
  /* Netscape */
  -khtml-opacity: 0.4;
  /* Safari 1.x */
  opacity: 0.4;
  /* Other browsers */ }

.opacity_2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 8 */
  filter: alpha(opacity=20);
  /* IE 5-7 */
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  opacity: 0.2;
  /* Other browsers */ }

.opacity_1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Other browsers */ }

.opacity_0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Other browsers */ }

/************************************************************
*         Shadow
*/
.shadow-side-right-3, #grid-report .plus-one-container .plus-one-button, #map-grid #map-grid-header, #shares .step .selected-image img, #shares .gallery .slick-slide, #shares .gallery .slick-arrow {
  -moz-box-shadow: 3px 3px 6px rgba(12, 12, 12, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(12, 12, 12, 0.3);
  box-shadow: 3px 3px 6px rgba(12, 12, 12, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#504E4E')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#504E4E');
  /* For IE 5.5 - 7 */ }

.shadow-side-right-1 {
  -moz-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
  box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#504E4E')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#504E4E');
  /* For IE 5.5 - 7 */ }

.text-shadow {
  text-shadow: black 0.1em 0.1em 0.2em; }

/************************************************************
*         Components
*/
.mask {
  position: relative;
  overflow: hidden; }

hr {
  border: 0px;
  color: #eae7e7;
  background-color: #eae7e7;
  height: 1px;
  padding: 0px;
  margin: 0px; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: scroll; }

.modal-content-container {
  position: static;
  z-index: 200;
  width: 800px;
  top: 110px !important;
  margin: 20px auto;
  background-color: #000;
  min-height: 540px; }

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  top: 0px;
  left: 0px; }

/***********************************************************
 *          Structure
 */
.left-part {
  float: left;
  width: 100px; }

.right-part {
  float: right;
  width: 100px; }

.two-columns {
  width: 50%;
  float: left; }

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

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

.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.asset, .social-links .social-link, #module-carousel-getter .gallery-items ul.slick-dots li button, #module-map-items-modal #item-modal .nav .arrow, #module-map-item-modal #item-modal .nav .arrow, #module-gallery-slideshow .gallery ul.slick-dots li button, #module-items-slideshow .gallery-items ul.slick-dots li button, #days-nav .arrow, #shares .gallery ul.slick-dots li button {
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url("../images/assets.png");
  background-position: -899px -48px;
  /*border:1px solid #f00;*/ }

.col {
  position: relative;
  width: 100%;
  float: left; }

.col-20 {
  position: relative;
  width: 20%;
  float: left; }

.col-25 {
  position: relative;
  width: 25%;
  float: left; }

.col-50 {
  position: relative;
  width: 50%;
  float: left; }

.col-75 {
  position: relative;
  width: 75%;
  float: left; }

.col-33 {
  position: relative;
  width: 33.33%;
  float: left; }

.col-66 {
  position: relative;
  width: 66.66%;
  float: left; }

.col-80 {
  position: relative;
  width: 80%;
  float: left; }

.push-right {
  float: right; }

.push-left {
  float: left; }

.bg-transparent {
  background-color: rgba(255, 255, 255, 0); }

.bg-white {
  background-color: #fff; }

.bg-gray, #tools-container .tool:nth-child(odd) {
  background-color: #f7f7f7; }

.bg-blue {
  background-color: #edf9ff; }

.bg-black {
  background-color: #000 !important; }

.bg-green {
  background-color: #fb6060;
  background-image: url("../images/layout/back-green.jpg");
  background-repeat: repeat; }

.bg-flat-green {
  background-color: #fb6060; }

.centered {
  text-align: center; }

.overflow-hidden {
  overflow: hidden; }

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

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

.uppercase, .button-2, #module-search .search-btn-container input.search-btn, #module-grid li.grid-item .hover p, #module-items-slideshow .gallery-items .grid-item .hover p {
  text-transform: uppercase; }

.animate, #module-carousel-getter .gallery-items .slick-arrow, #module-carousel-getter .gallery-items .item, #module-tweets-horizontal .slick-arrow, .button-2, #module-search .search-btn-container input.search-btn, #module-map-items-modal #item-modal .nav .arrow, #module-map-items-modal .gallery .slick-arrow, #module-map-item-modal #item-modal .nav .arrow, #module-grid li.grid-item .hover, #module-gallery-slideshow .gallery .slick-arrow, #module-items-slideshow .gallery-items .slick-arrow, #module-items-slideshow .gallery-items .grid-item .hover, #module-call-to-action-three ul.buttons-container, #module-call-to-action-three .call-to-action-small, #module-search .title-cont, #module-search .search-btn-container, #days-nav .arrow, #map-grid #grid-content ul li .grid-item:hover, #map-grid #treemap #tags-resume ul li .tag-value .tag-bar, #shares .step .selected-image .message-container .messages-gallery .slick-arrow, #shares .gallery .slick-arrow {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/***********************************************************
 *          Variables
 */
/**
 *   Fonts
 */
/**
 *   Colors
 */
/* modal */
/*
 * azul inicial : #2780AF
 * $color-blue : #0E9173; //verde turquesa
 */
/* To prevent angular at the begining */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

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

/*!
 * bootswatch v3.3.5
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/*
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


*/
@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.woff2") format("woff2"), 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;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur: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-lock:before {
  content: "\e033"; }

.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-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.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-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.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-bell:before {
  content: "\e123"; }

.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-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.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-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

/*
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #FF925E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #F5834C;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.41);
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px dotted #333333;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444444;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbbbbb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 56px;
}
h2,
.h2{
  font-size: 45px;
}
h2.hdr-primary,
.h2.hdr-primary {
  font-size: 48px;
  font-family: 'wwffont';
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px #dddddd;
  margin: 5px 0px 35px 0px;
  position: relative;
}
h2.hdr-primary:before,
.h2.hdr-primary:before {
    border: 1px solid #e2dfd7;
    border-width: 1px 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
h2.hdr-primary span,
.h2.hdr-primary span {
    background: #efefef;
    display: inline-block;
    padding: 0 18px;
    position: relative;
    z-index: 2;
}
.hdr-item {
    color: #006EA5;
    text-transform: uppercase;
    font-weight: bold;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
    font-size: 24px;
}
h5.hdr-secondary {
    margin-bottom: 32px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: bold;
}
h5.hdr-secondary:before, h5.hdr-secondary:after {
    background: #e5e1e1;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
h5.hdr-secondary:before {
    top: 0;
}
h5.hdr-secondary:after {
    bottom: 0;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #ffe0b2;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
  text-indent: 0px !important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bbbbbb;
}
.text-primary {
  color: #FF925E;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #F5834C;
}
.text-success {
  color: #F5834C;
}
a.text-success:hover,
a.text-success:focus {
  color: #3d8b40;
}
.text-info {
  color: #914C37;
}
a.text-info:hover,
a.text-info:focus {
  color: #E14B01;
}
.text-warning {
  color: #CE6F4E;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #D86542;
}
.text-danger {
  color: #F5834C;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #F5834C;
}
.bg-primary {
  color: #fff;
  background-color: #FF925E;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #F5834C;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #e1bee7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #d099d9;
}
.bg-warning {
  background-color: #ffe0b2;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffcb7f;
}
.bg-danger {
  background-color: #f9bdbb;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f5908c;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.846;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
*/
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11.5px 60px;
  margin: 0px;
  font-size: 16.25px;
  border-left: none; }

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.846;
  color: #bbbbbb; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #aaaaaa;
  border-left: 0;
  text-align: center; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbbbbb;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px; }

.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.846;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  font-size: 1.6em; }

.table > thead > tr > th {
  vertical-align: middle;
  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: #ffffff; }

.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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > 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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > 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; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e1bee7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d8abe0; }

.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: #ffe0b2; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffd699; }

.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: #f9bdbb; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7a6a4; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  background-color: #ffffff;
  padding: 20px; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #111111;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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:focus {
  border-color: #66afe9;
  outline: 0; }

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

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

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

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

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

form.form-read-only textarea {
  padding: 5px 15px; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px; } }

.form-group {
  margin: 10px 0px; }

.form-read-only .form-group {
  margin: 0px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

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

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

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

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

select.input-lg {
  height: 45px;
  line-height: 45px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

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

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

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 46.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

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

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

.has-success .form-control {
  border-color: #F5834C;
  -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: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94; }

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

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

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

.has-warning .form-control {
  border-color: #CE6F4E;
  -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: #D86542;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166; }

.has-warning .input-group-addon {
  color: #CE6F4E;
  border-color: #CE6F4E;
  background-color: #ffe0b2; }

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

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

.has-error .form-control {
  border-color: #F5834C;
  -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: #F5834C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c; }

.has-error .input-group-addon {
  color: #F5834C;
  border-color: #F5834C;
  background-color: #f9bdbb; }

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

.has-feedback label ~ .form-control-feedback {
  top: 28px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  outline: none; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 17px; } }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 35px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #666666;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.5); }

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

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

.btn-default {
  color: #666666;
  background-color: #ffffff;
  border-color: #eeeeee; }

.btn-default:focus,
.btn-default.focus {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #aeaeae; }

.btn-default:hover {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #cfcfcf; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666666;
  background-color: #D0D0D0;
  border-color: #cfcfcf; }

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

.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.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: 1px dotted #ddd !important; }

.btn-default .badge {
  color: #ffffff;
  background-color: #666666; }

.btn-primary {
  color: #ffffff;
  background-color: #FF925E;
  border-color: transparent; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.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.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: #FF925E;
  border-color: transparent; }

.btn-primary .badge {
  color: #FF925E;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: transparent; }

.btn-success:hover {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: transparent; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: transparent; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #327334;
  border-color: transparent; }

.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.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: #F5834C;
  border-color: transparent; }

.btn-success .badge {
  color: #F5834C;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #914C37;
  border-color: transparent; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #E14B01;
  border-color: transparent; }

.btn-info:hover {
  color: #ffffff;
  background-color: #E14B01;
  border-color: transparent; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #E14B01;
  border-color: transparent; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #E14B01;
  border-color: transparent; }

.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.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: #914C37;
  border-color: transparent; }

.btn-info .badge {
  color: #914C37;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #CE6F4E;
  border-color: transparent; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #D86542;
  border-color: transparent; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #D86542;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #D86542;
  border-color: transparent; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #D86542;
  border-color: transparent; }

.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.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: #CE6F4E;
  border-color: transparent; }

.btn-warning .badge {
  color: #CE6F4E;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #F5834C;
  border-color: transparent; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #991216;
  border-color: transparent; }

.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.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: #F5834C;
  border-color: transparent; }

.btn-danger .badge {
  color: #F5834C;
  background-color: #ffffff; }

.btn-link {
  color: #FF925E;
  font-weight: normal;
  border-radius: 0;
  padding: 0px 5px 0px 0px;
  margin: 0px !important;
  text-align: left; }

.btn.btn-link i {
  font-size: 30px; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.btn-link:hover,
.btn-link:focus {
  color: #F5834C;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbbbbb;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

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

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

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

.date-box .dropdown-menu {
  top: 34px;
  left: 16px; }

.date-box .dropdown-menu table .btn {
  margin: 0px; }

.date-box .dropdown-menu table th small {
  padding: 10px 0px;
  line-height: 2.5em; }

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

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 10px; }

.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }

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

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

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

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

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

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

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #bbbbbb; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbbbbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #FF925E; }

.nav .nav-divider {
  height: 1px;
  margin: 10.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; }

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

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

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: transparent;
  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;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px; }

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

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

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

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

.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: #FF925E; }

.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;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px; }

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 64px;
  height: 73px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  font-family: 'Montserrat'; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 3px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px; }

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

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

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

.navbar-toggle {
  position: relative;
  float: left;
  margin: 5px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  z-index: 333333; }

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

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

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

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

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

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  font-size: 1.5em; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

.navbar-nav > li button {
  border: none;
  line-height: 23px;
  font-size: 1.5em;
  background: none; }

.navbar-nav > li button:focus {
  outline: 0; }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a, .navbar-nav > li button {
    padding-top: 25px;
    padding-bottom: 20.5px; } }

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

.navbar-default {
  background-color: #ffffff;
  border-color: transparent; }

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

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

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

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

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

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

.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 {
  border-color: transparent; }

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

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5); }

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #212121;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #212121;
    background-color: #eeeeee; }
  .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: #666666; }

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

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

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

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

.navbar-inverse {
  background-color: #000000;
  border-color: transparent; }

.navbar-inverse .navbar-brand {
  color: #b2dbfb; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #bbbbbb; }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li button {
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 2.4em;
  font-family: 'wwffont';
  color: #FF925E; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li button:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li button: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: #F5834C; }

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

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c84e4; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #F5834C;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b2dbfb; }
  .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: #F5834C; }
  .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: #b2dbfb; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #b2dbfb; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

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

.breadcrumb {
  padding: 15px 15px 10px 100px;
  margin: 0px;
  list-style: none;
  background-color: #DADADA;
  border-radius: 3px; }

.breadcrumb > li {
  display: inline-block;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #585858; }

.breadcrumb > li > a {
  color: #444444;
  font-weight: bolder; }

.breadcrumb > li + li:before {
  content: "|";
  padding: 0 10px;
  color: #858585; }

.breadcrumb > .active {
  color: #858585; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #FF925E;
  background-color: #ffffff;
  border: none;
  margin-left: -1px;
  cursor: pointer; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #F5834C;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF925E;
  border-color: #FF925E;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bbbbbb;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center; }

.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: #eeeeee; }

.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: #bbbbbb;
  background-color: #ffffff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #bbbbbb; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2; }

.label-primary {
  background-color: #FF925E; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #F5834C; }

.label-success {
  background-color: #F5834C; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40; }

.label-info {
  background-color: #914C37; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #E14B01; }

.label-warning {
  background-color: #CE6F4E; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #D86542; }

.label-danger {
  background-color: #F5834C; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #F5834C; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbbbb;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #FF925E;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #FFD6C3; }

.jumbotron h1,
.jumbotron .h1 {
  color: #444444; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #e0e0e0; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 30px;
    padding-right: 30px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #FF925E; }

.thumbnail .caption {
  padding: 9px;
  color: #666666; }

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px; }

.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,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #F5834C; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #3d8b40; }

.alert-info {
  background-color: #e1bee7;
  border-color: #cba4dd;
  color: #914C37; }

.alert-info hr {
  border-top-color: #c191d6; }

.alert-info .alert-link {
  color: #E14B01; }

.alert-warning {
  background-color: #ffe0b2;
  border-color: #ffc599;
  color: #CE6F4E; }

.alert-warning hr {
  border-top-color: #ffb67f; }

.alert-warning .alert-link {
  color: #D86542; }

.alert-danger {
  background-color: #f9bdbb;
  border-color: #f7a4af;
  color: #F5834C; }

.alert-danger hr {
  border-top-color: #f58c9a; }

.alert-danger .alert-link {
  color: #F5834C; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #FF925E;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-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: #F5834C; }

.progress-striped .progress-bar-success {
  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: -o-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: #914C37; }

.progress-striped .progress-bar-info {
  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: -o-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: #CE6F4E; }

.progress-striped .progress-bar-warning {
  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: -o-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: #F5834C; }

.progress-striped .progress-bar-danger {
  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: -o-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 {
  margin-top: 15px; }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #333333; }

.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #bbbbbb;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #bbbbbb; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF925E;
  border-color: #FF925E; }

.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #e3f2fd; }

.list-group-item-success {
  color: #F5834C;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #F5834C; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #F5834C;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #F5834C;
  border-color: #F5834C; }

.list-group-item-info {
  color: #914C37;
  background-color: #e1bee7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #914C37; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #914C37;
  background-color: #d8abe0; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #914C37;
  border-color: #914C37; }

.list-group-item-warning {
  color: #CE6F4E;
  background-color: #ffe0b2; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #CE6F4E; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #CE6F4E;
  background-color: #ffd699; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #CE6F4E;
  border-color: #CE6F4E; }

.list-group-item-danger {
  color: #F5834C;
  background-color: #f9bdbb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #F5834C; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #F5834C;
  background-color: #f7a6a4; }

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #F5834C;
  border-color: #F5834C; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

a.panel:hover,
a.panel:focus,
a.panel:active {
  text-decoration: none; }

.panel-body {
  padding: 15px; }

.panel-image {
  height: 250px;
  background-size: cover;
  background-position: bottom center;
  position: relative; }

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  border: none;
  padding: 0px; }

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

.panel-footer {
  padding: 10px 10px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: left;
  color: #006EA5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-default > .panel-heading {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd; }

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

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

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

.panel-primary {
  border-color: #FF925E; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #FF925E;
  border-color: #FF925E; }

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

.panel-primary > .panel-heading .badge {
  color: #FF925E;
  background-color: #ffffff; }

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

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

.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #F5834C;
  border-color: #d6e9c6; }

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

.panel-success > .panel-heading .badge {
  color: #F5834C;
  background-color: #ffffff; }

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

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

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #914C37;
  border-color: #cba4dd; }

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

.panel-info > .panel-heading .badge {
  color: #914C37;
  background-color: #ffffff; }

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

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

.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #CE6F4E;
  border-color: #ffc599; }

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

.panel-warning > .panel-heading .badge {
  color: #CE6F4E;
  background-color: #ffffff; }

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

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

.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #F5834C;
  border-color: #f7a4af; }

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

.panel-danger > .panel-heading .badge {
  color: #F5834C;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

.modal-content {
  position: relative;
  background-color: #efefef;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding-top: 60px; }

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

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

.modal-backdrop.in {
  opacity: 0.77;
  filter: alpha(opacity=77); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #FF925E;
  min-height: 16.846px;
  text-transform: uppercase;
  background-color: #FF925E; }

.modal-dialog .close {
  position: absolute;
  z-index: 15;
  right: -10px;
  top: -10px;
  color: #FF925E;
  border: 1px solid #fff;
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-bottom: 3px;
  text-align: center;
  opacity: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }

.modal-header .close:hover {
  background-color: #ffffff;
  color: #FF925E; }

.modal-title {
  margin: 0;
  line-height: 1.846;
  color: #ffffff; }

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

.modal-body img {
  width: 40%; }

.modal-body p, .modal-body li {
  font-size: 1.4em;
  line-height: 1.3; }

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 30%;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 444070;
  display: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  display: none;
  min-width: 90px;
  margin-left: -37px;
  filter: alpha(opacity=0);
  transition: ease 0.8s 0.2s  opacity; }

.icon-tooltip {
  cursor: pointer; }

.icon-tooltip2 {
  cursor: pointer;
  position: relative;
  z-index: 10; }

.icon-tooltip2 .tooltip {
  min-width: 200px;
  margin-right: -13px; }

.icon-tooltip:hover + .tooltip, .icon-tooltip:focus + .tooltip, .icon-tooltip:active + .tooltip,
.icon-tooltip2:hover .tooltip, .icon-tooltip2:focus .tooltip, .icon-tooltip2:active .tooltip,
.control-label:hover .tooltip, .control-label:focus .tooltip, .control-label:active .tooltip {
  opacity: 1;
  display: block; }

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

.modal-dialog .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
  right: auto;
  top: 35px;
  margin: 0px; }

.modal-dialog .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  right: auto; }

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

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

.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: #727272; }

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.846;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: transparent;
  border-top-color: rgba(0, 0, 0, 0.075);
  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: transparent;
  border-right-color: rgba(0, 0, 0, 0.075); }

.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: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.075);
  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: transparent;
  border-left-color: rgba(0, 0, 0, 0.075); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative;
  background-color: #fff; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

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

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none; }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  background-color: #FF925E;
  border-radius: 50%; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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: 0px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  border: none;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }

.navbar-brand {
  font-size: 24px; }

.navbar-inverse .form-control {
  color: #fff; }

.navbar-inverse .form-control::-moz-placeholder {
  color: #b2dbfb;
  opacity: 1; }

.navbar-inverse .form-control:-ms-input-placeholder {
  color: #b2dbfb; }

.navbar-inverse .form-control::-webkit-input-placeholder {
  color: #b2dbfb; }

.navbar-inverse .form-control[type=text],
.navbar-inverse .form-control[type=password] {
  -webkit-box-shadow: inset 0 -1px 0 #b2dbfb;
  box-shadow: inset 0 -1px 0 #b2dbfb; }

.navbar-inverse .form-control[type=text]:focus,
.navbar-inverse .form-control[type=password]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff; }

.btn-default {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-default:hover,
.btn-default:active:hover,
.btn-default:focus {
  background-color: #f0f0f0; }

.btn-default:active {
  background-color: #f0f0f0;
  background-image: -webkit-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-image: -o-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-image: radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn-primary {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus {
  background-color: #F5834C; }

.btn-primary:active {
  background-color: #F5834C;
  background-image: -webkit-radial-gradient(circle, #F5834C 10%, #FF925E 11%);
  background-image: -o-radial-gradient(circle, #F5834C 10%, #FF925E 11%);
  background-image: radial-gradient(circle, #F5834C 10%, #FF925E 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn-success {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-success:hover,
.btn-success:active:hover,
.btn-success:focus {
  background-color: #F5834C; }

.btn-success:active {
  background-color: #F5834C;
  background-image: -webkit-radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-image: -o-radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-image: radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn-info {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus {
  background-color: #914C37; }

.btn-info:active {
  background-color: #914C37;
  background-image: -webkit-radial-gradient(circle, #914C37 10%, #914C37 11%);
  background-image: -o-radial-gradient(circle, #914C37 10%, #914C37 11%);
  background-image: radial-gradient(circle, #914C37 10%, #914C37 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn-warning {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-warning:hover,
.btn-warning:active:hover,
.btn-warning:focus {
  background-color: #D86542; }

.btn-warning:active {
  background-color: #D86542;
  background-image: -webkit-radial-gradient(circle, #D86542 10%, #CE6F4E 11%);
  background-image: -o-radial-gradient(circle, #D86542 10%, #CE6F4E 11%);
  background-image: radial-gradient(circle, #D86542 10%, #CE6F4E 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn-danger {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%; }

.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger:focus {
  background-color: #F5834C; }

.btn-danger:active {
  background-color: #F5834C;
  background-image: -webkit-radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-image: -o-radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-image: radial-gradient(circle, #F5834C 10%, #F5834C 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.btn {
  text-transform: uppercase;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link:hover,
.btn-link:focus {
  color: #FF925E;
  text-decoration: none; }

.btn-default.disabled {
  border: 1px solid #eeeeee; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0; }

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

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

p {
  margin: 0 0 1em;
  text-align: justify; }

input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

label {
  font-weight: normal; }

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  padding: 15px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cecece; }

textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly],
.form-read-only #datepicker[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none; }

input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly],
.form-read-only #datepicker[disabled] {
  padding-top: 10px; }

#datepicker[disabled] {
  background-color: #ffffff;
  border: 1px solid #cecece;
  padding: 0px 30px 0px 15px; }

.form-read-only .control-label {
  padding-top: 15px; }

.form-read-only a {
  padding-left: 10px; }

.form-read-only .input-group-btn button i, .form-read-only .btn-group .icon-field {
  display: none; }

textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
  font-size: 12px; }

textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
  font-size: 17px; }

select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5; }

select::-ms-expand,
select.form-control::-ms-expand {
  display: none; }

select.input-sm,
select.form-control.input-sm {
  font-size: 12px; }

select.input-lg,
select.form-control.input-lg {
  font-size: 17px; }

select:focus,
select.form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #FF925E; }

select[multiple],
select.form-control[multiple] {
  background: none; }

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 5px;
  line-height: 230%; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px; }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  vertical-align: -4px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none; }

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms; }

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FF925E;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  border: 2px solid #666666; }

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbbbbb; }

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #FF925E; }

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbbbbb; }

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  vertical-align: -4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none; }

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms; }

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #FF925E;
  border-color: #FF925E; }

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb; }

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent; }

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none; }

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  border-bottom: none; }

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none; }

.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: #666666;
  border-color: transparent;
  background-color: transparent; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #FF925E;
  box-shadow: inset 0 -2px 0 #FF925E;
  color: #FF925E; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #FF925E;
  box-shadow: inset 0 -2px 0 #FF925E;
  color: #FF925E; }

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #FF925E; }

.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd; }

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none; }

.nav-tabs .dropdown-menu {
  margin-top: 0; }

.dropdown-menu {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.alert {
  color: #fff;
  position: fixed;
  z-index: 10000;
  width: 300px;
  right: 50%;
  margin-right: -150px;
  top: 150px;
  box-shadow: 0px 0px 20px #2d2d2d; }

.alert-success {
  background-color: #3A72AB;
  border: 1px solid #4E95DE;
  font-size: 1.3em;
  line-height: 1.2em; }

.alert-info {
  background-color: #914C37; }

.alert-warning {
  background-color: #CE6F4E; }

.alert-danger {
  background-color: #F33434; }

.alert a:not(.close),
.alert .alert-link {
  color: #fff;
  font-weight: bold; }

.badge {
  padding: 3px 6px 5px; }

.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar:last-child {
  border-radius: 0 3px 3px 0; }

.progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #cae6fc; }

.progress-bar-success:last-child.progress-bar:before {
  background-color: #c7e7c8; }

.progress-bar-info:last-child.progress-bar:before {
  background-color: #edc9f3; }

.progress-bar-warning:last-child.progress-bar:before {
  background-color: #ffe0b3; }

.progress-bar-danger:last-child.progress-bar:before {
  background-color: #f28e92; }

.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.close:hover {
  opacity: 1; }

.list-group-item {
  padding: 15px; }

.list-group-item-text {
  color: #bbbbbb; }

.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  margin: 15px 0px;
  font-size: 1.2em;
  line-height: 1.4em;
  z-index: 1;
  position: relative; }

.well ul {
  margin: 0px; }

.well ul li {
  margin-top: 5px; }

.well ul li i {
  color: #FF925E;
  font-size: 1.7em; }

.panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.panel-heading {
  border-bottom: none; }

.panel-footer {
  border-top: none; }

.popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit; }

.list-center {
  padding-left: 0px !important; }

/*LOADER*/
article.preloader {
  z-index: 9998;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.77); }

article.preloader header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -150px;
  margin-left: -150px;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .2em; }

article.preloader .text {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 150px;
  text-align: center;
  margin-left: -75px;
  margin-top: 60px; }

article.preloader .earth {
  position: fixed;
  left: 50%;
  top: 45%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ff925e;
  background-image: url("../../assets/images/earth.png");
  background-size: cover;
  background-position: top left;
  background-repeat: repeat-x;
  -webkit-animation: earth 5s linear infinite;
  -moz-animation: earth 5s linear infinite;
  -ms-animation: earth 5s linear infinite;
  animation: earth 5s linear infinite; }

article.preloader .satelite {
  position: fixed;
  left: 50%;
  top: 45%;
  margin-left: -75px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: url("../../assets/images/satelite.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: sat 2s linear infinite;
  -moz-animation: sat 2s linear infinite;
  -ms-animation: sat 2s linear infinite;
  animation: sat 2s linear infinite; }

@keyframes earth {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -193% 0px; } }

@-moz-keyframes earth {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -193% 0px; } }

@-webkit-keyframes earth {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -193% 0px; } }

@-ms-keyframes earth {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -193% 0px; } }

@keyframes sat {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes sat {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes sat {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes sat {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*END LOADER*/
.logo-brand {
  padding: 0px 10px;
  display: block; }

.logo-brand img {
  height: 100%;
  margin: 0px;
  display: inline-block; }

.nav > li > a.icon-menu {
  padding: 25px 15px 5px 10px; }

.brand-title {
  display: inline-block;
  height: 64px;
  float: left;
  font-size: 3.3em;
  color: #ffffff;
  padding: 25px 15px 28px 80px;
  text-align: center; }

.brand-title span {
  display: block;
  font-size: 0.28em;
  line-height: 12px;
  margin-top: 11px; }

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

.navbar > .container-fluid .navbar-brand {
  margin: 0px;
  position: absolute;
  background-color: #ffffff;
  height: 90px;
  width: 75px;
  left: 10px;
  text-align: center;
  padding: 0px; }

.nav > li > a.icon-menu i {
  font-size: 1.8em;
  line-height: 0.1em; }

/*LAYOUT*/
#map {
  position: absolute;
  z-index: 0;
  top: 64px;
  bottom: 0px;
  right: 0;
  left: 0;
  background-color: #efefef; }

.leaflet-left {
  margin: 5px 20px;
  top: 15px; }

.left-divider {
  border-left: 1px solid #ccc; }

.leaflet-div-icon {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #EA6829; }

.leaflet-div-icon > div {
  border-radius: 50%;
  line-height: 1.7em !important;
  /*border: 1px solid #fff;*/ }

.leaflet-bar a {
  padding: 0px; }

.leaflet-bar a:hover {
  text-decoration: none; }

.side-menu {
  width: 30%;
  position: fixed;
  z-index: 1010;
  top: 73px;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding-top: 105px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s 0.5s; }

.side-menu-toogled {
  right: -30%; }

.content-toogled {
  right: 0 !important; }

.side-fixed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 105px;
  background-color: #efefef; }

.side-fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  font-size: 1.3em;
  line-height: 100%;
  background-color: #efefef; }

.side-fixed-bottom a {
  padding: 15px 0px;
  display: inline-block; }

.title-container h4 {
  color: #FF925E;
  border-bottom: 1px solid #FF925E;
  padding-bottom: 10px;
  margin-top: 45px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }

.credits {
  padding: 30px 60px;
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.7em;
  color: #aaaaaa;
  position: relative; }

.credits i {
  font-size: 15em;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: -20px;
  color: rgba(255, 146, 94, 0.25); }

.side-fixed .indicator {
  color: #666666;
  margin: 17px 0px 5px 0px;
  text-align: center;
  line-height: 1em;
  font-size: 12px;
  display: block;
  font-weight: bold; }

.side-fixed .icon-circle {
  background-color: #ffffff;
  display: inline-block;
  font-size: 3.5em;
  padding: 10px;
  color: #FF925E;
  text-align: center;
  border-radius: 50%;
  margin-top: 7px; }

.side-fixed .icon-circle:hover, .side-fixed .icon-circle:focus, .side-fixed .icon-circle:active {
  background-color: #FF925E;
  color: #ffffff; }

.side-fixed .big-indicator {
  font-size: 5em;
  line-height: 100%;
  padding: 8px;
  font-weight: bold; }

.side-fixed .indicator small {
  display: block; }

.btn {
  margin-left: 5px;
  text-indent: initial; }

.btn label {
  margin: 0px;
  font-size: 13px; }

.btn i {
  margin-left: 5px;
  font-size: 18px;
  padding-top: 3px; }

.leaflet-popup-pane .share .btn {
  margin: 0px 5px; }

.leaflet-popup-pane .btn i {
  margin: 0px; }

.leaflet-container .share-popup {
  margin: 7px 0px 0px 0px; }

.leaflet-container .share-popup .btn {
  margin: 5px 0px 0px 0px;
  color: #666666; }

.leaflet-container .share-popup hr {
  margin: 3px;
  border-top: 1px solid #cccccc;
  width: 100%; }

.leaflet-container .share-popup .btn .mdi {
  font-size: 18px;
  line-height: 16px; }

.leaflet-container .share-popup .btn .mdi-facebook,
.form-group .mdi-facebook {
  color: #3b5998; }

.leaflet-container .share-popup .btn .mdi-twitter,
.form-group .mdi-twitter {
  color: #55acee; }

.btn-fly {
  position: absolute;
  top: 104px;
  right: 20px;
  padding: 6px 0px;
  width: 170px;
  text-align: center;
  z-index: 1000; }

.btn-fly button {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.1em;
  padding: 8px;
  cursor: pointer;
  transition: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-fly-admin {
  position: absolute;
  top: 54px;
  right: 20px;
  padding: 6px 0px;
  width: 44px;
  text-align: center;
  z-index: 1000; }

.btn-fly-admin button {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.1em;
  padding: 8px;
  cursor: pointer;
  transition: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-icon {
  padding: 7px 8px 5px; }

.btn-float {
  position: absolute;
  bottom: 15px;
  right: 30%;
  z-index: 1036;
  border-radius: 50%;
  font-size: 2.8em;
  height: 54px;
  width: 54px;
  margin-right: -27px;
  padding: 2px 30px 0px 12px;
  color: #FF925E;
  text-align: center;
  transition: all ease 0.5s 0.5s; }

.leaflet-right .leaflet-control {
  margin-right: 5px; }

.leaflet-top.leaflet-right,
.leaflet-right .btn {
  width: 170px;
  padding: 5px 10px;
  margin-bottom: 5px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.leaflet-top.leaflet-right button {
  transition: all ease 1s 0.5s;
  cursor: pointer; }

.leaflet-top.leaflet-right button label, .btn-fly button label {
  float: left;
  padding-left: 0px;
  font-size: 1.1em;
  line-height: 2.1em; }

.leaflet-top.leaflet-right button i {
  font-size: 1.5em;
  padding-top: 5px; }

.leaflet-top.leaflet-right button i, .btn-fly button i {
  float: right; }

.btn-float i {
  transition: all ease 1s 0.5s;
  padding: 6px 0px;
  font-size: 30px;
  margin: 0px; }

.btn-float-toggled {
  right: 40px; }

.btn-float-toggled i {
  transform: rotate(180deg); }

.leaflet-bar {
  box-shadow: none; }

.leaflet-control-layers-toggle {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 4px; }

/*.btn-fly .btn-primary{
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #CE785B, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #CE785B, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #CE785B, 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #CE785B, 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.btn-fly .btn-info{
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #673D2F, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #673D2F, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #673D2F, 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #673D2F, 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.btn-fly .btn-warning{
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #9A5C47, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #9A5C47, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #9A5C47, 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #9A5C47, 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.leaflet-top.leaflet-right .btn, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-control-layers-toggle{
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #D2D2D2, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #D2D2D2, 0px 10px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #D2D2D2, 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px #777777, 0px 6px 0px 0px #D2D2D2, 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.btn-fly .btn-primary.active, .btn-fly .btn-primary:active,  .btn-fly .btn-primary:focus{
    top: 5px;
    -webkit-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #CE785B, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #CE785B, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #CE785B, 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #CE785B, 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.btn-fly .btn-info.active, .btn-fly .btn-info:active{
    top: 5px;
    -webkit-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #673D2F, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #673D2F, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #673D2F, 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #673D2F, 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.btn-fly .btn-warning.active, .btn-fly .btn-warning:active{
    top: 5px;
    -webkit-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #9A5C47, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #9A5C47, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #9A5C47, 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #9A5C47, 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.leaflet-top.leaflet-right .btn.active, .leaflet-control-zoom-in:active, .leaflet-control-zoom-out:active,
.leaflet-control-layers-toggle.active, .leaflet-control-layers-toggle:active, .leaflet-control-layers-toggle:active,{
    top: 5px;
    -webkit-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #D2D2D2, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #D2D2D2, 0px 5px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #D2D2D2, 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px #777777, 0px 2px 0px 0px #D2D2D2, 0px 5px 3px rgba(0, 0, 0, 0.2);
}
button:focus, .btn:focus, .btn:active,a:focus, a:active {outline:0; text-decoration: none;}
*/
button:focus, a:focus {
  outline: 0; }

/*END LAYOUT*/
/*ACCORDION*/
.accordion .panel {
  border: none;
  border-radius: 2px;
  box-shadow: none;
  border-top: 1px solid #E8E8E8; }

.accordion .panel-group {
  margin-bottom: 0px; }

.accordion .panel-heading {
  padding: 0px;
  border: none;
  background-color: #ffffff; }

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

.accordion .panel-group .panel.climate-1 .panel-collapse {
  height: 400px !important; }

.accordion .panel-group .panel.climate-2 .panel-collapse {
  height: 300px !important; }

.accordion .panel-group .panel.climate-3 .panel-collapse {
  height: 250px !important; }

.accordion .panel-title > a {
  display: block;
  cursor: pointer;
  padding: 15px;
  font-size: 1.1em;
  letter-spacing: 0px;
  color: #888888;
  font-weight: bold; }

.accordion .panel-title > a:hover, .accordion .panel-title > a:active, .accordion .panel-title > a:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: #888888; }

.accordion .panel-title > a > i {
  font-size: 1.3em; }

.accordion .checkbox {
  display: inline-block;
  margin: 0px;
  font-size: 17px; }

.accordion .panel-body {
  background-color: #ffffff;
  border: 0px; }

.accordion .form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 0px;
  font-size: 1.6em;
  line-height: 1em; }

.accordion .check-icon {
  font-size: 26px; }

.accordion .inf-icon {
  font-size: 20px;
  padding-left: 5px;
  color: #cccccc; }

/*END ACORDION*/
/*TABSET*/
.tabset {
  height: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px; }

.tabset .nav-tabs {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  background-color: #efefef;
  border-top: 1px solid #BFBFBF;
  border-bottom: none; }

.tabset .nav-tabs > li {
  height: 100%;
  width: 33.3%;
  display: table;
  text-align: center; }

.tabset .nav-tabs > li > a {
  height: 100%;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer; }

.tabset .nav-tabs > li > a span,
.tabset .nav-tabs > li > a tab-heading {
  cursor: pointer; }

.tabset .tab-content, .tabset .tab-pane {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%; }

.tabset .well {
  margin: 0px; }

.tabset .side-area {
  height: 33%;
  padding: 30px 18px 0px 23px;
  position: relative; }

.tabset .side-area h5 {
  font-size: 15px;
  font-weight: bold;
  color: #888888;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 15px; }

.tabset .side-area .graphic {
  height: 100%;
  border: 1px solid #efefef;
  border-top: none; }

.tooltip .tooltip-inner {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 10px; }

.no-panel i.mdi-minus-circle-outline, .no-panel i.mdi-plus-circle-outline {
  opacity: 0; }

.no-panel .panel-body {
  padding: 0px; }

.checkbox label span {
  display: inline-block;
  text-align: left;
  line-height: 1em; }

.checkbox.top label span {
  padding-left: 5px; }

.checkbox.top input[type="radio"], .checkbox.top input[type="checkbox"] {
  vertical-align: top; }

.blue {
  color: #00BCD4; }

.orange {
  color: #F57C00; }

.green {
  color: #FF925E; }

.yellow {
  color: #FFEB3B; }

.gray {
  color: #607D8B; }

.purple {
  color: #CE93D8; }

.custom-file-input {
  display: inline-block;
  position: relative; }

.custom-file-input input {
  visibility: hidden; }

input::-webkit-input-placeholder {
  color: #bbbbbb !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #bbbbbb !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb !important; }

input:-ms-input-placeholder {
  color: #bbbbbb !important; }

.form-group .custom-file-input .icon-field {
  position: absolute;
  right: 15px;
  height: 35px;
  font-size: 21px;
  padding: 5px 10px;
  z-index: 2;
  background: none;
  border: none;
  top: 0px;
  display: inline-block;
  outline: none;
  left: 15px;
  text-align: right;
  border: 1px solid #cecece;
  cursor: pointer; }

.form-group label .mdi {
  font-size: 0.7em; }

.autocomplete .dropdown-menu {
  max-height: 120px;
  overflow-y: auto;
  border-radius: 0 0 3px 3px;
  margin-left: 1px;
  padding: 0px; }

.autocomplete .dropdown-menu li {
  margin: 10px;
  cursor: pointer; }

/*SLIDER*/
.slider.slider-horizontal {
  height: 40px; }

.slider.slider-horizontal .slider-track {
  height: 5px; }

.slider.slider-horizontal .slider-handle {
  margin-top: -8px; }

.slider-handle {
  background: #FF925E; }

.slider-selection {
  background-image: -webkit-linear-gradient(top, #FF925E 0%, #EA6829 100%);
  background-image: -o-linear-gradient(top, #FF925E 0%, #EA6829 100%);
  background-image: linear-gradient(to bottom, #FF925E 0%, #EA6829 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF925E', endColorstr='#EA6829', GradientType=0); }

.tooltip-inner {
  background-color: #727272; }

.tooltip.top .tooltip-arrow {
  border-top-color: #EA6829; }

/*Tool Tip*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
  border-radius: 3px; }

.leaflet-popup-content {
  margin: 20px 0px 5px 0px;
  padding: 0px 20px 5px 15px;
  overflow-y: auto;
  max-height: 250px;
  min-width: 220px; }

.leaflet-popup-content label {
  margin: 15px 0px 0px 0px; }

.leaflet-popup-content p {
  margin: 7px 0px 0px 0px; }

.leaflet-popup-content label {
  font-weight: bold;
  margin-top: 10px; }

.leaflet-popup-content hr {
  margin: 7px 0px;
  border-top: 1px solid #FF925E; }

.leaflet-popup-content .title-popup {
  display: inline-block;
  width: 100%;
  clear: both; }

.leaflet-popup-content .logo-popup {
  width: 15%;
  float: left; }

.leaflet-popup-content h1 {
  color: #FF925E;
  padding-bottom: 5px;
  font-size: 17px;
  margin: 0px;
  font-weight: bold;
  font-family: 'Open Sans';
  display: inline-block;
  float: left;
  width: 85%; }

.leaflet-container {
  font-family: 'Open Sans'; }

.leaflet-popup-content h2 {
  color: #FF925E;
  font-size: 15px;
  margin: 3px 0px 0px 0px;
  text-align: center;
  padding: 3px 0px 0px;
  border-top: 1px solid #FF925E; }

.leaflet-popup-content p {
  text-align: left; }

.leaflet-popup-content .carousel {
  margin-top: 10px; }

.leaflet-popup-content h3 {
  font-size: 13px;
  margin: 5px 0px 0px 0px;
  font-weight: bold; }

.leaflet-container a.leaflet-popup-close-button {
  color: #FF925E;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
  margin: 2px; }

.leaflet-container a.leaflet-popup-close-button:hover {
  background-color: #FF925E;
  color: #ffffff; }

#map .leaflet-map-pane .leaflet-overlay-pane svg, #form-map .leaflet-map-pane .leaflet-overlay-pane svg {
  width: auto;
  height: auto; }

.leaflet-top.leaflet-right {
  transition: all ease 0.5s 0.5s;
  right: 0%; }

.leaflet-top.leaflet-right-togled {
  right: 30%; }

/*End Tool Tip*/
/*Modal*/
.modal-login {
  background-color: #efefef;
  margin-top: -60px; }

.modal-login .modal-header {
  background: none;
  border: none; }

.modal-login .brand {
  width: 40%;
  margin-bottom: 30px; }

.modal-login .btn {
  width: 100%;
  height: 50px;
  margin: 0px;
  font-size: 16px; }

.modal-login .form-control {
  height: 50px; }

.modal-login .form-group {
  margin-bottom: 15px; }

.modal-login .form-horizontal .control-label {
  font-size: 2em;
  line-height: 2em; }

.modal-login .form-group .icon-field {
  padding: 10px; }

.modal-dialog .form-horizontal {
  height: 500px;
  overflow: auto;
  padding-bottom: 0px; }

.modal-dialog .form-horizontal .control-label {
  font-size: 1.2em; }

.modal-dialog .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.modal-dialog .form-horizontal .action-nav {
  padding: 10px; }

.modal-dialog .dropdown-box .btn {
  font-size: 13px; }

.modal-dialog textarea.form-control, .modal-dialog .form-horizontal .form-group input {
  font-size: 13px;
  text-overflow: initial; }

.modal-dialog .action-nav .btn {
  padding: 6px 10px; }

.modal-content .leaflet-right .btn {
  width: auto; }

.modal-content .leaflet-right .btn label {
  display: none; }

.form-horizontal .form-group input {
  padding: 0px 30px 0px 15px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form-horizontal .form-group input[type="checkbox"] {
  padding: 0px;
  white-space: initial;
  overflow: initial;
  text-overflow: initial; }

.form-horizontal div.cartodb-legend-stack {
  display: none !important; }

.form-menu {
  padding: 0px 15px; }

.form-menu .btn-group {
  width: 70%; }

.form-menu.form-menu-full .btn-group {
  width: 100%; }

.form-menu .btn-group input {
  line-height: 2.5em;
  height: 45px;
  border: none; }

.form-menu .btn-group .icon-field {
  height: 45px;
  padding: 12px 20px; }

.form-menu .btn {
  width: 29%;
  margin: 0px;
  float: right;
  line-height: 2.5em; }

.form-group {
  position: relative; }

.highlight {
  background: #efefef;
  padding: 5px 0px; }

.form-group .icon-field {
  position: absolute;
  right: 0;
  height: 35px;
  font-size: 21px;
  padding: 5px 20px;
  z-index: 2;
  background: none;
  border: none;
  top: 0px;
  display: inline-block;
  outline: none; }

.form-group button i {
  font-size: 1.3em;
  display: inline;
  margin-top: 15px; }

.form-group input {
  padding-right: 50px; }

.form-horizontal .control-label {
  font-size: 1.5em;
  line-height: 1em; }

.container-full {
  height: 100%;
  position: relative;
  padding: 0px;
  /*padding-bottom: 76px;*/
  padding-top: 73px; }

.container-text {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 64px;
  position: relative; }

.full-height {
  height: 100%;
  overflow-y: auto; }

.container-full .form-horizontal {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 60px;
  position: relative; }

.form-horizontal .action-nav {
  /*position: fixed;
    z-index: 10;
    bottom: 0px;
    right: 0px;
    left: 0px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.37);*/
  text-align: center;
  margin: 0px;
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #B3B3B3; }

/*End Modal*/
.dropdown-box {
  position: relative; }

.dropdown-box .btn {
  text-align: left;
  text-transform: none;
  padding: 3px 10px;
  box-shadow: none;
  border: 1px solid #cecece;
  color: #111111;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px; }

.dropdown-box .btn i {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0px;
  font-size: 1.7em;
  color: #888888; }

.dropdown-box .dropdown-menu {
  left: 15px; }

.form-title {
  background-color: #FF925E;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  padding: 25px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  position: absolute;
  top: 73px;
  width: 100%;
  z-index: 10; }

.form-horizontal .form-title {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.title-float {
  position: absolute;
  top: 0; }

.date-box ul li:last-child {
  display: none; }

.image-uploader ul, .file-uploader ul {
  list-style: none; }

.image-uploader ul li, .file-uploader ul li {
  font-weight: normal;
  font-size: 1.2em !important;
  position: relative;
  padding: 10px 30px 10px 5px;
  border-bottom: 1px solid #ccc; }

.image-uploader ul li a, .file-uploader ul li a {
  font-size: 1.8em;
  cursor: pointer;
  position: absolute;
  right: 0px; }

.image-uploader ul li span, .file-uploader ul li span {
  display: inline-block;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%; }

.nvd3 .nv-multibarHorizontal .nv-groups rect {
  height: 15px; }

/*Legend Map*/
.legend {
  position: absolute;
  z-index: 1010;
  bottom: 42px;
  padding: 5px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
  min-width: 156px;
  font-size: 9px;
  margin: 0px !important; }

.legend label {
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-align: center;
  font-size: 1.1em;
  font-family: 'Open Sans';
  border-bottom: 1px solid #FF925E;
  color: #FF925E; }

.legend .percent {
  margin: 0px;
  font-family: 'Open Sans';
  display: block; }

.legend .percent span {
  font-size: 13px;
  font-weight: bold; }

.legend .box-level {
  clear: both; }

.legend .box-level.line {
  width: 200px; }

.legend .box-level .level {
  height: 20px;
  display: inline-block; }

.legend .box-level.line .level-line {
  display: inline-block;
  width: 100%; }

.legend .box-level.line .level {
  width: 20px;
  float: left; }

.legend .box-level.line span {
  padding-left: 10px;
  height: 20px;
  display: inline-block;
  float: left;
  line-height: 23px; }

.legend .box-level.two-level .level {
  width: 50%; }

.legend .percent.box-level.five-level .level:first-child {
  margin-left: 0px;
  width: 18%; }

.legend .box-level.five-level .level {
  width: 20%; }

.leaflet-container .legend img {
  margin-right: 5px; }

div.cartodb-legend-stack {
  bottom: 199px;
  left: 0px;
  right: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
  border: none;
  width: 156px; }

div.cartodb-legend-stack label {
  text-align: center;
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #FF925E;
  border-bottom: 1px solid #FF925E;
  padding-bottom: 2px; }

div.cartodb-legend.choropleth ul {
  min-width: 120px; }

div.cartodb-legend {
  font-family: 'Open Sans';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #666666;
  padding: 5px; }

div.cartodb-legend ul li {
  font-family: 'Open Sans';
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #666666; }

.blue0 {
  background-color: #ffffff; }

.blue20 {
  background-color: #C5CAE9; }

.blue40 {
  background-color: #9FA8DA; }

.blue60 {
  background-color: #7986CB; }

.blue80 {
  background-color: #5C6BC0; }

.blue100 {
  background-color: #3F51B5; }

.bgblue {
  background-color: #00BCD4; }

.bgorange {
  background-color: #F57C00; }

.bgyellow {
  background-color: #FFEB3B; }

.bgpurple {
  background-color: #CE93D8; }

/*En Legend*/
.container-map, .container-form {
  height: 1000px;
  position: relative;
  width: 50%;
  float: left; }

.container-map, .container-form {
  overflow-y: auto;
  overflow-x: hidden; }

.form-map {
  height: 100%;
  width: 100%; }

.double-row > .form-map, .double-row > .form-images {
  height: 50%;
  width: 100%; }

.form-images .carousel,
.form-images .carousel-indicators,
.form-images .carousel-inner,
.form-images .carousel-inner .item,
.form-images .carousel-inner .item img {
  height: 100%; }

/*FOOTER*/
.footer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  left: 0px;
  background-color: #FF925E;
  padding: 5px;
  font-size: 1.4em;
  min-width: 156px; }

.footer-fixed .share {
  text-align: center; }

.share {
  padding: 5px; }

.share a i {
  transition: all ease 0.4s; }

.share a:hover i {
  color: #000000; }

.share i {
  font-size: 1.5em;
  padding-right: 10px;
  color: #ffffff;
  cursor: pointer; }

.develop {
  display: inline-block;
  padding-top: 2px;
  padding-left: 10px;
  margin-left: 10px;
  text-align: left;
  border-left: 1px solid #ccc; }

.develop.btn {
  margin-bottom: 15px; }

.develop label {
  display: block;
  margin-top: 5px;
  font-weight: bold; }

.img-about {
  width: 90%;
  margin: 0px auto;
  position: relative; }

.photo-credit {
  position: absolute;
  top: 15px;
  z-index: 10;
  right: 10px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1.3em;
  text-shadow: 1px 1px #000000; }

.text-content {
  padding: 20px !important;
  font-size: 1.4em;
  line-height: 1.6em; }

.text-content ol {
  display: block; }

.text-content ol li {
  position: relative; }

.text-content ol li:before, .text-content ol li:after {
  display: inline-block;
  content: "[";
  width: 2em;
  margin-left: -2em; }

.text-content ol li:before {
  content: "["; }

.text-content ol li:after {
  content: "]";
  position: absolute;
  top: 0;
  left: 22px; }

.title-container, .no-title-container {
  height: 100%;
  position: relative;
  background-color: #efefef; }

.title-container {
  padding-top: 133px; }

.no-title-container {
  padding-top: 73px; }

.head-banner {
  width: 100%;
  height: 85%;
  background-size: cover;
  background-position: top center;
  position: relative; }

.horiz-separators {
  border: 1px solid #e2dfd7;
  border-width: 1px 0 0 0;
  padding-bottom: 4%;
  padding-top: 4%;
  margin: 40px 0px; }

.quote-big {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal; }

.quote-big cite .name {
  display: block;
  font-size: 15px; }

.list-limit {
  margin: 20px auto; }

.list-data {
  list-style: none; }

.list-data a:hover, .list-data a:focus, .list-data a:active {
  text-decoration: none; }

.gutter-right-fixed-2 {
  margin-right: 20px; }

.list-data .hdr {
  text-transform: uppercase;
  color: #0493da; }

.list-data .details {
  display: block;
  color: #666666;
  line-height: 1.5em;
  font-size: 0.8em; }

.full-height-table {
  padding: 0px 150px; }

.table > tfoot > tr > td > nav {
  text-align: center; }

svg text {
  font-size: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 3em;
  letter-spacing: 0px; }

#twitter-widget-0, #twitter-widget-0 .timeline {
  width: 100%;
  max-width: none !important;
  height: 99% !important; }

.required {
  background-color: #FFD2D2; }

.required:after {
  content: "This field is required!" !important;
  color: #ff0000;
  display: block !important;
  text-align: center;
  padding: 10px; }

iframe[id^='twitter-widget-'] {
  width: 100% !important; }

.leaflet-left {
  top: 35px;
  margin: 0px; }

.form-map .leaflet-left {
  top: 5px;
  margin: 0px; }

.leaflet-container .leaflet-control-attribution {
  width: 260px;
  font-size: 7px;
  text-align: right;
  line-height: 7px;
  margin: 0px;
  padding: 3px 10px; }

/*.leaflet-bottom.leaflet-left{
    display: none;
  }*/
.leaflet-popup.leaflet-zoom-animated {
  bottom: 30px !important; }

.leaflet-container a.btn {
  color: #ffffff;
  margin: 5px auto; }

.leaflet-container a.btn i {
  padding: 0px; }

.carousel {
  border-radius: 0px; }

.carousel-control.right, .carousel-control.left {
  color: #ffffff;
  cursor: pointer; }

.carousel-control.right .glyphicon.glyphicon-chevron-right, .carousel-control.left .glyphicon.glyphicon-chevron-left {
  font-family: 'MaterialDesignIcons'; }

.carousel-control.right .glyphicon.glyphicon-chevron-right:before {
  content: "\f206"; }

.carousel-control.left .glyphicon.glyphicon-chevron-left:before {
  content: "\f205"; }

.carousel-indicators {
  display: none; }

.form-horizontal .checkbox {
  min-height: 30px;
  margin-left: 30px; }

.main-content {
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #dddddd;
  color: #888888;
  overflow-y: auto; }

.main-content i.big-icon {
  display: block;
  font-size: 3.5em;
  text-align: center;
  color: #FF925E; }

.main-content i.number-icon {
  text-align: right;
  display: block;
  line-height: 2.5em;
  font-size: 1.5em; }

.main-content span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 5px; }

.border-box-input {
  border: 1px solid #cecece !important; }

.icon-big {
  padding: 5px 2px;
  font-size: 2em; }

.form-group label .icon-medium {
  font-size: 1em; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.form-read-only .form-group label {
  padding-right: 0;
  color: #FF925E;
  font-weight: bold; }

.form-read-only .container-form {
  padding-top: 10px; }

.form-read-only.form-horizontal .form-group input {
  margin: 0px; }

.form-read-only.form-horizontal .form-group .form-control {
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-top: 9px; }

/*.form-read-only.form-horizontal .form-group input.form-control+input.form-control{
    padding-left: 11px;
}*/
.form-read-only.form-horizontal .form-group textarea.form-control {
  height: 80px; }

.form-read-only textarea {
  resize: none; }

.form-read-only .form-group label + div {
  padding-left: 0; }

.no-paddings {
  padding: 0px; }

.col-centered {
  float: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 1024px) {
  .side-menu {
    width: 35%; }
  .leaflet-top.leaflet-right-togled {
    right: 35%; }
  .side-menu-toogled {
    right: -35%; }
  .btn-float {
    right: 35%; }
  .btn-float-toggled {
    right: 40px; }
  .side-fixed .indicator {
    font-size: 11px;
    margin: 15px 0px 0px 0px; }
  .content-toogled {
    right: 0 !important; }
  .full-height-table {
    padding: 0px 50px; }
  .navbar-inverse .navbar-nav > li button,
  .navbar-inverse .navbar-nav > li a {
    padding: 25px 10px;
    font-size: 2.2em; } }

@media (max-width: 768px) {
  .navbar-inverse {
    background-color: #FF925E; }
  .breadcrumb > li {
    display: block;
    margin-bottom: 10px; }
  .breadcrumb > li:last-child {
    margin-bottom: 0px; }
  .navbar {
    height: auto; }
  .brand-title {
    display: none; }
  .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 50px; }
  .form-title {
    font-size: 16px;
    padding: 20px 0px 15px;
    top: 50px; }
  .leaflet-touch .leaflet-control-layers-toggle {
    width: 30px;
    height: 30px; }
  .title-container {
    padding-top: 95px; }
  .list-limit {
    width: 100%; }
  blockquote, .blockquote-reverse {
    border: none; }
  .img-responsive {
    width: 100%; }
  p {
    text-indent: 0px !important; }
  .modal-content {
    padding-top: 45px; }
  blockquote {
    padding: 11.5px 30px; }
  .breadcrumb {
    padding: 10px 5px; }
  .col-centered {
    margin: 10px auto;
    display: block; }
  .title-container .btn {
    margin: 0px;
    text-indent: initial;
    font-size: 12px; }
  .no-title-container {
    top: 0px;
    padding-top: 50px; }
  .credits {
    padding: 10px 20px 10px 40px; }
  .side-fixed-bottom .credits {
    padding: 8px;
    display: inline-block; }
  .side-fixed-bottom a {
    padding: 15px 0px; }
  .photo-credit {
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    bottom: 0;
    top: auto; }
  .navbar > .container-fluid .navbar-brand {
    height: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25px; }
  .form-horizontal .action-nav {
    margin: 0px;
    padding: 10px 0px;
    position: static; }
  .full-height-table {
    padding: 0px; }
  .form-menu {
    padding: 0px; }
  .form-menu .btn, .form-menu .btn-group {
    width: 100%; }
  .container-map, .container-form {
    position: relative;
    width: 100%;
    float: none; }
  .container-map {
    height: 70%; }
  .container-form {
    height: auto; }
  .container-full {
    padding-bottom: 0px;
    padding-top: 50px; }
  .container-full .form-horizontal {
    padding-top: 45px; }
  .form-horizontal .control-label {
    padding-bottom: 10px; }
  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px; }
  .dropdown-box {
    width: 100%; }
  .dropdown-box button {
    width: 100%;
    font-size: 15px !important; }
  .leaflet-container .leaflet-control-attribution {
    display: none; }
  .leaflet-left {
    top: 5px; }
  .legend {
    padding: 5px;
    min-width: 120px;
    font-size: 0.6em; }
  .leaflet-container .legend img {
    width: 18px; }
  div.cartodb-legend-stack {
    width: 120px;
    bottom: 160px; }
  div.cartodb-legend-stack label {
    font-size: 8px; }
  div.cartodb-legend {
    padding: 5px;
    font-size: 11px; }
  div.cartodb-legend.choropleth ul {
    min-width: 100px; }
  .navbar-nav {
    margin: 0px -15px; }
  .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li button {
    color: #fff;
    padding: 10px 20px; }
  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #ffffff; }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li button:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li button:focus {
    color: #ffffff;
    font-weight: bold; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.19); }
  #map {
    top: 50px; }
  .side-menu {
    width: 85%;
    top: 50px;
    padding-bottom: 40px; }
  .btn-float {
    right: 85%; }
  .side-menu-toogled {
    right: -85%; }
  .btn-float-toggled {
    right: 40px; }
  .footer-fixed {
    left: 50%;
    margin-left: -75px; }
  svg text {
    font: normal 7px Arial; }
  .leaflet-top.leaflet-right button label, .btn-fly button label {
    display: none; }
  .btn-fly {
    width: 35px;
    top: 94px; }
  .leaflet-top.leaflet-right .btn {
    width: 35px;
    height: 35px;
    display: block;
    padding: 7px; }
  div.cartodb-legend.choropleth {
    padding: 5px; }
  .main-content span, .main-content i.number-icon {
    text-align: center;
    line-height: 1em; }
  .tooltip {
    min-width: 190px;
    margin: 5px;
    padding: 5px 0;
    left: 10px; }
  .tooltip.bottom .tooltip-arrow {
    left: 50%; }
  .icon-tooltip2 .tooltip.bottom .tooltip-arrow {
    display: none; }
  .tabset .nav-tabs > li > a {
    font-size: 1.3em;
    padding: 10px 5px; } }

body {
  font-family: "Open Sans", sans-serif !important;
  background-color: #fff;
  color: #5a5a5a;
  position: relative;
  /* 16px / 24px */
  font-size: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px; }

#page {
  max-width: 100% !important; }

#navigation ul li#navigation_home a span {
  width: 30px !important; }

#search_input input {
  height: 28px !important; }

.tooltip {
  margin-left: auto; }

#wrapper {
  position: relative;
  margin: 0 auto;
  position: absolute;
  z-index: 50;
  width: 100%;
  background-color: #fff !important; }

.horizontal-module {
  position: relative;
  padding: 0;
  width: 100%; }

.horizontal-module-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .horizontal-module-container .small-container {
    width: 100%; }

.tooltip {
  pointer-events: none !important; }

.button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fb6060;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .button.icon-talk {
    position: relative;
    padding-left: 80px;
    text-transform: uppercase; }
    .button.icon-talk:before {
      content: ' ';
      background-image: url("../images/assets.png");
      position: absolute;
      top: 0px;
      left: 0px;
      width: 29px;
      height: 33px;
      background-position: -421px -22px;
      top: 14px;
      left: 36px; }
  .button.arrow-down {
    position: absolute;
    top: -64px;
    right: 0px;
    z-index: 100;
    height: 60px;
    width: 60px;
    padding: 0; }
    .button.arrow-down:before {
      content: ' ';
      background-image: url("../images/assets.png");
      position: absolute;
      top: 0px;
      left: 0px;
      width: 14px;
      height: 15px;
      background-position: -379px -30px;
      top: 23px;
      right: 22px;
      left: auto; }
    .button.arrow-down.arrow-2 {
      top: -32px; }
  .button.green {
    background-color: #fb6060;
    color: #fff !important; }
  .button.border-green {
    border: 1px solid #fb6060;
    background-color: transparent; }

.half-module-container {
  width: 100%; }

a {
  text-decoration: none;
  color: #fb6060;
  font-size: 14px;
  /* 12 */
  line-height: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #fb6060; }
  a:visited {
    color: #fb6060 !important; }

.language_container a:visited {
  color: #196AAA !important; }

.language_container .selected a:visited {
  color: #D86422 !important; }

img {
  max-width: 100%; }

.horizontal-line {
  border-top: 1px solid #E2E2E2;
  width: 66.66667%;
  margin: 0 auto; }

ul {
  list-style-type: none; }

#video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 660px; }

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff; }
  .background-image.no-resize {
    background-size: initial;
    background-position: center bottom; }

div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

div, p, ul, li {
  position: relative; }

.picto, #module-carousel-getter .gallery-items .slick-arrow:after, #module-tweets-horizontal .tweet .tweet-image, #module-tweets-horizontal .slick-arrow:after, .toolbox h1:before, #module-map-items-modal .gallery .slick-arrow:after, #module-map-item-modal #item-modal .content .location:before, #module-gallery-slideshow .gallery .slick-arrow:after, #module-items-slideshow .gallery-items .slick-arrow:after, #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before, pre:before, #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after, #shares .gallery .slick-arrow:after {
  content: ' ';
  background-image: url("../images/assets.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-position: -14px -47px; }

.asset, .social-links .social-link, #module-carousel-getter .gallery-items ul.slick-dots li button, #module-map-items-modal #item-modal .nav .arrow, #module-map-item-modal #item-modal .nav .arrow, #module-gallery-slideshow .gallery ul.slick-dots li button, #module-items-slideshow .gallery-items ul.slick-dots li button, #days-nav .arrow, #shares .gallery ul.slick-dots li button {
  background-image: url("../images/assets.png");
  position: relative;
  width: 20px;
  height: 20px;
  background-position: -14px -47px; }

.gray-back {
  background-color: #f7f6f1; }

.round-corners {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  /* future proofing */
  -khtml-border-radius: 100px;
  /* for old Konqueror browsers */ }

/****************************************
 * 
 *            HEADER z-index : 200-300
 * 
 ****************************************/
/*
  
  
  position:relative;
  background-color:#fff; 
  z-index:300;
  color:#fff;
  height: $header-height;
  line-height:auto;
  
  .header-logo{
    position:absolute;
    left:0px;
    top:0px;   
  }
  
  .header-copy{
    
    font-size:16px;
    line-height:20px;
    font-style:italic;
    font-weight: 100;
    position: absolute;
    left: 212px;
    top: 17px;
    border-left: 1px solid #d0d0d0;
    padding-left: 20px;
  }
  
   li{
     display:inline-block;
     list-style-type : none;
   }
  
  .header-title{
    position:absolute;
    top:20px;
    left:0px;
    color:$color-blue;
    font-size:22px;
    line-height:24px;
    font-weight:100;
    padding-left: 125px;
  }
  
  .header-title-copy{
    position:absolute;
    top:41px;
    left:0px;
    color:#fff;
    font-size:13px;
    line-height:18px;
    font-weight:100;
    padding-left: 128px;
  }
  */
.main-menu {
  position: relative;
  float: right;
  height: 70px;
  background-color: #fb6060; }
  .main-menu ul {
    position: relative;
    padding: 0 40px; }
    .main-menu ul li {
      display: inline-block;
      padding: 0px 10px;
      position: relative; }
      .main-menu ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        line-height: 70px;
        margin-top: 15px;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .main-menu ul li a:visited {
          color: #fff !important; }
      .main-menu ul li:before {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 27px;
        left: -5px;
        width: 6px;
        height: 18px;
        background-position: -180px -23px; }
      .main-menu ul li:first-child:before {
        content: none; }

/*
  .languages-menu{
   
    position:relative;
    float: right;
    padding-right: 30px;
    height:$header-height;
    
    ul{
      li{
        
        display:inline-block;
        padding: 0px 7px;
        position:relative;
        
        
        a{
          color:#fff;
          font-size:11px;
          font-weight:400;
          line-height:$header-height;
        }
        
         &:before{
          content:' ';
          background-image:url("../images/assets.png");
          position:absolute;
          top: 27px;
          left: -5px;
          width: 6px;
          height: 17px;
          background-position: -199px -25px;
          
        }
        
        &:first-child:before{
            content:none;
         }
        
        
      }
    }
    
  }
  */
.depresion-logo {
  position: absolute;
  top: 5px;
  left: 39px; }

#branding a {
  margin: 10px 30px !important; }

#nav-separator {
  background-color: #fb6060;
  height: 43px;
  width: 100%; }

/****************************************
 * 
 *            CONTENT - 0 - 200
 * 
 ****************************************/
.social-links {
  position: relative;
  text-align: left; }
  .social-links ul li {
    padding-top: 18px; }
  .social-links a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Lilita One", cursive;
    color: #fff;
    margin-bottom: 10px !important;
    margin-right: 10px !important; }
  .social-links .social-link {
    width: 48px;
    height: 49px;
    background-position: -15px -68px;
    margin-top: 10px;
    margin-right: 0px; }
    .social-links .social-link.facebook {
      background-position: -15px -68px; }
    .social-links .social-link.twitter {
      background-position: -71px -68px; }
    .social-links .social-link.whatsapp {
      background-position: -134px -67px; }

.green-title h1 {
  color: #fb6060; }

.call-to-action {
  text-align: center; }
  .call-to-action .content {
    padding: 60px 160px; }
  .call-to-action h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif; }
  .call-to-action p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    padding-top: 15px;
    text-align: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    .call-to-action p a {
      font-size: 18px;
      line-height: 24px;
      font-weight: 100; }
  .call-to-action .justified p {
    text-align: justify; }
  .call-to-action .call-block {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.86);
    color: #5a5a5a;
    margin-top: 20px;
    padding: 25px 25px 30px;
    max-width: 496px
  }
    .call-to-action .call-block h1 {
      color: #666;
      margin-bottom: 5px; 
      font-family: 'Roboto Slab', serif;
      font-size: 36px;
      font-weight: 300;
    }

    .call-to-action .call-block h1 b {
      color: #666;
      font-weight: 100;
    }

    .call-to-action .call-block .icon-talk-big {
      position: absolute;
      top: -41px;
      left: 40px; }
    .call-to-action .call-block p {
      padding-top: 5px; }

#home-header {
  position: relative;
  height: 660px;
  color: #fff;
  text-align: center; }
  #home-header h1 {
    font-size: 100px;
    line-height: 120px;
    font-weight: normal;
    text-transform: initial;
    padding-top: 0px;
    color: #fb6060;
    font-family: "Lilita One", cursive;
    line-height: 94px;
    padding-bottom: 20px; }
  #home-header h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    padding-bottom: 0px;
    color: #007362;
    font-family: "Lilita One", cursive;
    font-weight: normal;
    margin-bottom: 0px; }
  #home-header p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #02100e;
    text-align: justify; }
    #home-header p a {
      font-size: 14px;
      line-height: 24px;
      font-weight: 100; }
    #home-header p a:after {
      font-size: 16px;
      font-family: FontAwesome;
      content: "   \f0da"; }
  #home-header.participate {
    height: 500px; }
    #home-header.participate h1 {
      padding-top: 210px;
      font-size: 50px;
      line-height: 60px;
      font-weight: 800;
      text-align: center; }
  #home-header .button {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
  #home-header .image-copy {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    font-weight: 100;
    line-height: 14px; }
  #home-header .home-block {
    max-width: 400px;
    padding-top: 20px;
    margin-left: 30px; }

#home-shares {
  padding: 40px 0; }
  #home-shares .col-left {
    padding-left: 30px; }
  #home-shares h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    color: #666666;
    padding-bottom: 0px;
    font-family: 'Roboto Slab', sans-serif;
    margin-left: 75px;
  }
  #home-shares p {
    font-size: 36px;
    line-height: 41px;
    font-weight: 100;
    color: #666;
    max-width: 396px;
      float:right;
      font-family: 'Roboto Slab', sans-serif;
  }

.section-header {
  text-align: center;
  z-index: 7; }
  .section-header h1 {
    padding-top: 180px;
    font-size: 66px;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 80px;
    color: #fff;
    text-transform: uppercase; }
  .section-header .photo-copy {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.section-content {
  overflow: hidden;
  z-index: 100; }
  .section-content .section-icon {
    padding-bottom: 20px; }
  .section-content .content {
    padding: 60px 160px; }
  .section-content h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    padding: 10px 40px 30px;
    color: #666;
    font-family: 'Robot Slab', sans-serif; }
  .section-content .quote {
    font-style: italic;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px; }
  .section-content p {
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    padding-bottom: 15px; }
    .section-content p.quote {
      font-style: italic;
      font-size: 18px;
      font-weight: 100;
      line-height: 26px; }
    .section-content p.date {
      font-size: 10px;
      line-height: 14px; }
  .section-content .content-text p {
    font-size: 14px;
    line-height: 24px; }
  .section-content .content-text .col-50 {
    padding: 30px; }

.page .content {
  padding: 110px 200px; }
  .page .content h1 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #333333; }
  .page .content h2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px; }
  .page .content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100; }
  .page .content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    .page .content p a.link {
      margin-left: 0px; }
  .page .content .quote p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    font-style: italic;
    text-align: center; }
  .page .content .quote h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
    text-transform: uppercase;
    color: #196AAA;
    text-align: center; }

.page .picto-download {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 17px;
  background-position: -240px -459px; }

.page ul li.download {
  cursor: pointer;
  background-color: #fff;
  position: relative;
  padding: 15px; }
  .page ul li.download:nth-child(odd) {
    background-color: #f5f5f5; }
  .page ul li.download .picto-download {
    position: absolute;
    top: 20px;
    left: 20px; }
  .page ul li.download p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 40px; }

.page ul li.user {
  height: 430px;
  vertical-align: top;
  @exntend .box-sizing;
  width: 33%;
  display: inline-block;
  text-align: center; }
  .page ul li.user .user-image {
    width: 235px;
    height: 235px;
    margin: 0 auto;
    border: 12px solid #f9f9f9;
    overflow: hidden; }
    .page ul li.user .user-image .background-image {
      background-color: #f4f4f4; }
  .page ul li.user .user-content {
    margin-top: 26px;
    text-align: center; }
    .page ul li.user .user-content .user-name {
      font-size: 18px;
      line-height: 28px;
      font-weight: 100;
      color: #196AAA; }
    .page ul li.user .user-content .user-job p {
      text-align: center;
      font-size: 18px;
      line-height: 28px;
      font-weight: 100; }
    .page ul li.user .user-content .user-job a {
      color: #5a5a5a;
      font-size: 18px;
      line-height: 28px;
      font-weight: 100; }

.page .picto, .page #module-carousel-getter .gallery-items .slick-arrow:after, #module-carousel-getter .gallery-items .page .slick-arrow:after, .page #module-tweets-horizontal .tweet .tweet-image, #module-tweets-horizontal .tweet .page .tweet-image, .page #module-tweets-horizontal .slick-arrow:after, #module-tweets-horizontal .page .slick-arrow:after, .page .toolbox h1:before, .toolbox .page h1:before, .page #module-map-items-modal .gallery .slick-arrow:after, #module-map-items-modal .gallery .page .slick-arrow:after, .page #module-map-item-modal #item-modal .content .location:before, #module-map-item-modal #item-modal .content .page .location:before, .page #module-gallery-slideshow .gallery .slick-arrow:after, #module-gallery-slideshow .gallery .page .slick-arrow:after, .page #module-items-slideshow .gallery-items .slick-arrow:after, #module-items-slideshow .gallery-items .page .slick-arrow:after, .page #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small .page .button-2:before, .page #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container .page input.search-btn:before, .page #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small .page input.search-btn:before, .page pre:before, .page #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after, #shares .step .selected-image .message-container .messages-gallery .page .slick-arrow:after, .page #shares .gallery .slick-arrow:after, #shares .gallery .page .slick-arrow:after {
  top: 13px; }

.page .picto-pencil {
  top: 6px;
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 34px;
  height: 36px;
  background-position: -293px -388px; }

.page .picto-chat {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 35px;
  height: 35px;
  background-position: -176px -395px; }

.page .picto-interview {
  top: 8px;
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 33px;
  height: 33px;
  background-position: -232px -393px; }

.page .category-row {
  height: 45px;
  margin-bottom: 15px; }
  .page .category-row .number {
    float: left;
    padding-left: 40px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700; }
  .page .category-row .title {
    float: left;
    font-size: 22px;
    line-height: 45px;
    font-weight: 600;
    color: #196AAA;
    padding-left: 20px; }

.page .big-text-module {
  text-align: center; }
  .page .big-text-module p {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    font-weight: 100; }

.page a.button-blue {
  background-color: transparent;
  border: 1px solid #196AAA;
  color: #196AAA; }

.page .colaboration-module {
  padding: 35px; }
  .page .colaboration-module .hover-content {
    background-color: #fff;
    max-width: 666px;
    padding: 40px; }
    .page .colaboration-module .hover-content .suptitle .picto-col {
      content: ' ';
      background-image: url("../images/assets.png");
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 18px;
      background-position: -362px -390px; }
    .page .colaboration-module .hover-content .suptitle p {
      padding-left: 30px;
      color: #808080;
      font-size: 11px;
      line-height: 18px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .page .colaboration-module .hover-content .title {
      font-size: 30px;
      line-height: 38px;
      font-weight: 400;
      padding-bottom: 15px; }
    .page .colaboration-module .hover-content p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 100; }
      .page .colaboration-module .hover-content p a {
        position: relative;
        padding-left: 25px;
        margin-left: 20px; }
        .page .colaboration-module .hover-content p a:before {
          content: ' ';
          background-image: url("../images/assets.png");
          position: absolute;
          top: 0px;
          left: 0px;
          width: 18px;
          height: 13px;
          background-position: -181px -463px;
          top: 2px; }
        .page .colaboration-module .hover-content p a:first-child {
          margin-left: 0px; }

.page .files-container {
  padding-top: 30px; }

#home-options {
  padding-top: 70px;
  padding-bottom: 70px; }
  #home-options .home-block {
    position: relative;
    width: 25%;
    float: left; }
    #home-options .home-block .home-block-content {
      padding: 3px;
      font-weight: 100; }
      #home-options .home-block .home-block-content .top {
        background-color: #f7f7f7;
        height: 220px;
        padding: 38px 20px 25px; }
      #home-options .home-block .home-block-content .bottom {
        position: relative;
        height: 190px; }
        #home-options .home-block .home-block-content .bottom .background-image {
          z-index: 0; }
        #home-options .home-block .home-block-content .bottom a.button {
          position: relative;
          z-index: 10;
          font-size: 19px;
          padding: 10px 15px;
          margin: 13px; }
      #home-options .home-block .home-block-content h2 {
        font-size: 38px;
        line-height: 40px;
        font-weight: 100;
        padding-bottom: 20px; }
      #home-options .home-block .home-block-content p {
        font-size: 16px;
        line-height: 20px; }

#subscribe-form-container {
  width: 800px;
  margin: 0 auto; }
  #subscribe-form-container #mc_embed_signup {
    background-color: transparent; }
    #subscribe-form-container #mc_embed_signup #mc_embed_signup div.response {
      width: 100%; }
    #subscribe-form-container #mc_embed_signup input {
      height: 40px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 40px; }
    #subscribe-form-container #mc_embed_signup input#mc-embedded-subscribe {
      color: #fff;
      background-color: #ff5050;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      margin-top: 20px; }
      #subscribe-form-container #mc_embed_signup input#mc-embedded-subscribe:hover {
        background-color: #fb7575; }

#section-header {
  height: 540px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 50;
  text-align: center; }
  #section-header h1 {
    font-size: 66px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 70px;
    padding-bottom: 10px;
    padding-top: 240px; }
  #section-header p {
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    line-height: 20px; }

#counters h1 {
  margin-bottom: 0px !important; }

#counters .content {
  padding-top: 30px !important;
  padding-bottom: 20px !important; }

/*********************************************
 * 
 *    MODULE CAROUSEL GETTER
 * 
 **********************************************/
#module-carousel-getter .horizontal-module-container {
  padding: 50px 50px; }

#module-carousel-getter .gallery-items {
  z-index: 0;
  width: 930px;
  position: initial;
  margin: 0 auto; }
  #module-carousel-getter .gallery-items .slick-slide {
    outline: none;
    height: 500px;
    margin: 0 5px; }
    #module-carousel-getter .gallery-items .slick-slide img {
      height: 100%; }
  #module-carousel-getter .gallery-items .slick-arrow {
    outline: none;
    color: transparent;
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 40px;
    height: 190px;
    top: 30%;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0.5); }
    #module-carousel-getter .gallery-items .slick-arrow:after {
      top: 84px;
      left: 13px;
      width: 11px;
      height: 17px;
      background-position: -33px -221px; }
    #module-carousel-getter .gallery-items .slick-arrow:hover {
      background-color: #fff; }
    #module-carousel-getter .gallery-items .slick-arrow.slick-prev {
      left: 0px; }
      #module-carousel-getter .gallery-items .slick-arrow.slick-prev:after {
        background-position: -83px -221px; }
    #module-carousel-getter .gallery-items .slick-arrow.slick-next {
      left: auto;
      right: 0px; }
      #module-carousel-getter .gallery-items .slick-arrow.slick-next:after {
        background-position: -33px -221px; }
  #module-carousel-getter .gallery-items ul.slick-dots {
    text-align: center;
    margin-top: 45px; }
    #module-carousel-getter .gallery-items ul.slick-dots li {
      display: inline-block;
      margin: 5px; }
      #module-carousel-getter .gallery-items ul.slick-dots li.slick-active button {
        background-position: -326px -95px; }
      #module-carousel-getter .gallery-items ul.slick-dots li button {
        outline: none;
        background-position: -309px -95px;
        width: 12px;
        height: 12px;
        background-color: transparent;
        border: none;
        color: transparent; }
        #module-carousel-getter .gallery-items ul.slick-dots li button:before {
          content: ""; }
  #module-carousel-getter .gallery-items .item {
    width: 300px;
    padding: 10px 15px 20px;
    cursor: pointer;
    min-height: 250px;
    overflow: hidden;
    max-height: 400px; }
    #module-carousel-getter .gallery-items .item:hover {
      background-color: #fff; }
    #module-carousel-getter .gallery-items .item .item-image {
      height: 125px;
      position: relative;
      margin-bottom: 10px; }
    #module-carousel-getter .gallery-items .item p {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 10px; }
    #module-carousel-getter .gallery-items .item p.item-date {
      font-size: 10px;
      line-height: 20px;
      padding-bottom: 0px; }
    #module-carousel-getter .gallery-items .item p.item-title {
      font-size: 26px;
      line-height: 30px;
      padding-bottom: 7px; }
    #module-carousel-getter .gallery-items .item a.item-link {
      font-size: 12px; }

/****************** MODULE TWEETS HORIZONTAL ***************************/
#module-tweets-horizontal .horizontal-module-container {
  padding: 50px 50px; }

#module-tweets-horizontal .tweets-slideshow a {
  color: #5a5a5a; }

#module-tweets-horizontal .col.title {
  width: 20%; }
  #module-tweets-horizontal .col.title p {
    font-size: 43px;
    line-height: 50px;
    font-weight: 100; }

#module-tweets-horizontal .col.tweets {
  width: 80%; }

#module-tweets-horizontal .tweet-container {
  width: 300px;
  outline: none; }

#module-tweets-horizontal .tweet {
  outline: none;
  padding: 15px 15px 15px 65px; }
  #module-tweets-horizontal .tweet .tweet-image {
    background-position: -245px -21px;
    width: 33px;
    height: 33px;
    top: 20px;
    left: 17px;
    background-size: cover;
    background-position: center; }
  #module-tweets-horizontal .tweet p {
    padding-bottom: 10px; }
  #module-tweets-horizontal .tweet p.message {
    font-size: 14px;
    font-weight: 100;
    line-height: 24px; }
  #module-tweets-horizontal .tweet p.author {
    font-size: 10px;
    line-height: 14px;
    font-style: italic;
    font-weight: 600; }

#module-tweets-horizontal .slick-arrow {
  outline: none;
  color: transparent;
  position: absolute;
  left: 0px;
  z-index: 20;
  width: 51px;
  height: 90px;
  bottom: 0px;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  background-color: rgba(255, 255, 255, 0.5); }
  #module-tweets-horizontal .slick-arrow:after {
    top: 0px;
    left: 0px;
    background-position: -142px -182px;
    width: 51px;
    height: 90px; }
  #module-tweets-horizontal .slick-arrow.slick-prev {
    left: -70px; }
    #module-tweets-horizontal .slick-arrow.slick-prev:after {
      background-position: -142px -192px; }
  #module-tweets-horizontal .slick-arrow.slick-next {
    left: auto;
    right: -70px; }
    #module-tweets-horizontal .slick-arrow.slick-next:after {
      background-position: -232px -192px; }

/****************** MODULE CALL TO ACTION ***************************/
.button-2, #module-search .search-btn-container input.search-btn {
  background-color: #f9b737;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  padding: 17px 70px;
  display: inline-block; }
  .button-2:hover, #module-search .search-btn-container input.search-btn:hover {
    background-color: #fed27e;
    border: none; }

.toolbox {
  background-image: url("../images/layout/pattern-1.jpg");
  background-repeat: repeat; }
  .toolbox h1 {
    color: #5a5a5a;
    position: relative;
    padding-left: 70px !important; }
    .toolbox h1:before {
      top: 12px;
      background-position: -206px -99px;
      width: 54px;
      height: 48px; }
  .toolbox p {
    color: #5a5a5a; }
  .toolbox .button-2, .toolbox #module-search .search-btn-container input.search-btn, #module-search .search-btn-container .toolbox input.search-btn {
    background-color: #6dc5b9; }
    .toolbox .button-2:hover, .toolbox #module-search .search-btn-container input.search-btn:hover, #module-search .search-btn-container .toolbox input.search-btn:hover {
      background-color: #a1e1d8; }

#module-call-to-action {
  color: #fff; }
  #module-call-to-action h1 {
    padding-left: 0px; }
  #module-call-to-action p {
    font-size: 14px;
    line-height: 24px; }
  #module-call-to-action.small {
    color: #5a5a5a; }
    #module-call-to-action.small .content {
      padding-left: 50px;
      padding-right: 50px; }

/****************** MODULE MAP ITEMS ***************************/
#module-map-items-modal {
  position: relative;
  height: 650px;
  z-index: 0; }
  #module-map-items-modal .horizontal-module-container {
    pointer-events: none; }
  #module-map-items-modal #line-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none; }
  #module-map-items-modal #leaflet-map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #module-map-items-modal #item-modal {
    pointer_events: auto;
    position: absolute;
    width: 430px;
    background-color: #fff;
    height: 540px;
    z-index: 100;
    pointer-events: auto;
    right: 60px;
    top: 55px; }
    #module-map-items-modal #item-modal .content {
      padding: 20px;
      width: 430px; }
      #module-map-items-modal #item-modal .content .image {
        position: relative;
        height: 110px; }
      #module-map-items-modal #item-modal .content .location {
        font-size: 10px;
        line-height: 14px;
        padding-top: 10px; }
      #module-map-items-modal #item-modal .content .title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 100;
        padding-bottom: 10px; }
      #module-map-items-modal #item-modal .content p {
        font-size: 14px;
        line-height: 24px; }
    #module-map-items-modal #item-modal .nav {
      position: absolute;
      width: 100%;
      bottom: 0px;
      z-index: 130;
      /*background-color:#fafafa;*/
      height: 100px;
      pointer-events: none; }
      #module-map-items-modal #item-modal .nav a.button-2 {
        display: inline-block;
        margin-top: 24px;
        pointer-events: auto; }
      #module-map-items-modal #item-modal .nav .arrow {
        position: absolute;
        left: 0px;
        top: 0px;
        background-position: -142px -182px;
        width: 51px;
        height: 100px;
        cursor: pointer; }
        #module-map-items-modal #item-modal .nav .arrow:hover {
          background-position: -146px -182px; }
        #module-map-items-modal #item-modal .nav .arrow.right:hover {
          background-position: -226px -182px; }
        #module-map-items-modal #item-modal .nav .arrow.right {
          left: auto;
          right: 0px;
          background-position: -232px -182px; }
  #module-map-items-modal .gallery {
    z-index: 120; }
    #module-map-items-modal .gallery .slick-slide {
      outline: none;
      height: 540px;
      pointer-events: none; }
    #module-map-items-modal .gallery .slick-arrow {
      outline: none;
      color: transparent;
      position: absolute;
      left: 0px;
      z-index: 20;
      width: 51px;
      height: 90px;
      bottom: 0px;
      pointer-events: auto;
      cursor: pointer;
      border: none;
      background-color: rgba(255, 255, 255, 0.5); }
      #module-map-items-modal .gallery .slick-arrow:after {
        top: 0px;
        left: 0px;
        background-position: -142px -182px;
        width: 51px;
        height: 90px; }
      #module-map-items-modal .gallery .slick-arrow.slick-prev {
        left: 0px; }
        #module-map-items-modal .gallery .slick-arrow.slick-prev:after {
          background-position: -142px -192px; }
      #module-map-items-modal .gallery .slick-arrow.slick-next {
        left: auto;
        right: 0px; }
        #module-map-items-modal .gallery .slick-arrow.slick-next:after {
          background-position: -232px -192px; }

/****************** MODULE MAP ITEM ***************************/
#module-map-item-modal {
  position: relative;
  height: 650px;
  z-index: 0; }
  #module-map-item-modal .horizontal-module-container {
    pointer-events: none; }
  #module-map-item-modal #leaflet-map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #module-map-item-modal #line-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none; }
  #module-map-item-modal #item-modal {
    pointer_events: auto;
    position: absolute;
    width: 430px;
    background-color: #fff;
    z-index: 100;
    pointer-events: auto;
    right: 60px;
    top: 100px; }
    #module-map-item-modal #item-modal .content {
      padding: 40px 35px 60px; }
      #module-map-item-modal #item-modal .content .location {
        font-size: 14px;
        line-height: 18px;
        padding: 20px 0 20px 33px;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        font-weight: 700;
        margin-bottom: 30px;
        top: 14px; }
        #module-map-item-modal #item-modal .content .location:before {
          background-position: -306px -25px;
          width: 23px;
          height: 29px;
          top: 14px; }
      #module-map-item-modal #item-modal .content .title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 100;
        padding-bottom: 10px; }
      #module-map-item-modal #item-modal .content p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 100; }
    #module-map-item-modal #item-modal .nav {
      position: absolute;
      width: 100%;
      bottom: 0px;
      z-index: 110;
      background-color: #fafafa;
      height: 100px; }
      #module-map-item-modal #item-modal .nav a.button-2 {
        display: inline-block;
        margin-top: 24px; }
      #module-map-item-modal #item-modal .nav .arrow {
        position: absolute;
        left: 0px;
        top: 0px;
        background-position: -142px -182px;
        width: 51px;
        height: 100px;
        cursor: pointer; }
        #module-map-item-modal #item-modal .nav .arrow:hover {
          background-position: -146px -182px; }
        #module-map-item-modal #item-modal .nav .arrow.right:hover {
          background-position: -226px -182px; }
        #module-map-item-modal #item-modal .nav .arrow.right {
          left: auto;
          right: 0px;
          background-position: -232px -182px; }

/****************** MODULE GRID ********************/
#module-grid .content {
  padding: 30px 60px 70px; }

#module-grid .booking-banner-container {
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  padding-top: 30px;
  margin: 5px;
  padding-bottom: 36px; }
  #module-grid .booking-banner-container p.copy {
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    padding-left: 30px;
    padding-bottom: 5px; }

#module-grid li.grid-item {
  position: relative;
  height: 350px;
  z-index: 0;
  cursor: pointer; }
  #module-grid li.grid-item .item-content {
    position: relative;
    padding: 0;
    margin: 5px;
    height: 340px; }
  #module-grid li.grid-item .image {
    height: 340px; }
  #module-grid li.grid-item .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10; }
    #module-grid li.grid-item .hover p {
      padding: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 700; }
    #module-grid li.grid-item .hover .author-image {
      position: absolute;
      top: 50%;
      left: 50%; }
      #module-grid li.grid-item .hover .author-image .background-image {
        position: absolute;
        left: -50px;
        top: -50px;
        border: 2px solid #fff; }
    #module-grid li.grid-item .hover .content {
      padding: 22px 8px; }
  #module-grid li.grid-item p.title {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
    padding-top: 20px; }
  #module-grid li.grid-item .bottom-content {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    text-transform: initial;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5); }
    #module-grid li.grid-item .bottom-content p {
      font-size: 14px;
      line-height: 20px;
      text-transform: initial;
      padding-bottom: 10px;
      font-weight: 400; }
    #module-grid li.grid-item .bottom-content p.author-name {
      font-size: 18px;
      line-height: 20px;
      text-transform: initial;
      font-weight: 700; }
    #module-grid li.grid-item .bottom-content a {
      color: #fff;
      font-weight: 400; }

/****************** INICIATIVA ********************/
.section-header.iniciativa h1 {
  padding-bottom: 10px; }

.section-header.iniciativa p.date {
  color: #fff;
  font-size: 12px; }

#module-two-images-left p.quote {
  font-size: 18px;
  line-height: 22px; }

#module-two-images-left .col-75.content {
  padding: 0;
  padding: 0px 30px; }

/***************  MODULE GALLERY SLIDESHOW *********************/
#module-gallery-slideshow .gallery {
  z-index: 0;
  height: 370px; }
  #module-gallery-slideshow .gallery .slick-slide {
    outline: none;
    height: 300px;
    margin: 0 50px; }
    #module-gallery-slideshow .gallery .slick-slide img {
      height: 100%; }
  #module-gallery-slideshow .gallery .slick-arrow {
    outline: none;
    color: transparent;
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 40px;
    height: 190px;
    top: 30%;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0.5); }
    #module-gallery-slideshow .gallery .slick-arrow:after {
      top: 84px;
      left: 13px;
      width: 11px;
      height: 17px;
      background-position: -33px -221px; }
    #module-gallery-slideshow .gallery .slick-arrow:hover {
      background-color: #fff; }
    #module-gallery-slideshow .gallery .slick-arrow.slick-prev {
      left: 0px; }
      #module-gallery-slideshow .gallery .slick-arrow.slick-prev:after {
        background-position: -344px -459px; }
    #module-gallery-slideshow .gallery .slick-arrow.slick-next {
      left: auto;
      right: 0px; }
      #module-gallery-slideshow .gallery .slick-arrow.slick-next:after {
        background-position: -306px -459px; }
  #module-gallery-slideshow .gallery ul.slick-dots {
    text-align: center;
    margin-top: 45px; }
    #module-gallery-slideshow .gallery ul.slick-dots li {
      display: inline-block;
      margin: 5px; }
      #module-gallery-slideshow .gallery ul.slick-dots li.slick-active button {
        background-position: -326px -95px; }
      #module-gallery-slideshow .gallery ul.slick-dots li button {
        outline: none;
        background-position: -309px -95px;
        width: 12px;
        height: 12px;
        background-color: transparent;
        border: none;
        color: transparent; }
        #module-gallery-slideshow .gallery ul.slick-dots li button:before {
          content: ""; }

/***************  MODULE ITEMS SLIDESHOW *********************/
#module-items {
  width: 840px;
  position: initial;
  margin: 0 auto;
  overflow: initial; }
  #module-items .grid-item {
    position: relative;
    height: 250px;
    z-index: 0;
    cursor: pointer;
    width: 200px;
    overflow: hidden;
    margin-top: 20px; }
    #module-items .grid-item .item-content {
      position: relative;
      padding: 0;
      margin: 5px;
      height: 240px; }
    #module-items .grid-item .image {
      height: 160px;
      overflow: hidden;
      width: 160px;
      margin: 0 auto; }
    #module-items .grid-item p.title {
      font-size: 20px;
      line-height: 26px;
      padding-bottom: 5px;
      padding-top: 10px; }
    #module-items .grid-item p {
      font-size: 14px;
      line-height: 24px; }

#module-items-slideshow .gallery-items {
  z-index: 0;
  width: 840px;
  position: initial;
  margin: 0 auto; }
  #module-items-slideshow .gallery-items .slick-slide {
    outline: none;
    height: 500px;
    margin: 0 5px; }
    #module-items-slideshow .gallery-items .slick-slide img {
      height: 100%; }
  #module-items-slideshow .gallery-items .slick-arrow {
    outline: none;
    color: transparent;
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 40px;
    height: 190px;
    top: 30%;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0.5); }
    #module-items-slideshow .gallery-items .slick-arrow:after {
      top: 84px;
      left: 13px;
      width: 11px;
      height: 17px;
      background-position: -33px -221px; }
    #module-items-slideshow .gallery-items .slick-arrow:hover {
      background-color: #fff; }
    #module-items-slideshow .gallery-items .slick-arrow.slick-prev {
      left: 0px; }
      #module-items-slideshow .gallery-items .slick-arrow.slick-prev:after {
        background-position: -83px -221px; }
    #module-items-slideshow .gallery-items .slick-arrow.slick-next {
      left: auto;
      right: 0px; }
      #module-items-slideshow .gallery-items .slick-arrow.slick-next:after {
        background-position: -33px -221px; }
  #module-items-slideshow .gallery-items ul.slick-dots {
    text-align: center;
    margin-top: 45px; }
    #module-items-slideshow .gallery-items ul.slick-dots li {
      display: inline-block;
      margin: 5px; }
      #module-items-slideshow .gallery-items ul.slick-dots li.slick-active button {
        background-position: -326px -95px; }
      #module-items-slideshow .gallery-items ul.slick-dots li button {
        outline: none;
        background-position: -309px -95px;
        width: 12px;
        height: 12px;
        background-color: transparent;
        border: none;
        color: transparent; }
        #module-items-slideshow .gallery-items ul.slick-dots li button:before {
          content: ""; }
  #module-items-slideshow .gallery-items .grid-item {
    position: relative;
    height: 250px;
    z-index: 0;
    cursor: pointer;
    width: 200px; }
    #module-items-slideshow .gallery-items .grid-item .item-content {
      position: relative;
      padding: 0;
      margin: 5px;
      height: 240px; }
    #module-items-slideshow .gallery-items .grid-item .image {
      height: 240px; }
    #module-items-slideshow .gallery-items .grid-item .hover {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      padding: 10px;
      z-index: 10; }
      #module-items-slideshow .gallery-items .grid-item .hover p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700; }
      #module-items-slideshow .gallery-items .grid-item .hover .content {
        padding: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 22px 8px; }
      #module-items-slideshow .gallery-items .grid-item .hover:hover .content {
        background-color: rgba(255, 255, 255, 0.9); }

/**************** TOOLBOX ***************************/
.icon {
  background-position: -351px -136px;
  height: 47px;
  width: 40px;
  display: block;
  margin: 0 auto; }
  .icon.icon-1 {
    background-position: -351px -136px; }
  .icon.icon-2 {
    background-position: -342px -210px;
    width: 63px; }
  .icon.icon-3 {
    background-position: -342px -281px;
    width: 65px;
    height: 30px; }
  .icon.icon-4 {
    background-position: -342px -335px;
    width: 60px;
    height: 36px; }

#module-call-to-action-three ul.buttons-container {
  padding: 100px 0;
  margin: 0; }

#module-call-to-action-three .call-to-action-small {
  overflow: hidden;
  width: 280px;
  margin: 0 auto;
  height: 310px; }
  #module-call-to-action-three .call-to-action-small .header {
    opacity: 1;
    background-image: url("../images/layout/toolbox-back-1.jpg");
    padding: 13px 12px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    font-weight: 600; }
  #module-call-to-action-three .call-to-action-small.item-2 .header {
    background-image: url("../images/layout/toolbox-back-2.jpg"); }
  #module-call-to-action-three .call-to-action-small.item-3 .header {
    background-image: url("../images/layout/toolbox-back-3.jpg"); }
  #module-call-to-action-three .call-to-action-small.item-4 .header {
    background-image: url("../images/layout/toolbox-back-4.jpg"); }
  #module-call-to-action-three .call-to-action-small .body {
    opacity: 1;
    background-color: #f5f5f5;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    padding: 25px 30px 20px; }
    #module-call-to-action-three .call-to-action-small .body p {
      font-size: 14px;
      line-height: 24px; }
  #module-call-to-action-three .call-to-action-small .button-container {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 24px;
    padding: 0 30px 0; }
  #module-call-to-action-three .call-to-action-small .button-2, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn {
    background-color: #6dc5b9;
    width: 220px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative; }
    #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      background-position: -29px -306px;
      width: 28px;
      height: 29px;
      top: 10px;
      left: 0px;
      opacity: 0; }
    #module-call-to-action-three .call-to-action-small .button-2:hover, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:hover, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:hover {
      background-color: #a1e1d8; }

#module-call-to-action-three ul.buttons-container.colapsed {
  margin: 0 120px;
  padding: 20px 0 0; }
  #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small {
    height: 80px; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small .header {
      opacity: 0; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small .body {
      opacity: 0; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small .button-2:before, #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small input.search-btn:before {
      left: 26px;
      opacity: 1; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-2 .button-2:before, #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-2 #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-2 input.search-btn:before {
      left: 20px;
      background-position: -120px -306px;
      width: 46px; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-3 .button-2:before, #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-3 #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-3 input.search-btn:before {
      background-position: -213px -306px;
      width: 51px;
      left: 19px; }
    #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-4 .button-2:before, #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-4 #module-search .search-btn-container input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three ul.buttons-container.colapsed .call-to-action-small.item-4 input.search-btn:before {
      background-position: -284px -308px; }

#module-search .title-cont {
  height: 160px;
  overflow: hidden; }
  #module-search .title-cont h1 {
    padding-top: 50px;
    padding-bottom: 5px; }
  #module-search .title-cont p {
    font-size: 14px;
    line-height: 18px; }

#module-search .search-btn-container {
  width: 50%;
  margin: 20px auto 90px; }
  #module-search .search-btn-container input.search-input {
    height: 50px;
    background-color: #fff;
    border: 1px solid #d4d3d3;
    width: 98%;
    z-index: 0;
    color: #666;
    padding-left: 2%;
    outline: none; }
  #module-search .search-btn-container input.search-btn {
    outline: none;
    position: absolute;
    top: 0px;
    right: -6px;
    z-index: 50;
    padding: 17px 50px;
    background-color: #6dc5b9; }
    #module-search .search-btn-container input.search-btn:hover {
      background-color: #a1e1d8; }

#module-search.colapsed .title-cont {
  height: 0px; }

#module-search.colapsed .search-btn-container {
  margin: 20px auto 20px; }

#module-search-result-header h1 {
  padding: 0px 40px 5px; }

#module-search-result-header p {
  font-size: 14px;
  line-height: 18px; }

#tools-container .tool {
  min-height: 375px; }
  #tools-container .tool .tool-container {
    padding-left: 240px;
    margin: 0 90px; }
    #tools-container .tool .tool-container .tool-image {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 200px;
      height: 250px; }
    #tools-container .tool .tool-container .title {
      font-size: 24px;
      line-height: 28px;
      padding-bottom: 5px; }
    #tools-container .tool .tool-container .date {
      font-size: 10px; }
    #tools-container .tool .tool-container p {
      font-size: 16px;
      line-height: 24px; }
    #tools-container .tool .tool-container .title-2 {
      font-weight: 600;
      font-size: 10px;
      padding-bottom: 0px; }
    #tools-container .tool .tool-container .iniciativas {
      color: #168576;
      font-size: 14px;
      line-height: 18px; }
      #tools-container .tool .tool-container .iniciativas a {
        color: #6dc5b9; }
    #tools-container .tool .tool-container .tool-actions a {
      background-color: #6dc5b9;
      width: 145px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; }
      #tools-container .tool .tool-container .tool-actions a:hover {
        background-color: #a1e1d8; }

/**************** HOME ***************************/
.section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .section h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 100;
    padding-bottom: 20px; }
  .section p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 100; }

#loading-modal-back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7); }

#loading-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1100; }
  #loading-modal .loading-content {
    position: absolute;
    top: -50px;
    left: -140px;
    padding: 0px 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 280px;
    text-align: center;
    height: 80px;
    line-height: 80px; }

.trip-info {
  z-index: 50;
  overflow: initial; }
  .trip-info h2 {
    padding-top: 40px;
    padding-bottom: 10px; }
  .trip-info p {
    font-size: 16px; }

#modal-view .map-modal-content p.day-title {
  text-align: center;
  font-size: 22px;
  padding-top: 20px; }

#day-title {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 100;
  padding-top: 20px;
  line-height: 24px; }

.author-image {
  position: absolute;
  top: -80px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 50;
  left: 45.5%; }
  .author-image .background-image {
    z-index: 60;
    border: 2px solid #fff; }

#days-nav {
  position: relative;
  width: 100%;
  bottom: 0px;
  z-index: 130;
  height: 100px; }
  #days-nav .arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: -142px -182px;
    width: 60px;
    height: 100px;
    cursor: pointer;
    line-height: 95px;
    padding-left: 66px;
    font-size: 16px;
    color: #5a5a5a; }
    #days-nav .arrow:hover {
      background-position: -146px -182px; }
    #days-nav .arrow.right:hover {
      background-position: -214px -182px; }
    #days-nav .arrow.right {
      left: auto;
      right: 0px;
      background-position: -209px -182px;
      padding-right: 66px;
      padding-left: 0; }

/****************************************
 * 
 *            FOOTER - 0 - 100
 * 
 ****************************************/
.layout-container {
  max-width: 1024px;
  margin: 0 auto; }

#footer .footer-social-links {
  position: relative;
  max-width: 300px; }

#footer .footer-social-links.store-buttons {
  top: 55px !important; }
  #footer .footer-social-links.store-buttons a {
    vertical-align: top;
    display: inline-block; }

@media screen and (min-width: 777px) {
  #footer .footer-links {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 300px; } }

#footer {
  background-image: none !important;
  background-color: #f5f6f6 !important;
  padding: 0 !important; }
  #footer p {
    text-align: center; }

#footer .layout-container {
  background-image: url("http://www.who.int/sysmedia/media/style/img/footer_emblem-en-r.gif");
  background-repeat: no-repeat; }

/**************** MAP ***************************/
.map-section {
  height: 1739px; }

#map-view {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url("../images/map-back.jpg");
  background-position: top center;
  background-size: cover;
  z-index: 0; }

#map-view #map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%; }

#map-view #marker-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#map-view #line-overlay {
  position: absolute;
  z-index: 75;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }
  #map-view #line-overlay #title-overlay {
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    color: #fff;
    width: 480px;
    text-align: left;
    bottom: 31px;
    left: 40px; }

#map-view #ground-overlay {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#map-view .region-marker {
  position: absolute;
  background-image: url("../images/region-marker.png");
  width: 34px;
  height: 41px;
  cursor: pointer;
  z-index: 60; }

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300; }

#loading .loading-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 250;
  background-color: #fff; }

#loading .loading-box {
  position: absolute;
  z-index: 300;
  background-color: #fff;
  width: 400px;
  left: 32%;
  top: 45%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px; }

/************ type buttons ******************/
#map-type-buttons {
  position: absolute;
  z-index: 80;
  bottom: 61px;
  right: 670px;
  height: 40px;
  pointer-events: auto; }

#map-type-buttons a {
  position: absolute; }

.map-type-buttons-container {
  pointer-events: none; }

/**************** MODAL ***************************/
#modal-view {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
  pointer-events: none;
  text-align: left; }

#modal-view .map-modal-container {
  position: relative;
  width: 100%;
  z-index: 100;
  margin: 0 auto;
  top: 0px; }

#modal-view .map-modal {
  background-color: #fff;
  position: absolute;
  top: 80px;
  right: 60px;
  width: 500px;
  pointer-events: auto; }

#map-view .map-modal-nav-buttons {
  position: absolute;
  width: 35px;
  height: 120px;
  top: 0px;
  left: -35px;
  z-index: 100; }

#map-view .map-modal-nav-buttons .modal-nav-button {
  background-image: url("../images/assets.png");
  width: 35px;
  height: 35px;
  border: 1px solid #dedede;
  background-color: #fff;
  float: left;
  cursor: pointer;
  border-bottom: none; }

#map-view .modal-nav-button#close-modal {
  background-position: 3px 4px; }

#map-view .modal-nav-button#min-modal {
  background-position: -39px 5px; }

#map-view .modal-nav-button#zoom-in {
  background-position: -79px 5px; }

#map-view .modal-nav-button#zoom-out {
  background-position: -120px 5px;
  border-bottom: 1px solid #dedede; }

#map-view .map-modal {
  /*position: static;*/
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

#map-view .map-modal-wrapper {
  position: relative;
  z-index: 110;
  /*height:100%;*/ }
  #map-view .map-modal-wrapper img {
    margin-left: -40px;
    width: 500px; }

pre {
  position: relative;
  padding-bottom: 20px;
  color: #4c4c4c;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 54px;
  font-family: "Open Sans", sans-serif; }
  pre:before {
    background-position: -116px -98px;
    width: 19px;
    height: 25px;
    top: -9px;
    left: 16px; }

#current-frame {
  position: absolute;
  z-index: 200;
  width: 9px;
  height: 9px;
  background-color: #bfbfbf;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  left: 14px; }

#map-view .map-modal .map-modal-background {
  z-index: 90;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#map-view .map-modal-header {
  position: absolute;
  height: 320px;
  text-align: center;
  z-index: 130;
  width: 532px; }

#map-view .map-modal-header-image {
  position: absolute;
  z-index: 110;
  top: 0px;
  overflow: hidden;
  width: 534px;
  height: 320px; }

#map-view .map-modal-header-title {
  position: absolute;
  z-index: 120;
  top: 15px;
  font-weight: 300;
  color: #4c4c4c;
  width: 100%;
  font-size: 26px;
  line-height: 14px;
  /* 24 */
  text-shadow: 0px 0px 30px white; }

#map-view .map-modal-title-back {
  position: absolute;
  z-index: 110;
  background-image: url("../images/header-title-back.png");
  top: 0px;
  left: 0px;
  width: 534px;
  height: 71px; }

.map-modal-content iframe.youtube-player {
  width: 550px;
  margin-left: -40px; }

/****************** call to action *********************/
.map-modal-action {
  height: 70px;
  border-top: 1px solid #dedede;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 110;
  background-color: #fff;
  cursor: pointer; }

.map-modal-action:hover {
  background-color: #DEDEDE; }

.map-modal-action-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  padding-top: 20px; }

.map-modal-action-icon {
  background-image: url("../images/assets.png");
  width: 35px;
  height: 23px;
  background-position: -157px -4px;
  margin: 0 auto; }

/***************  SECTION OPTIONS ***************************/
.map-modal-header-sections {
  position: absolute;
  bottom: -40px;
  width: 534px; }

.map-modal-header-sections .section-option {
  position: relative;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 50%;
  float: left;
  height: 40px;
  background-color: #ffffff; }

.map-modal-header-sections .section-option .section-option-title {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }

.section-option-marker {
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0px; }

.section-option-marker.selected {
  background-color: #808080; }

.map-modal-wrapper {
  padding: 20px 0px 0px 0px; }

#modal-view .map-modal-content h1 {
  color: #4c4c4c;
  font-weight: 100;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 54px; }

/*
#modal-view .map-modal img{
  width: 100%;
  margin-bottom:15px;
  margin-left: -40px;
  width: 500px;
}
*/
#modal-view .map-modal-content h2 {
  padding-bottom: 20px;
  color: #4c4c4c;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  background-color: #F7F6F1;
  padding-left: 40px;
  padding-right: 54px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ecebe7;
  position: relative;
  z-index: 100;
  margin-bottom: 20px; }
  #modal-view .map-modal-content h2:before {
    content: ' ';
    border: 1px solid #909090;
    position: absolute;
    top: 11px;
    left: 13px;
    width: 9px;
    height: 9px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

#modal-view .map-modal-content p {
  padding-bottom: 20px;
  color: #4c4c4c;
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 54px; }

.stat-overlay, .end-overlay {
  position: relative;
  height: 1px;
  float: none;
  clear: left;
  width: 1px;
  border: 1px solid #FFFFFF;
  line-height: 1px;
  padding: 0px;
  margin: 0px; }

.modal-content-module {
  position: relative;
  margin-top: 30px; }

.modal-content-submodule {
  position: relative; }

.modal-marker {
  position: absolute;
  top: 100px;
  left: 13px;
  width: 9px;
  height: 9px;
  border: 1px solid #4c4c4c;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.modal-marker.color-yellow {
  background-color: #d2cb3a; }

.modal-marker.color-green {
  background-color: #21b7aa; }

.modal-marker.color-purple {
  background-color: #ab21b7; }

#interactive-slider.modal-slider {
  padding: 30px 85px; }

#interactive-slider .modal-slider-label {
  font-size: 12px; }

#interactive-slider .modal-slider-bar {
  background-color: #e6e6e6;
  padding: 10px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-color: 1px solid #d6d6d6; }

#interactive-slider .ui-state-default, #interactive-slider .ui-widget-content .ui-state-default, #interactive-slider .ui-widget-header .ui-state-default {
  background: none;
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 27px;
  height: 27px;
  top: -8px;
  margin-left: -14px;
  cursor: pointer; }

#interactive-slider .ui-widget-content {
  background: none;
  border: none; }

/***************** temperature ****************/
#interactive-slider {
  position: relative; }

.modal-slider-switch {
  position: absolute;
  top: 137px;
  width: 200px;
  right: 70px; }

.modal-slider-switch-option {
  width: 100px;
  display: inline;
  cursor: pointer; }

.modal-slider-switch-icon {
  float: left;
  background-image: url("../images/assets.png");
  width: 35px;
  height: 23px;
  background-position: -90px -47px; }

.modal-slider-switch-option:hover .modal-slider-switch-icon {
  /*background-position: -90px -47px;*/ }

.modal-slider-switch-icon.selected {
  background-position: -4px -47px; }

.modal-slider-switch-text {
  font-size: 12px;
  float: left;
  font-family: "Open Sans Condensed", sans-serif; }

/***************** vertical **********************/
#interactive-vertical-slider.modal-slider {
  position: relative;
  padding-left: 20px;
  z-index: 900; }

#interactive-vertical-slider #slider-2 {
  position: absolute;
  z-index: 1000;
  left: 78px;
  top: 34px;
  height: 90px; }

#interactive-vertical-slider .ui-state-default, #interactive-vertical-slider .ui-widget-content .ui-state-default, #interactive-vertical-slider .ui-widget-header .ui-state-default {
  background: none;
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 27px;
  height: 27px;
  /*  
  top: -8px;
  margin-left: -14px;
  */ }

#interactive-vertical-slider .ui-widget-content {
  background: none;
  border: none; }

#crop-area {
  position: absolute;
  top: 111px;
  width: 366px;
  left: 116px;
  background-color: rgba(96, 205, 137, 0.7);
  height: 17px; }

/**************** markers **********************/
#interactive-marker {
  position: relative;
  z-index: 900; }

#interactive-marker #hover-area {
  position: absolute;
  top: 0px;
  width: 494px;
  height: 575px;
  left: 32px;
  z-index: 910; }

#selected-area {
  position: absolute;
  top: 0px;
  width: 494px;
  left: 32px;
  background-color: rgba(242, 137, 0, 0.17);
  height: 28px;
  z-index: 900; }

#interactive-marker-2 {
  position: relative;
  z-index: 900; }

#interactive-marker-2 #hover-area {
  position: absolute;
  top: 0px;
  /*border:1px solid #f00;*/
  width: 494px;
  height: 560px;
  left: 32px;
  z-index: 910; }

#interactive-marker-2 #selected-area {
  position: absolute;
  top: 0px;
  width: 494px;
  left: 32px;
  background-color: rgba(242, 137, 0, 0.17);
  height: 43px;
  z-index: 900; }

/****************************************
 * 
 *            FOOTER - 0 - 100
 * 
 ****************************************/
#footer {
  background-color: #fff;
  padding-top: 25px;
  text-align: center;
  z-index: 50; }
  #footer p {
    color: #a2a1a1;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px; }
  #footer hr {
    width: 300px;
    margin: 0 auto;
    background-color: #d4d4d4;
    margin-top: 20px;
    margin-bottom: 25px; }
  #footer ul {
    padding-top: 30px; }
    #footer ul li {
      display: inline-block; }
      #footer ul li:before {
        content: '|';
        color: #9b9b9b;
        font-size: 8px; }
      #footer ul li:first-child:before {
        content: ''; }
      #footer ul li a {
        padding: 0 5px;
        font-size: 14px;
        color: #919191;
        text-transform: uppercase;
        font-weight: 700; }

#footer-text {
  position: relative;
  font-size: 16px;
  font-weight: 100;
  text-align: center; }

#footer-text p {
  padding: 80px 150px 20px; }

#leopard-image {
  position: relative;
  background-color: #fff;
  height: 170px; }

#leopard-image img {
  position: absolute;
  bottom: 0px;
  left: 214px; }

.footer-content {
  position: relative; }

#footer-background {
  position: absolute;
  width: 100%;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: repeat-x;
  height: 170px; }

.footer-social-buttons {
  position: relative;
  width: 169px;
  margin: 0 auto;
  padding-top: 50px; }

.footer-button {
  display: block;
  background-image: url("../images/footer-buttons.jpg");
  width: 41px;
  height: 41px;
  float: left;
  padding-right: 0px; }

.footer-button.twitter-button {
  background-position: -39px 0; }

.footer-button.youtube-button {
  background-position: -79px 0; }

.footer-button.google-button {
  background-position: -119px 0; }

.footer-copy {
  color: #a3a6a2;
  font-size: 12px;
  text-align: center; }

.footer-logo {
  position: absolute;
  right: 20px;
  top: 10px;
  border: 1px solid #f3f3f3; }

/***************** VIDEO ********************/
#video-container {
  /* Settings - feel free to play with these */
  /**
   * This part should be set separately for each video
   * if there are multiple videos in your site.
   * I.e. '.demo-video-wrapper' is the name of this particular video
   */
  /* Video overlay and content */
  /* CSS from jQuery Background Video plugin */
  /**
   * Set default positioning as a fallback for if the plugin fails
   */
  /**
   * Fade in videos
   * Note the .js class - so non js users still
   * see the video
   */
  /**
   * Pause/play button
   */ }
  #video-container .demo-video-wrapper {
    background-image: url(https://d3k5xyayaartr5.cloudfront.net/_assets/home-video/beach-waves-loop.jpg); }
  #video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    /* Allows right click menu on the video */
    /*
    background: url($overlay_pattern) left top repeat;
    */
    opacity: 0.3; }
  #video-container .video-hero {
    height: 660px; }
  #video-container .video-hero--content {
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 150px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  #video-container .video-hero--content h2 {
    font-size: 34px;
    margin: 0 0 10px; }
  #video-container .video-hero--content p {
    font-size: 20px;
    margin: 0; }
  #video-container .jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
  #video-container .jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #video-container .js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear; }
  #video-container .js .jquery-background-video.is-visible {
    opacity: 1; }
  #video-container .jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important; }
  #video-container .jquery-background-video-pauseplay span {
    display: none; }
  #video-container .jquery-background-video-pauseplay:after,
  #video-container .jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  #video-container .jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF; }
  #video-container .jquery-background-video-pauseplay.pause:before,
  #video-container .jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF; }
  #video-container .jquery-background-video-pauseplay.pause:after {
    left: 10px; }

/*
*
*  Eight-column grid active
*  ----------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8   |   Margin
*  5.55555% | %  12.5  25.0  37.5  50.0  62.5  75.0  87.5  100 | 5.55555%
* 
*
*/
/* @media screen and (min-width: 550px) */
@media screen and (min-width: 800px) {
  #reports .report-option {
    width: 33%; }
  #reports .report-button {
    position: absolute;
    bottom: 0px; }
  .horizontal-module-container.small-container {
    width: 800px; } }

/* @media screen and (min-width: 550px) */
@media screen and (min-width: 1000px) {
  .horizontal-module-container.medium-container {
    width: 1000px; }
  .half-module-container {
    width: 500px; } }

/* @media screen and (min-width: 1000px) */
@media screen and (min-width: 1200px) {
  .horizontal-module-container {
    width: 1200px; }
  .half-module-container {
    width: 600px; }
    .half-module-container.left {
      margin: 0 0 0 auto; }
    .half-module-container.right {
      margin: 0 auto 0 0; } }

/* @media screen and (min-width: 1680px) */
.modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 560;
  top: 0px;
  left: 0px;
  background-color: #fff; }

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  top: 0px;
  left: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: auto; }

.modal-content {
  position: static;
  z-index: 600;
  width: 700px;
  top: 110px !important;
  margin: 40px auto;
  background-color: #f7f6f1;
  padding: 30px 45px;
  border: 1px solid #d4d4d4; }

.modal-content .modal-header {
  position: relative;
  z-index: 60;
  background-color: #3A3A3A;
  color: #fff;
  font-size: 14px; }

#modal-form {
  position: relative;
  z-index: 60;
  padding: 25px 0px 25px 0px; }

.modal-buttons {
  display: inline-block;
  position: absolute;
  z-index: 650;
  top: -71px;
  right: -130px; }

.close-button-modal {
  background-image: url("../images/assets-modal.png");
  background-position: -73px -21px;
  height: 41px;
  width: 37px;
  position: relative;
  z-index: 650;
  display: block;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 15px; }

#form-modal h1 {
  color: #4b4a41;
  font-size: 30px;
  padding-top: 0px;
  text-align: center;
  font-weight: 100; }

#form-modal p {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 30px; }

#form-modal p a {
  font-size: 12px; }

.modal-button {
  display: block;
  font-size: 16px;
  border: 1px solid #5a5a5a;
  color: #4c4c4c;
  padding: 10px 45px;
  width: 80px;
  text-align: center;
  background-color: transparent; }

a.modal-button {
  text-decoration: none; }

.datos-form {
  position: relative;
  width: 400px;
  margin: 0 auto; }

.submit-container {
  width: 170px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 20px; }

.form-line {
  padding-top: 20px; }

.form-line label {
  font-size: 12px;
  line-height: 18px; }

.form-line input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d0d0bf;
  color: #8d8970;
  padding-left: 10px; }

.form-line select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d0d0bf;
  color: #8d8970;
  padding-left: 10px; }

/*
*
*  Eight-column grid active
*  ----------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8   |   Margin
*  5.55555% | %  12.5  25.0  37.5  50.0  62.5  75.0  87.5  100 | 5.55555%
*	
*
*/
/* @media screen and (min-width: 550px) */
/* @media screen and (min-width: 750px) */
/* @media screen and (min-width: 1000px) */
/* @media screen and (min-width: 1680px) */
#grid-content .button.back {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  padding: 20px 20px; }

.leaflet-div-icon {
  border-radius: 50%;
  border: none; }

.leaflet-div-icon > div {
  border-radius: 50%;
  line-height: 24px !important;
  /*border: 1px solid #fff;*/ }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 100;
  height: 40px;
  padding: 0 18px; }

.ui-menu .ui-menu-item {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 100;
  height: 40px;
  padding: 0 18px; }

.picto-pencil {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -42px -302px; }

.picto-chat {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -121px -302px; }

.picto-interview {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -209px -306px; }

.picto-publication {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -293px -308px; }

.picto-world {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -372px -300px; }

.picto-calendar {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -437px -300px; }

.picto-users {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 50px;
  height: 50px;
  background-position: -438px -355px; }

.icon-talk-big {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 95px;
  height: 85px;
  background-position: -131px -199px; }

.icon-calendar {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 16px;
  height: 18px;
  background-position: -454px -428px;
  vertical-align: middle; }

.icon-time {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 16px;
  height: 18px;
  background-position: -453px -465px;
  vertical-align: middle; }

.icon-envelope {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 13px;
  background-position: -400px -429px;
  vertical-align: middle; }

.icon-country {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 20px;
  background-position: -400px -463px;
  vertical-align: middle; }

.icon-open {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 20px;
  background-position: -404px -381px;
  vertical-align: middle; }

.icon-link {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 18px;
  height: 14px;
  background-position: -181px -463px;
  vertical-align: middle; }

.icon-user {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 18px;
  background-position: -361px -389px;
  vertical-align: middle; }

.icon-down-arrow {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 9px;
  height: 8px;
  background-position: -474px -29px;
  vertical-align: middle; }

.icon-cross {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 23px;
  height: 22px;
  background-position: -421px -90px;
  vertical-align: middle; }

ul.big-numbers {
  text-align: center;
  /*border-bottom:1px solid #a2a2a2;*/ }
  ul.big-numbers li {
    text-align: center;
    display: inline-block;
    width: 33%; }
  ul.big-numbers .big-number {
    text-align: center; }
    ul.big-numbers .big-number p.number {
      font-size: 28px;
      line-height: 32px;
      font-weight: 700;
      text-align: center;
      padding-bottom: 0px;
      margin-bottom: 0px; }
    ul.big-numbers .big-number p.name {
      font-size: 18px;
      line-height: 24px;
      font-weight: 100;
      text-transform: uppercase;
      text-align: center; }
    ul.big-numbers .big-number .picto, ul.big-numbers .big-number #module-carousel-getter .gallery-items .slick-arrow:after, #module-carousel-getter .gallery-items ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number #module-tweets-horizontal .tweet .tweet-image, #module-tweets-horizontal .tweet ul.big-numbers .big-number .tweet-image, ul.big-numbers .big-number #module-tweets-horizontal .slick-arrow:after, #module-tweets-horizontal ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number .toolbox h1:before, .toolbox ul.big-numbers .big-number h1:before, ul.big-numbers .big-number #module-map-items-modal .gallery .slick-arrow:after, #module-map-items-modal .gallery ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number #module-map-item-modal #item-modal .content .location:before, #module-map-item-modal #item-modal .content ul.big-numbers .big-number .location:before, ul.big-numbers .big-number #module-gallery-slideshow .gallery .slick-arrow:after, #module-gallery-slideshow .gallery ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number #module-items-slideshow .gallery-items .slick-arrow:after, #module-items-slideshow .gallery-items ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small ul.big-numbers .big-number .button-2:before, ul.big-numbers .big-number #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container ul.big-numbers .big-number input.search-btn:before, ul.big-numbers .big-number #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small ul.big-numbers .big-number input.search-btn:before, ul.big-numbers .big-number pre:before, ul.big-numbers .big-number #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after, #shares .step .selected-image .message-container .messages-gallery ul.big-numbers .big-number .slick-arrow:after, ul.big-numbers .big-number #shares .gallery .slick-arrow:after, #shares .gallery ul.big-numbers .big-number .slick-arrow:after {
      position: relative; }

.close-btn {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 41px;
  height: 41px;
  background-position: -293px -215px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 350; }

#grid-report {
  display: none;
  position: fixed;
  top: 54px;
  right: 0px;
  width: 744px;
  background-color: #fff;
  height: 1000px;
  z-index: 300;
  overflow: hidden;
  overflow-y: scroll; }
  #grid-report a.link {
    padding-bottom: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    margin-top: 20px; }
    #grid-report a.link.link:before {
      content: ' ';
      background-image: url("../images/assets.png");
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 17px;
      background-position: -240px -459px; }
  #grid-report .excel-content h3 {
    line-height: 24px !important;
    padding-bottom: 20px; }
  #grid-report .background-image {
    display: table;
    position: relative; }
  #grid-report .grid-report-body .background-image.bg-black {
    position: absolute;
    z-index: 310; }
  #grid-report .grid-report-body h1 {
    position: relative;
    z-index: 320; }
  #grid-report .grid-report-body.small .background-image {
    height: 240px !important;
    background-image: none !important;
    border-bottom: 1px solid #d4d4d4; }
    #grid-report .grid-report-body.small .background-image h1 {
      color: #5a5a5a; }
  #grid-report h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px; }
  #grid-report .info {
    padding-right: 240px !important; }
  #grid-report .plus-one-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 280px;
    color: #fb6060;
    z-index: 350; }
    #grid-report .plus-one-container .help {
      position: absolute;
      top: 23px;
      left: 26px;
      text-transform: uppercase;
      font-size: 10px;
      line-height: 12px;
      font-weight: 700; }
    #grid-report .plus-one-container .plus-one-button {
      cursor: pointer;
      position: absolute;
      top: 8px;
      right: 60px;
      padding: 5px;
      background-color: #fb6060;
      color: #fff;
      width: 100px;
      height: 100px;
      text-align: center;
      font-size: 10px;
      line-height: 12px;
      font-weight: 700;
      text-transform: uppercase; }
      #grid-report .plus-one-container .plus-one-button .big-text {
        font-size: 54px;
        line-height: 51px;
        font-weight: 700; }
    #grid-report .plus-one-container .counter {
      position: absolute;
      top: 5px;
      right: 15px;
      text-align: center; }
      #grid-report .plus-one-container .counter .span {
        display: block; }
      #grid-report .plus-one-container .counter p.counter-text {
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700; }
  #grid-report .content-header {
    font-size: 12px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 50px; }
    #grid-report .content-header .circle {
      position: absolute;
      top: 20px;
      left: 24px;
      width: 7px;
      height: 7px;
      background-color: #fb6060; }
    #grid-report .content-header .type {
      position: relative;
      color: #fb6060;
      padding-left: 24px;
      padding-right: 5px; }
      #grid-report .content-header .type .picto-chat {
        left: -28px;
        top: -8px; }
      #grid-report .content-header .type .picto-interview {
        left: -28px;
        top: -2px; }
      #grid-report .content-header .type .picto-pencil {
        left: -28px;
        top: -2px; }
      #grid-report .content-header .type .picto-publication {
        left: -28px;
        top: -2px; }
  #grid-report .content {
    padding: 30px 50px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100; }
    #grid-report .content ul li {
      display: inline-block;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #fb6060;
      padding-right: 24px;
      padding-bottom: 20px; }
      #grid-report .content ul li .span {
        padding-right: 5px; }
    #grid-report .content h3 {
      font-size: 18px;
      line-height: 54px;
      font-weight: 600; }
    #grid-report .content p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 100; }
    #grid-report .content p.shares-title {
      text-transform: uppercase;
      color: #939393;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700; }

a.share-button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  padding: 15px 30px;
  background-color: #fb6060; }
  a.share-button:hover {
    color: #fff !important; }
  a.share-button:visited {
    color: #fff !important; }
  a.share-button i {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding-right: 10px; }
  a.share-button.facebook {
    background-color: #305d9c; }
  a.share-button.twitter {
    background-color: #00aae3; }
  a.share-button.instagram {
    background-color: #28516e; }
  a.share-button.whastapp {
    background-color: #3eb11c; }

#line-overlay {
  z-index: 350;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: none; }

.picto-chat {
  content: ' ';
  background-image: url("../images/assets.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 37px;
  background-position: -19px -242px;
  z-index: 20;
  position: absolute;
  top: -31px;
  left: 13px; }

#map-grid {
  overflow: hidden;
  /*********  Z-INDEX 400 - 500 ************/
  /*********  Z-INDEX 300 - 400 ************/
  /*********  Z-INDEX 000 - 100 ************/
  /*********  Z-INDEX 500 - 600 ************/
  /**** Transitions ****/ }
  #map-grid .picto-pencil {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 25px;
    background-position: -33px -151px; }
  #map-grid .picto-chat {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background-position: -71px -244px;
    z-index: 20;
    position: absolute;
    top: -31px;
    left: 13px; }
  #map-grid .picto-interview {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 28px;
    background-position: -30px -190px; }
  #map-grid .picto-publication {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 28px;
    background-position: -74px -188px; }
  #map-grid #map-grid-header {
    height: 54px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 400;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 20px;
    line-height: 52px;
    font-weight: 100; }
    #map-grid #map-grid-header #content-description {
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 350px; }
    #map-grid #map-grid-header .col-right {
      width: 744px; }
    #map-grid #map-grid-header .sticky-left {
      position: absolute;
      left: -200px;
      top: 0px;
      width: 200px;
      background-color: #fff;
      z-index: 450; }
    #map-grid #map-grid-header #content-counter {
      font-size: 16px;
      line-height: 52px;
      font-weight: 100;
      padding: 0 10px;
      float: right; }
    #map-grid #map-grid-header .vertical-separator {
      border-right: 1px solid #d5d5d5;
      margin: 10px 0;
      height: 30px;
      float: right; }
    #map-grid #map-grid-header .back-button {
      display: none;
      font-size: 16px;
      line-height: 48px;
      font-weight: 100;
      padding: 3px 10px 4px 30px;
      position: absolute;
      left: -80px; }
      #map-grid #map-grid-header .back-button:before {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0px;
        left: 0px;
        width: 17px;
        height: 30px;
        background-position: -179px -147px;
        top: 12px;
        left: 10px; }
      #map-grid #map-grid-header .back-button.enabled {
        left: 0px; }
    #map-grid #map-grid-header .filter-container ul li {
      display: inline-block;
      vertical-align: top; }
      #map-grid #map-grid-header .filter-container ul li p {
        line-height: 54px;
        font-size: 14px; }
      #map-grid #map-grid-header .filter-container ul li .filter-button {
        font-size: 14px;
        line-height: 52px;
        font-weight: 700;
        padding: 3px 10px 4px 30px;
        text-transform: uppercase;
        display: inline-block;
        padding: 0 20px;
        height: 54px; }
        #map-grid #map-grid-header .filter-container ul li .filter-button .span {
          margin-left: 5px; }
        #map-grid #map-grid-header .filter-container ul li .filter-button:hover {
          background-color: #ddf1ee; }
        #map-grid #map-grid-header .filter-container ul li .filter-button.added {
          background-color: #20acf2;
          color: #fff; }
        #map-grid #map-grid-header .filter-container ul li .filter-button.submit-report {
          background-color: #fb6060;
          color: #fff !important; }
          #map-grid #map-grid-header .filter-container ul li .filter-button.submit-report:hover {
            background-color: #fb6060; }
  #map-grid .filter-background {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 310;
    display: none; }
  #map-grid .top-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 330; }
  #map-grid .filter-modal {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 744px;
    height: 500px;
    z-index: 320;
    margin-top: 54px; }
    #map-grid .filter-modal .filter-body {
      height: 300px;
      overflow: hidden;
      overflow-y: scroll;
      background-color: #fff; }
    #map-grid .filter-modal .filter-header {
      background-color: transparent; }
      #map-grid .filter-modal .filter-header h1 {
        text-align: center;
        font-size: 30px;
        line-height: 75px;
        font-weight: 400;
        color: #fb6060; }
    #map-grid .filter-modal .filter-content {
      padding: 40px 70px;
      text-align: center;
      z-index: 320; }
      #map-grid .filter-modal .filter-content h2 {
        font-size: 18px;
        line-height: 34px;
        font-weight: 400; }
      #map-grid .filter-modal .filter-content a {
        font-size: 18px;
        line-height: 34px;
        font-weight: 100;
        margin: 0 3px;
        padding: 1px 11px 2px;
        display: inline-block;
        color: #5a5a5a; }
        #map-grid .filter-modal .filter-content a:hover {
          background-color: #f5f5f5; }
        #map-grid .filter-modal .filter-content a.selected {
          background-color: #ccc;
          color: #fff; }
        #map-grid .filter-modal .filter-content a .country-counter {
          background-color: #dedede;
          font-size: 12px;
          line-height: 34px;
          font-weight: 100;
          padding: 0 4px;
          color: #5a5a5a; }
        #map-grid .filter-modal .filter-content a.selected .country-counter {
          background-color: #dedede; }
      #map-grid .filter-modal .filter-content .search-input-container {
        width: 90%;
        margin: 0 auto; }
        #map-grid .filter-modal .filter-content .search-input-container input {
          font-family: "Open Sans", sans-serif;
          background-color: #e7e7e7;
          font-size: 16px;
          line-height: 25px;
          font-weight: 100;
          padding: 24px 60px 24px 20px;
          border: none;
          width: 100%;
          color: #072433; }
        #map-grid .filter-modal .filter-content .search-input-container .search-button {
          position: absolute;
          top: 0px;
          right: 0px;
          color: #fb6060;
          padding: 27px 26px; }
          #map-grid .filter-modal .filter-content .search-input-container .search-button:hover {
            background-color: transparent;
            color: #9addff; }
      #map-grid .filter-modal .filter-content.layers-content {
        padding: 0 0; }
      #map-grid .filter-modal .filter-content ul li {
        border-bottom: 1px solid #bebebe; }
        #map-grid .filter-modal .filter-content ul li .layer-row {
          text-align: left; }
          #map-grid .filter-modal .filter-content ul li .layer-row.interactive {
            cursor: pointer; }
            #map-grid .filter-modal .filter-content ul li .layer-row.interactive:hover .layer-add a {
              background-color: #e7f7ff; }
          #map-grid .filter-modal .filter-content ul li .layer-row .circle-color {
            background-color: #666;
            height: 12px;
            width: 12px;
            border-radius: 20px;
            position: absolute;
            top: 25px;
            left: 21px; }
          #map-grid .filter-modal .filter-content ul li .layer-row p {
            line-height: 63px;
            font-size: 13px;
            font-weight: 100;
            text-transform: uppercase;
            padding: 0;
            padding-left: 50px;
            margin: 0;
            color: #666666; }
          #map-grid .filter-modal .filter-content ul li .layer-row .layer-actions {
            position: absolute;
            right: 15px;
            top: 12px;
            height: 40px;
            border-left: 1px solid #d5d5d5;
            padding-left: 20px; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-actions a {
              padding: 0px;
              margin-right: 5px; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-actions #layer-toggle {
              transition: none;
              display: inline-block;
              background-image: url("../images/assets.png");
              width: 42px;
              height: 42px;
              background-position: -243px -141px; }
              #map-grid .filter-modal .filter-content ul li .layer-row .layer-actions #layer-toggle.disabled {
                display: inline-block;
                background-image: url("../images/assets.png");
                width: 42px;
                height: 42px;
                background-position: -243px -214px; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-actions #layer-remove {
              display: inline-block;
              background-image: url("../images/assets.png");
              width: 42px;
              height: 42px;
              background-position: -292px -141px; }
          #map-grid .filter-modal .filter-content ul li .layer-row .layer-add {
            position: absolute;
            right: 15px;
            top: 12px;
            height: 40px;
            border-left: 1px solid #d5d5d5;
            padding-left: 20px; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-add a {
              border: none; }
              #map-grid .filter-modal .filter-content ul li .layer-row .layer-add a:hover {
                background-color: #e7f7ff; }
          #map-grid .filter-modal .filter-content ul li .layer-row .layer-legend {
            display: none; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-legend.has-image {
              display: block; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-legend.no-has-image {
              display: none; }
            #map-grid .filter-modal .filter-content ul li .layer-row .layer-legend .legend-container {
              padding-left: 42px;
              height: 54px; }
    #map-grid .filter-modal .button {
      font-size: 18px;
      border: 1px solid #fff;
      color: #5a5a5a;
      font-weight: 100;
      background-color: transparent; }
      #map-grid .filter-modal .button.primary {
        border: 1px solid #fb6060;
        color: #fb6060; }
    #map-grid .filter-modal .submit-container {
      position: absolute;
      z-index: 340;
      width: 100%;
      height: 100px;
      text-align: center;
      bottom: 0px;
      padding-top: 20px; }
      #map-grid .filter-modal .submit-container .button {
        background-color: transparent; }
  #map-grid #layers {
    z-index: 310; }
    #map-grid #layers .layers-list {
      position: absolute;
      width: 100%;
      height: 400px;
      z-index: 330;
      background-color: #fff; }
    #map-grid #layers .layers-added {
      z-index: 320;
      background-color: #fff; }
  #map-grid #map-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: #ccc;
    z-index: 0;
    margin-top: 12px; }
    #map-grid #map-container #map {
      height: 500px;
      padding-top: 0px;
      top: 10px; }
    #map-grid #map-container #map-legend {
      position: absolute;
      z-index: 50;
      left: 15px;
      bottom: 15px; }
    #map-grid #map-container #search-map-checkbox {
      position: absolute;
      z-index: 50;
      background-color: #fff;
      width: 220px;
      border: 1px solid #e4e4e4;
      height: 42px;
      left: 58px;
      top: 54px;
      cursor: pointer;
      font-size: 14px;
      line-height: 42px;
      font-weight: 100;
      padding-left: 42px; }
      #map-grid #map-container #search-map-checkbox:before {
        content: ' ';
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fb6060;
        border: 1px solid #ccc;
        width: 18px;
        padding-left: 3px;
        height: 20px;
        line-height: 20px; }
      #map-grid #map-container #search-map-checkbox.checked:before {
        font-family: FontAwesome;
        content: ""; }
  #map-grid #grid-content {
    z-index: 5;
    margin-top: 54px;
    float: right;
    width: 744px;
    background-color: #fff;
    min-height: 500px;
    margin-bottom: -1px; }
    #map-grid #grid-content .grid-content-header h1 {
      text-align: center;
      font-size: 30px;
      line-height: 75px;
      font-weight: 400;
      color: #fb6060;
      margin: 0 !important; }
    #map-grid #grid-content ul li .grid-item {
      cursor: pointer;
      height: 410px;
      background-color: #fff;
      float: left;
      width: 372px;
      /*border:1px solid #f00;*/
      overflow: hidden; }
      #map-grid #grid-content ul li .grid-item:hover {
        opacity: 0.7; }
      #map-grid #grid-content ul li .grid-item .background-image {
        height: 224px;
        position: relative; }
      #map-grid #grid-content ul li .grid-item .content-container:before {
        content: ' ';
        background-image: url("../images/layout/image-front.png");
        position: absolute;
        top: -19px;
        left: -1px;
        width: 373px;
        height: 31px;
        z-index: 10;
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #d5d5d5; }
      #map-grid #grid-content ul li .grid-item .content {
        margin: 0 20px 0px;
        overflow: hidden;
        height: 185px; }
      #map-grid #grid-content ul li .grid-item .content-container {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5; }
      #map-grid #grid-content ul li .grid-item .content-header {
        z-index: 20;
        font-size: 11px;
        line-height: 24px;
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 27px;
        color: #808080; }
        #map-grid #grid-content ul li .grid-item .content-header.small {
          display: none; }
        #map-grid #grid-content ul li .grid-item .content-header.big {
          display: block;
          padding: 0px;
          color: #fb6060; }
      #map-grid #grid-content ul li .grid-item .content-footer {
        background-color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 20;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        color: #fb6060;
        font-size: 11px;
        font-weight: 400;
        /*text-transform:uppercase;*/ }
      #map-grid #grid-content ul li .grid-item .title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        padding-top: 15px;
        font-family: 'Roboto Slab', sans-serif; }
      #map-grid #grid-content ul li .grid-item .excerpt {
        font-size: 16px;
        line-height: 26px;
        font-weight: 100; }
        #map-grid #grid-content ul li .grid-item .excerpt p {
          font-size: 16px;
          line-height: 26px;
          font-weight: 100; }
      #map-grid #grid-content ul li .grid-item.small {
        z-index: 0;
        height: 205px;
        overflow: hidden; }
        #map-grid #grid-content ul li .grid-item.small .title {
          padding-top: 0px; }
        #map-grid #grid-content ul li .grid-item.small .content-header {
          padding-left: 33px; }
          #map-grid #grid-content ul li .grid-item.small .content-header.small {
            display: block; }
          #map-grid #grid-content ul li .grid-item.small .content-header.big {
            display: none; }
        #map-grid #grid-content ul li .grid-item.small .content-footer {
          padding-left: 15px; }
        #map-grid #grid-content ul li .grid-item.small .picto-chat {
          content: ' ';
          background-image: url("../images/assets.png");
          position: absolute;
          top: 0px;
          left: 0px;
          width: 32px;
          height: 32px;
          background-position: -71px -244px;
          z-index: 20;
          position: absolute;
          top: 12px;
          left: 13px;
          transform: scale(.8); }
        #map-grid #grid-content ul li .grid-item.small .background-image {
          position: absolute;
          z-index: 0;
          /*opacity:0.6;*/ }
        #map-grid #grid-content ul li .grid-item.small .content-container {
          margin: 18px;
          background-color: #fff;
          z-index: 10; }
          #map-grid #grid-content ul li .grid-item.small .content-container:before {
            content: none;
            background: transparent; }
          #map-grid #grid-content ul li .grid-item.small .content-container .content {
            padding: 20px 15px 20px 15px;
            margin: 0;
            margin-bottom: 0px;
            height: 166px; }
      #map-grid #grid-content ul li .grid-item.banner {
        width: 744px;
        height: 415px; }
        #map-grid #grid-content ul li .grid-item.banner .background-image {
          position: absolute;
          z-index: 0;
          height: 415px; }
        #map-grid #grid-content ul li .grid-item.banner .content-container {
          z-index: 10;
          height: 415px;
          color: #fff;
          border: none;
          text-align: center; }
          #map-grid #grid-content ul li .grid-item.banner .content-container:before {
            content: none;
            background: transparent; }
          #map-grid #grid-content ul li .grid-item.banner .content-container .content {
            height: auto;
            padding: 0 60px 0; }
          #map-grid #grid-content ul li .grid-item.banner .content-container .content-header {
            padding-top: 70px;
            color: #fff; }
          #map-grid #grid-content ul li .grid-item.banner .content-container span {
            position: relative; }
          #map-grid #grid-content ul li .grid-item.banner .content-container .excerpt {
            padding: 15px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 100; }
          #map-grid #grid-content ul li .grid-item.banner .content-container .picto-chat {
            left: -28px;
            top: -2px; }
          #map-grid #grid-content ul li .grid-item.banner .content-container .title {
            padding-top: 20px;
            font-size: 50px;
            line-height: 60px;
            font-weight: 400; }
    #map-grid #grid-content .see-more-container {
      float: left;
      width: 100%;
      background-color: #fff;
      padding: 60px;
      text-align: center;
      display: none; }
      #map-grid #grid-content .see-more-container #see-more {
        background-color: #fff;
        border: 1px solid #999999;
        color: #999999;
        font-size: 14px;
        font-weight: 700; }
  #map-grid #grid-accordion .layer-actions .button {
    color: #5a5a5a;
    background-color: #fff;
    border-color: #808080;
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 9px 12px !important;
    font-weight: 300; }
  #map-grid #grid-accordion li.table-list {
    background-color: #f5f5f5; }
    #map-grid #grid-accordion li.table-list:nth-child(odd) {
      background-color: #fafafa; }
    #map-grid #grid-accordion li.table-list .table-item {
      @extends .animate;
      cursor: pointer;
      width: 100%;
      display: block;
      height: 70px; }
      #map-grid #grid-accordion li.table-list .table-item:hover {
        background-color: #fff; }
      #map-grid #grid-accordion li.table-list .table-item .picto, #map-grid #grid-accordion li.table-list .table-item #module-carousel-getter .gallery-items .slick-arrow:after, #module-carousel-getter .gallery-items #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item #module-tweets-horizontal .tweet .tweet-image, #module-tweets-horizontal .tweet #map-grid #grid-accordion li.table-list .table-item .tweet-image, #map-grid #grid-accordion li.table-list .table-item #module-tweets-horizontal .slick-arrow:after, #module-tweets-horizontal #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item .toolbox h1:before, .toolbox #map-grid #grid-accordion li.table-list .table-item h1:before, #map-grid #grid-accordion li.table-list .table-item #module-map-items-modal .gallery .slick-arrow:after, #module-map-items-modal .gallery #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item #module-map-item-modal #item-modal .content .location:before, #module-map-item-modal #item-modal .content #map-grid #grid-accordion li.table-list .table-item .location:before, #map-grid #grid-accordion li.table-list .table-item #module-gallery-slideshow .gallery .slick-arrow:after, #module-gallery-slideshow .gallery #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item #module-items-slideshow .gallery-items .slick-arrow:after, #module-items-slideshow .gallery-items #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small #map-grid #grid-accordion li.table-list .table-item .button-2:before, #map-grid #grid-accordion li.table-list .table-item #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container #map-grid #grid-accordion li.table-list .table-item input.search-btn:before, #map-grid #grid-accordion li.table-list .table-item #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small #map-grid #grid-accordion li.table-list .table-item input.search-btn:before, #map-grid #grid-accordion li.table-list .table-item pre:before, #map-grid #grid-accordion li.table-list .table-item #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after, #shares .step .selected-image .message-container .messages-gallery #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after, #map-grid #grid-accordion li.table-list .table-item #shares .gallery .slick-arrow:after, #shares .gallery #map-grid #grid-accordion li.table-list .table-item .slick-arrow:after {
        top: 25px;
        left: 18px; }
      #map-grid #grid-accordion li.table-list .table-item p.table-item-title {
        padding-left: 55px;
        font-size: 18px;
        line-height: 70px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis; }
  #map-grid #grid-accordion .grid-accordion-row {
    text-align: left;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    cursor: pointer;
    background-color: #fff; }
    #map-grid #grid-accordion .grid-accordion-row:first-child {
      border-top: none; }
    #map-grid #grid-accordion .grid-accordion-row .accordion-number {
      position: relative;
      float: left; }
    #map-grid #grid-accordion .grid-accordion-row .picto, #map-grid #grid-accordion .grid-accordion-row #module-carousel-getter .gallery-items .slick-arrow:after, #module-carousel-getter .gallery-items #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row #module-tweets-horizontal .tweet .tweet-image, #module-tweets-horizontal .tweet #map-grid #grid-accordion .grid-accordion-row .tweet-image, #map-grid #grid-accordion .grid-accordion-row #module-tweets-horizontal .slick-arrow:after, #module-tweets-horizontal #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row .toolbox h1:before, .toolbox #map-grid #grid-accordion .grid-accordion-row h1:before, #map-grid #grid-accordion .grid-accordion-row #module-map-items-modal .gallery .slick-arrow:after, #module-map-items-modal .gallery #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row #module-map-item-modal #item-modal .content .location:before, #module-map-item-modal #item-modal .content #map-grid #grid-accordion .grid-accordion-row .location:before, #map-grid #grid-accordion .grid-accordion-row #module-gallery-slideshow .gallery .slick-arrow:after, #module-gallery-slideshow .gallery #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row #module-items-slideshow .gallery-items .slick-arrow:after, #module-items-slideshow .gallery-items #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row #module-call-to-action-three .call-to-action-small .button-2:before, #module-call-to-action-three .call-to-action-small #map-grid #grid-accordion .grid-accordion-row .button-2:before, #map-grid #grid-accordion .grid-accordion-row #module-call-to-action-three .call-to-action-small #module-search .search-btn-container input.search-btn:before, #module-call-to-action-three .call-to-action-small #module-search .search-btn-container #map-grid #grid-accordion .grid-accordion-row input.search-btn:before, #map-grid #grid-accordion .grid-accordion-row #module-search .search-btn-container #module-call-to-action-three .call-to-action-small input.search-btn:before, #module-search .search-btn-container #module-call-to-action-three .call-to-action-small #map-grid #grid-accordion .grid-accordion-row input.search-btn:before, #map-grid #grid-accordion .grid-accordion-row pre:before, #map-grid #grid-accordion .grid-accordion-row #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after, #shares .step .selected-image .message-container .messages-gallery #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after, #map-grid #grid-accordion .grid-accordion-row #shares .gallery .slick-arrow:after, #shares .gallery #map-grid #grid-accordion .grid-accordion-row .slick-arrow:after {
      top: 15px;
      left: 9px; }
    #map-grid #grid-accordion .grid-accordion-row .picto-publication {
      display: inline-block;
      background-image: url("../images/assets.png");
      width: 38px;
      height: 38px;
      background-position: -37px -390px; }
    #map-grid #grid-accordion .grid-accordion-row .picto-interview {
      display: inline-block;
      background-image: url("../images/assets.png");
      width: 38px;
      height: 38px;
      background-position: -33px -466px; }
    #map-grid #grid-accordion .grid-accordion-row .picto-pencil {
      display: inline-block;
      background-image: url("../images/assets.png");
      width: 38px;
      height: 38px;
      background-position: -96px -391px; }
    #map-grid #grid-accordion .grid-accordion-row .picto-chat {
      display: inline-block;
      background-image: url("../images/assets.png");
      width: 38px;
      height: 38px;
      background-position: -99px -460px; }
    #map-grid #grid-accordion .grid-accordion-row p {
      line-height: 63px;
      font-size: 13px;
      font-weight: 100;
      text-transform: uppercase;
      padding: 0;
      padding-left: 50px;
      margin: 0;
      color: #666666; }
    #map-grid #grid-accordion .grid-accordion-row p.layer-title {
      float: left;
      padding-right: 30px;
      padding-left: 15px;
      text-transform: uppercase; }
    #map-grid #grid-accordion .grid-accordion-row p.layer-number {
      float: left;
      font-weight: 700;
      font-size: 13px; }
    #map-grid #grid-accordion .grid-accordion-row .layer-actions {
      position: absolute;
      right: 15px;
      top: 12px;
      height: 40px;
      border-left: 1px solid #d5d5d5;
      padding-left: 20px; }
      #map-grid #grid-accordion .grid-accordion-row .layer-actions a {
        padding: 0px;
        margin-right: 5px; }
        #map-grid #grid-accordion .grid-accordion-row .layer-actions a#layer-open {
          display: inline-block;
          background-image: url("../images/assets.png");
          width: 42px;
          height: 48px;
          background-position: -340px -143px;
          display: inline-block; }
        #map-grid #grid-accordion .grid-accordion-row .layer-actions a#layer-remove {
          display: inline-block;
          background-image: url("../images/assets.png");
          width: 42px;
          height: 48px;
          background-position: -292px -143px;
          display: none; }
    #map-grid #grid-accordion .grid-accordion-row.open a#layer-open {
      display: none; }
    #map-grid #grid-accordion .grid-accordion-row.open a#layer-remove {
      display: inline-block; }
  #map-grid #treemap {
    margin-top: 50px; }
    #map-grid #treemap .filter-content {
      padding: 40px 0; }
      #map-grid #treemap .filter-content ul li {
        border-bottom: none; }
    #map-grid #treemap .node {
      border: solid 1px white;
      font: 11px sans-serif;
      line-height: 12px;
      overflow: hidden;
      position: absolute;
      text-indent: 2px;
      color: #fff;
      padding: 0 5px 0; }
    #map-grid #treemap #tags-resume {
      padding-top: 30px;
      padding-bottom: 50px; }
      #map-grid #treemap #tags-resume h3 {
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        padding-bottom: 15px;
        padding-top: 10px;
        text-align: center; }
      #map-grid #treemap #tags-resume ul li {
        display: block;
        height: 34px; }
        #map-grid #treemap #tags-resume ul li .tag-name {
          text-align: right;
          width: 40%;
          float: left;
          font-size: 18px;
          line-height: 34px;
          font-weight: 100; }
        #map-grid #treemap #tags-resume ul li .tag-value {
          float: left;
          width: 50%;
          font-size: 14px;
          line-height: 34px;
          padding-left: 15px; }
          #map-grid #treemap #tags-resume ul li .tag-value .value {
            z-index: 50;
            color: #fff;
            font-size: 12px;
            padding-left: 3px; }
          #map-grid #treemap #tags-resume ul li .tag-value .tag-bar {
            z-index: 40;
            width: 100%;
            background-color: #fb6060;
            position: absolute;
            top: 11px;
            left: 15px;
            height: 12px; }
  #map-grid .masonry,
  #map-grid .masonry li {
    /* apply before masonry add class */
    position: absolute;
    /* important to add it before enter animation start */
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all; }
  #map-grid .masonry .masonry-enter {
    /* limit animated properties for entering elements */
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity; }
  #map-grid .masonry-enter,
  #map-grid .masonry-leave.masonry-leave-active {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  #map-grid .masonry-leave,
  #map-grid .masonry-enter.masonry-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

#parallels {
  text-align: center;
  /*** d3 aluvial graph ********/
  /***      d3 coordinates        *******/
  /************************************************/ }
  #parallels h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    padding-bottom: 20px; }
  #parallels p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    text-align: center; }
  #parallels .content {
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto; }
  #parallels .node rect {
    cursor: move;
    fill-opacity: .9;
    shape-rendering: crispEdges; }
  #parallels .node text {
    pointer-events: none;
    text-shadow: 0 1px 0 #fff; }
  #parallels .link {
    fill: none;
    stroke: #000;
    stroke-opacity: .2; }
  #parallels .link:hover {
    stroke-opacity: .5; }
  #parallels path {
    pointer-events: none !important; }
  #parallels .background path {
    fill: none;
    stroke: none;
    stroke-width: 20px;
    pointer-events: stroke; }
  #parallels .foreground path {
    fill: none;
    stroke: #00a1f2;
    stroke-width: 1.5px; }
  #parallels .axis .title {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }
  #parallels .axis line,
  #parallels .axis path {
    fill: none;
    stroke: #d0d0d0;
    shape-rendering: crispEdges; }
  #parallels .axis .tick {
    cursor: pointer; }
  #parallels .axis.string {
    font-size: 6px; }
  #parallels .label {
    -webkit-transition: fill 125ms linear; }
  #parallels .active .label:not(.inactive) {
    font-weight: bold;
    font-size: 11px; }
  #parallels .label.inactive {
    fill: #e5e5e5; }
  #parallels .foreground path.inactive {
    stroke: #e5e5e5;
    stroke-opacity: .5;
    stroke-width: 1px; }

.leaflet-container .leaflet-control-attribution {
  display: none; }

.container-full {
  padding: 0; }

.container-full .form-horizontal {
  padding-top: 0px; }

.container-map, .container-form {
  overflow: hidden; }

#formdiv {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100; }
  #formdiv input[type="checkbox"]:checked:after, #formdiv .checkbox input[type="checkbox"]:checked:after, #formdiv .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #fb6060;
    border-color: #fb6060; }
  #formdiv i.mdi-information-outline::before {
    font-size: 16px; }
  #formdiv #form-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
    text-align: center; }
  #formdiv #form-wrapper p.help-text {
    position: absolute;
    top: -25px;
    left: 15px;
    color: #fb6060;
    font-size: 14px;
    line-height: 16px;
    font-weight: 100; }
  #formdiv .section-header {
    background-color: #fb6060; }
    #formdiv .section-header h1 {
      font-size: 37px;
      line-height: 40px;
      font-weight: 100;
      padding-top: 30px;
      padding-bottom: 30px;
      text-transform: initial;
      margin-top: 0px; }
  #formdiv ul {
    overflow: hidden;
    position: absolute;
    left: 15px;
    z-index: 1100; }
    #formdiv ul li {
      /*display:inline-block;*/
      vertical-align: top; }
  #formdiv .image-uploader ul {
    position: relative; }
  #formdiv .container-map {
    z-index: 40; }
  #formdiv .form-map {
    position: relative;
    width: 100%;
    height: 500px; }
  #formdiv .container-form {
    z-index: 100;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    float: none;
    max-width: 800px;
    width: 100%; }
  #formdiv .form-horizontal .control-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 100; }
  #formdiv .text-danger {
    color: #fb6060;
    font-size: 12px; }
  #formdiv #datepicker {
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 100; }
  #formdiv .btn-info:active, #formdiv .btn-info.active, #formdiv .open > .dropdown-toggle.btn-info {
    background-color: #d5f1ff;
    color: #5a5a5a;
    box-shadow: none; }
  #formdiv .btn-info:hover, #formdiv .btn-info:active:hover, #formdiv .btn-info:focus {
    background-color: #d5f1ff;
    color: #5a5a5a; }
  #formdiv .text-info {
    color: #5a5a5a; }
  #formdiv .date-box .dropdown-menu table .btn {
    box-shadow: none; }
  #formdiv .form-horizontal .action-nav {
    border: none; }
  #formdiv .button-primary {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fb6060;
    display: inline-block;
    padding: 20px 40px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fb6060;
    color: #fff;
    border: none; }
    #formdiv .button-primary:hover {
      background-color: #2fb7a3; }
  #formdiv .btn.btn-primary:hover {
    background-color: #2fb7a3;
    color: #fff; }
  #formdiv .text-info {
    color: #196AAA; }
  #formdiv .form-horizontal .checkbox {
    min-height: 30px;
    margin-left: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 20px; }
  #formdiv .radio label, #formdiv .radio-inline label, #formdiv .checkbox label, #formdiv .checkbox-inline label {
    line-height: 20px; }
  #formdiv .btn-fly {
    display: none;
    position: absolute;
    top: 24px;
    right: 40px;
    padding: 6px 0px;
    width: 170px;
    text-align: center;
    z-index: 1001; }
    #formdiv .btn-fly .button {
      border: 1px solid #e4e4e4;
      color: #fb6060;
      font-size: 14px;
      line-height: 18px;
      font-weight: 100;
      background-color: #fff !important;
      padding: 11px 10px 11px 4px; }
      #formdiv .btn-fly .button i {
        color: #fb6060;
        float: none;
        margin-right: 8px; }
      #formdiv .btn-fly .button label {
        float: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: 100;
        margin: 0px; }
      #formdiv .btn-fly .button:hover {
        background-color: #ddf1ee;
        border: 1px solid #e4e4e4;
        color: #fb6060; }
        #formdiv .btn-fly .button:hover label {
          color: #fb6060; }
  #formdiv #preview-map {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    z-index: 300; }
  #formdiv #grid-report {
    top: 0px;
    /*display:none;*/ }
    #formdiv #grid-report a.share-button {
      font-size: 16px;
      line-height: 20px;
      font-weight: 100;
      padding: 12px 38px; }
    #formdiv #grid-report a.share-default {
      border: 1px solid #5a5a5a;
      color: #5a5a5a;
      background-color: #f7f7f7; }
      #formdiv #grid-report a.share-default:hover {
        background-color: #ccc; }
    #formdiv #grid-report ul {
      overflow: auto;
      position: relative;
      left: 15px;
      z-index: 1100; }
      #formdiv #grid-report ul li {
        /*display:inline-block;*/
        vertical-align: top; }
    #formdiv #grid-report.no-image .background-image {
      height: 240px !important;
      background-color: #fff;
      overflow: hidden; }
    #formdiv #grid-report.no-image h1 {
      color: #5a5a5a; }

.dropdown-box .btn {
  color: #5a5a5a; }

#home-header.form h1 {
  margin: 0;
  text-align: center;
  font-size: 44px; }

i.icon-tooltip {
  position: relative; }

.tooltip {
  position: absolute !important;
  display: block !important; }

#section-title-tooltip .tooltip {
  right: 30% !important; }

/********************************************
 *     LAYOUT
 * 
 *  Documento que define la layout de la web
 * 
 *********************************************/
/*
*
*  Simple fluid media
*
*/
#mobile-menu .asset, #mobile-menu .social-links .social-link, .social-links #mobile-menu .social-link, #mobile-menu #module-carousel-getter .gallery-items ul.slick-dots li button, #module-carousel-getter .gallery-items ul.slick-dots li #mobile-menu button, #mobile-menu #module-map-items-modal #item-modal .nav .arrow, #module-map-items-modal #item-modal .nav #mobile-menu .arrow, #mobile-menu #module-map-item-modal #item-modal .nav .arrow, #module-map-item-modal #item-modal .nav #mobile-menu .arrow, #mobile-menu #module-gallery-slideshow .gallery ul.slick-dots li button, #module-gallery-slideshow .gallery ul.slick-dots li #mobile-menu button, #mobile-menu #module-items-slideshow .gallery-items ul.slick-dots li button, #module-items-slideshow .gallery-items ul.slick-dots li #mobile-menu button, #mobile-menu #days-nav .arrow, #days-nav #mobile-menu .arrow, #mobile-menu #shares .gallery ul.slick-dots li button, #shares .gallery ul.slick-dots li #mobile-menu button {
  background-image: url("../images/assets-mobile.png"); }

#menu ul.main-menu {
  display: none; }

#menu ul.main-menu.mobile-menu-container {
  right: 20px; }

#menu ul.mobile-menu-container {
  display: block;
  margin-right: 20px; }

#menu li.menu-mobile-button {
  display: inline-block;
  position: relative; }

#menu li.menu-mobile-button a {
  padding-top: 15px;
  padding-bottom: 35px; }

#menu li.menu-mobile-button .mobile-menu-icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  /*border:1px solid #f00;*/
  top: 41px;
  left: 19px;
  background-image: url("../images/assets-mobile.png");
  background-position: -151px -25px;
  pointer-events: none; }

#mobile-menu-background .modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 560;
  top: 0px;
  left: 0px;
  background-color: #006b94; }

#mobile-menu.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  top: 0px;
  left: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: auto;
  background-color: rgba(0, 0, 0, 0.7); }

#mobile-menu .modal-content {
  position: static;
  z-index: 600;
  width: 100%;
  top: 0px !important;
  margin: 0px auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0; }

#mobile-menu .mobile-menu-header {
  background-color: #000000; }

#mobile-menu .mobile-menu-header .title {
  font-size: 20px;
  padding: 20px 0 20px;
  font-weight: normal;
  color: #fff; }

.mobile-close-btn {
  background-position: -83px -12px;
  height: 41px;
  width: 37px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 650;
  display: block;
  cursor: pointer; }

#mobile-menu li {
  padding: 0; }

#mobile-menu li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase; }

#mobile-menu li a:hover {
  color: #196AAA; }

ul.mobile-menu-list li {
  border-bottom: 1px solid #414141;
  position: relative; }

ul.mobile-menu-list li.last {
  border-bottom: none; }

ul.mobile-menu-list .menu-button-icon {
  position: relative;
  background-position: -37px -55px;
  height: 24px;
  width: 20px;
  pointer-events: none;
  display: inline-block; }

ul.mobile-menu-list .menu-icon-text {
  width: auto;
  display: inline-block; }

ul.mobile-menu-list p.icon-text {
  color: #fff;
  float: left; }

.menu-icon-text {
  width: 100px;
  margin: 0 auto; }

#mobile-menu li a.link-with-icon {
  height: auto; }

#mobile-menu ul.mobile-languages li {
  width: 31.5%;
  display: inline-block; }

#mobile-menu ul.mobile-languages li a {
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  margin: 15px 0;
  border-left: 1px solid #89cfe5; }

#mobile-menu ul.mobile-languages li.first a {
  border: none; }

#mobile-menu.mobile-filter .mobil-search {
  padding: 20px;
  background-color: #0192c1; }

#mobile-menu.mobile-filter .search-form {
  position: relative;
  width: 100%; }

#mobile-menu.mobile-filter input.search-text {
  width: 100%;
  background-color: #00a9df;
  border: none;
  color: #fff;
  height: 50px; }

#mobile-menu.mobile-filter a#search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  float: none; }

#mobile-menu-background.modal-background {
  background-color: black; }

.modal-content {
  border: none; }

#mobile-menu .mobile-menu-header .title {
  border-bottom: 1px solid #2d2d2d; }

ul.mobile-menu-list li {
  border: none; }

ul.desktop-menu-container {
  display: block; }

ul.mobile-menu-container {
  display: none; }

/*
*
*  Eight-column grid active
*  ----------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8   |   Margin
*  5.55555% | %  12.5  25.0  37.5  50.0  62.5  75.0  87.5  100 | 5.55555%
* 
*
*/
/* @media screen and (min-width: 550px) */
@media screen and (min-width: 35em) {
  #menu ul {
    right: 20px;
    left: auto; } }

@media screen and (min-width: 800px) {
  ul.desktop-menu-container {
    display: block; }
  ul.mobile-menu-container {
    display: none; } }

/* @media screen and (min-width: 1000px) */
@media screen and (min-width: 1000px) {
  #menu ul {
    right: auto;
    left: 330px; } }

#shares {
  /************** GALLERY *********************/ }
  #shares #init-modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 277px;
    left: 0px;
    width: 650px;
    height: 420px;
    z-index: 300;
    display: none;
    text-align: center; }
    #shares #init-modal .inner-padding {
      padding: 40px; }
    #shares #init-modal h2 {
      font-size: 26px;
      line-height: 32px;
      font-weight: 700;
      color: #fb6060;
      padding-bottom: 40px;
      /*text-transform:uppercase;*/ }
    #shares #init-modal ul {
      padding-bottom: 40px; }
    #shares #init-modal li {
      text-align: center;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px;
      padding-left: 20px;
      width: 32%; }
      #shares #init-modal li:after {
        font-family: FontAwesome;
        content: "";
        color: #fb6060;
        position: absolute;
        top: 50px;
        right: 0px;
        font-size: 20px; }
      #shares #init-modal li p {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        /*text-transform:uppercase;*/
        text-align: center; }
      #shares #init-modal li:last-child {
        padding-right: 0px; }
        #shares #init-modal li:last-child:after {
          content: ' '; }
    #shares #init-modal .init-number {
      background-color: #fb6060;
      color: #fff;
      font-size: 20px;
      line-height: 47px;
      font-weight: 700;
      width: 47px;
      margin: 0 auto;
      margin-bottom: 25px; }
  #shares .section-header {
    background-color: #fb6060; }
    #shares .section-header h1 {
      font-size: 37px;
      line-height: 40px;
      font-weight: 100;
      padding-top: 50px;
      padding-bottom: 30px;
      text-transform: initial; }
  #shares ul {
    overflow: hidden;
    position: relative;
    left: 0px; }
    #shares ul li {
      display: inline-block;
      vertical-align: top; }
  #shares .step {
    text-align: center;
    height: 770px;
    overflow: hidden; }
    #shares .step .step-header {
      width: 100%;
      height: 80px; }
      #shares .step .step-header a.back {
        position: absolute;
        top: 20px;
        left: 40px;
        font-size: 24px;
        line-height: 26px;
        font-weight: 100; }
      #shares .step .step-header h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 100;
        padding-top: 50px; }
    #shares .step .selected-image {
      width: 900px;
      margin: auto; }
      #shares .step .selected-image .message-container {
        position: absolute;
        top: 130px;
        width: 650px;
        background-color: rgba(255, 255, 255, 0.8); }
        #shares .step .selected-image .message-container label {
          color: #fb6060;
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          cursor: pointer; }
        #shares .step .selected-image .message-container input[type="radio"], #shares .step .selected-image .message-container .radio input[type="radio"], #shares .step .selected-image .message-container .radio-inline input[type="radio"] {
          display: inline-block;
          width: 19px;
          padding: 0px;
          margin-left: 10px;
          margin-top: 3px;
          top: 19px; }
        #shares .step .selected-image .message-container input[type="radio"]:checked:after, #shares .step .selected-image .message-container .radio input[type="radio"]:checked:after, #shares .step .selected-image .message-container .radio-inline input[type="radio"]:checked:after {
          border-color: #fb6060; }
        #shares .step .selected-image .message-container input[type="radio"]:after, #shares .step .selected-image .message-container .radio input[type="radio"]:after, #shares .step .selected-image .message-container .radio-inline input[type="radio"]:after {
          border: 2px solid #fb6060; }
        #shares .step .selected-image .message-container input[type="radio"]:before, #shares .step .selected-image .message-container .radio input[type="radio"]:before, #shares .step .selected-image .message-container .radio-inline input[type="radio"]:before {
          background-color: #fb6060; }
        #shares .step .selected-image .message-container .message-logos {
          text-align: right; }
          #shares .step .selected-image .message-container .message-logos img {
            width: auto;
            height: auto !important;
            padding: 0;
            margin: 0px;
            margin-right: 20px;
            box-shadow: none; }
        #shares .step .selected-image .message-container .inner-padding {
          padding: 40px; }
        #shares .step .selected-image .message-container p {
          color: #fb6060;
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          /*text-transform:uppercase;*/ }
        #shares .step .selected-image .message-container h3 {
          color: #fb6060;
          text-align: left;
          font-size: 16px;
          line-height: 20px;
          font-weight: 700; }
        #shares .step .selected-image .message-container .message {
          width: 560px;
          height: 123px;
          padding: 10px;
          font-size: 16px;
          line-height: 26px;
          font-weight: 700;
          /*text-transform:uppercase;*/
          text-align: left; }
        #shares .step .selected-image .message-container .messages-gallery {
          border: 1px solid #e6e6e6;
          margin-bottom: 10px; }
          #shares .step .selected-image .message-container .messages-gallery .slick-arrow {
            /* @extend .shadow-side-right-3;*/
            outline: none;
            color: transparent;
            position: absolute;
            left: 0px;
            z-index: 20;
            width: 43px;
            height: 43px;
            top: -50px;
            cursor: pointer;
            border: none;
            background-color: #fb6060; }
            #shares .step .selected-image .message-container .messages-gallery .slick-arrow:after {
              top: 13px;
              left: 12px;
              width: 20px;
              height: 17px;
              background-position: -33px -221px; }
            #shares .step .selected-image .message-container .messages-gallery .slick-arrow:hover {
              background-color: #2fb7a3; }
            #shares .step .selected-image .message-container .messages-gallery .slick-arrow.slick-prev {
              left: auto;
              right: 60px; }
              #shares .step .selected-image .message-container .messages-gallery .slick-arrow.slick-prev:after {
                background-position: -344px -459px; }
            #shares .step .selected-image .message-container .messages-gallery .slick-arrow.slick-next {
              left: auto;
              right: 3px; }
              #shares .step .selected-image .message-container .messages-gallery .slick-arrow.slick-next:after {
                background-position: -297px -459px; }
          #shares .step .selected-image .message-container .messages-gallery #message {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.7);
            color: #4c4c4c;
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            width: 500px;
            top: 50px;
            left: 80px;
            padding: 15px;
            text-align: left;
            height: 110px; }
      #shares .step .selected-image .textarea-container .counter {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #fb6060;
        z-index: 10; }
      #shares .step .selected-image textarea {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        width: 560px;
        background-color: rgba(255, 255, 255, 0.7);
        border: 1px dashed #ccc;
        color: #4c4c4c;
        overflow: hidden;
        resize: none; }
      #shares .step .selected-image .watermark {
        position: absolute;
        right: 90px;
        bottom: 50px;
        background-image: url("../images/layout/who-watermark.png");
        width: 186px;
        height: 57px;
        z-index: 200; }
      #shares .step .selected-image img {
        outline: none;
        height: 530px;
        margin: 20px 50px; }
  #shares .gallery {
    z-index: 0;
    height: 550px; }
    #shares .gallery .slick-slide {
      outline: none;
      height: 430px;
      margin: 20px 50px;
      opacity: 0.4;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease;
      -ms-transform: scale(0.85, 0.85);
      /* IE 9 */
      -webkit-transform: scale(0.85, 0.85);
      /* Safari */
      transform: scale(0.85, 0.85); }
      #shares .gallery .slick-slide img {
        height: 100%; }
      #shares .gallery .slick-slide.slick-current {
        opacity: 1;
        -ms-transform: scale(1, 1);
        /* IE 9 */
        -webkit-transform: scale(1, 1);
        /* Safari */
        transform: scale(1, 1); }
    #shares .gallery .slick-arrow {
      outline: none;
      color: transparent;
      position: absolute;
      left: 0px;
      z-index: 20;
      width: 71px;
      height: 71px;
      top: 42%;
      pointer-events: none;
      opacity: 0.3;
      cursor: pointer;
      border: none;
      background-color: #fb6060; }
      #shares .gallery .slick-arrow:after {
        top: 27px;
        left: 26px;
        width: 20px;
        height: 17px;
        background-position: -33px -221px; }
      #shares .gallery .slick-arrow:hover {
        background-color: #2fb7a3; }
      #shares .gallery .slick-arrow.slick-prev {
        left: 180px; }
        #shares .gallery .slick-arrow.slick-prev:after {
          background-position: -344px -459px; }
      #shares .gallery .slick-arrow.slick-next {
        left: auto;
        right: 180px; }
        #shares .gallery .slick-arrow.slick-next:after {
          background-position: -297px -459px; }
    #shares .gallery ul.slick-dots {
      text-align: center;
      margin-top: 45px; }
      #shares .gallery ul.slick-dots li {
        display: inline-block;
        margin: 5px; }
        #shares .gallery ul.slick-dots li.slick-active button {
          background-position: -326px -95px; }
        #shares .gallery ul.slick-dots li button {
          outline: none;
          background-position: -309px -95px;
          width: 12px;
          height: 12px;
          background-color: transparent;
          border: none;
          color: transparent; }
          #shares .gallery ul.slick-dots li button:before {
            content: ""; }

.leaflet-top.leaflet-right button label, .btn-fly button label {
  display: inline-block !important; }

#owl-language-carousel .owl-controls {
  display: none !important; }

#home-header h1 {
  font-size: 100px; }

#home-header h2 p {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  padding-bottom: 0px; }

.page ul li.user {
  width: 100%; }

.page .col-50 {
  width: 100%;
  min-height: 400px; }

.page .content {
  padding: 110px 40px; }

#big-numbers .numbers-container {
  width: 200px;
  padding: 0; }

#map-grid #grid-content ul li .grid-item .content-container:before {
  width: 100%; }

#grid-report h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400; }

#map-grid #map-grid-header {
  height: 54px; }
  #map-grid #map-grid-header .pull-left {
    /*float:none !important;*/ }
  #map-grid #map-grid-header #content-description {
    display: none; }

.leaflet-top .leaflet-control {
  margin-top: 40px; }

#map-grid #grid-accordion .grid-accordion-row p.layer-title {
  padding-right: 10px;
  font-size: 11; }

.sankey-container {
  display: none; }

.col-50 {
  width: 100%; }

#home-shares {
  padding: 40px 0; }
  #home-shares .col-50 {
    width: 100%; }
  #home-shares .col-left {
    text-align: center; }
    #home-shares .col-left p {
      margin: 0 auto 20px;
        float:left;
    }
  #home-shares .col-right {
    padding-top: 30px;
    text-align: right; }

.call-to-action .call-block {
  margin: 40px auto 0;
  text-align: center; }

#branding a {
  margin: 10px auto !important; }

#header {
  background-color: #fff !important; }
  #header .header-logo {
    text-align: center;
    height: 97px;
    margin-left: 0px; }
  #header .nav-separator {
    height: 0px; }

.section-content .content {
  padding: 60px 20px; }

.call-to-action .content {
  padding: 60px 20px; }

.filter-help {
  display: none; }

.share-text {
  display: none; }

#shares .gallery {
  height: 390px; }
  #shares .gallery .slick-slide {
    height: 330px; }

#shares .step .selected-image {
  width: 100%; }

#shares .step .selected-image .message-container {
  width: 100%; }

#shares .step .selected-image .message-container .message {
  width: 400px; }

#shares .step .selected-image textarea {
  width: 400px; }

#shares #step-3 .selected-image img {
  height: 370px;
  margin: 20px 0px; }

#shares #step-3 .selected-image {
  height: 440px; }

a.share-button {
  padding: 15px 15px; }

a.share-button i {
  padding-right: 0px; }

.depresion-logo {
  display: none; }

#shares #step-2 .selected-image img {
  margin: 20px 0px;
  height: 350px; }

#shares .step .selected-image .message-container {
  top: 10px; }

#home-header {
  height: 1180px; }

#home-header h1 {
  margin-bottom: 520px; }

#home-header.background-image {
  height: 1160px;
  background-size: inherit;
  background-position: top; }

#grid-report .plus-one-container .help {
  top: 46px; }

#grid-report .plus-one-container .plus-one-button {
  top: 41px; }

#formdiv #form-wrapper p.help-text {
  right: 15px;
  left: auto; }

#formdiv .form-map {
  height: 300px; }

.header-social-links {
  display: block !important;
  top: 42px !important; }

.language_container {
  padding: 10px 40px 10px 80px !important; }

@media screen and (min-width: 600px) {
  .header-social-links {
    top: 20px !important; }
  #formdiv #form-wrapper p.help-text {
    right: auto;
    left: 15px; }
  #grid-report .plus-one-container .help {
    top: 23px; }
  #grid-report .plus-one-container .plus-one-button {
    top: 8px; }
  #home-header {
    height: 660px; }
  #home-header h1 {
    margin-bottom: 20px; }
  #home-header.background-image {
    height: 750px;
    background-size: cover;
    background-position: center; }
  #shares .step .selected-image {
    width: 600px; }
  #shares .step .selected-image .message-container {
    width: 600px;
    top: 130px; }
  #shares .step .selected-image .message-container .message {
    width: 500px; }
  #shares .step .selected-image textarea {
    width: 560px; }
  a.share-button {
    padding: 15px 30px; }
  .depresion-logo {
    display: block; }
  #shares #step-2 .selected-image img {
    margin: 20px 0px;
    height: 440px; }
  #shares .step .selected-image .message-container {
    top: 40px; }
  #header .header-logo {
    text-align: left;
    margin-left: 30px; }
  #formdiv .form-map {
    height: 400px; } }

/* @media screen and (min-width: 550px) */
@media screen and (min-width: 800px) {
  #formdiv .form-map {
    height: 500px; }
  #shares #step-2 .selected-image img {
    margin: 20px 40px;
    height: 530px; }
  #shares .step .selected-image .message-container {
    top: 90px; }
  #shares #step-3 .selected-image img {
    height: 530px;
    margin: 20px 50px; }
  #shares #step-3 .selected-image {
    height: 570px; }
  #shares .step .selected-image {
    width: 900px; }
  #shares .gallery {
    height: 550px; }
    #shares .gallery .slick-slide {
      height: 500px; }
  .share-text {
    display: inline-block; }
  a.share-button i {
    padding-right: 10px; }
  .col-50 {
    width: 50%; }
  #map-grid #grid-content ul li .grid-item .content-container:before {
    width: 372px; }
  #map-grid #grid-accordion .grid-accordion-row p.layer-title {
    padding-right: 30px;
    font-size: 13; }
  #home-header h1 {
    font-size: 100px; }
  #home-header h2 p {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    padding-bottom: 0px; }
  #grid-report h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400; }
  #reports .report-option {
    width: 33%; }
  #reports .report-button {
    position: absolute;
    bottom: 0px; }
  .horizontal-module-container.small-container {
    width: 800px; }
  .leaflet-top .leaflet-control {
    margin-top: 40px; }
  #big-numbers .numbers-container {
    width: 520px;
    padding: 0; }
  .page .content {
    padding: 110px 100px; }
  #home-shares {
    padding: 40px 0; }
    #home-shares .col-50 {
      width: 50%; }
    #home-shares .col-left {
      text-align: left; }
      #home-shares .col-left p {
        text-align: left;
        margin: 0px 0px 20px; }
    #home-shares .col-right {
      padding-top: 24px;
      text-align: right; }
  .call-to-action .call-block {
    margin: 0px 0 0;
    text-align: left; }
  #branding a {
    margin: 10px 30px !important; }
  #header {
    background-color: #fff !important; }
    #header .header-logo {
      text-align: left;
      margin-left: 30px; }
    #header .nav-separator {
      /*height:43px;*/ }
  .section-content .content {
    padding: 60px 160px; }
  .call-to-action .content {
    padding: 60px 160px; }
  .filter-help {
    display: block; } }

@media screen and (min-width: 960px) {
  #shares .step .selected-image {
    width: 900px; }
  #shares .step .selected-image .message-container {
    width: 600px; }
  .sankey-container {
    display: block; }
  .page .col-50 {
    width: 50%;
    min-height: 400px; } }

/* @media screen and (min-width: 550px) */
@media screen and (min-width: 1000px) {
  .page .content {
    padding: 110px 200px; }
  #map-grid #map-grid-header {
    height: 54px; }
    #map-grid #map-grid-header .pull-left {
      float: left !important; }
  .page ul li.user {
    width: 33%; }
  .horizontal-module-container.medium-container {
    width: 1000px; }
  .half-module-container {
    width: 500px; } }

/* @media screen and (min-width: 1000px) */
@media screen and (min-width: 1200px) {
  #big-numbers .numbers-container {
    width: auto;
    padding: 0 80px; }
  #map-grid #map-grid-header #content-description {
    display: block; }
  .horizontal-module-container {
    width: 1200px; }
  #home-header h1 {
    font-size: 100px; }
  #home-header h2 p {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    padding-bottom: 0px; }
  #home-header p, #home-header a {
    margin-left: 0px;
    margin-right: 0px; }
  .half-module-container {
    width: 600px; }
    .half-module-container.left {
      margin: 0 0 0 auto; }
    .half-module-container.right {
      margin: 0 auto 0 0; } }
