body{
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.9em;
    letter-spacing: -0.5px;
}

#container{
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;    
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #343434;       
}

.fullsec {
    transition: all 1s ease-out; 
    -webkit-transition: all 1s ease-out; 
    -moz-transition: all 1s ease-out; 
    -ms-transition: all 1s ease-out; 
    -o-transition: all 1s ease-out;    
}

.fivesec {
    transition: all 0.5s ease-out; 
    -webkit-transition: all 0.5s ease-out; 
    -moz-transition: all 0.5s ease-out; 
    -ms-transition: all 0.5s ease-out; 
    -o-transition: all 0.5s ease-out;    
}

.threesec {
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -ms-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out;    
}

.imgHolder {    
    top: 0px;
    left: 0px;
    opacity: 1;
}

.imgHolder > img {
    width: 300px;    
    height: 250px;
}

.abs {
    position: absolute;
    top: 0px;
    left: 0px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#overlay {
    position: absolute;
    width:150px;
    height:210px;
    top: 20px;
    left: 300px;
    background-color: #fff;
}

#overlay_location, #overlay_location2{
    font-weight: 700;
    font-size: 16.17px;
}

#overlay_headline, #overlay_headline2 {
    font-size: 14px;
}

#overlay_cta {
    padding: 4px 7px 4px 7px;
    font-size: 13.39px;
    width: none;
    background-color: #fff;    
}

#overlay_cta2 {
    padding: 14px 7px 14px 7px;
    font-size: 24px;
    width: none;
    background-color: #fff;    
}

#rollover {
    left: -300px;
    width: 300px;
    height: 250px;
    background-color: #fff;
}

#line {
    border-top: 1px solid #aeadad;
    width: 260px;
    top: 174px;
    left: 20px;
}

#dateIn {
    top: 74px;
    left: 170px;
}

#dateOut {
    top: 121px;
    left: 170px;
}

.dateText {
    width: 100px;
    font-size: 12px;
}

.dateBox {
    font-family: 'Oswald', sans-serif;
    width: 83px;
    top: 20px;    
    font-size: 10px;
    color: #9d9fa2;
    padding: 2px 0px 2px 0px;
    text-align: center;
    width: none;
    background-color: #fff;   
    border: 1px solid #aeadad;
}

.ui-datepicker-trigger{
    position: absolute;
    cursor: pointer;
    top: 23px;
    left: 95px;
    width: 14px;
    height: 14px;
}