.custom-icon-youtube, soc-pt-twitter, .custom-icon-share, .custom-icon-pinterest, .custom-icon-facebook {
  font-family: 'oisa-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* line 28, ../sass/_iconfonts.scss */
.custom-icon-gp:before {
  content: url(../img/gplus.jpg); }

/* line 31, ../sass/_iconfonts.scss */
.custom-icon-twitter:before {
  content: url(../img/twitter.jpg); }

/* line 34, ../sass/_iconfonts.scss */
.custom-icon-instagram:before {
  content: url(../img/instagram.jpg); }

/* line 37, ../sass/_iconfonts.scss */
.custom-icon-pinterest:before {
  content: url(../img/pinterest.jpg); }

/* line 40, ../sass/_iconfonts.scss */
.custom-icon-facebook:before {
  content: url(../img/facebook.jpg); }

/* line 176, ../sass/app.scss */
.mod-footer a .narrow-inline-filter {
  display: inline !important;
  font-size: inherit !important; }

/* line 184, ../sass/app.scss */
.modules.mod1 .panel .imgholder {
  height: 156px; 
}


/* line 211, ../sass/app.scss */
.modules.mod1 .panel h2 a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  background-color: #1e3d76;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  /* line 220, ../sass/app.scss */
  .modules.mod1 .panel h2 a:hover {
    background-color: #14284d; 
}


/* line 424, ../sass/app.scss */
.imgholder {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  -webkit-user-select: none; 
}

/* line 491, ../sass/app.scss */
.no-touch .modules .imgholder:hover .share-nav,
.touch .modules .imgholder.hovered .share-nav {
  bottom: -10px; 
}

/* line 495, ../sass/app.scss */
.share-nav {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 12;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
/* line 502, ../sass/app.scss */
.share-nav li {
  float: left;
  list-style-type: none; 
}
/* line 506, ../sass/app.scss */
.share-nav li a {
  display: block;
  color: #fff;
  font-size: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}

/* line 539, ../sass/app.scss */
.loader {
  height: 50px;
  background: transparent url("../img/ajax-loader.html") no-repeat center center;
  display: none; 
}