﻿@charset "UTF-8";
/*!
 *  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: normal;
  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.33333333em;
  line-height: .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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
  background: url(../images/ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: .7;
  filter: "alpha(opacity=70)";
  -webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
  -moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
  -ms-animation: justified-gallery-show-caption-animation .5s 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
  -moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
  -ms-animation: justified-gallery-show-entry-animation .5s 0 ease;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  -webkit-filter: initial;
          filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow, .hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: transform;
}

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover, .hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover, .hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover, .hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover, .hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover, .hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover, .hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover, .hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover, .hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover, .hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover, .hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover, .hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover, .hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover, .hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover, .hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff;
}

.hvr-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate, .hvr-shrink {
  -webkit-transition-duration: .3s;
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-shrink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-pulse, .hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-grow-rotate, .hvr-rotate {
  -webkit-transition-property: transform;
}

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-pulse-shrink, .hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-pop, .hvr-push {
  -webkit-transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
}

.hvr-push {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-bounce-in, .hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-bounce-in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-out, .hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-bounce-out {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-rotate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float, .hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: .3s;
}

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.hvr-grow-rotate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float, .hvr-sink {
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: transform;
}

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

.hvr-float {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bob, .hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-sink, .hvr-skew {
  -webkit-transition-duration: .3s;
}

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hvr-sink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-skew, .hvr-skew-forward {
  -webkit-transition-property: transform;
}

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

@-webkit-keyframes hvr-bob {
  0%, 100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes hvr-bob {
  0%, 100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob, .hvr-hang {
  -webkit-transform: translateZ(0);
}

.hvr-bob {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-hang, .hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover, .hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  -webkit-animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-hang {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes hvr-hang {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
          animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
          animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
          animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
          animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
          animation-direction: normal,alternate;
}

.hvr-skew {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-skew-backward, .hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.hvr-skew-forward {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.hvr-skew-backward {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-horizontal, .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-fade, .hvr-sweep-to-right {
  -webkit-transition-duration: .3s;
}

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right, .hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-wobble-bottom, .hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hvr-buzz, .hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz, .hvr-buzz-out {
  -webkit-transform: translateZ(0);
}

.hvr-buzz {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hvr-buzz-out, .hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz-out {
  10%, 30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%, 40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%, 70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%, 80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10%, 30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%, 40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%, 70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%, 80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-back-pulse, .hvr-fade {
  -webkit-transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-fade {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.hvr-back-pulse, .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #2098d1;
}

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-sweep-to-left:before, .hvr-sweep-to-right:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transition-timing-function: ease-out;
}

.hvr-back-pulse {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
}

.hvr-sweep-to-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-sweep-to-bottom, .hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-sweep-to-right:before {
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-sweep-to-left:before {
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before {
  -webkit-transition-timing-function: ease-out;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
}

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-bounce-to-right, .hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-sweep-to-bottom:before {
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-sweep-to-top:before {
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-bounce-to-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-bottom, .hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-top, .hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff;
}

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top:before, .hvr-radial-out:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-timing-function: ease-out;
}

.hvr-bounce-to-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-top:before {
  position: absolute;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-radial-out {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-radial-in, .hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-radial-in, .hvr-radial-out:before {
  background: #2098d1;
  -webkit-transition-duration: .3s;
}

.hvr-radial-out:before {
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-radial-in:before, .hvr-rectangle-in:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-timing-function: ease-out;
}

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.hvr-radial-in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-radial-in:before {
  position: absolute;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hvr-rectangle-in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-rectangle-out, .hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-rectangle-in:before, .hvr-rectangle-out {
  background: #e1e1e1;
  -webkit-transition-duration: .3s;
}

.hvr-rectangle-in:before {
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-rectangle-out:before, .hvr-shutter-in-horizontal:before {
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-timing-function: ease-out;
}

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hvr-rectangle-out {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-rectangle-out:before {
  position: absolute;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hvr-shutter-in-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-shutter-in-vertical, .hvr-shutter-out-horizontal {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-shutter-in-horizontal:before {
  position: absolute;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:before, .hvr-shutter-out-horizontal:before {
  -webkit-transition-timing-function: ease-out;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-shutter-out-horizontal:before {
  position: absolute;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-shutter-in-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-shutter-in-vertical:before {
  position: absolute;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-ripple-out:before, .hvr-trim:before {
  content: '';
}

.hvr-border-fade, .hvr-glow {
  -webkit-transition-property: box-shadow;
}

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-border-fade, .hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-border-fade {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
}

.hvr-hollow, .hvr-trim:before {
  -webkit-transition-duration: .3s;
}

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  -webkit-box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent;
}

.hvr-hollow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
}

.hvr-ripple-out, .hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0;
}

.hvr-trim {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-trim:before {
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-outline-out, .hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-ripple-out:before {
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-outline-in:before, .hvr-ripple-in:before {
  content: '';
  border: 4px solid #e1e1e1;
  opacity: 0;
}

.hvr-ripple-in {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-in:before {
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

.hvr-outline-out {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-in, .hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.hvr-outline-in {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.hvr-underline-from-center:before, .hvr-underline-from-left:before {
  content: "";
  z-index: -1;
  background: #2098d1;
  height: 4px;
  -webkit-transition-timing-function: ease-out;
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.hvr-round-corners {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-underline-from-center, .hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em;
}

.hvr-underline-from-left {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0;
}

.hvr-underline-from-center {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left, .hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-left:before, .hvr-underline-from-right:before {
  content: "";
  z-index: -1;
  -webkit-transition-timing-function: ease-out;
  background: #2098d1;
  height: 4px;
}

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-right {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-underline-from-right:before {
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0;
}

.hvr-overline-from-left {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-overline-from-center, .hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-overline-from-left:before {
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-center:before, .hvr-overline-from-right:before {
  content: "";
  z-index: -1;
  -webkit-transition-timing-function: ease-out;
  top: 0;
}

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0;
}

.hvr-overline-from-center {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  position: absolute;
  left: 50%;
  right: 50%;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-right:before, .hvr-underline-reveal:before {
  -webkit-transition-duration: .3s;
  background: #2098d1;
  height: 4px;
}

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

.hvr-overline-from-right {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-reveal, .hvr-underline-reveal {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-overline-from-right:before {
  position: absolute;
  left: 100%;
  right: 0;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-reveal:before, .hvr-underline-reveal:before {
  bottom: 0;
  -webkit-transition-timing-function: ease-out;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
}

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0;
}

.hvr-reveal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-reveal:before {
  position: absolute;
  top: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

.hvr-underline-reveal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-underline-reveal:before {
  position: absolute;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hvr-glow, .hvr-shadow {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-grow-shadow, .hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
}

.hvr-box-shadow-outset, .hvr-shadow {
  -webkit-transition-property: box-shadow;
}

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.hvr-shadow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-box-shadow-outset, .hvr-grow-shadow {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-grow-shadow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: box-shadow,transform;
  -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
  transition-property: -webkit-box-shadow,-webkit-transform;
  transition-property: box-shadow,transform;
  transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform;
}

.hvr-box-shadow-inset, .hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-box-shadow-outset {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.hvr-box-shadow-inset {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.hvr-float-shadow, .hvr-shadow-radial {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  display: inline-block;
}

.hvr-float-shadow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hvr-shadow-radial {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-right, .hvr-bubble-top {
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-bubble-right:before, .hvr-bubble-top:before {
  pointer-events: none;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-property: transform;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1;
}

.hvr-bubble-top {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-bubble-top:before {
  position: absolute;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-bubble-bottom, .hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-bubble-right:before {
  position: absolute;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-bottom:before, .hvr-bubble-left:before {
  border-style: solid;
  -webkit-transition-property: transform;
  z-index: -1;
  content: '';
  pointer-events: none;
}

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-bottom:before {
  position: absolute;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-float-right, .hvr-bubble-float-top {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bubble-left:before {
  position: absolute;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:before, .hvr-bubble-float-right:before {
  z-index: -1;
  top: calc(50% - 10px);
  border-style: solid;
  content: '';
}

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-left, .hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-bubble-float-left {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-icon-back:before, .hvr-icon-forward:before {
  font-family: FontAwesome;
  -webkit-transition-property: transform;
}

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-icon-back {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.hvr-icon-down, .hvr-icon-forward {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-back:before, .hvr-icon-forward {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .1s;
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.hvr-icon-forward {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:before, .hvr-icon-spin:before {
  right: 1em;
  font-family: FontAwesome;
  -webkit-transition-property: transform;
}

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@-webkit-keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-down {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop, .hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.hvr-icon-spin {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  padding: 0 1px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%, 51% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%, 51% {
    opacity: 1;
  }
}

.hvr-icon-drop {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade, .hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-icon-fade {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E;
}

@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

.hvr-icon-float-away {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-grow, .hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

.hvr-icon-sink-away {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.hvr-icon-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-icon-pulse, .hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-icon-grow:before, .hvr-icon-shrink {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:before, .hvr-icon-shrink:before {
  right: 1em;
  font-family: FontAwesome;
  -webkit-transition-timing-function: ease-out;
}

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow, .hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:before, .hvr-icon-pulse-shrink:before {
  content: "\f015";
  right: 1em;
  font-family: FontAwesome;
  -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pop, .hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-icon-pulse-shrink:before {
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pop:before, .hvr-icon-push:before {
  right: 1em;
  font-family: FontAwesome;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-icon-pop, .hvr-icon-push:before {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-bounce, .hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-bounce, .hvr-icon-pop:before {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-bounce:before, .hvr-icon-rotate:before {
  right: 1em;
  font-family: FontAwesome;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-icon-bounce {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-bounce:before, .hvr-icon-rotate {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-icon-rotate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-float, .hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-icon-grow-rotate, .hvr-icon-rotate:before {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-float:before, .hvr-icon-grow-rotate:before {
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  right: 1em;
  font-family: FontAwesome;
}

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.hvr-icon-grow-rotate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-float, .hvr-icon-grow-rotate:before {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

.hvr-icon-float {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-bob, .hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-float:before, .hvr-icon-sink {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.hvr-icon-sink {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-bob, .hvr-icon-sink:before {
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: .3s;
}

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@-webkit-keyframes hvr-icon-bob {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes hvr-icon-bob {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-hang, .hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
}

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
          animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
          animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
          animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
          animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
          animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-hang {
  0%, 100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@keyframes hvr-icon-hang {
  0%, 100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-buzz, .hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hvr-curl-top-left, .hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
}

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-buzz-out {
  10%, 30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%, 40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%, 70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%, 80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10%, 30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%, 40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%, 70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%, 80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-curl-top-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-right, .hvr-curl-top-right {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-bottom-right:before, .hvr-curl-top-right:before {
  right: 0;
  background: #fff;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: width,height;
  pointer-events: none;
  content: '';
}

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-top-right {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-curl-top-right:before {
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-right {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.hvr-curl-bottom-right:before {
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

.litetooltip-wrapper {
  position: absolute;
  font: normal 90% Verdana;
  z-index: 10000;
  display: block;
  visibility: visible;
  min-width: 100px;
}

.litetooltip-wrapper.incontainer {
  position: relative;
}

.litetooltip-wrapper.incontainer .tooltip-content {
  position: relative;
}

.litetooltip-wrapper.top, .litetooltip-wrapper.top-left, .litetooltip-wrapper.top-right {
  margin-top: -3px;
  padding: 5px 0px 10px 0px;
}

.litetooltip-wrapper.right, .litetooltip-wrapper.right-top, .litetooltip-wrapper.right-bottom {
  margin-left: 3px;
  padding: 0px 5px 0px 10px;
}

.litetooltip-wrapper.bottom, .litetooltip-wrapper.bottom-left, .litetooltip-wrapper.bottom-right {
  margin-top: 3px;
  padding: 10px 0px 5px 0px;
}

.litetooltip-wrapper.left, .litetooltip-wrapper.left-top, .litetooltip-wrapper.left-bottom {
  margin-left: -3px;
  padding: 0px 10px 0px 5px;
}

.litetooltip-wrapper .tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  width: 0px;
  height: 0px;
  padding: 0px;
}

.litetooltip-wrapper .tooltip-arrow.top {
  margin-left: -8px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-width: 10px 8px 0px 8px;
}

.litetooltip-wrapper .tooltip-arrow.top-left {
  margin-left: 8px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  border-width: 10px 8px 0px 8px;
}

.litetooltip-wrapper .tooltip-arrow.top-right {
  margin-right: 8px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  border-width: 10px 8px 0px 8px;
}

.litetooltip-wrapper .tooltip-arrow.right {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0px;
  border-width: 8px 10px 8px 0;
}

.litetooltip-wrapper .tooltip-arrow.right-top {
  margin-bottom: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-width: 8px 10px 8px 0;
}

.litetooltip-wrapper .tooltip-arrow.right-bottom {
  margin-top: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 8px 10px 8px 0;
}

.litetooltip-wrapper .tooltip-arrow.bottom {
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 0px;
  border-width: 0px 8px 10px 8px;
}

.litetooltip-wrapper .tooltip-arrow.bottom-left {
  margin-left: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-width: 0px 8px 10px 8px;
}

.litetooltip-wrapper .tooltip-arrow.bottom-right {
  margin-right: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-width: 0px 8px 10px 8px;
}

.litetooltip-wrapper .tooltip-arrow.left {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0px;
  border-width: 8px 0px 8px 10px;
}

.litetooltip-wrapper .tooltip-arrow.left-top {
  margin-bottom: 8px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-width: 8px 0px 8px 10px;
}

.litetooltip-wrapper .tooltip-arrow.left-bottom {
  margin-top: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-width: 8px 0px 8px 10px;
}

.litetooltip-wrapper .tooltip-content {
  padding: 10px;
  border-radius: 4px;
  min-width: 90px;
}

.litetooltip-wrapper .tooltip-content .clear {
  clear: both;
}

.litetooltip-wrapper .tooltip-content > p {
  padding-left: 3px;
}

/******************************************/
/*************** templates ****************/
.litetooltip-wrapper .tooltip-menu {
  padding: 0px;
  margin: 0px;
  float: left;
}

.litetooltip-wrapper .tooltip-menu ul, .litetooltip-wrapper .tooltip-menu ol {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  clear: both;
}

.litetooltip-wrapper .tooltip-menu li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  border: solid 1px;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.litetooltip-wrapper .tooltip-menu a {
  display: block;
  text-decoration: none;
  padding: 5px;
  margin: 0px;
  clear: both;
  min-width: 100%;
  width: 100%;
  float: left;
}

.litetooltip-wrapper .tooltip-menu.AlizarinCrimson {
  background: #df3030;
}

.litetooltip-wrapper .tooltip-menu.AlizarinCrimson li {
  border-color: #df3030;
  border-bottom: solid 1px #d12b2b;
}

.litetooltip-wrapper .tooltip-menu.AlizarinCrimson a {
  color: #fff;
}

.litetooltip-wrapper .tooltip-menu.AlizarinCrimson a:hover {
  color: #000;
  background: #f79992;
}

.litetooltip-wrapper .tooltip-menu.Geradline {
  background: #f79992;
}

.litetooltip-wrapper .tooltip-menu.Geradline li {
  border-color: #f79992;
  border-bottom: solid 1px #ea8880;
}

.litetooltip-wrapper .tooltip-menu.Geradline a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.Geradline a:hover {
  color: #fff;
  background: #ee6a60;
}

.litetooltip-wrapper .tooltip-menu.Conifer {
  background: #a2d959;
}

.litetooltip-wrapper .tooltip-menu.Conifer li {
  border-color: #a2d959;
  border-bottom: solid 1px #94c652;
}

.litetooltip-wrapper .tooltip-menu.Conifer a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.Conifer a:hover {
  color: #fff;
  background: #7fba00;
}

.litetooltip-wrapper .tooltip-menu.Spindle {
  background: #bfd9f0;
}

.litetooltip-wrapper .tooltip-menu.Spindle li {
  border-color: #bfd9f0;
  border-bottom: solid 1px #d2e0ec;
}

.litetooltip-wrapper .tooltip-menu.Spindle a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.Spindle a:hover {
  color: #fff;
  background: #6699cc;
}

.litetooltip-wrapper .tooltip-menu.BostonBlue {
  background: #6699cc;
}

.litetooltip-wrapper .tooltip-menu.BostonBlue li {
  border-color: #6699cc;
  border-bottom: solid 1px #4f83b7;
}

.litetooltip-wrapper .tooltip-menu.BostonBlue a {
  color: #fff;
}

.litetooltip-wrapper .tooltip-menu.BostonBlue a:hover {
  color: #000;
  background: #bfd9f0;
}

.litetooltip-wrapper .tooltip-menu.CarrotOrange {
  background: #ed9122;
}

.litetooltip-wrapper .tooltip-menu.CarrotOrange li {
  border-color: #ed9122;
  border-bottom: solid 1px #d47f19;
}

.litetooltip-wrapper .tooltip-menu.CarrotOrange a {
  color: #fff;
}

.litetooltip-wrapper .tooltip-menu.CarrotOrange a:hover {
  color: #000;
  background: #fecf3d;
}

.litetooltip-wrapper .tooltip-menu.Affair {
  background: #7c4d94;
}

.litetooltip-wrapper .tooltip-menu.Affair li {
  border-color: #7c4d94;
  border-bottom: solid 1px #8d60a4;
}

.litetooltip-wrapper .tooltip-menu.Affair a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.Affair a:hover {
  color: #fff;
  background: #a778bf;
}

.litetooltip-wrapper .tooltip-menu.PaleConifer {
  background: #bad87a;
}

.litetooltip-wrapper .tooltip-menu.PaleConifer li {
  border-color: #bad87a;
  border-bottom: solid 1px #9db963;
}

.litetooltip-wrapper .tooltip-menu.PaleConifer a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.PaleConifer a:hover {
  background: #f5ffbe;
}

.litetooltip-wrapper .tooltip-menu.BrightSun {
  background: #fec000;
}

.litetooltip-wrapper .tooltip-menu.BrightSun li {
  border-color: #fec000;
  border-bottom: solid 1px #ebb203;
}

.litetooltip-wrapper .tooltip-menu.BrightSun a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.BrightSun a:hover {
  background: #fecf3d;
}

.litetooltip-wrapper .tooltip-menu.AmazonLemon {
  background: #7fba00;
}

.litetooltip-wrapper .tooltip-menu.AmazonLemon li {
  border-color: #7fba00;
  border-bottom: solid 1px #8ac903;
}

.litetooltip-wrapper .tooltip-menu.AmazonLemon a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.AmazonLemon a:hover {
  background: #fde910;
}

.litetooltip-wrapper .tooltip-menu.CoffeeConfetti {
  background: #593737;
}

.litetooltip-wrapper .tooltip-menu.CoffeeConfetti li {
  border-color: #593737;
  border-bottom: solid 1px #734f4f;
}

.litetooltip-wrapper .tooltip-menu.CoffeeConfetti a {
  color: #fff;
}

.litetooltip-wrapper .tooltip-menu.CoffeeConfetti a:hover {
  color: #000;
  background: #e9d75a;
}

.litetooltip-wrapper .tooltip-menu.OysterPrim {
  background: #988d77;
}

.litetooltip-wrapper .tooltip-menu.OysterPrim li {
  border-color: #988d77;
  border-bottom: solid 1px #786e59;
}

.litetooltip-wrapper .tooltip-menu.OysterPrim a {
  color: #000;
}

.litetooltip-wrapper .tooltip-menu.OysterPrim a:hover {
  background: #fdfeb8;
}

.litetooltip-wrapper .tooltip-menu li.last-child {
  border-bottom: 0px;
}

.litetooltip-wrapper .image-right {
  float: right;
  margin: 0px 0px 0px 5px;
  padding: 2px;
}

.litetooltip-wrapper .image-left {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 2px;
}

.litetooltip-wrapper .video-wrapper {
  padding-bottom: 56.26%;
  position: relative;
  width: 500px;
}

.litetooltip-wrapper .video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
}

.litetooltip-wrapper .template {
  float: left;
}

.litetooltip-wrapper .template h4 {
  margin: 0px;
  padding: 2px 4px 4px 4px;
  color: #fff;
  font-size: 12px;
  display: block;
}

.litetooltip-wrapper .template p {
  margin: 0px;
  padding: 2px 4px;
  display: block;
  float: left;
}

.litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
  margin: 0px;
  padding: 5px 5px 5px 5px;
  list-style-position: inside;
}

.litetooltip-wrapper .template li {
  padding: 2px 0px;
}

.litetooltip-wrapper .template p, .litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
  background: #fff;
  color: #333;
}

.litetooltip-wrapper .template.AlizarinCrimson, .litetooltip-wrapper .template.AlizarinCrimson h4 {
  background: #df3030;
}

.litetooltip-wrapper .template.RadicalRed, .litetooltip-wrapper .template.RadicalRed h4 {
  background: #ff1e53;
}

.litetooltip-wrapper .template.Geradline, .litetooltip-wrapper .template.Geradline h4 {
  background: #f79992;
  color: #333333;
}

.litetooltip-wrapper .template.Conifer, .litetooltip-wrapper .template.Conifer h4 {
  background: #a2d959;
}

.litetooltip-wrapper .template.Limeade, .litetooltip-wrapper .template.Limeade h4 {
  background: #7fba00;
}

.litetooltip-wrapper .template.AppleGreen, .litetooltip-wrapper .template.AppleGreen h4 {
  background: #4cc744;
}

.litetooltip-wrapper .template.Spindle, .litetooltip-wrapper .template.Spindle h4 {
  background: #bfd9f0;
  color: #333333;
}

.litetooltip-wrapper .template.Danube, .litetooltip-wrapper .template.Danube h4 {
  background: #6699cc;
}

