.example-desc {
    margin: 3px 0;
    padding: 5px;
}

.carousel {
    /* width:100%; */
    border: 0px solid #222;
    height: 300px;
    position: relative;
    clear: both;
    /* overflow:hidden; */
    /* background:#FFF; */
}

.carouselmain img {
    visibility: hidden; /* hide images until carousel can handle them */
    cursor: pointer; /* otherwise it's not as obvious items can be clicked */
    border: 4px solid #6AAEBF;
    padding-bottom: 10px;
}

.carousel-outer {
    height: 100%;
    width: 100%;
    border: 0px solid black;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
}

.carousel-display {
    width: 98%;
    margin: 2px;
    height: 144;
    display: inline-block;
    overflow: auto;
    margin-left: 8px;
    top: 0px;
}

    .carousel-display img {
        height: 100px;
        padding: 5px;
    }

.mainphoto img {
    width: 80%;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
}

.split-left {
    width: 450px;
    float: left;
}

.split-right {
    width: 400px;
    float: left;
    margin-left: 10px;
}

#callback-output {
    height: 250px;
    overflow: scroll;
}

textarea#newoptions {
    width: 430px;
}

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 8000;
}
/* Inner */
.popup-inner {
    /*max-width:700px;*/
    width: 80%;
    display: none;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 4px;
    background: #fff;
    z-index: 9000;
}

.popup2-inner {
    /*max-width:700px;*/
    width: 80%;
    display: none;
    padding: 40px;
    /*position: absolute;*/
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 4px;
    background: #fff;
    z-index: 9000;
}


/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }

.pod1 {
    height: 40px;
}

.pod2 {
    height: 250px;
}

.pod3 {
    height: 350px;
}

.pod4 {
    height: auto;
    position: relative;
}

.condotitle {
    border: 0px solid #ccc;
}

.mainphoto {
    border: 0px solid red;
    float: left;
    width: 25%; 
    /*height: 180px;*/
}

.mainphoto img {
    /*width: 50%; */
    max-height: 225px;
}

.photocarousel {
    border: 0px solid blue;
    float: right;
    width: 75%;
    height: 100%;
    text-align: center;
    padding: 10px;
}

.condodescription {
    border: 0px solid green;
    float: left;
    width: 60%;
    height: 100%;
}

.calendarwidget {
    border: 0px solid orange;
    float: right;
    width: 40%;
    height: 100%;
    padding: 10px;
}

.ownerrez-widget > iframe {
    height: 278px;
    max-height: 350px;
    padding-top: 10px;
}

.booking > iframe {
    min-height: 600px;
    padding-top: 10px;
    /*overflow: auto;
    overflow-y: scroll;*/
}

.ownerrez-widget-booking {
    border: 0px solid red !important;
    overflow-y: auto;
}

#myBookingFrame {
    border: 0px solid blue !important;
    /*overflow-y: auto;*/
}

.condodescription {
    overflow-y: auto;
}

img.homelogo {
    height: 100px!important;
    padding-bottom: 10px;
}

.slide {
    margin-left: 20px;	
}

.skidder-viewport {
position: inherit!important;
}

.skidder-wrapper {
margin-left: 33.5%!important;
}

.skidder-slide {
opacity: 0.5!important;
}

.skidder-slide.active {
opacity: 1.0!important;
}

.skidder-slide.active > img {
border: 8px solid rgba(49,101,115,.75);
}

