#header .line {
  background-color: white;
  height: 4px;
  max-width: 146px;
  width: 100%; }

 .link-button{
  padding: 10px 20px;
  width: 200px;
  height: 37px;
  border-radius: 50px;
  outline: none;
  background-color: transparent;
  color: #4e807b;
  border: solid 1px #4e807b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  bottom: 0;
}

.link-button:hover{
  animation: color-animation1 1s;
  background-color: #83c9c6;
  color: white;
  text-decoration: none !important;
}

.event-hall{
    display: flex;
    height: 100%;
}

.event-hall .description{
    margin-top: 100px !important;
    margin-bottom: auto;
}

.button-container{
    display: flex;
    margin-top: 20px;
}

.offer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.carousel-container{
    margin-top: 30px;
}

.carousel-container img{
    min-height: 400px;
}

#thehub .line, #working .line,
#eventplaces .line, #community .line {
  width: 217px;
  height: 2px;
  background-color: #83c9c6;
  position: relative; }

.myactive div, #thehub .circle, #working .circle,
#eventplaces .circle, #community .circle {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-width: 3px;
  border-color: white;
  background-color: #172226;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: calc(50% - 5px); }

#header .top, #thehub .title, #working .title,
#eventplaces .title, #community .title {
  color: white;
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.myactive div, #header .imgbox, #header .gorgess, #header .gorgess:hover, #header .line, #thehub .line, #thehub .circle, #thehub .text, #thehub .size, #thehub .description, #thehub .box, #working .line,
#eventplaces .line, #working .circle,
#eventplaces .circle, #community .line, #community .circle {
  display: block;
  margin: auto; }

body {
  overflow-x: hidden !important;
  position: relative;
  width: 100%; }

canvas {
  position: absolute;
  display: block;
  margin: auto;
  margin-top: -800px;
  height: 650px;
  opacity: 0.3;
  margin-bottom: 245px; }

.fixing {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: -2px; }

@keyframes yourCustomAnimation {
  from {
    transform: scale(0.7);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.activecolor a {
  animation: yourCustomAnimation .5s;
  color: #83c9c6 !important; }

.myactive div {
  animation: yourCustomAnimation .5s;
  margin-top: 90px;
  border-color: #83c9c6; }

@keyframes hoverAnimation {
  0% {
    color: white; }
  100% {
    color: #83c9c6; } }
@keyframes gorgess-animation {
  0% {
    background-color: transparent; }
  100% {
    background-color: #83c9c6; } }
#header {
  font-family: 'Montserrat', sans-serif;
  background-image: url("../src/headerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px; }
  #header #menu {
    margin-right: 50px;
    margin-top: 40px;
    float: right; }
  #header #openmenu {
    cursor: pointer; }
  #header #closemenu {
    cursor: pointer;
    float: right;
    display: none; }
  #header .t-links {
    float: right;
    list-style-type: none;
    font-weight: 200;
    text-transform: uppercase;
    display: none; }
    #header .t-links li {
      padding-top: 10px; }
    #header .t-links a {
      margin-top: 5px;
      margin-right: 40px;
      color: white;
      font-size: 18px; }
    #header .t-links a:hover {
      animation: hoverAnimation 1s;
      color: #83c9c6; }
  #header .imgbox {
    margin-top: 200px;
    max-width: 363px;
    z-index: 1; }
  #header .gorgess {
    cursor: pointer;
    background-image: url(../src/gorgess.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 208px;
    z-index: 50;
    margin-bottom: 50px;
    height: 50px;
    width: 50px; }
  #header .gorgess:hover {
    background-image: url(../src/gorgess.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 208px;
    z-index: 50;
    margin-bottom: 50px;
    height: 50px;
    width: 50px; }
  #header .top {
    margin-top: 38px;
    z-index: 2; }
  #header .bottom {
    font-size: 28px;
    color: #83c9c6;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2; }
  #header .line {
    margin-top: 25px;
    margin-bottom: 27px;
    z-index: 2; }

