body, html{
    overflow-x: hidden;
}
section{
    min-height: 300px;
    padding-top: 52px;
    padding-bottom: 30px;
}
#galleryContainer, #danceGallery, #residenceGallery{
    margin-top: 30px;
}
.nav li a{
    padding: 15px 10px !important;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
}
.item img{
    min-height: 560px;
    max-height: 561px;
    margin: 20px auto 0;
}
.navbar{
    margin-bottom: 0;
}
.leng a{
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.leng img{
    height: 16px;
}
.navbar-header a{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-brand{
    padding: 15px 0 !important;
}
#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
.btn-link{
    padding-top: 15px;
    color: #464646;
    font-weight: 700;
}
.btn-link:hover{
    color: #000000;
}
#home{
    background-color: #f8f8f8;
    height: 620px;
    padding: 40px 0 0;
}
#gallery, #orders, #biography{
    background-color: #ffffff;
}
#dance, #residence{
    background-color: #dddddd;
}

#aboutus{
	height: 320px;
    background-color: #dddddd;
}

.heading h1{
    padding-top: 180px;
}
.black{
    text-transform: uppercase;
    color: #383838;
    font-weight: 700;
    display: inline-block;
}
.breadcrumb{
    background-color: transparent;
}
.breadcrumb>li+li:before{
    content: '';
    padding: 0;
}
#galleryFilter li{
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #383838;
    cursor: pointer;
}
#galleryFilter li.active,
#galleryFilter li:hover{
    background-color: #acacac;
    color: #ffffff;
    border: 1px solid #ffffff;
}
#galleryContainer .mix{
    display: none;
}
.mix{
    min-height: 300px;
    margin-bottom: 20px;
}
.img-responsive{
    max-height: 300px;
}
#contactForm{
    margin: 20px auto;
}
#contactForm div{
    margin: 15px auto;
}
#contactForm button{
    display: block;
    width: 100px;
    height: 40px;
    background-color: #ff2217;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 500;
    clear: both;
    margin: 15px auto;
}
#contactForm button:hover {
    background-color: #acacac;
    color: #ffffff;
    border: 1px solid #ffffff;
}
#biography .row{
    margin-top: 5px;
}
#biography img{
    width: 98%;
    max-width: 600px;
}
#biography p{
    text-indent: 10px;
    color: #6d6d6d;
}
#biography h3{
    color: #383838;
    text-align: center;
}
#biography h5{
    color: #acacac;
    text-align: center;
}
.address{
    color: #000000;
    font-weight: bold;
    text-indent: 0 !important;
    padding: 0 15px;
}
#social{
    width: 200px;
    margin: 15px auto;
    font-size: 20px;
    text-align: center;
}
#social a{
    margin: 0 15px;
    color: #6d6d6d;
}
#social a:hover{
    color: #383838;
}
#loadMore{
    display: block;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    text-transform: uppercase;
    font-size: 500;
    clear: both;
    margin: 20px auto;
}
#loadMore:hover {
    background-color: #acacac;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.c-fade .carousel-control {
  z-index: 3;
}