@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

body {
  opacity: 0; }

body.loaded {
  animation: loadContent 0.6s linear;
  -webkit-animation: loadContent 0.6s linear;
  opacity: 1;
  }
nav .brand-logo  {
  max-height: 100%;
}

nav .brand-logo > img {
 margin-top: 7px;
 height:50px;
 max-width: 100%
}
.admin.col {
  padding-left:330px;
  padding-right: 30px;
}
.music-color {
  color: #ffbf29
}

.container-fluid {
  width:100%;
}

@media only screen and (min-width: 1360px){

.container { width:1280px}

}

@media only screen and (min-width: 1281px) and (max-width: 1359px){
  .container { width:1220px}
}

@media only screen and (min-width: 993px) and (max-width: 1280px){
  .container {
      width: 100%;
      padding:0 30px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px){
  .container {
    width:100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    width:100%;
    padding: 0 10px;
  }
}

@-webkit-keyframes loadContent {
  0% {opacity: 0; }
  100% {opacity: 1; }
}

@keyframes loadContent {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

h5 {
  margin-bottom: 1rem;
  color: #ffbf29;
}

.top-nav{
  background-color: #e7e7e7;
}

.top-nav ul{
  padding:6px 0;
  margin:0px
}

.top-nav ul li {
  float:left;
}

.top-nav ul li a{
  padding: 0 15px;
  font-size: 14px;
  color: #666;
}

.top-nav ul li a:hover, nav .sidenav-trigger{
  color:#ffbf29;
}

nav {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255,255,255,0.72);
}

nav.slide-nav {
    /*transform: translateY(-100%); */
  z-index: 1000;
  position: fixed;
  transition: transform .3s linear,top .3s linear,visibility .3s linear;
  box-shadow: 1px 0 7px rgb(0 0 0 / 5%);
}

nav.slide-nav.is-hidden {
  transform: translateY(-64px)
}

nav.slide-nav.is-visible {
  transform: translateY(0px)
}

nav ul a {
  color: #111;
  position:relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
  font-weight: 600;
}
nav ul a:hover {
  background-color: transparent;
}

nav ul a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffbf29;
    transform: scaleX(0);
    transition: transform .2s, background-color .2s;
}

nav ul li.active {
  background-color: transparent;
}

nav ul li.active a {
  color: #ffbf29;
}

nav ul>li.active>a::before, nav.n ul>li>a.active::before, nav ul>li>a:hover::before {
    transform: scaleX(1);
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

a:focus {
outline: none;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  margin-top:64px;
}

main .had-container{
	margin-top:15px;
}

.logo-container{
	padding-top:10px!important;
}

.nav-logo{
	padding-top:30px;
	padding-bottom:30px;
}

.fa-2 {
    font-size: 20px!important;
}

.fa-3 {
    font-size: 30px!important;
}

.fa-4 {
    font-size: 40px!important;
}

.fa-5 {
    font-size: 50px!important;
}

.fa-6 {
    font-size: 60px!important;
}

.heading{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:50px;
}

.modal {
  max-width: 450px;
}
.modal p {
  text-align: center;
  font-size: 1.2 em;
}

select {
  border:1px solid #9e9e9e;
}

#headerProfile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:300px;
  width:100%;
  position: relative;
}

#headerProfile.template {
  background-image: url("/files/templates/header_template.jpg");
}

#headerProfile h1 {
  color:white;
  margin: 0 auto;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#headerProfile  a#profileBackground {
  position: absolute;
  top:30px;
  left:30px;
}

.progress {
  margin:0;
}

#headerProfileImage{
  position: relative;
  width:400px;
  max-width: 100%;
  margin-top: -80px;
  margin-left:auto;
  margin-right: auto;
}

#headerProfileImage a#profileImage {
  z-index: 10;
  position: absolute;
  top:30px;
  left:30px;
}

