.main-page {background:url(https://photos-images.active.com/file/3/1/original/1f/eb/1feb8462-fff6-4f28-905f-008c5b7cfd0d.png) no-repeat center center fixed;
        -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin:0px;}

    #main_content {
        background-color:rgba(255,255,255,0.9);
    }

/*Button colours*/

.btn-default {
    color: #fff;
    border: 0;
    border-radius: 0;
    background: linear-gradient(#324B5F,#324B5F);
    background-color: #324B5F;
}

/* Breadcrumb Highlight Color */
.nav-bar ul > li.active::before {
    border-bottom: 16px solid #324B5F;
    border-right: 8px solid #324B5F;
    border-top: 16px solid #324B5F;
}

.nav-bar ul > li.active {
    background: #324B5F;
    color: #fff;
}

.nav-bar ul > li.active::after {
    border-left: 8px solid #324B5F;
}

.nav-bar ul > li.first.active::before {
    border-left: 8px solid #324B5F;
}

.global_white_label_header_content > center:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 500px;
  width: 500px;
}

@media only screen and (max-width: 768px) {
.global_white_label_header_content > center:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 300px;
  width: 300px;
}
}

  /* REPLACING ADDRESS */

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(1){
    font-size: 0px;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(1)::after{
    content:"Planinarski Klub Gorštak Velebit";
    font-size: initial;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(3) {
    font-size: 0px;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(3)::after {
    content: "Petra Preradovića 38";
    font-size: initial;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(5) {
    font-size: 0px;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(5)::after {
    content: "Kruševo, 23452";
    font-size: initial;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(6) {
    display: none;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(7) {
    display: none;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(9) {
    font-size: 0px;
  }

  div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > address:nth-child(1) > span:nth-child(9)::after {
    content: "Croatia";
    font-size: initial;
  }

  /*Hiding phone number on confirmation page*/

  div.row:nth-child(8) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) {
    font-size: 0px;
  }

  /*Hide a specific price*/

  #price-75330232 {
    display: none;
  }
