    
/* div that surrounds Cloud Zoom image and content slider. */
#surround {
    width:100%;
    min-width: 256px;
    max-width: 580px;
}

/* CSS for slider - will expand to width of surround */
#slider12 {
    margin-left:20px;
    margin-right:20px;
    height:119px;
    max-width: 365px;
    position:relative;
    margin-top: 20px;
}

.company_ln{ margin-left: 0px; }
    
.show_more {
background-color: #f0f0f0;
margin: 10px;
font-size: 15px;
padding: 5px;
}
.morecontent span {
    display: none;
}


/** Forms css*/
#form_listings .bootstrap-tagsinput .tag { font-size: 14px !important; }
#form_listings .bootstrap-tagsinput { min-height: 100px !important; width: 100% !important; }
#form_listings .tag.label.label-info { line-height: 2 !important; }
#form_listings .dropzone a.dz-remove, .dropzone-previews a.dz-remove { margin-top: 5px; }
#form_listings .dropzone {min-height: 300px;}
#form_listings .label {line-height: 2px;}
.label-attributes{font-size: 15px;}

#lightSlider{
    height: 100px !important;
}

.thumbnailSlider{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
#goToPrevSlide,#goToNextSlide{
    font-size: 18px;
    border-radius: 100%;
    cursor: pointer;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightSlider_arraow{
    position: absolute;
    top: 30%;
    margin-top: 13px;
}

#goToPrevSlide{
    left: -15px;
}
#goToNextSlide{
    right: -15px;
}

