﻿.MyField2 {
    float: left;
    width: 270px;
    height: 390px;
    border: none;
}



.Desc1 {
    font-weight: 600;
    font-size: 1.05em;
    line-height: 1.05em;
    max-height: 2.1em;
    color: #1c4259;
}
.Desc2 {
    color: #1c4259;
}
.Desc3 {
    /*width: 190px;
    height: 35px;
    font-size: .95em;*/
    font-weight: 100;
    color: #1c4259;
}

.breadcrmb,
a.breadcrmb,
a.breadcrmb:link,
a.breadcrmb:visited,
a.breadcrmb:active,
a.breadcrmb:hover {
    font-size: .95em;
    color:gray;
    text-decoration: none;
}
    a.breadcrmb:hover {
        color:lightgray;
    }
        /* styles for '...' */
        .block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 5.8em;
    /* fix problem when last visible word doesn't adjoin right side  */
  /*   text-align: justify;*/
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
    /* create the ... */
    .block-with-text:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .block-with-text:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: white;
    }


div.ordimage {
    width: 650px;
    -moz-box-shadow: 5px 10px 35px #222;
    -webkit-box-shadow: 5px 5px 35px #222;
    box-shadow: 5px 5px 33px #222;
    text-align: center;
}

.ordimg2 {
    width: 100%;
    min-height: 0 !important;
    height: auto;
    border: solid 1px black;
}