/* TABLE OF CONTENTS

    Author: themeinjection
    Template: Accommodation (Landing Page)
    Version: 1.0
    URL: http://themeforest.net/user/themeinjection

	1. Default Configs
    2. Labels
    3. Tooltip
    4. Top Navbar
    5. Teaser Slider
    6. Call to Action
    7. Features
    8. Room Tabs
    9. Location
    10. Attractions
    11. Newsletter
    12. Reviews
    13. About
    14. Counter
    15. Rates
    16. Services
    17. Content
    18. Partners
    19. Contact
    20. Address
    21. Footer
    22. Scroll Up Button
    23. Inquiry Modal
    24. Breakpoints / Media Queries
    25. Helper Classes
    26. Change default Nav Breakpoint
*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  /*font-family: Corbel;*/
  color: #585858;
  line-height: 25px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* 1. Default Configs
-------------------------------------*/
.content-after-slider {
  z-index: 10;
  background-color: #fff;
  position: relative;
}
.btn {
  border-radius: 3px;
  border: none;
  padding: 13px 23px;
  -webkit-transition: all 0.08s ease-in;
          transition: all 0.08s ease-in;
}
.btn-color1 {
  background-color: #57bcca;
  color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.btn-color1:hover {
  background-color: #219eaf;
  color: #fff;
}
.btn-color1:focus {
  background-color: #219eaf;
  color: #fff;
}
.btn-color2 {
  background-color: #f1f1f1;
  color: #fff;
}
.btn-color3 {
  background-color: #eaf5f7;
  color: #fff;
}
.btn-color4 {
  background-color: #979797;
  color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.btn-color4:hover {
  background-color: #7d7a7a;
  color: #fff;
}
::-moz-selection {
  background: #57bcca;
  color: #ffffff;
}
::selection {
  background: #57bcca;
  color: #ffffff;
}
::-moz-selection {
  background: #57bcca;
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #57bcca;
}
.form-control:-moz-placeholder {
  color: #57bcca;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #57bcca;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #57bcca;
}
.sc-animate {
  visibility: hidden;
}
.img-responsive {
  width: 100%;
}
.modal-open {
  padding-right: 0 !important;
}
.datepicker table tr td.today {
  background: #57bcca;
  background-image: none;
}
/* 2. Labels
--------------------------------------------*/
.label {
  font-size: 80%;
  font-weight: 600;
  padding-top: 4px;
}
.label-default {
  background-color: #57bcca;
}
/* 3. Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #57bcca;
  padding: 5px 10px;
  font-size: 14px;
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #57bcca !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #57bcca !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #57bcca !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #57bcca !important;
}
.my-tooltip {
  border-bottom: 1px dotted #57bcca;
  color: #57bcca;
}
/* 4. Top Navbar
-------------------------------------*/
.top-navbar {
  background-color: #fff;
  min-height: 100px;
  padding: 0 10px;
  border-bottom: 5px solid #57bcca;
  z-index: 15;
}
.top-navbar .navbar-brand {
  margin-top: 6px;
}
.top-navbar .navbar-default {
  border: none;
  background-color: #ffffff;
}
.top-navbar .navbar-default .navbar-nav {
  margin-top: 25px;
  margin-right: 0;
}
.top-navbar .navbar-default .navbar-nav a {
  color: #4a4a4a;
}
.top-navbar .navbar-default .navbar-nav .active > a {
  background-color: #ffffff;
  font-size: 16px;
  color: #57bcca;
  text-decoration: none;
}
.top-navbar .navbar-default .navbar-nav .active > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -5px;
}
.top-navbar .navbar-default .navbar-nav .language-select {
  margin-top: 8px;
  margin-left: 10px;
  position: relative;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle {
  border: 1px solid #ebebeb;
  padding: 3px 12px 3px 8px;
  color: #585858;
  text-decoration: none;
  courser: pointer;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle img {
  margin-top: -3px;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle i {
  color: #57bcca;
  margin-left: 10px;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-menu-language-select {
  box-shadow: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: auto;
  border-radius: 0;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-menu-language-select a {
  border: none;
}
/* 5. Teaser Slider
-------------------------------------*/
.teaser-slider {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.teaser-slider .item {
  height: 650px;
  background-color: #f1f1f1;
}
.teaser-slider .item .carousel-caption {
  display: none;
}
.teaser-slider .item img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.teaser-slider .carousel-control {
  width: 58px;
  height: 74px;
  background-image: none;
  background-color: #57bcca;
  background-repeat: no-repeat;
  text-shadow: none;
  top: 50%;
  margin-top: -37px;
  padding-top: 25px;
}
.teaser-slider-ph {
  height: 645px;
  pointer-events: none;
  background: transparent url('../img/transparent.png');
}
/* 6. Call to Action
-------------------------------------*/
.call-to-action {
  position: absolute;
  margin-top: -92px;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.call-to-action .call-to-action-box {
  height: 173px;
  padding-top: 36px;
  border-bottom: 7px solid #57bcca;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.call-to-action .call-to-action-box:hover {
  border-bottom-color: #219eaf;
}
.call-to-action .call-to-action-button {
  border: none;
  font-size: 19px;
  padding: 20px 30px 15px;
  vertical-align: top;
}
.call-to-action .call-to-action-button i {
  font-size: 30px;
  margin: -4px 10px 0 0;
  display: block;
  float: left;
}
.call-to-action .call-to-action-phone {
  display: block;
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: none;
}
.call-to-action .call-to-action-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
}
/* 7. Features
-------------------------------------*/
.features {
  padding-top: 160px;
  padding-bottom: 85px;
  background-color: #f1f1f1;
}
.features h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 78px 0;
  padding: 0;
  color: #4a4a4a;
}
.features .feature {
  border-bottom: 7px solid #57bcca;
  background-color: #fff;
  padding-top: 34px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature .feature-icon {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  border: 2px solid #57bcca;
  border-radius: 71px;
  text-align: center;
  font-size: 50px;
  color: #57bcca;
  line-height: 142px;
  position: relative;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature .feature-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -4px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature h3 {
  margin: 30px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  color: #4a4a4a;
}
.features .feature p {
  margin: 0 10px 30px 10px;
  font-size: 14px;
}
.features .feature:hover {
  border-bottom-color: #219eaf;
}
.features .feature:hover .feature-icon {
  border-color: #219eaf;
  color: #219eaf;
}
.features .feature:hover .feature-icon i {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.features .feature:hover .feature-icon:after {
  border-bottom-color: #219eaf;
}
/* 8. Room Tabs
-------------------------------------*/
.room-tabs {
  background-color: #ffffff;
  padding: 80px 0 85px 0;
}
.room-tabs h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #4a4a4a;
}
.room-tabs .room-tabs-info {
  margin-bottom: 12px;
}
.room-tabs .room-tabs-info img {
  float: left;
}
.room-tabs .nav-tabs {
  margin-bottom: 47px;
  font-size: 18px;
  border-bottom: 7px solid #e3e3e3;
}
.room-tabs .nav-tabs li {
  margin-bottom: -7px;
  border-right: 2px solid #fff;
}
.room-tabs .nav-tabs li a {
  margin: 0;
  color: #4a4a4a;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #e3e3e3;
}
.room-tabs .nav-tabs li a:hover {
  background-color: #eaf5f7;
  border-bottom: 7px solid #e3e3e3;
}
.room-tabs .nav-tabs li.active a {
  color: #585858;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #57bcca;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails {
  width: 75px;
  float: left;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails a {
  margin-bottom: 10px;
  display: block;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-image {
  width: 472px;
  float: right;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-image .room-tabs-gallery-preview-container {
  height: 365px;
  overflow: hidden;
  display: block;
  position: relative;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption {
  position: relative;
  background-color: #57bcca;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 20px 0 20px;
  height: 55px;
  font-size: 14px;
  z-index: 20;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check {
  float: right;
  background-color: #57bcca;
  border: 1px solid #fff;
  font-size: 14px;
  margin-top: -5px;
  font-weight: 400;
  padding: 6px 12px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check i {
  margin-right: 5px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check:hover {
  background-color: #219eaf;
  color: #fff;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -16px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #57bcca;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
}
.room-tabs .room-tabs-description h3 {
  font-size: 22px;
  color: #57bcca;
  margin-bottom: 20px;
}
.room-tabs .room-tabs-checklist {
  margin-top: 15px;
  margin-bottom: 0;
}
.room-tabs .room-tabs-checklist li {
  border: none;
  padding: 0 0 6px 0;
  font-weight: 600;
}
.room-tabs .room-tabs-checklist li:last-of-type {
  padding-bottom: 0;
}
.room-tabs .room-tabs-checklist li i {
  color: #57bcca;
  font-size: 18px;
  float: left;
  margin-right: 8px;
  display: block;
  margin-top: 6px;
}
.modal-backdrop.in {
  opacity: 0.9;
  background-color: #213437;
}
#roomTabsGalleryPreviewModal .modal-dialog {
  z-index: 100;
  min-width: 300px;
  margin-top: 100px;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav {
  position: absolute;
  top: -42px;
  width: 100%;
  color: #fff;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav .title {
  margin-top: 9px;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav .close {
  height: 43px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-body img {
  border: 1px solid #fff;
}
/* 9. Location
-------------------------------------*/
.location .location-map-container {
  height: 500px;
}
.location .location-address {
  background-color: #57bcca;
  color: #fff;
  font-size: 20px;
  height: 80px;
  opacity: 0.9;
  margin-top: -80px;
}
.location .location-address address {
  padding-top: 20px;
}
.location .location-address i {
  font-size: 36px;
}
/* 10. Attractions
-------------------------------------*/
.attractions {
  padding: 80px 0 85px 0;
  background-color: #fff;
}
.attractions h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 70px 0;
  padding: 0;
  color: #4a4a4a;
}
.attractions p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #383838;
}
.lowerpattractions p {
    line-height: 20px !important;
    margin-bottom: 20px !important;}

.attractions .attraction-video {
  margin-bottom: 30px;
  border-bottom: 7px solid #57bcca;
  padding-bottom: 1px;
}
.attractions .attraction-video .video-preview-img {
  position: relative;
}
.attractions .attraction-video .video-preview-img .video-play-button {
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -56px;
  text-align: center;
  color: #585858;
  line-height: 112px;
  font-size: 48px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.attractions .attraction-video:hover .video-play-button {
  opacity: 0.5;
}
.attractions .attraction-link {
  margin-bottom: 30px;
  overflow: hidden;
}
.attractions .attraction-link a .attraction-img {
  position: relative;
}
.attractions .attraction-link a .attraction-img img {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay {
  position: absolute;
  background-color: rgba(87, 188, 202, 0);
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay i {
  font-size: 46px;
  color: #fff;
  position: relative;
  top: calc(40%);
  /* 50% - 3/4 of icon height */
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption {
  position: relative;
  background-color: #57bcca;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 20px 0 20px;
  height: 55px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption .attraction-caption-title {
  float: left;
  font-weight: 600;
}
.attractions .attraction-link a .attraction-caption .attraction-distance {
  float: right;
}
.attractions .attraction-link a .attraction-caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -16px;
}
.attractions .attraction-link a .attraction-caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #57bcca;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-img img {
  -webkit-transform: scale(1.24);
      -ms-transform: scale(1.24);
          transform: scale(1.24);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay {
  background-color: rgba(87, 188, 202, 0.7);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay i {
  opacity: 1;
}
.attractions .attraction-link a:hover .attraction-caption {
  background-color: #219eaf;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-caption:after {
  border-bottom-color: #219eaf;
}
/* 11. Newsletter
-------------------------------------*/
.newsletter {
  margin-top: 23px;
  padding-bottom: 172px;
}
.newsletter .newsletter-box {
  position: relative;
  background-color: #eaf5f7;
  padding: 85px 15px;
  min-height: 300px;
}
.newsletter .newsletter-box .newsletter-box-icon {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 50%;
  margin-left: -55px;
  background-color: #fff;
  border: 2px solid #57bcca;
  border-radius: 55px;
  text-align: center;
  font-size: 50px;
  color: #57bcca;
  line-height: 110px;
}
.newsletter .newsletter-box h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
  color: #4a4a4a;
}
.newsletter .newsletter-box h3 span {
  font-weight: 400;
  color: #57bcca;
}
.newsletter .newsletter-box .input-group {
  background-color: #fff;
  padding: 10px 2px;
  height: 58px;
}
.newsletter .newsletter-box .input-group .input-group-addon {
  background-color: #fff;
  color: #57bcca;
  border: none;
  font-size: 24px;
  border-right: 1px solid #57bcca;
}
.newsletter .newsletter-box .input-group .form-control {
  background-color: #fff;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-weight: 400;
}
.newsletter .newsletter-box .newsletter-box-submit {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: -85px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button .btn {
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  padding: 6px 12px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #57bcca;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button:hover:after {
  border-bottom-color: #219eaf;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia {
  margin-top: 20px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia h4 {
  font-size: 18px;
  font-weight: 300;
  float: left;
  padding-left: 5px;
  margin-top: 10px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li {
  float: left;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li a {
  width: 40px;
  height: 40px;
  border: 2px solid #57bcca;
  text-align: center;
  line-height: 40px;
  color: #57bcca;
  display: block;
  font-size: 19px;
  border-radius: 20px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li a:hover {
  border-color: #219eaf;
  color: #219eaf;
}
/* 12. Reviews
-------------------------------------*/
.reviews {
  padding: 80px 0 85px 0;
  background: #ffffff url("../img/review-background.jpg") no-repeat center fixed;
  background-size: cover;
}
.reviews h2 {
  font-size: 36px;
  font-weight: 300;
  color: #4a4a4a;
}
.reviews .review-controls {
  text-align: right;
}
.reviews .carousel-control {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: none;
  background-color: #57bcca;
  background-repeat: no-repeat;
  text-shadow: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 0;
  margin: 23px 0 0 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.reviews .carousel-control i {
  font-size: 22px;
  text-shadow: none;
  line-height: 33px;
}
.reviews .carousel-control.left i {
  margin-left: -3px;
}
.reviews .carousel-control.right i {
  margin-left: 3px;
}
.reviews .carousel-control:hover {
  background-color: #219eaf;
}
.reviews .carousel-inner {
  margin-top: 35px;
}
.reviews .review-box {
  background-color: #fff;
  padding: 30px;
  border-bottom: 7px solid #57bcca;
}
.reviews .review-box h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #4a4a4a;
}
.reviews .review-box .review-person {
  margin: 30px 0 20px 0;
}
.reviews .review-box .review-person-image {
  float: left;
  border-radius: 42px;
}
.reviews .review-box .review-person-name {
  font-size: 24px;
  margin: 0 0 10px 105px;
  padding-top: 10px;
  color: #4a4a4a;
}
.reviews .review-box .review-person-location {
  margin-left: 100px;
  font-size: 17px;
  color: #57bcca;
  font-weight: 400;
}
/* 13. About
-------------------------------------*/
.about {
  padding: 80px 0 85px 0;
}
.about .about-image {
  padding-bottom: 1px;
  border-bottom: 7px solid #57bcca;
}
.about h2 {
  color: #4a4a4a;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.about p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #383838;
}
.about .about-signature {
  margin-top: 35px;
}
.about .about-signature img {
  width: auto;
}
/* 14. Counter
-------------------------------------*/
.counter {
  padding: 85px 0;
  background-color: #eaf5f7;
}
.counter .counter-icon {
  font-size: 64px;
  color: #57bcca;
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 65px;
}
.counter .counter-number {
  font-size: 40px;
  color: #57bcca;
  margin-left: 80px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.counter .counter-description {
  font-size: 15px;
  margin-left: 80px;
  font-weight: 400;
  color: #4a4a4a;
}
/* 15. Rates
-------------------------------------*/
.rates {
  padding: 80px 0 85px 0;
}
.rates h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 85px 0;
  padding: 0;
  color: #4a4a4a;
}
.rates .rate {
  padding: 0;
}
.rates .rate-box {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.rates .rate-box .rate-icon {
  color: #cccacc;
  font-size: 53px;
  line-height: 0;
}
.rates .rate-box .rate-icon .stars {
  font-size: 14px;
}
.rates .rate-box .rate-description {
  font-size: 18px;
  margin: 35px 0;
  display: block;
  text-transform: uppercase;
  color: #4a4a4a;
}
.rates .rate-box .rate-price {
  display: inline-block;
  color: #57bcca;
  line-height: 1;
  margin-bottom: 45px;
}
.rates .rate-box .rate-price .rate-price-currency {
  font-size: 20px;
  float: left;
  display: block;
  margin-top: 14px;
}
.rates .rate-box .rate-price .rate-price-amount {
  font-size: 28px;
  float: left;
  display: block;
  font-weight: 600;
}
.rates .rate-box .rate-price .rate-price-duration {
  font-size: 14px;
  float: left;
  display: block;
  margin-top: 70px;
}
.rates .rate-box .rate-action button {
  background-color: #57bcca;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.rates .rate-box .rate-action button i {
  font-size: 27px;
  margin: 0 7px 0 0;
  vertical-align: sub;
}
.rates .rate-box .rate-action button:hover {
  background-color: #219eaf;
}
.rates .rate-box:last-of-type {
  border-right: 1px solid #bebebe;
}
.rates .rate-box.highlight {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 10;
  background-color: #57bcca;
  border: none;
}
.rates .rate-box.highlight .rate-icon {
  color: #eaf5f7;
}
.rates .rate-box.highlight .rate-description {
  color: #fff;
}
.rates .rate-box.highlight .rate-price {
  color: #fff;
}
.rates .rate-box.highlight .rate-action button {
  border: 2px solid #fff;
}
.rates .rate-box.highlight + .rate-box {
  border-left: none;
}
.rates .rates-payment-info {
  text-align: center;
  margin-top: 65px;
}
.rates .rates-payment-info p {
  font-size: 20px;
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.rates .rates-payment-info img {
  vertical-align: middle;
  height: 40px;
  margin-top: -9px;
}
/* 16. Services
-------------------------------------*/
.services {
  padding: 80px 0 37px 0;
  background-color: #f1f1f1;
}
.services h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 88px 0;
  padding: 0;
  color: #4a4a4a;
}
.services .service {
  margin-bottom: 53px;
}
.services .service .service-icon {
  width: 60px;
  height: 60px;
  margin: -20px auto 0 auto;
  border: 2px solid #57bcca;
  border-radius: 31px;
  text-align: center;
  font-size: 22px;
  color: #57bcca;
  line-height: 57px;
  position: relative;
  float: left;
}
.services .service .service-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
}
.services .service h3 {
  margin: 0 0 6px 77px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
}
.services .service p {
  margin: 0 0 0 77px;
}
/* 17. Content
-------------------------------------*/
.content {
  padding: 80px 0 85px 0;
}
.content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.content h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #57bcca;
  font-weight: normal;
  line-height: 1.6;
}
.content p {
  margin-bottom: 25px;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content .btn {
  font-weight: 600;
}
.content .content-img-box {
  padding-bottom: 1px;
  border-bottom: 7px solid #57bcca;
}
.content .content-img-left,
.content .content-img-right {
  margin-bottom: 85px;
}
.content .content-img-left:last-of-type,
.content .content-img-right:last-of-type {
  margin-bottom: 0;
}
/* 18. Partners
-------------------------------------*/
.partners {
  background-color: #f1f1f1;
}
.partners .partners-container {
  padding: 45px 15px 80px 15px;
}
.partners .partner-img {
  padding: 5px;
  background-color: #fff;
}
.partners h2 {
  font-size: 14px;
  margin: 0 0 25px 0;
  color: #57bcca;
}
/* 19. Contact
-------------------------------------*/
.contact {
  padding: 80px 0 85px 0;
}
.contact h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #4a4a4a;
}
.contact h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #57bcca;
}
.contact .contact-header {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
}
.contact .contact-img {
  float: left;
  margin-right: 20px;
  padding: 1px;
  border: 2px solid #d0cccc;
  width: 83px;
}
.contact .contact-person {
  font-size: 20px;
  font-weight: 600;
}
.contact .contact-title {
  font-weight: 400;
}
.contact .contact-phone {
  font-size: 20px;
  font-weight: 600;
  color: #57bcca;
  margin-top: 8px;
}
.contact .contact-phone i {
  font-size: 30px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: -3px;
}
.contact .input-group {
  border: 1px solid #f5f5f5;
  background-color: #f1f1f1;
  padding: 10px 2px;
  height: 58px;
  margin-bottom: 14px;
}
.contact .input-group .input-group-addon {
  background-color: #f1f1f1;
  color: #57bcca;
  border: none;
  font-size: 24px;
  border-right: 1px solid #57bcca;
}
.contact .input-group .form-control {
  background-color: #f1f1f1;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
}
.contact .input-group.textbox {
  width: 100%;
}
.contact .input-group.textbox .input-group-addon {
  height: 44px;
  width: 55px;
  display: block;
  float: left;
}
.contact .input-group.textbox .input-group-addon i {
  vertical-align: middle;
}
.contact .input-group.textbox textarea {
  float: left;
  width: 490px;
}
.contact .contact-form-info {
  float: left;
  margin-top: 11px;
  color: #585858;
  font-size: 12px;
}
.contact .btn-contact-form {
  float: right;
  font-weight: 600;
}
.contact .btn-contact-form i {
  margin-top: -4px;
  margin-left: 2px;
}
/* 20. Address
-------------------------------------*/
.address {
  padding: 70px 0 70px 0;
  background-color: #eaf5f7;
  text-align: center;
}
.address h2 {
  margin-bottom: 15px;
}
.address address {
  font-size: 20px;
  color: #57bcca;
  margin-bottom: 10px;
}
.address .address-info {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4a4a4a;
}
.address .phones {
  margin-top: 30px;
  list-style: none;
  color: #57bcca;
  font-size: 24px;
  padding: 0;
}
.address .phones li {
  display: inline-block;
  padding: 0 15px;
}
.address .phones li i {
  font-size: 36px;
  vertical-align: sub;
  margin-right: 7px;
}
/* 21. Footer
-------------------------------------*/
footer {
  background-color: #57bcca;
  color: #fff;
  position: relative;
  min-height: 85px;
}
footer .footer-copyright {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 300;
}
footer .footer-social-media {
  list-style: none;
  font-size: 24px;
  margin-top: 30px;
}
footer .footer-social-media li {
  display: inline-block;
  padding: 0 10px;
  float: right;
}
footer .footer-social-media a {
  color: #fff;
}
footer:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #57bcca;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
}
/* 22. Scroll Up Button
-------------------------------------*/
.scroll-up-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  background-color: #57bcca;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.scroll-up-btn i {
  color: #fff;
}
.scroll-up-btn:hover {
  background-color: #219eaf;
}
/* 23. Inquiry Modal
-------------------------------------*/
#inquiryModal .modal-dialog {
  width: 748px;
}
#inquiryModal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #fff;
}
#inquiryModal .modal-dialog .modal-content .modal-header {
  color: #fff;
  background-color: #57bcca;
  border-bottom: none;
}
#inquiryModal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#inquiryModal .modal-dialog .modal-content .modal-header .close:hover,
#inquiryModal .modal-dialog .modal-content .modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#inquiryModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
#inquiryModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#inquiryModal .modal-dialog .modal-content .modal-body h2 {
  font-size: 18px;
  font-weight: 300;
  color: #57bcca;
  margin-top: 0;
  margin-bottom: 20px;
}
#inquiryModal .modal-dialog .modal-content .modal-body label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #585858;
  padding-left: 3px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .input-group {
  border: 1px solid #f5f5f5;
  background-color: #f1f1f1;
}
#inquiryModal .modal-dialog .modal-content .modal-body .form-control {
  background-color: #f1f1f1;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-weight: 400;
  height: 47px;
  padding-left: 10px;
  border-radius: 0;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date {
  padding: 25px 30px 0 30px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .form-control::-webkit-input-placeholder {
  color: #585858;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .form-control:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .form-control::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .form-control:-ms-input-placeholder {
  color: #585858;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .inquiry-check-in,
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .inquiry-check-out,
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .inquiry-people {
  margin-bottom: 15px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .room-select {
  height: 58px;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #f5f5f5;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .room-select .input-group {
  width: 100%;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .room-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 24px;
  color: #57bcca;
  z-index: 6;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .room-select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 58px;
  font-size: 24px;
  font-weight: 400;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  color: #57bcca;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .room-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 58px;
  width: 58px;
  margin: 0;
  background: #f1f1f1;
  z-index: 5;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date select::-ms-expand {
  display: none;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .date-select {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding-right: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .time-select {
  margin-bottom: 10px;
  float: right;
  width: 50%;
  overflow: hidden;
  position: relative;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .time-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: #57bcca;
  z-index: 6;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .time-select select {
  background: transparent;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .time-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 47px;
  width: 47px;
  margin: 0;
  background-color: #f1f1f1;
  z-index: 5;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .people-select {
  margin-bottom: 10px;
  float: right;
  width: 50%;
  overflow: hidden;
  position: relative;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .people-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: #57bcca;
  z-index: 6;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .people-select select {
  background: transparent;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .people-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 47px;
  width: 47px;
  margin: 0 7px 0 0;
  background-color: #f1f1f1;
  z-index: 5;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .input-group-addon {
  border: none;
  color: #fff;
  background-color: #57bcca;
  font-size: 24px;
  border-radius: 0;
}
#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date label {
  display: block;
}
#inquiryModal .modal-dialog .modal-content .modal-body hr {
  margin-top: 25px;
  margin-bottom: 35px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information {
  padding: 0px 30px 20px 30px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .first-name-group {
  float: left;
  width: 50%;
  padding-right: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .last-name-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .zip-code-group {
  float: left;
  width: 30%;
  padding-right: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .city-group {
  float: right;
  width: 70%;
  padding-left: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .phone-group {
  float: left;
  width: 50%;
  padding-right: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .personal-information .email-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#inquiryModal .modal-dialog .modal-content .modal-body .newsletter-checkbox {
  margin: 20px 0;
}
#inquiryModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type="checkbox"] {
  display: none;
}
#inquiryModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label {
  font-size: 18px;
  font-weight: 300;
}
#inquiryModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #57bcca;
  border-radius: 3px;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  float: left;
}
#inquiryModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #fff;
  font-size: 26px;
  text-shadow: none;
}
#inquiryModal .modal-dialog .modal-content .modal-footer {
  background-color: #eaf5f7;
  text-align: left;
  padding-top: 20px;
  border-top: none;
}
#inquiryModal .modal-dialog .modal-content .modal-footer .inquiry-info {
  font-size: 12px;
  float: left;
  padding-left: 15px;
}
#inquiryModal .modal-dialog .modal-content .modal-footer .inquiry-info p {
  line-height: 20px;
  margin-left: 20px;
}
#inquiryModal .modal-dialog .modal-content .modal-footer .inquiry-info .inquiry-info-sign {
  font-size: 44px;
  color: #57bcca;
  float: left;
  line-height: 35px;
}
#inquiryModal .modal-dialog .modal-content .modal-footer .btn-inquiry-submit {
  float: right;
  font-size: 16px;
  background-color: #57bcca;
  color: #fff;
  padding: 11px 35px;
}
/* 24. Breakpoints / Media Queries
-------------------------------------*/
/* Large devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
  body {
    line-height: 23px;
  }
  /* 4. Top Navbar 1200px
  -------------------------------------*/
  .top-navbar .navbar-default .navbar-nav a {
    color: #585858;
    font-size: 13px;
  }
  .top-navbar .navbar-default .navbar-nav .active > a {
    background-color: #ffffff;
    font-size: 14px;
  }
  /* 5. Teaser Slider 1200px
  -------------------------------------*/
  .teaser-slider .item {
    height: 550px;
  }
  .teaser-slider-ph {
    height: 545px;
  }
  /* 6. Call to Action 1200px
  -------------------------------------*/
  .call-to-action .call-to-action-box {
    height: 170px;
    border-bottom: 5px solid #57bcca;
  }
  .call-to-action .call-to-action-button {
    color: #ffffff;
    background-color: #57bcca;
    border: none;
    font-size: 17px;
    padding: 20px 27px 15px;
    vertical-align: top;
  }
  .call-to-action .call-to-action-button i {
    font-size: 28px;
    margin: -4px 8px 0 0;
  }
  .call-to-action .call-to-action-phone {
    font-size: 15px;
    margin-top: 18px;
  }
  /* 7. Features 1200px
  -------------------------------------*/
  .features {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .features h2 {
    font-size: 42px;
    margin: 0 0 65px 0;
  }
  .features .feature {
    border-bottom: 5px solid #57bcca;
    padding-top: 34px;
    text-align: center;
  }
  .features .feature .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    font-size: 46px;
    line-height: 120px;
  }
  .features .feature h3 {
    margin: 26px 0 24px 0;
    font-size: 19px;
  }
  .features .feature p {
    font-size: 12px;
  }
  /* 8. Room Tabs 1200px
  -------------------------------------*/
  .room-tabs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .room-tabs h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .room-tabs .room-tabs-info {
    font-size: 12px;
  }
  .room-tabs .nav-tabs {
    margin-bottom: 38px;
    font-size: 16px;
    border-bottom: 5px solid #e3e3e3;
  }
  .room-tabs .nav-tabs li {
    margin-bottom: -5px;
  }
  .room-tabs .nav-tabs li a {
    border-bottom: 5px solid #e3e3e3;
  }
  .room-tabs .nav-tabs li a:hover {
    border-bottom: 5px solid #e3e3e3;
  }
  .room-tabs .nav-tabs li.active a {
    border-bottom: 5px solid #57bcca;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails {
    width: 65px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-image {
    width: 380px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-image .room-tabs-gallery-preview-container {
    height: 295px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-caption {
    font-size: 13px;
  }
  .room-tabs .room-tabs-description {
    font-size: 12px;
  }
  .room-tabs .room-tabs-description h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .room-tabs .room-tabs-checklist li {
    padding: 0 0 5px 0;
  }
  .room-tabs .room-tabs-checklist li i {
    font-size: 16px;
    margin-right: 7px;
    margin-top: 4px;
  }
  /* 10. Attractions 1200px
  -------------------------------------*/
  .attractions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .attractions h2 {
    font-size: 42px;
    margin: 0 0 55px 0;
  }
  .attractions p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
.lowerpattractions p {
    line-height: 20px !important;
    margin-bottom: 20px !important;}
  .attractions .attraction-link a .attraction-caption {
    font-size: 12px;
  }
  /* 11. Newsletter 1200px
  -------------------------------------*/
  .newsletter {
    padding-bottom: 157px;
  }
  .newsletter .newsletter-box h3 {
    font-size: 20px;
  }
  /* 12. Reviews 1200px
  -------------------------------------*/
  .reviews {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .reviews h2 {
    font-size: 32px;
  }
  .reviews .carousel-control {
    margin: 5px 0 0 0;
  }
  .reviews .carousel-inner {
    margin-top: 35px;
  }
  .reviews .review-box {
    border-bottom: 5px solid #57bcca;
    font-size: 12px;
  }
  .reviews .review-box h3 {
    font-size: 16px;
    margin: 0 0 22px 0;
  }
  .reviews .review-box .review-person {
    margin: 30px 0 20px 0;
  }
  .reviews .review-box .review-person-image {
    float: left;
    border-radius: 35px;
    width: 70px;
  }
  .reviews .review-box .review-person-name {
    font-size: 20px;
    margin: 0 0 10px 90px;
    padding-top: 10px;
  }
  .reviews .review-box .review-person-location {
    margin-left: 85px;
    font-size: 16px;
  }
  /* 13. About 1200px
  -------------------------------------*/
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about .about-image {
    border-bottom: 5px solid #57bcca;
  }
  .about h2 {
    font-size: 32px;
    margin-bottom: 23px;
  }
  .about p {
    font-size: 16px;
    line-height: 28px;
  }
  .about .about-signature {
    margin-top: 25px;
    width: 200px;
  }
  /* 14. Counter 1200px
  -------------------------------------*/
  .counter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .counter .counter-icon {
    font-size: 60px;
  }
  .counter .counter-number {
    font-size: 36px;
  }
  .counter .counter-description {
    font-size: 14px;
  }
  /* 15. Rates 1200px
  -------------------------------------*/
  .rates {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .rates h2 {
    font-size: 42px;
    margin: 0 0 65px 0;
  }
  .rates .rate-box .rate-icon {
    color: #cccacc;
    font-size: 53px;
    line-height: 0;
  }
  .rates .rate-box .rate-icon .stars {
    font-size: 14px;
  }
  .rates .rate-box .rate-description {
    font-size: 16px;
  }
  .rates .rate-box .rate-price .rate-price-currency {
    font-size: 20px;
  }
  .rates .rate-box .rate-price .rate-price-amount {
    font-size: 28px;
  }
  .rates .rate-box .rate-price .rate-price-duration {
    font-size: 14px;
  }
  .rates .rate-box .rate-action button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .rates .rate-box .rate-action button i {
    font-size: 22px;
    margin: 0 7px 0 0;
  }
  .rates .rates-payment-info {
    margin-top: 55px;
  }
  .rates .rates-payment-info p {
    font-size: 18px;
    margin-right: 10px;
  }
  .rates .rates-payment-info img {
    height: 30px;
  }
  /* 16. Services 1200px
  -------------------------------------*/
  .services {
    padding-top: 70px;
    padding-bottom: 37px;
  }
  .services h2 {
    font-size: 42px;
    margin: 0 0 65px 0;
  }
  .services .service {
    margin-bottom: 33px;
  }
  .services .service .service-icon {
    width: 55px;
    height: 55px;
    margin: -20px auto 0 auto;
    border: 2px solid #57bcca;
    border-radius: 31px;
    text-align: center;
    font-size: 20px;
    color: #57bcca;
    line-height: 54px;
    position: relative;
    float: left;
  }
  .services .service .service-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #57bcca;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -6px;
  }
  .services .service h3 {
    margin: 0 0 6px 70px;
    font-size: 18px;
  }
  .services .service p {
    margin: 0 0 0 70px;
    font-size: 12px;
  }
  /* 17. Content 1200px
  -------------------------------------*/
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
  }
  .content p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .content p .btn {
    font-size: 13px;
  }
  .content .content-img-left,
  .content .content-img-right {
    margin-bottom: 70px;
  }
  /* 18. Partners 1200px
  -------------------------------------*/
  .partners h2 {
    font-size: 12px;
  }
  .partners .partners-container {
    padding: 32px 15px 70px 15px;
  }
  /* 19. Contact 1200px
  -------------------------------------*/
  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .contact h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .contact .input-group {
    padding: 6px 2px;
    height: 50px;
    margin-bottom: 12px;
  }
  .contact .input-group .input-group-addon {
    font-size: 22px;
  }
  .contact .input-group .form-control {
    font-size: 16px;
  }
  .contact .input-group.textbox .input-group-addon {
    height: 36px;
    width: 54px;
  }
  .contact .input-group.textbox textarea {
    width: 394px;
    height: 223px;
  }
  /* 20. Address 1200px
  -------------------------------------*/
  .address {
    padding-top: 70px;
    background-position: 70px;
  }
  .address h2 {
    margin-bottom: 15px;
  }
  .address address {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .address .address-info {
    font-size: 18px;
  }
  .address .phones {
    margin-top: 35px;
    font-size: 22px;
  }
  .address .phones li i {
    font-size: 34px;
  }
  /* 21. Footer 1200px
  -------------------------------------*/
  footer .footer-copyright {
    font-size: 16px;
  }
  footer .footer-social-media {
    font-size: 22px;
    margin-top: 34px;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {

            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 90%;
                max-height:135px;
                list-style-type: none
            }


  h1,h2,h3,h4,h5,h6,p {
    text-align: center;
  }
  /* 4. Top Navbar 992px
  -------------------------------------*/
  .top-navbar {
    width: 100%;
  }
  .top-navbar .navbar-brand {
    margin-top: 5px;
    margin-left: -10px;
  }
  .top-navbar .navbar-default .navbar-collapse {
    border: none;
  }
  .top-navbar .navbar-default .navbar-toggle {
    margin-top: 30px;
    margin-right: 0;
  }
  .top-navbar .navbar-default .navbar-nav {
    margin-top: 25px;
    margin-right: 0;
  }
  .top-navbar .navbar-default .navbar-nav li {
    border-bottom: 1px solid #57bcca;
  }
  .top-navbar .navbar-default .navbar-nav li:last-of-type {
    border-bottom: none;
  }
  .top-navbar .navbar-default .navbar-nav .active > a {
    background-color: #eaf5f7;
  }
  .top-navbar .navbar-default .navbar-nav .active > a:after {
    border: none;
  }
  /* 6. Call to Action 992px
  -------------------------------------*/
  .call-to-action {
    width: 326px;
  }
  /* 7. Features 992px
  -------------------------------------*/
  .features .feature {
    margin-bottom: 35px;
  }
  /* 8. Room Tabs 992px
  -------------------------------------*/
  .room-tabs .room-tabs-info img {
    float: none;
    margin-bottom: 25px;
  }
  .room-tabs .nav-tabs {
    text-align: center;
  }
  .room-tabs .nav-tabs li {
    display: inline-block;
    float: none;
  }
  .room-tabs .room-tabs-gallery {
    margin-bottom: 35px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails {
    width: 100%;
    float: none;
    display: block;
    min-height: 75px;
    text-align: center;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails a {
    margin-right: 10px;
    display: inline-block;
    width: 75px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-image {
    width: 100%;
    float: none;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-image .room-tabs-gallery-preview-container {
    height: 80%;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-caption {
    text-align: left;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check {
    float: right;
  }
  .room-tabs .room-tabs-checklist.left {
    text-align: right;
  }
  .room-tabs .room-tabs-checklist.left li i {
    float: right;
    margin: 7px 0 0 5px;
  }
  .room-tabs .room-tabs-checklist.right {
    text-align: left;
  }
  .room-tabs .room-tabs-checklist.right li i {
    float: left;
    margin: 7px 5px 0 0;
  }
  /* 11. Newsletter 992px
  -------------------------------------*/
  .newsletter {
    padding-bottom: 150px;
  }
  .newsletter .newsletter-box {
    min-height: 270px;
  }
  .newsletter .newsletter-box .newsletter-box-icon {
    width: 100px;
    height: 100px;
    top: -50px;
    margin-left: -50px;
    border-radius: 50px;
    font-size: 46px;
    line-height: 100px;
  }
  .newsletter .newsletter-box h3 {
    font-size: 16px;
  }
  .newsletter .newsletter-box .input-group {
    padding: 7px 2px;
    height: 48px;
  }
  .newsletter .newsletter-box .input-group .input-group-addon {
    font-size: 22px;
  }
  .newsletter .newsletter-box .input-group .form-control {
    font-size: 16px;
  }
  .newsletter .newsletter-box .newsletter-box-submit {
    width: 280px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    bottom: -80px;
  }
  .newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button .btn {
    height: 45px;
    font-size: 22px;
  }
  .newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia {
    margin-top: 20px;
  }
  .newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia h4 {
    font-size: 16px;
    margin-top: 13px;
  }
  /* 12. Reviews 992px
  -------------------------------------*/
  .reviews .review-controls {
    text-align: center;
    margin-top: 35px;
  }
  .reviews .review-box {
    margin-bottom: 35px;
  }
  .reviews .review-box .review-person-image {
    float: none;
    border-radius: 42px;
  }
  .reviews .review-box .review-person-name {
    margin: 0 0 10px 0px;
  }
  .reviews .review-box .review-person-location {
    margin-left: 0px;
  }
  /* 13. About 992px
  -------------------------------------*/
  .about .about-image {
    margin-bottom: 35px;
  }
  .about .about-signature {
    margin: 35px auto 0;
  }
  /* 17. Counter 992px
  -------------------------------------*/
  .counter .counter-icon {
    float: none;
    margin: 0 auto;
  }
  .counter .counter-number {
    margin-left: 0;
  }
  .counter .counter-description {
    margin-left: 0;
  }
  /* 15. Rates 992px
  -------------------------------------*/
  .rates {
    padding-left: 25px;
    padding-right: 25px;
  }
  .rates .rate-box {
    border: 1px solid #bebebe !important;
    margin-bottom: 35px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .rates .rate-box.highlight {
    border: none !important;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
  /* 16. Services 992px
  -------------------------------------*/
  .services .service-row {
    margin-bottom: 0;
  }
  .services .service {
    margin-bottom: 35px;
  }
  .services .service .service-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px auto;
    border: 2px solid #57bcca;
    border-radius: 31px;
    text-align: center;
    font-size: 20px;
    color: #57bcca;
    line-height: 54px;
    position: relative;
    float: none;
  }
  .services .service .service-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #57bcca;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -6px;
  }
  .services .service h3 {
    margin: 0 0 6px 0;
  }
  .services .service p {
    margin: 0;
  }
  /* 17. Content 992px
  -------------------------------------*/
  .content p:last-of-type {
    margin-bottom: 30px;
  }
  .content .content-img-left,
  .content .content-img-right {
    margin-bottom: 40px;
  }
  .content .content-img:last-of-type {
    margin-bottom: 35px;
  }
  /* 18. Partners 992px
  -------------------------------------*/
  .partners .partner {
    margin-bottom: 25px;
  }
  /* 19. Contact 992px
  -------------------------------------*/
  .contact .contact-img {
    float: none;
    margin: 0 auto 25px;
  }
  .contact .contact-phone i {
    display: inline-block;
    float: none;
  }
  .contact .input-group.textbox textarea {
    width: 655px;
  }
  /* 21. Footer 992px
  -------------------------------------*/
  footer .footer-copyright {
    font-size: 14px;
  }
  footer .footer-social-media {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  footer .footer-social-media li {
    display: inline-block;
    float: none;
  }
  /* 23. Inquiry Modal 992px
 -------------------------------------*/
  #inquiryModal .modal-dialog .modal-content .modal-body {
    text-align: left;
  }
}
/* Small devices (768px and down) */
@media (max-width: 768px) {
  /* 5. Teaser Slider 768px
  -------------------------------------*/
  .teaser-slider .item {
    height: 430px;
  }
  .teaser-slider-ph {
    height: 425px;
  }
  /* 7. Features 768px
  -------------------------------------*/
  .features h2 {
    font-size: 28px;
  }
  /* 8. Room Tabs 768px
  -------------------------------------*/
  .room-tabs h2 {
    font-size: 24px;
  }
  .room-tabs .nav-tabs {
    font-size: 14px;
  }
  .room-tabs .room-tabs-description h3 {
    font-size: 18px;
  }
  .room-tabs .room-tabs-checklist {
    margin-bottom: 0;
    margin-top: 0;
  }
  .room-tabs .room-tabs-checklist li {
    background-color: #eaf5f7;
    margin-bottom: 2px;
  }
  .room-tabs .room-tabs-checklist.left {
    text-align: center;
  }
  .room-tabs .room-tabs-checklist.left li i {
    float: none;
    display: none;
  }
  .room-tabs .room-tabs-checklist.right {
    text-align: center;
  }
  .room-tabs .room-tabs-checklist.right li i {
    float: none;
    display: none;
  }
  /* 9. Location 768px
  -------------------------------------*/
  .location .location-address {
    font-size: 16px;
    height: 60px;
    margin-top: -60px;
  }
  .location .location-address i {
    font-size: 17px;
  }
  /* 10. Attractions 768px
  -------------------------------------*/
  .attractions h2 {
    font-size: 28px;
  }
  .attractions p {
    font-size: 14px;
    line-height: 26px;
  }
  /* 11. Newsletter 768px
  -------------------------------------*/
  .newsletter .newsletter-box {
    padding: 85px 15px 70px;
  }
  .newsletter .newsletter-box h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .newsletter .newsletter-box .input-group {
    margin: 0 20px 20px 20px;
  }
  /* 12. Reviews 768px
  -------------------------------------*/
  .reviews h2 {
    font-size: 24px;
  }
  /* 13. About
  -------------------------------------*/
  .about h2 {
    font-size: 24px;
  }
  .about p {
    font-size: 14px;
    line-height: 26px;
  }
  /* 14. Counter 768px
  -------------------------------------*/
  .counter .counter-box {
    margin-bottom: 35px;
  }
  /* 15. Rates 768px
-------------------------------------*/
  .rates h2 {
    font-size: 28px;
  }
  .rates .rates-payment-info img {
    margin-top: 0;
  }
  /* 16. Services 768px
  -------------------------------------*/
  .services h2 {
    font-size: 28px;
  }
  /* 17. Content 768px
  -------------------------------------*/
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  /* 19. Contact 768px
  -------------------------------------*/
  .contact h2 {
    font-size: 28px;
  }
  .contact h3 {
    font-size: 16px;
  }
  .contact .input-group.textbox textarea {
    width: 85%;
  }
  /* 20. Address 768px
  -------------------------------------*/
  .address address {
    font-size: 16px;
  }
  .address .address-info {
    font-size: 16px;
    line-height: 26px;
  }
  .address .phones {
    font-size: 18px;
    margin-top: 25px;
  }
  .address .phones li {
    margin-bottom: 5px;
  }
  .address .phones li i {
    font-size: 36px;
    vertical-align: sub;
    margin-right: 7px;
  }
  /* 23. Inquiry Modal 768px
  -------------------------------------*/
  .modal {
    padding: 0 !important;
    margin: 0 !important;
  }
  #inquiryModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #inquiryModal .modal-dialog .modal-content {
    border: 0;
  }
  #inquiryModal .modal-dialog .modal-content .modal-header {
    text-align: left;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body {
    text-align: left;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .date-select {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .time-select {
    float: none;
    width: 100%;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .people-select {
    float: none;
    width: 100%;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .first-name-group {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .last-name-group {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .zip-code-group {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .city-group {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .phone-group {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-body .personal-information .email-group {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  #inquiryModal .modal-dialog .modal-content .modal-footer .inquiry-info {
    float: none;
    padding-left: 0px;
    text-align: center;
  }
  #inquiryModal .modal-dialog .modal-content .modal-footer .btn-inquiry-submit {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* Extra Small devices (480px and down) */
@media (max-width: 480px) {
  /* 5. Teaser Slider 480px
  -------------------------------------*/
  /* 19. Contact 480px
  -------------------------------------*/
  .contact .input-group.textbox textarea {
    width: 82%;
  }
  .contact .contact-form-info {
    float: none;
    text-align: center;
  }
  .contact .btn-contact-form {
    float: none;
    width: 100%;
  }
  /* 8. Room Tabs 480px
  -------------------------------------*/
  .room-tabs .nav-tabs {
    border: none;
  }
  .room-tabs .nav-tabs li {
    display: block;
    margin-bottom: 0;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-caption {
    text-align: center;
    height: 110px;
  }
  .room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check {
    float: none;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  /* 9. Location 480px
  -------------------------------------*/
  .location .location-address {
    font-size: 12px;
    font-weight: 600;
  }
}
/* 25. Helper Classes */
.text-light {
  font-weight: 300;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
/* 26. Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
div#cookies {display:block;clear:both;cursor:pointer;font-size:12px;line-height:14px;margin-top:14px;color:white;padding:10px;background-color:grey}
div#cookies p {padding-right:20px;text-align:justify}
   #submitbutton {display:none} 
   
  /////* GALLERY */////
  
      .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: right;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
                max-height:135px;
                list-style-type: none
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
              max-height:135px;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
            
            
            
            
            

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

       
        .demo-gallery > ul > li {
                width: 80%;
                margin:auto !important;
            }

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}  
}
   
@font-face {
  font-family: 'lg';
  src: url("/www/fonts/lg.eot?n1z373");
  src: url("/www/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/www/fonts/lg.woff?n1z373") format("woff"), url("/www/fonts/lg.ttf?n1z373") format("truetype"), url("/www/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/www/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/www/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/www/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/www/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/www/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/www/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