.header__scroll {
    display:block;
    text-align:center;
    visibility:hidden;
     opacity:0;
   -webkit-transition:opacity 1s;
    -o-transition: opacity 1s;
    transition:opacity 1s;
    -webkit-animation:show 0s linear .95s forwards,fade-in .25s linear .95s forwards;
    animation:show 0s linear .95s forwards,fade-in .25s linear .95s forwards;
}

.header__scroll--show {
    visibility: visible;
    opacity: 1;
    -webkit-animation: none;
    animation: none
}

.header__scroll_link {
    display: inline-block;
    font-size: .7rem;
    color: #bbb;
    -webkit-animation: fade-color 3s ease-out infinite;
    animation: fade-color 3s ease-out infinite
}

.header__scroll_link:hover,
.header__scroll_link:focus {
    color: #888
}

.header__scroll_link:hover .mouse__fill,
.header__scroll_link:focus .mouse__fill {
    -webkit-animation: fade-fill-hover 0.5s ease-out forwards;
    animation: fade-fill-hover 0.5s ease-out forwards
}

.header__scroll_link:hover .mouse__ball,
.header__scroll_link:focus .mouse__ball {
    -webkit-animation: mouse-ball-hover 0.5s ease-out forwards;
    animation: mouse-ball-hover 0.5s ease-out forwards
}

@media (min-width: 576px) {
    .header__scroll_link {
        font-size: .875rem
    }
}

.header__scroll_link .mouse__fill {
    -webkit-animation: fade-fill-out 0.5s ease-out forwards;
    animation: fade-fill-out 0.5s ease-out forwards
}

.header__scroll_link .mouse__ball {
    -webkit-animation: mouse-ball-out 0.5s ease-out forwards;
    animation: mouse-ball-out 0.5s ease-out forwards
}

.header__mouse {
    display: block;
    margin: 0 auto
}

.header__mouse:before {
    display: block;
    margin: 0 auto 6px;
    content: "";
    width: 2px;
    height: 50px;
    background-color: #bbb
}

@-webkit-keyframes fade-fill-hover {
    from {
        fill: #bbb
    }
    to {
        fill: #888
    }
}

@keyframes fade-fill-hover {
    from {
        fill: #bbb
    }
    to {
        fill: #888
    }
}

@-webkit-keyframes fade-fill-out {
    from {
        fill: #888
    }
    to {
        fill: #bbb
    }
}

@keyframes fade-fill-out {
    from {
        fill: #888
    }
    to {
        fill: #bbb
    }
}

