h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #406a80;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.box-align {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  height: 100%;
}
.ie8 .box-align {
  padding-top: 30%;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.well {
  background: #ecf6fc;
  border: none;
  box-shadow: none;
}
.well blockquote {
  border-color: #b4ddf2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #73bfe6;
}
a.text-primary:hover {
  color: #48abde;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #73bfe6;
}
a.bg-primary:hover {
  background-color: #48abde;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #ecf0f1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 100;
  border-left: 2px solid #b4ddf2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #7a8f99;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 2px solid #b4ddf2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  border-top: 1px solid #e0e2e3;
  color: #696f72;
  min-height: 200px;
  overflow: hidden;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.circle-icon {
  border-radius: 150px;
  display: inline-block;
  height: 150px;
  text-align: center;
  line-height: 150px;
  margin: 0 0 24px;
  overflow: hidden;
  width: 150px;
  zoom: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle-icon .fa {
  color: #ffffff;
  font-size: 40px;
  line-height: 150px;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.circle-icon.background-1 {
  background: #73bfe6;
}
.circle-icon.background-2 {
  background: #2185b9;
}
.circle-icon.background-3 {
  background: #19668d;
}
.circle-icon.border {
  background: #73bfe6;
  border: 2px solid #73bfe6;
}
@media (min-width: 1280px) {
  .circle-icon.border {
    background: #ffffff;
  }
  .circle-icon.border i {
    color: #73bfe6;
  }
}
.ie8 .circle-icon.border .fa {
  color: #73bfe6;
}
.jpage .jcontent {
  margin-bottom: 48px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jpage .jcontent {
    text-align: center;
  }
}
.jpage .jcontent .jcol {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .jpage .jcontent .jcol {
    width: 100%;
    float: none;
  }
}
.jpage .fa {
  border: 2px solid #e1e4e6;
  border-radius: 50%;
  color: #406a80;
  font-size: 40px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  width: 150px;
}
.jpage .icon-left {
  text-align: right;
  padding-right: 96px;
}
@media screen and (max-width: 767px) {
  .jpage .icon-left {
    padding: 0;
    text-align: center;
  }
}
.jpage .icon-right {
  text-align: left;
  padding-left: 96px;
}
@media screen and (max-width: 767px) {
  .jpage .icon-right {
    padding: 0;
    text-align: center;
  }
}
.jpage .description-right {
  padding-right: 144px;
}
@media (min-width: 768px) and (max-width: 938px) {
  .jpage .description-right {
    padding-right: 24px;
  }
}
.jpage .description-left {
  padding-left: 144px;
}
@media (min-width: 768px) and (max-width: 938px) {
  .jpage .description-left {
    padding-left: 24px;
  }
}
.jpage .description-right,
.jpage .description-left {
  font-size: 14px;
}
.jpage .description-right a,
.jpage .description-left a {
  color: #406a80;
  display: block;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
}
.jpage .description-right a:hover,
.jpage .description-left a:hover,
.jpage .description-right a:focus,
.jpage .description-left a:focus,
.jpage .description-right a:active,
.jpage .description-left a:active {
  text-decoration: none;
  color: #73bfe6;
}
@media screen and (max-width: 767px) {
  .jpage .description-right,
  .jpage .description-left {
    padding: 0;
  }
}
.jpage .fpage {
  text-align: center;
}
#jcolor {
  position: relative;
}
#jcolor .carousel-indicators {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: auto;
  margin-left: 0;
  margin-bottom: 0;
  padding: 12px;
  width: 100%;
}
#jcolor .thumb {
  color: #ffffff;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  height: 70px;
  line-height: 70px;
  position: static;
  margin: 0 12px;
  text-indent: unset;
  width: 70px;
}
#jcolor .thumb.green {
  background: #008080;
  border-color: #008080;
}
#jcolor .thumb.green.active {
  border-color: #ffffff;
}
#jcolor .thumb.violet {
  background: #824c99;
  border-color: #824c99;
}
#jcolor .thumb.violet.active {
  border-color: #ffffff;
}