@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
html, body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  /* 16px/16px = 1em */
  color: #333; }

  a:hover { color: #337ab7; }

.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: left;
}

.container-fluid {
  max-width: 1200px; }

#headerMain {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-right: 10px;
  background-color: #ffffff; }

#titleWrap {
  padding: 4px 0 0 8px; }

#myNavmenu {
  width: 100%;
  top: 70px;
  background: #ffffff url("images/bordo.gif") repeat-x bottom; }

#box_lang {
  float: right;
  padding-top: 10px; }

#containerWrap {
  margin-top: 135px;
  background-color: #f9f9f9; }

h2 {
  margin: .5em 0 .5em 0;
  /* 20px/30px = .666667em - 16px/30px = .533333em */
  font-size: 1.4em;
  /* 30px/16px = 1.875em */ }

img {
  max-width: 100%;
  height: auto; }

p {
  text-align: left; }

hr {
  border: solid #333 1px; }

.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#player {
  max-width: 200px !important; }

.row, #box_cover {
  padding: 10px;
  overflow: hidden; }

#box_cover img.img_cover {
  width: 176px;
  height: 176px; }

#box_cover, #box_cover .col-xs-3, #box_cover .col-xs-3 header {
  padding: 0;
  margin: 0; }

/* REALEASES LIST cover
    .img_cover .col-xs-3 img.img_cover_meddle { }
    .cat_cover{visibility: hidden; position: absolute; top: 15px; left: 15px}
    .autor_cover{visibility: hidden; position: absolute; top: 55px; left: 15px}
    .title_cover{visibility: hidden; position: absolute; top: 95px; left: 15px}
*/
.cover-grid {
  max-width: 100%;
  text-align: center;
  margin: 0;
  padding: 0; }

.cover-grid li {
  /*border: 5px solid white;*/
  display: inline-block;
  margin: 0;
  width: 176px; }

.cover-grid img {
  display: block;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

.cover-grid figure {
  width: 176px;
  height: 176px;
  overflow: hidden;
  position: relative; }

.cover-grid figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  /* display: table;*/
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  z-index: 10; }

.cover-grid figcaption p {
  /* display: table-cell;*/
  font-size: 1.5em;
  position: relative;
  padding: 6px;
  top: 0;
  width: 176px;
  /*vertical-align: middle; */ }

.cover-grid figcaption p.figcaption_cat {
  font-size: 1.2em; }

.cover-grid figcaption p.figcaption_artist {
  font-size: 1.4em;
  color: #0b7594; }

.cover-grid figcaption p.figcaption_title {
  font-size: 0.8em; }

.cover-grid figcaption p.figcaption_date {
  font-size: 0.8em;
  margin-top: 20px; }

.cover-grid li:hover figcaption {
  opacity: 1; }

.cover-grid li:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.cover-grid figcaption p {
  font-size: 1.3em;
  line-height: 0.9em;
  position: relative;
  top: -40px;
  width: 176px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  vertical-align: middle; }

.cover-grid li:hover figcaption p {
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }

.cover-grid figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  z-index: 10; }

ul.contacts_grid {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.contacts_grid li {
  max-width: 176px !important; }

/* responsive queries 
// Extra small
@media screen and (max-width: $screen-xs-max) {
    html, body{
        font-size: 16px;
        line-height: 1.3;
    }
}
// Small 
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
    html, body{
        font-size: 18px;
        line-height: 1.4;
    }
    // NAVBAR: cambia il Breakpoint di default (collassa anche nei Tablet)
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    // END //////////////////////////////////
}
// Mid
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
    html, body{
        font-size: 20px;
        line-height: 1.5;
    }

}
// Large 
@media screen and (min-width: $screen-lg-min) {
    html, body{
        font-size: 20px;
        line-height: 1.5;
    }
}
*/
.foot-links a, .foot-links p {
  display: block;
  color: #3f3f3f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-size: 13px;
  color: #3f3f3f;
  padding-bottom: 5px;
  text-shadow: white 1px 1px 0px; }

.foot-links img {
  padding-top: 5px; }

#footer {
  width: 100%;
  background: #fff url("images/bordo.gif") repeat-x top;
  padding: 0; }

#footer .container {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px; }

.foot-header {
  padding-bottom: 20px;
  text-shadow: white 1px 1px 0px; }

#footer .container {
  max-width: 1100px; }

#bottom-footer {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px; }

#bottom-footer a {
  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
  text-shadow: 1px 1px 0 white; }

#bottom-footer .phone img {
  margin-right: 7px; }

#bottom-footer .phone .red {
  font-size: 22px;
  margin-top: -7px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px !important;
  color: #d10029 !important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 white !important; }

#bottom-footer .phone .red small {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 12px !important;
  display: block;
  color: #626262 !important;
  text-shadow: 1px 1px 0 white !important;
  margin-top: -5px; }

#final-footer {
  font-size: 11px;
  color: #666; }

#final-footer i {
  font-size: auto; }

footer .box_icon {
  float: left;
  width: 400px;
  height: 30px;
  margin-top: 4px; }

footer .box_icon img {
  float: left;
  padding-top: 8px; }

footer .box_icon p {
  float: left;
  margin-left: 6px;
  font-weight: normal; }

  footer .container {margin:0;}

/*_____________________________________ FORM (SHOUT/CONTATTI) _________________________________________*/
input, textarea, select {
  margin: 8px;
  border: solid #777 1px; }

form legend {
  border-color: #999; }

form .button {
  width: 80px;
  border: solid #777 1px;
  background-color: #ddd;
  cursor: pointer; }

form textarea {
  width: 80%; }

form input.error, form textarea.error {
  border: solid red 3px; }

form label.error {
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
  border: none;
  color: red; }

/* form#form_shout label.error {float:right; border:none; color:red; font-size:10px} */
/* FORM (contact/NL) */
form#NL_iscrizione label {
  margin: 0; }

ul.navbar-nav li a {
  height: 37px;
  /*padding: 8px 10px 0 10px; */}

ul.navbar-nav li.selected {
  height: 37px;
  /*border-bottom: solid #0b7594 4px;*/ }

  ul.navbar-nav li.selected a{ color:#337ab7}


.navbar-toggle {
  /*margin-top: 3px;*/ }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b7594;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* effetto menu
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }
*/
/*# sourceMappingURL=style.css.map */
