///Header///
body, p{
  font-family: 'Khula', sans-serif;
}

header{
    position: absolute;
    z-index: +1;
    width: 100%;
}

.the-header .navbar-default{
 background-color: transparent;
 background: transparent;
 border-color: transparent;
}


.the-header  .navbar-default .navbar-nav>.active>a, .the-header  .navbar-default .navbar-nav>.active>a:focus, .the-header .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  border-bottom: 1px solid #af336b;
  border-top: 1px solid #af336b;
  color:#af336b;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
}

.nav>li>a {
    padding: 10px 5px;
}

.the-header .nav.social-media>li>a{
    color: #af336b;
}

.the-header .nav.social-media>li>a:hover{
    background: #eeeeee;
}


.navbar-default .navbar-collapse {
    border: 0;

}

/* Mobile version */
.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}


.the-header .navbar-default .navbar-nav{
  padding-top: 15px;
  text-align: center;
}


 .social{
  background: url(../images/img001.jpg);
} 

.wedding{
  background: url(../images/wedding-bg.jpg);
}

.corporate{
  background: url(../images/corporate-bg.jpg);
}

.live-food-stations{
	background: url(../images/live-food-stations.jpg);
	}

.gallery-header{
  background: url(../images/gallery-img.jpg);
}

.gallery-content{
  padding: 1em 0 1em 0;
}

.haeder-img{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #cfcfcf;
}

.corporate-form .beside-image{
  text-align: center;
  padding-top: 2em;
}
.corporate-form .beside-image img{
  width: auto;
}

.content{
  padding: 20% 0 22% 0;
  text-align: center;
  color: #af336b;
  font-family: 'Josefin Sans', sans-serif;
}

.gallery-header .content{
  padding: 10% 0 12% 0;
  text-align: center;
  color: #af336b;
  font-family: 'Josefin Sans', sans-serif;
}


.haeder-img img{
  width: 100%;
}

.full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.events img{
  width: 100%;
}

.txt{
  text-align: center;
  padding-top: 1em;
}

.events{
  background: #af336b;
  color: #ffffff;
  text-align: center;
}

.thumbnails{
  padding-top: 1em;
}

.thumbnails .thumbnail .caption h4{
  color: #af336b;
}

.thumbnails .thumbnail .caption p{

}

.ribbon{
    color: #ffffff;
    position: relative;
    bottom: 30em;
    top: 80%;
    height: 6%;
    background: rgba(175, 51, 107, 0.58);
}

.ribbon h5{
    padding-top: 0.9em;
    text-align: center;

}

/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/****************************************************************/
/* \animation */

.events p{
  padding-top: 1em;
}

footer{
  padding: 0 2em 0 2em;
  background: #af336b;
  color: #ffffff;
}

footer a{
  color: #ffffff;
}

footer a:hover{
  color: #af336b;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
  header{
    position: absolute;
    z-index: +1;
    width: 100%;
  }
  body, p{
    font-family: 'Khula', sans-serif;
  }
  footer{
    padding: 0 2em 0 2em;
  }
}

.button-cat{
  padding: 1px 5px;
  color: #af336b;
  border-radius: 10px;
  margin-left: 5px;
}

.contact-us{
  background: #af336b;
  padding: 10em 0 8em 0;
}

.contact-form{
  padding: 2em;
}

.contact-form form{
  max-width: 50em;
  background: rgba(255, 255, 255, 0.3);
  padding: 2em 2em 0 2em;
  border-radius: 1em;
}
.contact-form form{
  margin: 0 auto;
}

.location-title{
  border-right: 2px #000 solid;
  text-align: left;
}
/* .about-us{
  text-align: center;
}
.about-us span{
  text-align: justify;
  margin: 0 20% 0 20%;
  border-radius: 2px;
  border: 2px #FFFFFF solid;
} */

.about-us {
    text-align: justify;
    padding: 2em;
    position: relative;
    margin: 2em;
    /* border: 1px solid #fff; */
}
.about-us:before {
    border-top-left-radius: 30px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.about-us:after {
    border-top-right-radius: 30px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.about-us span:before {
    border-bottom-left-radius: 30px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.about-us span:after {
    border-bottom-right-radius: 30px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}



@media (max-width: 768px) {
  header{
    position: absolute;
    z-index: +1;
    width: 100%;
  }
  body, p{
    font-family: 'Khula', sans-serif;
  }
  .the-header .navbar-default .navbar-nav>li>a, .the-header .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: rgba(255, 255, 255, 0.46);
  }
  .the-header .navbar-default .navbar-nav>.active>a, .the-header .navbar-default .navbar-nav>.active>a:focus, .the-header .navbar-default .navbar-nav>.active>a:hover {
    background: rgba(255, 255, 255, 0.46);
  }
  footer{
    padding: 0 1em 0 1em;
  }
  .location-title{
    border-bottom: 2px #000 solid;
    border-right: 0;
  }
  .contact-us{
    padding: 10em 0 4em 0;
  }
  .iframe {
    text-align: left;
  }
  .iframe iframe{
    width: 400px;
  }
}


@media (max-width: 400px) {
  .contact-form{
    padding: 0;
  }

  .contact-form form{
    padding: 1em;
  }
}

///\Header///
/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 16px;
    border:1px solid #C4C4C4;
    background:#ecf0f1;
    padding:1px;
    display: inline-block !important;
    visibility: visible !important;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    color: white;
}