@-webkit-keyframes mouse-ball-hover {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes mouse-ball-hover {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes mouse-ball-out {
    from {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mouse-ball-out {
    from {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes shrink {
    from {
        width: 250px;
        height: 166px
    }
    to {
        width: 100px;
        height: 66.39px
    }
}

@keyframes shrink {
    from {
        width: 250px;
        height: 166px
    }
    to {
        width: 100px;
        height: 66.39px
    }
}

@-webkit-keyframes shrink-sm {
    from {
        width: 250px;
        height: 166px
    }
    to {
        width: 150px;
        height: 99px
    }
}

@keyframes shrink-sm {
    from {
        width: 250px;
        height: 166px
    }
    to {
        width: 150px;
        height: 99px
    }
}

@-webkit-keyframes show {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@keyframes show {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

img#profilePic {

  border: 10px solid #fff;
  position: relative;
  z-index: 10;
  width:100%;
  height:auto;
}

form .error {
  color:red;
  font-size: 12px;
}
.divider {
  width:100%;
  margin-top: 8px;
}

a#editPersonalInfo {
    position: absolute;
    left: -30px;
}


@media only screen and (max-width: 600px){
  a#editPersonalInfo {
      position: relative;
      left: 0px;
      top:0px;
  }
}

#showPersonalInfo {
    position: relative;
}



#editProfile h5{
  text-align: center;
  margin-bottom: 20px;
}

form#formParties label, form#formGenre label, form#formBandType label, form#formInstruments label {
  padding: 0.5em 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

label {color: #444}

#editProfile textarea {height: 4rem}
.image_list .col {
  position:relative;
}
.image_list img {max-width:100%}
.image_list .removePhoto {
  position: absolute;
  right:20px;
  top:10px;
}

.input-field .prefix {
  top:unset!important;
  font-size: 1rem;
  bottom: 0.5rem!important
}

.datepicker-date-display {
  display:none;
}

.datepicker-table tr td {
  color:#555;
}

.modal .modal-content {
  overflow-x: hidden;
}
.modal-icon {
  width:100%;
}
.modal-icon .material-icons {
  width:90px;
}

a.ui-state-default.ui-state-active {
  background-color:#ffbf29;
  color:#fff;
  border-radius: 50%
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/heroBgnd.jpg");
  height: 50vh;
  width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width:100%;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot{
  height:12px;
  width:12px;
  margin: 0 5px;
  border:1px solid #ffbf29;
  border-radius: 50%;
  display: inline-block;
}

.owl-dots button.owl-dot.active{
  background:  #ffbf29;
}

.owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 10;
    width:100%;
    display: none;
}

.owl-nav i {
  font-size: 64px;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  color: white;
}

button.owl-next.disabled, button.owl-prev.disabled {
  display:none;
}

@media screen and (max-width: 992px) {
  .owl-nav i {
    font-size: 70px;
  }
}

.owl-carousel .owl-nav button.owl-next {float:right;}
.owl-carousel .owl-nav button.owl-prev {float:left;}

.gradient {
  background: rgb(80,155,245);
  background: -moz-linear-gradient(120deg, rgba(80,155,245,0.8) 0%, rgba(148,73,177,0.8) 100%);
  background: -webkit-linear-gradient(1920deg, rgba(80,155,245,0.8) 0%, rgba(148,73,177,0.8) 100%);
  background: linear-gradient(120deg, rgba(80,155,245,0.8) 0%, rgba(148,73,177,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#509bf5",endColorstr="#9449b1",GradientType=1);
}

.gradient [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-color: white;
}

.gradient [type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-top: none;
}

.gradient .text-shadow{
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

/* .divider {
  height: .5px;
  background: #000;
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(50,50,50) 50%, rgb(255,255,255) 100%);
}
.divider.light {
  background: #fff;
  background: -webkit-linear-gradient(left, rgba(90,90,90,0) 0%, rgb(255,255,255) 50%, rgba(90,90,90,0) 100%);
}
.divider.light:before {
  position:relative;
  float:left;
  background: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 1) 50%);
  margin-top:2px;
  width:50%;
  height:.5px;
  content:"";
}
.divider.light:after {
  position:relative;
  float:right;
  background: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 1) 50%);
  margin-top:2px;
  width:50%;
  height:.5px;
  content:"";
}
.divider:before {
  position:relative;
  float:left;
  background: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
  margin-top:2px;
  width:50%;
  height:.5px;
  content:"";
}
.divider:after {
  position:relative;
  float:right;
  background: linear-gradient(to left, rgba(100, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
  margin-top:2px;
  width:50%;
  height:.5px;
  content:"";
} */

.gradient [type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after { border-color:white }
.gradient [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #fff;
    border-color:white;
}
.gradient-text {
background: -webkit-linear-gradient(#9449B1, #509bf5);
-webkit-text-fill-color: transparent;
}

.home-filter .filter-title{
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-filter .filter-title i{margin-right:0.5rem}

.gradient .select-wrapper input.select-dropdown {
  padding-left: 5px;
}

.gradient .input-field .select-wrapper input.select-dropdown{
  background-color: white;
  font-size: 20px;
}

.gradient input.datepicker{
  background-color: white;
  font-size: 20px;
  padding-left: 5px;
}

.gradient .irs--flat .irs-grid-text {
  color:white;
}

.irs--flat .irs-bar,  .irs--flat .irs-from, .irs--flat .irs-to,  .irs--flat .irs-single, .irs--flat .irs-handle>i:first-child {
  background-color: #ffbf29
}

 .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #ffbf29
}

.gradient button#submit {
  background-color: #ffbf29;
}

.gradient .select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #ed5565;
}

.gradient button#submit:hover {
  background-color: #096957;
}

h1 {
  margin: 0.2em;
  font-size: 3rem;
}

h2 {
  margin: 0.2em;
  font-size: 2.4rem;
}

#Search {
  display: flex;
  justify-content:center;
  margin-bottom: 2rem;
}

#Search #searchQuery, #Search #searchBtn{

  padding: 0 20px;
  margin-bottom: 0px;
  box-shadow: none;
  max-width: 100%;

}

#Search #searchQuery {
  width:400px;
  border: 1px solid #ffbf29!important;
  border-radius: 23px;
  height:46px;
}

#Search #searchBtn, #loadMore{
  border-radius: 24px;
  height:48px;
  margin-left: 10px;
}

@media all and (min-width: 601px ) and (max-width: 992px) {
  #Search #searchQuery {
    width:320px;
    border-radius: 19px;
    height:38px;
  }

  #Search #searchBtn, #loadMore{
    border-radius: 19px;
    height:40px;
  }

}

