/* color inventory */

.color-light-grey {
	color: #ededed;
}
.color-grey {
	color: #96a5b6;
}
.color-dark-grey {
	color: #4c4c4c;
}
.color-white {
	color: #ffffff;
}
.color-ice-blue {
	color: #00ace5;
}
.color-dark-blue {
	color: #003e6e;
}
.color-orange {
	color: #df6639;
}
.color-bg-light-grey {
	background-color: #ededed;
}
.color-bg-grey {
	background-color: #96a5b6;
}
.color-bg-dark-grey {
	background-color: #4c4c4c;
}
.color-bg-white {
	background-color: #ffffff;
}
.color-bg-ice-blue {
	background-color: #00ace5;
}
.color-bg-dark-blue {
	background-color: #003e6e;
}
.color-bg-black-blue {
	background-color: #1d3353;
}
.color-bg-orange {
	background-color: #df6639;
}




.bg_awi_eisblau {
    background: #00ace5;
}
.bg_awi_schwarzblau {
    background: #1d3353;
}
.bg_awi_tiefblau {
    background: #003e6e;
}
.bg_awi_tiefblau_85 {
    background: rgba(0,62,110,0.85);
}
.bg_awi_grau1 {
    background: #4b4b4d;
}
.bg_awi_grau2 {
    background: #bcbdbf;
}
.bg_awi_hggrau {
    background: #ededed;
}
.bg_awi_orange {
    background: #df6639;
}
.bg_awi_orange_85 {
    background: rgba(223,102,57,0.85);
}
.bg_awi_tuerkis {
    background: #79cafc;
}
.bg_weiss {
    background: white;
}


/* padding classes */

.no-padding {
    padding: 0;
}
.no-h-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-v-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.no-padding-right {
    padding-right: 0;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-8px {
    padding: 8px;
}
.padding-9px {
    padding: 9px;
}
.padding-0-25px {
    padding: 0 25px;
}
.padding-0-10px {
    padding: 0 10px 0 15px;
}
.padding-top-45px {
    padding-top: 45px;
}
.padding-bottom-5px {
    padding-bottom: 5px;
}
.padding-box {
    padding: 15px;
}
.v-padding-box {
    padding-top: 15px;
    padding-bottom: 15px;
}
.h-padding-box {
    padding-left: 15px;
    padding-right: 15px;
}


/* margin classes */

.no-margin {
    margin: 0;
}
.margin-top-5px {
    margin-top: 5px;
}
.margin-top-20px {
    margin-top: 20px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-bottom-20px {
    margin-bottom: 20px;
}
.margin-bottom-35px {
    margin-bottom: 35px;
}
.v-margin-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.h-margin-box {
    margin-left: 15px;
    margin-right: 15px;
}
.bottom-margin-box {
    margin-bottom: 15px;
}
@media(min-width: 1200px) {
    .no-md-margin {
        margin: 0;
    }
}


/* dom tags */

html,
body {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    height: 101%;
    font-family: "Open Sans",Arial, "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #4c4c4c;
    background-color: #ffffff;
    cursor: default;
}
body h1,
body .h1 {
    font-size: 2.1875rem;
    color: #00ace5;
    text-transform: uppercase;
}
body .h1.inline {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    text-transform: uppercase;
}
body h2,
body .h2 {
    font-size: 1.5rem;
    color: #00ace5;
}
body h3,
body .h3 {
    font-size: 1.2rem;
    color: #96a5b6;
}
body h4,
body .h4 {
    font-size: 1.3rem;
    color: #96a5b6;
}
body a {
    color: #00ace5;
}
body a:hover {
    /*color: #df6639;*/
    text-decoration: none;
}


/* near real time data */

.data-box {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
	margin: 0 5px 5px 0;
	border-radius: 5px;
}

.data-box .value {
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}

.data-box .title {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0;
/*     color: #00ace5; */
}

.data-box-wrapper-x {
    margin: 0 2px 2px 0;
}



/* dark blue box  */

.box-type-x02 h1,
.box-type-x02 h2,
.box-type-x02 h3 {
	color: #ffffff;
    text-transform: none;
}

.box-type-x02 {
/*     background: #003e6e; */
    color: #ffffff;
}
.box-type-x02 h2 {
    text-transform: uppercase;
}
.box-type-x02 .data-box-wrapper {
    padding: 0 5px 5px 0;
}


/* latest publications box */

.box-type-x03 {
	cursor: pointer;
}
.box-type-x03 > div {
	border: 1px solid #79cafc;
}
.box-type-x03 a {
	word-wrap: break-word;
}
.box-type-x03 .content {
	margin-bottom: 15px;
	overflow: hidden;
}
.box-type-x03 h2 {
    display: inline-block;
	background: #003e6e;
    color: #ffffff;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
	.box-type-x03 .content {
		height: 365px;
	}
}


/* publish your data box */

.box-type-x04 {
	cursor: pointer;
}
.box-type-x04 > div {
	border: 1px solid #003e6e;
	background: #003e6e;
}
.box-type-x04 .content {
	min-height: 65px;
	margin-bottom: 15px;
	overflow: hidden;
}
.box-type-x04 h2 {
    color: #ffffff;
}
@media (min-width: 1200px) {
	.box-type-x04 .content {
		height: 365px;
	}
}
#publish a {
	color: #fff;
}


/* counts box type */

.box-type-x06 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-type-x06 a {
	text-decoration: none;
}
.box-type-x06 .value {
	display: block;
    font-size: 2.1875rem;
    color: #ffffff;
}
.box-type-x06 .label {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
}


/* services box type */

.box-type-x05 {
	cursor: pointer;
    text-align: center;
}
.box-type-x05 > div {
	border: 1px solid #79cafc;
}
.box-type-x05 img {
	margin-top: 15px;
}
.box-type-x05 .content {
	margin-bottom: 15px;
	overflow: hidden;
	height: 100%;
}
.box-type-x05 h1 {
    color: #00ace5;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
	.box-type-x05 .content {
		height: 300px;
	}
}


/* .box-type-x05 { */
/* 	cursor: pointer; */
/*     border: 1px solid #79cafc; */
/*     text-align: center; */
/*     margin-bottom: 15px; */
/* } */
/* .box-type-05 h2 { */
/*     font-size: 1.875rem; */
/*     text-transform: uppercase; */
/* } */
/* .box-type-05 .icon { */
/*     margin-top: 15px; */
/* } */
/* .box-type-05 .arrow_in_circle { */
/*     text-align: right; */
/* } */
/* .box-type-05 .arrow-in-circle > img { */
/*     bottom: 15px; */
/*     position: absolute; */
/*     right: 30px; */
/* } */

.box-type-07 {
    text-align: center;
    border: 1px solid #79cafc;
    position: relative;
    background: white;
}
.box-type-07 .sizing-img {
    width: 100%;
}
.box-type-07 .content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.box-type-07 .content img {
    width: 100%;
}
.box-type-07 .arrow-in-circle {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
}



/* facets  */

#facets-col h1 {
	font-size: 18px;
	font-weight: bold;
    color: #96a5b6;

}
#facets-col h2 {
	font-size: 16px;
	font-weight: bold;
    color: #96a5b6;
}

