/*
.summary-hold .col-md-4 {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%;
    margin-bottom: 0.69444%;
	min-height: 350px;
}

    .summary .col-md-4:nth-child(3n+3) {
        margin-right: 0;
    }

.summary-hold {
}

    .summary section a {
        position: relative;
        display: block;
		font-size:14px;
    }

        .summary section a:hover {
            text-decoration: none;
        }

        .summary section a h3 {
            position: absolute;
            bottom: 0;
            color: #fff;
            background: rgba(10, 31, 73, 0.8);
            padding: 1em;
            width: 100%;
        }

    .summary section h4 {
        margin-bottom: 1em;
        padding: 1em;
        line-height: 1em;
    }

    .summary section p {
        padding: 0 1em 1em;
    }

.content img {
    max-width: 100%;
    height: auto;
}

.summary .view-all {
    position: absolute;
    right: 0;
    top: 0;
}

.view-all:visited {
    color: #374781;
}

.view-all {
    font-size: 0;
    text-shadow: 1px 1px 1px #0000;
    padding: 0 1em;
    color: #374781;
    float: right;
    clear: right;
    position: relative;
    display: block;
    background: #eee;
    font-size: 1.4rem;
    line-height: 50px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.summary header {
    line-height: 26px;
    background: #F2F2F2;
    color: #000;
    padding: 12px 15px;
    position: relative;
}

    .summary header .title {
        color: #000;
        font-size: 1.4rem;
    }

        .summary header .title a {
            color: #000;
        }
*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    width: 300px;
    height: 260px;
    display: none;
    position: fixed;
    background-color: #fffff;
    padding: 40px;
    color: #666;
    z-index: 999;
    background: #7CA0C0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
/*
.image > img {min-height:200px;}

.summary section .item {
    position: relative;
}
.summary section .item .sub-title {
    background: #0099a8; color: #fff;
    display: block; padding: 0.5em; 
	position: absolute; right: -1em; top: 0; z-index: 1;
}

.item .sub-title::after {
   border-color: #000000  transparent transparent;
   border-style: solid;
   border-width: 1em 1em 0 0;
   bottom: -1em;
   content: "";
   height: 0;
   position: absolute;
   right: 0;
   width: 0;
}
*/