@media all and (max-width: 600px) {
  #Search #searchQuery {
    width:240px;
    border-radius: 14px;
    height:28px;
    line-height: 28px;
    font-size: 16px;
  }

  #Search #searchBtn, #loadMore{
    border-radius: 14px;
    height:30px;
    padding: 0 10px;
    line-height: 30px;
  }

}

#findMusicSidebar {
  border-right:1px solid #e0e0e0;
  padding-top: 70px;
}

#findMusicSidebar p.title {
  font-size: 1.4em;
  margin-bottom: 0;
}

#findMusicSidebar p.subtitle {
  color:#aaa;
  margin-top: 0;
}

#findMusicContent .card {
  display: flex;
}

#findMusicContent .card-content {
  position: relative;
}

#filterResults .card .card-content .card-title, #homeResults .card .card-content .card-title {
  font-weight: 400;
}

#filterResults .card .card-image, #homeResults .card .card-image{
  padding:0;
}

#filterResults a.btn.profile-link,  #homeResults a.btn.profile-link{
  position: absolute;
  bottom:24px;
  left:24px;
}

#homeResults .phoneNumber a i{
  color:black;
}

#filterResults a.phone, #homeResults .phoneNumber a {
  display: flex;
  align-items: center;
}

#filterResults a.phone i{
  margin-right: 0.3em;
}

@media screen and (max-width: 992px) {
  #nav-mobile.sidenav {
    height: 100vh;
  }

  #nav-mobile.sidenav li a {
    margin:0;
    padding-right: 0;
  }

  #nav-mobile.sidenav li a::before {
    height:0;
  }

  #filterResults a.phone i{
    font-size: 20px;
  }
}
@media only screen and (min-width: 1380px) {
  #filterResults .card {
    height:180px;
  }
  #homeResults .card {
    height:180px;
  }

}

