body {
  padding-top: 100px; 
  font-weight: normal;
}

body.advanced-layout {
  padding-top: 80px; }

header.navbar-fixed-top {
  min-height: 80px;
  padding-top: 15px;
  border-bottom: 1px solid #A6E9F4; }
header.navbar-default .navbar-brand {
  padding-left: 140px;
  background: url("/themes/melo/Melo-Logo.svg") 15px 5px/auto 42px no-repeat;
  color: #361C93; 
  text-indent: -999px; }

.navbar-light {
  border-bottom: 2px solid #361C93 !important; }
}

.btn-primary,
.btn-warning,
.btn-danger,
.btn-success {
  background: transparent; }
  .btn-primary:hover,
  .btn-warning:hover,
  .btn-danger:hover,
  .btn-success:hover {
    color: #fff !important; }

.btn-default {
  background: #361C93;
  color: #fff !important;
  border-color: #361C93 !important }
.btn-default:hover {
  background: #361C93;
  border-color: #000 !important; }

.btn-primary {
  background: #361C93;
  border-color: #361C93 !important; }
.btn-primary:hover {
  background: #361C93;
  border-color: #000 !important; }

.btn-warning {
  color: #CEAD00 !important; }
  .btn-warning:hover {
    background: #CEAD00; }

.btn-danger {
  color: #d13838 !important; }
  .btn-danger:hover {
    background: #d13838; }

.btn-success {
  color: #59974d !important; }
  .btn-success:hover {
    background: #59974d; }

.jumbotron-default {
  background: #361C93;
}

/*
.navbar-right > a:first-child {display: none;}
div.navbar-collapse > ul.nav > li:nth-child(2) {display: none;}
*/
.btn-register {display: none;}

.videoiframe {
  width:  480px;
  height: 240px;
  border: 0;
}

@media (min-width: 992px) {
  .dashboard .well:first-of-type {
    width: 66.66666667%;
    margin: 0 auto;
    background: transparent;
  }

  .dashboard .well:first-of-type > h1 {
    display: none;
  }

  .well.call-to-action {
    width: 66.66666667%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  #home-llttfgm .hero-unit > img {
    width: 100%;
  }
  .videoiframe {
    width:  320px;
    height: 240px;
    border: 0;
  }
}


/* Sample Pop-Up */
.samples {
  margin: 5px;
  padding: 0;
  width: 100%;
}
.samples span {
  display: inline-block;
  text-align: center;
  width: 49%;
  cursor: pointer;
  border: 2px solid #fff;
}
.sample1:hover {
  border: 2px solid #8f8;
}
.sample2:hover {
  border: 2px solid #8f8;
}
.sampleimage {
  width: 80%;
  max-width: 180px;
}
.sampletitle {
  font-weight: bold;
}
.sampletry {
  font-size: 80%;
}
#modal {
  background-color: #eee;
  color: #474c4a;
  padding: 5px;
  border: solid 2px #000;
  border-radius: 8px;
  /* Width of modal */
  width: 90%;
  max-width: 500px;
  height: 90%;
  max-height: 600px;
  position: absolute;
  top: 15%;
  left: 30%;
  display: none;
  box-sizing: border-box;
}

#modali {
  width: 100%;
  height: 100%;
}

#modal p {
  overflow: auto;
}

#modal .sclose {
  background-color: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}

@media (max-width: 680px){
  #modal {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 380px){
  #modal {
    width: 90%;
    top: 5%;
    left: 5%;
  }
}
/* END Sample Pop-Up */
