﻿/*
===========================================================================
#Utilities
===========================================================================
*/
/*
===========================================================================
#Base
===========================================================================
*/
/* =================================================================
#Global Styles + Resets
==================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Eczar&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html {
  -ms-overflow-style: scrollbar;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  margin-top: 115px;
  color: #414143;
  background: #ffffff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: inherit;
  font-weight: 300;
}

.text-column {
  column-gap: 20px;
  column-count: 2;
}

.text-danger, .has-error.has-error {
  color: #f42535;
}

.has-error {
  font-weight: bold;
}

.text-uppercase, .text-capitalize {
  text-transform: uppercase;
}

a {
  color: #3399ff;
  transition: all 0.3s ease-out;
}

.center-block {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.col-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fa {
  margin-right: 5px;
}

.valign {
  display: table;
  width: 100%;
  height: 100%;
}
.valign > .inner {
  display: table-cell;
  vertical-align: middle;
}

.arrow-down {
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 10px auto 0 auto;
  border-style: solid;
  border-width: 15px 90px 0 90px;
  border-color: #3399ff transparent transparent transparent;
  transition: all 0.3s ease-out;
}

.arrow-up {
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 10px auto;
  border-style: solid;
  border-width: 0 90px 15px 90px;
  border-color: transparent transparent #3399ff transparent;
  transition: all 0.3s ease-out;
}

[id=accordion] .panel {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}
[id=accordion] .panel-heading {
  font-style: normal !important;
  border-radius: 0;
  margin: 0;
  color: #3399ff;
  border-color: #3399ff;
  border-style: solid;
  border-width: 0 0 1px;
  background: none;
}
[id=accordion] .panel-heading .fa {
  font-size: 1.325em;
}
[id=accordion] .panel-heading .glyphicons {
  display: inline;
  float: left;
  font-size: 120%;
  margin-right: 8px;
}
[id=accordion] .panel-heading .glyphicons:before {
  float: left;
}
[id=accordion] a:hover, [id=accordion] .panel-heading.active {
  background: #3399ff;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
[id=accordion] .panel-title {
  font-size: 1.125em;
}
[id=accordion] .panel a {
  text-decoration: none;
  color: #008fbc;
}
[id=accordion] .panel-body {
  padding: 15px 40px 40px;
  line-height: 1.6em;
  border-color: #3399ff;
  border-width: 0 1px 1px;
  border-style: solid;
}
[id=accordion] .panel-body > h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

blockquote {
  border: 0;
  padding: 0 0 0 55px;
}
blockquote:before {
  content: "\f10d";
  font-family: Font Awesome\ 5 Free;
  float: left;
  font-size: 2.5em;
  color: #0080ff;
  margin: -5px 0 0 -55px;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
blockquote header {
  font-size: 0.8em;
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f42535;
}
blockquote header cite {
  font-size: 1.325em;
  font-weight: 700;
  display: block;
}
blockquote footer {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
blockquote footer:before {
  display: none;
}
blockquote header, blockquote footer {
  text-align: left;
  color: inherit;
}

.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s ease-out;
}
.thumb:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-out;
}
.thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.thumb.off:after {
  display: none;
}
.thumb:hover:before {
  background: rgba(0, 31, 61, 0.6);
}
.thumb:after {
  bottom: -30px;
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 30px 10px 30px;
  border-color: transparent;
  transition: all 0.3s ease-out;
}
.thumb:hover:after {
  bottom: 0;
  border-bottom-color: #ffffff;
}
.bg-primary .thumb:hover:after {
  border-bottom-color: #4285f4;
}
.bg-warning .thumb:hover:after {
  border-bottom-color: #fcf8e3;
}
.bg-success .thumb:hover:after {
  border-bottom-color: #dff0d8;
}
.bg-info .thumb:hover:after {
  border-bottom-color: #d9edf7;
}
.bg-danger .thumb:hover:after {
  border-bottom-color: #f2dede;
}

.img-optimize img[src$=".jpg"], .img-optimize img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.feature {
  z-index: 10;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 15px;
  padding: 5px 10px;
  border-radius: 0 3px 3px 0;
  background: #0080ff;
  background: rgba(0, 128, 255, 0.925);
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  transition: all 0.3s ease-out;
}
.feature:after {
  position: absolute;
  margin-top: 5px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #0066cc;
  border-left: 10px solid transparent;
}
.feature small {
  font-size: 60% !important;
  line-height: 0;
}
.feature .price {
  display: block;
  padding: 6px 0 2px;
  line-height: 0;
  font-size: 1.25em;
  font-weight: 700;
}
.feature .msg-online {
  display: block;
  position: relative;
  font-size: 0.75em;
  text-align: right;
  background: #ffffff;
  color: #0080ff;
  border-radius: 10px 2px 0 10px;
  padding: 2px 5px 2px 10px;
  margin-right: -15px;
  margin-bottom: 3px;
  box-shadow: 0 2px 0 rgba(0, 51, 102, 0.3);
}
.feature .msg-online:after {
  position: absolute;
  margin-top: 2px;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #003366;
  border-right: 5px solid transparent;
}
.feature .unitinfo.unitinfo {
  float: none;
  clear: both;
  width: 100%;
  font-size: 0.8em;
}
.feature br {
  display: block;
  margin-bottom: -7px !important;
}
.feature .fa {
  margin: 0;
}

.btn {
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
  border: 0;
}
.btn:hover {
  box-shadow: 0 2px 3px rgba(17, 17, 17, 0.02), 0 2px 3px rgba(17, 17, 17, 0.28);
}
.btn:active {
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.19), 0 6px 6px rgba(17, 17, 17, 0.23);
}

.btn-primary, .btn-info {
  background-color: #3399ff;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #001f3d;
}

.btn-default:hover {
  box-shadow: none;
}

button.close, .close {
  display: block;
  background-color: #3399ff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
button.close:hover, .close:hover {
  background-color: #001f3d;
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.carousel-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="false");
  filter: alpha(opacity=90);
  opacity: 0.9;
  background-image: none !important;
}
.carousel-control.left, .carousel-control.right {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="false");
  filter: alpha(opacity=90);
  opacity: 0.9;
  background-image: none !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: 15px;
}
.carousel-control [class*=icon-], .carousel-control .glyphicon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 0.75em;
  background: #e6f2ff;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  text-shadow: none;
}
.carousel-control [class*=icon-]:hover, .carousel-control .glyphicon:hover {
  background: transparent;
  border-color: #3399ff;
  color: #3399ff;
}

.chromeframe {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  padding: 15% 15% 0;
  height: 100%;
  background: #3399ff;
  filter: alpha(opacity=95);
  opacity: 0.95;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
}
.chromeframe a {
  color: #111111;
  text-decoration: underline;
}
.chromeframe button.close {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-color: #ffffff;
  background: #ffffff;
  color: #3399ff;
}

.form-control, .input-group-addon {
  border-color: #e6e7e9;
  box-shadow: none;
}

.input-group-addon {
  background-color: #e6e7e9;
}

input[readonly=readonly] {
  cursor: not-allowed;
}
input[readonly=readonly]::-moz-selection, input[readonly=readonly]::selection, input[readonly=readonly]::-moz-selection {
  background: #f2f2f2;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.list-styled {
  padding-left: 0;
}
.list-styled li {
  padding-left: 25px;
  padding-bottom: 5px;
  list-style: none;
}
.list-styled li:before {
  content: "\f058";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: -25px;
  margin-right: 10px;
}
.list-styled.icon-map li:before {
  content: "\f041";
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  background: none !important;
}
.navbar-toggle:hover {
  border: 0;
  border-radius: 0;
  background: none !important;
}
.navbar-toggle .icon-bar.icon-bar {
  background-color: #56565b;
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.navbar .navbar-collapse {
  border-color: inherit;
}

.pagination > li:first-child > a, .pagination > li > span, .pagination > li:last-child > a, .pagination > li > span {
  border-radius: 5px;
}
.pagination > li > a, .pagination > li span {
  border: 0;
  color: #56565b;
}
.pagination > li a:hover, .pagination > li span:hover, .pagination > li a:focus, .pagination > li span:focus {
  background-color: #3399ff;
  border-color: #3399ff;
  color: #ffffff;
}
.pagination > li [class=back-top] {
  background: #3399ff;
  color: #ffffff;
}
.pagination > li [class=back-top]:hover {
  background: #001f3d;
}

.pghdr {
  display: table;
  width: 100%;
  height: 650px;
  background-color: #f2f2f2;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.tooltip-inner, .popover {
  font-weight: 400;
}

li [data-toggle=tooltip], li [data-toggle=popover] {
  cursor: pointer;
}

body .well-primary, body .jumbotron-primary, .container .well-primary, .container .jumbotron-primary, .container-fluid .well-primary, .container-fluid .jumbotron-primary {
  background-color: #4285f4;
}
body .well-success, body .jumbotron-success, .container .well-success, .container .jumbotron-success, .container-fluid .well-success, .container-fluid .jumbotron-success {
  background-color: #95d600;
}
body .well-info, body .jumbotron-info, .container .well-info, .container .jumbotron-info, .container-fluid .well-info, .container-fluid .jumbotron-info {
  background-color: #3399ff;
}
body .well-warning, body .jumbotron-warning, .container .well-warning, .container .jumbotron-warning, .container-fluid .well-warning, .container-fluid .jumbotron-warning {
  background-color: #f42535;
}
body .well-danger, body .jumbotron-danger, .container .well-danger, .container .jumbotron-danger, .container-fluid .well-danger, .container-fluid .jumbotron-danger {
  background-color: #f42535;
}

.well, .info-box {
  background: #ffffff;
  border: 1px solid #e6e7e9;
  box-shadow: 0 3px 0 #e6e7e9;
  margin-top: 15px;
}

.progress {
  border-radius: 50px;
  height: auto;
  background: #e6f2ff;
  font-weight: 600;
  font-size: 0.75em;
}
.progress .progress-bar {
  box-shadow: none;
  background-color: #4285f4;
  overflow: visible !important;
}
.progress .progress-bar-default, .progress .progress-bar-primary {
  background-color: #4285f4;
}
.progress .progress-bar-success {
  background-color: #95d600;
}
.progress .progress-bar-info {
  background-color: #3399ff;
}
.progress .progress-bar-warning {
  background-color: #3399ff;
}
.progress .progress-bar-danger {
  background-color: #3399ff;
}

@media screen and (min-width: 768px) {
  [id=accordion] .panel-heading {
    font-size: 1.35em;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 90px;
  }
  .arrow-down {
    border-width: 10px 50px 0;
  }
  .arrow-up {
    border-width: 0 50px 10px;
  }
}
@media screen and (min-width: 480px) {
  a[href^=tel] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
    color: inherit;
  }
  [id=accordion] .panel-body {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  body {
    display: block;
  }
  a[href^=tel] {
    display: inline-block;
    color: inherit;
    border: 1px solid;
    padding: 2px 8px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: auto !important;
  }
  a[href^=tel]:before {
    content: "Call:";
    font-weight: bold;
  }
  button.close {
    width: 28px;
    height: 28px;
    line-height: 25px;
  }
  .carousel-control [class*=icon-], .carousel-control .glyphicon {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .col-mobile {
    width: 100%;
    float: none;
  }
  .pghdr {
    height: 300px;
  }
  .text-column {
    column-count: 1;
  }
}
@media screen and (max-width: 360px) {
  body {
    margin-top: 100px;
  }
}
@media print {
  body {
    margin-top: 0;
  }
  .btn.back-top {
    display: none;
  }
  [id=accordion] .collapse {
    display: block;
  }
  [id=accordion] .panel {
    page-break-before: avoid;
  }
  [id=accordion] .panel-title {
    font-size: 2em;
  }
  [id=accordion] .panel-heading {
    padding-top: 30px;
    padding-bottom: 15px;
    border-color: #111111;
  }
  [id=accordion] .panel-body {
    border-color: #111111;
  }
}
.zzTopDiv {
  margin: 0 auto;
}

.text-trim {
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-booking .dropdown-menu li div {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {
  .forms .btn-lg {
    font-size: 90%;
  }
}
@media screen and (max-width: 520px) {
  .col-mobile {
    width: 100%;
    float: none;
    height: 100%;
  }
  .col-mobile:before, .col-mobile:after {
    content: "";
    display: table;
  }
  .col-mobile:after {
    clear: both;
  }
  .mt10-xs {
    margin-top: 10px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
  .single-pg .title {
    font-size: 2em;
    text-align: center;
  }
  .sub-title, .panel-heading {
    font-size: 1.5em;
  }
  .panel-heading {
    font-size: 1.125em !important;
    padding: 10px !important;
  }
  .panel {
    padding: 5px !important;
  }
  .panel-body {
    font-size: 0.8em;
    padding: 5px 15px !important;
  }
  .pg-content {
    font-size: 85% !important;
  }
  .items .info {
    min-height: 100% !important;
    padding-bottom: 15px;
  }
  .form-control {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .navbar-offcanvas {
    width: 200px;
  }
  .offcanvas, .btn-logout .btn {
    font-size: 75% !important;
  }
  .listings.list .note {
    padding: 0;
    font-size: 0.95em;
  }
  .progress-bar {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 360px) {
  .widget-booking .alpha, .widget-booking .omega {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .widget-booking .form-group > div {
    padding: 0 15px !important;
  }
  .widget-booking .form-group .dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .listings .nav-options {
    font-size: 0.8em;
  }
  .progress-bar {
    min-width: 80px;
  }
}
/* ==========================================================================
#Navigation
==========================================================================
#Main Nav - Desktop
============================================ */
.nav-main {
  position: fixed;
  z-index: 1040;
  left: 0;
  right: 0;
  top: 0;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #ffffff;
  -webkit-box-shadow: 0 10px 5px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 10px 5px rgba(17, 17, 17, 0.25);
  box-shadow: 0 10px 5px rgba(17, 17, 17, 0.25);
  transition: all 0.5s;
}
.nav-main .nav-sub {
  background: #001f3d;
  margin: 0 -15px;
  padding: 5px 10px;
  color: #f2f2f2;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-main .nav-sub a {
  color: inherit;
}
.nav-main .navbar-brand {
  padding: 0;
  /*  img {
    width: 80%;
    padding-top: 0;
  } */
}
.nav-main .navbar-brand .img {
  display: none;
}
.nav-main .navbar-brand .logo {
  display: inline-block;
  overflow: hidden;
  width: 145px;
  height: 50px;
  background-size: contain !important;
  padding-top: 0;
}
.nav-main .btn-logout a {
  padding: 0;
}