ul.facet {
    list-style: outside none none;
    margin-left: 15px;
    padding: 0;
    text-indent: -15px;
    font-size: 14px;
}

/* #facets { */
/*     display: block; */
/*     padding-right: 0; */
/* } */

#facets-toggle {
    display: none;
    margin-bottom: 10px;
}

@media(max-width: 1285px) {
    #facets-toggle {
        display: block;
    }

    #facets-col {
        display: none;
        margin-bottom: 15px;
    }
}

/* #facets-selected-box { */
/* 	margin-bottom: 10px; */
/* } */

#facets > div h4 {
    margin-left: -20px;
}


/* tags and boxes  */

.tag-box {
    font-size: 14px;
}
.tag-content {
	display: inline;
}
.tag-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.tag-box ul li {
	background-color: #ffffff;
/* 	background-color: #ededed; */
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin: 5px 5px 0 0;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	line-height: 20px;
}
.tag-box-small ul li {
	font-size: 12px;
}
.tag-box-block ul li {
	display: block;
	margin-right: 0;
}
.tag-box ul li:hover {
	background-color: #ededed;
}
.tag-box ul li a {
	color: #4c4c4c;
}
.tag-box .tag-info {
/* 	float: right; */
	position: relative;
	top: -2px;
	display: inline-block;
	line-height: 20px;
	padding-left: 7px;
	width: 20px;
	text-align: center;
}


/*use div instead ul/li*/
.tag-box .tag {
	background-color: #ffffff;
/* 	background-color: #ededed; */
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin: 5px 5px 0 0;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	line-height: 20px;
}
.tag-box-small .tag {
	font-size: 12px;
}
.tag-box-block .tag {
	display: block;
	margin-right: 0;
}
.tag-box .tag:hover {
	background-color: #ededed;
}
.tag-box .tag a {
	color: #4c4c4c;
}
.tag-box .tag {
	position: relative;
	padding-right: 65px;
}

.tag-box .tag .tag-title {
	word-wrap: break-word;
}

.tag-box .tag .tag-icon-container {
	position: absolute;
	right: 7px;
	top: 5px;
}

.tag-icon-container span {
	width: 16px;
}


/* top title over image */

.top-title {
    bottom: 0;
    color: #00ace5;
    font-size: 3em;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}



/* results */

#results-menu {
	font-size: 12px;
}

.results-menu-wrapper {
	min-height: 40px;
	margin-bottom: 10px;
}

.results-pagination {

}
.results-pagination button,
.results-pagination span {
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin: 0 0 0 2px;
	min-width: 30px;
	height: 30px;
	color: #4c4c4c;
	border: 1px solid #dddddd;
	background-color: #ededed;
}
.results-pagination span {
	color: #ffffff;
	border: 1px solid #0099cc;
	background-color: #00ace5;
}


/* result search style */

.search-item:last-child {
	margin-bottom: 10px;
}
.search-item {
	margin-top: 10px;
	min-height: 100px;
}
.search-item.active {
	background-color: #f5f5f5;
}
.search-title {

}
.search-authors {
	font-size: 14px;
}
.search-id {
	margin-top: 5px;
	font-size: 12px;
}
.search-resources {
	margin-top: 5px;
}
.search-resources a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	margin-right: 5px;
	border-radius: 0 0 7px 0;
	color: #ffffff;
	background-color: #00ace5;
}

.search-preview-wrapper {
	margin: 0;
    padding: 0 10px 10px 0;
}