.litetooltip-wrapper .template.BostonBlue, .litetooltip-wrapper .template.BostonBlue h4 {
  background: #4182c2;
}

.litetooltip-wrapper .template.CarrotOrange, .litetooltip-wrapper .template.CarrotOrange h4 {
  background: #ed9122;
}

.litetooltip-wrapper .template.BrightSun, .litetooltip-wrapper .template.BrightSun h4 {
  background: #fecf3d;
  color: #333333;
}

.litetooltip-wrapper .template.Affair, .litetooltip-wrapper .template.Affair h4 {
  background: #7c4d94;
}

.litetooltip-wrapper .template.HotRed, .litetooltip-wrapper .template.HotRed h4 {
  background: #df3030;
}

.litetooltip-wrapper .template.HotRed p, .litetooltip-wrapper .template.HotRed ul, .litetooltip-wrapper .template.HotRed ol {
  background: #f79992;
  color: #000;
}

.litetooltip-wrapper .template.HuskyBlue, .litetooltip-wrapper .template.HuskyBlue h4 {
  background: #4182c2;
}

.litetooltip-wrapper .template.HuskyBlue p, .litetooltip-wrapper .template.HuskyBlue ul, .litetooltip-wrapper .template.HuskyBlue ol {
  background: #bfd9f0;
  color: #000;
}

.litetooltip-wrapper .template.MoonAffair, .litetooltip-wrapper .template.MoonAffair h4 {
  background: #7c4d94;
}

.litetooltip-wrapper .template.MoonAffair p, .litetooltip-wrapper .template.MoonAffair ul, .litetooltip-wrapper .template.MoonAffair ol {
  background: #e8cbf7;
  color: #000;
}

.litetooltip-wrapper .template.PaleMint, .litetooltip-wrapper .template.PaleMint h4 {
  background: #7fba00;
}

.litetooltip-wrapper .template.PaleMint p, .litetooltip-wrapper .template.PaleMint ul, .litetooltip-wrapper .template.PaleMint ol {
  background: #f5ffbe;
  color: #000;
}

.litetooltip-wrapper .template.BlueRomance, .litetooltip-wrapper .template.BlueRomance h4 {
  background: #0066ff;
}

.litetooltip-wrapper .template.BlueRomance p, .litetooltip-wrapper .template.BlueRomance ul, .litetooltip-wrapper .template.BlueRomance ol {
  background: #d2f6de;
  color: #000;
}

.litetooltip-wrapper .template.AmazonLemon, .litetooltip-wrapper .template.AmazonLemon h4 {
  background: #7fba00;
}

.litetooltip-wrapper .template.AmazonLemon p, .litetooltip-wrapper .template.AmazonLemon ul, .litetooltip-wrapper .template.AmazonLemon ol {
  background: #fde910;
  color: #000;
}

.litetooltip-wrapper .template.LimeConfier, .litetooltip-wrapper .template.LimeConfier h4 {
  background: #7fba00;
}

.litetooltip-wrapper .template.LimeConfier p, .litetooltip-wrapper .template.LimeConfier ul, .litetooltip-wrapper .template.LimeConfier ol {
  background: #a2d959;
  color: #000;
}

.litetooltip-wrapper .template.MustardSun, .litetooltip-wrapper .template.MustardSun h4 {
  background: #ed9122;
}

.litetooltip-wrapper .template.MustardSun p, .litetooltip-wrapper .template.MustardSun ul, .litetooltip-wrapper .template.MustardSun ol {
  background: #fecf3d;
  color: #000;
}

.litetooltip-wrapper .template.AtollSea, .litetooltip-wrapper .template.AtollSea h4 {
  background: #0a6f75;
}

.litetooltip-wrapper .template.AtollSea p, .litetooltip-wrapper .template.AtollSea ul, .litetooltip-wrapper .template.AtollSea ol {
  background: #fecf3d;
  color: #000;
}

.litetooltip-wrapper .template.BlazeOrange, .litetooltip-wrapper .template.BlazeOrange h4 {
  background: #ff6600;
}

.litetooltip-wrapper .template.BlazeOrange p, .litetooltip-wrapper .template.BlazeOrange ul, .litetooltip-wrapper .template.BlazeOrange ol {
  background: #0a6f75;
  color: #fff;
}

.litetooltip-wrapper .template.CoffeeConfetti, .litetooltip-wrapper .template.CoffeeConfetti h4 {
  background: #593737;
}

.litetooltip-wrapper .template.CoffeeConfetti p, .litetooltip-wrapper .template.CoffeeConfetti ul, .litetooltip-wrapper .template.CoffeeConfetti ol {
  background: #e9d75a;
  color: #000;
}

.litetooltip-wrapper .template.OysterPrim, .litetooltip-wrapper .template.OysterPrim h4 {
  background: #988d77;
}

.litetooltip-wrapper .template.OysterPrim p, .litetooltip-wrapper .template.OysterPrim ul, .litetooltip-wrapper .template.OysterPrim ol {
  background: #fdfeb8;
  color: #000;
}

.litetooltip-hotspot-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.litetooltip-hotspot-container {
  position: relative;
  height: 0px;
}

