/*------------------------------------------------------JM-TEMPLATE-----------------------------------------------------------*/

.jm-module {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  color: #2f2f2f;
  padding: 30px;
  margin-bottom: 30px;
}
.jm-module .jm-title {
  font-family: Lato, sans-serif;
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.jm-module.blank-ms {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
#jm-footer-mod .jm-module.blank-ms {
  color: inherit;
}
.jm-module.testimonials-ms {
  background-image: url("../images/testimonials.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 80px;
}
.jm-module.testimonials-ms.alternative-ms {
  background-image: url("../images/testimonials2.jpg");
}
.jm-module.title-ms .jm-title {
  font-weight: 700;
  color: #004f96;
}
.jm-module.nomargin-ms,
.jm-module-raw.nomargin-ms {
  margin: 0 !important;
}
.jm-module.blank-ms .nav.menu {
  margin: 0;
}
.jm-module.blank-ms .nav.menu a,
.jm-module.blank-ms .nav.menu span.separator {
  color: #58595c;
}
.jm-module.blank-ms .nav.menu > li > a:hover,
.jm-module.blank-ms .nav.menu > li > a:focus,
.jm-module.blank-ms .nav.menu > li.active > a {
  background: #e7e7e7;
}
#jm-offcanvas .jm-module.blank-ms .nav.menu a,
#jm-offcanvas .jm-module.blank-ms .nav.menu span.separator {
  color: #ffffff;
}
#jm-offcanvas .jm-module.blank-ms .nav.menu > li > a:hover,
#jm-offcanvas .jm-module.blank-ms .nav.menu > li > a:focus,
#jm-offcanvas .jm-module.blank-ms .nav.menu > li.active > a {
  color: #004f96;
}

/*------------------------------------------------------JM-COLOR-BOX--------------------------------------------------------------*/

.jm-fa .fa-image {
  display: none;
}

.jm-color-box1 {
  display: block;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
  font-weight: normal;
  margin: 4px;
  -webkit-box-shadow: 0 0 0 4px #f5834e;
  -moz-box-shadow: 0 0 0 4px #f5834e;
  box-shadow: 0 0 0 4px #f5834e;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.jm-color-box1 .jm-icon-title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
}
.jm-color-box1 .icono-cuadro {
  display: block;
  background: url("http://soltig.net/images/color-icon1.png") center top no-repeat;
  height: 97px;
  margin: 0 auto 30px;
}
.jm-color-box1 .jm-icon-desc {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jm-color-box1:hover {
  color: #f5834e;
}
.jm-color-box1:hover .icono-cuadro {
  background-position: center bottom;
}
.jm-color-box1:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #f5834e;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.jm-color-box1:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.jm-color-box2 {
  display: block;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
  font-weight: normal;
  margin: 4px;
  -webkit-box-shadow: 0 0 0 4px #33a8de;
  -moz-box-shadow: 0 0 0 4px #33a8de;
  box-shadow: 0 0 0 4px #33a8de;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.jm-color-box2 .jm-icon-title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
}
.jm-color-box2 .icono-cuadro {
  display: block;
  background: url("http://soltig.net/images/color-icon2.png") center top no-repeat;
  height: 97px;
  margin: 0 auto 30px;
}
.jm-color-box2 .jm-icon-desc {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jm-color-box2:hover {
  color: #33a8de;
}
.jm-color-box2:hover .icono-cuadro {
  background-position: center bottom;
}
.jm-color-box2:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #33a8de;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.jm-color-box2:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.jm-color-box3 {
  display: block;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
  font-weight: normal;
  margin: 4px;
  -webkit-box-shadow: 0 0 0 4px #fcbb6c;
  -moz-box-shadow: 0 0 0 4px #fcbb6c;
  box-shadow: 0 0 0 4px #fcbb6c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.jm-color-box3 .jm-icon-title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
}
.jm-color-box3 .icono-cuadro {
  display: block;
  background: url("http://soltig.net/images/color-icon3.png") center top no-repeat;
  height: 97px;
  margin: 0 auto 30px;
}
.jm-color-box3 .jm-icon-desc {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jm-color-box3:hover {
  color: #fcbb6c;
}
.jm-color-box3:hover .icono-cuadro {
  background-position: center bottom;
}
.jm-color-box3:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fcbb6c;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.jm-color-box3:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
#jm-offcanvas .jm-color-box1:hover:after,
#jm-offcanvas .jm-color-box2:hover:after,
#jm-offcanvas .jm-color-box3:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