.search-preview-title {
	position: absolute;
	bottom: 0;
	height: 30%;
	width: 100%;
	padding: 5px;
	color: #003e6e;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .7);
    font-size: 0.78rem;
    font-weight: bold;
	text-transform: uppercase;
}
.search-preview-subtitle {
    font-weight: normal;
	text-transform: none;
}

.search-preview-tile:hover .search-preview-title {
    background-color: rgba(255, 255, 255, .8);
}

@media(min-width: 1200px) {
    .search-preview-wrapper {
        width: 20%;
    }
}

@media(max-width: 1285px) {
    .search-preview-wrapper {
        padding: 0 5px 5px 0;
    }
}


/* collections and studio map */
#collection-content {
	width: 100%;
	height: 100%;
/* 	background-color: #ccc; */
}
.collection-content-nooverlay {
	position: absolute;
	left: 400px;
	top: 0;
	bottom: 130px;
/* 	width: 100%; */
	right: 0;
}

#map-control-bar-left {
	width: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1028;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

.map-control-bar-left-image-wrapper {
	height: 200px;
	overflow: hidden;
}
.map-control-bar-left-image-wrapper img {
	position: relative;
	top: -100px;
	min-width: 100%;
	min-height: 100%;
}

.map-control-bar-left-title-wrapper {
	height: 80px;
	color: #ffffff;
	background-color: #00ace5;
	padding: 10px;
}

.map-control-bar-left-title-wrapper .title {
	font-size: 22px;
	font-weight: bold;
}

.map-control-bar-left-title-wrapper .subtitle {
	font-size: 16px;
}

.map-control-bar-left-navigation {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #96a5b6;
}

.map-control-bar-left-navigation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
	text-align: center;
}

.map-control-bar-left-navigation ul li {
	display: inline-block;
	width: 60px;
	text-align: center;
}

.map-control-bar-left-navigation ul li.active {
	background-color: #00ace5;
}
.map-control-bar-left-navigation ul li.active a {
	color: #ffffff;
}

.map-control-bar-left-navigation ul li a {
	color: #003e6e;
}

.map-control-bar-left-navigation ul li a:hover {
/* 	color: #00ace5; */
}

.map-control-bar-left-navigation ul li i {
	width: 20px;
}

.material-icons-fa-fix {
	vertical-align: middle;
	padding-bottom: 5px;
}

#map-control-bar-left-content > div {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

#map-control-bar-left-toggle {
	position: absolute;
	width: 25px;
	height: 50px;
	left: 400px;
	top: 20px;
	z-index: 1029;
	background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px #0000004d;
}

#map-control-bar-left-toggle:hover,
#map-control-bar-left-toggle:hover .fa {
	font-weight: bold;
	cursor: pointer;
}

#map-control-timeline {
	position: absolute;
	min-width: 250px;
	left: 450px;
	right: 220px;
	bottom: 135px;
	z-index: 1025;
	background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px #0000004d;
}

#map-control-timeline-close-button {
	margin-right: -10px;
}

#map-control-bar-bottom {
    position: absolute;
	height: 130px;
    bottom: 0;
    left: 400px;
    right: 0;
    z-index: 1025;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    /* overflow: hidden; */
}

#map-control-bar-bottom-menu {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 145px;
	bottom: 130px;
	right: 50px;
	z-index: 1026;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
}

#map-control-bar-bottom-menu a {
	color: #4c4c4c;
}

#map-control-bar-bottom-menu-timeline-toggle {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 30px;
	text-align: center;
}

#map-control-bar-bottom-toggle {
	position: absolute;
	display: inline-block;
	height: 30px;
	left: 45px;
	padding-left: 10px;
	font-size: 12px;
	border-left: 1px solid #ccc;
}



#info-bar {
	margin-top: 0;
	cursor: pointer;
	text-align: center;
    font-weight: bolder;
    color: #ffffff;
    background-color: #df6639;
    height: 30px;
    line-height: 30px;
}

#info-bar * {
	display: inline-block;
}



/* map layers */

.map-layer {
	line-height: 20px;
}

.map-layer .layer-info {
	float: right;
	line-height: 20px;
	padding-left: 7px;
}

.map-layer .layer-info > * {
	margin-left: 5px;
}



/* scrollbars  */

.map-scroll-h::-webkit-scrollbar {
	height: 7px;
}

.map-scroll-v::-webkit-scrollbar {
	width: 7px;
}

.map-scroll::-webkit-scrollbar-track {
	background-color: #003e6e;
}

.map-scroll::-webkit-scrollbar-thumb {
	background-color: #00ace5;
}

.map-scroll::-webkit-scrollbar-button {
	display: none;
}

.map-scroll::-webkit-scrollbar-corner {
	background-color: #000000;
}






/* tooltip */

.x-tooltip {
	display: none;
	position: absolute;
	width: 150px;
	margin-left: 5px;
	padding: 5px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #96a5b6;
	border-radius: 5px;
	z-index: 2000;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	font-size: 14px;
}


/* navigation */

.navbar {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 2px !important;
}
.navbar-toggle {
    color: white;
    border-radius: 0 !important;
    border-color: white !important;
    _float: left;
}
.navbar-toggle .icon-bar {
    background-color: white !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: white !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #00ace5 !important;
}
/* .navbar-nav > li > a { */
/*     line-height: 23px !important; */
/* } */
.container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-collapse.collapse {
    float: right;
}
@media(min-width: 768px) {
    .navbar-toggle {
        margin-right: 0;
    }
}
@media(max-width: 768px) {
    .navbar-nav {
        margin: 7px 0 0 0;
    }
}
@media (max-width: 1285px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-right {
        margin-right: 0;
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

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

    .navbar-collapse.collapse {
        display: none !important;
        float: none;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7px;
    }

    .navbar-nav > ul {
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
    }

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

    .collapse.in {
        display:block !important;
    }

    #navbar {
        right: 0;
    }

    #searchbar {
        width: 100%;
        right: 0;
    }
}


