html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.my-menu{
    background-color: #4996ff;

}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #497eff;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a{
    color: white;
    font-size: large;
}
#map {
    height: 100%;
}
.leftsidebar-map{
    padding: 15px;
    z-index: 9999;
    margin-left: 5%;
    margin-top: 15%;
    margin-bottom: 15%;
}
.share-cont{
    position: absolute;
    right: 0;
    z-index: 5;
    margin: 2%;
}
.share-btn{
    color: white;
    font-size: 25px;
    cursor: pointer;
}
.social{
    height: 50px;
    cursor: pointer;
}
.gm-style-iw + div {visibility: hidden;}
.gm-style-iw {text-align:center;}
.img-main:hover{
    box-shadow: 0 0 100px white;
}
.h3-map{
    color: black;
    text-shadow: 1px 1px 2px darkgrey, 0 0 1em darkgrey;
}
.inf-none{
  display: none;
}

.notificationBar li i.active {
    background-color: darkblue !important;
    border-color: darkblue !important;
}
.time.active + div {
    -webkit-box-shadow: 0px 0px 52px 10px rgba(0,0,139,1);
    -moz-box-shadow: 0px 0px 52px 10px rgba(0,0,139,1);
    box-shadow: 0px 0px 52px 10px rgba(0,0,139,1);
}
#container {
    padding: 20px;
}

.notificationBar {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.notificationBar li {
    margin-top: 60px;
}

.notificationBar li div {
    margin-left: 50px;
    margin-top: -30px;
    border: 1px solid #ddd;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.notificationBar li i:hover {
    cursor: pointer;
}
.notificationBar li i {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: white;
    z-index: 1;
    position: absolute;
}

.notificationBar li i:after {
    content: '';
    width: 22px;
    height: 2px;
    left: 27px;
    position: absolute;
    background-color: black;
    margin-top: 15px;
    z-index: 0;
}

.notificationBar:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 4px;
    left: 15px;
    z-index: 0;
}

#map-menu li i {
    background-color: grey;
}

#map-menu li span.title {
    font-weight: 600;
}

#map-menu li span.content {
    display: block;
}

.switch{
    display: none;
    position: fixed;
    bottom: 450px;
    left: 0;
}
.switch div{
    padding: 25px;
}
.switch div span{
    font-size: 30px;
    cursor: pointer;
}
.switch div span:hover{
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}
.paint{
    position: fixed;
    bottom: 50px;
    left: 30%;
    z-index: 6;
    display: none;
}

.smallMapPicture {
    cursor: zoom-in;
    max-height: 200px;
    max-width: 200px !important;
    height: 100%;
    width: 100%;
    display: none;
}
div.main-slider {
    background-color: white;
    border-bottom: 30px solid #40c4c8;
    border-image: url(../img/nvs.jpeg) 30 round round;
}

div img.img-thumbnail {
    max-height: 300px;
}
img.empty-img {
    visibility: hidden;
}

.bottom-info {
    padding-top: 125px; 
    padding-bottom: 125px;
    border-top: 30px solid #40c4c8;
    border-image: url(../img/nvs.jpeg) 30 round round;
    background: url(../img/back.jpg) no-repeat;
    background-size: 100%;
}

.bottom-info p {
    font-size: 150%;
}

#main-block {
    position:absolute;
    left: 0;
    top:0;
    z-index:9999;
    background: url('../img/back1.jpg') no-repeat;
    background-size: 100%;
    width: 100%;
    height:100%;
    padding:0;
}

.resource {
    background: url(../img/resource_back.jpg) no-repeat;
    background-size: 100%;
    color: white;
}

.resource h3 {
    margin: 20px 0;
}

.resource h3:hover {
    cursor: pointer
}

.resource li a {
    color: white;
}

ul.links {
    margin-left: 5%;
    list-style-type: none;
    display: none;
}

#slider, #slider1, #about-city {
    padding: 30px 0;
}

#transitions {
    overflow: hidden;
}

#transitions ul {
    float:left;
    list-style: none outside none;
    padding: 0;
    width: 33%;
}
#transitions ul#trans2D {
    text-align:right;
}
#transitions ul li {
    margin:0 10px;
}

#warn {
    font-weight:bold;
    text-align:center;
}
.main-slider {
    background: url('../img/back.jpg') no-repeat;
    background-size: 100%;
}

.non-scroll {
    overflow: hidden !important;
}

body {
    position: relative;
    overflow-x: hidden;
}

#back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    background: url('../img/to-top.png') no-repeat;
    background-size: 100%;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
i.time.glyphicon {
    color: #fff;
    top: auto;
}

/* menu */
.parent2 {
    top: 15px;
    right: 15px;
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.feedback, 
.nb, 
.search, 
.share {
    width: 60px;
    height: 60px;
    background-color: dimGray;
    border-radius: 50%;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 60px;
    z-index: 19;
    cursor: pointer;
}
.feedback {
    background: url('../img/menu/m.jpg') no-repeat;
    background-size: 100%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    position: absolute;
}
.nb {
    background: url('../img/menu/nb.jpg') no-repeat;
    background-size: 100%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
}
.search {
    background: url('../img/menu/s.jpg') no-repeat;
    background-size: 100%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
}
.share {
    background: url('../img/menu/sh.jpg') no-repeat;
    background-size: 100%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
}
.mask2 {
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: url('../img/menu/menu.png') no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 21;
  color: white;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  position: fixed;
}