.home {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.carousel-inner {
    width: 100%;
    height: 100%;
}
.carousel-inner .item {
    height: 100%;
    width: 100%;
}
.carousel-inner .item.img_0 {
    background: url('../../images/slider/slide_00.jpg') center no-repeat;
    background-size: cover;
}
.carousel-inner .item.img_1 {
    background: url('../../images/slider/slide_01.jpg') top no-repeat;
    background-size: cover;
}
.gradient-top,
.gradient-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	height: 180px;
	z-index: 1;
}
.gradient-top {
	top: 0;
	background: transparent;
    background: rgba(0,0,0,0.75);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0)));
    background: -moz-linear-gradient(top,rgba(0,0,0,0.75),rgba(0,0,0,0));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.75),rgba(0,0,0,0));
    background: linear-gradient(to bottom,rgba(0,0,0,0.75),rgba(0,0,0,0));
    background: -ms-linear-gradient(top,rgba(0,0,0,0.75),transparent);
}
.gradient-bottom {
	bottom: 0;
	background: rgba(0,0,0,0.75);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.75));
}
.banner {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 11;
}
.banner h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 3px #333;
    margin: 25px 0 50px;
}



/*Custom Gallery*/
.gallery-view {
    /*background: rgba(255,255,255,0.5);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
}
.image {
    height: 400px;
    /*height: 52%;*/
    margin: 8% auto 0;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    width: 75%;
}
.image-wrapper {
    /*background: #cfcfcf;*/
    background: rgba(0,0,0,0.4);
    width: 98%;
    /*height: 380px;*/
    height: 99%;
    /*margin: 10% auto 0;*/
    cursor: move;
    position: relative;
    /*overflow: hidden;*/
    overflow: auto;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px #000;
    color: #fff;
}
.image-wrapper .wrapper {
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
    /*background: rgba(0,0,0,0.2);*/
}
.image-wrapper .wrapper h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 3px #333;
    margin: 25px 0 20px;
}

.image-wrapper::-webkit-scrollbar {
    background: #eee;
    width: 6px;
    height: 6px;
}
.image-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #222; 
    margin-right: 3px;
}
.image-wrapper::-webkit-scrollbar-thumb:window-inactive {
    background: #aaa; 
}
.congrates-message {
    /*position: absolute;*/
    /*background: rgba(0,0,0,0.2);*/
    /*background-color: #3c8dbc;*/
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}
.details{
    padding: 0 20px;
}
.details h2 small{color: #fff}
.details h2{color: #6daccb; text-shadow: 0 2px 3px #333}

a.proceedtogallery{
  color: #f5752a;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  margin-right: 10px;
}
a.proceedtogallery:hover{
  text-decoration: none;
  border-bottom: 2px solid #f5752a;
}

.image-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.image-control.image-next {
    right: 0 !important;
    left: auto !important;;
}
.image-control .glyphicon {
    position: absolute;
    top: 50%;
    z-index: 10005;
    display: inline-block;
    right: 27%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 2px 3px #000;
}
.image-control .glyphicon:hover {
    background: rgba(0,0,0,1);
}
.close-gallery {
    right: 5px;
    top: 5px;
    z-index: 10010;
    position: absolute;
}
.close-gallery .glyphicon {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: #333;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px #666;
    text-align: center;
    line-height: 27px;
}

/*@media (max-width: 767px) {    
  h1 { font-size: 20px; }
  h2 { font-size: 16px; }
  h3 { font-size: 14px; }
}
@media (max-width: 1200px) {    
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
}*/

@media screen and (max-width: 530px) {
  h1 { font-size: 20px; }
  h2 { font-size: 16px; }
  h3 { font-size: 14px; }
  .gallery-view .image { margin: 15% auto 0; }
  /*.gallery-view .image .image-wrapper{ height: 335px; }*/
  .banner h1 {
    margin: 25px 0 35px;
  }
}
/* Extra small devices (phones, up to 480px) */
@media (min-width: 529px) and (max-width: 767px) {
  h1 { font-size: 20px; }
  h2 { font-size: 16px; }
  h3 { font-size: 14px; }
  /*.gallery-view .image { margin: 10% auto 0; }*/
  .gallery-view .image { width: 85%; /*height: 300px; */}
  .gallery-view .image .image-wrapper{ /*height: 285px; */}
  .banner h1 {
    margin: 25px 0 35px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  h1 { font-size: 22px; }
  h2 { font-size: 18px; }
  h3 { font-size: 16px; }
  .gallery-view .image { margin: 5% auto 0; width: 85% }  
  .banner h1 {
    margin: 25px 0 35px;
  }
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  .gallery-view .image { height: 52%; }
}

@media screen and (max-width: 1199px) {
  .gallery-view .image { height: 52%; }
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}