/* platform tiles */

.platform-tile img {
    max-height: 272px;
}

.platform-tile:hover .title {
    text-decoration: underline;
    background-color: rgba(255,255,255,.8);
}

.platform-tile .title {
    background-color: rgba(255,255,255,.7);
    bottom: 0;
    color: #003e6e;
    font-size: 0.78rem;
    font-weight: bold;
    height: 33.3333%;
    left: 10px;
    right: 0;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    position: absolute;
    text-transform: uppercase;
}

.platform-tile-wrapper {
    padding: 10px 0 0 10px;
}

@media(min-width: 1200px) {
    .platform-tile-wrapper {
        width: 20%;
    }
}

@media(max-width: 1285px) {
    .platform-tile-wrapper {
        padding: 10px 5px 0 5px;
    }

    .platform-tile .title {
        left: 5px;
        right: 5px;
    }
}



/* social icons */

#social-icons {
	
}
#social-icons li {
	margin-left: 10px;
}
#social-icons i.fa {
	font-size: 20px;
}



/* jquery ui custom and input elements */

input[type='text'] {
    border: 1px solid #00ace5;
    padding: 0 3px;
}
.ui-slider {
    margin: 10px 0;
}
.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #00ace5 !important;
}
.ui-state-active {
	border: 1px solid #dddddd !important;
	background-color: #00ace5 !important;
}



/* collections carousel */

.collections-carousel {
}
.collections-carousel-img img {
	width: 100%;
}
.collections-carousel-text {
	padding-right: 30px;
}


@media (min-width: 992px) {
	.carousel-inner-normal {
		height: 200px;
	}
	.carousel-inner-large {
		height: 300px;
	}
	.collections-carousel-text h2 {
		margin-top: 0;
	}
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control {
    position: relative;
}
.pos-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin-top: -30px;
}
.link-box {
    cursor: pointer;
}
.carousel {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.carousel .dont-jump {
    margin: 0;
}
.carousel-nav-right {
    text-align: right;
}
@media (min-width: 0px) {
    .carousel {
        _padding-right: 15px;
    }
    #discoverCarousel .link-box {
        margin-bottom: 30px;
    }
    #discoverCarousel h3 {
        padding-right: 40px;
    }
}
@media (min-width: 768px) {
    #discoverCarousel .link-box {
        margin-bottom: 0;
    }
    #discoverCarousel h3 {
        margin: 10px 0;
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    #discoverCarousel h3 {
        padding-right: 0;
        margin: 10px 0;
    }
}


/* carousel and featured links */

/* .featured-link { */
/* 	display: inline-block; */
/* 	padding: 5px 10px 5px 10px; */
/* 	border: 1px solid #4c4c4c; */
/* 	color: #ffffff; */
/* 	background-color: #00ace5; */
/* 	border-radius: 5px; */
/* } */
/* .featured-link:hover { */
/* 	color: #ffffff; */
/* } */







/* arrows */

.arrow-in-circle img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
}
.arrow-in-circle-with-space img {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 30px;
}



/* home map and boxes */

#home-map {
	width: 100%;
}
#home-map #map {
	width: 100%;
	height: 100%;
	min-height: 50vh;
	z-index: 0;
}
#home-map-overlay {
	z-index: 1000;
    margin-top: -6rem;
    pointer-events: none;
    background-color: #ff0000;
}



#home-map-with-overlays {
    position: relative;
    width: 100%;
	margin-top: 9rem;
}
#home-map-with-overlays #map {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    z-index: 0;
}
#home-map-with-overlays #searchbar-wrapper {
    position: absolute;
    width: 100vw;
    max-width: 100%;
    background: rgba(0,62,108,0.75);
    margin-bottom: -2.6rem;
    padding: 0.2rem;
    z-index: 1;
}
#home-map-with-overlays #searchbar-wrapper #searchbar {
    padding: 0;
    width: 100%;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group {
    width: 100%;
    margin-left: 0;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group input {
    border: 2px solid #00ace5;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group .form-control:first-child {
    border-radius: 0;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group .input-group-addon {
    top: 0;
    z-index: 1000;
    border-radius: 0;
    border: none;
    background: #00ace5;
    color: white;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    #home-map-with-overlays {
        margin-top: 5.2rem;
    }
}
#quad-boxes {
    position: absolute;
    bottom: 4.3rem;
    right: 0;
    padding: 0 30px;
}
#quad-boxes #quad-boxes-wrapper {
    padding-left: 0;
    padding-right: 0;
}
#quad-boxes .quad {
    padding: 0;
    margin-bottom: 4px;
    background: none !important;
}
#quad-boxes .quad .content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}
#quad-boxes .quad .content .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}
#quad-boxes .quad .arrow-in-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#quad-boxes .quad .quad_img {
    width: 100%;
}
#quad-boxes .quad:nth-child(odd) {
    padding-right: 2px;
}
#quad-boxes .quad:nth-child(even) {
    padding-left: 2px;
}
#quad-boxes .quad:nth-child(even) .content {
    padding-left: 15px;
}
#quad-boxes .quad:nth-child(even) .arrow-in-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#latest_expeditions_wrapper {
    padding: 0;
    margin-bottom: 5px;
    color: white;
}
#latest_expeditions_wrapper #latest_expeditions_selection {
    padding-top: 15px;
    padding-bottom: 15px;
}
#latest_expeditions_wrapper #latest_expeditions_selection input {
    border-radius: 0;
    height: 2.2rem;
    background: #1d3353;
    border: 1px solid #00ace5;
}
#latest_expeditions_wrapper .title {
    text-transform: uppercase;
    font-size: 1.5rem;
}
#latest_news_wrapper {
    height: 4rem;
    z-index: 1000;
}
#latest_news_wrapper #latest_news_content {
    color: white;
}
@media (min-width: 1200px) {
    #home-map-with-overlays {
        /*height: 60vh;*/
        height: 650px;
    }
    #home-map-with-overlays #map-underlayed {
        position: absolute;
    }
    #home-map-with-overlays #map-overlays-wrapper {
        position: relative;
        bottom: 0;
        height: 100%;
        color: white;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays {
        position: absolute;
        bottom: 0;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #latest_expeditions_wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: -15px;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #latest_expeditions_wrapper #latest_expeditions_selection {
        height: 4rem;
        padding-top: 1rem;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #aktuelles_wrapper {
        padding: 0 15px;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #aktuelles_wrapper #aktuelles_content {
        height: 4rem;
        padding: 0.5rem 1rem;
    }
}
#home-map-overlays {
    margin-top: -4rem;
}
#latest-expeditions-row {
    position: relative;
}








