#otpadblocks fieldset {
    margin-top: 20px;
}
#otpadblocks legend {
    background: #f5f5f5;
    cursor: ns-resize;
    margin-bottom: 0;
}
#otpadblocks .adblocktitle {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    top: -33px;
    left: 20px;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
}

a.deletefield {
    float:right;
    position:relative;
    top:-26px
}


/* Front end styles start here */

#rw-portal {
}
.portal-item {
    background-size: cover;
    background-position: 50% 50%;

    position: relative;
    overflow: hidden;
    /* this fixes the overflow:hidden in Chrome
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    */
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}
.portal-block.shades .portal-item {
    margin-bottom:30px;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
}
.portal-block .panel {
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.25);
    border-radius: 0;
}
.slidein-panel {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 0 22px;
    font-size:17px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: 0 -1px 6px rgba(0,0,0,0.15);
    background: #fff;
}

.portal-item:hover {
}
.slidein-panel h4{
    text-transform: none;
    margin: 0;
    padding: 15px 5px 12px;
    display: block;
    font-size: 22px;
}
.panel h4 {
    padding: 10px 0px 0px 0px;
}

.panel hr {
    display: none;
}
.slidein-text {
    font-size: 14px;
    padding: 0 20px;
}
.panel .slidein-text {
    padding-bottom: 20px;
}

.slidein-text hr {
    margin: 0 0 15px ;
}
.slidein-text a {
    color: #74bCFf;
}
.slidein-text a:hover {
    color: #A4DCFf;
}
.portal-item:hover .slidein-panel {
    top: 0 !important;
}