html,
body {
    height: 100%;
}

body {
    padding-top: 60px;
}

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

.container {
  width: auto;
  max-width: 1560px;
}

/* 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;
}

a.link {
    color: #ffffee;
    text-decoration: underline;
}
a:hover.link {
    color: #aaaaee;
}

a.link-inverse {
    color: #0000aa;
}
a:hover.link-inverse {
    color: #3333aa;
}



#carousel-home img {
    width: 100vw;
    height: 400px;
    object-fit: cover;
}

#carousel-home .carousel-caption {
    display: flex;
    align-items: center;
    text-align: left;

    top: 0;
    right: 0;
    left: 25vw;
    bottom: 0px;
}

html, body {
    /*font-family: Helvetica; */
    font-family: "Androgyne";
}



.sidebar-widget .title {
    background-color: #f19438;
    color: #fff;
    font-family: Merriweather;
    font-size: 16px;
    margin-top: 25px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
}


html, body {
  background-image: url("../images/noise-bg.jpg");
}

/*.wrap > * {
  background-color: #fff;
}*/


.newsletter-register button,
.newsletter-register input {
    margin-top: 5px;
    width: 100%;
}

.newsletter-register input {
    display: inline;
}

.sidebar-widget .alert {
    margin-top: 10px
}

#gmaps {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}


/** Make as responsive as possible **/

#carousel-home {

}