.main-row {
	padding-top: 35px;
	padding-bottom: 35px;
}

.row-inside {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inside-full-height {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
/* 	width: 100%; */
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}





/* collections and studio */

#product-type-toggle {
    display: inline-block;
    background-color: #00abe5;
    width: 100px;
    height: 100px;
    margin-left: 15px;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

#product-type-toggle:hover {
    background-color: #003e6e;
}

#product-type-toggle > i {
    margin-top: 25%;
    padding: 5px 10px 5px 10px;
    border: 1px solid white;
}

#map-control-bar-bottom {
	overflow: hidden;
}
#map-control-bar-bottom > div {
	width: 100%;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 15px;
    margin-left: 5px;
/*     padding-bottom: 5px; */
}
@-moz-document url-prefix() {
    #map-control-bar-bottom {
        padding-bottom: 0;
    }
    #map-control-bar-bottom > div {
    	height: 120px;
    	margin-top: 10px; 
    }
}

.product-preview,
.product-preview > a > img {
    height: 110px;
    width: 160px;
    display:inline-block;
/*     display: inline; */
}

.product-preview {
    position: relative;
    margin-right: 5px;
	overflow: hidden;
}

.product-preview a {
	cursor: pointer;
}

.product-preview:last-child {
    margin-right: 0;
}

#featured-products,
#selected-products {
    height: 100px;
}

.product-hover {
    border: 5px solid black;

}
.product-selected {
  border: 5px solid black;
}

.product-underlay {
    width: 160px;
    height: 20px;
    position: absolute;
    bottom: 7px;
    background-color: #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.product-description {
    opacity:;
    position: absolute;
	color: #ffffff;
	left: 5px;
	/*bottom: 5px;*/
	font-size: 12px;
}

.product-description-dark {
    opacity:;
    position: absolute;
    color: #000000;
    left: 5px;
    bottom: 5px;
    font-size: 12px;
}

.product-description .fa {
	font-size: 14px;
}





/* color box */

.color-box {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	display: inline-block; 
}



/* typeahead for left bar */

#map-control-bar-left ul.typeahead.dropdown-menu {
	width: 373px;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
}



/* help elements */

.popover.help {
	background-color: #003e6e;
	background-color: #df6639;
	color: #ffffff;
}
.popover.top.help > .arrow:after {
	border-top-color: #003e6e;
	border-top-color: #df6639;
}
.popover.right.help > .arrow:after {
	border-right-color: #df6639;
}
.popover.help .popover-title {
	background-color: #003e6e;
	background-color: #df6639;
	color: #ffffff;
}
.popover.help a {
	color: #ffffff;
	cursor: pointer;
}













