/* FONTS */
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: local('Open Sans'), local('Open-Sans'), url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans Light';
  font-weight: 300;
  src: local('Open Sans Light'), local('Open-Sans Light'), url(/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  src: url(/fonts/Merriweather-Light.ttf);
}
main {
  width: 100%;
  min-height: 100%;
  padding-top: 106px;
  margin-top: -106px;
  padding-bottom: 92px;
  margin-bottom: -92px;
}
.container-md-4 {
  max-width: 680px;
}
.space-top-3 {
  margin-top: 60px;
}
.img-content {
  border-bottom: 4px solid #88c1ba;
  padding-bottom: 2px;
}
.text-space-2:before {
  content: "\A0\A0\A0";
  white-space: pre;
}
@media (max-width: 992px) {
  .text-space-2:before {
    display: none;
  }
}
ul.list-table {
  display: table;
}
ul.list-table li {
  display: table-row;
}
ul.list-table li strong {
  display: table-cell;
  padding: 5px 15px 5px 0;
}
ul.list-table li span {
  display: table-cell;
  padding: 5px 0;
}
img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .img-responsive {
    width: 100%;
  }
}
.lb-outerContainer {
  height: 100% !important;
}
.lb-dataContainer {
  position: relative;
}
.lb-closeContainer {
  position: absolute;
  top: 5px;
  right: 0;
}
.lb-details {
  float: none;
}
.lb-data .lb-close {
  float: none;
}
.col-fix-1,
.col-fix-2,
.col-fix-3,
.col-fix-4,
.col-fix-5,
.col-fix-6 {
  float: left;
}
.col-fix-2 {
  width: 135px;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
}
@media (max-width: 768px) {
  .col-fix-1,
  .col-fix-2,
  .col-fix-3 {
    width: 100%;
  }
}
.padding-bottom-big {
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .padding-bottom-big {
    padding-bottom: 65px;
  }
}
.gallery a {
  display: block;
  text-align: center;
}
.navbar {
  margin: 0;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.navbar .nav > li > a {
  padding: 0;
  margin-right: 30px;
}
.navbar .nav > li:last-child > a {
  margin-right: 0;
}
.navbar .nav.navbar-right {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar .navbar-nav {
  padding: 24px 0;
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .navbar .nav {
    margin: 0;
  }
  .navbar .nav > li > a {
    padding: 15px 0;
    margin: 0;
  }
  .navbar .nav.navbar-right {
    padding: 0;
  }
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active a {
  background: transparent;
  color: #337ab7;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.price-list ul li {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .price-list ul li {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .price-list ul li {
    text-align: center;
  }
}
.price-list .price-list-info {
  margin: 65px 0;
}
.price-list .price-list-item--row {
  text-align: center;
}
@media (min-width: 768px) {
  .price-list .price-list-item--desc {
    display: table;
  }
  .price-list .price-list-item--row {
    text-align: left;
  }
  .price-list .price-list-item--row {
    display: table-row;
    text-align: left;
  }
  .price-list .price-list-item-price {
    display: table-cell;
    vertical-align: top;
    min-width: 1px;
    width: 1px;
    white-space: nowrap;
  }
  .price-list .price-list-item-text {
    display: table-cell;
  }
}
.nav-tabs {
  margin: 0 auto;
  display: table;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li a {
  padding: 10px 15px;
  font-weight: normal;
  border: none;
  margin: 0;
  margin-right: 1px;
}
.nav-tabs > li a:hover {
  border: none;
  background: transparent;
  color: #337ab7;
}
.nav-tabs > li:active a {
  color: #337ab7;
}
@media (max-width: 992px) {
  .nav-tabs > li {
    width: 33.33333%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .nav-tabs > li {
    display: list-item;
    float: none;
    text-align: center;
    width: 100%;
  }
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  font-size: 16px;
  color: #232323;
  background: #fff;
  font-family: 'Open Sans Light', Arial, sans-serif;
  font-weight: 400;
}
body p {
  color: #575756;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Light', Arial, sans-serif;
}
h3 {
  font-size: 22px;
}
ul li a,
ol li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section {
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 55px;
  }
}
section .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
section .section-title h2 {
  margin: 0;
  padding: 0;
  line-height: 64px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Merriweather', Arial, sans-serif;
}
section .section-title h2:after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 30px;
  margin-top: 5px;
  height: 0;
  border-top: 1px solid #444;
}
section.section-nospace {
  padding: 0;
}
.section-bordered {
  padding-bottom: 65px;
  border-bottom: 1px solid #e5e9ec;
}
@media (max-width: 768px) {
  .section-bordered {
    padding-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .product-info {
    margin-bottom: 10%;
  }
  .col-md-4:last-child .product-info {
    margin-bottom: 0;
  }
  .img-content.on-top {
    margin-bottom: 25px;
  }
}
.header-phone-number {
  color: #fff;
}
.certification-site h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.certification-site ul li {
  padding: 5px 0;
}
.certification-site time {
  margin-right: 5px;
}
.contact-site p,
.contact-address p,
.partners p {
  font-size: 18px;
}
.contact-site .fa,
.contact-address .fa,
.partners .fa {
  width: 86px;
  height: 86px;
  border: 2px solid #88c1ba;
  text-align: center;
  font-size: 48px;
  color: #88c1ba;
  line-height: 86px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contact-site .header-text,
.contact-address .header-text,
.partners .header-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 65px;
}
.contact-col.contact-col-space {
  margin-bottom: 45px;
}
.contact-col .contact-icon {
  float: left;
}
.contact-col p {
  margin-left: 106px;
  font-size: 18px;
  padding-top: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 360px) {
  .contact-col .contact-icon .fa {
    width: 82px;
    height: 82px;
  }
  .contact-col p {
    margin-left: 98px;
  }
}
.section-map {
  width: 100%;
  height: 400px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .col-sm-space {
    margin-bottom: 45px;
  }
}
.partners .partner {
  text-align: center;
}
.partners a {
  color: #88c1ba;
  text-decoration: underline;
}
.partners a:hover {
  color: #337ab7;
}
.partners img {
  max-width: 200px;
}
footer {
  padding: 35px 0;
  background: #e5e9ec;
}
footer p {
  margin-bottom: 0;
}
.intro {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url(/img/intro/intro-md.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 65px;
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .intro {
    background-image: url(/img/intro/intro-hd.jpg);
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .intro {
    background-image: url(/img/intro/intro-lg.jpg);
  }
}
@media (max-width: 1366px) {
  .intro {
    background-image: url(/img/intro/intro-md.jpg);
  }
}
@media (max-width: 800px) {
  .intro {
    background-image: url(/img/intro/intro-sm.jpg);
  }
}
.intro .intro-inner {
  padding-top: 150px;
  text-align: center;
}
.intro .intro-text {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  text-align: center;
}
.intro .intro-text p {
  font-size: 34px;
  color: #fff;
}
@media (max-width: 998px) {
  .intro .intro-text p {
    font-size: 28px;
  }
}
@media (max-width: 566px) {
  .intro .intro-text p {
    font-size: 26px;
  }
}
.intro .intro-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.intro .intro-next:hover {
  -webkit-transform: scale(1.15);
  /* Safari and Chrome */
  -moz-transform: scale(1.15);
  /* Firefox */
  -ms-transform: scale(1.15);
  /* IE 9 */
  -o-transform: scale(1.15);
  /* Opera */
  transform: scale(1.15);
}
.intro .intro-next .fa {
  line-height: 54px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.service {
  padding: 85px 0;
  border-bottom: 1px solid #e5e9ec;
}
@media (max-width: 768px) {
  .service {
    padding: 65px 0;
  }
}
.service h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.service p {
  margin: 0 0 20px 0;
  text-align: justify;
}
@media (max-width: 992px) {
  .service .col-md-6:first-of-type .service-small {
    margin-bottom: 45px;
  }
}
.service .service-gallery {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .service .service-gallery .img-content {
    margin-bottom: 25px;
  }
}
.post-item {
  padding: 15px;
  margin-bottom: 15px;
  background: #f7f7f9;
}
.post-item h2 {
  font-size: 20px;
  margin-top: 0;
}
.post-item h2 a {
  color: #337ab7;
}
.post-item dl {
  margin-bottom: 0;
}
.post-item dl dt,
.post-item dl dd {
  font-weight: 400;
  font-size: 12px;
}
.post-item dl dt {
  float: left;
  margin-right: 5px;
}
.post-item .post-body {
  margin-bottom: 10px;
}
.post-item .post-body p {
  margin: 0;
}
.post-item footer {
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: none;
}
.post-item footer ul {
  margin: 0;
  padding: 0;
}
.post-detail,
.answers {
  margin-bottom: 15px;
}
.post-detail,
.answers,
.comments {
  padding: 15px;
  background: #f7f7f9;
}
.post-detail h1 {
  margin-top: 0;
  font-size: 24px;
}
.post-detail section {
  padding-bottom: 45px;
}
.post-detail footer {
  background: none;
  padding: 0;
}
.post-detail dl {
  margin-bottom: 0;
}
.post-detail dl dt,
.post-detail dl dd {
  font-weight: 400;
  font-size: 12px;
}
.post-detail dl dt {
  float: left;
  margin-right: 5px;
}
.post-detail .post-body {
  padding: 0;
}
.comments {
  margin-bottom: 60px;
}
.comments .markup-info {
  background: #ffffff;
}
.comments h2,
.answers h2 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 15px;
}
.comments ol,
.answers ol {
  margin: 0;
}
.comments .comment-meta time,
.answers .comment-meta time {
  color: #999;
}
.comments .comment-meta h3,
.answers .comment-meta h3 {
  margin: 0;
  margin-right: 5px;
  color: #337ab7;
}
.comments .comment-meta h3,
.answers .comment-meta h3,
.comments .comment-meta time,
.answers .comment-meta time {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
.comments .comment:not(:last-child),
.answers .comment:not(:last-child) {
  margin-bottom: 30px;
}
.comments .comment .comment-content,
.answers .comment .comment-content {
  margin-bottom: 10px;
  padding: 0;
}
.comments .comment .comment-content .comment-body,
.answers .comment .comment-content .comment-body {
  margin: 3px 0;
}
.comments .comment .comment-content .comment-body p,
.answers .comment .comment-content .comment-body p {
  margin-bottom: 0;
}
.comments .comment .comment-content .comment-answer-link a,
.answers .comment .comment-content .comment-answer-link a {
  font-size: 12px;
}
.comments .reaction-form,
.answers .reaction-form {
  padding: 10px;
  background: #f7f7f9;
  margin-top: 10px;
}
.comments .reaction-form .markup-info,
.answers .reaction-form .markup-info {
  padding: 0;
}
.list-ofset-1 {
  margin-left: 50px;
}
.markup-info {
  background-color: #f7f7f9;
  padding: 25px;
  margin-bottom: 40px;
}
textarea.form-control {
  resize: vertical;
}
aside {
  background: #f7f7f9;
  padding: 15px;
}
aside .sidebar-module {
  margin-bottom: 15px;
}
aside .sidebar-module:last-of-type {
  margin-bottom: 0;
}
aside .sidebar-module ul {
  margin: 0;
}
aside .sidebar-module ul a {
  color: #337ab7;
}
aside .sidebar-module h2 {
  font-size: 18px;
  margin-top: 0;
}
aside .tag-count {
  font-size: 13px;
  color: #575756;
}
.search-form-outer {
  margin-bottom: 60px;
}
.search-form {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #575756;
  margin: auto;
}
.search-form input[type="text"] {
  width: 100%;
  min-height: 38px;
  border: none;
  padding: 0 8px;
}
.search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #337ab7;
  color: #fff;
  padding: 4px 8px;
  border: none;
  outline: none;
  min-height: 38px;
}
.search-form button[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #337ab7;
  border-bottom: 5px solid transparent;
}
.product-info {
  padding: 15px;
  text-align: center;
}
.product-info h3 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.product-info h3 a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-info h3 a:hover {
  color: #337ab7;
}
@media (max-width: 998px) {
  .product-info:last-of-type {
    margin-bottom: 0;
  }
}
.section-about p {
  text-align: justify;
}
.follow {
  padding: 80px 0;
  background: #f5f5f5;
  color: #fff;
  font-size: 30px;
}
.header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.header-info {
  font-size: 12px;
  line-height: 35px;
  background: #292929;
  color: #fff;
}
.header-info ul {
  padding: 0;
  margin: 0;
}
.header-info ul li {
  display: inline-block;
}
.header-info ul li:not(:last-child) {
  margin-right: 25px;
}
.header-info ul li .fa {
  margin-right: 7px;
}
.header-info .socials a {
  display: block;
  padding: 0 5px;
  color: #88c1ba;
}
.site-title {
  margin: 0;
  padding: 40px 0;
}
.site-title h1 {
  margin: 0;
  padding: 0;
  line-height: 64px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Merriweather', Arial, sans-serif;
}
.site-title h1:after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 30px;
  margin-top: 5px;
  height: 0;
  border-top: 1px solid #444;
}
