@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:300,400";
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: a;
  animation-name: a;
}
@-webkit-keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: b 2s infinite linear;
  animation: b 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: b 1s infinite steps(8);
  animation: b 1s infinite steps(8);
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-cog:before,
.fa-gear:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-cogs:before,
.fa-gears:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-gavel:before,
.fa-legal:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before,
.fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}
.fa-eur:before,
.fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-inr:before,
.fa-rupee:before {
  content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}
.fa-krw:before,
.fa-won:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}
.fa-empire:before,
.fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-bed:before,
.fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-television:before,
.fa-tv:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  min-height: 1300px;
  font-size: 13px;
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #222;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.wrap,
main {
  float: left;
  width: 100%;
}
main {
  background-color: #fff;
}
[role="button"] {
  cursor: pointer;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1120px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.container__wide {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.primary {
  width: 75%;
  float: left;
}
@media (max-width: 767px) {
  .primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar {
  width: 25%;
  float: right;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.narrow {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 1024px) {
  .narrow {
    padding-left: 0;
    padding-right: 0;
  }
}
.narrower {
  padding-left: 25%;
  padding-right: 25%;
}
@media (max-width: 1024px) {
  .narrower {
    padding-left: 0;
    padding-right: 0;
  }
}
.half {
  width: 50%;
  float: left;
}
.half.left {
  padding-right: 30px;
}
.half.right {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .half.left {
    padding-right: 0;
  }
  .half.right {
    padding-left: 0;
  }
}
.form__row {
  width: 100%;
}
.form__row input.form__field {
  width: 100%;
  margin: 0 0 10px;
  background: #fff;
  border: 1px solid #404040;
  border-radius: 6px;
  padding: 6px;
}
.form__row input:-webkit-autofill,
.form__row select:-webkit-autofill,
.form__row textarea:-webkit-autofill {
  background: #fff !important;
}
.form__row -webkit-text-fill-color {
  color: #fff !important;
}
.btn {
  display: inline-block;
  padding: 10px 25px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: none;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  color: #222;
}
.btn.primary {
  background: #248892;
  color: #fff;
}
.btn.secondary {
  background: #15bdd0;
  color: #fff;
}
.header {
  float: left;
  width: 100%;
  height: 56px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header .header__wrap {
  height: 100%;
  position: relative;
}
.header .header__wrap #logo-head {
  width: 140px;
}
.header .header__wrap #logo-head .cls-1 {
  fill: #248892;
}
@media (max-width: 997px) {
  .header .header__wrap #logo-head .cls-1 {
    fill: #fff;
  }
}
.header .header__wrap #logo-head .cls-2 {
  fill: #fff;
}
@media (max-width: 997px) {
  .header .header__wrap #logo-head .cls-2 {
    fill: #fff;
  }
}
@media (max-width: 997px) {
  .header .header__wrap #logo-head {
    width: auto;
    height: 40px;
    margin-top: 5px;
  }
}
.header .header__wrap nav {
  display: inline;
}
.header .header__mobile-account,
.header .header__mobile-nav {
  display: none;
}
.header img.logo {
  float: left;
  width: 130px;
  height: 99px;
}
@media (max-width: 997px) {
  .header img.logo {
    display: none;
  }
}
.header img.logo-mobile {
  float: left;
  width: 90px;
  height: 45px;
  margin-top: 3px;
}
@media (min-width: 997px) {
  .header img.logo-mobile {
    display: none;
  }
}
.header ul {
  float: right;
  margin: 40px 0 0;
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.header li {
  float: left;
  margin: 0;
  padding: 10px 15px;
  font-size: 15px;
  position: relative;
}
.header li.has-dropdown:hover {
  background: #000;
}
.header li.has-dropdown:hover a {
  color: #15bdd0;
}
.header li a,
.header li a:active,
.header li a:focus,
.header li a:visited {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.header li a:hover {
  color: #15bdd0;
}
.header li ul.dropdown {
  display: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 2px;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  background: #000;
}
.header li ul.dropdown li {
  padding: 0 15px 12px;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 15px;
}
.header li ul.dropdown li a,
.header li ul.dropdown li a:active,
.header li ul.dropdown li a:focus,
.header li ul.dropdown li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #fff !important;
}
.header li ul.dropdown li a:active:hover,
.header li ul.dropdown li a:focus:hover,
.header li ul.dropdown li a:hover,
.header li ul.dropdown li a:visited:hover {
  color: #15bdd0 !important;
}
.header li.has-dropdown:hover ul.dropdown {
  display: block;
}
body.fixed {
  padding-top: 56px;
}
body.fixed .header {
  float: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
body.over .header {
  float: none;
  position: absolute;
  width: 100%;
  padding-top: 30px;
  background: none;
  z-index: 6;
}
@media (max-width: 997px) {
  body.over .header {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    background: #248892;
  }
}
@media (max-width: 997px) {
  body.over {
    padding-top: 50px;
  }
}
body.scroll .header {
  position: fixed;
  height: 50px;
  background: rgba(0, 0, 0, 0.78);
}
body.scroll .header img.logo {
  width: auto;
  height: 32px;
  top: 9px;
}
body.scroll .header ul {
  top: 10px;
}
body.scroll .header ul li.has-dropdown:hover {
  background: #f1f1f1;
}
body.scroll .header ul li.has-dropdown:hover span.dd {
  background-image: url(/assets/images/global/nav-dropdown-arrow-grey.png);
}
body.scroll .header ul li.has-dropdown:hover a {
  color: #000;
}
body.scroll .header ul.dropdown {
  background: #f1f1f1;
  top: 30px;
}
body.scroll .header ul.dropdown li a {
  color: #000;
}
body.scroll.fixed {
  padding-top: 50px;
}
body.scroll.fixed.tall {
  padding-top: 185px;
}
body.scroll.fixed main {
  height: auto;
  min-height: auto;
}
body.scroll.fixed .header {
  background: #222;
}
@media (max-width: 997px) {
  .header {
    position: fixed;
    background: rgba(0, 0, 0, 0.78);
    height: 50px;
    overflow: hidden;
  }
  .header img.logo {
    width: auto;
    height: 30px;
    top: 11px;
  }
  .header ul {
    display: none;
  }
  .header .header__mobile-nav {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 30px;
  }
  .header .header__mobile-nav a,
  .header .header__mobile-nav a:active,
  .header .header__mobile-nav a:focus,
  .header .header__mobile-nav a:visited {
    color: #fff;
    font-size: 20px;
    outline: none;
  }
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
  .header img.logo {
    height: 30px;
    top: 11px;
  }
  .header .header__mobile-nav {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 17px;
    overflow: hidden;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 7;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  display: none;
}
.overlay.on {
  display: block;
}
body.offcanvas {
  overflow: hidden;
}
body.offcanvas .wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
body.offcanvas .wrap .overlay {
  display: block;
}
.offcanvas__inner {
  padding: 40px 30px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.offcanvas__inner h2 {
  color: #969696;
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.offcanvas__inner .offcanvas__account-form h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
.offcanvas__inner .offcanvas__message h2 {
  color: #969696;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: inherit;
}
.offcanvas__inner p {
  float: left;
  width: 100%;
  color: #969696;
  padding: 0 0 20px;
  margin: 0;
  line-height: 18px;
}
.offcanvas__inner p span {
  color: #fff;
}
.offcanvas__inner label {
  color: #fff;
  float: left;
  padding-bottom: 10px;
}
.offcanvas__inner ul {
  list-style: none;
  list-style-type: none;
}
.offcanvas__inner ul,
.offcanvas__inner ul li {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
}
.offcanvas__inner ul li {
  display: block;
  color: #969696;
  font-weight: 300;
  font-size: 14px;
}
.offcanvas__inner ul li span {
  font-weight: 400;
}
.offcanvas__inner ul li a,
.offcanvas__inner ul li a:active,
.offcanvas__inner ul li a:focus,
.offcanvas__inner ul li a:visited {
  color: #fff;
  text-decoration: none;
}
.offcanvas__inner ul li.offcanvas__dropdown ul {
  padding-top: 20px;
  padding-bottom: 0;
}
.offcanvas__inner ul li.offcanvas__dropdown ul li {
  padding-left: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}
.offcanvas__inner ul li.offcanvas__dropdown ul li.last {
  padding-bottom: 0;
}
.offcanvas__inner nav ul li {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 22px;
}
.offcanvas__inner nav ul li.offcanvas__dropdown {
  position: relative;
}
.offcanvas__inner nav ul li.offcanvas__dropdown ul {
  display: none;
}
.offcanvas__inner nav ul li.offcanvas__dropdown.on ul {
  display: block;
}
.offcanvas__inner nav ul li.offcanvas__dropdown a,
.offcanvas__inner nav ul li.offcanvas__dropdown a:active,
.offcanvas__inner nav ul li.offcanvas__dropdown a:focus,
.offcanvas__inner nav ul li.offcanvas__dropdown a:visited {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.offcanvas__inner nav ul li.offcanvas__dropdown a:active span,
.offcanvas__inner nav ul li.offcanvas__dropdown a:focus span,
.offcanvas__inner nav ul li.offcanvas__dropdown a:visited span,
.offcanvas__inner nav ul li.offcanvas__dropdown a span {
  font-weight: 400;
}
.offcanvas__inner nav ul li.offcanvas__dropdown span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 10px;
  margin-left: 10px;
}
.offcanvas__inner nav ul li.offcanvas__dropdown span img {
  width: 12px;
  height: 10px;
}
.offcanvas__inner .offcanvas__message {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 30px 0 0;
}
.offcanvas__inner .offcanvas__message a,
.offcanvas__inner .offcanvas__message a:active,
.offcanvas__inner .offcanvas__message a:focus,
.offcanvas__inner .offcanvas__message a:visited {
  color: #fff;
}
.offcanvas__social {
  float: left;
  width: 100%;
  padding-top: 15px;
}
.offcanvas__social ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}
.offcanvas__social ul li {
  float: left;
  width: 100%;
  margin-left: 15px;
  font-size: 20px;
}
.offcanvas__social ul li img {
  width: 100%;
}
.offcanvas__close {
  position: fixed;
  top: 30px;
  right: 30px;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.offcanvas__close a,
.offcanvas__close a:active,
.offcanvas__close a:focus,
.offcanvas__close a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
}
body.offcanvas .offcanvas__close {
  display: block;
}
body.offcanvas-right .offcanvas__close {
  left: 30px;
  right: auto;
}
.offcanvas__left {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: -250px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: auto;
  width: 250px;
  background: #248892;
  z-index: 8;
  overflow-x: hidden;
  overflow-y: auto;
}
body.offcanvas-left .offcanvas__left {
  left: 0;
}
.offcanvas__right {
  position: fixed;
  top: 0;
  right: -250px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: auto;
  width: 250px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
  overflow-x: hidden;
  overflow-y: auto;
}
body.offcanvas-right .offcanvas__right {
  right: 0;
}
.offcanvas__account-form form {
  padding-bottom: 30px;
}
.offcanvas__account-form form .btn {
  width: 100%;
}
.offcanvas__account-login {
  display: none;
}
.offcanvas__account-login.on {
  display: block;
}
.offcanvas__account-register {
  display: none;
}
.offcanvas__account-register.on {
  display: block;
}
.offcanvas__account-reset {
  display: none;
}
.offcanvas__account-reset.on {
  display: block;
}
footer {
  float: left;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #222;
}
@media (max-width: 997px) {
  footer {
    height: auto;
  }
}
footer a,
footer a:active,
footer a:focus,
footer a:visited {
  color: #fff;
}
footer .foot__left {
  float: left;
}
footer .foot__left ul {
  float: left;
  padding-top: 22px;
}
footer .foot__left ul li {
  float: left;
  margin: 0 20px 0 0;
}
footer .foot__left ul li a,
footer .foot__left ul li a:active,
footer .foot__left ul li a:focus,
footer .foot__left ul li a:visited {
  color: #fff;
  text-decoration: none;
}
footer .foot__left ul li a:active:hover,
footer .foot__left ul li a:focus:hover,
footer .foot__left ul li a:hover,
footer .foot__left ul li a:visited:hover {
  color: #15bdd0;
}
@media (max-width: 997px) {
  footer .foot__left {
    display: none;
  }
}
footer .foot__right {
  float: right;
}
footer .foot__right p {
  text-align: right;
  color: #fff;
  padding-top: 22px;
  font-size: 13px;
}
@media (max-width: 997px) {
  footer .foot__right {
    width: 100%;
  }
  footer .foot__right p {
    text-align: center;
    padding-bottom: 22px;
  }
}
footer .foot__right table {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 997px) {
  footer .foot__right table {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .foot__right tr {
  float: left;
}
footer .foot__right img {
  vertical-align: middle;
  height: 30px;
  margin-left: 5px;
}
.subnav {
  float: left;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.subnav ul {
  display: inline-block;
}
.subnav ul li {
  float: left;
  margin-right: 30px;
  padding-bottom: 10px;
}
.subnav ul li.last {
  margin-right: 0;
}
.subnav ul li a,
.subnav ul li a:active,
.subnav ul li a:focus,
.subnav ul li a:visited {
  display: block;
  padding: 0;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .subnav ul li {
    margin-right: 20px;
  }
  .subnav ul li a {
    font-size: 12px;
    font-weight: 300;
  }
}
.slides {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 997px) {
  .slides {
    height: 400px;
  }
}
.slides .slides-container {
  float: left;
  width: 100%;
  height: inherit;
  position: relative;
}
.slides .slides-container .slide {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 997px) {
  .slides .slides-container .slide {
    height: 400px;
  }
}
.slides .slides-container .slide .slide_content {
  width: 500px;
  text-align: center;
  z-index: 6;
  padding-top: 60px;
}
.slides .slides-container .slide .slide_content h1 {
  margin-bottom: 10px;
  padding: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}
.slides .slides-container .slide .slide_content p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 997px) {
  .slides .slides-container .slide .slide_content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .slides .slides-container .slide .slide_content {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .slides .slides-container .slide .slide_content h1 {
    font-size: 20px;
  }
  .slides .slides-container .slide .slide_content p {
    font-size: 12px;
    line-height: 16px;
  }
}
.slides .slides-container .slide.short {
  height: 400px;
}
.slides .slides-container .slide.short .slide_content {
  margin-top: 0;
}
@media (max-width: 997px) {
  .slides .slides-container .slide.short .slide_content {
    height: 200px;
  }
}
.slides .slides-container .slide .slide_overlay {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/images/global/scrim-light-900.png) repeat-x;
  background-position: top;
  z-index: 2;
}
.slides .slides-container .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .slides .slides-container .owl-dots {
    bottom: 30px;
  }
}
.slides .slides-container .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slides .slides-container .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.slides .slides-container .owl-dots .owl-dot.active span {
  background-color: #15bdd0;
}
.content {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 700px;
  margin: 0 auto;
}
.content .container.text-center,
.content .container .text-center,
.content .container .text-center p {
  text-align: center;
}
.content .container h2 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  padding-top: 20px;
  font-weight: 400;
  line-height: 32px;
}
.content .container h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -27px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.content .container h3 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.content .container h4,
.content .container h5,
.content .container h6 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.333;
  font-weight: 700;
  margin-top: 0;
}
.content .container p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.content .container p strong {
  font-weight: 400;
}
.content .container a,
.content .container a:active,
.content .container a:focus,
.content .container a:visited {
  color: #0c6973;
  text-decoration: none;
}
.content .container ul {
  padding: 0 0 16px;
  list-style: none;
  list-style-type: none;
}
.content .container ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  line-height: 1.333;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  margin: 0;
}
.content .container ol {
  padding: 0 0 16px;
  list-style: none;
  list-style-type: none;
}
.content .container ol li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  line-height: 1.333;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  margin: 0;
}
.content .container table {
  width: 100%;
  font-size: 13px;
}
@media (max-width: 997px) {
  .content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.gallery {
  float: left;
  width: 100%;
  background: #248892;
}
.gallery .gallery__item {
  float: left;
  background-position: 50%;
  background-size: 101%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
.gallery .gallery__item.large {
  width: 100%;
  padding-bottom: 100%;
}
.gallery .gallery__item:focus,
.gallery .gallery__item:hover {
  background-size: 105%;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
.gallery .gallery__item.gallerySmall,
.gallery .gallery__sizer {
  width: 20%;
  padding-bottom: 20%;
}
.gallery .gallery__item.galleryLarge {
  width: 50%;
  padding-bottom: 50%;
}
@media (max-width: 997px) {
  .gallery .gallery__item.gallerySmall,
  .gallery .gallery__sizer {
    width: 50%;
    padding-bottom: 50%;
  }
  .gallery .gallery__item.galleryLarge {
    width: 100%;
    padding-bottom: 100%;
  }
}
.jabber-form {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.jabber-form .container {
  max-width: 700px;
}
.jabber-form .container .checkbox,
.jabber-form .container .form-group,
.jabber-form .container .radio {
  text-align: left;
}
.ttd {
  float: left;
  width: 100%;
  padding-top: 0;
}
@media (max-width: 997px) {
  .ttd {
    padding-top: 30px;
  }
}
.ttd .ttd-thing {
  overflow: auto;
  margin: 0 0 40px;
}
.ttd .ttd-thing .half {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 320px;
  text-align: center;
  padding-top: 40px;
}
.ttd .ttd-thing .half.ttd-thing-image a,
.ttd .ttd-thing .half.ttd-thing-image a:active,
.ttd .ttd-thing .half.ttd-thing-image a:focus,
.ttd .ttd-thing .half.ttd-thing-image a:visited {
  display: block;
  width: 100%;
  height: 100%;
}
.ttd .ttd-thing .half.ttd-thing-content {
  background: #248892;
}
.ttd .ttd-thing .half h3 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
}
.ttd .ttd-thing .half h3:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.ttd .ttd-thing .half ul {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ttd .ttd-thing .half ul li {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ttd .ttd-thing .half ul li.l {
  margin-right: 0;
}
.ttd .ttd-thing .half ul li i {
  font-weight: 400;
}
@media (max-width: 767px) {
  .ttd .ttd-thing .half ul li {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ttd .ttd-thing .half ul {
    display: block;
  }
}
.ttd .ttd-thing .half p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  max-width: 80%;
  padding-bottom: 30px;
}
.ttd .ttd-thing .half .btn {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ttd .ttd-thing {
    margin-bottom: 30px;
  }
}
@media (min-width: 997px) {
  .ttd .ttd-thing.even .ttd-thing-image {
    margin-left: 50%;
  }
  .ttd .ttd-thing.even .ttd-thing-content {
    margin-left: -100%;
  }
}
.testimonials {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  text-align: center;
  z-index: 5;
}
.testimonials .testimonials__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(56, 105, 134, 0.65);
  z-index: 1;
}
.testimonials h2 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  color: #fff;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
.testimonials h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -27px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.testimonials .testimonials__container {
  float: left;
  width: 100%;
  height: inherit;
  position: relative;
  z-index: 5;
}
.testimonials .testimonials__container .testimonial {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.testimonials
  .testimonials__container
  .testimonial
  .testimonials__container-content {
  display: inline-block;
  margin: 0 auto;
  width: 600px;
  margin-bottom: 120px;
}
.testimonials
  .testimonials__container
  .testimonial
  .testimonials__container-content
  p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 15px;
  line-height: 19px;
}
.testimonials
  .testimonials__container
  .testimonial
  .testimonials__container-content
  cite {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}
.testimonials
  .testimonials__container
  .testimonial
  .testimonials__container-content
  cite
  span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 997px) {
  .testimonials
    .testimonials__container
    .testimonial
    .testimonials__container-content {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .testimonials
    .testimonials__container
    .testimonial
    .testimonials__container-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials .testimonials__container .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .testimonials .testimonials__container .owl-dots {
    bottom: 50px;
  }
}
.testimonials .testimonials__container .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.testimonials .testimonials__container .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.testimonials .testimonials__container .owl-dots .owl-dot.active span {
  background-color: #15bdd0;
}
.booking {
  float: left;
  width: 100%;
}
.booking .container {
  max-width: 700px;
}
.contactform {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 5;
  padding-bottom: 60px;
}
.contactform .container {
  max-width: 600px;
}
.contactform .container .form__group.booking {
  display: none;
}
.contactform h2 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
.contactform h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -27px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.contactform input,
.contactform textarea {
  float: right;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #e5e4e0;
  color: #444;
  margin: 0;
  padding: 10px;
  float: left;
  margin-bottom: 15px;
  outline: none;
}
.contactform textarea {
  height: 145px;
}
.blog {
  float: left;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 997px) {
  .blog {
    padding-top: 30px;
  }
}
.blog .blog-item {
  overflow: auto;
  margin: 0 0 40px;
}
.blog .blog-item .half {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 320px;
  text-align: center;
  padding-top: 40px;
}
.blog .blog-item .half.blog-item-image a,
.blog .blog-item .half.blog-item-image a:active,
.blog .blog-item .half.blog-item-image a:focus,
.blog .blog-item .half.blog-item-image a:visited {
  display: block;
  width: 100%;
  height: 100%;
}
.blog .blog-item .half.blog-item-content {
  background: #248892;
}
.blog .blog-item .half h3 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
}
.blog .blog-item .half h3:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.blog .blog-item .half ul {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.blog .blog-item .half ul li {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog .blog-item .half ul li.l {
  margin-right: 0;
}
.blog .blog-item .half ul li i {
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog .blog-item .half ul li {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog .blog-item .half ul {
    display: block;
  }
}
.blog .blog-item .half p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  max-width: 80%;
  padding-bottom: 30px;
}
.blog .blog-item .half .btn {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog .blog-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 997px) {
  .blog .blog-item.even .blog-item-image {
    margin-left: 50%;
  }
  .blog .blog-item.even .blog-item-content {
    margin-left: -100%;
  }
}
#site-canvas {
  overflow-x: hidden !important;
}
.w-blog-show {
  float: left;
  width: 100%;
  background-color: #eee;
}
.w-blog-show > .w-inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.w-blog-show .tags,
.w-blog-show h1,
.w-blog-show h2 {
  font-family: futura-pt, sans-serif;
  text-align: center;
  color: #000;
}
.w-blog-show h1 {
  text-transform: uppercase;
}
.w-blog-show h2 {
  font-weight: 400;
}
.w-blog-show .tags {
  margin-bottom: 55px;
}
.w-blog-show .date,
.w-blog-show .tags .tag {
  font-weight: 600;
}
.blog-content {
  color: #000;
}
.blog-content,
.blog-content p {
  margin-bottom: 20px;
  line-height: 1.6em;
  font-weight: 300;
}
.blog-content p:first-child {
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 40px;
  font-weight: 400;
}
.blog-back {
  float: left !important;
  width: 100%;
}
.blog-back a,
.blog-back a:visited {
  color: #000;
  font-size: 15px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.w-blog-show > .w-inner .blog-country {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .blog-back,
  .blog-content p,
  .w-social-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .w-blog-show .blog-header-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .w-blog-show > .w-inner .blog-country {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .w-blog-show .tags {
    margin-bottom: 0;
  }
  .blog-header-col,
  .blog-left-col,
  .blog-right-col {
    width: 100% !important;
  }
  .blog-right-col {
    margin-left: 20px !important;
  }
  .back-to-latest {
    display: block;
    background-color: #ff133b;
    width: 30%;
    min-width: 140px;
    margin: 0;
    padding: 8px !important;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
}
.property__list {
  float: left;
  width: 100%;
}
.property__list .property__list-property {
  overflow: auto;
  margin: 0 0 50px;
}
.property__list .property__list-property .half {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 320px;
  text-align: center;
  padding-top: 40px;
}
.property__list .property__list-property .half.property__list-property-image a,
.property__list
  .property__list-property
  .half.property__list-property-image
  a:active,
.property__list
  .property__list-property
  .half.property__list-property-image
  a:focus,
.property__list
  .property__list-property
  .half.property__list-property-image
  a:visited {
  display: block;
  width: 100%;
  height: 100%;
}
.property__list .property__list-property .half.property__list-property-content {
  background: #248892;
}
.property__list
  .property__list-property
  .half.property__list-property-content.white-bg {
  background: #ffffff;
}

.property__list .property__list-property .half h3 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
}

.property__list
  .property__list-property
  .half.property__list-property-content.white-bg
  h3 {
  color: black;
}

.property__list .property__list-property .half h3:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.property__list .property__list-property .half ul {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.property__list .property__list-property .half ul li {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}

.property__list
  .property__list-property
  .half.property__list-property-content.white-bg
  ul
  li {
  color: black;
}

.property__list .property__list-property .half ul li.l {
  margin-right: 0;
}
.property__list .property__list-property .half ul li i {
  font-weight: 400;
}
@media (max-width: 767px) {
  .property__list .property__list-property .half ul li {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .property__list .property__list-property .half ul {
    display: block;
  }
}
.property__list .property__list-property .half p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  max-width: 80%;
  padding-bottom: 30px;
}

.property__list
  .property__list-property
  .half.property__list-property-content.white-bg
  p {
  color: black;
}

.property__list .property__list-property .half .btn {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .property__list .property__list-property {
    margin-bottom: 30px;
  }
}
@media (min-width: 997px) {
  .property__list .property__list-property.even .property__list-property-image {
    margin-left: 50%;
  }
  .property__list
    .property__list-property.even
    .property__list-property-content {
    margin-left: -100%;
  }
}
.property__map {
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
}
.property__map #property-map {
  float: left;
  width: 100%;
  height: 100%;
}
.property__panel {
  float: left;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.property__panel .property__panel-inner {
  float: left;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.property__panel .property__panel-inner .property__panel-inner-content {
  position: absolute;
  right: 40px;
  top: 75px;
  z-index: 4;
  max-width: 40%;
  text-align: center;
}
.property__panel .property__panel-inner .property__panel-inner-content h2 {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.property__panel
  .property__panel-inner
  .property__panel-inner-content
  h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -27px;
  left: 50%;
  border-bottom: 5px solid #15bdd0;
  margin-left: -35px;
}
.property__panel .property__panel-inner .property__panel-inner-content ul {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.property__panel .property__panel-inner .property__panel-inner-content ul li {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}
.property__panel .property__panel-inner .property__panel-inner-content ul li.l {
  margin-right: 0;
}
.property__panel .property__panel-inner .property__panel-inner-content ul li i {
  font-weight: 400;
}
@media (max-width: 767px) {
  .property__panel .property__panel-inner .property__panel-inner-content ul li {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .property__panel .property__panel-inner .property__panel-inner-content ul {
    display: block;
  }
}
.property__panel .property__panel-inner .property__panel-inner-content p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  max-width: 80%;
  padding-bottom: 30px;
  font-weight: 400;
}
.property__panel .property__panel-inner .property__panel-inner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/images/global/blue-gradient-right-to-left.png);
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: 100%;
}
.property__panel .property__panel-inner.even .property__panel-inner-content {
  right: auto;
  left: 40px;
}
.property__panel .property__panel-inner.even .property__panel-inner-overlay {
  background-image: url(/assets/images/global/blue-gradient-left-to-right.png);
  background-position: 0;
}
@media (max-width: 997px) {
  .property__panel .property__panel-inner.even,
  .property__panel .property__panel-inner.odd {
    height: auto;
    padding-bottom: 140px;
  }
  .property__panel .property__panel-inner.even .property__panel-inner-content,
  .property__panel .property__panel-inner.odd .property__panel-inner-content {
    max-width: 100%;
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
  }
  .property__panel .property__panel-inner.even .property__panel-inner-overlay,
  .property__panel .property__panel-inner.odd .property__panel-inner-overlay {
    background-image: none;
    background: rgba(56, 105, 134, 0.65);
  }
}

.ttd-thing-content.white {
  background-color: white !important;
  color: rgba(34, 34, 34) !important;
}

.ttd .ttd-thing .half.white h3,
.ttd .ttd-thing .half.white p {
  color: rgba(34, 34, 34) !important;
}

a.glightbox {
  text-decoration: none;
}

a.glightbox span.zoomin {
  color: white;
  text-align: center;
  font-size: 60px;
  display: none;
}

a.glightbox:hover span.zoomin {
  display: inline-block;
}

@media (min-width: 769px) {
  .goverlay {
    background: rgba(0, 0, 0, 0.72) !important;
  }
}

.text-right {
  text-align: right;
}