.dont-jump
{
    margin:0;
}
.main-container.container-fluid {
    padding: 0;
}
.inside {
    /* max-width: 1400px; */
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.equalheight {
    overflow: hidden;
}
.equal {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.doi-hdl {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
}
header {
    background: #df6639;
}
#header-logo img {
    max-height: 3.3rem;
    max-width: 70%;
    position: absolute;
    top: 0;
/*     left: 0; */
}
/*input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}*/


.nav-tabs {
    border: none !important;
}
.nav-tabs li {
    cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #00ace5;
    border: none;
    color: white;
}
.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    background: #1d3353;
    color: white;
}
.nav-tabs > li > a:hover {
    background: #00ace5;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.2rem;
	width: 100%;
	border: 1px solid #00ace5;
}
select.dark-blue {
	background: #1d3353 url("../images/icons/fa-chevron-down-ice-blue.png") no-repeat right center;
	color: white;
    padding-right: 40px;
}
select::-ms-expand {
    display: none;
}
select.dark-blue option {
    background: #1d3353;
    padding: 0.2rem 1rem;
    color: white;
}
.bg_weiss select,
.bg_weiss select option {
    background: white;
    color: #1d3353;
}
.icon-button {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    color: white;
    background: #00ace5;
    text-align: center;
    cursor: pointer;
}
#home-map-with-overlays {
    position: relative;
    width: 100%;
	margin-top: 9rem;
}
#home-map-with-overlays #map {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    z-index: 0;
}
#home-map-with-overlays #searchbar-wrapper {
    position: absolute;
    width: 100vw;
    max-width: 100%;
    background: rgba(0,62,108,0.75);
    margin-bottom: -2.6rem;
    padding: 0.2rem;
    z-index: 1;
}
#home-map-with-overlays #searchbar-wrapper #searchbar {
    padding: 0;
    width: 100%;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group {
    width: 100%;
    margin-left: 0;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group input {
    border: 2px solid #00ace5;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group .form-control:first-child {
    border-radius: 0;
}
#home-map-with-overlays #searchbar-wrapper #searchbar .input-group .input-group-addon {
    top: 0;
    z-index: 1000;
    border-radius: 0;
    border: none;
    background: #00ace5;
    color: white;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    #home-map-with-overlays {
        margin-top: 5.2rem;
    }
}
#quad-boxes {
    position: absolute;
    bottom: 4.3rem;
    right: 0;
    padding: 0 30px;
}
#quad-boxes #quad-boxes-wrapper {
    padding-left: 0;
    padding-right: 0;
}
#quad-boxes .quad {
    padding: 0;
    margin-bottom: 4px;
    background: none !important;
}
#quad-boxes .quad .content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}
#quad-boxes .quad .content .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}
#quad-boxes .quad .arrow-in-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#quad-boxes .quad .quad_img {
    width: 100%;
}
#quad-boxes .quad:nth-child(odd) {
    padding-right: 2px;
}
#quad-boxes .quad:nth-child(even) {
    padding-left: 2px;
}
#quad-boxes .quad:nth-child(even) .content {
    padding-left: 15px;
}
#quad-boxes .quad:nth-child(even) .arrow-in-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#latest_expeditions_wrapper {
    padding: 0;
    margin-bottom: 5px;
    color: white;
}
#latest_expeditions_wrapper #latest_expeditions_selection {
    padding-top: 15px;
    padding-bottom: 15px;
}
#latest_expeditions_wrapper #latest_expeditions_selection input {
    border-radius: 0;
    height: 2.2rem;
    background: #1d3353;
    border: 1px solid #00ace5;
}
#latest_expeditions_wrapper .title {
    text-transform: uppercase;
    font-size: 1.5rem;
}
#latest_news_wrapper {
    height: 4rem;
    z-index: 1000;
}
#latest_news_wrapper #latest_news_content {
    color: white;
}
@media (min-width: 1200px) {
    #home-map-with-overlays {
        /*height: 60vh;*/
        height: 650px;
    }
    #home-map-with-overlays #map-underlayed {
        position: absolute;
    }
    #home-map-with-overlays #map-overlays-wrapper {
        position: relative;
        bottom: 0;
        height: 100%;
        color: white;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays {
        position: absolute;
        bottom: 0;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #latest_expeditions_wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: -15px;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #latest_expeditions_wrapper #latest_expeditions_selection {
        height: 4rem;
        padding-top: 1rem;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #aktuelles_wrapper {
        padding: 0 15px;
    }
    #home-map-with-overlays #map-overlays-wrapper #overlays #aktuelles_wrapper #aktuelles_content {
        height: 4rem;
        padding: 0.5rem 1rem;
    }
}
#home-map-overlays {
    margin-top: -4rem;
}
#latest-expeditions-row {
    position: relative;
}
#collections-map {
    position: relative;
    width: 100%;
    height: 89.3vh;
}
#collections-map #map {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    z-index: 0;
}
#studio-map {
    position: relative;
    width: 100%;
}
#studio-map #map {
    width: 100%;
    height: 100%;
    min-height: 86vh;
    z-index: 0;
}
#searchbar-wrapper {
    position: absolute;
    width: 100vw;
    max-width: 100%;
    background: rgba(0,62,108,1);
/*     margin-bottom: -2.6rem; */
/*     padding: 0.2rem; */
	padding: 4px;
    z-index: 1030;
}
@media (min-width: 0px) {
    #studio-map {
        margin-top: 9rem;
    }
}
@media (min-width: 992px) {
    #studio-map {
        margin-top: 5.2rem;
    }
}
@media (min-width: 1200px) {
    #studio-map {
        height: 90vh;
    }
    #studio-map #map-underlayed {
        position: absolute;
    }
}
#latest-data-products-block {
    margin: 30px auto;
}
.link-box {
    cursor: pointer;
    text-overflow: ellipsis;
}
.content-wrapper {
    max-width: 100%;
    text-overflow: ellipsis;
}


img {
    max-width: 100%;
}
a:focus {
    outline: rgba(255,255,255,0.1) dotted 1px;
}
.main-container.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (min-width: 1200px) {
    .main-container.container-fluid {
        padding: 0;
    }
}


@media(max-width: 991px) {
    #home_row_statistics [class*="col-"] {
        margin: 10px 0;
    }
}

