body{
  background-image: url("./img/bg.jpg");
  background-repeat: repeat;
}

.navbar-nav li a {
    text-transform: uppercase;
}

.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 20%; 
}

@media (max-width:768px)
{
    
    .fb-profile-text>h1{
        font-weight: 700;
        font-size:16px;
    }
    
    .fb-image-profile
    {
        margin: -45px 10px 0px 25px;
        z-index: 9;
        width: 20%; 
    }
}

.cliente {
	border: #cdcdcd medium solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

.col-lg-3 .thumbnail {
    border: 2px solid #fff;
    box-shadow: none;
    padding:0;
}

.item .thumbnail {
    border: 1px solid #fff;
    box-shadow: none;
    padding:0;
}

@media screen and (min-width: 769px) {
  .desktop-hidden {
    visibility: hidden;
    display: none;
  }
  
  .dropdown:hover .dropdown-menu {
      display: block;
  }

}
  
@media screen and (max-width: 768px) {
  .mobile-hidden {
    visibility: hidden;
    display: none;
  }

  .navbar {
    margin-bottom: 2px;
  }

  .navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .maxWidth {
      max-width:1170px;
  }
  
  .container-fluid {
      //margin-bottom:0px;
      margin-right: auto;
      margin-left: auto;
      max-width: 1170px;
  }
  .container {
      margin-bottom:0px;
  }
  .col-xs-9 {
      border-left-width:0px;
      border-right-width:0px;
  }
}
.video-frame .btn-buy-song {
    position:absolute;
    top:0px;
    right:0px;
}

@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    //-webkit-transform: translate3d(0, -300px, 0);
    //transform: translate3d(0, -300px, 0);
    opacity: 1;
  }
}

.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover, .dropdown li a:hover {
  text-decoration: none;
  color: #333;
  background-color: #ddd;
}
 
@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
  .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #9d9d9d;
    white-space: normal;
  }
  .multi-column-dropdown li h4 {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #ddd;
    white-space: normal;
  }

}

.thumbnail:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}