/**********
    All
 **********/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #eaeaea;
  color: #0e0e0e;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-alone {
  margin: 25px auto;
}
.overlay-link {
  display: block;
}
.overlay-link:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.overlay-link:hover .overlay .expand {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.overlay-box {
  position: relative;
  max-width: 100%;
  background: #fff;
  overflow: hidden;
}
.overlay,
.expand {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.overlay {
  background: rgba(0,0,0,0.2);
  opacity: 0;
  overflow: hidden;
  z-index: 20;
}
.expand {
  margin: auto;
  border: solid 5px #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  z-index: 100;
}
.embeddedContent {
  position: relative;
  height: 0;
  margin: 25px 0;
  padding-bottom: 56.25%;
}
.embeddedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divider {
  position: relative;
  clear: both;
  height: 1px;
  margin: 60px 0;
  border: 0;
  background: #8e8e8e;
}
.divider .fa {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 0 -25px;
  background: #fff;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #668dc9;
}
.alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #e5e7e9;
  border-radius: 6px;
  color: #fff;
  font-size: 1.1em;
}
.alert button {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 21px;
}
.alert-success {
  background: #4caf50;
}
.alert-danger {
  background: #f44336;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.share {
  text-align: center;
  font-size: 15px;
}
/**********
    Header
 **********/
.site-header {
  width: 100%;
  height: 90px;
  background: #fff;
  border-top: 5px solid #668dc9;
  border-bottom: 3px solid #e5e7e9;
  z-index: 1000;
  transition: all 0.2s ease 0s;
}
.site-header__logo {
  float: left;
  height: 55px;
  margin-top: 12.5px;
  margin-bottom: 17.5px;
  transition: all 0.2s ease 0s;
}
.site-header__logo img {
  height: 55px;
  transition: all 0.2s ease 0s;
}
.site-menu {
  display: none;
  transition: all 0.2s ease 0s;
}
.site-menu__link {
  display: block;
  padding: 5px 0px;
  height: 46px;
  background: #668dc9;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  font-size: 1.07rem;
  color: #fff;
  line-height: 36px;
  text-align: center;
  transition: all 0.2s ease 0s;
}
.site-menu__link:hover {
  background-color: #26416b;
}
.with--menu {
  display: block;
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
}
.site-header__icon {
  display: block;
  float: right;
  height: 36px;
  margin-top: 24.5px;
  padding: 0 16px;
  background: #668dc9;
  border-radius: 4px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease 0s;
}
.site-header__icon:hover {
  background-color: #26416b;
}
@media only screen and (min-width: 1024px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
  }
  .site-header__icon {
    display: none;
  }
  .site-header__logo {
    width: 275px;
    height: 92px;
    margin-top: 26px;
    margin-bottom: 0px;
    padding: 0px 15px 12px;
    background: #fff;
    border-radius: 10px;
    border-bottom: 3px solid #e5e7e9;
  }
  .site-header__logo img {
    height: 80px;
  }
  .site-menu {
    display: block;
    float: right;
    margin-top: 34.5px;
  }
  .site-menu__link {
    display: inline-block;
    height: 36px;
    margin-left: 5px;
    padding: 0px 8px;
    border-radius: 4px;
  }
  .is-scrolled {
    height: 70px;
    border-top: none;
  }
  .is-scrolled .site-header__logo {
    width: 228px;
    height: 67px;
    margin-top: 15px;
    padding: 0px 30px 12px;
  }
  .is-scrolled .site-header__logo img {
    height: 55px;
  }
  .is-scrolled .site-menu {
    margin-top: 14.5px;
  }
}
/**********
    Home
 **********/
