/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/css/ie11.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* line 9, ../sass/ie11.scss */
.ie11 span.mym:before {
  left: 14px !important;
}
/* line 12, ../sass/ie11.scss */
.ie11 span.mym:after {
  left: -15px !important;
}

/**/
/* line 27, ../sass/ie11.scss */
html.ie11 body.blog-list span.mym:before {
  left: 13px !important;
}
/* line 30, ../sass/ie11.scss */
html.ie11 body.blog-list span.mym:after {
  left: -14px !important;
}

/* line 42, ../sass/ie11.scss */
.ie11 .portfolio .element-item .overlay {
  opacity: 0;
  background: url(../images/target.png) no-repeat center 20%;
}
/* line 48, ../sass/ie11.scss */
.ie11 .portfolio .element-item:focus .overlay, .ie11 .portfolio .element-item:active .overlay, .ie11 .portfolio .element-item:hover .overlay {
  opacity: 1;
  background: rgba(5, 67, 131, 0.8) url(../images/target.png) no-repeat center 20%;
}
/* line 53, ../sass/ie11.scss */
.ie11 .portfolio .element-item:focus img.p-target, .ie11 .portfolio .element-item:active img.p-target, .ie11 .portfolio .element-item:hover img.p-target {
  opacity: 0;
}
