/* 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/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/*.ie11
---------------------------------------------------------------------*/
/* line 12, ../sass/ie.scss */
.ie11 .widget_tag_cloud a::after, .ie11 .widget-tags a::after {
  bottom: 7px;
}
/* line 16, ../sass/ie.scss */
.ie11 p, .ie11 .widget {
  word-break: break-all;
}
/* line 19, ../sass/ie.scss */
.ie11 h1, .ie11 h2, .ie11 h3, .ie11 h4, .ie11 h5, .ie11 h6 {
  word-break: break-all;
}

/*.ie10
---------------------------------------------------------------------*/
/* line 27, ../sass/ie.scss */
.ie10 .search-block input {
  width: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
/* line 31, ../sass/ie.scss */
.ie10 .search-block input.find-input-visible {
  width: 80%;
}
/* line 36, ../sass/ie.scss */
.ie10 .widget_tag_cloud a::after, .ie10 .widget-tags a::after {
  bottom: 7px;
}
/* line 39, ../sass/ie.scss */
.ie10 p, .ie10 .widget {
  word-break: break-all;
}
/* line 42, ../sass/ie.scss */
.ie10 h1, .ie10 h2, .ie10 h3, .ie10 h4, .ie10 h5, .ie10 h6 {
  word-break: break-all;
}
