

        .gm-style-iw * {
            display: block;
            width: 100%;
        }
        .gm-style-iw h4, .gm-style-iw p {
            margin: 0;
            padding: 0;
        }
        .gm-style-iw a {
            color: #4272db;
        }


.xxmapContainer{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

 #xxhorseparadeMap{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

        #horseparadeMap {
            height:800px;
            xwidth:1200px;

            /*background-color: green;*/
        }

         #placeMap {
                    height: 400px;
                    /*width:600px;*/
                    cursor: pointer;
                    background-color: green;
                }

        .tab-pane {
            padding: 10px;
        }

        .markerPopover {
            color:#000;
            background-color:#fff;
            padding:5px;
            width:240px;
        }

.carousel-inner{
  /*width:100%;*/
  /*max-height: 200px !important;*/
}

.galleryImage {
  width: 100%;
}
        .XXgalleryItemDiv {
            /*max-width: 500px;*/
        }

        .XXgalleryItemDiv > img
        {
            display: block;
            position: relative;
            margin:0px;
            max-width: 100%;
            max-height: 100%;

            width: auto;
            height: 600px;
            max-height: 600px;
        }


        .XXgalleryItemDiv > div{
            position:absolute; /* absolute position (so we can position it where we want)*/
            bottom: 0px; /* position will be on bottom */
            width:100%;
            height: 40px;
            line-height: 40px;
            margin: 0;
            padding: 0px;
            background-color: #e3e3e3;
            font-size:15px;
            font-weight: bolder;

            vertical-align: middle;
            text-overflow: ellipsis;
            text-align: center;
            color:#000000;
            opacity:0.8; /* transparency */
            filter:alpha(opacity=80); /* IE transparency */
        }