3.2.14 (Media Mark)
7609a045e1ce2902c1ece031ca7899c7665653cf
o:Sass::Tree::RootNode
:@children[
o:Sass::Tree::CommentNode
:@value[I"N/*
 * Thumbnails
 * -------------------------------------------------- */:ET:
@type:silent;[ :
@linei:@options{ o;
;[I"3/* Mixin and adjust the regular image class */;	T;
;;[ ;i;@o:Sass::Tree::RuleNode:
@rule[I".thumbnail;	T:
@tabsi :@parsed_ruleso:"Sass::Selector::CommaSequence:@members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence
;[o:Sass::Selector::Class:
@name[I"thumbnail;	T;i:@filenameI" ;	T:@subject0:@sourceso:Set:
@hash{ ;i;@;i;@;[o:Sass::Tree::PropNode;[I"display;	T;o:Sass::Script::String;I"
block;	T;
:identifier;@;i :@prop_syntax:new;[ ;i;@o;;[I"padding;	T;o:Sass::Script::Variable	;I"thumbnail-padding;	T:@underscored_nameI"thumbnail_padding;	T;i;@;i ; ;!;[ ;i;@o;;[I"margin-bottom;	T;o;"	;I"line-height-computed;	T;#I"line_height_computed;	T;i;@;i ; ;!;[ ;i;@o;;[I"line-height;	T;o;"	;I"line-height-base;	T;#I"line_height_base;	T;i;@;i ; ;!;[ ;i;@o;;[I"background-color;	T;o;"	;I"thumbnail-bg;	T;#I"thumbnail_bg;	T;i;@;i ; ;!;[ ;i;@o;;[I"border;	T;o:Sass::Script::List	;[o:Sass::Script::Number;i:@numerator_units[I"px;	T:@denominator_units[ ;i:@originalI"1px;	F;@o;	;I"
solid;	T;
;;i;@o;"	;I"thumbnail-border;	T;#I"thumbnail_border;	T;i;@:@separator:
space;i;@;i ; ;!;[ ;i;@o;;[I"border-radius;	T;o;"	;I"thumbnail-border-radius;	T;#I"thumbnail_border_radius;	T;i;@;i ; ;!;[ ;i;@o:Sass::Tree::MixinNode;I"transition;	T:
@args[o;$	;[o;	;I"all;	T;
;;i;@o;%;f0.2;&[I"s;	T;'[ ;i;(I"	0.2s;	F;@o;	;I"ease-in-out;	T;
;;i;@;);*;i;@:@keywords{ :@splat0;[ ;i;@o;;[I"> img,
  a > img;	T;i ;o;;[o;;[I">;	To;
;[o:Sass::Selector::Element	;[I"img;	T:@namespace0;i;I" ;	T;0;o;;{ ;i;@wo;;[	I"
;	To;
;[o;/	;[I"a;	T;00;i;@w;0;o;;{ ;i;@wI">;	To;
;[o;/	;[I"img;	T;00;i;@w;0;o;;{ ;i;@w;i;@w;[o;+;I"img-responsive;	T;,[ ;-{ ;.0;[ ;i;@o;;[I"margin-left;	T;o;;I"	auto;	T;
;;@;i ; ;!;[ ;i;@o;;[I"margin-right;	T;o;;I"	auto;	T;
;;@;i ; ;!;[ ;i;@;i:@has_childrenT;@o;
;[I"z/* [converter] extracted a&:hover, a&:focus, a&.active to a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active */;	T;
;;[ ;i;@o;
;[I"/* Image captions */;	T;
;;[ ;i;@o;;[I".caption;	T;i ;o;;[o;;[o;
;[o;;[I"caption;	T;i ;I" ;	T;0;o;;{ ;i ;@­;i ;@­;[o;;[I"padding;	T;o;"	;I"thumbnail-caption-padding;	T;#I"thumbnail_caption_padding;	T;i!;@;i ; ;!;[ ;i!;@o;;[I"
color;	T;o;"	;I"thumbnail-caption-color;	T;#I"thumbnail_caption_color;	T;i";@;i ; ;!;[ ;i";@;i ;1T;@;i;1T;@o;
;[I"5/* Add a hover state for linked versions only */;	T;
;;[ ;i&;@o;;[I"=a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active;	T;i ;o;;[o;;[o;
;[o;/	;[I"a;	T;00;i);I" ;	To;;[I"thumbnail;	T;i);@Ïo:Sass::Selector::Pseudo
:@syntactic_type:
class;[I"
hover;	T:	@arg0;i);@Ï;0;o;;{ ;i);@Ïo;;[I"
;	To;
;[o;/	;[I"a;	T;00;i);@Ïo;;[I"thumbnail;	T;i);@Ïo;2
;3;4;[I"
focus;	T;50;i);@Ï;0;o;;{ ;i);@Ïo;;[I"
;	To;
;[o;/	;[I"a;	T;00;i);@Ïo;;[I"thumbnail;	T;i);@Ïo;;[I"active;	T;i);@Ï;0;o;;{ ;i);@Ï;i);@Ï;[o;;[I"border-color;	T;o;"	;I"link-color;	T;#I"link_color;	T;i*;@;i ; ;!;[ ;i*;@;i);1T;@:@templateI"{//
// Thumbnails
// --------------------------------------------------


// Mixin and adjust the regular image class
.thumbnail {
  display: block;
  padding: $thumbnail-padding;
  margin-bottom: $line-height-computed;
  line-height: $line-height-base;
  background-color: $thumbnail-bg;
  border: 1px solid $thumbnail-border;
  border-radius: $thumbnail-border-radius;
  @include transition(all .2s ease-in-out);

  > img,
  a > img {
    @include img-responsive();
    margin-left: auto;
    margin-right: auto;
  }

  // [converter] extracted a&:hover, a&:focus, a&.active to a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active

  // Image captions
  .caption {
    padding: $thumbnail-caption-padding;
    color: $thumbnail-caption-color;
  }
}

// Add a hover state for linked versions only
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: $link-color;
}
;	T;i;1T;@