.nav-main .navbar, .nav-main button[type=submit] {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all 0.5s;
}
.nav-main .navbar-nav > li > a, .nav-main .navbar-nav > li button[type=submit] {
  position: relative;
  color: #001f3d;
  font-size: 1.2em;
  font-weight: 600;
}
.nav-main .navbar-nav li > a:hover {
  background: none;
  color: #3399ff;
}
.nav-main .navbar-nav > li button[type=submit]:hover, .nav-main .navbar-nav > li > a:focus {
  background: none;
  color: #3399ff;
}
.nav-main .navbar-nav > .active > a {
  background: none;
  color: #3399ff;
  transition: all 0.5s;
}
.nav-main .navbar-nav > .active > a:hover, .nav-main .navbar-nav > .active > a:focus {
  background: none;
  color: #3399ff;
}

.nav-main .dropdown-menu {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  transition: all 0.5s;
}
.nav-main .dropdown-menu li a {
  display: block;
  width: 100%;
  clear: both;
}
.nav-main .dropdown.open > a {
  background: none !important;
  color: inherit !important;
}
.nav-main .dropdown.open li > a:hover, .nav-main .dropdown.open li.active > a {
  background: none;
  color: #3399ff !important;
}

.nav-main .btn-account a {
  margin-top: -8px !important;
  margin-bottom: -15px !important;
  color: #3399ff !important;
}
.nav-main .btn-account a:hover {
  color: #ffa543 !important;
}
.nav-main .btn-account .fas {
  font-size: 1.825em;
}
.nav-main .btn-account .btn-title {
  display: inline-block;
  overflow: hidden;
  font-weight: 800;
  font-size: 0.8em !important;
}
.nav-main .btn-account .btn-title-sm {
  display: block;
  overflow: hidden;
  font-weight: 800;
  font-size: 0.5em;
  margin-top: -4px;
}

.nav-main.stick .navbar-brand {
  padding-top: 5px;
}
.nav-main.stick .navbar-brand .logo {
  height: 40px;
}
.nav-main.stick .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-main.stick .navbar-nav.navbar-nav > li > a {
  font-size: 0.9em;
}
.nav-main.stick .navbar-nav.navbar-nav > li > a:hover {
  color: #3399ff;
}
.nav-main.stick .navbar-nav.navbar-nav > li > a > li button[type=submit]:hover, .nav-main.stick .navbar-nav.navbar-nav > li > a > li > a:focus {
  color: #3399ff;
}
.nav-main.stick .navbar-nav.navbar-nav > li > a > .active > a {
  color: #3399ff;
}
.nav-main.stick .navbar-nav.navbar-nav > li > a > .active > a:hover, .nav-main.stick .navbar-nav.navbar-nav > li > a > .active > a:focus {
  color: #3399ff;
}

.nav-main .nav-special .icon-gdvstars {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
  background: image-url("../scss/gdv-stars-orange.png") no-repeat center center;
  background-size: 18px 18px;
}
.nav-main .nav-special a:hover .icon-gdvstars, .nav-main .nav-special.active a .icon-gdvstars {
  background-image: image-url("../scss/gdv-stars-skyblue.png");
}
.nav-main.stick .nav-special a .icon-gdvstars {
  background-image: image-url("../scss/gdv-stars-dark.png");
}
.nav-main.stick .nav-special a:hover .icon-gdvstars {
  background-image: image-url("../scss/gdv-stars.png");
}
.nav-main.stick .nav-special.active .icon-gdvstars {
  background-image: image-url("../scss/gdv-stars.png");
}

