.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.center-vertical-horizontal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
}
.pie {
  behavior: url('pie.htc');
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
div#message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
}
div#message a#closeMessage {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -30px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  width: 25px;
  height: 25px;
  border: 1px solid red;
  background-color: rgba(255,0,0,0.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ff0000, endColorstr=#26ff0000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ff0000, endColorstr=#26ff0000);
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: red;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}
div#message a#closeMessage:hover {
  background-color: #d6171a;
  background-image: -moz-linear-gradient(top,#e32127,#c30806);
  background-image: -ms-linear-gradient(top,#e32127,#c30806);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e32127),to(#c30806));
  background-image: -webkit-linear-gradient(top,#e32127,#c30806);
  background-image: -o-linear-gradient(top,#e32127,#c30806);
  background-image: linear-gradient(top,#e32127,#c30806);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32127', endColorstr='#c30806', GradientType=0);
  color: #ffffff;
}
div#message div.stripe {
  display: table;
  position: absolute;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  height: 100px;
  top: 50%;
  margin-top: -70px;
  left: 0;
}
div#message div.stripe p {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #4A4854;
  line-height: 2.2;
  margin: auto;
  max-width: 800px;
}
div#message div.stripe p.error {
  font-family: 'Exo 2', sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  color: #e32127;
  text-transform: uppercase;
}
div#message div.stripe p.success {
  font-family: 'Exo 2', sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  color: #00ac10;
  text-transform: uppercase;
}
div#message div.stripe p.loading {
  padding-top: 55px;
  margin-top: 8px;
  text-transform: uppercase;
}
div#message div.stripe p.loading .fa {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  font-size: 55px;
  color: #B3B3B3;
}
#fullpage {
  width: 100%;
  display: block;
  position: relative;
}
#fullpage .section {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 64em) {
  #fullpage .section {
    height: auto !important;
  }
}
#fullpage .section .fp-tableCell {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 64em) {
  #fullpage .section .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #fullpage .section .fp-tableCell {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 39.9375em) {
  #fullpage .section .fp-tableCell {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
#fullpage .section .fp-tableCell .banner-box {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  #fullpage .section .fp-tableCell .banner-box {
    height: 400px !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #fullpage .section .fp-tableCell .banner-box {
    height: 100%;
    z-index: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  #fullpage .section .fp-tableCell .banner-box {
    height: 100%;
    z-index: 0;
  }
}
#fullpage .section .fp-tableCell .banner-box .banner-content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-background-box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-background-box .banner-background {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 9;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text {
  width: 100%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text p,
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text span,
#fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text div {
  font-family: 'americantypewriter';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
  -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text p,
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text span,
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text div {
    font-family: 'americantypewriterbold';
    font-size: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text p,
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text span,
  #fullpage .section .fp-tableCell .banner-box .banner-content .banner-text-box .row .banner-text-content .banner-text div {
    font-family: 'americantypewriterbold';
    font-size: 16px;
  }
}
#fullpage #bannerPager {
  width: 100%;
  max-width: 75rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 30px;
  z-index: 999;
  padding: 0 1rem;
  text-align: right;
}
#fullpage #bannerPager span {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 9999px;
  background: #ffffff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
