

.sitewrap.START .leftcol_container {
    display: none;
}


.sitewrap.START .template_container {
    /* width:auto !important; */
    width:100% !important;
    /* margin:10px 0px 40px 0 !important; */
    margin:0px 0px 40px 0;
}


.sitewrap.START .introtext_container {
    /* font-size:inherit; */
    /* line-height:inherit; */
}

.sitewrap.START .entrys_container {
    margin-top:30px;
}


.sitewrap.START .entrys_row_container {
    display: inline-block;
    vertical-align:top;
    width: 33%;
    /* text-align:center; */
    padding:0 15px 5px 5px;
/*     cursor:pointer; */
/*     border: solid red 1px; */
}

.sitewrap.START .entrypic_container {
    float: none;
    margin: 0px 0px 0 0px;
    padding:0px; 

    /* max-width: 170px; */
    /* position: relative; */
    left: 0px;
    margin-bottom: 5px;


}

.sitewrap.START .entrypic_container img {
    max-width:250px;
   /*  border:solid red 1px; */
}


body.START .entrypic_container.LS_icon,
.sitewrap.START .entrypic_container.LS_icon {
    
    /* border:solid red 1px; */
}

body.START .entrypic_container.LS_icon img,
.sitewrap.START .entrypic_container.LS_icon img {
/*     max-height:150px;
    margin-bottom:10px;
    margin-top:10px; */
    /* border:solid green 1px; */
}


.sitewrap.START .entrypic_container:hover img {
/*     box-shadow:         0px 0px 20px #888;
    -moz-box-shadow:    0px 0px 20px #888;
    -webkit-box-shadow: 0px 0px 20px #888; */
     
}

.sitewrap.START .entrypic_container img {
    -webkit-transition:     0.1s ease-in-out;
    -moz-transition:        0.1s ease-in-out;
    -o-transition:          0.1s ease-in-out; 
    transition:             0.1s ease-in-out;
}


.sitewrap.START .entrypic_container img.hover {
    -webkit-transform:  scale(1.05);
    -moz-transform:     scale(1.05);
    -ms-transform:      scale(1.05);
    -o-transform:       scale(1.05); 
    transform:          scale(1.05);
    
    opacity:0.8; 
}

.sitewrap.START .entrypic_container.LS_icon img {
    -webkit-transition:     none;
    -moz-transition:        none;
    -o-transition:          none;
    transition:             none;
}


.sitewrap.START .entrypic_container.LS_icon img.hover {
    -webkit-transform:  none;
    -moz-transform:     none;
    -ms-transform:      none;
    -o-transform:       none;
    transform:          none;

    opacity:1;
}



.sitewrap.START .entrytext_container.rightCol {
    width: auto !important;
}


.sitewrap.START .article_container {
    margin: 15px 0 5px 0px;
    /* font-size:inherit; */
    /* line-height:inherit; */
}

.sitewrap.START .article_text_container {
   /*  padding: 0 10%; */
}

body.LS .sitewrap.START .article_text_container {
    /* text-align: left; */
    /* border: solid green 5px; */
}

body.LS .sitewrap.START .article_container {
    /* text-align: left; */
    /* border: solid green 5px; */
}


.sitewrap.START .entrytext_container.rightCol {
    float: none;
    width: auto;
}


.sitewrap.START .all_pics_wrap {
}

.sitewrap.START .all_pics_thumb {
 
    height:180px;
    width:180px;

    margin:0 10px 10px 0;

    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    border:solid red 1px;

}