@media screen and (min-width: 768px) {
  .nav-main .navbar-nav {
    float: none;
    display: inline-block;
  }
  .nav-main .navbar-nav > li button[type=submit] {
    padding: 13px 10px 0;
  }
  .nav-main.stick .navbar-nav button[type=submit]:hover {
    color: #ffffff;
  }
  .nav-main.stick .navbar-nav li > a:hover, .nav-main.stick .navbar-nav li > a:focus {
    color: #ffffff;
  }
  .nav-main .dropdown-menu {
    text-align: center;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 15px;
    border: 0;
    margin-top: 19px !important;
    box-shadow: 0 10px 5px rgba(17, 17, 17, 0.25);
    border-radius: 0;
    border-bottom: 5px solid #ffa543;
    background: #f4fae5;
    filter: alpha(opacity=98);
    opacity: 0.98;
  }
  .nav-main.stick .dropdown-menu {
    margin-top: 5px !important;
  }
  .nav-main .dropdown-menu.fixed-width {
    position: absolute;
    left: 0;
    float: left;
    min-width: 160px;
  }
  .nav-main .dropdown.open {
    position: relative;
  }
  .nav-main .dropdown.open:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #f4fae5;
    filter: alpha(opacity=98);
    opacity: 0.98;
  }
  .nav-main.stick .dropdown.open:after {
    bottom: -5px;
  }
  .nav-main .dropdown.open li > a {
    color: inherit;
  }
  .nav-main .dropdown-menu .btn-main {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
  }
  .nav-main .btn-logout .btn {
    font-size: 60%;
    font-weight: 600;
    color: #ffffff;
  }
  .nav-main .nav-special.nav-special a {
    border: 1px solid #ffa543;
    color: #ffa543;
    border-radius: 4px;
    padding: 8px;
    margin-top: 5px;
  }
  .nav-main.stick .nav-special.nav-special a {
    padding: 4px 8px;
    margin-top: 12px;
    border-color: #111111;
    color: #111111;
  }
  .nav-main .nav-special.nav-special a:hover {
    border-color: #3399ff;
    box-shadow: 0 2px 3px rgba(17, 17, 17, 0.02), 0 2px 3px rgba(17, 17, 17, 0.28);
  }
  .nav-main .nav-special.active a {
    border: 1px solid #3399ff;
    color: #3399ff;
  }
  .nav-main .nav-special.active a:hover {
    border: 1px solid #3399ff;
    color: #3399ff;
  }
  .nav-main.stick .nav-special.nav-special a:hover, .nav-main.stick .nav-special.active a {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .nav-main .navbar-brand .logo {
    padding-top: 0;
  }
  .nav-main .navbar-nav > li button[type=submit], .nav-main .navbar-nav > li > a {
    font-size: 90%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .nav-main.stick .navbar-nav > li > a, .nav-main .navbar-nav li button {
    font-size: 90%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .nav-main .nav-special.nav-special a, .nav-main.stick .nav-special.nav-special a {
    padding: 2px 6px;
    margin-top: 12px;
  }
  .nav-main .nav-special .icon-gdvstars {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin: 2px 2px 0 0;
  }
  .nav-main .navbar-nav > li button[type=submit] {
    padding-top: 16px;
  }
  .nav-main .dropdown-menu {
    font-size: 0.85em;
  }
  .nav-main .dropdown-menu .btn {
    font-size: 0.95em;
    font-weight: 600;
    padding: 5px;
  }
  .nav-main .btn-logout .btn {
    font-size: 0.8em;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .nav-main .navbar-brand .logo {
    margin-left: -40px;
    padding-top: 10px;
    margin-right: -30px;
  }
  .nav-main .navbar-nav button[type=submit], .nav-main .navbar-nav > li > a {
    font-size: 75%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .nav-main.stick .navbar-nav > li > a, .nav-main .navbar-nav li button {
    font-size: 75%;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .nav-main {
    background: #3399ff;
    background: rgba(51, 153, 255, 0.9);
    border-bottom: 1px solid #ffffff;
  }
  .nav-main .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-main .navbar-brand .logo {
    width: 140px;
    margin-top: 8px;
  }
  .nav-main .dropdown-menu div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-main .dropdown-menu .btn {
    margin: 0 0 10px;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    font-size: inherit;
    text-align: left;
    background-color: transparent;
    font-weight: 300;
  }
  .nav-main .dropdown.open > a {
    color: #3399ff !important;
  }
  .nav-main .dropdown-menu li a, .nav-main .dropdown.open li > a {
    color: #ffffff;
  }
  .nav-main .btn-lg {
    padding: 5px 10px;
    font-size: 0.8em;
    line-height: 1.5;
  }
  .nav-main .btn {
    width: 100%;
    font-weight: 300;
  }
}
@media screen and (max-width: 480px) {
  .nav-main .navbar-brand {
    float: none;
  }
}
@media print {
  .nav-main {
    display: none;
  }
}
/* ============================================
#Main Nav - Mobile Offcanvas
============================================ */
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}

.canvas-sliding {
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}

.offcanvas-clone.offcanvas-clone {
  height: 0;
  width: 0;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-toggle {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .navbar-offcanvas {
    width: 250px;
    height: auto;
    text-align: left;
    padding: 30px 15px;
    background: #001f3d;
  }
  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-radius: 0;
  }
  .navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left {
    left: 0;
    right: auto;
    border-width: 0;
  }
  .navmenu-fixed-right, .navbar-offcanvas {
    left: auto;
    right: 0;
  }
  .navmenu-nav {
    margin-bottom: 10px;
  }
  .navbar-offcanvas {
    /* 
    .nav-special {
      &.nav-special a {
        .icon-gdvstars {
          background-image: image-url('../scss/gdv-stars.png');
        }

        &:hover .icon-gdvstars {
          background-image: image-url('../scss/gdv-stars-skyblue.png');
        }

      }

      &.active a .icon-gdvstars {
        background-image: image-url('../scss/gdv-stars-skyblue.png');
      }

    } */
  }
  .navbar-offcanvas .navbar-nav {
    margin: 0;
  }
  .navbar-offcanvas .navbar-nav > li button[type=submit] {
    padding: 5px 15px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #111111;
    color: #ffffff;
  }
  .navbar-offcanvas .navbar-nav > li > a {
    border-top: 1px solid #494949;
    border-bottom: 1px solid #111111;
    color: #ffffff;
  }
  .navbar-offcanvas .navbar-nav.main > li:first-child > a {
    border-top: none;
  }
  .navbar-offcanvas .navbar-nav .dropdown li {
    padding: 5px 0;
  }
  .navbar-offcanvas .navbar-nav .dropdown-menu .btn, .navbar-offcanvas .navbar-nav .dropdown-menu:hover .btn {
    color: #ffffff;
  }
  .nav-main .navbar-nav li a:hover, .nav-main .navbar-nav li a:focus {
    color: #3399ff;
  }
  .nav-main .navbar-nav .active a {
    color: #3399ff;
  }
  .nav-main .navbar-nav .active a:hover, .nav-main .navbar-nav .active a:focus {
    color: #3399ff;
  }
}
/* ============================================
#SideBar Navigation
============================================ */
.side-bar .navbar {
  border: 0;
  background: none;
}
.side-bar .title {
  font-size: 1.325em;
}
.side-bar .title:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px -5px -15px;
  background-size: 100%;
}

.side-bar .navbar-nav.navbar-nav > li a {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 5px 5px 30px;
  border-width: 0 0 1px;
  border-color: #f2f2f2;
  border-style: solid;
  color: #3399ff;
  background-color: transparent;
  border-radius: 0;
}
.side-bar .navbar-nav.navbar-nav > li a:hover, .side-bar .navbar-nav.navbar-nav > li a:focus {
  color: #001f3d;
}
.side-bar .navbar-nav.navbar-nav > li.active > a {
  color: #001f3d;
}

.widget-booking .side-bar {
  margin: 0 15px;
}
.widget-booking .side-bar .navbar-nav.navbar-nav > li a {
  border: 0;
  color: #ffffff;
  background-color: #3399ff;
  border-radius: 5px;
}
.widget-booking .side-bar .navbar-nav.navbar-nav > li a:hover, .widget-booking .side-bar .navbar-nav.navbar-nav > li a:focus {
  background-color: #001f3d;
}
.widget-booking .side-bar .navbar-nav.navbar-nav > li.active > a, .widget-booking .side-bar .navbar-nav.navbar-nav > li.active > a:hover {
  background-color: #001f3d;
}

.side-bar .navbar-nav.navbar-nav > li > a:hover, .side-bar .navbar-nav.navbar-nav > li > a:focus, .side-bar .navbar-nav.navbar-nav > li.active > a, .side-bar .navbar-nav.navbar-nav > li.active > a:hover {
  background-color: transparent;
}
.side-bar .navbar-nav.navbar-nav > li > a:before {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  padding-top: inherit;
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-size: 1.25em;
  font-weight: 900 !important;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.side-bar .navbar-nav.navbar-nav > li.active > a:before {
  content: "\f046";
}

@media screen and (min-width: 768px) {
  .side-bar {
    padding-top: 30px;
  }
  .side-bar .navbar-nav li {
    display: block;
    width: 100%;
    position: relative;
  }
  .side-bar .navbar-nav > li > a {
    margin: 0 -15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .side-bar.side-bar {
    margin: -30px 0 30px;
  }
  .side-bar.side-bar .navbar-collapse {
    border: 0;
  }
  .side-bar.side-bar .navbar-toggle {
    float: right;
    width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #3399ff;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #3399ff;
  }
  .side-bar.side-bar .navbar-toggle:before {
    content: "MENU";
    font-weight: 500;
    float: left;
    margin-left: 40px;
  }
  .side-bar.side-bar .navbar-toggle .icon-bar.icon-bar {
    background-color: #3399ff;
  }
}
/* 
============================================
#Modal Styles
============================================ 
*/
.modal-body {
  padding: 15px 30px;
}

.modal-header {
  border-bottom-width: 0;
}

.modal-fullscreen {
  width: 100%;
  height: 100%;
}
.modal-fullscreen.modal-backdrop.fade.in {
  background: #f2f2f2;
}
.modal-fullscreen .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
.modal-fullscreen .modal-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border-radius: 0;
  box-shadow: none !important;
  border: 0;
  background: transparent;
}
.modal-fullscreen .modal-body {
  text-align: center;
  margin: 0 auto;
}
.modal-fullscreen button.close {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.modal-fullscreen.dark {
  background: #111111;
  color: #ffffff;
}
.modal-fullscreen.dark {
  background: #111111;
  color: #ffffff;
}
.modal-fullscreen.light {
  background: #111111;
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
}
.modal-fullscreen.snow {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  color: #008fbc;
}
.modal-fullscreen .fitvid {
  max-width: 1280px;
  width: 80%;
  margin: -30px auto 0;
}

@media screen and (max-width: 640px) {
  .modal-fullscreen button.close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    right: 10px;
  }
}
.overlay-loader {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f2f2f2;
  background: rgba(242, 242, 242, 0.7);
}
.overlay-loader .loader-icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: image-url("../scss/loader.gif") no-repeat center;
  text-align: center;
}
.overlay-loader .loader-icon:before {
  position: relative;
  content: attr(title);
  top: 55px;
  font-size: 1.325em;
  font-weight: 600;
  color: #414143;
}

/* ============================================
#Widgets
============================================ */
.hero-widget {
  height: 60%;
  background-repeat: none;
  background-color: #e6e7e9;
  background-size: cover;
  background-position: top right;
}
.hero-widget .well.well {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 10px;
  border: 0;
  box-shadow: none;
}
.hero-widget .form-group {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 520px) {
  .widget-booking .dropdown-menu {
    min-width: 210px;
  }
}
#dwForm {
  padding: 0;
}

/* 
============================================
#Discount Block(s)
============================================ 
*/
.discount-block {
  overflow: hidden;
}
.discount-block:before, .discount-block:after {
  content: "";
  display: table;
}
.discount-block:after {
  clear: both;
}
.discount-block .wrapper {
  background-color: #D3EAEA;
  border: 5px solid #ffffff;
  padding: 0;
}
.discount-block .wrapper:before, .discount-block .wrapper:after {
  content: "";
  display: table;
}
.discount-block .wrapper:after {
  clear: both;
}
.discount-block .content {
  padding: 10px 15px;
  color: #07383E;
}
.discount-block .content b {
  font-family: Merriweather, sans-serif;
  font-size: 1.125em;
  font-weight: 800;
  color: #c0392b;
}
.discount-block .btn {
  margin-top: 10px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .discount-block {
    text-align: center;
  }
  .discount-block .content {
    padding: 20px 15px;
  }
}
/*
===========================================================================
#Layout
===========================================================================
*/
/*
============================================
#Landing Page
============================================
*/
.l-landing-page .l-hero.l-hero {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 480px;
  background: image-url "pghero-contact.jpg";
  background-size: cover;
}
.l-landing-page .l-content-box {
  position: relative;
  top: -80px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: -15px;
}
.l-landing-page .title {
  color: inherit;
}
.l-landing-page .l-form-box {
  padding: 30px 15px;
}
.l-landing-page .btn {
  color: #ffffff;
}
.l-landing-page .l-gallery li {
  padding-bottom: 10px;
  position: relative;
  top: -60px;
}
.l-landing-page .l-gallery-title {
  position: relative;
  top: -15px;
  background: rgba(255, 255, 255, 0.5);
  text-align: right;
  display: block;
  padding: 5px 15px 5px 5px;
}

/*
============================================
#Faqs Page Styles
============================================
*/
.faqs {
  line-height: normal;
}
.faqs.faqs .panel-heading {
  padding: 10px 15px;
  margin: 0 0 5px;
  border-radius: 2px;
  font-size: 1.5em;
}
.faqs.faqs .panel-heading:hover, .faqs.faqs .panel-heading.active {
  background: #3399ff;
  color: #ffffff;
}
.faqs.faqs .panel-heading .fa {
  float: right;
  line-height: inherit;
}
.faqs a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.faqs .panel {
  padding: 0 15px;
  margin: 0;
}
.faqs .panel .heading {
  font-size: 1.15em;
  font-weight: 400;
  margin: 5px 0;
  padding: 0;
}
.faqs .panel .body {
  background: #f2f2f2;
  margin: 0 -15px;
  padding: 15px 30px;
  border-top: 1px solid #e6e7e9;
  border-radius: 2px;
}
.faqs .panel .body .collapse {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e7e9;
}
.faqs .panel .body strong {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .faqs.faqs .panel-heading {
    font-size: 1.425em;
    padding: 15px;
  }
  .faqs.faqs .panel .heading {
    font-size: 1.25em;
  }
  .faqs.faqs .panel .body {
    font-size: 1em;
  }
}
.link-block.link-block {
  display: inline-block;
}

.gridtab .panel {
  background-color: transparent;
}
.gridtab .panel .heading.heading {
  border-bottom: 1px dotted #cccccc;
  margin: 10px 0 !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #3399FF;
}
.gridtab .panel > a {
  text-decoration: none !important;
}
.gridtab .panel p > a strong {
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  border-bottom: 1px solid #cccccc !important;
  padding: 0 0 5px;
}
.gridtab dt {
  cursor: pointer;
  padding: 5px !important;
  border-radius: 0;
  border-width: 0 !important;
  background-color: transparent !important;
}
.gridtab .item-wrapper {
  display: block;
  overflow: hidden;
  padding: 30px 10px;
  border: 1px solid #3399FF;
  border-radius: 5px;
  box-shadow: none;
  font-size: 0.9em;
  font-weight: 600;
  color: #3399FF;
  transition: all 0.3s ease-out;
}
.gridtab .item-wrapper:hover {
  box-shadow: 4px 4px 1px rgba(68, 68, 68, 0.15);
  background: #FCF8E3 !important;
}
.gridtab .item-wrapper:hover .icon-gr {
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  margin-bottom: 15px;
  border-width: 4px;
}
.gridtab .item-wrapper .icon-gr {
  border: 1px solid #3399FF;
  margin-bottom: 10px;
  max-width: 84px;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.gridtab > dt.is-active .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  background: #FCF8E3 !important;
  position: relative;
  overflow: visible;
  height: 100%;
  border: 0;
}
.gridtab > dt.is-active .item-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 15px;
  border: 0;
  background: #FCF8E3 !important;
}
.gridtab > dt.is-active .item-wrapper .icon-gr {
  border-color: #3399FF;
  border-width: 4px;
}
.gridtab [id=online-hotels] > a {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.gridtab.gridtab dd {
  top: 4px;
  padding: 15px 30px !important;
  margin-bottom: 15px !important;
  background: #FCF8E3 !important;
  border: 0;
}

.gridtab--0 > dd {
  border: 0;
  margin: 5px 0 5px 3px !important;
  background: #FCF8E3 !important;
}

/* ==========================================================================
#Footer
========================================================================== */
.footer {
  display: table-row;
  z-index: 11;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.footer .wrapper {
  background: #001f3d;
  color: #c8cacf;
  padding-top: 10px;
}

.footer .call-action {
  display: block;
  overflow: hidden;
  background: #3399ff;
  color: #ffffff;
  padding: 20px 0;
  font-size: 1.65em;
}
.footer .call-action .btn {
  margin-left: 10px;
  background: #ffffff;
  color: #0080ff;
}
.footer .call-action a {
  color: inherit;
  text-decoration: underline;
}
.footer .call-action .btn:hover {
  background: #0080ff;
  color: #ffffff;
}
.footer .call-action.lg {
  background: #ffa543;
  padding: 3% 0;
}
.footer .call-action.lg .lead {
  font-size: 1.25em;
  color: #ffffff;
  margin: 0;
}

.footer .nav {
  float: none;
  margin: 30px auto 0;
  font-size: 0.85em;
}
.footer .nav button {
  border: 0;
  background-color: transparent;
  padding: inherit;
}
.footer .nav a,
.footer .nav button {
  color: #c8cacf;
}
.footer .nav li a:hover, .footer .nav li.active a,
.footer .nav li button:hover,
.footer .nav li button.active {
  color: #3399ff;
  background: none;
  text-decoration: underline;
}

.footer .social {
  display: block;
  width: 100%;
  clear: both;
  margin: 15px 0 10px;
  padding: 10px 0;
  font-weight: 300;
  font-size: 130%;
  text-align: center;
  border-top: 1px solid #002b57;
  border-bottom: 1px solid #002b57;
}
.footer .social [class=fa-stack-1x] {
  color: #ffffff !important;
}

@media screen and (min-width: 768px) {
  .footer .nav .alpha {
    padding-right: 15px;
  }
  .footer .nav .omega {
    border-left: 1px solid #002b57;
  }
}
@media screen and (min-width: 768px) {
  .footer .logo {
    display: inline-block;
    overflow: hidden;
    width: 145px;
    height: 50px;
    background-size: contain !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo {
    text-align: center;
    margin: 5px auto;
  }
  .footer .wrapper {
    padding: 0;
  }
  .footer .call-action {
    font-size: 1.25em;
    padding: 10px 0;
  }
  .footer .call-action .btn {
    display: table;
    margin: 2% auto 0;
  }
  .footer .call-action.lg .lead {
    font-size: 1em;
  }
  .footer .nav li a,
  .footer .nav button {
    width: 48%;
    float: left;
    text-align: center;
    border: 1px solid #002b57;
    padding: 2px;
    margin: 1px;
  }
  .footer .nav li a:hover, .footer .nav li.active a,
  .footer .nav li button:hover,
  .footer .nav li button.active {
    color: #ffffff;
    background: #002b57;
  }
}
@media screen and (max-width: 480px) {
  .footer .logo {
    width: 80%;
  }
  .footer .nav li a,
  .footer .nav button {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  .footer .nav li a,
  .footer .nav button {
    width: 100%;
  }
}
@media print {
  .footer {
    display: none;
  }
}
/*
============================================
#Grid xlarge >1360px
============================================
*/
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1360px) {
  .col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
}
/*
============================================
#Page Intro-Box 
============================================
*/
.pg-well {
  z-index: 20;
  background: #3399ff;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 10px 15px;
  color: #ffffff;
}
.pg-well .arrow-down {
  border-top-color: #3399ff;
}
.pg-well .btn {
  color: #3399ff;
}
.pg-well h1, .pg-well .title {
  font-size: 1.75em;
  font-weight: 300;
  margin: 5px 0 10px 0;
}

@media screen and (max-width: 640px) {
  .pg-well .arrow-down {
    margin-top: 5px;
  }
  .pg-well h1 {
    font-size: 1.5em;
  }
}
/* ============================================
#Ads Postings Homepage
============================================ */
.postings {
  transition: all 0.3s ease-out;
}
.postings.home {
  background: #e6f2ff;
  margin-top: -15px;
}
.postings .post-block {
  padding: 30px 0;
}
.postings .post-fullwidth {
  clear: both;
  padding: 30px 0;
  text-align: center;
  margin: 0 15px;
}

.postings .title-main {
  display: block;
  margin: 0 0 30px;
  font-size: 2.15em;
  font-weight: 300;
  color: #001f3d;
  text-transform: uppercase;
  text-align: center;
  /*  &:before {
    content: '';
    display: inline-block;
    margin: 0 10px -5px 0;
    width: 40px;
    height: 40px;
    background: image-url('../scss/gdv-stars-blue.png') no-repeat center center;
    background-size: cover;
  } */
}

.postings .reversed {
  background: #fa9ea5;
  box-shadow: inset 0 0 40px #f64c59;
}
.postings .reversed .title-main {
  color: #ffffff;
}
.postings .reversed .title-main:before {
  background-image: image-url("../scss/gdv-stars.png");
}

.postings .post {
  position: relative;
  margin-bottom: 15px;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}
.postings .post:hover {
  transform: scale(0.98);
  transform: translateY(-5px);
}

.postings .post-bkgs {
  background: #ffffff;
}
.postings [data-name=secondary-ads] .post, .postings [data-name=secondary-ads2] .post {
  margin-bottom: 30px;
}
.postings [data-name=secondary-ads] .post:nth-of-type(odd) figure, .postings [data-name=secondary-ads2] .post:nth-of-type(odd) figure {
  background: white;
}
.postings [data-name=secondary-ads] .post:nth-of-type(even) figure, .postings [data-name=secondary-ads2] .post:nth-of-type(even) figure {
  background: #f5fbfd;
}

.postings .post .title {
  font-size: 1.5em;
  font-weight: 700;
}
.postings.blog .post .title {
  font-size: 1.15em;
}
.postings .reversed .post .title {
  margin: 0;
  padding: 10px 20px;
  color: #ffffff;
}

.postings .post figure {
  background: #f4fae5;
  padding: 0 20px;
  transition: all 0.3s ease-out;
}
.postings .post:hover figure {
  box-shadow: 0 5px 0 rgba(0, 31, 61, 0.08);
}
.postings .post figcaption {
  margin: 0 0 10px 0;
  font-weight: 400;
}
.postings .post .thumb {
  margin: 0 -20px 20px -20px;
}

.postings.blog .post .thumb {
  height: 180px;
}
.postings .post:hover .thumb:after {
  bottom: 0;
  border-bottom-color: #f4fae5;
}
.postings .post:hover .thumb img {
  transform: scale(1.05);
}

.postings .landscape .post .thumb {
  min-height: 360px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 10px;
  background-position: top center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.postings .landscape .post:hover .thumb img {
  transform: scale(1.05);
}

.postings .post-bkgs .post:nth-of-type(odd) .thumb:after {
  border-bottom-color: white;
}
.postings .post-bkgs .post:nth-of-type(even) .thumb:after {
  border-bottom-color: #f5fbfd;
}

.postings .post .feature {
  font-size: 0.9em;
}
.postings .reversed .post .feature {
  top: 15%;
}

.postings [class=btn] {
  clear: both;
  width: auto;
  background: inherit;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 0;
  border-width: 1px 0 0;
  border-color: #3399ff;
  padding: 5px 0;
  margin: 15px 0;
}
.postings .post:hover [class=btn] {
  background: #3399ff;
  color: #ffffff;
  padding-right: 20px;
  text-indent: 10px;
  border-radius: 0 30px 30px 0;
}

.postings.footer {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  color: #f42535;
}
.postings.footer:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin: 0 auto;
  border-width: 15px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
}
.postings.footer .thumb:hover:after {
  border-bottom-color: #f2f2f2;
}
.postings.footer > .inner {
  padding: 60px 0 30px 0;
  overflow: hidden;
}
.postings.footer .title {
  display: none;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #f42535;
}
.postings.footer .title:before {
  background-image: image-url("../scss/gdv-stars-dark.png");
}
.postings.footer .title strong {
  font-weight: 600;
}

@media screen and (min-width: 1360px) {
  .postings .landscape .post .thumb {
    min-height: 360px;
  }
  .postings [data-name=benefits-ads] figcaption, .postings [data-name=secondary-ads2] figcaption {
    min-height: 60px;
  }
  .postings [data-name=secondary-ads] figcaption {
    min-height: 120px;
  }
  .postings.blog .post .thumb {
    height: 220px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  .postings [data-name=benefits-ads] figcaption {
    min-height: 90px;
  }
  .postings [data-name=secondary-ads] figcaption {
    min-height: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .postings [data-name=primary-ads] figcaption {
    min-height: 220px;
  }
  .postings [data-name=benefits-ads] figcaption {
    min-height: 110px;
  }
  .postings [data-name=secondary-ads] figcaption {
    min-height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .postings .landscape .post .thumb:after {
    right: -30px;
    margin-right: 0;
    bottom: 45%;
    border-width: 30px 10px 30px 0;
    border-color: transparent;
  }
  .postings .landscape .post:hover .thumb:after {
    right: 0;
    border-right-color: #f4fae5;
  }
}
@media screen and (max-width: 992px) {
  .postings .landscape .post .thumb {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .postings [data-name=benefits-ads] figcaption {
    min-height: 100px;
  }
  .postings [data-name=secondary-ads] figcaption {
    min-height: 200px;
  }
  .postings .title, .postings .ovations .title {
    font-size: 1.8em;
    padding-top: 0;
  }
  .postings .post-fullwidth img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .postings .landscape .post .thumb {
    min-height: 280px;
  }
  .postings .col-mobile {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 360px) {
  .postings .post {
    width: 100%;
    float: none;
  }
}
/* ============================================
#Mason Grid
============================================ */
.grid-mason-item {
  padding: 10px;
  display: inline-block;
}
.grid-mason-item:before, .grid-mason-item:after {
  content: "";
  display: table;
}
.grid-mason-item:after {
  clear: both;
}
.grid-mason-item .thumb:after {
  display: none;
}
.grid-mason-item .feature {
  top: auto;
  bottom: 60px;
  left: 0;
  z-index: 1000;
  font-size: 110%;
  text-transform: uppercase;
  background-color: #0080ff;
}
.grid-mason-item .feature small {
  position: relative;
  top: -3px;
}
.grid-mason-item .grid-mason-title {
  position: relative;
  display: block;
  margin-bottom: 2px;
  background-color: #001f3d;
  color: #ffffff;
  padding: 30px 15px 10px;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.grid-mason-item .grid-mason-title:hover {
  background-color: #3399ff;
}
.grid-mason-item .grid-mason-title:before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.grid-mason-item .grid-mason-title:after {
  position: absolute;
  content: "\f138";
  font-family: Font Awesome\ 5 Free;
  font-weight: normal;
  font-size: 130%;
  top: 35%;
  right: 20px;
  transition: all 0.3s ease-out;
}
.grid-mason-item:hover .grid-mason-title, .grid-mason-item a:hover {
  background-color: #3399ff;
  text-decoration: none;
}
.grid-mason-item:hover .grid-mason-title:before, .grid-mason-item a:hover:before {
  width: 50%;
}
.grid-mason-item:hover .grid-mason-title:after, .grid-mason-item a:hover:after {
  right: 10px;
}

/* ===========================================================================
#Single Page Styles
============================================================================ */
.single-pg {
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}
.single-pg h1, .single-pg h2, .single-pg h3, .single-pg h4, .single-pg h5, .single-pg h6 {
  font-weight: 300;
}
.single-pg h2 {
  margin-bottom: 30px;
}
.single-pg .reversed {
  padding: 8px 15px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 120%;
}
.single-pg .push-bottom {
  padding-bottom: 130px;
}

.single-pg > .title {
  z-index: 1;
  position: relative;
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  margin: 0 0 15px;
  padding: 25px 15px;
  background: #3399ff;
  color: #ffffff;
  transition: 0.5s ease-out;
}
.single-pg > .title strong {
  font-weight: 600;
}
.single-pg > .title:after {
  bottom: -10px;
  transition: 0.5s ease-out;
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 50px 0 50px;
  border-color: #3399ff transparent transparent transparent;
  transition: all 0.3s ease-out;
}
.single-pg.stick > .title {
  font-size: 2em;
  padding: 30px 15px 15px;
}
.single-pg.stick > .title:after {
  border-width: 20px 40px 0;
}

.single-pg .pg-pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -30px;
}
.single-pg .pg-pic figcaption {
  position: absolute;
  top: 0;
  left: 60px;
  width: 40%;
  height: 100%;
  font-size: 2.325em;
  font-weight: 300;
  line-height: normal;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.8s ease-out;
}
.single-pg .pg-pic img {
  transform: scale(1);
  transition: 0.8s ease-out;
}
.single-pg .pg-pic .pg-hero {
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
  text-shadow: -1px 2px 3px rgba(17, 17, 17, 0.95);
}
.single-pg .pg-pic .pg-hero .btn {
  text-shadow: none;
}
.single-pg.stick .pg-pic img {
  transform: scale(1.0875);
}

.single-pg .pg-content {
  font-size: 120%;
  line-height: 190%;
  z-index: 1;
}
.single-pg .pg-content.padding-start {
  padding-bottom: 0;
  padding-top: 0;
}
.single-pg .pg-content.text-normal, .single-pg .pg-content .text-normal {
  line-height: normal;
}
.single-pg .pg-content.text-normal h3 {
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-pg .pg-content.nobg {
  background: transparent;
}
.single-pg .pg-content > h1 {
  color: #414143;
}
.single-pg .pg-content h1, .single-pg .pg-content h2, .single-pg .pg-content h3, .single-pg .pg-content h4, .single-pg .pg-content h5, .single-pg .pg-content h6 {
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 130%;
}

.single-pg blockquote {
  color: #6f6f75;
  float: left;
  padding-left: 0;
  font: italic 300 2em/1.25em Merriweather, sans-serif;
}
.single-pg blockquote:before {
  color: #e6e7e9;
  position: absolute;
  z-index: 0;
  margin-top: 5px;
  font-style: normal;
}
.single-pg blockquote p {
  z-index: 1;
  position: relative;
}

.single-pg .bg-style, .single-pg .bg-omega, .single-pg .bg-alpha {
  font-weight: 400;
  line-height: 160%;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0 solid #ffffff;
}
.single-pg .bg-alpha {
  background-color: #e6e7e9;
}
.single-pg .bg-omega {
  background-color: #f2f2f2;
}

.transition-bios, .single-pg.bios article .fa-user, .single-pg.bios article hr, .single-pg.bios article {
  transition: all 0.3s ease-out;
}

.single-pg.bios article .fa-user {
  color: #cccccc;
  box-shadow: 0 0 15px #cccccc;
  background: #f2f2f2;
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-size: 4.75em;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.single-pg.bios article:hover {
  background: #ffffff;
}
.single-pg.bios article:hover .fa-user {
  color: #ffffff;
  background: #cccccc;
  font-size: 5.5em;
}
.single-pg.bios article:hover hr {
  transform: scaleX(0.25);
  border-color: #414143;
}

.destguide.details {
  line-height: 1.8em;
}
.destguide.details h2, .destguide.details h3, .destguide.details h4, .destguide.details h5, .destguide.details h6 {
  font-weight: 600;
  margin: 40px 0 15px;
}
.destguide.details .pg-content {
  padding-top: 35px;
}
.destguide.details .pg-content h1 {
  margin-top: 15px;
}

@media screen and (min-width: 1400px) {
  .single-pg .pg-pic figcaption {
    width: 40%;
    font-size: 3.525em;
    line-height: 1.25em;
  }
  .single-pg .pg-pic .pg-hero {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .single-pg .pg-pic figcaption {
    left: 30px;
    width: 50%;
    font-size: 1.675em;
  }
  .single-pg .pg-pic .pg-hero {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-pg .pg-content {
    padding: 60px 60px 40px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
  }
  .single-pg .pg-content + .single-pg .pg-content {
    padding-top: 0;
  }
  .single-pg .pg-content.padding-start {
    padding-top: 15px;
  }
  .single-pg .pg-content blockquote {
    width: 55%;
    margin: 30px 30px 30px -15px;
  }
  .single-pg .side-bar {
    margin-top: 60px;
  }
  .single-pg.stick .pg-pic figcaption {
    margin-top: 30px;
    filter: alpha(opacity=30);
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .single-pg .pg-inner {
    padding: 15px;
  }
  .single-pg > .title {
    font-size: 1.8em;
    padding: 15px;
    background: #56565b;
  }
  .single-pg > .title:before {
    width: 32px;
    height: 32px;
  }
  .single-pg > .title:after {
    border-top-color: #56565b;
  }
  .single-pg.stick > .title {
    font-size: 1.5em;
  }
  .single-pg .pg-pic {
    margin-bottom: 0;
  }
  .single-pg .pg-pic figcaption {
    font-size: 1.575em;
  }
  .single-pg .pg-pic figcaption .btn-lg {
    padding: 8px 16px;
    font-size: 15px;
  }
  .single-pg .pg-content > h1 {
    font-size: 2em;
  }
  .single-pg .pg-content blockquote {
    width: 40%;
    margin: 30px 30px 30px 60px;
  }
  .single-pg .pg-content.pull-right {
    float: none !important;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .single-pg .pg-pic figcaption {
    position: static;
    background: #f2f2f2;
    width: auto;
    padding: 15px 30px;
    margin: 2px 0 30px;
    font-size: 1.5em;
  }
  .single-pg .pg-pic figcaption br {
    display: none;
  }
  .single-pg .pg-pic .pg-hero {
    text-shadow: none;
    color: #001f3d;
  }
  .single-pg .pg-pic .pg-hero img {
    display: none;
  }
  .single-pg .pg-content blockquote {
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    font-size: 1.8em;
  }
  .single-pg .pg-content blockquote:before {
    color: #e6e7e9;
    position: absolute;
    margin-top: 0;
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .single-pg .pg-content .btn {
    display: block;
    width: 100%;
  }
}
@media print {
  .single-pg {
    padding-bottom: 0;
  }
  .single-pg > .title {
    padding: 15px;
  }
  .single-pg > .title:before, .single-pg > .title:after {
    display: none;
  }
  .single-pg .pg-content {
    padding: 15px;
    width: 100%;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .single-pg .pg-content.pull-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .single-pg .pg-pic {
    margin: 15px 0;
  }
}
.site-title {
  z-index: 1;
  position: relative;
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  margin: 0 0 15px;
  padding: 25px 15px;
  background: #3399ff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 2px solid #3399ff;
  transition: 0.5s ease-out;
  /* &:before {
    content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: $icon-reversed no-repeat left center;
      background-size: cover;
      margin-top: 5px;
      margin-right: 10px;
      transition: 0.5s ease-out;
  } */
}
.site-title strong {
  font-weight: 600;
}
.site-title:after {
  bottom: -10px;
  transition: 0.5s ease-out;
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 50px 0 50px;
  border-color: #3399ff transparent transparent transparent;
  transition: all 0.3s ease-out;
}

.stick.site-title {
  font-size: 2em;
  padding: 30px 15px 15px;
}
.stick.site-title:after {
  border-width: 20px 40px 0;
}

@media screen and (max-width: 767px) {
  .site-title {
    font-size: 1.8em;
    padding: 15px;
    background: #3399ff;
    /*  &:before {
      width: 32px;
      height: 32px;
    } */
  }
  .site-title:after {
    border-top-color: #3399ff;
  }
  .stick.site-title {
    font-size: 1.5em;
  }
}
@media print {
  .site-title {
    padding: 15px;
  }
  .site-title:before, .site-title:after {
    display: none;
  }
}
.pg-pic-content {
  position: absolute;
  top: auto !important;
  bottom: 80px !important;
  left: 80px !important;
  width: 100% !important;
  height: auto !important;
}
.pg-pic-content .btn {
  font-weight: 4300;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pg-pic-content {
    left: 30px !important;
    bottom: 60px !important;
  }
}
.icon-scroll:after {
  content: "\f063";
  position: absolute;
  left: 50px;
  bottom: 62px;
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 900;
  color: #ffffff;
  transition: all 0.2s ease-out;
}
.icon-scroll:before {
  content: "Discover More";
  position: absolute;
  left: 70px;
  bottom: 60px;
  z-index: 1;
  font-family: "Lato", san-serif;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.icon-scroll:after, .icon-scroll:before {
  text-shadow: -1px 1px 2px rgba(17, 17, 17, 0.5);
}
.icon-scroll:hover {
  cursor: pointer;
}
.icon-scroll:hover:after {
  bottom: 50px;
}
.icon-scroll:hover:before {
  left: 80px;
}

.highlight-block {
  position: relative;
  display: block;
  background: #F1F3DE;
  border-left: 5px solid #099251;
  border-bottom: 5px solid #ffffff;
  border-right: 3px solid #ffffff;
  padding: 60px 60px 60px 160px;
  margin: 60px 0 60px 30px;
  font-family: "Merriweather", "Cormorant Garamond", serif;
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -0.0125em;
  color: #099251;
}
.highlight-block:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  right: 0;
  bottom: 0;
  display: block;
  width: 96px;
  height: 96px;
  border: 0;
  background: url(../images/icons/money-solid.svg) center no-repeat;
  background-size: cover !important;
}
.highlight-block.alt {
  background: #B9E667;
  color: #4d2e00;
  border-left-color: #FD5219;
}
.highlight-block.alt:before {
  top: 50px;
  background: url(../images/icons/icon-hawaii.svg) center no-repeat;
}
.highlight-block.alt:after {
  background: #FBDA35;
  opacity: 0.7;
}
.highlight-block:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  bottom: -20px;
  left: 20px;
  right: -20px;
  display: block;
  width: 100%;
  height: 100%;
  background: #099251;
  opacity: 0.2;
}

.text-disclaimer {
  color: #555;
}
.text-disclaimer .list-styled {
  font-size: 0.9em;
  line-height: 1.5em;
  font-style: italic;
}
.text-disclaimer .list-styled li {
  margin-bottom: 8px;
}
.text-disclaimer .list-styled li strong {
  font-weight: 500;
}
.text-disclaimer .list-styled li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  font-style: normal;
  margin-left: -25px;
  margin-right: 10px;
  color: #099251;
}

.steps-block {
  position: relative;
  margin: 0 0 30px;
}
.steps-block-inner {
  padding: 180px 0 180px;
  background: #F1F3DE;
}
.steps-block-inner:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  display: block;
  min-height: 180px;
  background: url(../images/hero-section-top-ol.svg) no-repeat top;
  background-size: cover;
}
.steps-block-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  min-height: 180px;
  background: url(../images/hero-section-bottom-ol.svg) no-repeat bottom;
  background-size: cover;
}
.steps-block-header {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.0925em;
  color: #154c85;
}
.steps-block-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #154c85;
  margin: 0 auto;
}
.steps-block-header h1 {
  margin: 0 0 5px 0;
  font-size: 1.5em;
  font-weight: 300;
}
.steps-block-header h2 {
  margin: 0;
  font-family: "Eczar", "Cormorant Garamond", serif;
  font-size: 2.5em;
  font-weight: 400 !important;
}
.steps-block-header h2 sup {
  top: -5px !important;
}
.steps-block-item {
  padding: 0 30px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.steps-block-item.mt-0 {
  margin-top: 30px;
}
.steps-block-item .btn {
  font-weight: 300;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0;
}
.steps-block-icon {
  width: auto;
  max-height: 72px;
  margin-bottom: 20px;
}
.steps-block-title {
  font-size: 1.525em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  margin: 15px 0;
}
.steps-block-title strong {
  font-weight: 700;
}
.steps-block-content {
  font-size: 1.125em;
  line-height: 1.725;
  font-weight: 400;
}
.steps-block-content strong {
  font-weight: 600;
  text-transform: uppercase;
}
.steps-block .text-orange {
  color: #df7f1b;
}
.steps-block .text-blue {
  color: #154c85;
}
.steps-block .text-green {
  color: #099251;
}
.steps-block .text-skyblue {
  color: #41a7de;
}

@media screen and (max-width: 767px) {
  .container.col-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .steps-block-inner {
    padding: 130px 0 130px;
  }
  .steps-block-header {
    margin-bottom: 30px;
  }
  .steps-block-header h1 {
    font-size: 1.325em;
  }
  .steps-block-header h2 {
    font-size: 2em;
  }
  .steps-block-item {
    margin: 60px auto 0 auto;
    max-width: 480px;
  }
  .steps-block-item.mt-0 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .steps-block-item .btn {
    width: 100%;
  }
  .steps-block-title {
    font-size: 1.5em;
    margin: 15px 0 15px;
  }
  .steps-block-title strong {
    font-weight: 700;
  }
  .steps-block-content {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 992px) {
  .highlight-block {
    padding: 160px 30px 60px;
    margin: 30px 0 60px;
    left: 0;
    text-align: center;
    font-size: 1em;
  }
  .highlight-block:before {
    top: 30px;
    left: 0;
    width: 100%;
    height: 115px;
    background-size: 100px 100px;
  }
}
/*
============================================
#Calculator 
============================================
*/
.calc .input-box {
  overflow: hidden;
}
.calc .results {
  font-weight: 400;
  line-height: normal;
  background: #ffffff;
  border: 1px solid #e6e7e9;
  border-radius: 10px;
  overflow: hidden;
}
.calc .results p {
  margin: 10px 0;
}
.calc .results li {
  padding: 8px 15px;
}
.calc .results .header {
  font-size: 1.15em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.calc .results .sub-header {
  font-size: 1.05em;
  text-transform: uppercase;
  background: #95d600;
  color: #ffffff;
}
.calc .results .title {
  font-size: 1.15em;
  font-weight: 600;
}
.calc .results .sub-title {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  background: #e6e7e9;
}
.calc .results .sum {
  border-top: 2px solid #ffffff;
  background: #2c3e50;
  color: #ffffff;
  text-transform: uppercase;
}

/* 
=================================================
#SelectorBox Btns - CampingPass Form Page
================================================= 
*/
.SelectorBox {
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  min-height: 100px;
  border: 1px solid #41a7de;
  border-radius: 15px;
  background: #41a7de;
  padding: 10px 15px;
  color: #f4fae5;
  transition: all 0.3s ease-out;
}
.SelectorBox:hover {
  cursor: pointer;
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 0 #e6e7e9;
  background: #f65662;
  border-color: #f42535;
  color: #ffffff;
}
.SelectorBox .title {
  margin: 5px 0;
  font-weight: 700;
  font-size: 1.425em;
  text-transform: uppercase;
  border-bottom: 1px solid #f4fae5;
  padding-bottom: 5px;
}
.SelectorBox .sub-title {
  font-size: 1.05em;
}

.SelectedBox {
  cursor: pointer;
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 0 #e6e7e9;
}
.SelectedBox, .SelectedBox:hover {
  background: #71a300;
  border-color: #95d600;
  color: #ffffff;
}

/*
============================================
#Widget - Booking
============================================
 */
.widget-booking .filter li > a:after, .widget-booking .selected:after {
  position: absolute;
  padding-right: 10px;
  right: -5px;
  content: "\f058";
  font-family: Font Awesome\ 5 Free;
}

.widget-booking .filter li > a:hover:after, .widget-booking .selected:hover:after {
  content: "\f057";
  color: #ffffff;
}

.widget-booking .filter li > a:hover, .widget-booking .selected:hover {
  background: #c30a18;
  color: #ffffff;
}

.widget-panel,
.widget-inner {
  background: #e6e7e9;
}

.widget-inner {
  padding: 0;
}

.widget-booking {
  padding-bottom: 15px;
  background: #e6e7e9;
  z-index: 10;
}
.widget-booking .pg-well {
  margin-bottom: 20px;
  font-size: 0.95em;
  background-color: #ffa543;
  transition: background-color 0.8s;
}
.widget-booking .pg-well .arrow-down {
  border-width: 10px 60px 0;
  border-top-color: #ffa543;
  transition: border-top-color 0.8s;
}
.widget-booking .title {
  font-size: 1.2em;
  text-align: center;
}
.widget-booking .selected {
  background: #3399ff;
  color: #ffffff;
}
.widget-booking .dropdown-toggle,
.widget-booking .btn.selected {
  width: 100%;
  position: relative;
  text-align: left;
  border-radius: 0;
  margin-bottom: 4px;
}
.widget-booking .dropdown-toggle:hover {
  background-color: #f2f2f2;
}
.widget-booking .dropdown-toggle:after {
  position: absolute;
  right: 5px;
  padding: 0 2px;
  background: inherit;
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
}
.widget-booking .dropdown-menu > li > a {
  font-size: 0.85em;
  overflow: hidden;
}
.widget-booking .dropdown-menu li .badge {
  font-size: 0.85em;
  float: right;
  font-weight: 600;
  background-color: #3399ff;
}
.widget-booking .dropdown-menu .divider {
  clear: both;
  height: 1px;
  background-color: #e6e7e9;
  margin: 4px 0;
}
.widget-booking .open .dropdown-menu {
  border: 0;
  border-radius: 0;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.widget-booking button[type=submit] {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget-booking button a {
  color: inherit;
}

.widget-booking .filter .title {
  color: #3399ff;
}
.widget-booking .filter ul {
  max-height: 100px;
  overflow: auto;
  border-radius: 2px;
  font-size: 0.9em;
  font-weight: 400;
  background: #3399ff;
  margin: 0 0 10px;
  padding: 5px;
}
.widget-booking .filter li > a {
  display: block;
  color: #ffffff;
  padding: 3px 10px;
  position: relative;
}
.widget-booking .form-group {
  padding: 0;
  margin: 0 0 2px 0;
}
.widget-booking .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.widget-booking .form-group .alpha {
  padding-right: 3px;
}
.widget-booking .form-group .omega {
  padding-left: 3px;
}

.widget-booking .key {
  clear: both;
  overflow: hidden;
  font-size: 90%;
  border-top: 1px solid #e6e7e9;
  margin-top: 10px;
  padding-top: 10px;
}
.widget-booking .key li {
  padding: 2px 5px;
}
.widget-booking .key .well {
  font-size: 1.165em;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #4285f4;
  color: #ffffff;
  border: 0;
}
.widget-booking .key .well a {
  color: #ffffff;
  text-decoration: underline;
}
.widget-booking .key .tooltip {
  min-width: 360px;
}
.widget-booking .key .tooltip-inner {
  padding: 10px;
}

.widget-booking .btn-info.btn-info {
  background-color: #3399ff;
  color: #ffffff !important;
}
.widget-booking .btn-info.btn-info:hover, .widget-booking .btn-info.btn-info:active, .widget-booking .btn-info.btn-info:focus {
  background-color: #001f3d;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .home .widget-booking {
    font-size: 0.8em;
  }
  .home .widget-booking .pg-well {
    font-size: 0.95em;
  }
  .home .widget-booking .key {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .widget-booking.fixed {
    position: fixed;
    width: inherit;
    top: 115px;
    height: 100%;
    transition: 0.8s;
  }
  .widget-booking.fixed.stick {
    top: 80px;
    background-color: #e6f2ff;
  }
  .widget-booking.fixed.stick .pg-well {
    background-color: #4285f4;
  }
  .widget-booking.fixed.stick .pg-well .arrow-down {
    border-top-color: #4285f4;
  }
  .widget-booking .open .dropdown-menu {
    min-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .widget-booking .open .dropdown-menu {
    width: 100%;
  }
  .widget-panel {
    margin-bottom: 15px;
    height: auto;
    background: #ffffff;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .widget-booking {
    border-radius: 2px;
    font-size: 85%;
  }
  .widget-booking button[type=submit] {
    font-size: 0.95em;
  }
  .widget-booking .pg-well h1 {
    margin: 0;
  }
  .widget-booking .pg-well .arrow-down {
    border-width: 10px 40px 0;
  }
  .widget-booking .key .well {
    display: none;
  }
}
@media print {
  .widget-booking {
    display: none;
  }
}
/*
// ====================================================================
// Sydney - Layout
// ====================================================================
*/
/*
============================================
#GDV Icons
============================================
 */
.gdvicon {
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 50%;
  display: inline-block;
  min-width: 21px;
}
.gdvicon.ew {
  background: #008fbc;
}
.gdvicon.vw {
  background: #95d600;
}
.gdvicon.sb {
  background: #662f69;
}
.gdvicon.tt {
  background: #c69;
}

.gdvbg-orange {
  background: #008fbc;
}

.gdvbg-blue {
  background: #008fbc;
}

.gdvbg-green {
  background: #95d600;
}

.gdvbg-skyblue {
  background: #41a7de;
}

.forms hr {
  margin: 10px 0;
}

.has-error {
  font-weight: 600;
  color: #f42535;
  font-size: 0.8em;
}

/*
 =================================================
#Checkout Pages
=================================================
*/
.checkout-pg {
  margin-bottom: 120px;
  padding-top: 15px;
}
.checkout-pg .title {
  margin-bottom: 40px;
  color: #414143;
}
.checkout-pg h3 {
  margin-bottom: 0;
}
.checkout-pg aside {
  padding-top: 105px;
}
.checkout-pg .info-box {
  border-radius: 5px;
  padding: 0 15px 10px;
  margin: 0 0 20px;
}
.checkout-pg .info-box h4, .checkout-pg .info-box .info-box-title {
  position: relative;
  box-shadow: 0 3px 0 #e6e7e9;
  background: #414143;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.15em;
  border-radius: 0 5px 5px 0;
  margin: 5px -20px 15px -30px;
  padding: 10px 10px 10px 30px;
}
.checkout-pg .info-box h4:before, .checkout-pg .info-box .info-box-title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #333333;
  border-left: 15px solid transparent;
}
.checkout-pg .info-box li {
  padding: 3px 0;
}
.checkout-pg .info-well {
  display: block;
  overflow: hidden;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 5px;
}
.checkout-pg .info-well.price-badge-col {
  padding: 0;
}
.checkout-pg .info-well a {
  text-decoration: underline;
}
.checkout-pg .price-badge {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  margin: 10px 0 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.075em;
}
.checkout-pg .price-badge:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 60px;
  height: 80px;
  background: image-url("../scss/icon-badge.png") center no-repeat;
  background-size: 60px;
}

@media screen and (min-width: 768px) {
  .info-well .alpha {
    background-color: #e6e7e9;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-well .price-badge.price-badge {
    margin-bottom: 15px;
  }
  .info-well td {
    display: block !important;
    overflow: hidden;
    float: none;
    padding: 5px;
  }
}
@media screen and (min-width: 960px) {
  .checkout-pg .content {
    padding-left: 90px;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .checkout-pg aside {
    padding-top: 15px;
  }
}
@media print {
  .checkout-pg {
    margin: 0;
  }
  .checkout-pg aside {
    float: none;
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
    border-bottom: 1px dashed #111111;
  }
  .checkout-pg .info-box {
    float: left;
    width: 30%;
    margin: 5px;
  }
  .checkout-pg .info-box h4:before {
    display: none;
  }
  .checkout-pg .content {
    padding: 15px;
    float: none;
    width: 100%;
  }
  .checkout-pg .dl-horizontal {
    overflow: hidden;
    padding: 15px;
  }
  .checkout-pg h3 {
    margin-bottom: 10px;
  }
  .checkout-pg section.well {
    page-break-inside: avoid;
  }
}
/* ============================================
#Season Guide
============================================ */
.season-guide {
  overflow: hidden;
  margin: 15px 0;
  color: #f42535;
}
.season-guide header {
  display: block;
  font-size: 1.625em;
  line-height: normal;
  font-weight: 700;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}
.season-guide .title-dest {
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1em;
}

.season-guide ul {
  display: block;
  overflow: hidden;
}
.season-guide li {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 0;
  overflow: hidden;
  width: 8.33%;
  float: left;
  text-align: center;
  padding: 8px 0;
}
.season-guide :nth-child(even) .list-row {
  background: #e6f2ff;
}
.season-guide :nth-child(odd) .list-row {
  background: #ffffff;
}

.season-guide .months li {
  background: #f42535;
  color: #ffffff;
  padding: 5px 0;
  line-height: normal;
}
.season-guide .months span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65em;
}

.season-guide .peak, .season-guide .value, .season-guide .na {
  display: inline-block;
}
.season-guide .peak:before, .season-guide .value:before {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  border-radius: 2px;
}
.season-guide .peak:before {
  content: "P";
  background: #f42535;
}
.season-guide .value:before {
  content: "V";
  background: #95d600;
}

.text-peak {
  color: #f42535;
}

.text-value {
  color: #95d600;
}

@media screen and (min-width: 768px) {
  .season-guide [class*=col-] {
    min-height: 25px;
    line-height: 25px;
  }
  .season-guide ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .season-guide .months {
    display: none;
  }
  .season-guide li:before {
    display: block;
    content: attr(data-month);
    background: #f42535;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 4px 0;
    margin-top: -5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65em;
    line-height: normal;
  }
  .season-guide .title-dest {
    font-size: 1em;
    margin: 15px 0 5px 0;
  }
  .season-guide .peak, .season-guide .value, .season-guide .na {
    padding: 5px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .season-guide {
    margin-left: -15px;
    margin-right: -15px;
  }
  .season-guide header {
    font-size: 1.325em;
  }
  .season-guide li {
    width: 16.66%;
    padding: 2px 0 5px;
  }
  .season-guide li:before {
    padding-top: 10px;
  }
}
/* ==========================================================================
#LISTINGS Page Global Styles
========================================================================== */
.listings {
  padding: 0 0 30px;
  background: #ffffff;
}
.listings .glyphicons {
  padding: 0;
  margin: 0;
  color: inherit;
}
.listings .glyphicons:before {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
}
.listings .inner {
  padding: 0 15px;
}
.listings .tooltip-inner .off {
  cursor: not-allowed;
  display: none;
}

.listings .map {
  width: 100%;
  height: 350px;
  margin: 0 0 5px;
  background: #ffffff;
}
.listings [id=map_canvas] {
  width: 100%;
  height: 100%;
}

.listings .mapinfo {
  margin: 0;
  padding: 0;
  width: 360px;
  background: #ffffff;
}
.listings .mapinfo .items {
  margin: 0;
  overflow: hidden;
  padding: 5px;
}
.listings .mapinfo .items .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  height: 130px;
  margin-right: 15px;
  border: 1px solid #e6e7e9;
}
.listings .mapinfo .items .thumb img {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.listings .mapinfo .items h1 {
  font-size: 1.2em;
  line-height: normal;
  margin: 0;
}
.listings .mapinfo .items .info {
  padding-left: 0;
  padding-right: 0;
  min-height: 20px !important;
  margin-bottom: 5px;
}
.listings .mapinfo .items br {
  float: none;
}
.listings .mapinfo .items .btn {
  padding: 3px 10px;
  font-size: 0.95em;
  font-weight: 600;
  float: left;
  margin-top: -15px;
}

.listings .pagination {
  margin-top: 15px;
  margin-bottom: 0;
}
.listings .pagination.gdv span > span, .listings .pagination.gdv a {
  float: left;
  padding: 6px 12px;
  margin-left: 4px;
  line-height: 1.42857143;
  color: #56565b;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  border: 0 solid #56565b;
  border-radius: 5px;
}
.listings .pagination.gdv span > span, .listings .pagination.gdv a:hover {
  background: #3399ff;
  border-color: #3399ff;
  color: #ffffff;
}

.listings .nav-option-wrapper {
  background: #ffffff;
  padding: 5px 30px;
  margin-bottom: 15px;
}
.listings .nav-options {
  border: 1px solid #3399ff;
  cursor: pointer;
}
.listings .nav-options > li {
  font-weight: bold;
  padding: 0;
  border-color: #3399ff;
  border-style: solid;
}
.listings .nav-options > li > a {
  border-radius: 0;
  margin: 0;
  color: #3399ff;
  background-color: transparent;
}
.listings .nav-options > li > a:hover, .listings .nav-options > li > a:focus, .listings .nav-options > li > a:active {
  color: #ffffff;
  background-color: #3399ff;
}
.listings .nav-options > li .fa {
  margin-right: 2px;
  margin-left: 0;
}
.listings .nav-options > li > ul {
  width: 100%;
  border-width: 0 1px 1px;
  border-color: #3399ff;
  border-radius: 0;
  margin: 1px 0 0;
  text-align: center;
}

.listings .items {
  margin-bottom: 30px;
  padding: 10px;
}
.listings .items a {
  color: #3399ff;
}
.listings .items .btn {
  background-color: #3399ff;
  border: 0;
  color: #ffffff;
  font-weight: 600;
}
.listings .items .btn:hover {
  color: #ffffff;
  background: #0080ff;
}
.listings .items:hover .btn {
  color: #ffffff;
  background: #0080ff;
}

.listings .items .amenities > ul li {
  background: #3399ff;
  color: #ffffff;
  padding: 4px;
  margin: 2px -1px 0 0;
}
.listings .items .amenities > ul li:first-child {
  margin-left: 5px;
}
.listings .items .amenities .off {
  background: #bdc0c5;
  cursor: not-allowed;
}
.listings .items .tooltip-inner, .listings .items .popover {
  background: #3399ff;
  font-weight: 600;
  font-size: 90%;
}
.listings .items .tooltip-arrow, .listings .items .popover > .arrow {
  border-top-color: #3399ff;
}

.listings .items header {
  margin-bottom: 15px;
}
.listings .items h1 {
  margin: 5px 0 2px;
  font-weight: 600;
}
.listings .items h2 {
  margin: 0 0 3px;
  font-weight: 600;
}
.listings .items small {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}
.listings .items strong {
  font-weight: 600;
}

.listings .items .thumb {
  margin-bottom: 5px;
  background-color: #f4fae5;
}
.listings .items .thumb:before, .listings .items .thumb:after {
  transition: all 0.3s ease-out;
}
.listings .items:hover .thumb:before {
  background: rgba(0, 31, 61, 0.2);
}
.listings .items:hover .thumb:after {
  bottom: 0;
  border-bottom-color: #e4e4e5;
}
.listings .items:hover .thumb.thumb-light:after {
  border-bottom-color: #ffffff;
}
.listings .items .info-price-list {
  padding: 10px 15px;
  margin: -5px 0;
  background-color: #e4e4e5;
}
.listings .items .info-price-list .bdr {
  padding-bottom: 5px;
  border-bottom: 1px solid #56565b;
  margin-bottom: 4px;
}

.listings .items .info.info {
  font-size: 0.9em;
  line-height: normal;
  margin: 0 0 10px;
  text-wrap: normal;
}
.listings .items .info.info.collapse {
  height: auto !important;
}
.listings .items .info.info > li {
  margin: 3px 0;
}
.listings .items .minH.collapse {
  min-height: 165px;
}

.listings .items .feature {
  left: 0;
  top: 30%;
  font-size: 1em;
}
.listings .items .feature:after {
  display: none;
}
.listings .items:hover .feature {
  padding-left: 20px;
}

.listings .items .items-brand {
  position: relative;
  overflow: hidden;
  height: 45px;
  background-color: #ffffff;
  margin: -5px 0 5px;
  padding: 10px 5px;
}
.listings .items .items-brand img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 7px auto 0;
  height: 30px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .listings .nav-option-wrapper {
    position: relative;
    margin-bottom: 20px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
    -moz-box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
    box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
  }
  .listings .nav-option-wrapper .arrow-down {
    bottom: -10px;
    border-width: 10px 30px 0;
    border-top-color: #f2f2f2;
  }
  .listings .nav-options {
    border: 0;
  }
  .listings .nav-options > li {
    font-weight: bold;
    padding: 0;
    border: 0;
    width: auto !important;
  }
  .listings .nav-options > li:last-child {
    border: 0;
  }
  .listings .nav-options > li > a {
    color: #56565b;
    border-radius: 5px;
    background-color: transparent;
  }
  .listings .nav-options > li > ul {
    text-align: right;
    border-width: 0;
    margin-top: 5px;
    background: #f2f2f2;
  }
  .listings .nav-options > li > ul li a:hover, .listings .nav-options > li > ul li a:focus, .listings .nav-options > li > ul li a:active {
    color: #3399ff;
  }
  .listings .items .btn-sm {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .listings .nav-options > li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .listings .nav-option-wrapper .arrow-down {
    display: none;
  }
  .listings .nav-options {
    margin-top: 15px;
    border-width: 1px 1px 0 0;
  }
  .listings .nav-options > li {
    margin: 0;
    float: left !important;
    text-align: center;
    border-width: 0 0 1px 1px;
  }
  .listings .map.collapse {
    margin: 15px 0;
  }
  .listings .items {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .listings .map, .listings [id=map_canvas] {
    height: 230px !important;
  }
  .listings .mapinfo {
    max-width: 300px;
  }
  .listings .nav-options > li a {
    padding: 10px 2px;
    font-size: 0.9em;
  }
  .listings .nav-options > li > ul {
    padding: 0;
  }
  .listings .nav-options > li > ul li a {
    padding: 5px 15px;
    text-align: left;
  }
  .listings .pagination.gdv span > span, .listings .pagination.gdv a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 320px) {
  .listings .pagination {
    display: block;
    overflow: hidden;
    float: none !important;
  }
}
@media print {
  .listings .items {
    page-break-before: avoid !important;
  }
  .listings .items .thumb {
    overflow: hidden;
    height: 200px;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  .listings .pagination, .listings .map {
    display: none;
  }
  .nav-options {
    display: none;
  }
}
/* ============================================
#LISTINGS - List Page
============================================ */
.list .note {
  text-align: center;
  font-size: 1.425em;
  color: #ffffff;
  background: #56565b;
  padding: 5px 15px;
  margin: -5px 0 0;
}
.list .btn.btn {
  width: auto;
  border-radius: 5px;
  margin-left: 15px;
  margin-top: 15px;
  background: #3399ff;
  border: 0;
  color: #ffffff;
}

.list .items {
  transition: all 0.3s ease-out;
}
.list .items:hover {
  background: #f2f2f2;
}
.list .items a:hover {
  color: #3399ff;
}
.list .items h1, .list .items .thumb-title {
  font-size: 1.2em;
  line-height: 1.25em;
}
.list .items h2 {
  font-size: 1em;
  line-height: 1.25em;
}
.list .items header br {
  float: left;
}

.list .items .item-wrapper {
  background: #f2f2f2;
  overflow: hidden;
  padding-bottom: 15px;
}
.list .items .info {
  padding: 15px;
  margin-top: -10px;
}

.list .items .thumb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.list .items .thumb img {
  position: absolute;
  min-height: 100%;
}
.list .items .thumb-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  background-color: rgba(65, 65, 67, 0.85);
}
.list .items .thumb-title {
  float: left;
  font-size: 1.075em;
  line-height: 1.25em;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.list .items .thumb-gdvicon {
  float: right;
  padding: 0;
  text-align: right;
}
.list .cruises .feature {
  top: 15%;
  left: 10px;
  font-size: 0.9em;
}

.list .items .price-box {
  display: block;
  overflow: hidden;
  font-size: 0.8em;
  text-align: center;
  background: #0080ff;
  border: 1px solid #0080ff;
}
.list .items .price-box .price {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px;
}
.list .items .price-box .price b {
  display: block;
  padding-bottom: 5px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}
.list .items .price-box .btn {
  font-size: 1.05em;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  height: 50px;
  padding: 0;
  margin: 0;
}
.list .items:hover .price-box {
  border-color: #3399ff;
  background: #3399ff;
}
.list .items .item-date {
  display: inline-block;
  font-weight: 600;
  color: #f4fae5;
  border-radius: 0 15px 15px 0;
  background-color: #56565b;
  margin-top: 5px;
  padding: 5px 15px 5px 10px;
}

.list .items.special {
  display: none;
}
.list .items.special header {
  text-align: center;
  padding: 10px 15px 20px;
  color: #ffffff;
  background: #3399ff;
  border-radius: 0 0 10px 10px;
  margin: -5px 0 10px;
}
.list .items.special header h1 {
  font-size: 1.6255em;
  margin-bottom: 10px;
}
.list .items.special header h2 {
  font-size: 1.125em;
  line-height: 150%;
}
.list .items.special header br {
  float: none;
}
.list .items.special:hover header {
  background: #3399ff;
}
.list .items.special .thumb:after {
  bottom: 0;
  border-bottom-color: #3399ff;
}
.list .items.special:hover .thumb:after {
  border-bottom-color: #3399ff;
}

@media screen and (min-width: 961px) {
  .list .cruises .items .info.info {
    min-height: 160px;
    max-height: 200px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .list .items:hover {
    transform: scale(0.98);
    transform: translateY(-5px);
    box-shadow: -5px 5px 1px rgba(51, 51, 51, 0.2);
  }
  .list .items header {
    min-height: 80px;
  }
  .list .items .thumb.setH {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .list {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .list .items .thumb.setH {
    height: 180px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .list .items .price-box .price, .list .items .price-box .btn {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .list .items .price-box .price b {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .list {
    font-size: 85%;
  }
  .list .items .amenities {
    display: none;
  }
  .list .items .price-box .price {
    font-size: 85%;
  }
  .list .items .price-box .btn {
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .list .items {
    width: 100%;
  }
  .list .items .price-box .price div {
    padding: 0;
  }
  .list .items .info.info, .list .items header {
    min-height: 10px;
  }
}
@media print {
  .list {
    float: none;
    width: 100%;
  }
  .list img {
    page-break-inside: auto;
  }
}
/* ============================================
#LISTINGS - Details Page
============================================ */
.details .pg-well.pg-well .title {
  font-size: 140%;
}
.details .pg-well.pg-well .arrow-down {
  border-width: 10px 60px 0;
  border-top-color: #ffffff;
}
.details .pg-well.pg-well.top {
  margin-bottom: 0;
  font-size: 0.9em;
  color: #3399ff;
  background-color: #ffffff;
}
.details .pg-well.pg-well.top .arrow-down {
  border-top-color: #ffffff;
}
.details .header .inner {
  background: #e6e7e9;
  overflow: hidden;
  padding-top: 15px;
  padding: 0;
  margin: 0 0 -30px;
}
.details .btn.btn {
  color: #ffffff;
  background-color: #3399ff;
}

.details .header .slider {
  padding: 0;
  position: relative;
  background: #414143;
}
.details .header .slider:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 60px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 10px 20px 0;
  border-color: transparent #e6e7e9 transparent transparent;
  border-style: solid;
}
.details .header .slider .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.details .header .slider .carousel-control .glyphicon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
}
.details .header .slider .carousel-control .glyphicon:hover {
  background: transparent;
  border-color: #3399ff;
  color: #3399ff;
}

.details .header .items {
  padding: 15px 15px 30px 20px;
}
.details .header .items h1 {
  font-size: 1.6em;
}
.details .header .items h2 {
  font-size: 1.125em;
}
.details .header .items .items-logo.items-logo {
  display: block;
  clear: both;
  width: auto;
  height: 30px;
  margin: 5px 0;
}
.details .header .items .items-brand {
  display: inline;
  background-color: transparent;
  border: 0;
}
.details .header .items .items-brand img {
  max-height: 25px;
  max-width: 100%;
  width: auto;
  margin: -5px 0 5px;
}
.details .header .items .price {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e6e7e9;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: center;
}
.details .header .items .price b {
  font-size: 1.5em;
}
.details .header .items .info {
  padding-bottom: 5px;
}
.details .header .items .info > li {
  border-bottom: 1px solid #bdbdc0;
  padding-bottom: 8px;
}
.details .header .items .info > li:before, .details .header .items .info > li:after {
  content: "";
  display: table;
}
.details .header .items .info > li:after {
  clear: both;
}
.details .header .items .info > li > [class^=col-] {
  padding-left: 0;
}
.details .header .items .info-price-list {
  padding: 10px;
  margin: 0 0 15px;
  background-color: #56565b;
  color: #e6e7e9;
  border-radius: 5px;
}
.details .header .items .info-price-list .bdr.bdr {
  overflow: hidden;
  border-color: #e6e7e9;
  margin-bottom: 5px;
}
.details .header .items .info-price-list [class^=col-] {
  padding-left: 0;
  padding-right: 5px;
  margin: 0;
}

.details .header .slider-thumbs {
  margin: 0;
}
.details .header .slider-thumbs.pg-well {
  background: #cbcdd1;
  border-top: 1px solid #cbcdd1;
}
.details .header .slider-thumbs.pg-well .arrow-down {
  border-top-color: #cbcdd1;
}
.details .header .slider-thumbs .carousel-indicators {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 75px;
  padding: 10px 5px 5px;
  margin: 0 auto 10px;
}
.details .header .slider-thumbs .carousel-indicators > li {
  display: inline-block;
  border: 2px solid #ffffff;
  width: 120px;
  height: 65px;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
}
.details .header .slider-thumbs .carousel-indicators img {
  width: 100%;
  height: auto;
}
.details .header .slider-thumbs .carousel-indicators .active {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.details .info-panels h4 {
  font-size: 1.325em;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1em;
}
.details .info-panels small {
  font-size: 0.75em;
}
.details .info-panels .price-option {
  position: relative;
  min-width: 90px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 8px 8px;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 5px 0;
}
.details .info-panels .price-option:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 10px 15px 0;
  border-color: #ffffff transparent transparent;
  border-style: solid;
}

.details .info-panels #map_canvas {
  width: 100%;
  height: 480px;
  background: #f7f7f7;
  border-radius: 2px;
}
.details .info-panels .poi-results {
  width: 100%;
  margin-top: 15px;
  height: 155px;
  overflow-x: hidden;
  overflow-y: auto;
}
.details .info-panels .poi-results img {
  width: 16px;
  margin-right: 10px;
}
.details .info-panels .poi-results td {
  padding-bottom: 5px;
  vertical-align: top;
  line-height: normal;
}

.details .info-panels .comments > .title {
  margin-bottom: 30px;
  text-align: center;
}
.details .info-panels .comments blockquote {
  background-color: #ffffff;
  border: 1px solid #d8dadd;
  font-size: 1em;
  padding: 30px 30px 30px 100px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(17, 17, 17, 0.08);
}
.details .info-panels .comments blockquote:before {
  content: "\f0e6";
  font-size: 32px;
  margin: 0 15px 0 -80px;
  color: #56565b;
  border: 1px solid #ffffff;
  background-color: #e6e7e9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
}

.details .postings .post:hover .thumb:after {
  border-bottom-color: #e6e7e9;
}

.details .pagination > li > a, .details .pagination > li span {
  background: #3399ff;
  color: #ffffff;
}
.details .pagination > li a:hover, .details .pagination > li span:hover, .details .pagination > li a:focus, .details .pagination > li span:focus {
  background-color: #0080ff;
  border-color: #0080ff;
  color: #ffffff;
}

@media screen and (min-width: 1360px) {
  .details .header .slider .carousel-inner .item.item {
    height: 480px;
  }
  .details .header .items {
    background-position: 90% 85%;
  }
}
@media screen and (min-width: 768px) {
  .details .header .slider-thumbs {
    -webkit-box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
    -moz-box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
    box-shadow: 0 10px 5px rgba(86, 86, 91, 0.4);
  }
  .details .header .slider .carousel-inner .item {
    min-height: 400px;
  }
  .details .info-panels [id=accordion] {
    margin-top: 60px;
  }
  .details .info-panels .panel-body {
    font-size: 110%;
    font-weight: 400;
  }
  .details .info-panels .comments {
    margin-top: 100px;
    margin-left: 40px;
  }
  .details .postings {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .details .amenities.text-right {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .details .header .inner {
    padding: 0;
    margin: 0;
  }
  .details .header .items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
  }
  .details .header .slider {
    padding: 0;
    margin: 0 0 15px;
    position: relative;
  }
  .details .header .slider:before {
    content: "";
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 40px 10px;
    border-color: transparent transparent #f7f7f7;
    border-style: solid;
  }
  .details .header .slider .carousel-inner .item {
    min-height: 300px;
  }
  .details .header .slider-thumbs.pg-well, .details .header .header .items .btn {
    display: none;
  }
  .details .info-panels {
    display: block;
    overflow: hidden;
    background: #f2f2f2;
    padding: 0 0 60px;
    margin: 0 0 -30px;
  }
  .details .info-panels [id=accordion] {
    margin: 0 -30px 60px;
  }
  .details .info-panels [id=accordion] .panel-heading {
    margin: 0;
    padding: 15px 35px;
  }
  .details .info-panels [id=accordion] .panel-body {
    border-width: 0 0 1px;
  }
  .details .info-panels [id=accordion] #map_canvas {
    height: 300px;
    margin-bottom: 15px;
  }
  .details .info-panels [id=accordion] .poi-results {
    height: 120px;
  }
  .details .info-panels [id=accordion] .pg-well.top {
    font-size: 0.75em;
  }
  .details .info-panels [id=accordion] .btn-lg {
    margin: 0 0 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .details .info-panels .comments {
    margin: -60px 0 60px;
  }
  .details .info-panels .comments blockquote {
    padding: 20px 20px 20px 80px;
  }
  .details .info-panels .comments blockquote:before {
    font-size: 24px;
    margin: 0 0 0 -60px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .details .info-panels .comments blockquote p {
    margin-left: -55px;
  }
}
@media screen and (max-width: 480px) {
  .details .carousel-control .glyphicon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    top: 35%;
  }
  .details .header .items {
    width: 100%;
    padding: 10px 40px;
  }
  .details .slider .carousel-inner .item {
    min-height: 200px;
  }
  .details #map_canvas {
    height: 200px;
  }
}
@media print {
  .details .slider, .details .slider-thumbs, .details .side-bar, .details .pg-well .arrow-down {
    display: none;
  }
  .details .items {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    border: 1px solid #111111;
    margin-bottom: 30px;
    padding: 15px;
    page-break-before: avoid;
  }
  .details .items .info {
    padding-bottom: 15px;
  }
  .details .items table {
    float: none;
    clear: both;
    width: 100%;
  }
  .details .info-panels [class^=col-] {
    float: none;
    clear: both;
    width: 100%;
  }
}
/* ============================================
#LISTINGS - Collette Tours
============================================ */
.badge-success {
  background-color: #95d600;
  color: #ffffff;
  font-size: 0.8em;
  min-width: 25px;
}

.ctours .feature .price {
  padding-bottom: 10px;
}
.ctours.itinerary-block {
  margin-top: -80px;
  padding-bottom: 30px;
}
.ctours.itinerary-block .title {
  color: #95d600;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.ctours.itinerary-block hr {
  border-color: #95d600;
}
.ctours.itinerary-block .sub-title {
  font-size: 1.325em;
  font-weight: 600;
  color: #95d600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ctours.itinerary-block .content {
  font-size: 0.9em;
  line-height: 1.825;
}
.ctours.itinerary-block .badge.date {
  background: #95d600;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.ctours.itinerary-block .badge.date .day {
  display: block;
  margin-bottom: 3px;
  font-size: 0.85em;
  font-weight: 400;
}
.ctours.itinerary-block .badge.date .day-no {
  font-size: 1.325em;
  font-weight: 700;
}

.l-account {
  margin-bottom: 60px;
}
.l-account .l-header, .l-account .l-nav, .l-account .l-content {
  padding-left: 15px;
  padding-right: 15px;
}
.l-account .l-header {
  margin: 60px 0 15px;
}
.l-account .l-header .title {
  font-size: 2.25em;
  margin-bottom: 8px;
  font-family: Merriweather, sans-serif;
  font-weight: 300;
}
.l-account .l-header .subtitle {
  font-size: 1.2em;
  margin: 0;
}
.l-account .l-header hr {
  margin: 15px 0;
  border-color: #001f3d;
}
.l-account .l-nav {
  margin: 30px 0 40px;
}
.l-account .l-nav .nav a {
  color: #001f3d;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  padding: 5px 0;
  margin: 0 5px;
  border-bottom: 4px solid transparent;
}
.l-account .l-nav .nav .active a, .l-account .l-nav .nav a:hover, .l-account .l-nav .nav a:focus, .l-account .l-nav .nav a:active {
  border-bottom: 4px solid #001f3d;
  background: transparent;
  color: #001f3d;
}
.l-account .l-content .panel-group .panel-heading {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #001f3d;
  border-radius: 100px;
  padding: 0;
  font-size: 1em;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}
.l-account .l-content .panel-group .panel-heading a {
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  color: #001f3d;
}
.l-account .l-content .panel-group .panel-heading a:hover {
  background: #001f3d;
  color: #ffffff;
}
.l-account .l-content .panel-group .panel-heading .fas {
  margin-right: 8px;
  font-size: 1.35em;
}
.l-account .l-content .panel-group .panel-collapse {
  padding: 0 18px;
  margin: -15px 20px 20px;
  background: #f4fae5;
  border-radius: 0 0 5px 5px;
  border-width: 0px 1px 1px 1px;
  border-color: #ced6e0;
  border-style: solid;
}
.l-account .l-content .panel-group .panel-collapse .panel-body {
  border: 0;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 960px) {
  .l-account .l-header {
    margin: 30px 0 15px;
  }
  .l-account .l-nav .nav li {
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
  }
  .l-account .l-nav .nav a {
    border-bottom-width: 2px;
    padding: 0;
  }
  .l-account .l-nav .nav .active a, .l-account .l-nav .nav a:hover, .l-account .l-nav .nav a:focus, .l-account .l-nav .nav a:active {
    border-bottom-width: 2px;
  }
  .l-account .l-content.l-content {
    padding: 0;
  }
  .l-account .l-content.l-content .panel-group .panel-heading {
    padding: 0 !important;
    font-size: 0.9em !important;
  }
  .l-account .l-content.l-content .panel-group .panel-heading .fas {
    margin-right: 5px !important;
    font-size: 1em !important;
  }
  .l-account .l-content.l-content .panel-group .panel-collapse {
    padding: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .l-account .l-content.l-content .panel-body .btn {
    display: block;
    width: 100%;
    font-size: 1em;
  }
}
/*
===========================================================================
#Plugins
===========================================================================
*/
/*
============================================
#Plugin - Animate
============================================
*/
/*!;Animate.css - http://daneden.me/animate;Licensed under the MIT license - http://opensource.org/licenses/MIT;;Copyright (c) 2015 Daniel Eden;*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.gridtab {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.gridtab > dt {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid;
  transition: background 1s;
  background: #f2f2f2;
}
.gridtab > dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.gridtab > dt > img {
  max-width: 100%;
  float: left;
  height: auto;
}
.gridtab > dd {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid;
  z-index: 1;
  display: none;
  min-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.gridtab > dd > .gridtab__controls {
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gridtab > dd > .gridtab__controls > .gridtab__close {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 1px;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: #666666;
  text-indent: -999px;
  position: relative;
}
.gridtab > dd > .gridtab__controls > .gridtab__close:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  width: 3px;
  height: 13px;
  content: "";
  display: block;
  background: #FFFFFF;
}
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  width: 3px;
  height: 13px;
  content: "";
  display: block;
  background: #FFFFFF;
}
.gridtab > dd > .gridtab__controls > .gridtab__arrow {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: #666666;
  text-indent: -999px;
  position: relative;
}
.gridtab > dd > .gridtab__controls > .gridtab__arrow:before {
  position: absolute;
  width: 3px;
  height: 13px;
  content: "";
  display: block;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  margin: -7px 0 0 -3px;
  height: 10px;
}
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
  position: absolute;
  width: 3px;
  height: 13px;
  content: "";
  display: block;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  margin: -7px 0 0 -3px;
  height: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
  opacity: 0.25;
}
.gridtab > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.gridtab * {
  box-sizing: border-box;
}
.gridtab > dt.is-disabled {
  pointer-events: none;
}
.gridtab > dt.is-active {
  z-index: 2;
}

.gridtab[dir=rtl] > dd > .gridtab__controls {
  right: auto;
  left: 5px;
}
.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__prev {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__close {
  margin-right: 1px;
  margin-left: 0;
}

/*
===========================================================================
#States
===========================================================================
*/
/*
============================================
#Global Print Styles
============================================
*/
@media print {
  * {
    text-shadow: none !important;
    color: #111111 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  [class^=col-] {
    overflow: hidden;
  }
  a {
    text-decoration: underline;
  }
  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: "";
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-inside: avoid;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #ffffff !important;
  }
  .btn {
    border-color: #111111;
  }
  .btn .dropup > .btn > .caret {
    border-top-color: #111111 !important;
  }
  .label {
    border: 1px solid #111111;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #e6e7e9 !important;
  }
  .pre-scrollable {
    overflow: visible;
    border: 0;
    width: 100%;
  }
  .progress {
    border: 1px solid #111111;
    width: 100%;
    float: none;
    clear: both;
  }
}
