/**** vars ****/
/* Typography */
@import "https://fonts.googleapis.com/css?family=Karma:400,500,700|Open+Sans:400,500,700";
/* colors */
/**** mixins ****/
/* box shadow */
/* border radius */
/* rotate */
/* background size */
/* transition */
/* transform */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
.container > .row {
  padding-top: 20px;
  padding-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  color: #69898c;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

a {
  color: #3d5052;
  font-family: "Karma", serif;
  font-size: 15px;
  line-height: 100%; }
  a:focus, a:hover, a:active, a.active {
    color: #273335; }

a, button, .btn {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0 !important; }
  a:hover, a:focus, a:active, a.active, button:hover, button:focus, button:active, button.active, .btn:hover, .btn:focus, .btn:active, .btn.active {
    text-decoration: none; }

.btn {
  border: none;
  font-size: 14px;
  height: auto;
  padding: 14px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.page-header.no-margin {
  margin-top: 0; }

.page-header {
  padding-bottom: 0px;
  margin: 38px 0 20px;
  border-bottom: 0; }

.nav > li > a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px; }

.form-group {
  margin-bottom: 20px; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  resize: none; }
  .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  color: #ffffff;
  background-color: #69898c; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #485e60 !important;
    outline: 0; }

.btn-default {
  color: #ffffff;
  background-color: #4d4d4d; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #69898c; }

.modal-open {
  overflow: auto;
  padding: 0 !important; }

.list-view .pager {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center !important; }

.pagination li > a, .pagination li > span {
  display: inline-block;
  padding: 5px 12px;
  font-size: 90%;
  background-color: #ffffff;
  color: #69898c;
  border: 0;
  border-radius: 0px; }

.pagination li > a:hover {
  color: #69898c; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #ffffff;
  background-color: #69898c;
  border-color: #69898c; }

.thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #efefef; }

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* modal */
#modal .modal-dialog {
  width: 728px;
  padding-top: 120px; }
  #modal .modal-dialog .modal-content {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.5); }
    #modal .modal-dialog .modal-content button.close {
      position: absolute;
      top: -30px;
      right: 1px;
      color: #fff;
      opacity: .5; }

.modal-backdrop {
  z-index: 0; }

/*********************
*   Generic Styles   *
**********************/
html, body {
  font-family: "Karma", serif;
  color: #7c8586;
  height: 100%;
  width: 100%; }

body:not(.clean) {
  padding-top: 160px; }

iframe {
  margin-top: -55px; }

::-moz-selection {
  text-shadow: none;
  background: #69898c;
  color: #ffffff; }

::selection {
  text-shadow: none;
  background: #69898c;
  color: #ffffff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*****************
*   Typography   *
******************/
p {
  font-size: 15px;
  margin: 12px 0;
  line-height: 135%; }

small {
  font-size: 11px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans", sans-serif';
  font-weight: 400;
  line-height: 135%;
  margin: 0 0 25px 0;
  text-transform: none;
  color: #000000; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: 'Open Sans", sans-serif'; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    text-align: center; }
    h1.title:after, h2.title:after, h3.title:after, h4.title:after, h5.title:after, h6.title:after {
      content: " ";
      position: relative;
      display: block;
      background-color: #69898c;
      width: 50px;
      height: 1px;
      margin: 18px auto 0; }

h1 {
  font-size: 35px;
  letter-spacing: 1px;
  /* temporary till css classes are added to the cms */
  text-align: center;
  /* !temporary */ }
  h1:not(.no-deco):after {
    content: " ";
    position: relative;
    display: block;
    background-color: #69898c;
    width: 50px;
    height: 1px;
    margin: 18px auto 0; }

h2 {
  font-size: 30px;
  letter-spacing: 1px; }
  h2.text-sm {
    font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px;
  letter-spacing: 1px; }

ul {
  list-style: none;
  margin: 0 0 25px 0; }

.secondary {
  font-family: 'Open Sans", sans-serif'; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: none; }

.bold {
  font-weight: bold; }

.primary-c {
  color: #69898c; }

.black {
  color: #000000; }

.white {
  color: #ffffff; }

.line100 {
  line-height: 100%; }

/*************
*   Login   *
**************/
.modal-login {
  padding: 50px 100px;
  text-align: center; }
  .modal-login h1 {
    margin: 40px 0; }
  .modal-login .btn {
    padding: 14px; }

/*************
*   Navbar   *
**************/
nav.navbar {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  min-height: 108px;
  
  @include target-sm {
      min-height: 128px;
  }*/ }
  nav.navbar .navbar-header .navbar-brand {
    margin-top: 14px;
    float: none; }
  nav.navbar .navbar-nav {
    margin-top: 27px; }
  nav.navbar .navbar-toggle {
    margin-top: 34px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #69898c; }
    nav.navbar .navbar-toggle .icon-bar {
      background-color: #ffffff; }
    nav.navbar .navbar-toggle:hover {
      background-color: #ffffff; }
      nav.navbar .navbar-toggle:hover .icon-bar {
        background-color: #69898c; }
  nav.navbar .navbar-collapse {
    border: 0; }
    @media (min-width: 0px) and (max-width: 767px) {
      nav.navbar .navbar-collapse {
        text-align: right; } }
    nav.navbar .navbar-collapse ul.secondary {
      margin-right: 0px; }
      nav.navbar .navbar-collapse ul.secondary > li > a {
        opacity: 1;
        color: #69898c;
        font-size: 11px;
        letter-spacing: 1px;
        margin: 8px 0 0 10px;
        padding-right: 0;
        padding-left: 0; }
        nav.navbar .navbar-collapse ul.secondary > li > a i.fa {
          float: none;
          display: inline; }
        nav.navbar .navbar-collapse ul.secondary > li > a:hover, nav.navbar .navbar-collapse ul.secondary > li > a:active, nav.navbar .navbar-collapse ul.secondary > li > a.active {
          text-decoration: none; }
      nav.navbar .navbar-collapse ul.secondary > li:hover a {
        text-decoration: none; }
      nav.navbar .navbar-collapse ul.secondary ul {
        padding: 12px 0 0;
        margin-right: -10px;
        background: none; }
        nav.navbar .navbar-collapse ul.secondary ul > li > a {
          color: #ffffff;
          font-size: 12px;
          letter-spacing: 1px;
          background-color: rgba(128, 212, 204, 0.95);
          padding: 5px 10px; }
          nav.navbar .navbar-collapse ul.secondary ul > li > a:hover, nav.navbar .navbar-collapse ul.secondary ul > li > a:active, nav.navbar .navbar-collapse ul.secondary ul > li > a.active {
            color: #000000;
            text-decoration: none;
            background-color: #80d4cc; }
    nav.navbar .navbar-collapse ul.main {
      margin: 12px 0 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        nav.navbar .navbar-collapse ul.main {
          margin-top: 44px; } }
      nav.navbar .navbar-collapse ul.main li {
        margin: 0; }
        nav.navbar .navbar-collapse ul.main li a {
          background-color: rgba(0, 0, 0, 0.7);
          opacity: 1;
          color: #ffffff;
          font-size: 12px;
          letter-spacing: 1px;
          padding: 3px 11px 4px;
          margin: 0; }
          nav.navbar .navbar-collapse ul.main li a:hover, nav.navbar .navbar-collapse ul.main li a:active, nav.navbar .navbar-collapse ul.main li a.active {
            background-color: rgba(0, 0, 0, 0.95); }
          @media (min-width: 768px) and (max-width: 991px) {
            nav.navbar .navbar-collapse ul.main li a {
              font-size: 11px;
              padding: 3px 5px 4px; } }
        nav.navbar .navbar-collapse ul.main li:hover {
          background-color: rgba(0, 0, 0, 0.95); }
        nav.navbar .navbar-collapse ul.main li.active > a {
          background-color: #3d5052; }
      nav.navbar .navbar-collapse ul.main > li {
        margin-left: 1px; }
      nav.navbar .navbar-collapse ul.main > li:first-child a {
        background-color: #69898c;
        padding: 3px 6px; }
        nav.navbar .navbar-collapse ul.main > li:first-child a:hover, nav.navbar .navbar-collapse ul.main > li:first-child a:active, nav.navbar .navbar-collapse ul.main > li:first-child a.active {
          background-color: #3d5052; }
        nav.navbar .navbar-collapse ul.main > li:first-child a i.fa {
          font-size: 16px;
          margin: 3px 0 0 1px; }
    nav.navbar .navbar-collapse ul.social {
      position: absolute;
      right: -25px;
      top: 8px;
      margin: 0; }
      nav.navbar .navbar-collapse ul.social li {
        display: block;
        float: none; }
        nav.navbar .navbar-collapse ul.social li a {
          opacity: 0.7;
          margin: -2px 0 0 0;
          padding: 0; }
          nav.navbar .navbar-collapse ul.social li a:hover, nav.navbar .navbar-collapse ul.social li a:active, nav.navbar .navbar-collapse ul.social li a.active {
            opacity: 1; }
  nav.navbar.navbar-filled ul.secondary {
    margin-right: 0px; }
    nav.navbar.navbar-filled ul.secondary > li > a {
      text-decoration: underline;
      color: #000000; }
    nav.navbar.navbar-filled ul.secondary > li:hover a {
      text-decoration: none; }
    nav.navbar.navbar-filled ul.secondary ul > li > a {
      color: #000000; }
      nav.navbar.navbar-filled ul.secondary ul > li > a:hover, nav.navbar.navbar-filled ul.secondary ul > li > a:active, nav.navbar.navbar-filled ul.secondary ul > li > a.active {
        color: #ffffff; }
  @media (min-width: 768px) {
    nav.navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
      display: block; } }
  nav.navbar .navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.95); }
    nav.navbar .navbar-nav > li > .dropdown-menu > li {
      padding: 0; }
      nav.navbar .navbar-nav > li > .dropdown-menu > li a {
        margin: 0;
        padding: 5px 11px 6px;
        text-align: right;
        background: none;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
        nav.navbar .navbar-nav > li > .dropdown-menu > li a:active, nav.navbar .navbar-nav > li > .dropdown-menu > li a:focus, nav.navbar .navbar-nav > li > .dropdown-menu > li a:hover {
          background: none;
          color: #69898c; }

/*************
*   Header   *
**************/
header {
  margin-bottom: 100px;
  width: 100%;
  position: relative; }
  header.inner-page {
    height: 60%;
    min-height: 300px;
    max-height: 600px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
  header.swiper-container .swiper-wrapper .swiper-slide {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
  header .container {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    header .container .no-gutter {
      margin-right: -1px;
      margin-left: -1px;
      margin-top: 40px; }
      header .container .no-gutter > [class*='col-'] {
        padding-right: 1px;
        padding-left: 1px; }
      header .container .no-gutter a.highlight {
        background-color: rgba(0, 0, 0, 0.7);
        display: block;
        min-height: 125px;
        position: relative;
        margin-bottom: 60px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        @media (min-width: 0px) and (max-width: 767px) {
          header .container .no-gutter a.highlight {
            margin-bottom: 1px;
            width: 300px;
            min-height: 100px; } }
        header .container .no-gutter a.highlight > div {
          padding: 20px 45px 20px 20px; }
          @media (min-width: 768px) {
            header .container .no-gutter a.highlight > div {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              transform: translateY(-50%); } }
          header .container .no-gutter a.highlight > div h2 {
            font-size: 38px;
            margin: 0; }
          header .container .no-gutter a.highlight > div p {
            margin: 5px 0 5px 0; }
          @media (min-width: 0px) and (max-width: 991px) {
            header .container .no-gutter a.highlight > div {
              padding: 10px 20px; }
              header .container .no-gutter a.highlight > div h2 {
                font-size: 30px; } }
          @media (min-width: 0px) and (max-width: 391px) {
            header .container .no-gutter a.highlight > div {
              padding-right: 45px; } }
        header .container .no-gutter a.highlight img {
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
          @media (min-width: 0px) and (max-width: 991px) {
            header .container .no-gutter a.highlight img {
              display: none; } }
          @media (min-width: 0px) and (max-width: 391px) {
            header .container .no-gutter a.highlight img {
              width: 15px;
              height: auto; } }
        header .container .no-gutter a.highlight:hover, header .container .no-gutter a.highlight:active, header .container .no-gutter a.highlight.active {
          background-color: rgba(0, 0, 0, 0.9); }
          header .container .no-gutter a.highlight:hover img, header .container .no-gutter a.highlight:active img, header .container .no-gutter a.highlight.active img {
            opacity: 1; }
    header .container .explore {
      margin-top: 40px; }
      header .container .explore a {
        font-size: 18px;
        text-align: center;
        z-index: 10; }
        header .container .explore a img {
          display: block;
          margin: 8px auto 0; }
        header .container .explore a:hover, header .container .explore a:active, header .container .explore a.active {
          color: #ffffff; }

.btn-video {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 205px;
  position: relative;
  margin: 10px 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

/***************
*   Sections   *
****************/
section {
  padding: 60px 0; }
  section.bg-brand {
    background-color: #69898c; }
  section.bg-white {
    background-color: #ffffff; }
  section.bg-soft-gray {
    background-color: #f9f9f9; }
  section.bg-photo {
    background-position: center  center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    section.bg-photo.bg-01 {
      background-image: url("../img/bgs/03.jpg"); }

/* Social Thumbnails */
.social-thumb {
  border: solid 1px #69898c;
  background-color: #ffffff;
  margin: 10px 0; }
  .social-thumb .text {
    display: block;
    padding: 25px 30px; }
    .social-thumb .text p {
      margin-bottom: 10px; }
    .social-thumb .text a {
      color: #0071b8;
      font-size: 12px;
      font-family: "Karma", serif;
      text-transform: lowercase;
      font-weight: bold; }
      .social-thumb .text a:hover, .social-thumb .text a:active, .social-thumb .text a.active {
        color: #69898c; }

/**********************
*   Specific Styles   *
***********************/
/* Homepage */
#quote .content h1 {
  margin: 0 0 15px; }
#quote .content p {
  margin: 0; }

#why-us .content {
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px; }
  #why-us .content > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px 40px; }
    #why-us .content > div h2 {
      margin-bottom: 35px; }
    #why-us .content > div img {
      margin: 45px auto 0; }
#why-us .no-gutter {
  margin-right: -1px;
  margin-left: -1px;
  margin-top: 40px; }
  #why-us .no-gutter > [class*='col-'] {
    padding-right: 1px;
    padding-left: 1px; }
#why-us .highlight {
  background-color: rgba(128, 212, 204, 0.85);
  padding: 15px 0 25px;
  margin: 1px 0; }
  #why-us .highlight h2 {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px; }
  #why-us .highlight img {
    margin-bottom: 10px; }
  #why-us .highlight h3 {
    margin: 0; }
    @media (min-width: 0px) and (max-width: 767px) {
      #why-us .highlight h3 {
        font-size: 17px;
        height: 28px; } }

#reviews .content p {
  margin-bottom: 15px; }
#reviews .content h4 {
  margin-bottom: 35px; }

.thumbs li {
  width: 30%;
  overflow: hidden;
  padding: 0 10px;
  display: inline-block; }
.thumbs .img-responsive {
  display: inline-block; }

.rounded-highlight {
  color: #ffffff;
  background-color: rgba(128, 212, 204, 0.85);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .rounded-highlight > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rounded-highlight > div i {
      display: block;
      margin-bottom: 10px; }
  .rounded-highlight:hover {
    color: #ffffff;
    background-color: #80d4cc; }

/* about */
.team li {
  margin-top: 30px; }
  .team li:nth-child(2n) .img-column {
    float: right; }

/* galleries, venues... */
.record-list li {
  margin-top: 30px; }
  .record-list li:nth-child(2n+1) {
    clear: both; }
  .record-list li .hover-content > div {
    color: #ffffff;
    font-size: 18px;
    text-shadow: none; }
    .record-list li .hover-content > div img {
      margin-bottom: 20px; }

/* contacts */
@media (min-width: 992px) {
  .contact-form {
    margin-right: 40px; } }
.contact-form .checkbox-list {
  margin-top: 30px; }
  .contact-form .checkbox-list .form-control {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: -1px;
    margin-right: 5px; }
  .contact-form .checkbox-list label {
    color: #4d4d4d;
    font-weight: normal; }

.map-canvas {
  height: 300px; }

/* packages */
.items {
  padding-right: 22px; }

.items li {
  position: relative;
  display: inline-block; }
  .items li:before {
    position: absolute;
    left: -22px;
    top: 4px;
    content: "\f00c";
    color: #69898c;
    font: normal normal normal 12px/1 FontAwesome; }

/*************
*   Call to action   *
**************/
.call-to-action {
  padding: 40px 0;
  background: #69898c;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 1px; }
  .call-to-action * {
    color: #ffffff; }
  .call-to-action .btn-primary {
    font-size: 18px;
    padding: 16px 20px;
    background-color: #485e60; }
    .call-to-action .btn-primary:hover {
      background-color: #3d5052; }

/*************
*   Footer   *
**************/
footer {
  color: #ffffff;
  margin-top: 60px;
  padding: 30px 0;
  background-color: #3d5052; }
  footer img {
    margin-bottom: 25px; }
  footer h4 {
    margin: 0 0 7px 0; }
  @media (min-width: 0px) and (max-width: 767px) {
    footer #menu-bottom,
    footer #secondary-menu-bottom {
      display: none; } }
  footer ul {
    margin-bottom: 10px; }
    footer ul li {
      display: inline-block;
      margin: 0; }
      footer ul li a {
        color: #ffffff;
        padding: 0 10px; }
      footer ul li ul li a {
        text-transform: none; }
    footer ul.second {
      margin-bottom: 20px; }
    footer ul.social li {
      margin-top: 10px; }
      footer ul.social li a {
        font-size: 18px; }
        footer ul.social li a:hover {
          color: #69898c; }
  footer .stamps {
    margin: 20px auto; }
    footer .stamps img {
      margin: 0 10px; }

/*************
*   Hover effects   *
**************/
.hover-content {
  position: relative;
  display: block; }
  .hover-content > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: black;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    /*color: $white;
    text-shadow: 0 0 8px rgba(0,0,0,.8);*/
    text-align: center;
    background-color: rgba(128, 212, 204, 0.8);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
    .hover-content > div:hover {
      opacity: 1; }

/*************
*   Swiper   *
**************/
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  width: 11px;
  height: 17px;
  background-size: 10px 17px;
  background-position: center center;
  margin: 0 20px; }
  .swiper-container .swiper-button-prev.swiper-button-disabled, .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0.5; }
.swiper-container .swiper-button-prev {
  background-image: url("../img/icons/arrow-left.svg"); }
.swiper-container .swiper-button-next {
  background-image: url("../img/icons/arrow-right.svg"); }

/*************************
*   General   *
**************************/
hr {
  position: relative;
  height: 0;
  border: 0;
  padding: 20px 0; }
  hr:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: url(../img/logo-icon.svg); }

.brand-divider {
  height: 20px;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 0 0 10px;
  background: url(../img/logo-icon.svg) center center no-repeat;
  background-size: 30px 20px; }

.no-transform {
  text-transform: none; }

.vertical-align {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-align > div {
    display: table-cell;
    vertical-align: middle; }

.img-frame {
  position: relative; }
  .img-frame:after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    content: "";
    margin: 5px;
    border: 1px solid #ffffff;
    width: calc(100% - 10px);
    height: calc(100% - 10px); }

.text-lg {
  font-size: 120%; }

.text-xl {
  font-size: 140%; }

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

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

.text-primary {
  color: #69898c; }

/*************************
*   Boostrap Utilities   *
**************************/
.container {
  position: relative; }
  .container.small {
    max-width: 1000px; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.reservation table {
  width: 100%; }
  .reservation table tr td:first-child {
    width: 100%; }

.notification {
  width: 100%;
  max-width: 546px;
  margin: 0 auto;
  text-align: center; }

.invitation {
  margin: 40px 0; }

.clean .mfp-container {
  padding: 60px; }

.preview {
  margin: 40px; }

div#media-head-1 {
  width: 100%;
  float: left;
  height: 24px; }

div#media-content-1 {
  width: 100%;
  float: left; }

ul#media-type-1 {
  width: 100%;
  list-style-type: none;
  float: left;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0 5px 2px;
  margin: 5px 0 0px 0; }

ul#media-type-1 li {
  float: left;
  width: 100px;
  height: 100px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 5px;
  position: relative;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* IE CSS3 solution */
  behavior: url(pie/PIE.htc); }

ul#media-type-1 li:hover {
  background: #777;
  border: 1px solid #666; }

ul#media-type-1 li:hover span.ctrls {
  display: block; }

ul#media-type-1 span.ctrls {
  width: 52px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 23px;
  padding: 5px;
  clear: both;
  display: none;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* IE CSS3 solution */
  behavior: url(pie/PIE.htc); }

span.ctrls a.view,
span.ctrls a.edit,
span.ctrls a.order,
span.ctrls a.delete-media {
  width: 100%;
  height: 16px;
  float: left;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 13px;
  padding: 1px 0 4px 0;
  margin: 0 0 4px 0; }

span.ctrls a.order {
  display: none !important; }

ul#media-type-1 img {
  width: 88px;
  height: 88px;
  margin: 0 0 0px 0;
  float: left; }

ul#media-type-1 input {
  position: absolute;
  top: 15px;
  left: 15px; }

div#media-1 li.media-delete {
  background: #ffb0b0;
  border: 1px solid #e76262; }

/** blog **/
#logo #rss {
  position: absolute;
  top: 16px;
  right: 14px; }

#mainmenu ul li {
  display: inline; }

#mainmenu ul li a {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 8px; }

#mainmenu ul li a:hover, #mainmenu ul li.active a {
  color: #6399cd;
  background-color: #EFF4FA;
  text-decoration: none; }

div.flash-error, div.flash-notice, div.flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #969A67; }

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324; }

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880; }

div.flash-error a {
  color: #8a1f11; }

div.flash-notice a {
  color: #514721; }

div.flash-success a {
  color: #264409; }

div.form .rememberMe label {
  display: inline; }

.actions {
  margin: 0 0 10px 0;
  padding: 0; }

.actions li {
  display: inline;
  margin: 0;
  padding: 0; }

.actions li a {
  padding: 5px;
  margin: 0;
  color: #298dcd;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  background: #DFF4FF;
  border-left: 5px solid #589FC8; }

.actions li a:hover, .actions li a.active {
  background: #589FC8;
  color: white; }

div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED; }

div.breadcrumbs {
  font-size: 0.9em;
  padding: 5px 20px; }

div.breadcrumbs span {
  font-weight: bold; }

#sidebar .portlet {
  margin: 0 0 15px; }
  #sidebar .portlet a {
    font-size: 14px; }

.portlet {
  padding: 5px;
  background: #dee2e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.portlet-decoration {
  padding: 10px; }

.portlet-title {
  padding: 0 0 5px;
  margin: 0;
  color: #69898c;
  border-bottom: 1px solid #bdc6c9; }

.portlet-content {
  font-size: 90%;
  margin: 0px;
  padding: 5px 10px; }

.portlet-content a:hover {
  color: #69898c; }

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.portlet-content li {
  padding: 2px 0 4px 0px; }

.portlet-content .row input[type=text] {
  width: 98%; }

.post {
  margin: 0 0 40px;
  text-align: left; }
  .post .content {
    margin: 10px 0 !important;
    text-align: left !important;
    padding: 0; }
  .post .title {
    border-bottom: 1px solid #bdc6c9;
    margin-bottom: 5px; }
  .post .post-date {
    color: #69898c;
    text-align: center;
    line-height: 120%;
    font-size: 120%; }
  .post .title a {
    font-size: 150%;
    margin-left: 10px; }
    .post .title a:hover {
      color: #69898c; }
  .post .author {
    margin: 5px 0; }
  .post .nav {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    background: #bdc6c9;
    color: #ffffff;
    clear: left; }
    .post .nav a:hover {
      text-decoration: underline; }
  .post .nav * {
    color: #ffffff; }

.comment {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 15px;
  background: #f8f9f9;
  margin: 15px 0; }
  .comment .content {
    margin: 10px 0 !important;
    padding: 0; }
  .comment .author {
    margin: 5px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #bdc6c9; }
  .comment .time {
    color: #888;
    font-size: 0.8em; }
  .comment a.cid {
    color: #FFF;
    float: right;
    font-size: 1.5em;
    padding: 0 5px 5px 5px;
    text-decoration: none;
    display: none; }
    .comment a.cid:hover {
      color: #555; }
  .comment .pending {
    color: #bd272d; }

.form-group .text-danger {
  margin-top: 10px; }

.hint {
  font-size: 90%; }
  .hint a {
    font-size: inherit; }
    .hint a:hover {
      text-decoration: underline; }

.postdate-portlet {
  margin-bottom: 0px;
  text-align: center; }

.postdate-portlet .portlet-content {
  padding: 4px; }

.title table {
  margin-bottom: 0; }

.title td {
  padding: 0px 4px 4px 0px; }

/* grid view */
.grid-view-loading {
  background: url(loading.gif) no-repeat; }

.grid-view {
  padding: 15px 0; }
  .grid-view a {
    font-size: 14px; }

.grid-view table.items {
  border-collapse: collapse;
  width: 100%; }

.grid-view table.items th,
.grid-view table.items td {
  padding: 10px 10px; }

.grid-view table.items th {
  color: #ffffff;
  background: #bdc6c9;
  text-align: left;
  padding: 5px 10px 0px; }
  .grid-view table.items th a {
    color: #f8f9f9;
    font-weight: 400;
    line-height: 30px;
    display: block; }
    .grid-view table.items th a:hover {
      opacity: .6; }

.grid-view table.items th a.asc {
  background: url(up.gif) right center no-repeat;
  padding-right: 10px; }

.grid-view table.items th a.desc {
  background: url(down.gif) right center no-repeat;
  padding-right: 10px; }

.grid-view table.items tr.even {
  background: #f8f9f9; }

.grid-view table.items tr.odd {
  background: #FFF; }

.grid-view table.items tr.selected {
  background: #bdc6c9; }

.grid-view table.items tr:hover {
  background: #f8f9f9; }

.grid-view .button-column {
  text-align: center;
  width: 100px; }

.grid-view .button-column img {
  border: 0; }

.grid-view .summary {
  margin: 0 0 5px 0;
  text-align: right; }

.grid-view .pager {
  margin: 5px 0 0 0;
  text-align: right; }

.grid-view .empty {
  font-style: italic; }

.grid-view .filters td {
  background: #f8f9f9; }
.grid-view .filters input, .grid-view .filters select {
  width: 100%;
  height: 29px;
  padding: 5px 10px;
  border: 1px solid #bdc6c9; }
  .grid-view .filters input:focus, .grid-view .filters select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

/*# sourceMappingURL=styles.css.map */