@media only screen and (max-width: 1379px) and (min-width: 1180px){
  #filterResults .card {
    height:160px;
  }

  #homeResults .card {
    height:160px;
  }

  #homeResults .card .card-title {
    font-size: 20px;
  }

  #homeResults .card .card-city {
    font-size: 16px;
    margin: 0;
  }

  #homeResults .card .profile-link {
    font-size: 13px;
    padding: 0 6px;
    height:28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1179px) and (min-width: 1024px){
  #filterResults .card {
    height:180px;
  }
  #homeResults .card {
    height:140px;
  }

  #homeResults .card .card-content {
    padding:16px;
  }

  #homeResults .card .card-title {
    font-size: 20px;
    line-height: 1.2em;
  }

  #homeResults .card .card-city {
    font-size: 16px;
    margin: 0;
  }

  #homeResults .card .profile-link {
    font-size: 13px;
    padding: 0 6px;
    height:28px;
    line-height: 28px;
  }

  .card .card-content .card-title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 993px){
  #filterResults .card {
    height:170px;
  }

  #filterResults .card .card-content .card-title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 992px) and (min-width: 787px){
  #filterResults .card {
    height:170px;
  }

  #filterResults .card .card-city {
    margin: 0.5em 0;
  }

  #filterResults .card .card-content .card-title {
    margin-bottom: 0;
  }

  .btn {
    font-size: 11px;
    height:30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 786px) and (min-width: 601px){
  h1 {
    font-size: 40px
  }

  #filterResults .card {
    height:120px;
  }

  #filterResults .card .card-city {
    margin: 0.2em 0;
  }

  #filterResults .card .card-content {
    padding: 12px;
  }

  #filterResults a.btn.profile-link {
    bottom:12px;
    left:12px;
  }

  #filterResults .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .btn {
    font-size: 11px;
    height:30px;
    line-height: 30px;
    padding:0 10px;
  }

}

@media only screen and (max-width: 600px){

  nav .brand-logo > img {
    height:42px;
  }

  h1 {
    font-size: 32px
  }

  .owl-carousel .card .card-title {
    word-spacing: 80px;
    }
  #homeResults .card .card-content {
    padding:12px;
  }

  #filterResults .card .card-content .card-title, #homeResults .card .card-content .card-title {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  #filterResults .card .card-content {
    padding: 12px;
  }

  #filterResults a.btn.profile-link, #homeResults a.btn.profile-link {
    bottom:12px;
    left:12px;
  }

  #filterResults a.phone i, #homeResults .phoneNumber a i {
    font-size: 16px;
  }

  h6.card-city{
    margin: 0;
    font-size: 13px;
  }

  .btn {
    font-size: 11px;
    height:24px;
    line-height: 24px;
    padding:0 6px;
  }

}

.fw-400{
  font-weight: 400;
}


.material-tooltip {
  max-width: 200px;
  font-size: 12px;
}

.btn, .btn-large, .btn-small {
  background-color: #ffbf29;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #ee6e73;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-2 {
  margin-top: 0.50rem
}
.mt-3 {
  margin-top: 0.75rem
}
.mt-4 {
  margin-top:1rem
}

.ytBox {
  position: relative;
}

.ytBox .removeYT {
  position: absolute;
  right:14px;
  top: 5px;
}

.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}

.owl-carousel .card-image {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.owl-carousel .card-image img {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
}

.owl-carousel .card .card-content, .owl-carousel .card .card-reveal {
  padding:12px;
}

.owl-carousel .card .card-title {
  font-size: 20px;
  line-height: 1.2em;
}

#photos.owl-carousel .owl-item .gallery-item{
  height: 240px;
  overflow: hidden;
}

#photos.owl-carousel .owl-item a > img{
  /*height:100%;*/
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.gallery-item {
  position: relative;
}
.gallery-item img {
  opacity: 1;
  transition: opacity 0.35s;
}
.gallery-item::before {
  position: absolute;
  content: "";
}
.gallery-item:hover img {
  opacity: 0.6;
  transition: opacity 0.35s;
}

.page-footer {
  padding:0;
  background-color: #777;
}

.calendar {
  max-width: 400px;
  width: 100%;
  margin:0 auto;
}