#home_row_statistics [class*="col-"]:last-child {
    border-bottom: none;
}
@media (min-width: 992px) {
    #home_row_statistics {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #home_row_statistics [class*="col-"] {
        border-bottom: none;
    }
}
#global-footer > .row > div > [class*="col-"] {
    /*border-bottom: 15px solid white;*/
    margin-top: 30px;
    margin-bottom: 30px;
}
#global-footer [class*="col-"]:last-child {
    border-bottom: none;
}
#global-footer #footer-social-icons li {
    display: inline-block;
    width: 36px;
}
#global-footer #footer-social-icons li a {
    max-width: 100%;
}
@media (min-width: 768px) {
    #global-footer [class*="col-"] {
        border-bottom: none;
    }
}




.footer-menu-01 ul,
.footer-menu-02 ul,
.footer-menu-03 ul {
    padding: 0;
}

.footer-menu-01 ul li,
.footer-menu-02 ul li,
.footer-menu-03 ul li {
    list-style-type: none;
    display: inline-block;
}

.footer-menu-01 ul li a,
.footer-menu-02 ul li a,
.footer-menu-03 ul li a {
    color: #ffffff;
}
.footer-menu-01 ul li:after,
.footer-menu-02 ul li:after {
    content: " | ";
/*     color: white; */
}
.footer-menu-01 ul li:last-child:after,
.footer-menu-02 ul li:last-child:after,
.footer-menu-03 ul li:last-child:after {
    content: "";
}

.footer-menu-02 h2 {
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
}








.fixed-top {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1030;
    background-color: white;
}

.searchbar-icon {
    top: 0;
    border-radius: 0;
    border: none;
    background: #00ace5;
    color: white;
    font-size: 1.2rem;
}

.data-box-wrapper {
    width: 33%;
}

#home-map-overlays {
    z-index: 314159 !important;
}

.map-overlay {
    height: 100%;
    z-index:909090999;
    position: relative;
    margin: auto;
}

@media(min-width: 1200px) {
    .map-overlay {
        width: 1200px;
    }
}

#map-overlay-latest-expedition {
    background-color: white;
    height: 100px;
    position: absolute;
    bottom: 0;
}

#map-overlay-tiles {
    background-color: red;
    height: 100px;
    position: absolute;
    bottom: 0;
}

.z-index-over-9000 {
    z-index:909090999;
}

.position-relative {
    position: relative;
}

#nav {
    height: 92px;
}

#home-map-with-overlays,
#collections-map,
#studio-map {
    margin-top: 0 !important;
}

#home-map-overlays {
    margin-top: -6rem;
    pointer-events: none;
}

#latest_expeditions_wrapper {
    margin-bottom: 0;
}

#quad-boxes {
    bottom: 6rem;
}

.icon-ui {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_00569c_256x240.png");
}

.icon-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_7f0007_256x240.png");
}

div.busy-bar {
    position: fixed;
    width: 250px;
    height: 50px;
    border: 1px solid #cccccc;
    z-index: 100000;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -25px;
    padding: 5px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

div.busy-bar div {
    height: 15px;
}

.info {
    color: #888888;
}

a.dissemination {
    text-decoration: none;
}

.dissemination-restricted {
    background-color: #7f0007;
}

.dissemination-unrestricted {
    background-color: #27c400;
}

.dissemination-details {
    background-color: #00abe5;
}

.dissemination {
    border-bottom-right-radius: 7px;
    color: #ffffff;
    margin-right: 3px;
    padding: 2px 6px 2px 5px;
}

a.dissemination:hover {
    color: #ffffff;
}

.info-small {
    color: #888888;
    font-size: 8pt;
}

.facet-toggle {
    cursor: pointer;
}

#info #map {
    height: 300px;
    border: 1px solid #e8e8e8;
    min-height: 0 !important;
}

#tagcloud-box {
    height: 200px;
    position: relative;
    border: 1px solid #e8e8e8;
}

#object-relations {
    height: 300px;
    position: relative;
    border: 1px solid #e8e8e8;
}

#object-relations > div {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 40%;
    bottom: 60%;
    text-align: center;
}

#latest_expeditions_box .arrow-in-circle {
    position: absolute;
    right: 30px;
    bottom: 14px;
}

#latest_expeditions_box > a,
#latest_news_content > a {
    color: white;
}

#latest_news_content .arrow-in-circle {
    position: absolute;
    right: 15px;
}

@media(min-width: 1200px) {
    #latest_news_content .arrow-in-circle {
        top: 52px;
    }
}

@media(max-width: 1199px) {
    #latest_news_content .arrow-in-circle {
        top: 32px;
    }
}

#searchbar {
    padding: 0 8px;
}

@media(max-width: 1285px) {
    #searchbar {
        padding: 0;
    }
}



@media(min-width: 1200px) and (max-width: 1285px) {
    .col-1285-4 {
        width: 33.333333%;
    }

    .col-1285-8 {
        width: 66.666667%;
    }

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

    .col-1285-offset-0 {
        margin-left: 0;
    }
}

#filter {
    display: none;
    margin: 10px 0;
}

#tagcloud-box text {
    cursor: pointer;
}

.node {
    cursor: pointer;
}

.toggle-button-left{
    margin-left: 30%;
    margin-top: 50%;
    font-size: 20px;
}


/* #map-control-bar-bottom-toggle-menu{ */
/*     height: 30px; */
/*     width: 145px; */
/*     background-color: white; */
/*     cursor: pointer; */
/* } */

/* #map-control-bar-bottom-leaflet-controls{ */
/*     margin-left: 81.5%; */
/*     height: 60px; */
/* } */