#navmenu {
  z-index: +100;
  border-bottom: 1px solid white;
  padding-top: 5px;
  padding-right: 10px; }
  #navmenu a {
    margin-top: 40px;
    font-size: 18px;
    color: white; }
  #navmenu a:hover {
    animation: hoverAnimation 1s;
    color: #83c9c6; }
  #navmenu .glyphicon {
    color: white; }

#bs-example-navbar-collapse-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  background-color: transparent; }

.navbar-default {
  background-color: rgba(22, 33, 37, 0.85);
  border-color: transparent; }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent; }

.padding {
  padding-top: 122px; }

.closetoggle a {
  cursor: pointer; }

@keyframes color-animation1 {
  0% {
    background-color: transparent;
    color: white; }
  100% {
    background-color: #83c9c6;
    color: white; } }
@keyframes load-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes close-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animationload {
  animation: load-animation 1s; }

.animationclose {
  animation: close-animation 1s; }

#thehub {
  font-family: 'Montserrat', sans-serif;
  background-image: url("../src/thehubbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px; }
  #thehub .title {
    margin-top: 50px; }
  #thehub .text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    max-width: 750px;
    margin-top: 37px;
    font-size: 16px;
    color: white;
    line-height: 1.75;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 100px; }
  #thehub .size {
    color: #83c9c6;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase; }
  #thehub .description {
    color: white;
    font-size: 25px;
    font-weight: 200; }
  #thehub .box {
    margin-top: 90px;
    width: 366px;
    height: 410px;
    background-color: white;
    -webkit-box-shadow: 3px 7px 14px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 7px 14px 2px rgba(0, 0, 0, 0.17);
    border-radius: 10px; }
    #thehub .box img {
      width: 366px;
      height: 170px;
      border-top-left-radius: 9px;
      border-top-right-radius: 9px; }
    #thehub .box .smalltitle {
      text-align: left;
      margin-top: 25px;
      color: black;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 17px;
      margin-bottom: 25px;
      margin-left: 20px; }
    #thehub .box .descr {
      text-align: left;
      color: black;
      font-weight: 400;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 14px;
      height: 100px; }
    #thehub .box button {
      width: 200px;
      height: 37px;
      border-radius: 50px;
      outline: none;
      background-color: transparent;
      color: #4e807b;
      border: solid 1px #4e807b;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      bottom: 0; }
    #thehub .box button:hover {
      animation: color-animation1 1s;
      background-color: #83c9c6;
      color: white; }
      


#working,
#eventplaces {
  font-family: 'Montserrat', sans-serif; }
  #working .title,
  #eventplaces .title {
    margin-top: 150px;
    color: #193f3d; }
  #working a:hover,
  #eventplaces a:hover {
    text-decoration: none; }
  #working .line,
  #eventplaces .line {
    margin-bottom: 60px; }
  #working .circle,
  #eventplaces .circle {
    border-color: #172226;
    background-color: white; }
  #working .description,
  #eventplaces .description {
    min-height: 230px;
    margin-top: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #172226;
    line-height: 1.75; }
  #working .button,
  #eventplaces .button {
    cursor: pointer;
    background-image: url(../src/button.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 130px;
    padding-left: 10px;
    padding-top: 12px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    outline: none; }

#community {
  background-image: url("../src/headerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  margin-top:100px;
  padding-bottom: 150px; }
  #community .title {
    margin-top: 50px; }
  #community img {
    display: block;
    margin: auto;
    margin-top: 25px;
    width: 350px; }

