html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    width: 100%;
    min-width: 500px;
}

#googleMap {
    width: 100%;
}

.navbar-nav>li>a {
    font-size: 15px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.dropdown-menu>li>a {
    color: #ccc;
    font-size: 15px;
}

.navbar {
    opacity: 0.8;
    position: static;
    margin-bottom: 0;

    /*border-color: #00c5ff;*/
}

.navbar-brand {
    background-color: #00c5ff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
}

.navbar-nav > li > a, .navbar-brand {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  height: 100px;
}

/*.navbar .nav > li {*/
/*z-index: 10000;*/
/*}*/

ol.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #333;
    /*opacity: 0.5;*/
    /*position: static;*/
}

ol.breadcrumb li.active {
    color: #ccc;
}

ol.breadcrumb li a {
    color: #fff;
}

ol.breadcrumb li a:active {
    color: #ccc;
}

ol.breadcrumb li a:visited {
    color: #ccc;
}

/*footer {*/
    /*border-color: #00c5ff;*/
    /*border-width: 1px;*/
/*}*/

#footer {
    position: absolute;
    /*background-color: #333;*/
    opacity: 0.8;
    bottom: 0px;
    width: 100%;
    height: 60px;
}

footer div#footer div.panel {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #333;
}

footer div#footer div.panel div.panel-footer {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    color: #777;
    border: 0;
}

div.panel-footer p {
    margin-bottom: 0px;
    padding-top: 10px;
}

ul#footer_nav {
    margin-top: -30px;
}

/*footer div p {*/
    /*margin-left: 20px;*/
    /*margin-bottom: 0;*/
    /*margin-top: 15px;*/
/*}*/

div.page-header h1 {
    color: lightgrey;
}

div.caption h4 {
    color: darkgrey;
}

.block-title {
    position: static;
}

.page-header {
    padding-bottom: 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #777;
    text-transform: uppercase;
}

#about {
    color: darkgray;
    font-size: 18px;
    text-transform: uppercase;
}

#about-header {
    color: lightgrey;
    font-size: 14px;
    text-transform: uppercase;
}

p.about-text {
    color: darkgrey;
    font-size: 14px;
}

#about-list-genre {
    color: #00c5ff;
    text-transform: uppercase;
}

/*.my-row>:nth-child(3n+1) {*/
  /*clear:left;*/
  /*background-color: red; // just to see if the first item in row is matched*/
/*}*/

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

form div.form-group p label {
    color: darkgrey;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

form div.form-group p input.form-control,
form div.form-group p textarea.form-control {
    color: #ccc;
    background-color: rgba(64,64,64,0.5);
    border-radius: 0;
    /*line-height: 1;*/
    border: 1px solid #777;
}

form input.btn {
    border-radius: 0;
}

/*@media (min-width: 768px) and (max-width: 1105px) {*/
   /*.collapse {*/
       /*display: none !important;*/
   /*}*/
/*}*/