/* #map-control-bar-bottom-toggle-text, */
/* #map-control-bar-bottom-icon > .fa{ */
/*     margin-left:5px; */
/*     padding-top: 6px; */
/* } */

/* #map-control-bar-bottom-icon > .fa{ */
/*      margin-left: 25%; */
/* } */

/* #map-control-bar-bottom-toggle-text > .fa{ */
/*     margin-left: 25px; */
/*     font-weight: 100; */
/*     font-size:15px; */
/* } */


/* #map-control-bar-bottom-toggle:hover  .fa{ */
/*     font-weight: bold; */
/* } */


body > .content {
/*     min-height: 100vh; */
}

.content-inside {
/*     padding-bottom: 202px; */
}

#footer {
	bottom: 0;
}

body {
    min-height: 100vh;
}

@media(min-width: 1175px) {
    #home-map-overlays > div {
        /*min-width: 1175px;*/
    }
}

@media(max-width: 1400px) and (min-width: 1200px) {
    .col-1400-12 {
        width: 100%;
    }

	.col-1400-8 {
        width: 66.6667%;
    }

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

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

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

    .col-1400-offset-0 {
        margin-left: 0;
    }

    .col-1400-pull-0 {
        right: 0;
    }
}

@media(max-width: 1660px) and (min-width: 1400px) {
    .col-1660-12 {
        width: 100%;
    }

    .col-1660-10 {
        width: 83.3333%;
    }

    .col-1660-8 {
        width: 66.6667%;
    }

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

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

	.col-1660-5 {
		width: 41.6667%;
	}

	.col-1660-offset-5 {
		margin-left: 41.6667%;
	}

    .col-1660-4 {
        width: 33.3333%;
    }

    .col-1660-2 {
        width: 16.6667%;
    }

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

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


#latest_expeditions_box,
#latest_news_content,
#quad-boxes-wrapper > .quad,
#map-control-bar-bottom-toggle-menu {
    pointer-events: initial;
}

#map-temporal-slider {
    margin-right: 15px !important;
}



#home_row_statistics .label {
    color: white;
}

#image-head {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 600px;
    background-color: #96a5b6;
}

#image-head .tiles {
    position: absolute;
    bottom: 0;
}

#image-head .tiles .arrow-in-circle,
.tiles-row .arrow-in-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#image-head .tiles .tile {
    height: 200px;
    width: 49%;
    max-width: 200px;
    float: right;
    position: relative;
    margin: 1% 0.5% 0 0.5%;
}

.tiles-row {
    display: none;
    margin-bottom: 20px;
}

@media(max-width: 1200px) {
    .tiles-row {
        display: block;
    }

    #image-head .tiles {
        display: none;
    }

    .main_row {
        padding-top: 0;
    }

    #expedition-map {
        padding: 20px;
    }

    #platform-title {
        margin-bottom: 0;
    }
}

@media(max-width: 768px) {
    .tiles-row .tile {
        margin: 5px;
    }
}

.tiles-row .tile {
    height: 200px;
    margin-left: -10px;
    margin-right: -10px;
}

#image-head .tile .title,
.tiles-row .tile .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 12px 12px 0.6rem;
    text-transform: uppercase;
    color: white;
}

.tiles-row .tile .title {
    margin: 0;
    padding: 12px 12px 0;
}

#image-head .tile .text,
.tiles-row .tile .text {
    color: white;
    margin: 12px;
}

#expedition-map {
    padding-left: 20px;
}

#expedition-map.affix {
    width: 16.75%;
    top: 110px;
    z-index: 1029;
}

#latest_expeditions_box div a:hover {
    color: #00ace5;
    text-decoration: underline;
}

.authors {
    font-weight: bold;
}

@media(max-width: 1157px) {
    #publish-box {
        margin-bottom: 15px;
    }
}

.platforms {
    display: none;
}

.device {
    padding: 6px 12px;
    background-color: #e1e1e1;
    display: inline-block;
    margin: 5px;
    color: #4c4c4c;
}

.device:hover,
.device:focus {
    background-color: #cdcdcd;
    color: black;
    text-decoration: none;
}

#map-control-toggle-mapstyle{
    position: absolute;
    z-index: 1027;
    margin-left: 1655px;
    margin-top: 40px;
    width: 220px;
}

#map-control-toggle-mapstyle > .leaflet-switcher{
    width: 100%;
}
#map-control-toggle-mapstyle > .leaflet-switcher > .leaflet-switcher-part{
    width: 33.3%;
}

#toggle-nrt{
    background-color: white;
    height: 36px;
    margin-top: 38px;
}

#map-display-right-nrt{
    position: absolute;
    background-color: white;
    z-index: 1027;
    margin-left: 1655px;
    margin-top: 120px;
    width: 220px;
    height: 600px;
}

#platform-img {
    width: 100%;
}

#platform-map {
    width: 100%;
    height: 350px;
    float: right;
}
@media(min-width: 1200px) {
    #platform-map {
        max-width: 404px;
    }
}

@media(max-width: 768px) {
    #home-map-with-overlays {
        display: none;
    }

    #home-map-overlays {
        margin-top: 0;
    }
}

#latest-expeditions_box > a > .row,
#latest_news_content > a > .row {
    padding: 15px 0;
    width: 90%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

#export {
    display: inline-block;
    float: right;
}

#events-list {
	min-height: 350px;
}

.min-hight-100{
	min-height: 96px;
}

#footer {
        clear: both;
}