#fullpage #bannerPager span:hover,
#fullpage #bannerPager span.cycle-pager-active {
  background: #ED3237;
}
.home-news-box .row-title {
  margin-bottom: 30px;
}
.home-news-box .home-title-box {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .home-title-box {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .home-title-box {
    text-align: center;
    margin-bottom: 10px;
  }
}
.home-news-box .home-news-title-text-box p,
.home-news-box .home-news-title-text-box span,
.home-news-box .home-news-title-text-box div {
  margin: 0;
  padding: 0;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  line-height: 1.4;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .home-news-title-text-box {
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .home-news-title-text-box {
    text-align: center;
  }
}
.home-news-box .row-highlight {
  margin-top: 50px;
}
.home-news-box .row-highlight .highlight-left-box {
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .row-highlight .highlight-left-box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-left-box {
    margin-bottom: 50px;
  }
}
.home-news-box .row-highlight .highlight-left-box .highlight-thumb {
  display: block;
  position: relative;
  padding: 0 100px 0 0;
  z-index: 0;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .row-highlight .highlight-left-box .highlight-thumb {
    padding: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-left-box .highlight-thumb {
    padding: 0;
  }
}
.home-news-box .row-highlight .highlight-left-box .highlight-thumb .highlight-thumb-link {
  display: block;
  position: relative;
  padding: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home-news-box .row-highlight .highlight-left-box .highlight-thumb .highlight-thumb-link .gradient {
  width: calc(100% - 60px);
  height: 50%;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: rgba(0,0,0,-0.2);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
  background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.5)', GradientType=0);
}
.home-news-box .row-highlight .highlight-left-box .highlight-thumb .highlight-thumb-link:hover {
  background: #4A4854;
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-left-box .highlight-thumb .highlight-thumb-link {
    padding: 15px;
  }
  .home-news-box .row-highlight .highlight-left-box .highlight-thumb .highlight-thumb-link .gradient {
    display: none;
  }
}
.home-news-box .row-highlight .highlight-left-box .highlight-text-box {
  width: 50%;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 9;
}
.home-news-box .row-highlight .highlight-left-box .highlight-text-box h4 {
  font-family: 'americantypewriterbold';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home-news-box .row-highlight .highlight-left-box .highlight-text-box h4 .highlight-title-link {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.home-news-box .row-highlight .highlight-left-box .highlight-text-box h4:hover {
  color: #ED3237;
}
.home-news-box .row-highlight .highlight-left-box .highlight-text-box .highlight-link-box {
  display: table;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box {
    width: 60%;
    bottom: 70px;
    left: 70px;
  }
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box h4 {
    font-size: 18px;
  }
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box .highlight-link-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box {
    width: 100%;
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 30px;
    text-align: center;
  }
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box h4 {
    color: #ED3237;
    font-size: 16px;
  }
  .home-news-box .row-highlight .highlight-left-box .highlight-text-box .highlight-link-box {
    margin: 10px auto 0;
  }
}
.home-news-box .row-highlight .highlight-right-box .highlight-box {
  margin-bottom: 40px;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box {
  padding-right: 0;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box h4 {
  margin: 0 0 20px;
  font-family: 'americantypewriterbold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1.4;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box h4 a {
  color: inherit;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box h4:hover {
  color: #ED3237;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box .highlight-link-box {
  display: table;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box {
    order: 2;
    text-align: center;
  }
  .home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box h4 {
    font-size: 14px;
  }
  .home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-text-box .highlight-link-box {
    margin: auto;
  }
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box {
  display: block;
  position: relative;
  padding-left: 0;
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box {
    order: 1;
    margin-bottom: 20px;
  }
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box .highlight-thumb {
  display: block;
  position: relative;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box .highlight-thumb .highlight-thumb-link {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box .highlight-thumb .highlight-thumb-link:hover {
  background: #ED3237;
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box.box-left {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box.box-right {
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .row-highlight .highlight-right-box .highlight-box .highlight-thumb-box .highlight-thumb-link {
    padding: 10px;
  }
}
.home-news-box .highlight-banner-box {
  height: 200px;
  display: block;
  position: relative;
  margin-top: 100px;
}
.home-news-box .highlight-banner-box .highlight-background {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-news-box .highlight-banner-box {
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-news-box .highlight-banner-box {
    padding: 0;
    margin-top: 40px;
  }
}
.clients-box .clients-content-box .row .clients-content {
  width: 100% !important;
  display: block;
  position: relative;
}
.clients-box .clients-content-box .row .clients-content .client {
  display: block;
  position: relative;
  padding: 10px 20px;
  vertical-align: top;
}
.clients-box .clients-content-box .row .clients-content .client .client-thumb-box .client-thumb-link {
  display: block;
  position: relative;
  padding: 30px;
}
.clients-box .clients-content-box .row .clients-content .client.box-left .client-thumb-box {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.clients-box .clients-content-box .row .clients-content .client.box-right .client-thumb-box {
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
@media screen and (max-width: 39.9375em) {
  .clients-box .clients-content-box .row .clients-content .client {
    padding: 10px;
  }
  .clients-box .clients-content-box .row .clients-content .client .client-thumb-box .client-thumb-link {
    padding: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimony-box {
    padding-bottom: 30px;
  }
}
.testimony-box .testimony-content-box {
  display: block;
  position: relative;
}
.testimony-box .testimony-content-box .row .testimony-content {
  width: 100% !important;
  display: block;
  position: relative;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony {
  display: block;
  position: relative;
  padding: 10px 20px 0;
  vertical-align: top;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-thumb-box {
  margin-bottom: 30px;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-thumb-box .footer-thumb-link {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-thumb-box .footer-thumb-link:hover {
  background: #4A4854;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box {
  white-space: normal;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h5 {
  font-family: 'americantypewriter';
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #ED3237;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  word-wrap: break-word;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h5 {
    font-size: 16px;
  }
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h6 {
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 0;
  word-wrap: break-word;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h6 {
    margin: 0 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box h6 {
    margin: 0 0 10px;
    font-size: 13px;
  }
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text {
  display: block;
  position: relative;
  white-space: normal;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text p,
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text span,
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text div {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text p,
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text span,
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text div {
    font-size: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text p,
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text span,
  .testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-text-box .testimony-text div {
    font-size: 13px;
  }
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-button-box {
  display: block;
  position: relative;
  margin-top: 15px;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-button-box .more-button {
  display: block;
  position: relative;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-button-box .more-button .border svg path {
  fill: #ED3237;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony .testimony-button-box .more-button .text {
  background: #ED3237;
}
.testimony-box .testimony-content-box .row .testimony-content .testimony.box-left .testimony-thumb-box {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.testimony-box .testimony-content-box .row .testimony-content .testimony.box-right .testimony-thumb-box {
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
@media screen and (max-width: 39.9375em) {
  .testimony-box .testimony-content-box .row .testimony-content .testimony {
    padding: 10px 0 0;
  }
}
.contact-form .form-input-box {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 1rem;
}
.contact-form .form-input-box input[type="text"],
.contact-form .form-input-box input[type="email"],
.contact-form .form-input-box input[type="tel"],
.contact-form .form-input-box textarea {
  width: calc(100% - 100px);
  height: 50px;
  display: block;
  position: relative;
  float: left;
  border: none;
  font-family: 'americantypewriter';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  margin: 0;
  padding: 0;
}
.contact-form .form-input-box input[type="text"]:focus,
.contact-form .form-input-box input[type="email"]:focus,
.contact-form .form-input-box input[type="tel"]:focus,
.contact-form .form-input-box textarea:focus {
  background: #ffffff;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-form .form-input-box input[type="text"],
  .contact-form .form-input-box input[type="email"],
  .contact-form .form-input-box input[type="tel"],
  .contact-form .form-input-box textarea {
    width: calc(100% - 80px);
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-form .form-input-box input[type="text"],
  .contact-form .form-input-box input[type="email"],
  .contact-form .form-input-box input[type="tel"],
  .contact-form .form-input-box textarea {
    width: calc(100% - 60px);
    height: 30px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.contact-form .form-input-box .border {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  float: left;
}
.contact-form .form-input-box .border svg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.contact-form .form-input-box .border svg path {
  fill: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-form .form-input-box .border.left {
  margin-right: -1px;
}
.contact-form .form-input-box .border.right {
  margin-left: -1px;
}
.contact-form .form-input-box .border.right svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-form .form-input-box .border {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-form .form-input-box .border {
    width: 30px;
    height: 30px;
  }
}
.contact-form .form-input-box.textarea .border {
  height: 150px;
}
.contact-form .form-input-box.textarea .border svg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}
.contact-form .form-input-box.textarea textarea {
  height: 150px;
  padding: 1rem 0;
}
.contact-form .g-recaptcha {
  width: 100%;
  display: block;
  position: relative;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.contact-form .form-button-box {
  width: 230px;
  margin: auto;
}
.contact-form .form-button-box .more-button {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-form .form-button-box .more-button {
    height: 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-form .form-button-box .more-button {
    height: 30px;
  }
}
.contact-form .form-button-box .more-button .text {
  width: calc(100% - 100px);
  height: 50px;
  display: block;
  position: relative;
  float: left;
  background: #ED3237;
  font-family: 'americantypewriterbold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-form .form-button-box .more-button .text {
    width: calc(100% - 80px);
    height: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-form .form-button-box .more-button .text {
    width: calc(100% - 60px);
    height: 30px;
    font-size: 13px;
    line-height: 2;
  }
}
.contact-form .form-button-box .more-button .border {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  float: left;
}
.contact-form .form-button-box .more-button .border svg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.contact-form .form-button-box .more-button .border svg path {
  fill: #ED3237;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-form .form-button-box .more-button .border.left {
  margin-right: -1px;
}
.contact-form .form-button-box .more-button .border.right {
  margin-left: -1px;
}
.contact-form .form-button-box .more-button .border.right svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-form .form-button-box .more-button .border {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-form .form-button-box .more-button .border {
    width: 30px;
    height: 30px;
  }
}
.contact-form .form-button-box .more-button:hover .text {
  background: #ffffff !important;
  color: #ED3237 !important;
}
.contact-form .form-button-box .more-button:hover .border svg path {
  fill: #ffffff !important;
}
.services-icons-box {
  margin-bottom: 100px;
}
.services-icons-box .service-box .service-search-link,
.services-icons-box .service-box .service-link {
  width: 100%;
  display: block;
  position: relative;
}
.services-icons-box .service-box .service-search-link .service-icon,
.services-icons-box .service-box .service-link .service-icon {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.services-icons-box .service-box .service-search-link .service-icon img,
.services-icons-box .service-box .service-link .service-icon img {
  height: 130px;
  max-height: 130px;
}
.services-icons-box .service-box .service-search-link .service-title,
.services-icons-box .service-box .service-link .service-title {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-family: 'americantypewriterbold';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.services-icons-box .service-box .service-search-link:hover .service-icon,
.services-icons-box .service-box .service-search-link.active .service-icon,
.services-icons-box .service-box .service-link:hover .service-icon,
.services-icons-box .service-box .service-link.active .service-icon {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.services-icons-box .service-box .service-search-link:hover .service-title,
.services-icons-box .service-box .service-search-link.active .service-title,
.services-icons-box .service-box .service-link:hover .service-title,
.services-icons-box .service-box .service-link.active .service-title {
  color: #ED3237;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .services-icons-box {
    margin-bottom: 60px;
  }
  .services-icons-box .service-box .service-link .service-icon {
    margin-bottom: 20px;
  }
  .services-icons-box .service-box .service-link .service-icon img {
    height: 60px;
    max-height: 60px;
  }
  .services-icons-box .service-box .service-link .service-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  .services-icons-box {
    margin-bottom: 40px;
  }
  .services-icons-box .service-box {
    width: 100%;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-bottom: 40px;
  }
  .services-icons-box .service-box .service-link .service-icon {
    margin-bottom: 10px;
  }
  .services-icons-box .service-box .service-link .service-icon img {
    height: 60px;
    max-height: 60px;
  }
  .services-icons-box .service-box .service-link .service-title {
    font-size: 14px;
  }
}
.services-text-box .service-text-box.hidden {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .services-text-box .service-text-box {
    text-align: center;
  }
}
.books-box .book-link {
  margin-bottom: 100px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link {
    margin-bottom: 40px;
  }
}
.books-box .book-link .book-thumb-box {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.books-box .book-link .book-thumb-box img {
  height: 350px;
  max-height: 350px;
  box-shadow: 30px 30px 100px rgba(0,0,0,0.5);
  -moz-box-shadow: 30px 30px 100px rgba(0,0,0,0.5);
  -webkit-box-shadow: 30px 30px 100px rgba(0,0,0,0.5);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-thumb-box {
    margin-bottom: 20px;
  }
  .books-box .book-link .book-thumb-box img {
    height: 250px;
    max-height: 250px;
    box-shadow: 20px 20px 100px rgba(0,0,0,0.5);
    -moz-box-shadow: 20px 20px 100px rgba(0,0,0,0.5);
    -webkit-box-shadow: 20px 20px 100px rgba(0,0,0,0.5);
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-thumb-box {
    margin-bottom: 20px;
  }
  .books-box .book-link .book-thumb-box img {
    height: 150px;
    max-height: 150px;
    box-shadow: 15px 15px 100px rgba(0,0,0,0.5);
    -moz-box-shadow: 15px 15px 100px rgba(0,0,0,0.5);
    -webkit-box-shadow: 15px 15px 100px rgba(0,0,0,0.5);
  }
}
.books-box .book-link .book-text-box {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.books-box .book-link .book-text-box .book-title {
  display: block;
  position: relative;
  font-family: 'americantypewriterbold';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ED3237;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-text-box .book-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-text-box .book-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.books-box .book-link .book-text-box .book-description {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1.4;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-text-box .book-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-text-box .book-description {
    font-size: 13px;
  }
}
.books-box .book-link .book-button {
  display: table;
  position: relative;
  margin: 30px auto 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-button {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-button {
    margin: 10px auto 0;
  }
}
.books-box .book-link .book-button .text {
  display: block;
  position: relative;
  float: left;
  background: #ED3237;
  font-family: 'americantypewriterbold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  padding: 12px 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-button .text {
    font-size: 14px;
    line-height: 2;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-button .text {
    font-size: 13px;
    line-height: 2;
    padding: 0 6px;
  }
}
.books-box .book-link .book-button .border {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  float: left;
}
.books-box .book-link .book-button .border svg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.books-box .book-link .book-button .border svg path {
  fill: #ED3237;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.books-box .book-link .book-button .border.left {
  margin-right: -1px;
}
.books-box .book-link .book-button .border.right {
  margin-left: -1px;
}
.books-box .book-link .book-button .border.right svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .books-box .book-link .book-button .border {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .books-box .book-link .book-button .border {
    width: 26px;
    height: 26px;
  }
}
.books-box .book-link .book-button:hover .text {
  background: #4A4854;
}
.books-box .book-link .book-button:hover .border svg path {
  fill: #4A4854;
}
.news-box {
  margin-bottom: 100px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box {
    margin-bottom: 40px;
  }
}
.news-box .news-link {
  display: block;
  position: relative;
}
.news-box .news-link .news-thumb-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.news-box .news-link .news-title {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #ED3237;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box .news-link .news-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box .news-link .news-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.news-box .news-link .news-description {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1.4;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box .news-link .news-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box .news-link .news-description {
    font-size: 13px;
  }
}
.news-box .news-link .news-button {
  display: table;
  position: relative;
  margin: 30px 0 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box .news-link .news-button {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box .news-link .news-button {
    margin: 10px auto 0;
  }
}
.news-box .news-link .news-button .text {
  display: block;
  position: relative;
  float: left;
  background: #ED3237;
  font-family: 'americantypewriterbold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  padding: 12px 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box .news-link .news-button .text {
    font-size: 14px;
    line-height: 2;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box .news-link .news-button .text {
    font-size: 13px;
    line-height: 2;
    padding: 0 6px;
  }
}
.news-box .news-link .news-button .border {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  float: left;
}
.news-box .news-link .news-button .border svg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.news-box .news-link .news-button .border svg path {
  fill: #ED3237;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .news-link .news-button .border.left {
  margin-right: -1px;
}
.news-box .news-link .news-button .border.right {
  margin-left: -1px;
}
.news-box .news-link .news-button .border.right svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-box .news-link .news-button .border {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-box .news-link .news-button .border {
    width: 26px;
    height: 26px;
  }
}
.news-box .news-link .news-button:hover .text {
  background: #4A4854;
}
.news-box .news-link .news-button:hover .border svg path {
  fill: #4A4854;
}
.blog-text-box .blog-title {
  margin-bottom: 20px;
}
.blog-text-box .blog-title h1 {
  font-family: 'americantypewriter';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #ED3237;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  .blog-text-box .blog-title h1 {
    font-size: 18px;
  }
}
.blog-text-box .blog-date {
  padding-top: 20px;
  margin-bottom: 50px;
  display: table;
  border-top: 1px dashed #ED3237;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  .blog-text-box .blog-date {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.blog-text-box .blog-text p,
.blog-text-box .blog-text span,
.blog-text-box .blog-text div {
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1.8;
}
.blog-text-box .blog-text p b,
.blog-text-box .blog-text p bold,
.blog-text-box .blog-text p strong,
.blog-text-box .blog-text span b,
.blog-text-box .blog-text span bold,
.blog-text-box .blog-text span strong,
.blog-text-box .blog-text div b,
.blog-text-box .blog-text div bold,
.blog-text-box .blog-text div strong {
  font-family: 'americantypewriterbold';
  font-weight: normal;
}
.blog-text-box .blog-text p a,
.blog-text-box .blog-text span a,
.blog-text-box .blog-text div a {
  color: #ED3237;
  font-family: 'americantypewriterbold';
  font-weight: normal;
}
.blog-text-box .blog-text p img,
.blog-text-box .blog-text span img,
.blog-text-box .blog-text div img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.blog-text-box .blog-text p .home-text-image-link,
.blog-text-box .blog-text span .home-text-image-link,
.blog-text-box .blog-text div .home-text-image-link {
  width: 100%;
  display: block;
  position: relative;
}
.blog-text-box .blog-text p .home-text-image-link .subtitle,
.blog-text-box .blog-text span .home-text-image-link .subtitle,
.blog-text-box .blog-text div .home-text-image-link .subtitle {
  width: 100%;
  display: block;
  position: relative;
  background: #ED3237;
  font-family: 'americantypewriterbold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  padding: 10px 30px;
}
@media screen and (max-width: 39.9375em) {
  .blog-text-box .blog-text p .home-text-image-link .subtitle,
  .blog-text-box .blog-text span .home-text-image-link .subtitle,
  .blog-text-box .blog-text div .home-text-image-link .subtitle {
    font-size: 12px;
    padding: 6px 15px;
  }
}
.blog-text-box .blog-text blockquote {
  display: block;
  position: relative;
  background: #ED3237;
  padding: 30px;
}
.blog-text-box .blog-text blockquote p,
.blog-text-box .blog-text blockquote span,
.blog-text-box .blog-text blockquote div {
  color: #ffffff;
  font-family: 'americantypewriterbold';
  border-left: 4px solid #ffffff;
  margin: 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 39.9375em) {
  .blog-text-box .blog-text blockquote {
    padding: 15px;
  }
  .blog-text-box .blog-text blockquote p,
  .blog-text-box .blog-text blockquote span,
  .blog-text-box .blog-text blockquote div {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 0 15px;
  }
}
.blog-text-box .neighbors-box {
  position: relative;
  border-top: 1px dashed #ED3237;
  margin: 0 0 50px;
}
.blog-text-box .neighbors-box .neighbor {
  display: block;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dashed #ED3237;
}
.blog-text-box .neighbors-box .neighbor .text {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-text-box .neighbors-box .neighbor .title {
  display: block;
  position: relative;
  font-family: 'americantypewriter';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #ED3237;
  line-height: 1.2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-text-box .neighbors-box .neighbor.next {
  text-align: right;
}
.blog-text-box .neighbors-box .neighbor:hover .text {
  color: #000000;
}
.blog-text-box .neighbors-box .neighbor:hover .title {
  color: #4A4854;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-text-box .neighbors-box {
    margin: 0 0 40px;
  }
  .blog-text-box .neighbors-box .neighbor {
    padding: 20px 0;
  }
  .blog-text-box .neighbors-box .neighbor .text {
    font-size: 14px;
  }
  .blog-text-box .neighbors-box .neighbor .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 39.9375em) {
  .blog-text-box .neighbors-box {
    margin: 0 0 40px;
  }
  .blog-text-box .neighbors-box .neighbor {
    padding: 10px 0;
  }
  .blog-text-box .neighbors-box .neighbor .text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .blog-text-box .neighbors-box .neighbor .title {
    font-size: 14px;
  }
}
.blog-text-box .blog-comments-box {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 100px;
}
.blog-sidebar-box h4 {
  font-family: 'shimmerbold';
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  color: #4A4854;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-sidebar-box h4 {
    font-size: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .blog-sidebar-box h4 {
    font-size: 30px;
    text-align: center;
  }
}
.blog-sidebar-box .facebook-like-box {
  margin-bottom: 50px;
}
.blog-sidebar-box .side-categories-box {
  margin-bottom: 50px;
}
.blog-sidebar-box .side-categories-box .category-link {
  display: block;
  font-family: 'americantypewriter';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #ED3237;
  line-height: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-sidebar-box .side-categories-box .category-link:hover {
  color: #4A4854;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-sidebar-box .side-categories-box {
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .blog-sidebar-box .side-categories-box {
    text-align: center;
  }
}
.blog-sidebar-box .side-ad-box .ad-link {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.blog-sidebar-box .side-ad-box .ad-link img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
