.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
/**
 * Table grid
 * 
 * > custom grid layout, to mimic fluid-grid
 * > but using table cells
 */
.row-table {
  display: table;
  table-layout: fixed;
  max-width: none;
  width: 100%;
}
.row-table [class*="col-sm-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.row-table .col-sm-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-11 {
  width: 91.66666667%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-10 {
  width: 83.33333333%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-9 {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-8 {
  width: 66.66666667%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-7 {
  width: 58.33333333%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-6 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-5 {
  width: 41.66666667%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-4 {
  width: 33.33333333%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-3 {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-2 {
  width: 16.66666667%;
  padding-left: 0;
  padding-right: 0;
}
.row-table .col-sm-1 {
  width: 8.33333333%;
  padding-left: 0;
  padding-right: 0;
}
/**
 * Bootstrap override
 */
.container {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Global styles
 */
footer {
  padding-bottom: 10em;
}
.global-container,
.mfp-container,
.qtip-bootstrap {
  font-size: 16.5px;
  line-height: 1.4;
  color: #6d6d6d;
}
.global-container hr,
.mfp-container hr,
.qtip-bootstrap hr {
  border-top: 1px solid;
  color: inherit;
  opacity: 0.333333;
}
.global-container h1,
.mfp-container h1,
.qtip-bootstrap h1,
.global-container h2,
.mfp-container h2,
.qtip-bootstrap h2,
.global-container h3,
.mfp-container h3,
.qtip-bootstrap h3,
.global-container h4,
.mfp-container h4,
.qtip-bootstrap h4,
.global-container h5,
.mfp-container h5,
.qtip-bootstrap h5,
.global-container h6,
.mfp-container h6,
.qtip-bootstrap h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.global-container h1 b,
.mfp-container h1 b,
.qtip-bootstrap h1 b,
.global-container h2 b,
.mfp-container h2 b,
.qtip-bootstrap h2 b,
.global-container h3 b,
.mfp-container h3 b,
.qtip-bootstrap h3 b,
.global-container h4 b,
.mfp-container h4 b,
.qtip-bootstrap h4 b,
.global-container h5 b,
.mfp-container h5 b,
.qtip-bootstrap h5 b,
.global-container h6 b,
.mfp-container h6 b,
.qtip-bootstrap h6 b {
  font-weight: 600;
  letter-spacing: -0.025em;
}
.global-container h1,
.mfp-container h1,
.qtip-bootstrap h1 {
  color: #5b5b5b;
  font-size: 43px;
}
.global-container h2,
.mfp-container h2,
.qtip-bootstrap h2 {
  color: #5b5b5b;
  font-size: 30px;
}
.global-container h3,
.mfp-container h3,
.qtip-bootstrap h3 {
  color: #5b5b5b;
  font-size: 25px;
}
.global-container h4,
.mfp-container h4,
.qtip-bootstrap h4 {
  font-size: 19px;
}
.global-container h5,
.mfp-container h5,
.qtip-bootstrap h5 {
  font-size: 17px;
}
.global-container h6,
.mfp-container h6,
.qtip-bootstrap h6 {
  font-size: 14.5px;
}
.global-container legend,
.mfp-container legend,
.qtip-bootstrap legend {
  color: #5b5b5b;
}
.global-container li,
.mfp-container li,
.qtip-bootstrap li {
  line-height: inherit;
}
.global-container .list-inline > dt,
.mfp-container .list-inline > dt,
.qtip-bootstrap .list-inline > dt,
.global-container .list-inline > dd,
.mfp-container .list-inline > dd,
.qtip-bootstrap .list-inline > dd {
  display: inline-block;
}
.global-container a,
.mfp-container a,
.qtip-bootstrap a {
  color: #0074b2;
  outline: none;
}
.global-container a:focus,
.mfp-container a:focus,
.qtip-bootstrap a:focus {
  text-decoration: none;
  outline: 1px dotted rgba(0, 0, 0, 0.3);
}
.global-container a:hover,
.mfp-container a:hover,
.qtip-bootstrap a:hover {
  text-decoration: underline;
}
.global-container .btn,
.mfp-container .btn,
.qtip-bootstrap .btn,
.global-container .thumbnail,
.mfp-container .thumbnail,
.qtip-bootstrap .thumbnail,
.global-container .dropdown-menu,
.mfp-container .dropdown-menu,
.qtip-bootstrap .dropdown-menu,
.global-container .nav-pills a,
.mfp-container .nav-pills a,
.qtip-bootstrap .nav-pills a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.global-container .btn,
.mfp-container .btn,
.qtip-bootstrap .btn {
  padding: 0.75em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  /*text-transform: uppercase;*/
  line-height: 1;
  color: #5b5b5b;
}
.global-container .btn:hover,
.mfp-container .btn:hover,
.qtip-bootstrap .btn:hover {
  text-decoration: none;
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
  background-position: 0 -15px;
}
.global-container .btn-lg,
.mfp-container .btn-lg,
.qtip-bootstrap .btn-lg,
.global-container .btn-group-lg .btn,
.mfp-container .btn-group-lg .btn,
.qtip-bootstrap .btn-group-lg .btn {
  padding: 0.25em 0.75em;
  font-size: 35px;
  font-weight: 600;
}
.global-container .btn-sm,
.mfp-container .btn-sm,
.qtip-bootstrap .btn-sm,
.global-container .btn-group-sm .btn,
.mfp-container .btn-group-sm .btn,
.qtip-bootstrap .btn-group-sm .btn {
  padding: 0.3em 0.5em 0.4em;
  font-size: 0.85em;
}
.global-container .btn-xs,
.mfp-container .btn-xs,
.qtip-bootstrap .btn-xs,
.global-container .btn-group-xs .btn,
.mfp-container .btn-group-xs .btn,
.qtip-bootstrap .btn-group-xs .btn {
  padding: 0.3em 0.5em 0.35em;
  font-size: 0.7em;
}
.global-container .btn-default,
.mfp-container .btn-default,
.qtip-bootstrap .btn-default {
  color: #5b5b5b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: none;
}
.global-container .btn-default:hover,
.mfp-container .btn-default:hover,
.qtip-bootstrap .btn-default:hover,
.global-container .btn-default:focus,
.mfp-container .btn-default:focus,
.qtip-bootstrap .btn-default:focus,
.global-container .btn-default:active,
.mfp-container .btn-default:active,
.qtip-bootstrap .btn-default:active,
.global-container .btn-default.active,
.mfp-container .btn-default.active,
.qtip-bootstrap .btn-default.active,
.global-container .btn-default.disabled,
.mfp-container .btn-default.disabled,
.qtip-bootstrap .btn-default.disabled,
.global-container .btn-default[disabled],
.mfp-container .btn-default[disabled],
.qtip-bootstrap .btn-default[disabled] {
  color: #5b5b5b;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.global-container .btn-default:active,
.mfp-container .btn-default:active,
.qtip-bootstrap .btn-default:active,
.global-container .btn-default.active,
.mfp-container .btn-default.active,
.qtip-bootstrap .btn-default.active {
  background-color: #cdcdcd \9;
}
.global-container .btn-primary,
.mfp-container .btn-primary,
.qtip-bootstrap .btn-primary {
  background-color: #0074b2;
  color: #ffffff;
}
.global-container .btn-primary:hover,
.mfp-container .btn-primary:hover,
.qtip-bootstrap .btn-primary:hover {
  background-color: #006aa3;
}
.global-container .btn-link,
.mfp-container .btn-link,
.qtip-bootstrap .btn-link {
  color: #0074b2;
  border: none;
}
.global-container .btn-link:hover,
.mfp-container .btn-link:hover,
.qtip-bootstrap .btn-link:hover {
  text-decoration: underline;
}
.global-container .progress-bar,
.mfp-container .progress-bar,
.qtip-bootstrap .progress-bar {
  background-color: #3bbacc;
  transition-duration: 5s;
}
.global-container .thumbnail,
.mfp-container .thumbnail,
.qtip-bootstrap .thumbnail {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.global-container .cropped-image,
.mfp-container .cropped-image,
.qtip-bootstrap .cropped-image {
  background-position: center;
  background-size: cover;
}
.global-container .title-wrapper.tutorial-title,
.mfp-container .title-wrapper.tutorial-title,
.qtip-bootstrap .title-wrapper.tutorial-title {
  margin-top: 0;
}
.global-container .title-wrapper,
.mfp-container .title-wrapper,
.qtip-bootstrap .title-wrapper {
  background: #6d6d6d;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
  margin-top: 2em;
  -webkit-box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.global-container .title-wrapper:before,
.mfp-container .title-wrapper:before,
.qtip-bootstrap .title-wrapper:before {
  content: "";
  font-size: 26.5px;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3em;
  left: 50%;
  border: 1.5em solid transparent;
  margin-left: -1.5em;
  margin-bottom: 2px;
  border-top-color: #6d6d6d;
  -webkit-transform: rotateX(40deg);
  -moz-transform: rotateX(40deg);
  -ms-transform: rotateX(40deg);
  -o-transform: rotateX(40deg);
  transform: rotateX(40deg);
  bottom: -2.25em;
}
.global-container .title-wrapper h1,
.mfp-container .title-wrapper h1,
.qtip-bootstrap .title-wrapper h1,
.global-container .title-wrapper h2,
.mfp-container .title-wrapper h2,
.qtip-bootstrap .title-wrapper h2,
.global-container .title-wrapper h3,
.mfp-container .title-wrapper h3,
.qtip-bootstrap .title-wrapper h3,
.global-container .title-wrapper h4,
.mfp-container .title-wrapper h4,
.qtip-bootstrap .title-wrapper h4,
.global-container .title-wrapper h5,
.mfp-container .title-wrapper h5,
.qtip-bootstrap .title-wrapper h5,
.global-container .title-wrapper h6,
.mfp-container .title-wrapper h6,
.qtip-bootstrap .title-wrapper h6 {
  color: white;
  font-weight: 300;
}
.global-container .subtitle-wrapper,
.mfp-container .subtitle-wrapper,
.qtip-bootstrap .subtitle-wrapper {
  padding-top: 0.5em;
  padding-bottom: 1em;
  text-align: center;
  background: no-repeat center bottom url('../bundles/geonautemodulecore/img/subtitle_arrow.png');
  margin-bottom: 10px;
}
.global-container header .title-wrapper,
.mfp-container header .title-wrapper,
.qtip-bootstrap header .title-wrapper {
  margin-top: 0;
}
.global-container .picker__holder,
.mfp-container .picker__holder,
.qtip-bootstrap .picker__holder {
  min-width: 230px;
  max-width: 320px;
}
.global-container .picker__nav--prev,
.mfp-container .picker__nav--prev,
.qtip-bootstrap .picker__nav--prev,
.global-container .picker__nav--next,
.mfp-container .picker__nav--next,
.qtip-bootstrap .picker__nav--next {
  height: 2em;
}
.global-container .oversize,
.mfp-container .oversize,
.qtip-bootstrap .oversize {
  margin-left: -9999px;
  margin-right: -9999px;
}
.global-container .lb-v-scrollbar-slider,
.mfp-container .lb-v-scrollbar-slider,
.qtip-bootstrap .lb-v-scrollbar-slider {
  background-color: rgba(0, 0, 0, 0.3);
}
#jr_wrap #jr_inner {
  font-size: 14px;
  line-height: 1.4;
  color: #6d6d6d;
}
#jr_wrap #jr_inner h1 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #5b5b5b;
  font-size: 2em;
}
#jr_wrap #jr_inner p {
  font-size: inherit;
  color: inherit;
}
#jr_wrap #jr_inner li {
  margin-left: 3px;
  margin-right: 6px;
}
#jr_wrap #jr_inner li .jr_icon {
  margin-bottom: -1px;
}
#jr_wrap #jr_inner li a {
  font-size: 11px;
}
.dropdown-menu > li > a {
  color: #0074b2;
}
.dropdown-menu > li > a:hover {
  background-color: #0074b2;
}
.icon-level:before {
  content: " ";
  background-color: #005274;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.icon-level.level-1:before {
  background-color: #a4d618;
}
.icon-level.level-2:before {
  background-color: #ffdd00;
}
.level-3.icon-level:before {
  background-color: #3bbacc;
}
.icon-level.level-4:before {
  background-color: #9658d8;
}
.icon-level.level-5:before {
  background-color: #ffb000;
}
.icon-level.level-6:before {
  background-color: #ef1111;
}
.filters {
  position: relative;
  margin-bottom: 1em;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  min-height: 1em;
  z-index: 200;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.filters .nav-tabs {
  position: absolute;
  top: -2em;
  font-size: 0.75em;
  border-bottom-width: 0;
}
.filters .nav-tabs li.active a {
  cursor: pointer;
  color: #0074b2;
  border-color: #ebebeb;
  border-bottom-color: white;
  padding: 0.25em 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
.filters .nav-tabs li.active a .caret {
  color: #6d6d6d !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filters .nav-tabs li.active a.collapsed .caret {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.filters .filters-panel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.filters .filters-panel > .row {
  margin-top: 1em;
  margin-bottom: 1em;
}
.filters .filters-panel h4 {
  color: #5b5b5b;
  font-weight: 700;
  font-size: 0.9em;
}
.filters:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 50%;
  border: 18px solid transparent;
  margin-left: -18px;
  margin-bottom: 2px;
  border-top-color: #ebebeb;
  -webkit-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
  bottom: -27px;
  margin-bottom: 1px;
}
.filters:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 50%;
  border: 18px solid transparent;
  margin-left: -18px;
  margin-bottom: 2px;
  border-top-color: white;
  -webkit-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
  bottom: -27px;
}
.filters .toggle-filters {
  display: inline-block;
  font-size: 0.8em;
  width: 100%;
}
.filters .toggle-filters a {
  display: block;
  text-align: center;
  cursor: pointer;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.filters .toggle-filters a:hover {
  text-decoration: none;
  background-color: #ebebeb;
}
.filters .toggle-filters a:hover:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 50%;
  border: 18px solid transparent;
  margin-left: -18px;
  margin-bottom: 2px;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
  bottom: -27px;
}
.filters .toggle-filters a.collapsed:hover:after {
  z-index: 2;
  content: "";
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 50%;
  border: 18px solid transparent;
  margin-left: -18px;
  margin-bottom: 2px;
  border-top-color: #ebebeb;
  -webkit-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
  bottom: -27px;
}
.filters .toggle-filters a .caret {
  color: #5b5b5b !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filters .toggle-filters a.collapsed .caret {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/**
* Community 
**/
.community-pic {
  max-width: 55px;
  border: 4px #ffffff solid;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
}
.big-community-pic {
  width: 105px;
  border: 6px #ffffff solid;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
}
.profile-community-pic {
  width: 145px;
  border: 5px #ffffff solid;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
}
/**
 * qTip2
 */
.qtip {
  border: 0;
  font-size: 0.85em;
}
.qtip .qtip-content {
  text-align: center;
}
.qtip.qtip-static {
  z-index: 0 !important;
}
.qtip-bootstrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
}
.qtip-dialogue {
  min-width: 170px;
  max-width: 340px;
}
.qtip-dialogue .qtip-content {
  padding: 10px 20px;
}
.qtip-dialogue .form-control {
  margin-bottom: 10px;
}
.qtip-dialogue .btn {
  display: inline-block !important;
  margin-left: 0.5em;
  margin-right: 0.5em;
  min-width: 4em;
}
.qtip-dark-arrow,
.qtip-dark {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(91, 91, 91, 0.85);
}
.qtip-dark-arrow .qtip-content,
.qtip-dark .qtip-content {
  text-align: justify;
  color: white;
  line-height: 1.2em;
  padding: 10px;
}
.qtip-dark-arrow:after {
  content: ' ';
  /* width: 0px; */
  /* height: 0px; */
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(91, 91, 91, 0.85);
  left: 107px;
}
.qtip-help .qtip-content {
  text-align: left;
}
.qtip-large {
  max-width: 480px;
}
/** Widgets **/
.widget-right {
  background: transparent url("../bundles/geonautemodulecore/img/divider.png") center left no-repeat;
  padding-left: 35px;
}
/**
 * media specific stylesheets
 */
@media screen and (min-width: 1200px) {
  img.visible-lg,
  img.hidden-md,
  img.hidden-sm,
  img.hidden-xs {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  img.hidden-lg,
  img.visible-md,
  img.hidden-sm,
  img.hidden-xs {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  img.hidden-lg,
  img.hidden-md,
  img.visible-sm,
  img.hidden-xs {
    display: inline-block !important;
  }
  .qtip {
    font-size: 0.75em;
  }
  .widget-right {
    background: none;
    padding-left: 0px;
  }
  .global-container,
  .mfp-container,
  .qtip-bootstrap {
    font-size: 13.5px;
    line-height: 1.25;
  }
  .global-container h1,
  .mfp-container h1,
  .qtip-bootstrap h1 {
    font-size: 29px;
  }
  .global-container h2,
  .mfp-container h2,
  .qtip-bootstrap h2 {
    font-size: 19px;
  }
  .global-container h3,
  .mfp-container h3,
  .qtip-bootstrap h3 {
    font-size: 18.5px;
  }
  .global-container h4,
  .mfp-container h4,
  .qtip-bootstrap h4 {
    font-size: 17px;
  }
  .global-container h5,
  .mfp-container h5,
  .qtip-bootstrap h5 {
    font-size: 14px;
  }
  .global-container h6,
  .mfp-container h6,
  .qtip-bootstrap h6 {
    font-size: 10.5px;
  }
  .global-container .btn-lg,
  .mfp-container .btn-lg,
  .qtip-bootstrap .btn-lg {
    font-size: 24px;
  }
  .global-container .title-wrapper:before,
  .mfp-container .title-wrapper:before,
  .qtip-bootstrap .title-wrapper:before {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  img.hidden-lg,
  img.hidden-md,
  img.hidden-sm,
  img.visible-xs {
    display: inline-block !important;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .qtip {
    font-size: 0.7em;
  }
  .widget-right {
    background: none;
    padding-left: 0px;
  }
  .global-container,
  .mfp-container,
  .qtip-bootstrap {
    font-size: 14px;
    line-height: 1.25;
  }
  .global-container h1,
  .mfp-container h1,
  .qtip-bootstrap h1 {
    font-size: 28.5px;
  }
  .global-container h2,
  .mfp-container h2,
  .qtip-bootstrap h2 {
    font-size: 18px;
  }
  .global-container h3,
  .mfp-container h3,
  .qtip-bootstrap h3 {
    font-size: 15px;
  }
  .global-container h4,
  .mfp-container h4,
  .qtip-bootstrap h4 {
    font-size: 14px;
  }
  .global-container h5,
  .mfp-container h5,
  .qtip-bootstrap h5 {
    font-size: 13px;
  }
  .global-container h6,
  .mfp-container h6,
  .qtip-bootstrap h6 {
    font-size: 10.5px;
  }
  .global-container .btn-lg,
  .mfp-container .btn-lg,
  .qtip-bootstrap .btn-lg {
    font-size: 28.5px;
  }
  .global-container .title-wrapper:before,
  .mfp-container .title-wrapper:before,
  .qtip-bootstrap .title-wrapper:before {
    font-size: 16.5px;
  }
  .global-container .subtitle-wrapper,
  .mfp-container .subtitle-wrapper,
  .qtip-bootstrap .subtitle-wrapper {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: center;
    background: no-repeat center bottom url('../bundles/geonautemodulecore/img/subtitle_arrow.png');
    margin-bottom: 1.5em;
  }
  .global-container .subtitle-wrapper h1,
  .mfp-container .subtitle-wrapper h1,
  .qtip-bootstrap .subtitle-wrapper h1,
  .global-container .subtitle-wrapper h2,
  .mfp-container .subtitle-wrapper h2,
  .qtip-bootstrap .subtitle-wrapper h2,
  .global-container .subtitle-wrapper h3,
  .mfp-container .subtitle-wrapper h3,
  .qtip-bootstrap .subtitle-wrapper h3,
  .global-container .subtitle-wrapper h4,
  .mfp-container .subtitle-wrapper h4,
  .qtip-bootstrap .subtitle-wrapper h4,
  .global-container .subtitle-wrapper h5,
  .mfp-container .subtitle-wrapper h5,
  .qtip-bootstrap .subtitle-wrapper h5,
  .global-container .subtitle-wrapper h6,
  .mfp-container .subtitle-wrapper h6,
  .qtip-bootstrap .subtitle-wrapper h6 {
    font-weight: 500;
  }
  .global-container .picker,
  .mfp-container .picker,
  .qtip-bootstrap .picker {
    width: 82%;
    font-size: 0.8em;
  }
  .global-container .picker__holder,
  .mfp-container .picker__holder,
  .qtip-bootstrap .picker__holder {
    min-width: 206px;
  }
  .global-container .oversize,
  .mfp-container .oversize,
  .qtip-bootstrap .oversize {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
.mfp-bg {
  background-color: transparent;
}
.popup {
  position: relative;
  background-color: white;
  padding: 20px;
  width: auto;
  max-width: 760px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2), 0 -0.25em 0.25em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2), 0 -0.25em 0.25em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2), 0 -0.25em 0.25em rgba(0, 0, 0, 0.2);
}
.popup .mfp-close {
  color: white !important;
  background-color: #3bbacc;
  opacity: 1;
  font-weight: 700;
}
.popup .mfp-close:active {
  top: 0px;
  padding-top: 1px;
}
.popup h3 {
  background-color: #3bbacc;
  width: 100%;
  line-height: 44px;
  margin: -20px 0px 20px -20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 40px;
}
.popup.popup-no-padding {
  padding: 0px;
}
.popup.popup-no-padding h3 {
  margin: 0px;
  padding-right: 0px;
}
.popup .popup-content {
  padding: 0px 20px;
}
.popup .actions-btn .btn {
  font-size: 1em;
}
.loader-container,
.growl-loader,
.growl-modal,
.growl-confirm,
.growl-growl {
  text-align: center;
  max-width: 500px;
}
.loader-container .picto,
.growl-loader .picto,
.growl-modal .picto,
.growl-confirm .picto,
.growl-growl .picto {
  font-size: 5em;
  color: #3bbacc;
  vertical-align: bottom;
  display: inline-block;
}
.loader-container .picto .icon-geonaute-loader,
.growl-loader .picto .icon-geonaute-loader,
.growl-modal .picto .icon-geonaute-loader,
.growl-confirm .picto .icon-geonaute-loader,
.growl-growl .picto .icon-geonaute-loader {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: no-repeat center center url('../bundles/geonautemoduleportal/img/growl/loader.gif');
  background-size: cover;
}
.loader-container .picto.state,
.growl-loader .picto.state,
.growl-modal .picto.state,
.growl-confirm .picto.state,
.growl-growl .picto.state {
  font-size: 1.5em;
  color: #3bbacc;
  vertical-align: top;
  margin: 15px 5px;
}
.loader-container .picto.state .icon-geonaute-question-mark,
.growl-loader .picto.state .icon-geonaute-question-mark,
.growl-modal .picto.state .icon-geonaute-question-mark,
.growl-confirm .picto.state .icon-geonaute-question-mark,
.growl-growl .picto.state .icon-geonaute-question-mark {
  color: #3bbacc;
}
.loader-container .picto.state .icon-geonaute-check,
.growl-loader .picto.state .icon-geonaute-check,
.growl-modal .picto.state .icon-geonaute-check,
.growl-confirm .picto.state .icon-geonaute-check,
.growl-growl .picto.state .icon-geonaute-check {
  color: #a4d618;
}
.loader-container img,
.growl-loader img,
.growl-modal img,
.growl-confirm img,
.growl-growl img {
  margin: 15px 0px;
}
.loader-container p,
.growl-loader p,
.growl-modal p,
.growl-confirm p,
.growl-growl p {
  margin: 5px 0px;
}
.loader-container .subtext,
.growl-loader .subtext,
.growl-modal .subtext,
.growl-confirm .subtext,
.growl-growl .subtext {
  font-size: 0.9em;
  text-align: left;
  margin: 15px 0px;
}
.loader-container .btn,
.growl-loader .btn,
.growl-modal .btn,
.growl-confirm .btn,
.growl-growl .btn {
  min-width: 20%;
}
.popup.growl-modal h3,
.popup.growl-loader h3 {
  padding: 0 20px;
}
.growl-growl {
  padding: 45px 5px;
  background-color: #6d6d6d;
  color: white;
  -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1);
}
.growl-growl .picto {
  color: white;
}
.growl-growl .picto .icon-geonaute-check {
  color: #a4d618;
}
.mfp-preloader .popup {
  position: relative;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .popup h3 {
    font-size: 16px;
  }
}

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}
