html {
    background: url(../images/1.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 375px) and (orientation: portrait) {
    html {
        background-image: url("../images/bg-1134x750.png");
    }
}

@media (min-width: 375px) and (max-width: 750px) and (orientation: landscape) {
    html {
        background-image: url("../images/bg-750x400.png");
    }
}

@media (min-width: 375px) and (max-width: 750px) and (orientation: portrait) {
    html {
        background-image: url("../images/bg-2001x1125.png");
    }
}

@media (min-width: 750px) and (max-width: 1125px) and (orientation: landscape) {
    html {
        background-image: url("../images/bg-1134x750.png");
    }
}

@media (min-width: 750px) and (max-width: 1125px) and (orientation: portrait) {
    html {
        background-image: url("../images/bg-2560x1600.png");
    }
}

@media (min-width: 1125px) and (max-width: 2001px) and (orientation: landscape) {
    html {
        background-image: url("../images/bg-2001x1125.png");
    }
}

@media (min-width: 2001px) {
    html {
        background-image: url("../images/bg-2560x1600.png");
    }
}


body {
    background: transparent;
    font-size: 15px;
    min-height: 100vh;
}

div#logo {
    padding-top: 7px;
    padding-right: 3%;
    float: left;
}

div#logo img {
    padding-left: 7px;
    height: 177px;
}

div#menu {
    padding-left: 7%;
    padding-right: 7%;
    color: #fff;
}

div#content {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
}

.btn-link {
    color: black;
}

nav#menubar {
    background-image: none;
    background-color: inherit;
    border: 0;
    box-shadow: inherit;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 11%;
}

div#pageContent {
    -webkit-box-shadow: 18px 18px 46px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 18px 18px 46px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 18px 18px 46px 4px rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    padding: 17px;
    margin-bottom: 11px;
    background: url(../images/1_blur.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    color: #fff;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-default .navbar-brand {
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
    cursor: pointer;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    cursor: pointer;
    color: #F5DEB3;
}

ul {
    list-style-type: circle;
}

#footer {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3%;
    color: #fff;
    justify-content: space-between;
    flex-wrap: wrap;
}

label.control-label {
    padding-right: 0;
}

label#radioButtonsLabel {
    padding-right: 3%;
}

.help-block {
    font-size: 12px;
    margin-bottom: 2px;
}

form.ng-submitted input.ng-invalid {
    border-color: red;
}

form.ng-submitted input.ng-invalid + p.help-block {
    display: block;
    color: red;
}

p.help-block {
    display: none;
}

h4#emailSuccess {
    color: green;
    text-align: center;
    margin-top: 0;
    margin-bottom: 11px;
}

h4#emailError {
    color: red;
    text-align: center;
    margin-top: 0;
    margin-bottom: 11px;
}

h4#emailSuccess small,
h4#emailError small {
    color: #fff;
    text-align: center;
    margin-top: 2px;
}

div.track {
    padding-bottom: 166px;
    margin-top: 7px;
}

ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

ul.slick-dots li.slick-active {
    margin: 3px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

ul.slick-dots li a {
    padding: 0;
}

ul.slick-dots li a:before {
    content: '';
}

.slick-slider {
    margin-bottom: 0;
}

div.image img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.glyphicon-home {
    color: #fff;
}

div.panel, div.panel-default {
    background: none;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
    color: #fff;
    padding: 15px 15px;
}

.panel-title {
    font-size: 15px;
}

#feedbackInsertForm {
    margin-left: 4%;
}

h4#feedbackSuccess {
    color: green;
    text-align: center;
    margin-top: 0;
    margin-bottom: 11px;
}

h4#feedbackError {
    color: red;
    text-align: center;
    margin-top: 0;
    margin-bottom: 11px;
}

h4#feedbackSuccess small,
h4#feedbackError small {
    color: #fff;
    text-align: center;
    margin-top: 2px;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.flex-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-flex: 1 0;
    -moz-box-flex: 1 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-flex: 1 0;
    -moz-box-flex: 1 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.padding-8 {
    padding-left: 8px;
    padding-right: 8px;
}

a {
    cursor: pointer;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-color: transparent;
    color: #ffffff;
}

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

.dropdown-menu {
    background-color: #d4b791;
}

div#help > ul > li {
    margin-bottom: 10px;
}

.img-popup {
    width: 220px;
    height: 225px;
    display: block;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
    z-index: 100;
    position: absolute;
    margin-top: -224px;
}

.band-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 4px;
}

.green {
    color: green;
}

.ng-image-gallery .ng-image-gallery-thumbnails {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-flex: 1 0;
    -moz-box-flex: 1 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    justify-content: center;
    -webkit-justify-content: center;
}

.ng-image-gallery .ng-image-gallery-thumbnails .thumb:not(:last-child) {
    margin-bottom: 17px;
    margin-right: 17px;
}

.ng-image-gallery .ng-image-gallery-thumbnails .thumb {
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 17px;
    margin-right: 17px;
}

.sub-title {
    display: block;
    margin-right: 7%;
}

div.sub-title > ul > li > a {
    color: #fff;
}

div.sub-title > h4 {
    margin-top: 20px;
    text-decoration-line: underline;
}