.litetooltip-hotspot-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.litetooltip-hotspot-container .hotspot {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

.litetooltip-hotspot-container .hotspot .data-container {
  display: none;
}

.litetooltip-hotspot-container .blink {
  opacity: 0.8;
  -moz-opacity: 0.8;
  animation: litetooltip_hotspot_blink .6s ease-in infinite;
  -moz-animation: litetooltip_hotspot_blink .6s ease-in infinite;
  -ms-animation: litetooltip_hotspot_blink .6s ease-in infinite;
  -webkit-animation: litetooltip_hotspot_blink .6s ease-in infinite;
}

@keyframes litetooltip_hotspot_blink {
  to {
    opacity: 0.3;
  }
}

@-webkit-keyframes litetooltip_hotspot_blink {
  to {
    opacity: 0.3;
  }
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity, .lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  outline: 0 !important;
}

.lity, .lity-content:after, .lity-wrap {
  bottom: 0;
  right: 0;
  left: 0;
}

.lity-container, .lity-wrap:before {
  vertical-align: middle;
  display: inline-block;
}

.lity, .lity-container, .lity-wrap {
  outline: 0 !important;
}

.lity-content:after, .lity-wrap:before {
  content: '';
}

.lity {
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  text-align: center;
}

.lity-wrap:before {
  height: 100%;
  margin-right: -.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: 0 0;
  outline: 0;
  border: 0;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-closed .lity-content, .lity-loading .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.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 {
  display: none;
}

.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: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .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;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 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: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .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-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.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 .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: 'Lato Italic';
  src: url("../fonts/lato-italic-webfont.eot");
  src: url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic-webfont.woff2") format("woff2"), url("../fonts/lato-italic-webfont.woff") format("woff"), url("../fonts/lato-italic-webfont.ttf") format("truetype"), url("../fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Light';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Light Italic';
  src: url("../fonts/lato-lightitalic-webfont.eot");
  src: url("../fonts/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("../fonts/lato-lightitalic-webfont.woff") format("woff"), url("../fonts/lato-lightitalic-webfont.ttf") format("truetype"), url("../fonts/lato-lightitalic-webfont.svg#latolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Jenna Sue';
  src: url("../fonts/JennaSue.eot");
  src: url("../fonts/JennaSue.eot?#iefix") format("embedded-opentype"), url("../fonts/JennaSue.woff") format("woff"), url("../fonts/JennaSue.ttf") format("truetype"), url("../fonts/JennaSue.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.home.title,
.subhead.community h1,
.subhead.community .pseudo-h1,
.subhead h1,
.subhead.videos h1,
.subhead.community h2,
.subhead.community h1 div,
.subhead.spec h1 {
  font-family: "Lato Black", Helvetica, sans-serif !important;
}

.subhead.community h1 div {
  margin-top: 20px;
  margin-bottom: 10px;
}

.request_appointment_modal {
  text-align: center;
}

.request_appointment_modal .title,
.request_appointment_modal .pseudo-h1 {
  text-align: center;
  color: #a2cf66;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.3em;
  text-transform: capitalize;
  font-weight: bold;
}

.request_appointment_modal h2 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 1.2em;
  color: #747071;
  padding: 0;
  margin: 0;
}

.request_appointment_modal .content {
  width: 60%;
  margin: auto;
}

.request_appointment_modal .content p {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: .8em;
}

.request_appointment_modal .content button {
  margin-bottom: 1em;
}

.request_appointment_modal .content .request_close {
  text-decoration: underline;
}

.request_appointment_modal .content .appt-time {
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  color: #494849;
  background-color: transparent;
  background-image: none;
  border: 1px solid #494849;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}

.request_appointment_modal .close {
  opacity: 1;
  font-size: 3em;
}

.show-on-mobile {
  display: none;
}

ul.submenu li.ol-myinsight h3 {
  display: none;
}

.onboarding,
.onboarding-wrap {
  display: none;
}

.close-x {
  z-index: 999;
  display: none;
  cursor: pointer;
}

.bold {
  font-weight: bold !important;
}

.on-m-slide {
  cursor: pointer;
}

header {
  overflow: visible !important;
}

ul.submenu li.ol-myinsight {
  position: relative;
}

ul.submenu li.ol-myinsight img {
  position: absolute;
}

ul.submenu li.ol-myinsight .img1 {
  left: -12px;
  top: -16px;
}

ul.submenu li.ol-myinsight .img2 {
  left: -87px;
  top: 24px;
}

ul.submenu li.ol-myinsight h3 {
  font-family: "Jenna Sue", Helvetica, sans-serif;
  font-size: 2.5em;
  font-style: italic;
  text-transform: none;
  position: absolute;
  left: -231px;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 420px;
  top: 102px;
}

ul.menu {
  position: relative;
}

ul.menu li.ol-science {
  position: relative;
}

ul.menu li.ol-science img {
  position: absolute;
}

ul.menu li.ol-science .img3 {
  left: -5px;
  top: 10px;
}

ul.menu li.ol-science .img4 {
  top: 85px;
  left: 120px;
  width: auto !important;
}

ul.menu li.ol-science h3 {
  font-family: "Jenna Sue", Helvetica, sans-serif;
  font-size: 2em;
  font-style: italic;
  text-transform: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 420px;
  top: 102px;
  left: 185px;
  text-align: left;
}

ul.menu .on-heart {
  position: absolute;
  top: 225px;
  left: 47.7%;
}

ul.menu .on-heart-arrow {
  position: absolute;
  top: 255px;
  left: 54%;
}

ul.menu h3 {
  font-family: "Jenna Sue", Helvetica, sans-serif;
  font-size: 2.5em;
  font-style: italic;
  text-transform: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 420px;
  top: 230px;
  left: 33%;
}

ul.menu h3.heart-h3 {
  font-size: 2em;
  text-align: left;
  left: 62%;
  top: 224px;
}

ul.menu .on-logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 360px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

ul.menu .on-logo ul,
ul.menu .on-logo li {
  padding: 0;
  margin: 0;
}

ul.menu .on-logo ul li,
ul.menu .on-logo li li {
  list-style: none;
  display: block;
  font-family: "Lato Italic", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

ul.menu .on-logo ul li img,
ul.menu .on-logo li li img {
  width: auto !important;
}

/** Global **/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px !important;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 16px;
}

body.modal-open {
  width: 100% !important;
  padding-right: 0 !important;
  overflow-y: scroll !important;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

.clear {
  clear: both;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.no-margin-left {
  margin-left: -15px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.r-pad-1 {
  padding-right: .5em;
}

.margin-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.font-15 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 15px;
  color: #494849;
  margin-top: 10px;
}

.font-42 h2 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  font-size: 42px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.font-42-new {
  margin-top: 30px;
  margin-bottom: 20px;
}

.font-42-new h1 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  font-size: 42px;
  margin: 0 0 5px;
}

.font-42-new p.pseudo-h3 {
  padding: 0 15px;
  margin: 0 0 30px;
  color: #eec438;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}

.font-42 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  font-size: 42px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.font-42 h2,
.font-42 p.pseudo-h3 {
  padding: 0 15px;
  margin: 0 0 30px;
  color: #eec438;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}

b,
strong {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-weight: normal;
}

.xsmall-break {
  height: 15px;
  clear: both;
}

.small-break {
  height: 30px;
  clear: both;
}

.medium-break {
  height: 50px;
  clear: both;
}

.large-break {
  height: 70px;
  clear: both;
}

.drop-shadow {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.modal-header .close {
  font-size: 2.5em;
  opacity: 1;
}

.spec_list .bbcard .photo {
  width: 100%;
  min-height: auto;
}

.spec_list .bbcard .photo .img-container {
  position: relative;
  min-height: 130px;
}

.lb-details {
  display: none;
}

.nav > li {
  cursor: pointer;
}

.img-wrap {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #0b77bf;
}

/** is-was-price **/
.plan-detail-gbi {
  background-color: #72993e;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

.plan-detail-gbi .plan-is-was-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.plan-detail-gbi .plan-is-was-price .left,
.plan-detail-gbi .plan-is-was-price .right {
  font-size: 25px;
  width: 50%;
  font-weight: bold;
}

.plan-detail-gbi .plan-is-was-price .right {
  text-align: left;
  float: right;
  width: 50%;
  padding-left: 20px;
  line-height: 25px;
}

.plan-detail-gbi .plan-is-was-price .right span {
  color: #c82127;
}

.plan-detail-gbi .plan-is-was-price .right .was-price {
  text-decoration: line-through;
  color: #c82127;
}

.plan-detail-gbi .plan-is-was-price .left {
  position: relative;
  text-align: right;
  float: left;
  padding-right: 20px;
  text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
  line-height: 60px;
}

.plan-detail-gbi .plan-is-was-price .left:after {
  content: '';
  position: absolute;
  right: 0;
  top: -50%;
  height: 400px;
  width: 2px;
  background-color: #a2cf66;
}

.plan-detail-gbi .plan-is-was-price .left span {
  font-size: 40px;
}

.plan-detail-gbi .plan-is-was-price .full {
  padding-right: 20px;
  text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
}

.plan-detail-gbi .plan-is-was-price .full span {
  font-size: 40px;
}

.plan-detail-gbi .plan-is-was-price .full .fa-info {
  background: #0b77bf;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  margin-left: 10px;
  font-size: 15px;
  position: absolute;
  left: auto;
  top: 22px;
}

.plan-detail-gbi .plan-is-was-price .full .tooltip {
  position: fixed;
}

.plan-detail-gbi .plan-is-was-price .full .tooltip-arrow {
  border-top-color: #0b77bf;
}

.plan-detail-gbi .plan-is-was-price .full .tooltip-inner {
  background-color: #0b77bf;
  color: #fff;
}

.plan-detail-gbi .plan-is-was-price .full .tooltip-inner b {
  font-weight: bold !important;
}

.green-bar-iw {
  background-color: #72993e;
  height: 68px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

.is-was-price .right {
  text-align: left;
  float: right;
  width: 50%;
  padding-left: 20px;
  height: 64px;
}

.is-was-price .left {
  border-right: 2px solid #a2cf66;
  width: 50%;
  text-align: right;
  float: left;
  padding-right: 20px;
  text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  font-weight: bold;
  height: 64px;
}

.is-was-price .left .price {
  padding-top: 4px;
}

.is-was-price .full {
  text-align: right;
  float: left;
  padding-right: 20px;
  text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  font-weight: bold;
  height: 64px;
  width: 100% !important;
  text-align: center !important;
  padding: 0 15px !important;
}

#anchor-contact {
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
}

/** Modals **/
.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.modal-dialog {
  margin: 125px auto;
  width: 700px;
}

.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.one-click {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.one-click a {
  color: #fff;
}

.facebook-login {
  background-color: #3c5a99;
  height: 40px;
  width: 250px;
  display: inline-block;
}

.google-login {
  background-color: #de4d33;
  height: 40px;
  width: 250px;
  display: inline-block;
}

.fb-logo {
  background-color: #354f88;
  height: 40px;
  width: 50px;
  font-size: 24px;
  text-align: center;
  float: left;
  line-height: 40px;
}

.g-logo {
  background-color: #ce3f27;
  height: 40px;
  width: 50px;
  font-size: 24px;
  text-align: center;
  float: left;
  line-height: 40px;
}

.form-control.default {
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  color: #494849;
  background-color: transparent;
  background-image: none;
  border: 1px solid #494849;
  border-radius: 0px;
}

textarea.form-control.default {
  height: inherit;
}

.form-group {
  margin-bottom: 10px;
}

.bb-green {
  border-bottom: 4px solid #72993e;
  padding-left: 0px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.border-green {
  border-bottom: 4px solid #72993e;
  padding-left: 0px;
  margin: 35px -15px 0 15px;
}

.border-green ul.nav-tabs li.green {
  width: auto;
  padding: 0 15px;
}

a#forgot-link {
  cursor: pointer;
}

a.green-italic {
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  color: #72993e;
  text-decoration: none;
  font-size: 18px;
}

.sort-by {
  float: left;
  padding-right: 10px;
}

/** Header: Submenu **/
.communities-map {
  height: 343px !important;
}

.nav-shadow {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

.cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 999;
}

.show-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 999;
}

.location-pdf h2 {
  font-size: 4em;
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #1179b7;
}

header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

header.smaller {
  height: 90px;
  background-color: rgba(11, 119, 191, 0.8);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

header.smaller .logo {
  /*width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;*/
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}

header.smaller nav a {
  line-height: 75px;
}

.mobile-menu {
  display: none;
}

ul.submenu,
ul.menu {
  list-style-type: none;
  text-align: center;
  padding-top: 15px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 999;
  letter-spacing: 0.025em;
}

ul.submenu a,
ul.menu a {
  color: #fff;
}

ul.submenu a:hover,
ul.menu a:hover {
  text-decoration: none;
  cursor: pointer;
}

header.smaller ul.submenu, header.smaller
ul.menu {
  padding-top: 2px;
}

ul.submenu {
  margin-left: -90px;
}

header.smaller ul.submenu {
  padding-top: 5px;
}

ul.submenu li {
  display: inline-block;
  padding: 0 20px;
}

ul.menu {
  font-size: 20px;
  text-transform: none;
}

ul.menu li {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
}

header.smaller ul.menu li {
  padding: 0 10px;
}

ul.menu li img {
  vertical-align: middle;
  margin-top: -28px;
}

header.smaller ul.menu li img {
  margin: -25px -20px 0;
  width: 90%;
}

.search-box {
  border: 1px solid #fff;
  padding: 0px 5px;
  background: none;
}

.search-box::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.search-box:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.search-box::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.search-box:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.border.white {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0px 5px 0px;
  float: right;
}

/* added by Deepak */
ul.submenu button.btn-search {
  border: none;
  background-color: transparent;
  padding: 0;
}

/* added by Deepak */
.shadow {
  height: 250px;
  background-image: url("../images/shadow.png");
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 101;
}

.blue-header {
  height: 125px;
  margin-bottom: 125px;
  background: #1278b5;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

/** Header: Subpage **/
.subhead {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.subhead h1 {
  color: #fff;
  font-size: 60px;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
  margin-top: 250px;
  position: relative;
  z-index: 101;
}

.subhead.floorplan h1 {
  margin-top: 200px;
}

.subhead.floorplan h2 {
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
  font-size: 36px;
  color: #fff;
}

.subhead.floorplan h2.location {
  margin-top: -10px;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
}

.subhead.spec {
  color: #fff;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
}

.subhead.spec h1 {
  margin-top: 160px;
}

.subhead.spec h2.location {
  font-size: 36px;
  margin-top: -10px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
  padding-bottom: 1em;
}

.subhead.spec h2.location a {
  color: inherit;
}

.subhead.spec .price {
  font-size: 60px;
}

.subhead.spec .available {
  background: rgba(255, 203, 5, 0.75);
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-family: "Lato Italic", Helvetica, sans-serif;
  font-size: 24px;
  text-shadow: none;
  height: 50px;
  padding-top: 3px;
}

.subhead.spec img.model_home_banner {
  width: 400px;
}

/** Communities **/
.map-wrapper {
  position: fixed;
  z-index: 1;
  width: 41.7%;
  left: 0;
  right: 0;
  bottom: 0;
}

.info_window {
  width: 250px;
  font-size: 14px;
  color: #494849;
  padding: 5px;
  margin-left: -20px;
  background: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.info_window h3 {
  color: #72993e;
  font-size: 16px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  margin-top: 0px;
}

.info_window:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: visible;
}

.info_window:after {
  border-width: 15px;
  border-top-color: white;
  right: 116px;
  bottom: -30px;
}

.info_window .prevprice {
  font-size: 14px;
}

.sorry-text {
  font-size: 18px;
}

.container.full.locations {
  position: relative;
  margin-top: 125px;
}

#communities-map {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.mapinfo-community h3 {
  margin-bottom: 0px;
}

.mapinfo-community .model-home {
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  color: #1278b5;
  font-size: 14px;
}

.mapinfo div.img {
  height: 90px !important;
  position: relative;
}

.communities {
  margin-top: 125px;
}

.communities.content {
  position: relative;
  z-index: 50;
  background: url("../images/graph_bg_green.jpg");
  margin-top: 0px;
  background-size: cover;
  font-size: 20px;
  padding: 40px 0;
}

.communities.content h1,
.communities.content .pseudo-h1 {
  font-size: 48px;
  color: #1278b5;
}

.row3 div,
.row2 div {
  height: 202px !important;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 89.5px;
  z-index: 100;
  border-top: 0;
  width: 58.5%;
  left: 41.6%;
}

.stickypad {
  margin-top: 6em;
  border: 1px solid transparent;
}

.small_break {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 20px;
}

.wrap-bar {
  background-color: #fff;
}

.locations-list {
  height: auto;
  overflow: visible;
}

.locations-list h1,
.locations-list .pseudo-h1 {
  color: #1278b5;
  margin-top: 40px;
}

.locations-list .green-bar,
.locations-list .blue-bar {
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
}

.locations-list .green-bar .selection,
.locations-list .blue-bar .selection {
  margin: 0 auto;
  display: inline-block;
}

.locations-list .green-bar .bt.toggle,
.locations-list .blue-bar .bt.toggle {
  height: 40px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 0;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 2px;
}

.locations-list .green-bar .bt.toggle:hover,
.locations-list .blue-bar .bt.toggle:hover {
  opacity: .8;
}

.locations-list .blue-bar {
  text-align: center;
  margin-bottom: 2px;
  color: #fff;
  background: #1278b5;
}

.locations-list .blue-bar .bt.toggle {
  background: #1278b5;
  background: #599dd5;
}

.locations-list .build-box {
  border: 1px solid transparent;
}

.locations-list .build-box .build_box_default,
.locations-list .build-box .build_box_specs,
.locations-list .build-box .build_box_model_homes {
  padding: 10px;
  border: 2px solid #eec438;
  margin: 20px 0;
}

.locations-list .build-box h1,
.locations-list .build-box .pseudo-h1 {
  color: #1278b5;
  font-size: 30px;
  margin-top: 0px;
  float: left;
}

.locations-list .build-box h3 {
  font-size: 20px;
  float: right;
  color: #a2cf66;
  margin-top: 10px;
}

.locations-list .build-box a {
  text-decoration: underline;
}

.locations-list .bt.toggle {
  min-width: 180px;
}

.locations-list .title_view,
.locations-list .title_sort_by {
  float: left;
  min-width: 90px;
  padding: 0 15px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.locations-list .title_view {
  background-color: #0b537b;
}

.lb_opportunity {
  color: #72993e;
  margin-top: 3px;
  display: block;
  font-size: .9em;
}

.spec_address {
  font-size: .9em;
  line-height: 1.2;
  display: block;
  margin: 5px 0;
}

.listings h1,
.listings h2 {
  color: #72993e;
  margin: 0px;
}

.listings .pseudo-h1 {
  color: #72993e;
  margin: 0px;
}

.listings h1,
.listings .pseudo-h1 {
  font-size: 19px;
}

.listings h2 {
  font-size: 15px;
}

.listings .box {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  /*height: 150px;*/
}

.listings .box:hover {
  background: #f2f2f2;
}

.box .top-shadow {
  opacity: 0;
}

.box:hover {
  cursor: pointer;
}

.box:hover .top-shadow {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.iw_model {
  color: #1278b5;
  font-style: italic;
  display: block;
  margin: 5px 0;
}

.bbcard .top-shadow {
  position: absolute;
  background: url("../images/bottom_shadow.png");
  background-repeat: repeat-x;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bbcard .top-shadow .plan-name {
  font-size: 1.5em;
  color: #fff;
  padding-bottom: 5px;
}

.photo.top-shadow {
  position: absolute;
  background: url("../images/top_shadow.png");
  background-repeat: repeat-x;
  width: 100%;
  top: 0px;
  height: 100%;
}

.plan_elevations .photo.shadow {
  position: absolute;
  bottom: 0;
  margin-top: auto;
  height: 65px;
}

.box div.img {
  height: 130px;
  background-position: center !important;
  background-size: cover !important;
}

/** Community Detail **/
#community-map {
  height: 450px;
  width: 100%;
}

.mapinfo-community h3 {
  font-size: 17px;
  color: #72993e;
  margin-top: 0px;
}

.mapinfo-community .price {
  font-size: 14px;
}

.bbcard.move-in {
  margin-bottom: 20px;
}

.bbcard.move-in .photo {
  height: 200px;
  border: 3px solid #fff;
  width: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.place-icon {
  width: 25px;
  float: left;
  margin-right: 10px;
}

.place-icon img {
  width: 100%;
}

h6.infowin-title {
  float: right;
}

div.map-filter:hover {
  cursor: pointer;
  color: #a2cf66;
  background: rgba(255, 255, 255, 0.85);
}

.full_size {
  height: 405px;
  width: 100%;
}

.half_size {
  height: 202px;
  width: 100%;
  border-bottom: 4px solid #fff;
}

.column {
  height: 405px;
  width: 100%;
}

.gallery-photos {
  height: 405px;
  margin-top: -5px;
  overflow: hidden;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.gallery-photos div.previous,
.gallery-photos div.next {
  position: relative;
  z-index: 999;
  margin-top: -245px;
  -webkit-box-shadow: 1px 1px 5px #484849;
          box-shadow: 1px 1px 5px #484849;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
}

.gallery-photos .item a img {
  border: 5px solid #fff;
}

.gallery-photos .item.row4 img {
  height: 405px;
}

.gallery-photos .owl-carousel.owl-loaded {
  height: 410px;
}

.owl-carousel .owl-item img {
  height: 200px;
}

#model-home-key {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1278b5;
  padding: 5px 10px 5px 35px;
  border: 1px solid #fff;
  margin-top: 5%;
  margin-right: 5%;
}

#model-home-key:before {
  content: '';
  background-image: url("../images/model_home_icon.png");
  position: absolute;
  top: -10px;
  left: -25px;
  right: 0;
  width: 51px;
  height: 51px;
}

.marker-key {
  background: rgba(255, 255, 255, 0.85);
  width: 180px;
  float: left;
  height: 150px;
  margin-top: -450px;
  position: relative;
  margin-left: 20px;
  font-size: 18px;
}

.marker-key .block {
  height: 48px;
  line-height: 48px;
  color: #0b537b;
  margin-left: 20px;
}

.community-map-info {
  background: rgba(255, 255, 255, 0.65);
  width: 260px;
  float: right;
  height: 450px;
  margin-top: -450px;
  position: relative;
  overflow: hidden;
}

.community-options div {
  font-size: 26px;
  line-height: 75px;
  color: #1278b5;
  padding-left: 15%;
}

.community-options div i {
  margin-right: 10px;
}

.community-options div.active {
  color: #a2cf66;
  background: rgba(255, 255, 255, 0.85);
}

.subhead.community {
  height: 600px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.subhead.community h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
}

.subhead.community h1 div {
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
}

.subhead.community .home-buttons {
  margin-top: 100px;
}

.subhead.community .bt.blue-border {
  width: 230px;
  margin: 0 40px;
}

.community .color-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
}

.community .heart {
  margin: -35px auto -39px;
}

.community .featured {
  padding: 0 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.community .featured h1,
.community .featured .pseudo-h1 {
  color: #a2cf66;
  font-size: 34px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-weight: bold;
  color: #1278b5;
}

.community .featured p {
  font-size: 24px;
}

.community .spec-plans-wrap {
  background: #fff;
}

.community .hvr-float-shadow,
.community .hvr-shadow-radial {
  display: block;
}

.community .spec-plans {
  padding-top: 45px;
  background: url(../images/sq_bg.png);
  background-repeat: repeat;
}

.community .max {
  height: auto !important;
}

.community .community-info {
  color: #fff;
  font-size: 18px;
  padding: 30px;
  width: 100%;
  background: #1278b3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1278b3), color-stop(100%, #276897));
  background: -webkit-gradient(linear, left top, left bottom, from(#1278b3), to(#276897));
  background: linear-gradient(to bottom, #1278b3 0%, #276897 100%);
  display: inline-block;
}

.community .community-info h1 {
  font-size: 28px;
  font-family: "Lato Italic", Helvetica, sans-serif;
  margin-top: 5px;
}

.community .community-info h2 {
  font-size: 24px;
  margin-top: 5px;
}

.community .community-info ul {
  text-align: left;
  width: 80%;
  margin: 20px auto;
  overflow: auto;
}

.community .community-info ul li {
  width: 50%;
  float: left;
}

.community .community-info .contact-info {
  font-size: 20px;
}

.community .community-info .contact-info a {
  color: #fff;
}

.community .community-info .blue-border-left {
  border-left: 2px solid #7094c0;
}

.community .anchor {
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

.community .city-info {
  background: url(../images/city_default_bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 24px;
  display: inline-block;
}

.community .city-info h1,
.community .city-info .pseudo-h1 {
  font-size: 30px;
  margin-top: 0px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  text-transform: uppercase;
}

.white-overlay {
  background: url(../images/white_overlay.png);
  height: 160px;
  margin-top: -188px;
  background-repeat: repeat;
  position: relative;
  z-index: 100;
}

/** Contact Us **/
.contact-us h1 {
  font-size: 24px;
  color: #1278b5;
  font-family: "Lato Italic", Helvetica, sans-serif;
  margin: 40px 0;
}

.contact-us h2 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #1278b5;
  font-size: 24px;
  margin-top: 0px;
}

.contact-us .contact-info {
  font-size: 20px;
}

.contact-us blockquote {
  font-size: 16px;
}

label {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

#contact-map {
  width: 100%;
  height: 400px;
}

/** Warranty Request **/
.contact-us .disclaimer {
  font-size: 14px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  margin: 20px 0;
}

/** Refer a Friend **/
.contact-us h1.refer {
  margin: 40px 0 20px;
}

.contact-us hr.form-break {
  border-top: 1px solid #f2f2f2;
}

/** Register Your Buyers Modal **/
#RegisterBuyers h1 {
  color: #a2cf66;
  margin-top: 10px;
  font-size: 36px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

#RegisterBuyers h2 {
  color: #1278b5;
  font-size: 24px;
}

#RegisterBuyers .disclaimer {
  font-size: 14px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  margin: 20px 0;
}

#RegisterBuyers .form-control.default::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  color: #494849;
}

#RegisterBuyers .form-control.default:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #494849;
}

#RegisterBuyers .form-control.default::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #494849;
}

#RegisterBuyers .form-control.default:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #494849;
}

#RegisterBuyers .modal-dialog {
  width: 800px;
}

#RegisterBuyers ul.city-list {
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
}

#RegisterBuyers ul.city-list li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

/** 404 & 500 **/
.subhead.four-oh-four {
  background-position: 100% 100%;
}

.wysiwyg {
  font-size: 17px !important;
}

.wysiwyg .tc ol {
  list-style-position: inside;
  font-weight: bold;
}

.wysiwyg .tc ol p {
  font-weight: normal;
}

.general-page.four-oh-four {
  background: url("../images/sq_bg.png");
  background-repeat: repeat;
}

.general-page.four-oh-four .content {
  font-size: 26px;
  color: #1278b5;
}

.general-page.four-oh-four .content h1 {
  color: #a2cf66;
  font-size: 24px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.general-page.four-oh-four .content ul {
  list-style-type: none;
  font-size: 18px;
  padding-left: 0px;
  color: #494849;
}

.general-page.four-oh-four .content ul li a {
  text-decoration: none;
  color: #494849;
}

.general-page.four-oh-four .content ul li a:hover {
  text-decoration: underline;
}

/** Masonry - Locations List (Map & 404 Page)**/
.location-list {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem;
  width: 100%;
}

.location-list.list-group {
  padding-left: 33%;
}

.four-oh-four .location-list {
  margin: 0.25rem;
  padding: 0.25rem;
}

.four-oh-four .location-list.list-group {
  padding-left: 33%;
}

.four-oh-four .location-list.list-group h1 {
  margin-top: 1rem;
}

.list.row {
  column-width: 12em;
  -moz-column-width: 12em;
  -webkit-column-width: 12em;
  column-gap: 1em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}

/** We Love Realtors **/
.subhead.realtors h1 {
  margin-top: 225px;
}

.subhead.realtors .header-buttons {
  margin-top: 25px;
}

.subhead.realtors .header-buttons a {
  cursor: pointer;
}

.subhead.realtors .login {
  width: 130px;
}

.subhead.realtors .bt.blue-border {
  margin: 0 15px;
}

.container.realtors .coop {
  background: #a2cf66;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  line-height: 50px;
}

.container.realtors h1 {
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #1278b5;
}

.container.realtors h2 {
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #1278b5;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.container.realtors ul {
  font-size: 24px;
}

.container.realtors .or {
  font-size: 24px;
  padding: 10px;
  width: 50px;
  margin: 0 auto;
  margin-top: -43px;
  background: #fff;
}

.container.realtors .modal-footer {
  margin-top: 50px;
  padding: 15px 0;
}

/** Customer Dashboard **/
.dashboard h1 {
  font-size: 36px;
  color: #a2cf66;
  font-family: "Lato Italic", Helvetica, sans-serif;
  margin-top: 0px;
}

.dashboard .recommended {
  background: #a2cf66;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0;
}

.dashboard .heart {
  height: auto;
  width: auto;
  margin: -16px auto;
  background: transparent;
  color: #c82127;
  font-size: 35px;
  position: relative;
  z-index: 100;
}

.dashboard .heart:hover {
  cursor: pointer;
}

.dashboard .heart a {
  color: #c82127;
}

.dashboard .heart .fa {
  line-height: 74px;
}

.dashboard .heart-white {
  font-size: 42px;
  color: #fff;
  margin-top: -74px;
}

.dashboard .bbcard.plans {
  min-height: 465px;
  margin-bottom: 20px;
}

.dashboard .bbcard.plans .caption {
  font-size: 28px;
  line-height: 26px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  height: 50px;
  top: -75px;
  position: relative;
  z-index: 100;
  display: table-cell;
  vertical-align: bottom;
  width: 500px;
}

/*.dashboard .recommended {
    margin-top: -50px;
    margin-bottom: 50px;
}*/
.dashboard .photo-shadow {
  height: 85px;
  bottom: 30px;
}

.dashboard .heart {
  margin: -50px auto;
}

/** Slideshow **/
.homepage-slides {
  margin-top: -268px;
  min-height: 100%;
  overflow: hidden;
  height: 700px;
  z-index: 100 !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-image: url(../images/preloader-atom.gif);
  background-attachment: fixed;
  background-position: center;
}

.slick-dots li button {
  position: relative;
  z-index: 102 !important;
}

.slide {
  height: 100%;
  width: 100%;
}

.slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-slider {
  height: 100%;
  overflow: hidden;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-dots {
  position: relative;
  bottom: -45px;
  margin-top: -100px;
  z-index: 150;
  width: 25%;
  float: left;
  text-align: left;
  left: 5%;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  content: url(../images/white_square.png);
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-dots li button:before {
  content: url(../images/white_empty_square.png);
  opacity: 1;
  filter: alpha(opacity=100);
}

.container.full {
  width: 100%;
  position: absolute;
}

.container.full-width {
  width: 100%;
}

.home.title {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 48px;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 102;
  margin-top: 200px;
}

/** Homepage Featured **/
#featured {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.featured-section {
  padding: 20px 0;
  background: url(../images/sq_bg.png);
  background-repeat: repeat;
}

.featured.title {
  color: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  text-align: center;
  left: 1%;
  width: 98%;
  bottom: 65px;
  padding: 0 15px;
}

.featured .photo {
  background-size: cover;
  background-position: center;
}

.featured .photo:before {
  content: "";
  background-size: 260px 100%;
  display: block;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-image: url(../images/featured_shadow.png);
}

.featured-homepage .photo {
  background-size: cover;
  background-position: center;
}

.featured-homepage .photo:before {
  content: "";
  background-size: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-image: url(../images/featured_shadow.png);
}

/** Homepage Map **/
#home-map {
  height: 560px;
}

.loc-homepage {
  background: url(../images/blue_map_overlay.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 60%;
  height: 560px;
  margin-top: -560px;
  position: relative;
  overflow: hidden;
}

div.link:hover {
  cursor: pointer;
}

/** Map Infowindow **/
#home-map .gm-style-iw {
  min-height: 100px;
  max-height: 100px;
  height: auto;
  left: 9px !important;
  bottom: 12px !important;
  position: relative;
}

#home-map .gm-style-iw-t {
  position: relative;
}

#home-map .gm-style-iw-t::after {
  top: 7px;
  left: -2px;
}

#home-map .gm-style .gm-style-iw-d::-webkit-scrollbar {
  height: 0 !important;
}

#home-map .mapinfo div.img {
  margin-right: 10px !important;
}

#home-map .gm-style-iw-t.custom-iw {
  height: 0;
}

.infoBox > img {
  margin: 36px 10px 2px 2px !important;
}

.mapinfo {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.mapinfo h3 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 16px;
  color: #494849;
  margin-top: 0px;
}

.mapinfo img {
  float: left;
  margin-right: 10px;
  width: 40%;
  height: 90px;
}

.mapinfo .content {
  float: left;
  width: 55%;
}

.mapinfo .prevprice {
  font-size: 14px;
}

.custom-iw .gm-style-iw {
  top: 5px !important;
  left: 0px !important;
  margin-left: -5px !important;
  right: 5px !important;
  border-radius: 0px !important;
  position: relative;
  border: 1px solid #eec438;
  padding: 5px;
}

.custom-iw > div:first-child > div:nth-child(2) {
  display: none;
}

.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div {
  width: 96.5% !important;
  max-width: 100% !important;
}

.custom-iw,
.custom-iw > div:first-child > div:last-child {
  width: 300px !important;
  border-radius: 0px !important;
}

.custom-iw > div:first-child > div:last-child {
  left: 0 !important;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  z-index: -1 !important;
}

.custom-iw > div:last-child {
  top: 8px !important;
  right: 8px !important;
}

/** Homepage Locations List Map **/
.lm30 {
  margin-left: 30px;
}

.loc-list {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.loc-list .city {
  font-size: 22px;
  color: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.loc-list .community {
  font-size: 16px;
}

.loc-list .community a {
  color: #fff;
  text-decoration: none;
}

.loc-list .community a:hover {
  color: #eec438;
}

/** Homepage Elements of Style **/
.elements {
  width: 100%;
  background: url("../images/elements_bg_new.jpg");
  background-size: cover;
}

.elements .content {
  width: 50%;
  margin-left: 50%;
  padding: 30px 0 30px 0;
}

.elements .content h1,
.elements .content .pseudo-h1 {
  font-size: 52px;
  color: #fff;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
  position: relative;
}

.elements .content ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 34px;
  color: #fff;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
  position: relative;
  margin: 50px 0;
}

.elements .content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  background: rgba(217, 96, 83, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217, 96, 83, 0)), color-stop(100%, rgba(0, 0, 0, 0.52)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 96, 83, 0)), to(rgba(0, 0, 0, 0.52)));
  background: linear-gradient(to right, rgba(217, 96, 83, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
}

/** Homepage Process **/
.process {
  width: 100%;
  background: url("../images/graph_bg_green.jpg");
  background-size: cover;
  height: auto;
  padding-bottom: 35px;
}

.process h2 {
  font-size: 60px;
  color: #1278b5;
  margin-top: 0px;
  padding-top: 45px;
}

.process p.pseudo-h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
}

.process h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.process .icon img {
  float: left;
  margin-right: 10px;
}

.process .content {
  font-size: 22px;
  width: 75%;
  margin: 0 auto;
}

.process .bt.trans-blue {
  margin-top: 0px;
}

.process .columns {
  width: 95%;
  margin: 35px 5%;
}

.process .columns .col-sm-6 {
  min-height: 120px;
  max-height: 200px;
  height: auto;
}

.process .fa-trophy {
  color: #9b9898;
  border: 2px solid;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 3em;
  position: relative;
  float: left;
  margin-right: 10px;
}

.process .fa-trophy:before {
  content: "\f091";
  top: 12px;
  position: absolute;
  left: 13px;
}

.red {
  color: red;
}

/** Testimonial **/
.tb-padding {
  padding: 20px 0;
}

.hero_text {
  width: 60%;
  margin: auto;
}

.hero_text h1 {
  margin-top: 185px;
  padding-bottom: 20px;
}

.hero_text p {
  color: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.hero_text .bt.blue {
  background-color: #a2cf66 !important;
  padding: 5px 15px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.hero_text .bt.blue-border {
  border-color: #a2cf66 !important;
  width: auto;
  margin: 2.5em 0;
}

.testimonial .content {
  font-size: 18px !important;
}

.testimonial .content p {
  font-size: 18px !important;
}

.testimonial-single .testimonial {
  width: 100%;
}

.testimonial {
  height: auto;
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  color: #494849;
  font-size: 24px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  border: 1px solid #a2cf66;
}

.testimonial .content {
  width: 96%;
  margin: 0 auto !important;
}

.testimonial:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 42px;
  color: #a2cf66;
  margin-top: -13px;
  position: absolute;
  background-color: #fff;
  margin-left: -45px;
  padding: 5px;
}

.testimonial:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 42px;
  color: #a2cf66;
  float: right;
  margin-right: -45px;
  margin-top: -56px;
  background-color: #fff;
  padding: 5px;
}

.sig {
  color: #a2cf66;
  font-size: 28px;
  width: 90%;
  text-align: right;
}

.sig img {
  margin-top: -53px;
  margin-right: 20px;
  width: 60px;
  height: 40px;
}

.has_photo {
  margin-bottom: 55px;
}

.has_photo .testimonial {
  position: relative;
}

.has_photo .testimonial .sig {
  position: absolute;
  bottom: -60px;
}

.has_photo .photo_wrap {
  display: inline-block;
  width: 27%;
}

.has_photo .photo_wrap .photo {
  width: 288px;
  height: 290px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.has_photo .testimonial {
  width: 73%;
  display: inline-block;
}

.has_photo .xsmall-break {
  height: 20px;
}

.photo_wrap,
.testimonial {
  vertical-align: middle;
}

.sig_photo {
  text-align: left;
}

.sig_photo img {
  margin-left: 40px;
}

.testimonial_banner {
  height: 548px !important;
}

/** Science Slide **/
.science-slide {
  background: url("../images/science_bg.png");
  background-size: cover;
  font-size: 24px;
  padding-bottom: 40px;
}

.science-slide h1 {
  font-size: 36px;
  margin: 40px 0;
}

.science-slide p {
  font-size: 24px;
}

.science-slide .video {
  margin-top: 40px;
}

/** Contact Form **/
.contact-form {
  background-image: url(../images/sq_bg.png);
  background-repeat: repeat;
  padding-bottom: 50px;
  padding-top: 30px;
}

.contact-form img {
  margin-right: 10px;
  height: 130px;
  width: auto;
}

.contact-form h1,
.contact-form .pseudo-h1 {
  font-size: 42px;
  color: #494849;
  font-family: "Lato Regular", Helvetica, sans-serif;
  margin-bottom: 20px;
}

.contact-form .contact-info {
  font-size: 20px;
  line-height: 32px;
}

.contact-form a {
  color: #1278b5;
}

.contact-form a:hover {
  text-decoration: none;
}

/** Build on Your Lot **/
.build {
  width: 100%;
  background: url("../images/build_bg.jpg");
  background-size: cover;
  height: auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
  color: white !important;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
}

.build h1 {
  font-size: 68px !important;
}

.build span {
  padding-top: 195px;
  color: #000;
  display: inline-block;
  line-height: 0;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
}

.build h2 {
  font-size: 92px;
  color: #fff;
  text-shadow: 1px 1px 4px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=1, offy=1);
  filter: dropshadow(color=#484848, offx=1, offy=1);
  padding-bottom: 40px;
  margin-top: 0px;
}

.build h2.custom {
  font-size: 72px;
}

.build .script {
  font-family: "Jenna Sue", Helvetica, sans-serif;
  font-size: 120px;
}

/** Footer **/
.footer {
  background: #1278b5;
  position: relative;
  z-index: 100;
}

.footer .content {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
}

.footer .content img {
  float: left;
  margin-right: 10px;
}

.footer .content ul {
  list-style-type: none;
  margin-top: 25px;
  font-size: 14px;
}

.footer .content ul li {
  display: inline-block;
  margin: 0 5px;
}

.footer .content ul li a:hover {
  text-decoration: none;
}

.footer .content .copy {
  margin-top: 20px;
}

.footer .content a {
  color: #fff;
}

.footer .content p {
  margin: 20px 0;
  font-size: 13px;
}

.footer .content p a {
  font-weight: bold;
}

.footer .content p a:hover {
  text-decoration: underline;
}

.social i {
  color: #fff;
  font-size: 28px;
  margin: 15px 10px;
}

/** Buttons **/
.home-buttons {
  width: 100%;
  margin: -150px auto 0px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.bt.blue-border {
  border: 2px solid #1278b5;
  width: 260px;
  text-align: center;
  margin: 0 50px;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.bt.blue {
  background-color: #1278b5;
  font-size: 20px;
  color: #fff;
  height: 40px;
  width: auto;
  margin: 5px;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.bt.blue.plans {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: relative;
  z-index: 105;
  margin: 0 auto;
  top: -40px;
  bottom: 0;
  width: 240px;
  cursor: pointer;
}

.bt.blue.plans:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: solid 20px #1278b5;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}

.bt.trans-blue {
  border: 1px solid #1278b5;
  color: #1278b5;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

a:hover .bt.trans-blue {
  color: #fff;
  background-color: #1278b5;
}

.bt.trans-blue.large {
  background-color: transparent;
  height: 40px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.bt.trans-green {
  border: 1px solid #72993e;
  color: #72993e;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 8px;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

a:hover .bt.trans-green {
  color: #fff;
  background-color: #72993e;
}

.bt.trans-green.large {
  background-color: transparent;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
}

.bt.white {
  border: 2px solid #fff;
  color: #fff;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 22px;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
}

.bt.white.gray {
  background-color: rgba(0, 0, 0, 0.25);
}

.bt.toggle {
  cursor: pointer;
  height: 50px;
  float: left;
  padding: 0 20px;
}

.bt.toggle.green {
  background: #a2cf66;
}

.bt.toggle.green.g-active {
  background: #72993e;
}

.bt.toggle.tblue {
  background: #1278b5;
}

.bt.toggle.tblue:hover {
  cursor: pointer;
}

.bt.toggle.tblue.b-active {
  background: #0b537b;
}

a:hover .bt.toggle.tblue {
  background: #0b537b;
}

a .bt.toggle.tblue {
  color: #fff;
}

a:hover .bt.toggle.green {
  background: #72993e;
}

a .bt.toggle.green {
  color: #fff;
}

a.bt.toggle.green,
a.bt.toggle.tblue {
  color: #fff;
}

.nav button.btn-search {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
}

.nav input[type=text] {
  width: 200px;
  margin: 10px 0 15px 15px;
  float: left;
  color: #fff;
}

.nav .border.white {
  float: left;
  margin-top: 10px;
}

.sorry-text .search-box {
  border: 1px solid #1278b5;
  padding: 0px 5px;
  background: none;
}

.sorry-text .search-box::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #1278b5;
}

.sorry-text .search-box:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1278b5;
  opacity: 1;
}

.sorry-text .search-box::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1278b5;
  opacity: 1;
}

.sorry-text .search-box:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1278b5;
}

.redo-search {
  width: 100%;
  text-align: center;
}

.sorry-text input[type=text] {
  float: none;
  color: #1278b5;
}

.sorry-text .border.white {
  padding: 0px;
  float: none;
  display: inline;
}

.sorry-text button.btn-search {
  border: 1px solid #1278b5;
  background-color: transparent;
  color: #1278b5;
  padding: 0px 5px;
  margin-top: -1px;
  margin-left: -1px;
}

ul.nav-tabs li.green {
  background-color: #a2cf66;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  float: left;
  width: 100px;
  cursor: pointer;
}

ul.nav-tabs li.green a {
  color: #fff;
}

ul.nav-tabs li.green.active {
  background-color: #72993e;
  height: 50px;
  line-height: 50px;
  margin-top: -10px;
}

.tabbable .nav-tabs > li.active > a,
.tabbable .nav-tabs > li.active > a:focus,
.tabbable .nav-tabs > li.active > a:hover,
.tabbable .nav-tabs > li > a:hover {
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  border-bottom-color: transparent;
}

.tabbable .nav > li > a {
  padding: 0px;
  line-height: inherit;
}

.tabbable .nav > li > a:focus,
.tabbable .nav > li > a:hover {
  background-color: transparent;
}

/** Homepage Arrow **/
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.down-arrow {
  width: 59px;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

/** General Page **/
.general-page .pseudo-h1,
.general-page .pseudo-h2,
.general-page .pseudo-h3,
.general-page .pseudo-h4,
.general-page .pseudo-h5,
.general-page .pseudo-h6,
.wysiwyg .pseudo-h1,
.wysiwyg .pseudo-h2,
.wysiwyg .pseudo-h3,
.wysiwyg .pseudo-h4,
.wysiwyg .pseudo-h5,
.wysiwyg .pseudo-h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.general-page .pseudo-h1,
.general-page .pseudo-h2,
.general-page .pseudo-h3,
.wysiwyg .pseudo-h1,
.wysiwyg .pseudo-h2,
.wysiwyg .pseudo-h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.general-page .pseudo-h4,
.general-page .pseudo-h5,
.general-page .pseudo-h6,
.wysiwyg .pseudo-h4,
.wysiwyg .pseudo-h5,
.wysiwyg .pseudo-h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.general-page .pseudo-h1,
.wysiwyg .pseudo-h1 {
  font-size: 32px;
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #1278b5;
}

.general-page .pseudo-h2,
.wysiwyg .pseudo-h2 {
  font-size: 24px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  color: #1278b5;
}

.general-page .pseudo-h3,
.wysiwyg .pseudo-h3 {
  font-size: 24px;
}

.general-page .pseudo-h4,
.wysiwyg .pseudo-h4 {
  font-size: 18px;
}

.general-page .pseudo-h5,
.wysiwyg .pseudo-h5 {
  font-size: 14px;
}

.general-page .pseudo-h6,
.wysiwyg .pseudo-h6 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .general-page-template .general-page-subhead {
    margin-top: 50px;
  }
  .general-page .pseudo-h1,
  .wysiwyg .pseudo-h1 {
    font-size: 20px !important;
  }
  .general-page .pseudo-h2,
  .wysiwyg .pseudo-h2 {
    font-size: 18px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .general-page .pseudo-h1,
  .wysiwyg .pseudo-h1 {
    font-size: 24px;
  }
}

.general-page {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.general-page .content {
  margin: 50px 0;
  font-size: 16px;
}

.general-page .content img.pull-right {
  margin: 0 0 10px 15px;
}

.general-page .content img.pull-left {
  margin: 0 15px 10px 0;
}

.general-page .content a {
  color: #72993e;
  text-decoration: underline;
}

.general-page .content h1 {
  font-size: 32px;
  color: #1278b5;
  font-family: "Lato Italic", Helvetica, sans-serif;
}

.general-page .content h2 {
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  color: #1278b5;
  font-size: 24px;
}

.general-page .content figure.left {
  float: left;
  margin: 10px 10px 10px 0;
}

.general-page .content figure.right {
  float: right;
  margin: 10px 0px 10px 10px;
}

.general-page .content figcaption {
  font-size: 12px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  color: #7f7f7f;
  text-align: center;
  margin-top: 5px;
}

/** Baseball Card **/
.col-centered {
  float: none;
  margin: 0 auto;
}

.featured-section {
  font-size: 18px;
}

.featured-section.spec h1 {
  font-size: 30px;
}

.featured-section.spec ul {
  text-align: left;
  width: 60%;
  margin: 20px auto;
  overflow: auto;
}

.featured-section.spec ul li {
  width: 45%;
  float: left;
  margin-right: 30px;
}

.mp_card {
  border: 1px solid #1278b5 !important;
  padding: 0 !important;
}

.mp_card .photo > span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 15px;
  background: #1278b5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  z-index: 51;
}

.mp_card .fa-trophy {
  color: #fecc41;
}

.mp_card .price {
  color: #a2cf66 !important;
}

.mp_card .bt.trans-blue.large {
  margin-bottom: 25px;
}

.mp_card .mp_name {
  color: #1278b5;
  margin-bottom: 5px;
  font-size: 25px;
}

.mp_card .mp_name img {
  margin: 0 5px;
  width: 29px;
}

.mp_card .lot-text {
  font-size: 14px;
  padding: 0 5px;
  margin: -7px 0 5px;
}

.mp_card .lot-text .fa-info {
  background: #0b77bf;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 5px;
}

.mp_card .lot-text .tooltip-inner {
  background-color: #0b77bf;
  color: #fff;
}

.mp_card .lot-text .tooltip-inner b {
  font-weight: bold !important;
}

.mp_card .lot-text .tooltip-arrow {
  border-top-color: #0b77bf;
}

.plan-award-wrap {
  text-align: center;
  background-color: #1278b5;
  padding: 1em 0;
}

.plan-award-wrap a {
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #eec438;
  font-size: 25px;
}

.plan-award-wrap img {
  margin-right: 5px;
}

.awards_desc {
  padding: 15px;
  text-align: center;
  background-color: #0b77bf;
  color: #fff;
}

.awards_desc .awards_title {
  color: #fecc41;
  font-family: "Lato Italic", Helvetica, sans-serif;
  font-size: 25px;
}

.awards_desc .awards_title img {
  margin-right: 5px;
}

.awards_desc p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.bbcard {
  border: 2px solid #72993e;
  overflow: auto;
}

.bbcard .blue {
  color: #1278b5;
}

.bbcard .bt.trans-blue {
  font-size: 16px;
}

.bbcard .bt.trans-blue.large {
  font-size: 20px;
  margin-top: 10px;
}

.bbcard .photo {
  float: left;
  padding: 4px;
  background: #fff;
}

.bbcard .info .price {
  font-size: 24px;
  color: #1278b5;
}

.bbcard .info .content {
  margin-left: 30px;
  font-size: 18px;
  float: left;
  color: #494849;
}

.bbcard h1,
.bbcard .pseudo-h1 {
  color: #fff;
  width: 100%;
  background: #72993e;
  height: 34px;
  line-height: 32px;
  margin-top: 0px;
  font-size: 20px !important;
  font-family: "Lato Regular", Helvetica, sans-serif !important;
  text-transform: uppercase;
}

.bbcard.specs {
  border: 0;
  margin-bottom: 40px;
  padding: 5px;
  min-height: 202px;
}

.bbcard.specs:hover {
  background: #f2f2f2;
}

.bbcard.specs .photo {
  padding: 0;
}

.bbcard.specs .content {
  font-size: 16px;
  margin-left: 10px;
}

.bbcard.specs .price {
  font-size: 20px;
  color: #72993e;
  line-height: 24px;
}

.bbcard.specs .caption {
  color: #fff;
  margin-top: -54px;
  position: relative;
  z-index: 100;
  font-size: 20px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.bbcard.specs .subcaption {
  color: #fff;
  position: relative;
  z-index: 100;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

.bbcard.plans {
  border: 1px solid #1278b5;
  padding: 5px;
}

.bbcard.plans:hover {
  background: #f2f2f2;
}

.bbcard.plans a .photo {
  background-position: center;
  background-size: cover;
}

.bbcard.plans .photo {
  padding: 0;
  float: none;
  height: 265px;
}

.bbcard.plans .content {
  font-size: 20px;
  float: none;
  margin: 15px 0 10px;
}

.bbcard.plans .price {
  font-size: 22px;
  color: #1278b5;
  line-height: 24px;
  margin-bottom: 5px;
}

.bbcard.plans .caption {
  font-size: 32px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
  margin-top: -55px;
}

.under-contract {
  background: rgba(200, 33, 39, 0.75) !important;
}

.under_contract {
  border: 2px solid #c82127;
}

.under_contract .info h1,
.under_contract .pseudo-h1 {
  background: #c82127 !important;
}

/** Floorplan Detail **/
.science-slide .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.science-slide .video-container iframe,
.science-slide .video-container object,
.science-slide .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.green-bar {
  height: 50px;
  background: #a2cf66;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

.right-border {
  border-right: 2px solid #72993e;
}

.featured-section h1 {
  font-size: 24px;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
}

.floorplans .photo {
  height: 200px;
  background-size: cover;
  background-position: center;
  border: 1px solid #1278b5;
  margin-bottom: 10px;
}

.floorplan-buttons {
  margin: 40px 0;
}

.floorplan-buttons .bt {
  margin: 0px 18px;
}

.floorplans h1,
.elevations h1 {
  font-size: 36px;
  color: #1278b5;
}

.floorplans img.bordered,
.elevations img.bordered {
  border: 1px solid #1278b5;
}

.floorplans hr.blue,
.elevations hr.blue {
  border-top: 1px solid #1278b5;
  border-bottom: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.img-wrap .caption {
  height: auto !important;
  bottom: 8%;
  width: 90%;
  left: 5%;
}

.elevations img {
  border: 0;
}

.elevations .caption {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #fff;
  line-height: 24px;
  width: 92%;
  height: 40px;
  margin-top: -40px;
  bottom: 8%;
  position: absolute;
  z-index: 100;
  font-size: 22px;
}

.elevations a.caption:hover {
  text-decoration: none;
}

.elevations .hover {
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  margin-top: -214px;
  height: 214px;
  z-index: 200;
}

.photo.shadow {
  position: relative;
  background: url("../images/photo_shadow.png");
  background-repeat: repeat-x;
  width: 100%;
  margin-top: -65px;
  height: 65px;
  z-index: 50;
}

.photo-shadow {
  height: 65px;
  background: url("../images/photo_shadow.png");
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 50;
}

.heart {
  height: 74px;
  width: 74px;
  background: url("../images/heart_bg.png");
  background-repeat: no-repeat;
  margin: -10px auto;
  color: #c82127;
  font-size: 42px;
  position: relative;
  z-index: 10;
}

.heart a {
  color: #c82127;
  cursor: pointer;
}

.heart .fa {
  line-height: 74px;
}

/** Video Pages **/
.subhead.videos {
  height: 300px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

.subhead.videos h1 {
  margin-top: 190px;
}

.videos .blue-bg {
  background: #1278b5;
  color: #fff;
}

ul.video-list {
  font-size: 24px;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
}

ul.video-list a {
  color: #fff;
}

ul.video-list a li:hover {
  background: #0b537b;
  color: #fff;
  cursor: pointer;
}

ul.video-list a.active li {
  background: #0b537b;
}

ul.video-list li {
  height: 60px;
  line-height: 58px;
  padding-left: 40px;
}

.all-videos {
  background: url("../images/graph_bg_blue.png");
  background-size: cover;
  padding: 50px 0;
}

.all-videos h1 {
  color: #72993e;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.floating-list {
  margin: 40px 0 0 75px;
}

.floating-list img.icon {
  float: left;
  margin: -10px 10px 0 -40px;
}

.floating-list ul {
  list-style-type: none;
  padding-left: 40px;
}

.floating-list ul li {
  font-size: 24px;
}

.floating-list ul li a {
  color: #494849;
}

.floating-list ul li a:hover {
  text-decoration: underline;
}

.row.videos {
  background: url("../images/sq_bg.png");
  background-repeat: repeat;
}

.row.videos h1 {
  color: #1278b5;
  font-family: "Lato Italic", Helvetica, sans-serif;
  font-size: 24px;
}

.row.videos .content {
  margin: 50px 0;
  font-size: 18px;
}

.row.videos .content a {
  color: #72993e;
  text-decoration: underline;
}

.video-display {
  margin: 42px 0px;
}

/** Single Video Page **/
.subhead.single-video {
  height: 300px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

.subhead.single-video h3 {
  margin-top: 150px;
  color: #fff;
  font-size: 28px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  text-shadow: 2px 2px 2px #494849;
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
}

.subhead.single-video h1 {
  margin-top: 0px;
}

.subhead.single-video h3,
.subhead.single-video h1 {
  position: relative;
  z-index: 100;
}

ul.single-video-list {
  font-size: 24px;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
}

ul.single-video-list a {
  color: #fff;
}

ul.single-video-list a li:hover {
  background: #0b537b;
  color: #fff;
  cursor: pointer;
}

ul.single-video-list a.active li {
  background: #0b537b;
}

ul.single-video-list li {
  height: 38px;
  line-height: 34px;
  padding-left: 40px;
}

div.previous,
div.next {
  display: inline-block;
  color: #b5b2b2;
  font-size: 36px;
  margin: -48px 10px 0;
}

.row.single-video {
  background: url("../images/sq_bg.png");
  background-repeat: repeat;
}

.row.single-video .video-display {
  margin: 50px 0px 25px;
}

.row.single-video .video-display .slick-slide {
  margin: 0 30px 0 0 !important;
}

.row.single-video .blue-bg {
  background: #1278b5;
  height: 460px;
}

.video-icon {
  margin-top: -35px;
  margin-bottom: -37px;
}

a .green-link {
  color: #fff;
}

/** Bills Page **/
img.bills {
  margin-bottom: 20px;
  border: 1px solid #0b77bf;
}

.bills {
  color: #72993e;
  font-family: "Lato Light Italic", Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}

.bills i {
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.calc .content {
  font-size: 24px;
  color: #1278b5;
  font-family: "Lato Italic", Helvetica, sans-serif;
  line-height: 28px;
}

.higher {
  font-size: 12px;
  color: #0b537b;
}

.arrow.gray {
  font-size: 62px;
  color: #d1cfce;
  margin: 40px 0;
}

.content .estimate h1 {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 24px;
  color: #494849;
  margin-bottom: 20px;
}

.content .estimate p {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #1278b5;
  font-size: 18px;
}

.green.italic {
  color: #72993e;
  font-family: "Lato Italic", Helvetica, sans-serif;
}

.estimate label {
  font-size: 30px;
  color: #1278b5;
  font-family: "Lato Regular", Helvetica, sans-serif;
  line-height: 37px;
}

.estimate .form-control.default.green {
  color: #72993e;
}

.results {
  color: #494849;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 20px;
}

/** Interactive House Page **/
h1.house {
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #494849;
  font-size: 26px;
}

.blue-box {
  border: 1px solid #1278b5;
  padding: 10px 10px 10px 30px;
  color: #1278b5;
  font-size: 20px;
}

.blue-box h1 {
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.mobile-list {
  display: none;
}

.right-side {
  position: relative;
  z-index: 40;
  background: #fff;
  overflow: hidden;
}

.hotspot {
  position: absolute;
  z-index: 103;
  width: 3.6%;
  height: 5.2%;
  border-radius: 50px;
  background: #a6d71c;
  color: #000000;
  font-family: "Lato Black", Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 2px #383838;
          box-shadow: 3px 3px 2px #383838;
  border: .15rem solid white;
}

.hotspot:hover {
  background: #95c019;
}

.hotspot .number {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.house.image-text {
  position: absolute;
  z-index: 105;
  margin-top: 40px;
  font-size: 16px;
  width: 450px;
  margin-left: 5%;
}

.house.image-text a {
  border-bottom: 1px solid #337ab7;
}

.house-box {
  background: #fff;
  border-radius: 0px;
  color: #494849;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.house-box .text-center {
  padding-bottom: 10px;
}

.house-box .header {
  background: #a2cf66;
  font-size: 18px;
  font-family: "Lato Italic", Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
}

.house-box .bt-over {
  position: absolute;
  width: 60px;
  margin: 33px 23%;
}

.house-box p {
  line-height: 16px !important;
  font-size: 14px !important;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.litetooltip-wrapper .tooltip-arrow.top,
.litetooltip-wrapper .tooltip-arrow.top-right,
.litetooltip-wrapper .tooltip-arrow.bottom,
.litetooltip-wrapper .tooltip-arrow.top-left {
  display: none !important;
}

.litetooltip-wrapper .tooltip-content {
  background: #fff !important;
  border-radius: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 0px !important;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 0px !important;
  padding: 0px !important;
  width: 350px;
}

.litetooltip-wrapper.top,
.litetooltip-wrapper.top-left,
.litetooltip-wrapper.top-right,
.litetooltip-wrapper.bottom {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

.litetooltip-wrapper {
  z-index: 110 !important;
}

/** New Homes **/
.section-title {
  font-size: 30px;
  border-right: 4px solid #fff;
}

.width-90 {
  width: 90% !important;
  margin: 0 auto;
}

.subheader {
  font-size: 22px;
  margin: 40px 0;
}

.subheader a {
  color: #72993e;
  text-decoration: underline;
}

.blue-bar {
  height: 50px;
  background: #1278b5;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

/** extra **/
.location-name {
  -webkit-filter: dropshadow(color=#484848, offx=2, offy=2);
  filter: dropshadow(color=#484848, offx=2, offy=2);
}

/** Bootstrap 5 Column Grid **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

header {
  z-index: 999;
}

.onboarding-wrap {
  z-index: 998;
}

.lapaks,
.color_designer_wrap {
  z-index: 997;
}

.lapaks #matterport,
.color_designer_wrap #matterport_1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.matterport_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0b77bf;
}

.matterport_menu .onboarding {
  display: none !important;
}

.matterport_menu .onboarding-extra {
  display: none !important;
}

.matterport_menu .onboarding-wrap {
  display: none !important;
}

.lapaks,
.color_designer_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.no_scroll {
  overflow: hidden !important;
}

.matterport_menu #desktop-menu {
  background-color: #0b77bf;
}

.matterport_menu header {
  height: 120px !important;
  background-color: #0b77bf;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.matterport_menu header .logo {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}

.matterport_menu header nav a {
  line-height: 75px !important;
}

.matterport_menu ul.submenu,
.matterport_menu ul.menu {
  padding-top: 5px !important;
}

.matterport_menu ul.menu {
  padding-top: 2px !important;
}

.matterport_menu ul.menu li {
  padding: 0 10px;
}

.matterport_menu header ul.menu li img {
  margin: -25px -20px 0;
  width: 90%;
}

.close_1 {
  position: absolute;
  z-index: 1;
  top: 123px;
  right: auto;
  left: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1278b5;
  line-height: .5;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  opacity: 1;
  cursor: pointer;
}

#matterport .modal-header .closex,
#matterport_1 .modal-header .closex {
  position: absolute;
  left: 50%;
  z-index: 1;
  font-family: "Lato Regular", Helvetica, sans-serif;
  background-color: #fff;
  font-size: 1.4em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -os-transform: translate(-50%, 0);
  top: 120px;
  padding: 10px 15px;
  border: 0;
}

#matterport .modal-header .closex {
  top: 120px;
}

#matterport_1 .modal-header .closex {
  top: 140px;
}

#matterport .modal-dialog,
#matterport_1 .modal-dialog {
  height: 100%;
  width: 100%;
}

#matterport .modal-dialog .modal-content,
#matterport_1 .modal-dialog .modal-content {
  height: 100%;
}

#matterport .modal-dialog,
#matterport_1 .modal-dialog {
  position: absolute;
}

#matterport .modal-body,
#matterport_1 .modal-body {
  padding: 0 !important;
  height: 100%;
}

#matterport .modal-open,
#matterport_1 .modal-open {
  overflow-y: hidden !important;
}

#matterport iframe,
#matterport_1 iframe {
  height: 100%;
  padding-top: 120px;
}

#matterport .modal-menu,
#matterport_1 .modal-menu {
  height: 90px;
  background-color: #0b77bf;
}

.floorplan-buttons a:focus {
  outline: none;
}

.floorplan-buttons .heart {
  background-image: none;
  width: auto;
  background: none;
  display: inline-block;
}

.floorplan-buttons .heart .fa {
  line-height: 1;
}

.vt_text {
  display: none;
}

.matterport-wrap {
  display: none;
}

.whole_house .subhead {
  background-color: #383838;
  min-height: inherit;
  height: inherit;
}

.whole_house .subhead p {
  font-size: 20px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.whole_house .subhead p a {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: inherit;
}

.whole_house .subhead h1 {
  margin-top: 165px;
  color: #9cdaf0;
  padding: 0 15px;
}

.whole_house .subhead h1 span {
  color: #fff;
}

.whole_house .home-buttons {
  margin: 0;
  margin-bottom: 1.5em;
}

.beach_home .subhead {
  position: relative;
}

.beach_home small {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
}

.contact-wrap {
  width: 81%;
  margin: 0 auto 1em;
}

.contact-wrap .appt-time {
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  color: #494849;
  background-color: transparent;
  background-image: none;
  border: 1px solid #494849;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../images/select_arrow_ie.png") no-repeat 95% 50%;
}

.contact-wrap .form-group-message {
  font-size: 16px;
}

.contact-wrap p {
  padding: 0 15px;
}

.contact-wrap form button {
  width: 100%;
}

.soon_overlay {
  background-color: rgba(29, 119, 176, 0.8);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 3px 0 3px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  letter-spacing: 1px;
}

.soon_green {
  background-color: rgba(162, 207, 102, 0.9) !important;
}

.sold_contract {
  background-color: rgba(200, 33, 39, 0.8) !important;
}

h1.under_contract {
  border: 1px solid #c82127;
  border-left: 10px solid #c82127;
  border-right: 10px solid #c82127;
  padding: 15px;
  margin-bottom: 35px;
}

.uc_red {
  color: #c82127;
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.uc_days,
.uc_link {
  font-family: "Lato Regular", Helvetica, sans-serif;
}

.mapinfo .soon_overlay {
  font-size: .7em;
}

.android_zidx {
  z-index: -1;
}

.lb_overlay,
#lightboxOverlay {
  z-index: 999;
}

.lb_max_idx,
.lb-image,
#lightbox,
.lb-outerContainer,
.lb-container,
.lb-image {
  z-index: 9999;
}

.wysiwyg_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.gps_address {
  border: 1px solid #7094bf;
  padding: 15px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 30px;
}

video {
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.accordion {
  position: relative;
  cursor: pointer;
}

li.accordion:after {
  content: '';
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}

li.accordion:before {
  font-family: 'FontAwesome';
  content: '\f101';
  margin-right: 10px;
  color: #a3cf67;
}

li.accordion.active:after {
  content: '';
}

div.panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 15px;
}

div.panel.show {
  opacity: 1;
  max-height: 500px;
}

.awards {
  background-image: url("../images/award_bg.jpg");
  background-repeat: repeat;
  padding: 4em 0 5em;
}

.award_content {
  color: #1879b4;
  padding-bottom: 3em;
}

.featured_awards {
  background-color: #f6f6f6;
}

.award_thumb_lg {
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.award_txt_box {
  min-height: 220px;
  margin-bottom: -10px;
}

.award_title_lg {
  padding: 15px;
  position: relative;
  font-family: "Lato Italic", Helvetica, sans-serif;
  font-weight: bold;
  color: #1278b5;
  font-size: 1.5em;
  display: inline-block;
  margin-top: 1.5em;
  text-decoration: underline;
}

.award_content_lg {
  color: #97c852;
  font-size: 1.2em;
  padding: 0 4em 1em 4em;
}

.featured_awards,
.award_box {
  margin-bottom: 1em;
  text-align: center;
  border: 3px solid #1278b5;
}

.featured_awards img,
.award_box img {
  max-width: 100%;
}

.award_thumb_sm {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.award_title_sm {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #1278b5;
  background-color: #f6f6f6;
  font-size: 1em;
  padding: 1em 15px;
}

/* masterplan page updates start */
.mp_updates {
  /* .listings::-webkit-scrollbar {
        display: none;
    } */
}

.mp_updates .map-wrapper {
  position: relative;
  width: 41.66666667%;
  float: left;
}

.mp_updates .mp_locations {
  margin-top: 0 !important;
  border: 1px solid #a2cf66;
}

.mp_updates .locations-list {
  float: left;
  height: 932px;
  width: 58.33333333%;
}

.mp_updates .locations-list .listings {
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 497px;
  overflow: auto;
}

.mp_updates .text_white {
  color: #fff !important;
}

.mp_updates .mp_title {
  color: #fff !important;
  padding: 25px 0 !important;
  margin: 0 !important;
  font-size: 30px;
  background: #5c9ed3;
}

.mp_updates .locations-list .green-bar .selection {
  margin: 3px auto;
}

.mp_updates .locations-list .green-bar {
  height: 45px;
}

.mp_updates .mp_box {
  margin-top: 15px;
}

.mp_updates .mp_box .box {
  margin: 0;
  background-color: #f2f2f2;
  cursor: default;
  margin-bottom: .5em;
}

.mp_updates .mp_box .box h1 {
  font-size: 30px;
}

.mp_updates .mp_box .box .mp_stat {
  font-size: 20px;
  color: #337ab7;
}

.mp_updates .mp_box .box span {
  display: block;
  margin-top: 5px;
}

.mp_updates .locations-list .mp_build_box .build-box .build_box_default,
.mp_updates .locations-list .mp_build_box .build-box .build_box_specs,
.mp_updates .locations-list .mp_build_box .build-box .build_box_model_homes {
  margin: 0;
}

@media (max-width: 767px) {
  .mp_updates .locations-list {
    width: 100%;
  }
  .mp_updates .locations-list .listings {
    height: auto;
  }
}

.loc-incentive {
  border: 1px solid #000;
  width: 60%;
  margin: 3em auto 0;
}

.loc-incentive h1,
.loc-incentive .pseudo-h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.loc-incentive p {
  margin: 0;
}

.color_designer {
  position: relative;
}

.color_designer .show_color_designer {
  position: absolute;
  top: 50%;
  left: 12%;
  margin: 0 auto;
  width: 76%;
  font-size: 15px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  z-index: 201 !important;
  cursor: pointer;
}

.color_designer .color_designer_overlay {
  border: 1px solid #1278b5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(242, 241, 238, 0.9);
}

.mp_floorplans {
  padding-bottom: 30px;
}

.mp_elevations .show_color_designer {
  font-weight: normal;
}

.mp_elevations h1 {
  display: inline-block !important;
}

.mp_elevations .caption {
  position: relative;
  bottom: 0;
  height: auto;
  padding-bottom: 15px;
  margin-top: 0;
  color: #313131;
  width: 100%;
}

.show_color_designer {
  margin-top: 20px !important;
  margin-left: 20px;
  vertical-align: top;
  background-color: #1278b5 !important;
  color: #fff !important;
}

/* masterplan page updates end */
/* model home detail page update start */
#mh_map {
  height: 400px;
  margin-top: 3em;
}

.custom-iw .gm-style-iw {
  border: 0;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 48.5%;
  width: 30px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.owl-carousel .owl-nav .owl-prev:before {
  left: 0;
}

.owl-carousel .owl-nav .owl-next:before {
  right: 0;
}

.owl-carousel .owl-nav .owl-prev:before {
  background-image: url("../images/gallery_left.png") !important;
}

.owl-carousel .owl-nav .owl-next:before {
  content: '';
  background-image: url("../images/gallery_right.png") !important;
}

.mh_desctiption {
  margin-bottom: 2em;
}

.mh_driving_directions {
  padding: 2em 0;
}

.mh_driving_directions h3 {
  color: #1278b5;
  margin: 0;
}

.model_home {
  margin-top: 3em;
}

.model_home h2 {
  color: #1278b5;
  font-size: 2em;
  margin: 15px 0;
}

.model_home .mapinfo .content {
  width: 100%;
}

.mh_cta {
  border-bottom: 1px solid #a2cf66;
  padding-bottom: 5px;
}

.mh_cta button {
  margin: 15px;
}

.mh_cta a {
  vertical-align: middle;
}

.mh_slider,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 435px;
}

.mh_slider .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.model_home_hero_text h2 {
  margin: 0 0 30px;
  line-height: .5;
}

.model_home_location {
  text-shadow: none;
  padding: 15px;
  margin: 0;
}

.model_home_hours {
  text-align: center;
  padding: 60px 0 0;
  width: 60%;
  margin: 0 auto;
}

.model_home_hours u {
  font-size: 25px;
  color: #1278b5;
  display: block;
  margin-bottom: 10px;
}

.model_home_hours p {
  font-size: 20px;
}

.model_loc_phone {
  color: #a2cf66;
  font-size: 20px;
  margin-top: -7px;
  display: inline-block;
}

/* model home detail page update end */
/* masterplan list page update start */
.master_plan_list {
  margin-top: 2em;
}

.bbcard_container {
  min-height: auto;
  margin-bottom: 40px;
}

.master_plan_subheader p {
  text-align: center;
  font-size: 30px;
  font-family: "Lato Italic", Helvetica, sans-serif;
  color: #6a6a6a;
}

.master_plan_subheader a {
  text-decoration: none;
  color: #1278b5;
}

.master_plan_subheader div {
  margin-top: 25px;
}

.master_plan_subheader div a {
  border: 1px solid #1278b5;
  padding: 10px 25px;
  margin: 5px 15px;
  display: inline-block;
  width: 420px;
  font-size: 20px;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.master_plan_subheader div a:hover {
  background-color: #1278b5;
  color: #fff;
}

.green-bar [class*="col-"] {
  float: left;
  text-align: center;
}

.green-bar .col-1,
.green-bar .col-2 {
  width: 22%;
}

.green-bar .col-mid {
  width: 12%;
}

/* masterplan list page update end */
/* heading update h1/2/3/4 start */
.pseudo-h1,
.pseudo-h2,
.pseudo-h3,
.pseudo-h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 36px;
}

/* heading update h1/2/3/4 end */
@media (max-width: 400px) {
  video {
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  .col-sm-15 {
    width: 20.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 21%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .footer .content ul {
    padding-left: 5px !important;
  }
}

/** Container Custom **/
@media (min-width: 900px) {
  .container {
    width: 890px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1075px;
  }
}

@media (min-width: 1200px) {
  .bt.trans-green {
    font-size: 15px;
  }
  .container {
    width: 1185px;
  }
}

@media (min-width: 1250px) {
  .container {
    width: 1220px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

/** Firefox Custom **/
@-moz-document url-prefix() {
  .border.white {
    padding: 0px 5px;
  }
}

/** Masonry **/
/* Grid */
#posts {
  margin: 10px auto 0;
}

.post {
  margin: 0 0 20px;
  width: 100%;
}

.post img {
  padding: 0 15px;
  width: 100%;
}

/* Medium devices */
@media (min-width: 320px) {
  #grid > #posts .post {
    width: 200px;
  }
}

@media (min-width: 768px) {
  #grid > #posts .post {
    width: 180px;
  }
  #posts {
    margin: 0 auto 0;
  }
}

/* Medium devices */
@media (min-width: 992px) {
  #grid > #posts .post {
    width: 200px;
  }
}

/* Large devices */
@media (min-width: 1200px) {
  #grid > #posts .post {
    width: 220px;
  }
}

.search_result a.marker-link .col-md-7,
.search_result a.marker-link .col-sm-8 {
  padding-right: 0;
}

.market-header {
  font-family: "Lato Black", Helvetica, sans-serif !important;
  margin-top: 120px;
  text-align: center;
}

.market-header h1 {
  color: #1278b5;
  font-size: 60px;
  text-shadow: none;
}

.market-header h2 {
  color: #eec438;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 400px) {
  .market-header {
    margin-top: 80px;
  }
  .market-header h1 {
    font-size: 50px;
  }
}

.market-select h2 {
  margin-top: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.market-select .bt {
  font-size: 20px;
  padding: 8px;
  text-align: center;
  width: 80%;
}

.market-select .bt.trans-blue {
  background-color: #1278b5;
  border: 1px solid #1278b5;
  color: #fff;
  vertical-align: middle;
}

.market-select .bt.trans-blue:hover, .market-select .bt.trans-blue:active, .market-select .bt.trans-blue:focus {
  background-color: #fff;
  border: 1px solid #1278b5;
  color: #1278b5;
}

.market-select .market-option {
  border: 2px solid #1278b5;
  cursor: pointer;
  height: 100%;
  padding: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.market-select .market-option:hover {
  background-color: #f2f2f2 !important;
  -webkit-box-shadow: 0px 10px 8px #c3c3c3;
          box-shadow: 0px 10px 8px #c3c3c3;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.market-select .market-option:hover h2 {
  color: #1278b5;
}

.market-select .market-option p {
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

.market-select .market-option p:after {
  background-color: #a1ce65;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.market-select .market-option img {
  margin-bottom: 15px;
  width: 100px;
}

.market-select .market-option:hover {
  background-color: #f2f2f2;
}

.market-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bt-list {
  position: relative;
  z-index: 1;
}

.model-box {
  text-align: center;
}

.model-box h1 {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

.model-box .bt {
  display: inline;
}

@media (max-width: 768px) {
  .market-select .market-option p {
    min-height: auto !important;
  }
  .schedule-bt {
    display: inline-block !important;
  }
  .market-option .market-description {
    text-align: center !important;
  }
}

@media (max-width: 400px) {
  .market-option .market-description {
    display: none;
  }
  .model-box .bt,
  .schedule-bt {
    display: block !important;
    margin: 10px auto 0;
  }
  .market-box {
    width: 100%;
  }
}

.row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row.display-flex > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .row.display-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    width: 100%;
  }
}

.tes-num {
  padding-bottom: 10px;
  text-align: right;
  text-transform: uppercase;
  width: 90%;
}

.breadcrumb-bar {
  font-size: 18px;
  padding: 12px 70px;
  text-align: center;
}

.breadcrumb-bar a {
  color: #72993e;
}

.breadcrumb-bar a span {
  text-decoration: underline;
}

.breadcrumb-bar a:hover {
  color: #1278b5;
}

.breadcrumb-bar a:after {
  color: #72993e !important;
  content: ' / ';
}

.breadcrumb-bar a:last-child {
  color: #1278b5;
}

.breadcrumb-bar a:last-child span {
  text-decoration: none;
}

.breadcrumb-bar a:last-child:after {
  content: '';
}

@media (max-width: 768px) {
  .breadcrumb-bar {
    font-size: 15px;
    padding: 12px 15px;
  }
}

.all-bt {
  background-color: #1278b5;
  color: white !important;
  padding: 10px !important;
  text-align: center;
  width: 100%;
}

a:hover .bt.trans-blue.all-bt {
  background-color: #0e669a;
}

.half-bt {
  padding: 10px !important;
  text-align: center;
  width: 100%;
}

.blue { 
  color:#1278b5;
} 

.black {
  color:#494849;
}

@media (min-width: 767px) {
  .mp_elevations .img-wrap {
    height: 225px;
  }
  .mp_elevations .img-wrap-thumb {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 400px) {
  .locations-list .bt.bt.toggle .fa {
    display: none;
  }
}

@media (max-width: 400px) {
  .is-was-price .left {
    width: 50%;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
  }
  .is-was-price .right .price-exp {
    font-size: 60%;
    top: 0;
  }
  .is-was-price .right .was {
    font-size: 15px;
  }
  .is-was-price .right .was .prev-price {
    font-size: 18px;
  }
}

@media (max-width: 1269px) {
  .subhead.community .home-buttons {
    margin-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1230px) {
  .bb-card-tab-width {
    width: 65% !important;
  }
}

@media (max-width: 365px) {
  .wrap-bar .sort-by {
    display: block;
    width: 100%;
    border-bottom: 1px solid green;
  }
  .wrap-bar .green-bar a {
    width: 32% !important;
  }
}

@media (min-width: 1400px) {
  .hotspot {
    font-size: 30px;
  }
  /*.box:nth-child(4n+2) {
     clear: left;
    }*/
}

@media (min-width: 1200px) {
  .show-on-mobile {
    display: none !important;
  }
  .new-homes-locations {
    margin-top: 80px !important;
  }
  .location-testimony .testimonial .content {
    font-size: 24px !important;
  }
  .location-testimony .testimonial .content p {
    font-size: 24px !important;
  }
  .wrap-bar .blue-bar .selection a:first-child {
    min-width: 180px !important;
    padding: 0 !important;
  }
  .wrap-bar .green-bar .selection .sort-by {
    min-width: 40px;
  }
  .wrap-bar .green-bar .selection a:first-child {
    min-width: 165px !important;
    padding: 0 !important;
  }
  .wrap-bar .green-bar .selection a:first-child:nth-child(2) {
    min-width: 193px !important;
    padding: 0 !important;
  }
  .wrap-bar .green-bar .selection a:first-child:last-child {
    min-width: 214px !important;
    padding: 0 !important;
  }
}

@media (max-width: 1200px) {
  .plan-detail-gbi .plan-is-was-price .left,
  .plan-detail-gbi .plan-is-was-price .right {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    font-size: 20px;
    line-height: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .left {
    padding-right: 20px;
    font-weight: bold;
  }
  .plan-detail-gbi .plan-is-was-price .left span {
    font-size: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .right span {
    font-size: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .right .price-exp {
    font-size: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .full {
    font-size: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .full .fa-info {
    top: 16px;
  }
  .plan-detail-gbi .plan-is-was-price .full span {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  video {
    height: 100% !important;
    width: auto !important;
  }
  .subhead.spec video {
    height: auto !important;
    width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .color_designer .show_color_designer {
    left: 8%;
    width: 84%;
    font-size: 15px !important;
  }
  .box .bt.trans-blue {
    font-size: 13px;
  }
  .show-on-mobile {
    display: none !important;
  }
  .featured-section.spec ul {
    width: 100%;
  }
  .social i {
    font-size: 28px;
    margin: 15px 5px;
  }
  /*.box:nth-child(4n+2) {
        clear: left;
       }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
  .loc-incentive {
    width: 80%;
  }
  .mp_elevations .img-wrap {
    height: 120px;
  }
  .color_designer .show_color_designer {
    left: 0;
    width: 100%;
    padding: 3px 5px;
    font-size: 15px !important;
  }
  .mp_updates .mp_box .box h1 {
    font-size: 25px;
  }
  .mp_updates .mp_box .box .mp_stat {
    font-size: 15px;
  }
  .award_content_lg {
    padding: 15px;
  }
  .locations-list .bt.toggle {
    min-width: auto !important;
    font-size: 17px;
  }
  .locations-list .title_view,
  .locations-list .title_sort_by {
    min-width: 90px;
    font-size: 19px;
  }
  .show-on-mobile {
    display: none !important;
  }
  ul.submenu li.ol-myinsight {
    position: relative;
  }
  ul.submenu li.ol-myinsight img {
    position: absolute;
    left: -252px;
    top: -16px;
  }
  .bt.toggle {
    padding: 0 14px;
  }
  .container.full.locations {
    margin-top: 80px;
  }
  .spec .green-bar {
    font-size: 20px !important;
  }
  .spec_list .bbcard .photo {
    width: 100%;
    min-height: auto;
  }
  .spec_list .bbcard .photo .img-container {
    min-height: 130px;
  }
  .box {
    width: 100%;
  }
  label {
    font-size: 18px;
  }
  .hotspot {
    font-size: 20px;
  }
  .box:nth-child(4n+2) {
    clear: left;
  }
  /** Menu **/
  ul.menu {
    font-size: 18px;
  }
  ul.menu li {
    padding: 0 8px;
  }
  /** Homepage - Featured **/
  .featured.photo:before {
    bottom: 87px;
    top: 50px;
  }
  .featured.title {
    font-size: 16px;
    bottom: 60px;
    padding: 0 15px;
  }
  .section-title {
    font-size: 27px;
  }
  /** Homepage - Map **/
  .font-42 {
    font-size: 34px;
    margin-top: 20px;
  }
  .font-42-new h1 {
    font-size: 34px;
  }
  .loc-list {
    margin-bottom: 20px;
  }
  .loc-homepage {
    width: 70%;
  }
  .elements .content h1,
  .elements .content .pseudo-h1 {
    font-size: 42px;
  }
  .elements .content ul {
    font-size: 28px;
  }
  .spec .green-bar {
    font-size: 22px;
  }
  .process .content {
    font-size: 20px;
    width: 90%;
  }
  .process p.pseudo-h2 {
    font-size: 20px;
  }
  .social i {
    margin: 15px 5px;
    font-size: 22px;
  }
  .bt.trans-blue.large {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bills {
    font-size: 17px;
  }
  .bills i {
    margin: 0 5px;
  }
  .bbcard .info .content {
    margin-left: 1.5%;
  }
  .bbcard.plans .caption {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -48px;
  }
  .dashboard .bbcard.plans {
    margin-bottom: 0px;
    height: auto;
    margin-bottom: 20px;
  }
  .whole_house .subhead {
    min-height: inherit;
    height: inherit;
  }
  .featured-section.spec ul {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .loc-incentive {
    width: 90%;
  }
  .model_home_hours {
    width: 80%;
  }
  .featured_awards {
    margin-bottom: 2em;
  }
  .request_appointment_modal .content .request_close {
    display: block;
  }
  .show-on-mobile {
    display: none !important;
  }
  .container.full.locations {
    margin-top: 80px;
  }
  .wrap-bar .selection .bt.toggle {
    padding: 0 6px;
  }
  .wrap-bar .selection a {
    font-size: 15px;
  }
  .locations-list .bt.toggle {
    min-width: auto !important;
  }
  #model-home-key {
    margin: 3% 0 0 1% !important;
  }
  .mp_updates #model-home-key {
    margin: 3% 0 0 9% !important;
  }
  .locations-list .title_view,
  .locations-list .title_sort_by {
    padding: 0 4px;
    min-width: auto;
    font-size: 14px;
  }
  .spec_list .bbcard .photo {
    min-height: auto;
  }
  .spec_list .bbcard .photo .img-container {
    min-height: 230px;
  }
  .communities.content {
    font-size: 16px;
  }
  .communities.content h1,
  .communities.content .pseudo-h1 {
    font-size: 36px;
  }
  .communities.content h2 {
    font-size: 24px;
  }
  .dashboard .bbcard.plans {
    min-height: 475px;
    margin-bottom: 5px;
  }
  .row.single-video .blue-bg {
    height: auto;
  }
  .locations-list .build-box {
    font-size: 14px;
  }
  .locations-list .build-box h1,
  .locations-list .build-box .pseudo-h1 {
    font-size: 24px;
  }
  .locations-list .build-box h3 {
    margin-top: 8px;
    font-size: 16px;
  }
  .locations-list .green-bar {
    font-size: 14px;
  }
  header.smaller ul.menu li {
    padding: 0 3px;
  }
  .matterport_menu ul.menu li {
    padding: 0 3px !important;
  }
  .elements .content {
    width: 95%;
    margin-left: 5%;
  }
  .elements .content:before {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .hotspot {
    font-size: 16px;
  }
  .house.image-text {
    margin-top: 16px;
    font-size: 18px;
    width: 300px;
  }
  .spec .green-bar {
    font-size: 16px;
  }
  .featured-section.spec ul {
    width: 100%;
  }
  .floorplans img {
    margin-bottom: 5px;
  }
  .bbcard {
    margin-bottom: 10px;
  }
  .modal-dialog {
    width: 100%;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videos .pull-right {
    float: none !important;
  }
  .contact-us .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-us .no-padding-left,
  .contact-us .no-padding-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-us h1.refer {
    margin: 20px 0 20px;
  }
  .contact-us .contact-info {
    margin-top: 40px;
  }
  .contact-us.warranty .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  /** Homepage - Featured **/
  .featured-section {
    padding: 20px 0 0;
  }
  .featured-section .featured-box {
    margin-bottom: 20px;
  }
  .home.title {
    font-size: 36px;
  }
  .homepage-slides {
    margin-top: -251px;
  }
  ul.menu {
    padding-left: 0px;
    font-size: 16px;
  }
  ul.menu li {
    padding: 0 4px;
  }
  ul li.logo {
    width: 25%;
  }
  ul li.logo img {
    width: 93%;
  }
  .testimonial {
    font-size: 20px;
  }
  .process .content {
    width: 90%;
    font-size: 18px;
  }
  .process h1,
  .process h2.pseudo-h1 {
    font-size: 48px;
    padding-top: 25px;
  }
  .process h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .process h2,
  .process p.pseudo-h2 {
    font-size: 20px;
  }
  .process .columns .col-sm-6 {
    min-height: 100px;
    max-height: 200px;
    height: auto;
  }
  .build h2 {
    font-size: 74px;
  }
  .floorspecs .bt.toggle.green,
  .floorspecs .bt.toggle.tblue {
    font-size: 20px;
  }
  .floorspecs .section-title {
    font-size: 24px;
  }
  .floorspecs .width-90 {
    width: 100% !important;
  }
  .floorspecs .subheader {
    margin: 20px 0;
    font-size: 20px;
  }
  /* bbcard */
  .bbcard.specs .photo {
    width: 100%;
  }
  .bbcard.specs .content {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .realtors .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-us.main .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-us.main .no-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us.main .no-padding-right {
    padding-right: 0px;
    padding-left: 15px;
  }
  .contact-us.main .no-padding-right.zip {
    padding-right: 0px;
    padding-left: 0px;
  }
  .realtors .no-padding-left,
  .realtors .no-padding-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us.main .no-padding.phone {
    padding-left: 15px;
  }
  .all-videos .floating-list {
    margin: 20px 0 0 30px;
  }
  .all-videos .floating-list h1 {
    font-size: 20px;
  }
  .all-videos .floating-list ul li {
    font-size: 18px;
  }
  ul.video-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  ul.video-list li {
    height: 40px;
    line-height: 38px;
  }
  .general-page .content {
    margin: 25px 0;
  }
  .general-page .content img {
    width: 100% !important;
  }
  .general-page .content h1 {
    font-size: 24px;
  }
  .general-page .content .sig img {
    width: auto !important;
  }
  .calc .content {
    font-size: 18px;
    line-height: inherit;
  }
  .arrow.gray {
    font-size: 42px;
    margin: 10px 0;
  }
  .content .estimate p {
    font-size: 16px;
  }
  .results {
    font-size: 18px;
  }
  .bills {
    font-size: 16px;
  }
  .bills i {
    margin: 0;
    font-size: 26px;
  }
  .form-group .first {
    margin-bottom: 10px;
  }
  .modal-dialog {
    margin-top: 25px;
    width: 100%;
  }
  .subhead.community .bt.blue-border {
    margin: 0 40px 10px;
  }
  .subhead.community .home-buttons {
    margin-top: 60px;
  }
  .community .community-info {
    padding: 10px;
    font-size: 16px;
  }
  .community .community-info ul {
    width: 100%;
  }
  .elevations .caption {
    height: 50px;
    margin-top: -50px;
  }
  .mp_elevations .caption {
    position: relative;
    bottom: 0;
    margin-top: 0;
    color: #313131;
  }
  .loc-homepage {
    width: 85%;
  }
  .lm30 {
    margin-left: 0px;
  }
  .font-42 {
    font-size: 26px;
    margin-top: 20px;
  }
  .font-42-new h1 {
    font-size: 26px;
  }
  .contact-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2em;
  }
  .whole_house .subhead {
    min-height: inherit;
    height: inherit;
  }
  .whole_house .subhead p {
    width: 90%;
  }
  .award_txt_box {
    min-height: 220px;
    margin-bottom: 0;
  }
  .award_content_lg {
    padding: 15px;
  }
  .community .featured h1 {
    font-size: 28px;
  }
  .mp_updates .mp_box .box h1 {
    font-size: 23px;
  }
  .mp_updates .mp_box .box .mp_stat {
    font-size: 15px;
  }
  .mp_updates .mp_box .box .mh_cta button {
    margin: 15px 4px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
  .bbcard.plans {
    overflow: hidden;
  }
  h1 {
    font-size: 28px;
  }
  .login_reg_links a {
    color: #fff;
  }
  .request_appointment_modal .content {
    width: 100%;
  }
  .request_appointment_modal .content .request_close {
    display: block;
  }
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    opacity: .5 !important;
  }
  .location-testimony .sig img {
    margin-left: 30px;
    padding-left: 30px;
  }
  .bt.blue.plans {
    display: none;
  }
  .white-overlay {
    margin-top: -165px;
    z-index: -100;
  }
  .box .top-shadow {
    opacity: 1;
  }
  .green-bar-iw {
    height: 64px;
  }
  .wysiwyg {
    margin-top: 1em !important;
  }
  .wysiwyg iframe {
    width: 100% !important;
  }
  .white-overlay {
    height: 50px;
    margin-top: -24px;
  }
  .bt.blue.plans {
    display: none;
  }
  .sticky {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    width: 100%;
    left: 0;
  }
  .stickypad {
    margin-top: 20px !important;
  }
  .locations-list {
    height: auto !important;
  }
  .spec_list .bbcard .photo {
    min-height: auto;
  }
  .spec_list .bbcard .photo .img-container {
    min-height: 200px;
  }
  .anchor {
    height: 51px !important;
    margin-top: -51px !important;
  }
  .dashboard .bbcard.plans {
    min-height: auto;
  }
  .marker-key {
    width: 145px;
    height: auto;
    margin-left: 0px;
    font-size: 16px;
  }
  .marker-key .block {
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
  }
  .community-map-info {
    width: 130px;
    height: auto;
  }
  .community-options div {
    font-size: 16px;
    line-height: 24px;
    padding-left: 8%;
  }
  #model-home-key {
    display: none;
  }
  .bbcard.move-in .photo {
    height: 250px;
    border: 3px solid #fff;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .build .script {
    font-size: 78px;
  }
  .community #hidden-plans {
    height: auto;
  }
  .listings .box {
    height: auto;
  }
  .box div.img {
    height: 265px;
  }
  .row.single-video .blue-bg {
    height: auto;
  }
  .blue-header {
    display: none;
  }
  .container.full.locations {
    height: auto;
  }
  .locations-list .green-bar .bt.toggle,
  .sort-by {
    font-size: 12px;
    padding: 0 5px;
  }
  .locations-list .blue-bar .bt.toggle {
    font-size: 14px;
  }
  .container.full.locations {
    margin-top: 15px;
  }
  .listings h1,
  .listings .pseudo-h1 {
    margin-top: 5px;
  }
  .communities.content {
    font-size: 14px;
    padding: 15px 0;
  }
  .communities.content h1,
  .communities.content .pseudo-h1 {
    font-size: 36px;
  }
  .communities.content h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .map-wrapper {
    display: none;
  }
  .locations-list .build-box h1,
  .locations-list .build-box .pseudo-h1 {
    font-size: 24px;
  }
  .locations-list .build-box {
    font-size: 12px;
  }
  .locations-list .build-box h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .box .col-sm-8 {
    text-align: center;
  }
  .box img {
    max-height: inherit;
  }
  .hotspot {
    display: none;
  }
  .house.image-text {
    display: none;
  }
  .mobile-list {
    display: block;
  }
  .mobile-list ol {
    margin-left: 2%;
  }
  h1.whole {
    margin-top: 55px !important;
  }
  .blue-box {
    border: 0;
    padding: 0;
    font-size: 14px;
  }
  .blue-box h1 {
    font-size: 18px;
  }
  h1.house {
    font-size: 18px;
  }
  .bt.white {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #RegisterBuyers .modal-dialog {
    width: 100%;
  }
  #RegisterBuyers h1 {
    font-size: 26px;
  }
  #RegisterBuyers .no-padding-left,
  #RegisterBuyers .no-padding-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .subhead.dash h1 {
    margin-top: 80px;
  }
  .dashboard h1 {
    font-size: 28px;
  }
  .subhead.spec h2.location {
    font-size: 24px;
  }
  .elevations img {
    margin-bottom: 0px;
  }
  .elevations .caption {
    height: 50px;
    margin-top: -50px;
  }
  .floorplan-img-overlay {
    background: linear-gradient(-21deg, rgba(0, 0, 0, 0.9) 2%, transparent 99%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .floorplan-img-overlay img {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 30px;
  }
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes pulse {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .fe-pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .mp_elevations .img-wrap {
    margin-bottom: 10px;
  }
  .mp_floorplans .img-wrap {
    margin-bottom: 0;
  }
  .mp_elevations .caption {
    position: relative;
    bottom: 0;
    margin-top: 0;
    color: #313131;
  }
  .spec h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .spec .bt.trans-blue.large {
    margin-bottom: 5px;
    display: block;
  }
  .spec .green-bar {
    height: auto;
    font-size: 14px;
    line-height: 36px;
  }
  .spec .heart {
    height: 45px;
    width: 45px;
    background-size: contain;
    font-size: 28px;
    margin: -54px auto;
    line-height: 39px;
  }
  .spec .heart .fa {
    line-height: 47px;
  }
  .spec .featured-section {
    font-size: 14px;
  }
  .spec .featured-section ul {
    width: 100%;
  }
  .spec h1 {
    font-size: 28px;
  }
  h1.under_contract {
    font-size: 23px !important;
  }
  .subhead.spec .available {
    width: auto;
    font-size: 20px;
  }
  .subhead.community {
    height: auto;
    padding-bottom: 40px;
  }
  .subhead.community h1 {
    font-size: 42px;
  }
  .subhead.community h2,
  .subhead.community h1 div {
    font-size: 28px;
  }
  .subhead.community .home-buttons {
    margin-top: 25px;
  }
  .subhead.community .bt.blue-border {
    margin: 0 0 10px 0;
  }
  .science-slide h1 {
    font-size: 28px;
    margin: 20px 0;
  }
  .science-slide p {
    font-size: 18px;
  }
  .floorplans h1 {
    font-size: 30px;
  }
  .floorplans img {
    margin-bottom: 5px;
  }
  .subhead.spec {
    height: auto;
  }
  .subhead.spec h1 {
    margin-top: 75px;
  }
  .subhead.spec .price {
    font-size: 34px;
  }
  .community .bbcard,
  .spec .bbcard {
    margin-bottom: 10px;
  }
  .community .bbcard h1,
  .community .bbcard .pseudo-h1,
  .spec .bbcard h1,
  .spec .bbcard .pseudo-h1 {
    float: left;
  }
  .community .bbcard .info .text-left,
  .spec .bbcard .info .text-left {
    margin-top: 0px;
  }
  .community .bbcard .bt.trans-blue,
  .spec .bbcard .bt.trans-blue {
    margin-bottom: 10px;
  }
  .community .featured {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10px;
  }
  .community .featured h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .community .featured p {
    font-size: 18px;
  }
  .community .community-info {
    padding: 0;
    font-size: 14px;
  }
  .community .community-info h1 {
    font-size: 22px;
  }
  .community .community-info ul {
    width: 100%;
  }
  .community .community-info ul li {
    width: 100%;
  }
  .community .community-info .contact-info {
    font-size: 16px;
  }
  .community .community-info .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .community .community-info .blue-border-left {
    border-left: 0;
  }
  .community .city-info {
    font-size: 16px;
  }
  .community .city-info h1,
  .community .city-info .pseudo-h1 {
    font-size: 20px;
  }
  .form-group .first {
    margin-bottom: 10px;
  }
  .facebook-login {
    margin-bottom: 10px;
  }
  .modal-dialog {
    margin-top: 25px;
    width: 100%;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  a .green-link {
    font-size: 18px;
  }
  ul.single-video-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  ul.single-video-list li {
    padding-left: 20px;
  }
  .video-icon {
    display: none;
  }
  .subhead.single-video {
    height: auto;
  }
  .subhead.single-video h3 {
    margin-top: 55px;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videos .pull-right {
    float: none !important;
  }
  .contact-us .contact-info {
    margin-top: 20px;
  }
  .contact-us .no-padding-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-us .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-us .no-padding-left,
  .contact-us .no-padding-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .medium-break {
    height: 10px;
  }
  /** mobile menu **/
  .navbar-inverse {
    background: #1278b5;
    border: 0px;
  }
  .navbar-toggle {
    float: left;
    margin-left: 15px;
    border: none;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background: #1278b5;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-header img {
    width: 132px;
    margin-top: 3px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }
  .menu-2 {
    float: right;
    border-left: 1px solid #fff;
    margin-left: 0px;
    border-radius: 0px;
    margin-top: 0px;
    color: #fff;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 9px;
    margin-right: 1px;
  }
  .navbar-collapse.menu-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  button.menu-3 {
    width: 33.33%;
    float: left;
    border: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #a2cf66;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar {
    margin-bottom: 0px;
  }
  /* end mobile menu */
  .container.contact-us {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* Homepage & Global */
  .home-buttons {
    width: 95%;
  }
  .loc-homepage {
    width: 100%;
    background-size: 125%;
  }
  .elements .content {
    width: 95%;
    margin-left: 5%;
  }
  .elements .content:before {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  header#desktop-menu {
    display: none;
  }
  .shadow {
    display: none;
  }
  .homepage-slides {
    margin-top: -236px;
    height: 400px !important;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 200;
    font-family: "Lato Regular", Helvetica, sans-serif;
  }
  .home.title {
    font-size: 40px;
    margin-top: 80px;
  }
  .down-arrow {
    display: none;
  }
  .navbar-nav {
    margin: 0;
    float: none;
  }
  .navbar-nav > li > a {
    color: #fff;
  }
  .nav > li > a:focus,
  .nav > li > a:hover,
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #1278b5;
  }
  .home .tb-padding {
    display: none;
  }
  #home-map {
    display: none;
  }
  .loc-homepage {
    margin-top: 0px;
    height: auto;
  }
  .font-42 {
    font-size: 28px;
    margin-top: 20px;
  }
  .font-42 h2 {
    font-size: 15px;
  }
  .font-42-new h1 {
    font-size: 28px;
  }
  .font-42-new .pseudo-h3 {
    font-size: 15px !important;
  }
  .home-buttons {
    margin: -135px auto 0px;
  }
  .home-buttons .bt.blue-border {
    margin: 0 50px 10px;
  }
  .featured-box {
    margin-bottom: 20px;
  }
  .elements .content h1,
  .elements .content .pseudo-h1 {
    font-size: 32px;
  }
  .elements .content ul {
    font-size: 24px;
  }
  .testimonial {
    font-size: 18px;
    width: 84%;
  }
  .testimonial-single .testimonial {
    width: 84%;
  }
  .sig {
    font-size: 24px;
  }
  .sig img {
    margin-top: -44px;
    margin-right: 12px;
  }
  .process .content {
    font-size: 18px;
    width: 90%;
  }
  .process .columns .col-sm-6 {
    min-height: 90px;
  }
  .process h1,
  .process h2.pseudo-h1 {
    font-size: 38px;
    padding-top: 20px;
  }
  .process h2 {
    font-size: 20px;
  }
  .process p.pseudo-h2 {
    font-size: 20px;
  }
  .process h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .process .icon img,
  .process .icon .fa {
    display: none;
  }
  .build h2 {
    font-size: 48px;
    padding-bottom: 0px;
  }
  .build h2.custom {
    font-size: 48px;
    padding-top: 130px;
    padding-bottom: 0px;
  }
  .elements .content ul {
    margin: 15px 0;
  }
  .footer .content img {
    float: none;
  }
  .footer .content ul {
    padding-left: 0px;
  }
  .footer .content p {
    font-size: 10px;
  }
  .footer .social.text-right {
    text-align: center;
  }
  /* bbcard **/
  .bbcard .photo {
    width: 100%;
  }
  .bbcard .photo.shadow {
    display: block;
    margin-top: -59px;
    height: 59px;
  }
  .bbcard.specs .caption {
    margin-top: -70px;
    font-size: 26px;
  }
  .bbcard.specs .subcaption {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .bbcard.plans {
    margin-bottom: 10px;
  }
  .bbcard .info .text-left {
    text-align: center;
    width: 100%;
    margin-top: 1em;
    margin-left: 0px;
  }
  .subheader {
    font-size: 14px;
    margin: 10px 0;
  }
  .section-title {
    border-right: 0px;
    text-align: center;
  }
  .floorspecs .bt.toggle.green,
  .floorspecs .bt.toggle.tblue {
    display: none;
  }
  /* general page */
  .subhead {
    height: 150px;
  }
  .subhead.floorplan h1 {
    margin-top: 20px;
  }
  .subhead.floorplan h2 {
    font-size: 24px;
  }
  .subhead h1 {
    font-size: 30px;
    margin-top: 65px;
  }
  .general-page .content {
    margin: 0;
  }
  .general-page .content img {
    width: 100% !important;
  }
  .general-page .content figure {
    margin: 0;
  }
  .general-page .content figure.right, .general-page .content figure.left {
    margin: 0;
    width: 100%;
  }
  .general-page .content figure img {
    width: 100%;
  }
  .general-page .content h1 {
    font-size: 20px;
  }
  .general-page .content h2 {
    clear: both;
    padding-top: 10px;
    font-size: 18px;
  }
  .general-page .content p {
    font-size: 14px;
  }
  .general-page .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .general-page .content .sig img {
    width: 30px !important;
    height: 20px;
    margin-top: -65px;
    margin-left: 30px;
  }
  .contact-form {
    padding-top: 0px;
  }
  .contact-form h1,
  .contact-form .pseudo-h1 {
    font-size: 30px;
  }
  .contact-form img {
    width: auto;
    margin-left: 15px;
  }
  .contact-form .contact-info {
    line-height: 24px;
    font-size: 16px;
    margin-left: 10px;
  }
  .contact-form form {
    margin-top: 20px;
  }
  .contact-us.warranty .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .realtors .visible-xs-block {
    text-align: center;
  }
  .realtors .visible-xs-block .bt.trans-blue.large {
    width: 250px;
    margin-bottom: 10px;
  }
  .subhead.realtors h1 {
    margin-top: 65px;
  }
  .container.realtors ul {
    font-size: 20px;
  }
  .realtors .no-padding-left,
  .realtors .no-padding-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us.main .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .location-list.list-group {
    padding-left: 15px;
  }
  .list.row.text-left {
    text-align: center;
  }
  .general-page.four-oh-four .content {
    font-size: 20px;
    margin-top: 20px;
  }
  .all-videos {
    padding: 10px 0;
  }
  .all-videos .floating-list {
    margin: 0;
  }
  .all-videos .floating-list h1 {
    font-size: 20px;
  }
  .all-videos .floating-list ul li {
    font-size: 18px;
  }
  ul.video-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  ul.video-list li {
    height: 40px;
    line-height: 38px;
  }
  .row.videos .content {
    margin: 20px 0;
    font-size: 14px;
  }
  .whole_house {
    min-height: auto;
  }
  .subhead.videos {
    height: auto;
  }
  .subhead.videos h1 {
    margin-top: 55px;
  }
  .floating-list img.icon {
    display: none;
  }
  .bills {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bills i {
    display: none;
  }
  .calc .content {
    font-size: 18px;
    line-height: inherit;
  }
  .arrow.gray {
    font-size: 48px;
    margin: 10px 0;
  }
  .results {
    font-size: 18px;
  }
  .gallery-photos,
  .gallery-photos .nav-buttons {
    height: auto;
  }
  .gallery-photos .nav-buttons {
    margin-top: -245px;
  }
  .gallery-photos .owl-carousel.owl-loaded {
    height: 410px;
  }
  .floorplan-buttons .heart {
    background-image: none;
    width: auto;
    background: none;
    display: inline-block;
  }
  .floorplan-buttons .heart .fa {
    line-height: 1;
  }
  #matterport {
    padding-right: 0 !important;
  }
  #matterport iframe {
    height: 100% !important;
    padding-top: 50px;
  }
  #matterport .modal-menu {
    height: 50px !important;
  }
  #matterport .modal-header .closex {
    padding: 11px 22px;
    font-size: 1.5em;
    top: 50px;
  }
  .matterport_menu {
    top: 0;
  }
  .mobile-menu {
    z-index: 998;
  }
  .whole_house .subhead p {
    width: 100%;
    font-size: 18px;
    padding: 0 15px;
  }
  .whole_house .home-buttons {
    width: 100%;
    margin-bottom: .5em;
  }
  .beach_home .home-buttons {
    margin-bottom: 1em;
  }
  .soon_overlay {
    padding: 5px 0 6px;
    font-size: 1.5em;
  }
  .featured-section.spec ul {
    width: 100%;
  }
  .featured-section.spec ul li {
    width: 100%;
  }
  .testimonial_banner {
    height: 500px !important;
  }
  .testimonial_banner .hero_text {
    width: 100%;
    padding: 15px;
  }
  .gps_address {
    font-size: 13px;
  }
  .locations-list .bt.bt.toggle {
    width: 32%;
    min-width: auto;
  }
  .locations-list .title_sort_by,
  .locations-list .title_view {
    float: none;
    min-width: auto;
    padding: 0 15px;
    display: block;
    font-size: 15px;
  }
  .locations-list .selection {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .award_txt_box {
    min-height: auto;
    margin-bottom: 0;
  }
  .award_title_lg {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .featured_awards {
    margin-bottom: 2em;
  }
  .award_content_lg {
    padding-bottom: 1em;
  }
  .mp_updates .model_banner {
    background-color: #1278b5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.2em;
  }
  #matterport_1 iframe {
    padding-top: 50px;
  }
  #matterport_1 .modal-header .closex {
    top: 62px;
    right: -22px;
    font-size: 1.2em;
    left: auto;
    padding: 3px 10px;
  }
  .close_1 {
    top: 52px !important;
  }
  .show_color_designer {
    margin-top: 0 !important;
    margin-left: 0;
  }
  .color_designer .show_color_designer {
    left: 5%;
    width: 90%;
    font-size: 15px !important;
  }
  .color_designer .show_color_designer .mh_slider,
  .color_designer .show_color_designer .owl-stage-outer,
  .color_designer .show_color_designer .owl-stage,
  .color_designer .show_color_designer .owl-item,
  .color_designer .show_color_designer .item {
    height: 250px;
  }
  .color_designer .show_color_designer .model_home {
    margin-top: 1em;
  }
  .color_designer .show_color_designer .mh_cta {
    padding: 15px;
  }
  .color_designer .show_color_designer #mh_map {
    height: 300px;
  }
  .color_designer .show_color_designer .mh_driving_directions {
    padding: 1em 0;
  }
  .color_designer .show_color_designer .model_home_hero_text h2 {
    font-size: 15px;
  }
  .color_designer .show_color_designer .subhead.spec img.model_home_banner {
    width: 210px;
    margin-bottom: 30px;
  }
  .color_designer .show_color_designer .model_home_location {
    font-size: 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .color_designer .show_color_designer .model_home_hours {
    width: 100%;
  }
  .master_plan_subheader p {
    font-size: 22px;
  }
  .master_plan_subheader div {
    margin-top: 0;
  }
  .master_plan_subheader div a {
    padding: 10px 25px;
    margin: 5px 0;
    width: 100%;
    font-size: 20px;
  }
  .green-bar {
    position: relative;
  }
  .green-bar .col-1,
  .green-bar .col-2 {
    width: 50%;
  }
  .green-bar .col-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .loc-incentive {
    width: 100%;
    padding: 15px !important;
  }
  .plan-detail-gbi .plan-is-was-price .left,
  .plan-detail-gbi .plan-is-was-price .right {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    font-size: 14px;
    line-height: 14px;
  }
  .plan-detail-gbi .plan-is-was-price .left {
    position: relative;
    width: 50%;
    padding-right: 20px;
    font-weight: bold;
  }
  .plan-detail-gbi .plan-is-was-price .left span {
    font-size: 20px;
  }
  .plan-detail-gbi .plan-is-was-price .right span {
    font-size: 14px;
  }
  .plan-detail-gbi .plan-is-was-price .right .price-exp {
    font-size: 15px;
  }
  .plan-detail-gbi .plan-is-was-price .full span {
    display: inline-block;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .plan-detail-gbi .plan-is-was-price .full .fa-info {
    top: auto;
    position: relative;
  }
  .gallery-photos div.previous,
  .gallery-photos div.next {
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 1px 1px 5px #484849;
    box-shadow: 1px 1px 5px #484849;
    margin-left: 0px;
    margin-right: 0px;
  }
  .gallery-photos,
  .gallery-photos .nav-buttons {
    height: 405px;
  }
  img.modal-logo {
    width: 200px;
  }
  .process .col-xs-6 {
    width: 100%;
  }
  .gallery-photos .owl-carousel .owl-nav .owl-prev:before,
  .gallery-photos .owl-carousel .owl-nav .owl-next:before {
    top: 48.5%;
  }
  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before .build .script {
    font-size: 58px;
  }
  ul.nav-tabs li.green {
    font-size: 20px;
    width: 90px;
  }
  .gallery-photos div.previous,
  .gallery-photos div.next {
    display: block;
  }
  .video-display iframe {
    width: 100% !important;
    height: 170px;
  }
  .home .title {
    font-size: 26px;
    font-family: "Lato Regular", Helvetica, sans-serif;
  }
  .home .process {
    display: none;
  }
  .bbcard.plans .photo {
    height: 200px;
  }
  .home-buttons .bt.blue-border {
    margin: 0 0 10px;
  }
  .slick-dots li button {
    display: none;
  }
  .featured.title {
    font-size: 22px;
  }
  .loc-homepage,
  .elements {
    display: none;
  }
  .build h1,
  .build .pseudo-h1 {
    font-size: 32px;
  }
  .build h1.custom,
  .build .pseudo-h1.custom {
    font-size: 32px;
  }
  .social i {
    font-size: 18px;
  }
  .visible-xs-block .bt.trans-blue.large {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .location-list {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .on-mobile {
    position: relative;
  }
  .on-mobile .close {
    position: absolute;
    top: 50px;
    right: 2px;
    z-index: 111;
    opacity: 1;
  }
  .on-mobile .item .on-mlogo {
    width: 200px;
    height: auto;
    margin: auto;
  }
  .on-mobile .item .on-mheart {
    max-width: 50px !important;
    height: auto;
    margin: auto;
  }
  .on-mobile .owl-carousel .owl-nav .owl-prev,
  .on-mobile .owl-carousel .owl-nav .owl-next {
    display: none;
  }
  .on-m-slide {
    color: #fff;
    z-index: 99;
    font-family: "Lato Italic", Helvetica, sans-serif;
    text-align: center;
  }
  .on-m-slide p {
    padding: 15px;
  }
  .on-m-slide .swipe {
    width: 50px !important;
    height: auto !important;
    display: inline-block !important;
  }
  .slide2 {
    z-index: 999;
  }
  .slide2 img {
    margin: auto;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }
  .slide2 .swipe {
    width: 50px !important;
    height: auto !important;
    display: inline-block !important;
  }
  .slide3,
  .slide1 {
    padding: 5em 0;
  }
  .last-slide {
    font-family: "Jenna Sue", Helvetica, sans-serif;
    font-size: 3em;
    line-height: 1;
  }
  .contact-wrap {
    width: 100%;
    margin-bottom: 1em;
  }
  video {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .has_photo .photo_wrap .photo {
    width: 150px;
    height: 151px;
  }
  ul.submenu li.ol-myinsight {
    position: relative;
  }
  ul.submenu li.ol-myinsight img {
    position: absolute;
  }
  ul.submenu li.ol-myinsight .img1 {
    left: -12px;
    top: -16px;
  }
  ul.submenu li.ol-myinsight .img2 {
    left: -17px;
    top: 40px;
  }
  ul.submenu li.ol-myinsight h3 {
    left: -142px;
    top: 115px;
    font-size: 2em;
  }
  ul.menu {
    position: relative;
  }
  ul.menu li.ol-science {
    position: relative;
  }
  ul.menu li.ol-science img {
    position: absolute;
  }
  ul.menu li.ol-science .img3 {
    left: -15px;
    top: 10px;
    width: 222px;
  }
  ul.menu li.ol-science .img4 {
    top: 80px;
    left: 48px;
  }
  ul.menu li.ol-science h3 {
    font-size: 2em;
    top: 109px;
    left: 63%;
  }
  ul.menu .on-heart {
    position: absolute;
    top: 234px;
    left: 47%;
  }
  ul.menu .on-heart-arrow {
    top: 285px;
    left: 53%;
    width: 60px;
  }
  ul.menu h3 {
    font-size: 2em;
    top: 285px;
    left: 24%;
  }
  ul.menu .heart-h3 {
    text-align: left;
    left: 61% !important;
    top: 260px !important;
  }
  ul.menu .on-logo {
    top: 395px;
  }
  ul.menu .on-logo ul li,
  ul.menu .on-logo li li {
    font-size: 1.2em;
  }
  .testimonial_banner {
    height: 500px !important;
  }
  .testimonial_banner .hero_text {
    width: 90%;
    padding: 15px;
  }
  .testimonial_banner .hero_text h1 {
    margin-top: 115px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .has_photo .photo_wrap .photo {
    width: 190px;
    height: 191px;
  }
  ul.submenu li.ol-myinsight {
    position: relative;
  }
  ul.submenu li.ol-myinsight img {
    position: absolute;
  }
  ul.submenu li.ol-myinsight .img1 {
    left: -12px;
    top: -16px;
  }
  ul.submenu li.ol-myinsight .img2 {
    left: -17px;
    top: 40px;
  }
  ul.submenu li.ol-myinsight h3 {
    left: -200px;
    font-size: 2em;
  }
  ul.menu {
    position: relative;
  }
  ul.menu li.ol-science {
    position: relative;
  }
  ul.menu li.ol-science img {
    position: absolute;
  }
  ul.menu li.ol-science .img3 {
    left: -12px;
    top: 10px;
    width: 242px;
  }
  ul.menu li.ol-science .img4 {
    top: 85px;
    left: 120px;
  }
  ul.menu li.ol-science h3 {
    font-size: 2em;
    top: 105px;
    left: 195px;
    text-align: left;
  }
  ul.menu .on-heart {
    position: absolute;
    top: 234px;
    left: 47%;
  }
  ul.menu .on-heart-arrow {
    position: absolute;
    top: 260px;
    left: 55%;
  }
  ul.menu h3 {
    font-size: 2em;
    top: 235px;
    left: 65%;
    text-align: left;
  }
  ul.menu .heart-h3 {
    text-align: left;
    left: 65% !important;
    top: 235px !important;
  }
  ul.menu .on-logo {
    top: 395px;
  }
  ul.menu .on-logo ul li,
  ul.menu .on-logo li li {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
  ul.menu .on-heart-arrow {
    top: 255px;
    left: 52%;
  }
  ul.menu h3.heart-h3 {
    left: 58%;
    top: 224px;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2500px) {
  ul.menu .on-heart-arrow {
    top: 255px;
    left: 51.5%;
  }
  ul.menu h3.heart-h3 {
    left: 57%;
    top: 224px;
  }
}

@media screen and (min-width: 2500px) and (max-width: 3500px) {
  ul.menu .on-heart-arrow {
    top: 255px;
    left: 51%;
  }
  ul.menu h3.heart-h3 {
    left: 55.5%;
    top: 224px;
  }
}

@media (max-width: 541px) {
  .plan-is-was-price .left span {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
    line-height: 1.1;
  }
  .plan-is-was-price .price-exp {
    display: block;
  }
}

a.white {
  color: #ffffff !important;
}

a.white:focus, a.white:hover {
  color: #c8e2fa !important;
}

.blue-bg a {
  color: #a2cf66;
}

.blue-bg a:focus, .blue-bg a:hover {
  color: #b6e973;
  text-decoration: none;
}

button.menu-3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

button.menu-3 a, button.menu-3 a:hover, button.menu-3 a:focus {
  color: #ffffff;
}

.footer .content .builder-info {
  text-align: center;
  vertical-align: top;
  margin-bottom: 10px;
}

.footer .content .builder-info .eho {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  float: none;
}

.footer .content .builder-info p.mhbr {
  display: inline-block;
  font-size: 13px;
  width: 50px;
  text-align: center;
  float: none;
  margin: 0;
  line-height: 1.2em;
}

.mapinfo {
  width: 100%;
}

.mapinfo div.img {
  width: 95px;
  height: 72px;
  float: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin-right: 20px;
}

.bbcard.specs {
  overflow: hidden;
}

.bbcard.specs .photo {
  background-size: cover;
  max-height: 132px;
  max-width: 225px;
}

.bbcard.specs .photo.shadow {
  background-size: contain;
}

.bbcard.specs .photo img {
  opacity: 0;
  height: 132px;
}

.bbcard.specs .photo .img-container {
  max-height: 162px;
  overflow: hidden;
}

header.smaller {
  background-color: #0b77bf;
}

.testimonial a {
  color: #494849;
}

.sig a {
  color: #a2cf66;
}

.elements {
  background-position-y: 50%;
}

.external-siteplan {
  text-align: center;
}

.external-siteplan div {
  max-width: 90%;
  margin: 20px auto;
  float: none;
}

.external-siteplan img {
  max-width: 100%;
}

.blank_modal h1 {
  float: left;
  margin: 0 5%;
}

.blank_modal .content {
  margin: 20px 7%;
  text-align: left;
}

.peninsula_price .prevprice {
  font-size: 40px;
  text-shadow: -5px 5px 5px rgba(63, 57, 57, 0.3);
}

.prevprice {
  text-decoration: line-through;
  font-size: 22px;
  color: #c82127;
}

.prev-price {
  text-decoration: line-through;
  font-size: 22px;
  color: #c82127;
}

.was {
  position: absolute;
  bottom: 5px;
  color: #c82127;
  font-weight: bold;
  font-size: 30px;
}

.bbcard.specs .img-container {
  height: 200px;
}

.bbcard.specs .prevprice {
  font-size: 90%;
}

.bbcard.specs .priceexp {
  font-size: 80%;
}

.priceexp {
  font-size: 90%;
  color: #000;
  font-style: italic;
}

.is-was-price .price-exp {
  font-size: 60%;
  color: #000;
  position: absolute;
  top: -12px;
  font-weight: bold;
}

.subhead .prevprice {
  font-size: 65%;
}

.subhead .priceexp {
  text-shadow: 1px 1px 1px #f1f1f1;
  color: #fff;
}

.subhead div.price {
  line-height: 35px;
  margin: 20px;
}

.subhead div.price .priceexp {
  font-size: 50%;
}

.search_result .prevprice {
  font-size: inherit;
}

.listings h1,
.listings .pseudo-h1 {
  margin-bottom: 2px;
}

.bbcard.move-in .photo {
  height: 275px;
}

@media (min-width: 768px) {
  .subhead {
    height: auto;
    min-height: 400px;
  }
  .subhead.spec {
    position: relative;
    background-position: center;
  }
  .subhead.spec .available-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .subhead div.price .priceexp {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .bt.toggle {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media (min-width: 992px) {
  .bbcard.specs .content {
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .bbcard.specs .photo .img-container {
    max-height: 234px;
  }
  .bbcard.specs .photo {
    max-height: 234px;
    max-width: inherit;
  }
  .bbcard.specs .photo img {
    min-height: 205px;
  }
}

/* 2/10/2017 */
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker-dropdown:after, .datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}

.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active, .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .input-group.date .input-group-addon {
  cursor: pointer;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.zerh-title {
  font-size: 34px;
  color: #243c86;
  font-family: 'Lato Regular';
}

.ih {
  font-family: 'Lato Black';
  font-size: 48px;
  color: #0777b5;
}

@media (max-width: 768px) {
  .zerh-title {
    font-size: 24px !important;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .ih {
    font-size: 30px;
  }
  img.zimg {
    margin-bottom: 20px;
  }
}

.zerh-chart {
  padding: 40px 0;
}

.zerh-chart .small-break {
  clear: both;
  height: 8px;
}

.zerh-chart p.title {
  font-size: 18px;
  font-family: 'Lato Regular';
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.zerh-chart .bar {
  float: left;
  height: 12px;
  margin-bottom: 3px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.zerh-chart .bar .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.zerh-chart .inner.green {
  background: #96ca49;
}

.zerh-chart .inner.blue {
  background: #0877b5;
}

.zerh-chart .inner.yellow {
  background: #ffcb05;
}

.zerh-chart .disclaimer {
  font-size: 10px;
  margin: 20px 20px 30px;
}

.zerh-chart .col-35 {
  width: 35%;
  float: left;
}

.zerh-chart .col-25 {
  width: 25%;
  float: left;
}

.zerh-chart .col-40 {
  width: 40%;
  float: left;
}

@-keyframes grow-100 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 0%;
  }
}

@-webkit-keyframes grow-100 {
  from {
    right: 100%;
  }
  to {
    right: 0%;
  }
}

.zerh .bar.pct-100 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-100;
  right: 0%;
}

@-keyframes grow-94 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 6%;
  }
}

@-webkit-keyframes grow-94 {
  from {
    right: 100%;
  }
  to {
    right: 6%;
  }
}

.zerh .bar.pct-94 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-94;
  right: 6%;
}

@-keyframes grow-88 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 12%;
  }
}

@-webkit-keyframes grow-88 {
  from {
    right: 100%;
  }
  to {
    right: 12%;
  }
}

.zerh .bar.pct-88 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-88;
  right: 12%;
}

@-keyframes grow-75 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 25%;
  }
}

@-webkit-keyframes grow-75 {
  from {
    right: 100%;
  }
  to {
    right: 25%;
  }
}

.zerh .bar.pct-75 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-75;
  right: 25%;
}

@-keyframes grow-63 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 37%;
  }
}

@-webkit-keyframes grow-63 {
  from {
    right: 100%;
  }
  to {
    right: 37%;
  }
}

.zerh .bar.pct-63 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-63;
  right: 37%;
}

@-keyframes grow-53 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 47%;
  }
}

@-webkit-keyframes grow-53 {
  from {
    right: 100%;
  }
  to {
    right: 47%;
  }
}

.zerh .bar.pct-53 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-53;
  right: 47%;
}

@-keyframes grow-50 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 50%;
  }
}

@-webkit-keyframes grow-50 {
  from {
    right: 100%;
  }
  to {
    right: 50%;
  }
}

.zerh .bar.pct-50 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-50;
  right: 50%;
}

@-keyframes grow-9 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 91%;
  }
}

@-webkit-keyframes grow-9 {
  from {
    right: 100%;
  }
  to {
    right: 91%;
  }
}

.zerh .bar.pct-9 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-9;
  right: 91%;
}

@-keyframes grow-6 {
  .zerh from {
    right: 100%;
  }
  .zerh to {
    right: 94%;
  }
}

@-webkit-keyframes grow-6 {
  from {
    right: 100%;
  }
  to {
    right: 94%;
  }
}

.zerh .bar.pct-6 .inner {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: grow-6;
  right: 94%;
}

.oi-aspect {
  position: relative;
  display: block;
  width: 100%;
}

.oi-aspect.absolute {
  position: absolute;
}

.oi-aspect .oi-aspect-spacer {
  height: 100%;
  position: relative;
  display: block;
}

.oi-aspect .oi-aspect-content {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oi-aspect img.oi-aspect-img, .oi-aspect iframe, .oi-aspect .oi-aspect-target {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /** OI ASPECT FIT OPTIONS **/
}

.oi-aspect img.oi-aspect-img.oi-fit-fill, .oi-aspect iframe.oi-fit-fill, .oi-aspect .oi-aspect-target.oi-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.oi-aspect img.oi-aspect-img.oi-fit-contain, .oi-aspect iframe.oi-fit-contain, .oi-aspect .oi-aspect-target.oi-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.oi-aspect img.oi-aspect-img.oi-fit-cover, .oi-aspect iframe.oi-fit-cover, .oi-aspect .oi-aspect-target.oi-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.oi-aspect img.oi-aspect-img.oi-fit-none, .oi-aspect iframe.oi-fit-none, .oi-aspect .oi-aspect-target.oi-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.oi-aspect img.oi-aspect-img.oi-fit-scale-down, .oi-aspect iframe.oi-fit-scale-down, .oi-aspect .oi-aspect-target.oi-fit-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.oi-aspect .gmap img {
  width: auto !important;
  height: auto !important;
}

.oi-aspect .border-box {
  outline: 2px solid #ffffff;
  outline-offset: -1.5em;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
}

.oi-aspect.default .oi-aspect-content {
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

.oi-aspect.four-one .oi-aspect-spacer {
  padding-bottom: 25%;
}

.oi-aspect.three-one .oi-aspect-spacer {
  padding-bottom: 33.33%;
}

.oi-aspect.two-one .oi-aspect-spacer {
  padding-bottom: 50%;
}

.oi-aspect.sixteen-nine .oi-aspect-spacer {
  padding-bottom: 56.25%;
}

.oi-aspect.three-two .oi-aspect-spacer {
  padding-bottom: 66.6%;
}

.oi-aspect.four-three .oi-aspect-spacer {
  padding-bottom: 75%;
}

.oi-aspect.one-one .oi-aspect-spacer {
  padding-bottom: 100%;
}

.oi-aspect.seven-eight .oi-aspect-spacer {
  padding-bottom: 125%;
}

.oi-aspect.three-four .oi-aspect-spacer {
  padding-bottom: 150%;
}

.oi-aspect.two-three .oi-aspect-spacer {
  padding-bottom: 175%;
}

.oi-aspect.one-two .oi-aspect-spacer {
  padding-bottom: 200%;
}

@media screen and (max-width: 576px) {
  .oi-aspect.default-xs .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.default-xs .oi-aspect-content {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .oi-aspect.default-xs.one-one .oi-aspect-spacer, .oi-aspect.default-xs.four-one .oi-aspect-spacer, .oi-aspect.default-xs.two-one .oi-aspect-spacer, .oi-aspect.default-xs.sixteen-nine .oi-aspect-spacer, .oi-aspect.default-xs.four-three .oi-aspect-spacer, .oi-aspect.default-xs.seven-eight .oi-aspect-spacer, .oi-aspect.default-xs.three-four .oi-aspect-spacer, .oi-aspect.default-xs.two-three .oi-aspect-spacer, .oi-aspect.default-xs.one-two .oi-aspect-spacer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 576px) {
  .oi-aspect.four-one-sm .oi-aspect-spacer {
    padding-bottom: 25%;
  }
  .oi-aspect.three-one-sm .oi-aspect-spacer {
    padding-bottom: 33.33%;
  }
  .oi-aspect.two-one-sm .oi-aspect-spacer {
    padding-bottom: 50%;
  }
  .oi-aspect.sixteen-nine-sm .oi-aspect-spacer {
    padding-bottom: 56.25%;
  }
  .oi-aspect.three-two-sm .oi-aspect-spacer {
    padding-bottom: 66.6%;
  }
  .oi-aspect.four-three-sm .oi-aspect-spacer {
    padding-bottom: 75%;
  }
  .oi-aspect.one-one-sm .oi-aspect-spacer {
    padding-bottom: 100%;
  }
  .oi-aspect.seven-eight-sm .oi-aspect-spacer {
    padding-bottom: 125%;
  }
  .oi-aspect.three-four-sm .oi-aspect-spacer {
    padding-bottom: 150%;
  }
  .oi-aspect.two-three-sm .oi-aspect-spacer {
    padding-bottom: 175%;
  }
  .oi-aspect.one-two-sm .oi-aspect-spacer {
    padding-bottom: 200%;
  }
}

@media screen and (max-width: 767px) {
  .oi-aspect.default-sm .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.default-sm .oi-aspect-content {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .oi-aspect.default-sm.one-one .oi-aspect-spacer, .oi-aspect.default-sm.four-one .oi-aspect-spacer, .oi-aspect.default-sm.two-one .oi-aspect-spacer, .oi-aspect.default-sm.sixteen-nine .oi-aspect-spacer, .oi-aspect.default-sm.four-three .oi-aspect-spacer, .oi-aspect.default-sm.seven-eight .oi-aspect-spacer, .oi-aspect.default-sm.three-four .oi-aspect-spacer, .oi-aspect.default-sm.two-three .oi-aspect-spacer, .oi-aspect.default-sm.one-two .oi-aspect-spacer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .oi-aspect.four-one-md .oi-aspect-spacer {
    padding-bottom: 25%;
  }
  .oi-aspect.three-one-md .oi-aspect-spacer {
    padding-bottom: 33.33%;
  }
  .oi-aspect.two-one-md .oi-aspect-spacer {
    padding-bottom: 50%;
  }
  .oi-aspect.sixteen-nine-md .oi-aspect-spacer {
    padding-bottom: 56.25%;
  }
  .oi-aspect.three-two-md .oi-aspect-spacer {
    padding-bottom: 66.6%;
  }
  .oi-aspect.four-three-md .oi-aspect-spacer {
    padding-bottom: 75%;
  }
  .oi-aspect.one-one-md .oi-aspect-spacer {
    padding-bottom: 100%;
  }
  .oi-aspect.seven-eight-md .oi-aspect-spacer {
    padding-bottom: 125%;
  }
  .oi-aspect.three-four-md .oi-aspect-spacer {
    padding-bottom: 150%;
  }
  .oi-aspect.two-three-md .oi-aspect-spacer {
    padding-bottom: 175%;
  }
  .oi-aspect.one-two-md .oi-aspect-spacer {
    padding-bottom: 200%;
  }
}

@media screen and (max-width: 991px) {
  .oi-aspect.default-md .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.default-md .oi-aspect-content {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .oi-aspect.default-md.one-one .oi-aspect-spacer, .oi-aspect.default-md.four-one .oi-aspect-spacer, .oi-aspect.default-md.two-one .oi-aspect-spacer, .oi-aspect.default-md.sixteen-nine .oi-aspect-spacer, .oi-aspect.default-md.four-three .oi-aspect-spacer, .oi-aspect.default-md.seven-eight .oi-aspect-spacer, .oi-aspect.default-md.three-four .oi-aspect-spacer, .oi-aspect.default-md.two-three .oi-aspect-spacer, .oi-aspect.default-md.one-two .oi-aspect-spacer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .oi-aspect.four-one-lg .oi-aspect-spacer {
    padding-bottom: 25%;
  }
  .oi-aspect.three-one-lg .oi-aspect-spacer {
    padding-bottom: 37.5%;
  }
  .oi-aspect.two-one-lg .oi-aspect-spacer {
    padding-bottom: 50%;
  }
  .oi-aspect.sixteen-nine-lg .oi-aspect-spacer {
    padding-bottom: 56.25%;
  }
  .oi-aspect.three-two-lg .oi-aspect-spacer {
    padding-bottom: 66.6%;
  }
  .oi-aspect.four-three-lg .oi-aspect-spacer {
    padding-bottom: 75%;
  }
  .oi-aspect.one-one-lg .oi-aspect-spacer {
    padding-bottom: 100%;
  }
  .oi-aspect.seven-eight-lg .oi-aspect-spacer {
    padding-bottom: 125%;
  }
  .oi-aspect.three-four-lg .oi-aspect-spacer {
    padding-bottom: 150%;
  }
  .oi-aspect.two-three-lg .oi-aspect-spacer {
    padding-bottom: 175%;
  }
  .oi-aspect.one-two-lg .oi-aspect-spacer {
    padding-bottom: 200%;
  }
}

@media screen and (max-width: 1199px) {
  .oi-aspect.default-lg .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.default-lg .oi-aspect-content {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .oi-aspect.default-lg.one-one .oi-aspect-spacer, .oi-aspect.default-lg.four-one .oi-aspect-spacer, .oi-aspect.default-lg.two-one .oi-aspect-spacer, .oi-aspect.default-lg.sixteen-nine .oi-aspect-spacer, .oi-aspect.default-lg.four-three .oi-aspect-spacer, .oi-aspect.default-lg.seven-eight .oi-aspect-spacer, .oi-aspect.default-lg.three-four .oi-aspect-spacer, .oi-aspect.default-lg.two-three .oi-aspect-spacer, .oi-aspect.default-lg.one-two .oi-aspect-spacer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .oi-aspect.default-xl .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.default-xl .oi-aspect-content {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .oi-aspect.default-xl.one-one .oi-aspect-spacer, .oi-aspect.default-xl.four-one .oi-aspect-spacer, .oi-aspect.default-xl.two-one .oi-aspect-spacer, .oi-aspect.default-xl.sixteen-nine .oi-aspect-spacer, .oi-aspect.default-xl.four-three .oi-aspect-spacer, .oi-aspect.default-xl.seven-eight .oi-aspect-spacer, .oi-aspect.default-xl.three-four .oi-aspect-spacer, .oi-aspect.default-xl.two-three .oi-aspect-spacer, .oi-aspect.default-xl.one-two .oi-aspect-spacer {
    padding-bottom: 0;
  }
  .oi-aspect.four-one-xl .oi-aspect-spacer {
    padding-bottom: 25%;
  }
  .oi-aspect.three-one-xl .oi-aspect-spacer {
    padding-bottom: 37.5%;
  }
  .oi-aspect.two-one-xl .oi-aspect-spacer {
    padding-bottom: 50%;
  }
  .oi-aspect.sixteen-nine-xl .oi-aspect-spacer {
    padding-bottom: 56.25%;
  }
  .oi-aspect.three-two-xl .oi-aspect-spacer {
    padding-bottom: 66.6%;
  }
  .oi-aspect.four-three-xl .oi-aspect-spacer {
    padding-bottom: 75%;
  }
  .oi-aspect.one-one-xl .oi-aspect-spacer {
    padding-bottom: 100%;
  }
  .oi-aspect.seven-eight-xl .oi-aspect-spacer {
    padding-bottom: 125%;
  }
  .oi-aspect.three-four-xl .oi-aspect-spacer {
    padding-bottom: 150%;
  }
  .oi-aspect.two-three-xl .oi-aspect-spacer {
    padding-bottom: 175%;
  }
  .oi-aspect.one-two-xl .oi-aspect-spacer {
    padding-bottom: 200%;
  }
}

@media screen and (max-width: 400px) {
  .oi-aspect.four-one-xxs .oi-aspect-spacer {
    padding-bottom: 25%;
  }
  .oi-aspect.three-one-xxs .oi-aspect-spacer {
    padding-bottom: 37.5%;
  }
  .oi-aspect.two-one-xxs .oi-aspect-spacer {
    padding-bottom: 50%;
  }
  .oi-aspect.sixteen-nine-xxs .oi-aspect-spacer {
    padding-bottom: 56.25%;
  }
  .oi-aspect.three-two-xxs .oi-aspect-spacer {
    padding-bottom: 66.6%;
  }
  .oi-aspect.four-three-xxs .oi-aspect-spacer {
    padding-bottom: 75%;
  }
  .oi-aspect.one-one-xxs .oi-aspect-spacer {
    padding-bottom: 100%;
  }
  .oi-aspect.seven-eight-xxs .oi-aspect-spacer {
    padding-bottom: 125%;
  }
  .oi-aspect.three-four-xxs .oi-aspect-spacer {
    padding-bottom: 150%;
  }
  .oi-aspect.two-three-xxs .oi-aspect-spacer {
    padding-bottom: 175%;
  }
  .oi-aspect.one-two-xxs .oi-aspect-spacer {
    padding-bottom: 200%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .oi-aspect img {
    display: none !important;
  }
  .oi-aspect iframe, .oi-aspect div.oi-aspect-target {
    display: inherit !important;
  }
  .oi-aspect .gmap img {
    display: inherit !important;
  }
}

.masterplan .build span, .extra-plan .build span {
  padding-top: 0;
}

.masterplan h1.custom, .extra-plan h1.custom {
  padding-top: 75px;
  font-size: 48px;
}

.masterplan .script, .extra-plan .script {
  line-height: 1.5em;
}

table.sticky-header {
  width: 100%;
}

@media (min-width: 767px) and (max-width: 991px) {
  .build h1 {
    font-size: 42px !important;
  }
  .build .script {
    font-size: 98px;
  }
}

@media (max-width: 767px) {
  .build h1.custom, .build .pseudo-h1.custom {
    font-size: 32px !important;
  }
  .box .row.v-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap-bar {
    padding-bottom: 6px;
  }
  .build span {
    padding-top: 50px;
  }
  .masterplan .spec .green-bar {
    font-size: 18px;
  }
  .masterplan .spec .heart {
    margin: -70px 0 0 -5px;
  }
  .masterplan .green-bar .col-mid {
    width: auto;
  }
  .masterplan table.sticky-header th {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background: white;
    z-index: 205;
  }
  .masterplan .half_size {
    height: 100%;
  }
  .masterplan .new-banner {
    background: #1278b5;
    color: white;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    top: 0;
    position: absolute;
  }
  .masterplan .elevations h1 {
    font-size: 32px;
  }
  .masterplan .model-home {
    padding: 0;
  }
  .masterplan .subhead h1 {
    font-size: 48px;
  }
  .masterplan .box div.img {
    height: 125px;
  }
  .masterplan .listings .box {
    height: auto;
    padding: 0;
  }
  .masterplan .sortable_card .row {
    margin-left: 0;
    margin-right: 0;
  }
  .masterplan .sortable_card h1 {
    font-size: 16px;
  }
  .masterplan .sortable_card .bt.trans-blue {
    font-size: 10px;
  }
  .masterplan .mp_updates .model_banner {
    padding: 5px;
    font-size: 11px;
    text-align: center;
  }
  .masterplan .mp_updates .model_banner img {
    display: none;
  }
  .masterplan .build-box {
    margin-bottom: 10px;
  }
  .masterplan .mp_updates .mp_box .box .mp_stat {
    font-size: 24px;
    padding: 5px 5px 10px 5px;
  }
  .extra-plan .spec .green-bar {
    font-size: 18px;
  }
  .extra-plan .spec .heart {
    margin: -70px 0 0 -5px;
  }
  .extra-plan .green-bar .col-mid {
    width: auto;
  }
  .extra-plan table.sticky-header th {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background: white;
    z-index: 205;
  }
  .extra-plan .half_size {
    height: 100%;
  }
  .extra-plan .subhead h1 {
    font-size: 48px;
  }
  .extra-plan .subhead.spec h2.location {
    font-size: 32px;
  }
  .build h1.custom {
    padding-top: 50px;
  }
  .build .script {
    line-height: 1em;
  }
  .subhead.plan {
    height: 300px;
  }
  .hvr-wobble-horizontal {
    position: absolute;
    bottom: 50px;
    right: 15px;
    margin: 0 auto;
  }
  .slide-right {
    -webkit-animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
    animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
  }
  .photo-img-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(35%, transparent), to(transparent));
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 0%, transparent 35%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .photo-img-overlay img.slide-right {
    position: absolute;
    right: 100px;
    top: 41%;
    -webkit-transform: translateY(-41%);
    transform: translateY(-41%);
  }
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  }
}

.col-centered {
  float: none;
  margin: 0 auto;
}

/* masterplan and plan */
.plan-video {
  margin-top: 50px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.plan-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.plan-video div.play-button {
  position: absolute;
  display: block;
  z-index: 2;
  width: 70px;
  background: url("../images/youtube_red.png");
  top: 50%;
  left: 49%;
  margin: -20px 0 0 -20px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

.video-slider, .mobile-video-slider {
  margin-top: 50px;
}

.video-slider.slick-slider, .mobile-video-slider.slick-slider {
  margin-bottom: 0;
}

.video-slider .slider-next.slick-arrow, .mobile-video-slider .slider-next.slick-arrow {
  position: absolute;
  z-index: 2;
  background: none;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  border: 0;
  color: white;
  font-size: 42px;
  padding-right: 30px;
  right: 0;
}

.video-slider .slider-next.slick-arrow:focus, .mobile-video-slider .slider-next.slick-arrow:focus {
  outline: none;
}

.video-slider .slick-slide, .mobile-video-slider .slick-slide {
  margin: 0 8px;
}

.video-slider .slider-prev.slick-arrow, .mobile-video-slider .slider-prev.slick-arrow {
  position: absolute;
  z-index: 2;
  background: none;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  border: 0;
  color: white;
  font-size: 42px;
  padding-left: 30px;
  left: 0;
}

.video-slider .slider-prev.slick-arrow:focus, .mobile-video-slider .slider-prev.slick-arrow:focus {
  outline: none;
}

.video-slider iframe, .mobile-video-slider iframe {
  border: 0;
}

.col-video {
  padding: 0 22%;
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .col-video {
    padding: 0 23px;
  }
}

@media (min-width: 991px) {
  .hidden-mobile {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
}

/* bootstrap margin-padding */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

.location.subnav {
  background: #1278b5;
  color: #fff;
  padding: 50px 0 15px;
  position: relative;
}

.location.subnav .bt.white {
  font-size: 15px;
  border: 1px solid #fff;
}

.location .sub-button {
  display: inline-block;
  margin: 0 10px;
}

.location.display-tablet {
  display: none;
}

.bbcard .info .plan-name {
  color: #1278b5;
  margin-bottom: 0px;
  font-size: 25px;
}

.bbcard .info .price {
  color: #a2cf66 !important;
}

.bbcard .info .content {
  font-size: 16px;
}

.home-buttons .display-mobile, .location.display-mobile {
  display: none;
}

.page-jump::before {
  display: block;
  content: " ";
  margin-top: -95px;
  height: 95px;
  visibility: hidden;
  pointer-events: none;
}

.wysiwyg_1 {
  position: relative !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .location.subnav .container {
    width: 100%;
  }
  .location .sub-button {
    margin: 0 2px 5px;
  }
}

@media (min-width: 768px) {
  .location.display-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .home-buttons .display-mobile, .location.display-mobile {
    display: block;
  }
  .home-buttons .display-tablet {
    display: none;
  }
  .location .sub-button {
    margin: 0;
    width: 100%;
  }
  .location.subnav .bt.white {
    width: 75%;
    padding: 10px 0 12px;
    font-size: 20px;
  }
  .page-jump::before {
    margin-top: 0px;
    height: 0px;
  }
  #siteplan.page-jump::before {
    margin-top: -50px;
    height: 50px;
  }
}

@media (min-width: 1300px) {
  .location.subnav .container {
    width: 100%;
  }
  .location.subnav .bt.white {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .location.subnav .bt.white {
    font-size: 22px;
  }
  .location .sub-button {
    display: inline-block;
    margin: 0 20px;
  }
}

/* homepage slide height fix */
@media (min-width: 768px) and (max-width: 1024px) {
  .homepage-slides {
    height: 450px !important;
  }
  .homepage-slides .slide img {
    height: 450px !important;
  }
}

@media (min-width: 1024px) {
  .homepage-slides {
    height: auto !important;
  }
  .homepage-slides .slide img {
    height: 100vh !important;
  }
}

@media (max-width: 767px) {
  .homepage-slides {
    height: 400px !important;
  }
  .homepage-slides .slide img {
    height: 400px !important;
  }
}

a.model-url span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 15px;
  background: #1278b5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  z-index: 51;
}
/*# sourceMappingURL=plugins.css.map */