p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'open_sans_lightregular', sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 32.5px;
  line-height: 40px;
}
h1 small {
  font-size: 26px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  font-size: 19.5px;
  line-height: 40px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 20px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.btn-icon {
  display: block;
}
.btn-big {
  background-position: center center;
  background-repeat: no-repeat;
  height: 240px;
  position: relative;
  width: 219px;
  text-align: left;
  vertical-align: bottom;
}
.btn-icon span {
  color: #fff;
  display: block;
  font-family: 'open_sans_semiboldregular';
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon-contact {
  background-image: url(/templates/ja_mero/images/ico/mail-big.png);
}
.icon-photo {
  background-image: url(/templates/ja_mero/images/ico/photo-big.png);
}
.social-wrap .btn-small {
  background-color: #fff;
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  height: 114px;
  padding: 0;
  text-indent: -999em;
  width: 114px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .social-wrap .btn-small {
    width: 108px;
    height: 108px;
  }
}
.social-wrap .icon-facebook {
  background-image: url(/templates/ja_mero/images/ico/facebook.png);
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .social-wrap .icon-facebook {
    margin: 0 10px 0px 5px;
  }
}
.social-wrap .icon-facebook:hover,
.social-wrap .icon-facebook:focus,
.social-wrap .icon-facebook:active {
  background-color: #3b5998;
  background-position: left bottom;
}
.social-wrap .icon-google-plus {
  background-image: url(/templates/ja_mero/images/ico/google-plus.png);
  margin: 0 0 10px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .social-wrap .icon-google-plus {
    margin: 0 0px 10px 0px;
  }
}
.social-wrap .icon-google-plus:hover,
.social-wrap .icon-google-plus:focus,
.social-wrap .icon-google-plus:active {
  background-color: #da5834;
  background-position: left bottom;
}
.social-wrap .icon-twitter {
  background-image: url(/templates/ja_mero/images/ico/twitter.png);
  margin: 0 10px 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .social-wrap .icon-twitter {
    margin: 0 10px 10px 5px;
  }
}
.social-wrap .icon-twitter:hover,
.social-wrap .icon-twitter:focus,
.social-wrap .icon-twitter:active {
  background-color: #02b3eb;
  background-position: left bottom;
}
.social-wrap .icon-flicker {
  background-image: url(/templates/ja_mero/images/ico/flicker.png);
  margin: 0;
}
.social-wrap .icon-flicker:hover,
.social-wrap .icon-flicker:focus,
.social-wrap .icon-flicker:active {
  background-color: #e842a4;
  background-position: left bottom;
}
.accordion-style {
  height: 240px;
  position: relative;
}
.accordion-style .content {
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.accordion-style .content h3 {
  font-family: 'open_sans_semiboldregular';
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  line-height: 1;
}
.accordion-style .content p {
  margin-bottom: 20px;
}
.accordion-style .content p.readmore {
  margin-bottom: 0;
  *zoom: 1;
}
.accordion-style .content p.readmore:before,
.accordion-style .content p.readmore:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion-style .content p.readmore:after {
  clear: both;
}
.accordion-style .content p.readmore a {
  background: url(/templates/ja_mero/images/readon-w-bg.png) no-repeat left top;
  display: block;
  height: 20px;
  width: 20px;
  text-indent: -999em;
  overflow: hidden;
}
.accordion-style .content p.readmore a:hover {
  background-position: left bottom;
}
.accordion-style:hover .content {
  height: 240px;
}
.accordion-style.mod-hilite1 .content {
  background-color: #1ba1e2;
  color: #fff;
}
.accordion-style.mod-hilite2 .content {
  background-color: #d21f45;
  color: #fff;
}
.accordion-style.mod-hilite3 .content {
  background-color: #3b5998;
  color: #fff;
}
.accordion-style.mod-hilite4 .content {
  background-color: #88b828;
  color: #fff;
}
.accordion-style.mod-hilite5 .content {
  background-color: #d9532d;
  color: #fff;
}
.accordion-style.mod-hilite6 .content {
  background-color: #c22b7c;
  color: #fff;
}
.accordion-style.mod-hilite7 .content {
  background-color: #472b6b;
  color: #fff;
}
.accordion-style.mod-hilite8 .content {
  background-color: #e842a4;
  color: #fff;
}
.accordion-style.mod-hilite1 .content h3,
.accordion-style.mod-hilite2 .content h3,
.accordion-style.mod-hilite3 .content h3,
.accordion-style.mod-hilite4 .content h3,
.accordion-style.mod-hilite5 .content h3,
.accordion-style.mod-hilite6 .content h3,
.accordion-style.mod-hilite7 .content h3,
.accordion-style.mod-hilite8 .content h3 {
  color: #fff;
}
.banner-text h2 {
  color: #200;
  margin: 0 0 10px;
  padding: 0;
}
.banner-text p {
  font-family: 'open_sans_semiboldregular';
  color: #1ba1e2;
  margin: 0;
}
.module.badge-hot .module-inner {
  position: relative;
}
.module .badge {
  background-image: url(/templates/ja_mero/images/badge-bg.gif);
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  height: 20px;
  position: absolute;
  padding: 0;
  line-height: 1;
  right: 0;
  top: 0;
  width: 35px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.module.badge-hot .badge {
  background-position: 0 0;
}
.module.badge-new .badge {
  background-position: 0 -20px;
}
.module.badge-pick .badge {
  background-position: 0 -40px;
}
.module.badge-top .badge {
  background-position: 0 -60px;
}