@media (min-width: 300px) 
{ 

      .item .caption h1{

        font-size:120%;

  position:absolute;
          text-align:center;
              bottom:0px;
              width:100%;    width:100%;
                 left:0;

      }


            .main-carousel {

      }

      .customNavigation {

        visibility:hidden;

   
      }




 }






@media (min-width: 768px) and (max-width: 992px) 
{

      .item .caption h1{

        font-size:120%;

        position:absolute;
          text-align:center;
              bottom:0px;    width:100%;
                 left:0;



}

            .main-carousel {
   
      }


      .customNavigation {

        visibility:visible;
        position:relative; bottom:280px; z-index: 9999;
   


      }





}



@media (min-width: 992px) 
{

        .item .caption h1{

        font-size:40px;

   position:absolute;
          text-align:center;
              bottom:10px;    width:100%;
                 left:0;



}

            .main-carousel {
        margin-top:0px;
      }

      .customNavigation {

        visibility:visible;
        position:relative; bottom:400px; z-index: 9999;
   


      }


}


}
@media (min-width: 1200px) 
{
      .item .caption h1{

        font-size:40px;

   position:absolute;
          text-align:center;
              bottom:10px;
                 width:100%;
                 left:0;




}

            .main-carousel {
        margin-top:0px;
      }

      .customNavigation {

        visibility:visible;
        position:relative; bottom:400px; z-index: 9999;
   


      }



 }




      .item .caption {

        text-align:center;

 


}




.prev {
position: absolute;
left: 0px;
}
.next {
position: absolute;
right: 0px;
}
.prev, .next {
font-size: 70px;
padding: 0px 20px;
}
.prev, a {
color: #FFF;
}





.item .caption {
background: #333;
width: 100%;
padding-bottom:20px;
border-bottom:1px #333 solid;


z-index: 99999;
position: absolute;
bottom: 0;
left:0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}



/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}