.carousel-inner img {width: 86%;margin: auto;}
.carousel{
    border: 7px solid #ccc;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
h4, a{        
    font-family: helvetica;
    font-weight: normal;
}   
h4{
    font-size: 16px;
    font-weight: bold;
}    
.carousel h4{
    text-align: right;
    width: 100%;
    padding-top: 10px;
    position: fixed;
    font-family: helvetica;
    right: -1px;
    border: none;
    background-color: #fff;
    font-size: 16px;
}
.carousel-caption {
    background: url(/img/background-shadow.png) left top repeat-x;
    background-size: contain;
    right: 0%;
    left: 0%;
    bottom: 0px;
    padding: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: left;
    font-family: Helvetica;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 40px;
}
.carousel-caption-inner{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.carousel-control .arrow-left, .carousel-control .arrow-right{
    left: 0px;
    margin-left: -3px;
    height: 55px;
    background: rgba(0,0,0,0.6);
    width: 40px;
    margin-top: 0px;
    padding-top: 12px;
    top: 40%;
    position: absolute;
}
.buyTickets{
    width:100%;
    height:auto;
    margin-top:10px;
    max-width: 220px;
    display:block;
    padding-top:10px;
}
.arrow-right {
    left: inherit !important;
    right: 0px !important;
    margin-left:0 !important;
}
.widget-area{
    font-family: Helvetica;
}
.widget-area .photo-item{
    width:32%;
    margin-right:1%;
}
.widget-area.full {
    padding-left: 1%;
}
.widget-area.short {
    width:100%;
}
.widget-area .gall-des {
    padding-top: 5px;
    max-height: 35px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10 0;
    background-color: rgba(0,0,0,0.6);
}
.short .widgetGalleryTitle {
    position: absolute;
    bottom: -1px;
    margin-left: 0;
    width: 100%;
    padding: 10px 10px;
    font-family: Helvetica;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    font-weight: normal;
}
.widget-area .photo-item-short {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    height: 210px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
@media (max-width: 1000px){
    .photo-item {
        width: 30% !important;
    }
}
@media (max-width: 550px) {
    .photoImage{
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }        
    .photo-item {
        width: 45% !important;
    }
    .carousel-caption{
        padding-top: 10%;
    }
}
/* Landscape */     
@media (min-width: 320px) and (max-width: 700px) and (orientation: landscape) {
    .item{
        height:275px !important;
    }
    .widget-area .photo-item {
        height: 180px;
    }
}
@media (max-width: 480px) {
    .photoImage{
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .item{
        height:300px !important;
    }
    .photo-item {
        width: 95% !important;
        height: 230px !important;
    }
}