.home__carousel {
  margin-top: 35px;
}
.home__carousel .owl-wrapper-outer {
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.home__carousel .owl-controls {
  margin-top: 20px;
}
.home__carousel__item,
.home__carousel__item .overlay-link,
.home__carousel__item .overlay-box,
.home__carousel__item img {
  border-radius: 6px;
}
.home__carousel__item img {
  position: relative;
  width: 100%;
}
.home__carousel__item h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-size: 1.8em;
}
.home__title,
.home__subtitle {
  text-align: center;
  font-style: italic;
}
.home__title {
  font-size: 2.8em;
}
.home__subtitle {
  padding: 0;
  font-size: 1.3em;
}
.home__subtitle a {
  color: #668dc9;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  border-bottom: 1px solid transparent;
}
.home__subtitle a:hover {
  border-bottom: 1px solid;
}
.home__subtitle a:hover {
  color: #4474bd;
}
.home__subtitle a:visited {
  opacity: 0.8;
}
.home__subtitle a:hover {
  color: #26416b;
}
.home__contact {
  margin: 40px 0 75px 0;
  padding: 25px;
  background: #ff3d00;
  border-radius: 6px;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.home__contact p {
  display: inline-block;
  margin: 10px 0;
}
.home__contact a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #607d8b;
  transition: all 0.2s ease 0s;
}
.home__contact a:hover {
  background-color: #37474f;
}
.home__features {
  *zoom: 1;
  margin-bottom: 35px;
}
.home__features:before,
.home__features:after {
  content: '';
  display: table;
}
.home__features:after {
  clear: both;
}
.home__feature {
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
  color: #0e0e0e;
}
.home__feature a i {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px auto;
  padding: 0;
  border-radius: 100%;
  background: #668dc9;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  color: #fff;
}
.home__feature a h2 {
  margin: 20px 0;
  font-size: 1.6em;
  text-align: center;
}
.home__feature a p {
  margin-bottom: 0;
  font-size: 1.1em;
  text-align: center;
}
.home__feature a:hover h2 {
  color: #26416b;
}
.home__feature a:hover p {
  color: #26416b;
}
.home__logos__item {
  margin: 0 14px;
}
.home__logos__item img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .home__feature {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home__feature:before,
  .home__feature:after {
    content: '';
    display: table;
  }
  .home__feature:after {
    clear: both;
  }
  .home__feature:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .home__feature:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 900px) {
  .home__feature {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home__feature:before,
  .home__feature:after {
    content: '';
    display: table;
  }
  .home__feature:after {
    clear: both;
  }
  .home__feature:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .home__feature:nth-child(2n+1) {
    clear: none;
  }
  .home__feature:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .home__feature:nth-child(3n+1) {
    clear: both;
  }
}
/**********
    Main
 **********/
.main {
  flex: 1;
  margin-bottom: 35px;
}
.header {
  margin-bottom: 25px;
  padding: 10px 0;
  background: #2d343e;
  color: #eaeaea;
}
.header__title,
.header__phone {
  font-weight: 600;
}
.header__title {
  margin: 5px 0 10px 0;
  font-size: 2em;
  line-height: 1em;
}
.header__phone {
  margin: 0;
  font-size: 20px;
}
.header__phone:hover {
  text-decoration: underline;
}
.header__phone i {
  margin-right: 6px;
}
.contact__header {
  margin: 0;
}
.banner {
  margin-bottom: 25px;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.sidebar {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar:first-child {
  margin-left: auto;
}
.sidebar:last-child {
  margin-right: auto;
}
.sidebar__pages {
  margin: 0 0 25px;
  padding: 0px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.sidebar__pages ul {
  margin: 0px;
  padding: 6px 0px;
  list-style-type: none;
}
.sidebar__pages ul ul {
  display: none;
  padding: 0px 0px 0px 10px;
}
.sidebar__pages li {
  margin: 6px 10px;
}
.sidebar__pages li div {
  padding: 4px 8px;
  background: #668dc9;
  border-radius: 6px;
  color: #fff;
}
.sidebar__pages li div:hover {
  background-color: #26416b;
}
.sidebar__pages li li div {
  background: #90a4ae;
  color: #fff;
}
.sidebar__pages li li div:hover {
  background-color: #546e7a;
}
.sidebar__pages li.active > div {
  background: #26416b;
}
.sidebar__pages li.active li.active div {
  background: #546e7a;
}
.sidebar__pages li.active ul {
  display: block;
}
.sidebar__pages__link,
.sidebar__pages__sub__link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.07rem;
}
.sidebar__pages__sub__link {
  display: block;
}
.sidebar__pages__sub__link:before {
  margin-right: 5px;
  content: '>';
}
.sidebar__pages__icon {
  float: right;
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.sidebar__contact {
  display: block;
  margin: 25px 0;
  padding: 20px 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
  color: #668dc9;
  text-align: center;
  transition: all 0.2s ease 0s;
}
.sidebar__contact:hover {
  color: #26416b;
}
.sidebar__contact img {
  margin: 0 auto;
  border-radius: 6px;
  border: 4px solid;
}
.sidebar__contact-title {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -68.66666666666666%;
  }
  .sidebar:first-child {
    margin-left: 0;
  }
  .sidebar:last-child {
    margin-right: 0;
  }
  .sidebar:before,
  .sidebar:after {
    content: '';
    display: table;
  }
  .sidebar:after {
    clear: both;
  }
  .sidebar:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -77.25%;
  }
  .sidebar:before,
  .sidebar:after {
    content: '';
    display: table;
  }
  .sidebar:after {
    clear: both;
  }
  .sidebar:last-child {
    margin-right: 0%;
  }
}
.content {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content:first-child {
  margin-left: auto;
}
.content:last-child {
  margin-right: auto;
}
.breadcrumb {
  padding: 10px 15px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb ol:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb ol li {
  float: left;
  margin-right: 15px;
  list-style-type: none;
}
.breadcrumb ol li:last-child {
  margin-right: 0;
}
.breadcrumb ol li:not(:last-child):after {
  content: '>';
  margin-left: 15px;
  color: #555;
}
.breadcrumb ol a {
  color: #668dc9;
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  transition: all 0.2s ease 0s;
}
.breadcrumb ol a:hover {
  color: #26416b;
}
.breadcrumb ol a.active {
  color: #26416b;
}
.cards {
  *zoom: 1;
}
.cards:before,
.cards:after {
  content: '';
  display: table;
}
.cards:after {
  clear: both;
}
.card {
  margin-bottom: 25px;
  background: #af3267;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
  color: #fff;
}
.card .overlay-box {
  border-radius: 6px 6px 0 0;
}
.card .overlay {
  border-radius: 6px 6px 0 0;
}
.card__img {
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
}
.card__title,
.card__description {
  margin: 0;
  text-align: center;
}
.card__title {
  padding: 10px 15px 5px;
  font-size: 1.3rem;
  font-weight: 700;
}
.card__description {
  padding: 0px 15px 10px;
}
.card__description p {
  margin: 0;
}
@media only screen and (min-width: 568px) {
  .card {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .card:before,
  .card:after {
    content: '';
    display: table;
  }
  .card:after {
    clear: both;
  }
  .card:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .card:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .card {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.71573604060914%;
    margin-left: 0%;
    margin-right: 4.568527918781727%;
  }
  .card:before,
  .card:after {
    content: '';
    display: table;
  }
  .card:after {
    clear: both;
  }
  .card:nth-child(2n) {
    margin-right: 4.568527918781727%;
    float: left;
  }
  .card:nth-child(2n+1) {
    clear: none;
  }
  .card:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .card:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .card {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30.639730639730633%;
    margin-left: 0%;
    margin-right: 4.040404040404041%;
  }
  .card:before,
  .card:after {
    content: '';
    display: table;
  }
  .card:after {
    clear: both;
  }
  .card:nth-child(2n) {
    margin-right: 4.040404040404041%;
    float: left;
  }
  .card:nth-child(2n+1) {
    clear: none;
  }
  .card:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .card:nth-child(3n+1) {
    clear: both;
  }
}
.product__summary,
.product__content {
  *zoom: 1;
}
.product__summary:before,
.product__content:before,
.product__summary:after,
.product__content:after {
  content: '';
  display: table;
}
.product__summary:after,
.product__content:after {
  clear: both;
}
.product__carousel {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.product__carousel:first-child {
  margin-left: auto;
}
.product__carousel:last-child {
  margin-right: auto;
}
.product__carousel__item {
  margin: 0;
  background: #fff;
  border-radius: 6px;
}
.product__carousel__item .overlay-box {
  border-radius: 6px;
}
.product__carousel__item .overlay {
  border-radius: 6px;
}
.product__carousel__item img {
  margin: 0 auto;
  border-radius: 6px;
}
.product__description {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: justify;
}
.product__description:first-child {
  margin-left: auto;
}
.product__description:last-child {
  margin-right: auto;
}
.product__description p:first-child,
.product__description ul:first-child,
.product__description ol:first-child {
  margin-top: 0;
}
.product__tabs {
  padding: 0;
  list-style-type: none;
}
.product__tabs input[type=radio] {
  display: none;
}
.product__tabs__labels label,
.product__tabs__labels a {
  display: block;
  margin: 0 0 5px 0;
  padding: 8px 15px;
  background: #668dc9;
  border-radius: 6px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.product__tabs__labels label:hover,
.product__tabs__labels a:hover {
  background-color: #26416b;
}
.product__tabs__labels .selected {
  background: #26416b;
}
.product__tabs__labels:after {
  content: '';
  display: table;
  clear: both;
}
.product__tabs__content {
  display: none;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
[id^=tab]:checked ~ div[id^=tab-content] {
  display: block;
}
@media only screen and (min-width: 768px) {
  .product__tabs__labels label,
  .product__tabs__labels a {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product__carousel {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.97979797979798%;
    margin-left: 0%;
    margin-right: 4.040404040404041%;
  }
  .product__carousel:first-child {
    margin-left: 0;
  }
  .product__carousel:last-child {
    margin-right: 0;
  }
  .product__carousel:before,
  .product__carousel:after {
    content: '';
    display: table;
  }
  .product__carousel:after {
    clear: both;
  }
  .product__carousel:last-child {
    margin-right: 0%;
  }
  .product__description {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.97979797979798%;
    margin-left: 0%;
    margin-right: 4.040404040404041%;
    text-align: justify;
  }
  .product__description:first-child {
    margin-left: 0;
  }
  .product__description:last-child {
    margin-right: 0;
  }
  .product__description:before,
  .product__description:after {
    content: '';
    display: table;
  }
  .product__description:after {
    clear: both;
  }
  .product__description:last-child {
    margin-right: 0%;
  }
  .product__tabs__labels label,
  .product__tabs__labels a {
    float: left;
    margin: 0 3px 0 0;
    border-radius: 6px 6px 0 0;
  }
  .product__tabs__content {
    margin: 0;
    border-radius: 0 6px 6px 6px;
  }
}
.page h2,
.editor h2,
.product__tabs__content h2,
.product__description h2 {
  font-size: 21px;
  font-size: 1.5rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
  color: #26416b;
}
.page h3,
.editor h3,
.product__tabs__content h3,
.product__description h3 {
  font-size: 18.2px;
  font-size: 1.3rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
.page h4,
.editor h4,
.product__tabs__content h4,
.product__description h4 {
  font-size: 14px;
  font-size: 1rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
.page h5,
.editor h5,
.product__tabs__content h5,
.product__description h5 {
  font-size: 12.6px;
  font-size: 0.9rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
  text-transform: uppercase;
}
.page ul,
.editor ul,
.product__tabs__content ul,
.product__description ul {
  margin: 5px 15px;
  margin: 0.32rem 0.94rem;
  padding-left: 1rem;
}
.page ul li,
.editor ul li,
.product__tabs__content ul li,
.product__description ul li {
  list-style-type: square;
  padding: 2px 0;
  padding: 0.125rem;
}
.page a,
.editor a,
.product__tabs__content a,
.product__description a {
  color: #668dc9;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  border-bottom: 1px solid transparent;
}
.page a:hover,
.editor a:hover,
.product__tabs__content a:hover,
.product__description a:hover {
  border-bottom: 1px solid;
}
.page a:hover,
.editor a:hover,
.product__tabs__content a:hover,
.product__description a:hover {
  color: #4474bd;
}
.page a:visited,
.editor a:visited,
.product__tabs__content a:visited,
.product__description a:visited {
  opacity: 0.8;
}
.page a:hover,
.editor a:hover,
.product__tabs__content a:hover,
.product__description a:hover {
  color: #26416b;
}
.page a[href$=".pdf"]:before,
.editor a[href$=".pdf"]:before,
.product__tabs__content a[href$=".pdf"]:before,
.product__description a[href$=".pdf"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  line-height: 0.75em;
  vertical-align: -18%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  content: "\f1c1";
  color: #d13f19;
}
.page a[href$=".zip"]:before,
.editor a[href$=".zip"]:before,
.product__tabs__content a[href$=".zip"]:before,
.product__description a[href$=".zip"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  content: "\f1c6";
  color: #dea555;
}
.page hr,
.editor hr,
.product__tabs__content hr,
.product__description hr {
  border: none;
  height: 1px;
  margin: 25px 0px;
  background: #5f5f5f;
}
.page blockquote,
.editor blockquote,
.product__tabs__content blockquote,
.product__description blockquote {
  border-left: 4px solid #668dc9;
  margin: 1em 0;
  padding-left: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page blockquote:after,
.editor blockquote:after,
.product__tabs__content blockquote:after,
.product__description blockquote:after {
  content: "";
  display: block;
  clear: both;
}
.page blockquote > p,
.editor blockquote > p,
.product__tabs__content blockquote > p,
.product__description blockquote > p {
  font-weight: 300;
  font-size: 127%;
  font-size: 1.27rem;
  line-height: 127%;
  line-height: 1.27rem;
  margin-top: 0;
}
.page blockquote > cite,
.editor blockquote > cite,
.product__tabs__content blockquote > cite,
.product__description blockquote > cite,
.page blockquote > footer,
.editor blockquote > footer,
.product__tabs__content blockquote > footer,
.product__description blockquote > footer,
.page blockquote > figcaption,
.editor blockquote > figcaption,
.product__tabs__content blockquote > figcaption,
.product__description blockquote > figcaption {
  color: #888;
}
.page blockquote > cite:before,
.editor blockquote > cite:before,
.product__tabs__content blockquote > cite:before,
.product__description blockquote > cite:before,
.page blockquote > footer:before,
.editor blockquote > footer:before,
.product__tabs__content blockquote > footer:before,
.product__description blockquote > footer:before,
.page blockquote > figcaption:before,
.editor blockquote > figcaption:before,
.product__tabs__content blockquote > figcaption:before,
.product__description blockquote > figcaption:before {
  content: '\2014';
}
.page blockquote p,
.editor blockquote p,
.product__tabs__content blockquote p,
.product__description blockquote p {
  margin-bottom: 0;
}
.page div,
.editor div,
.product__tabs__content div {
  *zoom: 1;
}
.page div:before,
.editor div:before,
.product__tabs__content div:before,
.page div:after,
.editor div:after,
.product__tabs__content div:after {
  content: '';
  display: table;
}
.page div:after,
.editor div:after,
.product__tabs__content div:after {
  clear: both;
}
.page img,
.editor img,
.product__tabs__content img {
  border-radius: 6px;
}
.page > img,
.editor > img,
.product__tabs__content > img {
  margin: 25px auto;
}
.page img {
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.page .overlay-box,
.page .overlay {
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.editor img,
.product__tabs__content img {
  border: 2px solid #26416b;
}
.gallery__img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3px;
  transition: all 0.2s ease 0s;
}
.gallery__img:hover {
  background-color: #26416b;
  border-radius: 6px;
}
.gallery__img:hover img {
  box-shadow: none;
}
@media only screen and (min-width: 568px) {
  .gallery__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gallery__img:before,
  .gallery__img:after {
    content: '';
    display: table;
  }
  .gallery__img:after {
    clear: both;
  }
  .gallery__img:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .gallery__img:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .gallery__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.71573604060914%;
    margin-left: 0%;
    margin-right: 4.568527918781727%;
  }
  .gallery__img:before,
  .gallery__img:after {
    content: '';
    display: table;
  }
  .gallery__img:after {
    clear: both;
  }
  .gallery__img:nth-child(2n) {
    margin-right: 4.568527918781727%;
    float: left;
  }
  .gallery__img:nth-child(2n+1) {
    clear: none;
  }
  .gallery__img:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .gallery__img:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__img:first-child:nth-last-child(2),
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img,
  .gallery__img:first-child:nth-last-child(4),
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.97979797979798%;
    margin-left: 0%;
    margin-right: 4.040404040404041%;
  }
  .gallery__img:first-child:nth-last-child(2):before,
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:before,
  .gallery__img:first-child:nth-last-child(4):before,
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:before,
  .gallery__img:first-child:nth-last-child(2):after,
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:after,
  .gallery__img:first-child:nth-last-child(4):after,
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:after {
    content: '';
    display: table;
  }
  .gallery__img:first-child:nth-last-child(2):after,
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:after,
  .gallery__img:first-child:nth-last-child(4):after,
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:after {
    clear: both;
  }
  .gallery__img:first-child:nth-last-child(2):nth-child(2n),
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:nth-child(2n),
  .gallery__img:first-child:nth-last-child(4):nth-child(2n),
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:nth-child(2n) {
    margin-right: 4.040404040404041%;
    float: left;
  }
  .gallery__img:first-child:nth-last-child(2):nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(4):nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:nth-child(2n+1) {
    clear: none;
  }
  .gallery__img:first-child:nth-last-child(2):nth-child(2n),
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:nth-child(2n),
  .gallery__img:first-child:nth-last-child(4):nth-child(2n),
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .gallery__img:first-child:nth-last-child(2):nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(2) ~ .gallery__img:nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(4):nth-child(2n+1),
  .gallery__img:first-child:nth-last-child(4) ~ .gallery__img:nth-child(2n+1) {
    clear: both;
  }
  .gallery__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30.639730639730633%;
    margin-left: 0%;
    margin-right: 4.040404040404041%;
  }
  .gallery__img:before,
  .gallery__img:after {
    content: '';
    display: table;
  }
  .gallery__img:after {
    clear: both;
  }
  .gallery__img:nth-child(2n) {
    margin-right: 4.040404040404041%;
    float: left;
  }
  .gallery__img:nth-child(2n+1) {
    clear: none;
  }
  .gallery__img:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .gallery__img:nth-child(3n+1) {
    clear: both;
  }
}
.glossary {
  margin: 10px 0 0 0;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.glossary ul {
  margin: 0;
}
.glossary a {
  color: #668dc9;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  border-bottom: 1px solid transparent;
}
.glossary a:hover {
  border-bottom: 1px solid;
}
.glossary a:hover {
  color: #4474bd;
}
.glossary a:visited {
  opacity: 0.8;
}
.glossary a:hover {
  color: #26416b;
}
.contact__google-map {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  background: #b0b0b0;
}
.contact__group {
  *zoom: 1;
}
.contact__group:before,
.contact__group:after {
  content: '';
  display: table;
}
.contact__group:after {
  clear: both;
}
.contact__info {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact__info:first-child {
  margin-left: auto;
}
.contact__info:last-child {
  margin-right: auto;
}
.contact__info h3 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 1.4em;
}
.contact__info__box {
  padding: 36px 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.contact__info__box h4 {
  margin: 10px 0;
  font-size: 1.35em;
  font-weight: 300;
  color: #668dc9;
}
.contact__info__box h4:first-child {
  margin-top: 0;
}
.contact__info__box ul {
  padding: 0;
}
.contact__info__box ul:last-child {
  margin-bottom: 0;
}
.contact__info__box hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  background: #dddee2;
}
.contact__info__item {
  list-style-type: none;
  line-height: 30px;
}
.contact__info__item .icon-rounded {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px 5px 0;
  background: #668dc9;
  border-bottom: 2px solid #4877be;
  border-radius: 100%;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
.contact__photo {
  margin-top: 25px;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact__photo:first-child {
  margin-left: auto;
}
.contact__photo:last-child {
  margin-right: auto;
}
.contact__photo h3 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 1.4em;
}
.contact__photo .owl-wrapper-outer {
  border-radius: 6px;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
}
.contact__photo .owl-controls {
  margin-top: 20px;
}
.contact__photo__item,
.contact__photo__item .overlay-link,
.contact__photo__item .overlay-box,
.contact__photo__item img {
  border-radius: 6px;
}
.contact__title {
  font-size: 2em;
  font-weight: 300;
  line-height: 42px;
  margin: 25px 0;
}
.contact__form__group {
  *zoom: 1;
}
.contact__form__group:before,
.contact__form__group:after {
  content: '';
  display: table;
}
.contact__form__group:after {
  clear: both;
}
.contact__form__name,
.contact__form__email {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact__form__name:first-child,
.contact__form__email:first-child {
  margin-left: auto;
}
.contact__form__name:last-child,
.contact__form__email:last-child {
  margin-right: auto;
}
.contact__form__name,
.contact__form__email,
.contact__form__subject,
.contact__form__message,
.contact__form__captcha {
  margin-bottom: 25px;
}
.contact__form__name label,
.contact__form__email label,
.contact__form__subject label,
.contact__form__message label,
.contact__form__captcha label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.contact__form__name input,
.contact__form__email input,
.contact__form__subject input,
.contact__form__message input,
.contact__form__captcha input,
.contact__form__name textarea,
.contact__form__email textarea,
.contact__form__subject textarea,
.contact__form__message textarea,
.contact__form__captcha textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  background: #fff;
  border: 2px solid #e5e7e9;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  box-shadow: none;
  transition: all 0.2s ease 0s;
}
.contact__form__name input:focus,
.contact__form__email input:focus,
.contact__form__subject input:focus,
.contact__form__message input:focus,
.contact__form__captcha input:focus,
.contact__form__name textarea:focus,
.contact__form__email textarea:focus,
.contact__form__subject textarea:focus,
.contact__form__message textarea:focus,
.contact__form__captcha textarea:focus {
  border-color: #26416b;
  outline: 0;
}
.contact__form__name input,
.contact__form__email input,
.contact__form__subject input,
.contact__form__message input,
.contact__form__captcha input {
  height: 46px;
  line-height: 46px;
}
.contact__form__actions input,
.contact__form__actions button {
  width: 250px;
  height: 50px;
  margin: 15px 15px 15px 0;
  padding: 12px 32px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  box-shadow: 4px 4px 3px -1px rgba(125,123,125,0.9);
  transition: all 0.2s ease 0s;
}
.contact__form__actions input {
  background: #4caf50;
}
.contact__form__actions input:hover {
  background-color: #317234;
}
.contact__form__actions button {
  background: #f44336;
}
.contact__form__actions button:hover {
  background-color: #b8160a;
}
@media only screen and (min-width: 800px) {
  .contact__form__name,
  .contact__form__email {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact__form__name:first-child,
  .contact__form__email:first-child {
    margin-left: 0;
  }
  .contact__form__name:last-child,
  .contact__form__email:last-child {
    margin-right: 0;
  }
  .contact__form__name:before,
  .contact__form__email:before,
  .contact__form__name:after,
  .contact__form__email:after {
    content: '';
    display: table;
  }
  .contact__form__name:after,
  .contact__form__email:after {
    clear: both;
  }
  .contact__form__name:last-child,
  .contact__form__email:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__google-map {
    height: 400px;
  }
  .contact__info {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact__info:first-child {
    margin-left: 0;
  }
  .contact__info:last-child {
    margin-right: 0;
  }
  .contact__info:before,
  .contact__info:after {
    content: '';
    display: table;
  }
  .contact__info:after {
    clear: both;
  }
  .contact__info:last-child {
    margin-right: 0%;
  }
  .contact__photo {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0;
  }
  .contact__photo:first-child {
    margin-left: 0;
  }
  .contact__photo:last-child {
    margin-right: 0;
  }
  .contact__photo:before,
  .contact__photo:after {
    content: '';
    display: table;
  }
  .contact__photo:after {
    clear: both;
  }
  .contact__photo:last-child {
    margin-right: 0%;
  }
}
.error {
  padding: 50px 0px;
  text-align: center;
}
.error__title {
  margin: 25px 0;
  font-size: 11em;
  line-height: 1em;
}
.error__subtitle {
  margin: 15px 0;
  font-size: 2.8em;
  line-height: 1em;
}
.error__link {
  display: inline-block;
  margin: 15px 0;
  font-size: 1.2em;
  color: #668dc9;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  border-bottom: 1px solid transparent;
}
.error__link:hover {
  border-bottom: 1px solid;
}
.error__link:hover {
  color: #4474bd;
}
.error__link:visited {
  opacity: 0.8;
}
.error__link:hover {
  color: #26416b;
}
@media only screen and (min-width: 768px) {
  .header__title,
  .header__phone {
    display: inline-block;
  }
  .header__title {
    margin: 0;
  }
  .header__phone {
    float: right;
    line-height: 2rem;
  }
  .content {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66666666666666%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 34.33333333333333%;
  }
  .content:first-child {
    margin-left: 0;
  }
  .content:last-child {
    margin-right: 0;
  }
  .content:before,
  .content:after {
    content: '';
    display: table;
  }
  .content:after {
    clear: both;
  }
  .content:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .main {
    padding-top: 110px;
  }
  .header {
    padding-top: 20px;
  }
  .content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 25.75%;
  }
  .content:before,
  .content:after {
    content: '';
    display: table;
  }
  .content:after {
    clear: both;
  }
  .content:last-child {
    margin-right: 0%;
  }
}
/**********
    Footer
 **********/
.site-footer {
  padding: 20px 0;
  background: #2d343e;
  text-align: center;
}
.site-footer a {
  display: inline-block;
  margin: 12px 15px 12px 0px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #eaeaea;
  transition: all 0.2s ease 0s;
}
.site-footer a:hover {
  color: #668dc9;
}
.site-footer a:last-child {
  margin-right: 0;
}
.site-footer a i {
  margin-right: 5px;
}
.site-footer__social-icons {
  font-size: 1.6rem !important;
}