#rendv {
  background-color: white;
  /*background-image: url("../src/rendezvenybg.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px; }

#map {
  width: 100%;
  height: 300px; }

.redirect-to {
  cursor: pointer; }

@keyframes color-animation {
  0% {
    background-color: transparent; }
  100% {
    background-color: #83c9c6;
    color: white; } }
#footer .control-label {
  display: none; }
#footer #w0 {
  display: flex; }
#footer a {
  color: white; }
#footer .glyphicon {
  color: #83c9c6;
  margin-right: 5px; }
#footer .bigbutton {
  width: 220px;
  height: 35px;
  border-radius: 50px;
  outline: none;
  background-color: transparent;
  color: #83c9c6;
  border: solid 1px #83c9c6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 35px; }
#footer .smallbutton {
  width: 140px;
  height: 35px;
  border-radius: 50px;
  outline: none;
  background-color: transparent;
  color: #83c9c6;
  border: solid 1px #83c9c6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 35px; }
#footer button:hover {
  animation: color-animation 1s;
  background-color: #83c9c6;
  color: white; }
#footer input {
  color: white;
  border: 1px solid white;
  background-color: transparent;
  width: 360px;
  height: 35px;
  border-radius: 50px;
  padding-left: 10px;
  margin-right: 10px; }
#footer .bg {
  padding-top: 56px;
  background-color: #141617; }
#footer .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #83c9c6;
  font-size: 14px;
  margin-top: 10px; }
#footer p {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200; }
#footer .images {
  width: 110px;
  display: inline-flex; }
  #footer .images img {
    display: block;
    margin: auto; }
#footer .pull-left {
  margin-top: -10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #31474f; }
#footer .b-bg {
  width: 100%;
  margin-top: 50px;
  float: bottom;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.alert-success {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  max-width: 300px;
  width: 100%;
  z-index: 1000;
  margin-top: 20%; }

.help-block {
  height: 10px; }

@media (max-width: 1550px) {
  canvas {
    margin-top: -650px;
    height: 500px; }

  #header .imgbox {
    margin-top: 50px; }
  #header .gorgess {
    margin-top: 100px; }
  #header .gorgess:hover {
    margin-top: 100px; } }
@media (max-width: 1400px) {
  canvas {
    margin-top: -650px;
    height: 500px; }

  #header .imgbox {
    margin-top: 50px; }
  #header .gorgess {
    margin-top: 100px; }
  #header .gorgess:hover {
    margin-top: 100px; } }
@media (max-width: 1199px) {
  #footer .kovess {
    margin-top: 10px; } }
@media (max-width: 1140px) {
  .nav > li > a {
    padding: 10px 5px; }

  .myactive div {
    margin-top: 80px; } }
@media (max-width: 1002px) {
  .myactive div {
    display: none; }

  .navbar-right {
    max-width: 640px; }

  #navmenu a {
    margin-top: 11px; }

  .nav li a {
    padding-bottom: 0px;
    padding-top: 0; } }
@media (max-width: 991px) {
  .help-block {
    height: auto; }

  #footer #w0 {
    display: block; }
  #footer .bigbutton {
    margin-left: 0px; }

  #thehub .size {
    margin-top: 30px; }
  #thehub .text {
    margin-bottom: 30px; }

  .img-center {
    display: block;
    margin: auto; } }
@media (max-width: 900px) {
  .t-links {
    display: none; }

  #menu {
    display: none; } }
@media (max-width: 880px) {
  #footer input {
    width: 250px; } }
@media (max-width: 767px) {
  .myactive div {
    display: none; }

  canvas {
    margin-top: -650px;
    height: 350px; }

  .menulogo {
    max-height: 55px; }

  #header .imgbox {
    margin-top: 50px; }
  #header .gorgess {
    margin-top: 50px; }
  #header .gorgess:hover {
    margin-top: 50px; }

  #navmenu a {
    margin-top: 10px; }

  #footer {
    height: 500px; }
    #footer .box {
      max-width: 280px;
      display: block;
      margin: auto; }
      #footer .box .title {
        margin-top: 15px; }
    #footer .pull-left {
      margin-top: 10px;
      font-size: 12px; }
    #footer .b-bg .container {
      max-width: 300px;
      display: block;
      margin: auto; } }
@media (max-width: 425px) {
  #community .title {
    font-size: 18px; }

  #working .title {
    font-size: 18px; }

  #eventplaces .title {
    font-size: 18px; }

  #thehub .title {
    font-size: 18px; }

  #footer {
    height: 340px; } }
@media (max-width: 397px) {
  #header .imgbox {
    max-width: 280px; }

  #thehub .box {
    width: 260px;
    height: 450px; }
    #thehub .box img {
      width: 260px;
      height: 120px; }
    #thehub .box .descr {
      height: 150px; } }
@media (max-width: 286px) {
  #thehub .box {
    margin-left: -5px; } }

/*# sourceMappingURL=site.css.map */