.calendar-heading {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.current-month-year{
  font-size: 1.2em;
}

.current-month{
  margin:0.6em;
}

.calendar-table tr {
  border: none;
}

.calendar-table thead tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.calendar-table th {
  padding: 10px 5px;
  text-align: center;
  color: #999;
}

.calendar-table td {
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.calendar-table td.disabled {
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.calendar-table td.selected button{
  background-color: #096957;
  color: #fff;
}

.calendar-table td.today {
  color: #096957;
}



.calendar-day-button {
    background-color: transparent;
    border: none;
    line-height: 38px;
    height:38px;
    display: inline-block;
    width: 38px;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
    color: inherit;
}

.calendar-day-button:focus {
  background-color: transparent;
}

#calendar tr {
  border-bottom: none;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    text-align: center;
    display: block;
    float:none;
}

.fc-event, .fc-event-dot {
    background-color: #ffbf29;
}

.fc-unthemed td.fc-today {
    background: #AEFFF0;
    font-weight: 500;
}

.fc-day-grid-event .fc-content {
  text-align: center;
}

.fc-header-toolbar h2{
  font-size: 24px;
}

button.fc-prev-button, button.fc-next-button {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.fc-day-grid-event .fc-time {
  display: none;
}

#datepicker_container {display: inline-block;}
#datepicker_container .modal {
  position:relative;
  width:100%;
  box-shadow: none
}

#datepicker_container .modal-overlay {
  display:none!important;
}

#loading
{
 text-align:center;
}

.instrumenti img.instrument {
  width:40px;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (min-width: 601px) {
  .show-on-mobile {display:none}
  .calendar-day-button {
      line-height: 44px;
      height:44px;
      width:44px;
  }
}

@media only screen and (max-width: 600px) {
  .hide-on-mobile {display:none}
  #headerProfile {
    display:none;
  }

  #headerProfileImage {
    margin-top: 0px;
    width: 100%;
  }

  img#profilePic {
    border: none;
  }

  h1#profileName {
    position: absolute;
    font-size: 30px;
    color: white;
    margin-top: -60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  #showPersonalInfo {
    text-align: center;
  }

  #showPersonalInfo i {
    font-size: 20px
  }

  #showPersonalInfo .col {
    margin-top:10px;
  }

  #photos.owl-carousel .owl-item .gallery-item {
    height:90px;
  }
}

#loading.welcome {
  margin:24px auto;
  display:none;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:pointer!important;
}

.card img {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card:hover img {
   -webkit-transform: scale(1.05, 1.05);
   -moz-transform: scale(1.05, 1.05);
   transform: scale(1.05, 1.05);
 }

.bg-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.bg-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}

.slider .slides li img {
  background-position: center top;
}

.caption h3, .caption h5 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color:white;
}


.color-nnk {
  color: #ffbf29;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #ffbf29;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border-color: #ffbf29;
}

.btn {
    border-radius: 24px;
    height: 48px;
    margin-left: 10px;
    line-height: 48px
}

.parallax-container {
  background-image: url("../images/paralax.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallaxContainer {
    width: 100%;
}
@media only screen and (min-width: 801px) {
  #parallaxContainer {
      height: 50vh;
  }
}

@media only screen and (max-width: 800px) {
  #parallaxContainer {
      height: 55vw;
  }
}

.color-red {
  color:red;
}

#formValidate .row > .col > span {
  text-transform: uppercase;
}
#formValidate .input-field {
  margin-top:0px;
  margin-bottom: 0px;
}


img#profile_photo {
    max-width: 100%;
}

#videoPlayer{display:none}

body{
  overflow-x: hidden;
}

img {max-width:100%}

.youtube-videogallery-play {
  height:60px;
  width:60px;
}

#showPersonalInfo h5 {display:inline-block}
.star-rating i {
  color: #ffbf29;
  cursor: pointer;
}

div#infoMessage {
    font-size: 1.5em;
}

@media screen and (max-width: 600px ) {
  h4 {font-size:24px;}
}

.saglasnost-roditelja {display:none;}

.profileImage img {
  object-fit: cover;
}

textarea#biography {
  min-height: 34vh;
  overflow: auto;
  background-color: #f7f7f7;
  padding: 10px;
}

div#modal_terms.modal {
  max-width: 98vw;
}

div#modal_terms.modal .modal-content p {
  text-align: left;
}

.submitModalFooter {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px ) {

  #modal_terms {
    max-height:82%;
  }
  .submitModalFooter {
    flex-direction: column;
  }
}

.downloadButtons {
  position:absolute;
  top:30px;
  right:30px
}