﻿/* Images
---------------------------------------------------------------------------------------- //// */
img {
	vertical-align:bottom}

/* sizes ----------------------------------------------- //// */
img.image_full {
	margin-bottom:3em; /* 42px */}

/* position ----------------------------------------------- */
img.left,
img.image_left,
img.right,
img.image_right {
	margin:0 0 1.714286em; /* 0 0 24px */}

img.left, 
img.image_left {
	float:left;
	margin-right:22px}
img.right,
img.image_right {
	float:right;
	margin-left:22px}

/* compound selector required to override others */
img.image_left.imageLeft--smallIndent {
   margin-left: 0.5em; /* 7px */
   margin-right: 0.6em; /* 8px */}

img.image_right.imageRight--smallIndent {
    margin-right: 0.5em; /* 7px */
    margin-left: 0.6em; /* 8px */}

/* card images ----------------------------------------------- //// */
.card {
	position:relative;
	margin-bottom:1.714286em; /* 24px */}
.card img {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:6px 6px 5px;
	border:1px solid #dbdbdb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.2) inset;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.2) inset;
	box-shadow:0 0 5px rgba(0,0,0,.2) inset}
.card a:hover img,
.card a:active img,
.card a:focus img {
	border-color:#2B8815}

.card.gold img {
	padding:6px 5px}
.card.medium img {
	padding:4px 4px 3px}
.card.medium.gold img {
	padding:4px}


/* MEDIA QUERY: 480px
---------------------------------------------------------------------------------------- //// */
@media (min-width:480px) {
	/* card images shine ----------------------------------------------- //// */
	.card:after {
		position:absolute;
		top:5px;
		left:5px;
		width:210px;
		height:163px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background-image:   -moz-radial-gradient(100% 100%, ellipse farthest-side, rgba(255,255,255,0) 98.5%, rgba(255,255,255,.2) 99%);
		background-image:    -ms-radial-gradient(100% 100%, ellipse farthest-side, rgba(255,255,255,0) 98.5%, rgba(255,255,255,.2) 99%);
		background-image:     -o-radial-gradient(100% 100%, ellipse farthest-side, rgba(255,255,255,0) 98.5%, rgba(255,255,255,.2) 99%);
		background-image:-webkit-radial-gradient(100% 100%, ellipse farthest-side, rgba(255,255,255,0) 98.5%, rgba(255,255,255,.2) 99%);
		background-image:        radial-gradient(100% 100%, ellipse farthest-side, rgba(255,255,255,0) 98.5%, rgba(255,255,255,.2) 99%);
		content:'';
		pointer-events:none}
	.card.gold:after {
		width:163px;
		height:150px}
	.card.medium:after {
		width:163px;
		height:99px}
	.card.medium.gold:after {
		width:102px;
		height:120px}
}

@media (min-width: 769px) {
   /* compound selector required to override others */
   img.image_left.imageLeft--smallIndent {
      margin-right: 1.2em; /* 17px */
   }
   img.image_right.imageRight--smallIndent {
      margin-left: 1.2em; /* 17px */
   }
}

@media (min-width: 992px) {
    .image_left.summary_image {
        float: none;
        display: block;
    }
}