@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
.main-footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(images/5ddc3e60230f0@2x.png);
  background-size: cover;
  width: 100%;
  height: 300px;
  padding-top: 50px;
  font-family: "PT Sans", sans-serif;
}
.main-footer p {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.main-footer li {
  list-style: none;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.main-footer li a {
  font-size: 11px;
  color: #fff;
}
.main-footer li i {
  padding: 5px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: 10px;
  margin-top: 10px;
}
.main-footer li:hover {
  color: #b98036;
  font-weight: 700;
}
.main-footer .col-md-1 li {
  margin-top: 10px;
}
.main-footer .col-md-1 li img {
  height: 15px;
  width: 15px;
}
.main-footer .post-footer {
  width: 100%;
  border-top: 1px solid #b0b0b0;
  margin-top: 50px;
}
.main-footer .post-footer .container p {
  padding-top: 15px;
  color: #f0f0f0;
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 320px) {
  .main-footer {
    height: 440px;
  }
  .main-footer p {
    margin-bottom: 5px;
  }
  .main-footer img {
    width: 95px;
    height: 85px;
  }
  .main-footer .row .mobile {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #b0b0b0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .main-footer {
    height: 440px;
  }
  .main-footer .container {
    padding: 0 30px;
  }
  .main-footer p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .main-footer img {
    width: 95px;
    height: 85px;
  }
  .main-footer .row .mobile {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #b0b0b0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .main-footer {
    height: 440px;
  }
  .main-footer .container {
    padding: 0 50px;
  }
  .main-footer p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .main-footer img {
    width: 95px;
    height: 85px;
  }
  .main-footer .row .mobile {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #b0b0b0;
  }
}
* {
  box-sizing: border-box;
}

.right {
  bottom: 0;
  position: fixed;
  height: 380px;
  z-index: 9999;
  float: left !important;
  width: 70px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.right .share {
  background-color: #b98036;
  color: #fff;
  width: 50px;
  bottom: 20px;
  position: fixed;
  cursor: pointer;
  height: 50px;
  border-radius: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.right .share i {
  margin: 15px;
  font-size: 20px;
}
.right .expgroup {
  width: 50px;
  text-align: center;
  height: 280px;
}
.right .expgroup a button {
  display: list-item;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 7px;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in;
}
.right .expgroup a button:hover {
  background-color: #b98036;
}
.right .expgroup a:nth-child(1) button {
  background-color: #4267b2;
}
.right .expgroup a:nth-child(2) button {
  background-color: #0077b5;
}
.right .expgroup a:nth-child(3) button {
  background-color: #ed4956;
}
.right .expgroup a:nth-child(4) button {
  background-color: #1da1f2;
}
.right .expgroup a:nth-child(5) button {
  background-color: #ff0000;
}
.right span {
  font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .right {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .right {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .right {
    padding-left: 10px;
  }
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0;
  font-family: "PT Sans", sans-serif;
}

.modal-content {
  width: 100%;
  height: 100%;
  display: none;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.modal-content .inn {
  background-color: #fff;
  height: 500px;
  float: right;
  width: 80%;
  padding: 20px 0px;
}
.modal-content .cancel {
  height: 30px;
  width: 100%;
  padding: 10px 30px 30px 0;
}
.modal-content .cancel .fa-times {
  font-size: 20px;
  float: right;
}
.modal-content ul {
  margin: auto;
  padding: 0;
}
.modal-content ul li {
  list-style: none;
  padding: 15px 30px;
  border-bottom: 1px solid #f7f7f7;
}
.modal-content ul li a {
  color: #444444;
}

section {
  width: 100%;
  height: 660px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(images/Cozy.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
section .top-header {
  height: 40px;
  padding-top: 7px;
}
section .top-header .left {
  margin: 0;
}
section .top-header .left .col-md-2,
section .top-header .left .col-md-3,
section .top-header .left .col-md-4 {
  padding: 0;
  color: #fff;
  font-size: 14px;
}
section .top-header .left .col-md-2 a,
section .top-header .left .col-md-3 a,
section .top-header .left .col-md-4 a {
  color: #fff;
  transition: 0.2s ease-in;
}
section .top-header .left .col-md-2 a img,
section .top-header .left .col-md-3 a img,
section .top-header .left .col-md-4 a img {
  margin-right: 10px;
}
section .top-header .left .col-md-2 a:hover,
section .top-header .left .col-md-3 a:hover,
section .top-header .left .col-md-4 a:hover {
  color: #b98036;
  text-decoration: none;
}
section .top-header .left .col-md-2 a:hover img,
section .top-header .left .col-md-3 a:hover img,
section .top-header .left .col-md-4 a:hover img {
  color: #b98036 !important;
}
section .top-header .left .shit {
  margin-left: 15px;
}
section .top-header .right {
  float: right;
}
section header {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  padding-top: 5px;
}
section header img {
  float: left;
  height: 48px;
  width: 55px;
  margin-left: 25px;
}
section header ul {
  float: right;
  padding-top: 10px;
}
section header ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
}
section header ul li a {
  color: #444444;
  font-size: 14px;
  font-weight: 900;
}
section header ul li a:hover {
  text-decoration: none;
  color: #b98036;
}
section header i {
  float: right;
  display: none !important;
}
@media only screen and (max-width: 320px) {
  section .top-header .col-md-2,
  section .top-header .col-md-3,
  section .top-header .col-md-4 {
    display: none;
  }
  section header ul {
    display: none;
  }
  section header i {
    display: block !important;
    margin-right: 30px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  section .container {
    padding: 0 30px;
  }
  section .top-header .col-md-2,
  section .top-header .col-md-3,
  section .top-header .col-md-4 {
    display: none;
  }
  section header img {
    margin-left: 15px;
  }
  section header ul {
    display: none;
  }
  section header i {
    display: block !important;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  section .container {
    padding: 0 50px;
  }
  section .top-header .col-md-2,
  section .top-header .col-md-3,
  section .top-header .col-md-4 {
    display: none;
  }
  section header img {
    margin-left: 15px;
  }
  section header ul {
    display: none;
  }
  section header i {
    display: block !important;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
  }
}
section .caption {
  color: #fff;
  padding-top: 200px;
}
section .caption .caption_text {
  width: 100%;
  text-align: center;
  font-family: "PT Serif", serif;
}
section .caption .text_2,
section .caption .text_3,
section .caption .text_4,
section .caption .text_5,
section .caption .text_6 {
  display: none;
}
section .caption .cons {
  float: right;
  width: 50px;
  margin-top: 50px;
}
section .caption .cons .fas {
  color: black;
  height: 50px;
  font-size: 20px;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s ease-in;
  visibility: hidden;
}
section .caption .cons .down {
  margin-top: 30px;
}
section .caption .cons .fas:hover {
  opacity: 1;
}
section .caption .cons:hover .fas {
  visibility: visible;
}
section .caption h1 {
  font-size: 47px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
  section .caption {
    padding-top: 20px;
  }
  section .caption .caption_text {
    width: 95%;
    margin-top: 60px;
  }
  section .caption h1 {
    font-size: 25px;
  }
  section .caption p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  section .caption {
    padding: 0px 30px;
  }
  section .caption .caption_text {
    width: 95%;
    margin-top: 90px;
  }
  section .caption h1 {
    font-size: 25px;
  }
  section .caption p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  section .caption {
    padding-top: 25px;
    padding: 0px 50px;
  }
  section .caption .caption_text {
    width: 95%;
    margin-top: 150px;
  }
  section .caption h1 {
    font-size: 25px;
  }
  section .caption p {
    font-size: 13px;
  }
}

.booke {
  bottom: 0;
  position: absolute;
  width: 100%;
  margin-bottom: -60px;
}

.booked {
  position: static;
  margin-bottom: 0;
  margin-top: 70px;
}

.booking {
  height: 120px;
}
.booking .inside {
  background-color: #f7f7f7;
  height: 120px;
  padding: 25px 15px;
  box-shadow: 0px 0px 18px #00000029;
}
.booking .row {
  margin: 0;
}
.booking .row .col-md-2 p,
.booking .row .col-md-3 p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.booking .row .col-md-2 .custom,
.booking .row .col-md-3 .custom {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.booking .row .col-md-2 .custom input,
.booking .row .col-md-3 .custom input {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  height: 35px;
  padding-left: 10px;
  width: 100%;
}
.booking .row .col-md-2 .select-hide,
.booking .row .col-md-3 .select-hide {
  display: none;
}
.booking .row .col-md-2 select,
.booking .row .col-md-3 select {
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 5px;
  right: 0;
  z-index: 99;
}
.booking .row .col-md-2 .select-selected:after,
.booking .row .col-md-3 .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px dotted transparent;
  border-color: #b98036 transparent transparent transparent;
}
.booking .row .col-md-2 .range,
.booking .row .col-md-3 .range {
  vertical-align: middle;
  padding: 0;
  margin-top: 10px;
}
.booking .row .col-md-2 .range::-moz-range-track,
.booking .row .col-md-3 .range::-moz-range-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: none;
}
.booking .row .col-md-2 a button {
  background-color: #b98036;
  color: #fff;
  font-weight: 600;
  border: none;
  margin-top: 20px;
  width: 100%;
  height: 40px;
  font-size: 13px;
}
@media only screen and (max-width: 320px) {
  .booking {
    height: 400px;
  }
  .booking .inside {
    height: 400px;
  }
  .booking .row .col-md-2,
  .booking .row .col-md-3 {
    height: 70px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .booking {
    height: 400px;
  }
  .booking .inside {
    height: 400px;
  }
  .booking .row .col-md-2,
  .booking .row .col-md-3 {
    height: 70px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .booking {
    height: 400px;
  }
  .booking .inside {
    height: 400px;
  }
  .booking .row .col-md-2,
  .booking .row .col-md-3 {
    height: 70px;
    padding-left: 0;
  }
}
.about,
.roommy {
  margin-top: 120px;
  margin-bottom: 60px;
}
.about .row,
.roommy .row {
  margin: 0;
}
.about .row .col-md-6,
.roommy .row .col-md-6 {
  padding: 0;
}
.about .row .col-md-6 .image,
.roommy .row .col-md-6 .image {
  height: 350px;
  width: 80%;
  background-image: url(images/5ddc3ddf355ad@2x.png);
  background-size: cover;
}
.about .row .col-md-6 .text h5,
.roommy .row .col-md-6 .text h5 {
  color: #b98036;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.about .row .col-md-6 .text h2,
.roommy .row .col-md-6 .text h2 {
  font-size: 45px;
  font-weight: 700;
  color: #444444;
  font-family: "PT Serif", serif;
}
.about .row .col-md-6 .text p,
.roommy .row .col-md-6 .text p {
  color: #444444;
}
.about .row .col-md-6 .text a,
.roommy .row .col-md-6 .text a {
  color: #444444;
  font-size: 12px;
  font-weight: 700;
}
.about .row .col-md-6 .text a img,
.roommy .row .col-md-6 .text a img {
  margin-left: 10px;
}
@media only screen and (max-width: 320px) {
  .about .row .col-md-6 .image,
  .roommy .row .col-md-6 .image {
    width: 100%;
    height: 300px;
  }
  .about .row .col-md-6 .text,
  .roommy .row .col-md-6 .text {
    margin-top: 20px;
  }
  .about .row .col-md-6 .text h5,
  .roommy .row .col-md-6 .text h5 {
    font-size: 12px;
  }
  .about .row .col-md-6 .text h2,
  .roommy .row .col-md-6 .text h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .about .row .col-md-6,
  .roommy .row .col-md-6 {
    padding: 0 15px;
  }
  .about .row .col-md-6 .image,
  .roommy .row .col-md-6 .image {
    width: 100%;
    height: 300px;
  }
  .about .row .col-md-6 .text,
  .roommy .row .col-md-6 .text {
    margin-top: 20px;
  }
  .about .row .col-md-6 .text h5,
  .roommy .row .col-md-6 .text h5 {
    font-size: 12px;
  }
  .about .row .col-md-6 .text h2,
  .roommy .row .col-md-6 .text h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .about .row .col-md-6,
  .roommy .row .col-md-6 {
    padding: 0 15px;
  }
  .about .row .col-md-6 .image,
  .roommy .row .col-md-6 .image {
    width: 100%;
    height: 300px;
  }
  .about .row .col-md-6 .text,
  .roommy .row .col-md-6 .text {
    margin-top: 20px;
  }
  .about .row .col-md-6 .text h5,
  .roommy .row .col-md-6 .text h5 {
    font-size: 12px;
  }
  .about .row .col-md-6 .text h2,
  .roommy .row .col-md-6 .text h2 {
    font-size: 30px;
  }
}
.service {
  padding: 0;
  margin-top: 30px;
}
.service .row {
  margin: 0;
}
.service .row .col-md-4 {
  text-align: center;
  height: 450px;
  position: relative;
  border: none;
  background-size: cover;
  font-family: "PT Serif", serif;
}
.service .row .col-md-4 .foot {
  bottom: 0;
  width: 90%;
  height: 150px;
  color: #fff;
  position: absolute;
}
.service .row .col-md-4 .foot h5 {
  font-size: 25px;
  font-weight: 900;
}
.service .row .col-md-4 .foot button {
  border: 1px solid #fff;
  height: 40px;
  background-color: transparent;
  color: #fff;
  padding: 0 10px;
  display: none;
}
.service .row .col-md-4 .foot button img {
  margin-left: 10px;
}
.service .row .col-md-4:hover button {
  display: block;
}
.service .row .first {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(images/5ddc3f0e8ad0c@2x.png);
}
.service .row .second {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(images/5ddc3f3b73540@2x.png);
}
.service .row .third {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(images/event.png);
}
@media only screen and (max-width: 320px) {
  .service .row .col-md-4 {
    height: 350px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .service .row .col-md-4 {
    height: 350px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .service .row .col-md-4 {
    height: 400px;
  }
}
.customer {
  padding: 0;
}
.customer .row {
  margin: 0;
}
.customer .row .values {
  background-color: #f8f8f8;
  height: 450px;
  padding: 50px 120px 50px 120px;
  position: relative;
}
.customer .row .values h5 {
  color: #b98036;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.customer .row .values h2 {
  font-size: 45px;
  font-weight: 700;
  color: #444444;
  font-family: "PT Serif", serif;
}
.customer .row .values .valuey {
  width: 70%;
  height: 170px;
  bottom: 0;
  position: absolute;
}
.customer .row .values .valuey .benefit {
  width: 25%;
  float: left;
}
.customer .row .values .valuey .benefit p {
  margin-top: 25px;
  color: #444444;
  font-weight: 900;
  font-size: 14px;
}
.customer .row .reviews {
  text-align: center;
  padding: 50px;
  overflow: hidden;
}
.customer .row .reviews h5 {
  color: #b98036;
  font-size: 13px;
  font-weight: 800;
}
.customer .row .reviews h2 {
  font-size: 35px;
  font-weight: 700;
  color: #444444;
  font-family: "PT Serif", serif;
}
.customer .row .reviews .capt-text h1 {
  color: #b98036;
  margin: 0;
}
.customer .row .reviews .capt-text p {
  font-size: 15px;
}
.customer .row .reviews .capt-text span {
  font-size: 15px;
  line-height: 0.9em;
}
.customer .row .reviews .capt-2,
.customer .row .reviews .capt-3,
.customer .row .reviews .capt-4 {
  display: none;
}
@media only screen and (max-width: 320px) {
  .customer .row .values {
    padding: 30px 20px 30px 20px;
    height: 320px;
  }
  .customer .row .values h5 {
    font-size: 12px;
  }
  .customer .row .values h2 {
    font-size: 28px;
  }
  .customer .row .values .valuey {
    width: 95%;
  }
  .customer .row .values .valuey .benefit {
    width: 22%;
  }
  .customer .row .values .valuey .benefit img {
    height: 40px;
    width: 40px;
  }
  .customer .row .values .valuey .benefit p {
    font-size: 12px;
    margin-top: 10px;
  }
  .customer .row .reviews {
    height: 350px;
    padding: 20px;
  }
  .customer .row .reviews h5 {
    font-size: 12px;
  }
  .customer .row .reviews h2 {
    font-size: 25px;
  }
  .customer .row .reviews .caption_text h1 {
    color: #b98036;
    margin: 0;
  }
  .customer .row .reviews .caption_text p {
    font-size: 14px;
  }
  .customer .row .reviews .caption_text span {
    font-size: 15px;
    line-height: 0.9em;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .customer .row .values {
    padding: 30px 20px 30px 20px;
    height: 320px;
  }
  .customer .row .values h5 {
    font-size: 12px;
  }
  .customer .row .values h2 {
    font-size: 28px;
  }
  .customer .row .values .valuey {
    width: 95%;
  }
  .customer .row .values .valuey .benefit {
    width: 22%;
  }
  .customer .row .values .valuey .benefit img {
    height: 40px;
    width: 40px;
  }
  .customer .row .values .valuey .benefit p {
    font-size: 12px;
    margin-top: 10px;
  }
  .customer .row .reviews {
    height: 350px;
    padding: 25px;
  }
  .customer .row .reviews h5 {
    font-size: 12px;
  }
  .customer .row .reviews h2 {
    font-size: 25px;
  }
  .customer .row .reviews .caption_text h1 {
    color: #b98036;
    margin: 0;
  }
  .customer .row .reviews .caption_text p {
    font-size: 14px;
  }
  .customer .row .reviews .caption_text span {
    font-size: 15px;
    line-height: 0.9em;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .customer .row .values {
    padding: 30px 40px 30px 40px;
    height: 320px;
  }
  .customer .row .values h5 {
    font-size: 12px;
  }
  .customer .row .values h2 {
    font-size: 28px;
  }
  .customer .row .values .valuey {
    width: 95%;
  }
  .customer .row .values .valuey .benefit {
    width: 22%;
  }
  .customer .row .values .valuey .benefit img {
    height: 40px;
    width: 40px;
  }
  .customer .row .values .valuey .benefit p {
    font-size: 12px;
    margin-top: 10px;
  }
  .customer .row .reviews {
    height: 350px;
    padding: 45px;
  }
  .customer .row .reviews h5 {
    font-size: 12px;
  }
  .customer .row .reviews h2 {
    font-size: 25px;
  }
  .customer .row .reviews .caption_text h1 {
    color: #b98036;
    margin: 0;
  }
  .customer .row .reviews .caption_text p {
    font-size: 14px;
  }
  .customer .row .reviews .caption_text span {
    font-size: 15px;
    line-height: 0.9em;
  }
}
.hotel-video {
  height: 300px;
  padding: 0;
}
.contact {
  margin-top: 80px;
  border: 1px solid #eeeeee;
  margin-bottom: 80px;
  height: 250px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.contact .col-md-4 {
  border-right: 1px solid #d0d0d0;
}
.contact .col-md-4,
.contact .col-md-8 {
  text-align: center;
  height: 250px;
  padding: 40px 0;
}
.contact .col-md-4 h2,
.contact .col-md-8 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #444444;
  font-family: "PT Serif", serif;
}
.contact .col-md-4 p,
.contact .col-md-8 p {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
}
.contact .col-md-4 .call,
.contact .col-md-4 .email,
.contact .col-md-8 .call,
.contact .col-md-8 .email {
  height: 30px;
  width: 200px;
  margin: 50px auto 0 auto;
  border-bottom: 2px solid #b98036;
  color: #b98036;
}
.contact .col-md-4 .call a,
.contact .col-md-4 .email a,
.contact .col-md-8 .call a,
.contact .col-md-8 .email a {
  color: #b98036;
  font-size: 14px;
  line-height: 0.7em;
  font-weight: 700;
}
.contact .col-md-4 .call a img,
.contact .col-md-4 .email a img,
.contact .col-md-8 .call a img,
.contact .col-md-8 .email a img {
  margin-right: 5px;
}
.contact .col-md-4 .call input,
.contact .col-md-4 .email input,
.contact .col-md-8 .call input,
.contact .col-md-8 .email input {
  border: none;
  background: transparent;
  width: 90%;
  cursor: pointer;
}
.contact .col-md-4 .call ::placeholder,
.contact .col-md-4 .email ::placeholder,
.contact .col-md-8 .call ::placeholder,
.contact .col-md-8 .email ::placeholder {
  color: #b98036;
  font-size: 13px;
  font-weight: 700;
}
.contact .col-md-4 .email,
.contact .col-md-8 .email {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 320px) {
  .contact {
    margin-bottom: 0;
    height: 500px;
  }
  .contact .row .col-md-8 {
    border-top: 1px solid #d0d0d0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .contact .row .col-md-8 h2 {
    font-size: 28px;
  }
  .contact .row .col-md-8 .email {
    width: 80%;
  }
  .contact .row .col-md-4 h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .contact {
    margin-bottom: 0;
    height: 500px;
  }
  .contact .row .col-md-8 {
    border-top: 1px solid #d0d0d0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }
  .contact .row .col-md-8 h2 {
    font-size: 28px;
  }
  .contact .row .col-md-8 .email {
    width: 80%;
  }
  .contact .row .col-md-4 h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .contact {
    margin-bottom: 0;
    height: 500px;
  }
  .contact .row .col-md-8 {
    border-top: 1px solid #d0d0d0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
  }
  .contact .row .col-md-8 h2 {
    font-size: 28px;
  }
  .contact .row .col-md-8 .email {
    width: 80%;
  }
  .contact .row .col-md-4 h2 {
    font-size: 28px;
  }
}
.room {
  width: 100%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(images/room-banner.png);
  background-position: center;
  background-size: cover;
}
.room .top-header {
  height: 40px;
  padding-top: 7px;
}
.room .top-header .left {
  margin: 0;
}
.room .top-header .left .col-md-2,
.room .top-header .left .col-md-3,
.room .top-header .left .col-md-4 {
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.room .top-header .left .col-md-2 a,
.room .top-header .left .col-md-3 a,
.room .top-header .left .col-md-4 a {
  color: #fff;
  transition: 0.2s ease-in;
}
.room .top-header .left .col-md-2 a img,
.room .top-header .left .col-md-3 a img,
.room .top-header .left .col-md-4 a img {
  margin-right: 10px;
}
.room .top-header .left .col-md-2 a:hover,
.room .top-header .left .col-md-3 a:hover,
.room .top-header .left .col-md-4 a:hover {
  color: #b98036;
  text-decoration: none;
}
.room .top-header .left .col-md-2 a:hover img,
.room .top-header .left .col-md-3 a:hover img,
.room .top-header .left .col-md-4 a:hover img {
  color: #b98036 !important;
}
.room .top-header .left .shit {
  margin-left: 15px;
}
.room .top-header .right {
  float: right;
}
.room header {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  padding-top: 5px;
}
.room header img {
  float: left;
  height: 48px;
  width: 55px;
  margin-left: 25px;
}
.room header ul {
  float: right;
  padding-top: 10px;
}
.room header ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
}
.room header ul li a {
  color: #444444;
  font-size: 14px;
  font-weight: 900;
}
.room header ul li a:hover {
  text-decoration: none;
  color: #b98036;
}
.room header i {
  float: right;
  display: none;
}
.room .caption {
  margin-top: 150px;
  font-family: "PT Serif", serif;
}
.room .caption h5 {
  color: #b98036;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
}
.room .caption h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  font-weight: 800;
}
@media only screen and (max-width: 320px) {
  .room {
    height: 350px;
  }
  .room .top-header .col-md-2,
  .room .top-header .col-md-3,
  .room .top-header .col-md-4 {
    display: none;
  }
  .room header ul {
    display: none;
  }
  .room header i {
    display: block;
    margin-right: 30px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
  }
  .room .caption h5 {
    font-size: 12px;
    font-weight: 900;
  }
  .room .caption h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .room .container {
    padding: 0 30px;
  }
  .room .top-header .col-md-2,
  .room .top-header .col-md-3 {
    display: none;
  }
  .room header img {
    margin-left: 15px;
  }
  .room header ul {
    display: none;
  }
  .room header i {
    display: block;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
  }
  .room .caption h5 {
    font-size: 12px;
    font-weight: 900;
  }
  .room .caption h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .room .container {
    padding: 0 50px;
  }
  .room .top-header .col-md-2,
  .room .top-header .col-md-3 {
    display: none;
  }
  .room header img {
    margin-left: 15px;
  }
  .room header ul {
    display: none;
  }
  .room header i {
    display: block;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
  }
  .room .caption h5 {
    font-size: 12px;
    font-weight: 900;
  }
  .room .caption h2 {
    font-size: 30px;
  }
}
.roommy .mobile-show {
  display: none;
}
.roommy .row .col-md-8 {
  padding: 0;
}
.roommy .row .col-md-8 .image-details {
  height: 500px !important;
}
.roommy .row .col-md-8 .image {
  height: 350px;
  width: 95%;
  background-size: cover;
}
.roommy .row .col-md-8 .image .carousel-inner > .item > img,
.roommy .row .col-md-8 .image .carousel-inner > .item > a > img {
  margin: auto;
}
.roommy .row .col-md-8 .image #myCarousel {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
}
.roommy .row .col-md-8 .image #myCarousel .item {
  height: 350px;
}
.roommy .row .col-md-8 .image #myCarousel .item img {
  width: 100%;
  height: 100%;
}
.roommy .row .col-md-8 .image #thumbCarousel {
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}
.roommy .row .col-md-8 .image #thumbCarousel .thumb {
  float: left;
  margin-right: 43px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 20%;
  height: 100px;
}
.roommy .row .col-md-8 .image #thumbCarousel .thumb:last-child {
  margin-right: 0;
}
.roommy .row .col-md-8 .image .thumb:hover {
  cursor: pointer;
}
.roommy .row .col-md-8 .image .thumb img {
  opacity: 0.5;
}
.roommy .row .col-md-8 .image .thumb img:hover {
  opacity: 1;
}
.roommy .row .col-md-8 .image .thumb.active img {
  opacity: 1;
  border: 1px solid #808080;
}
.roommy .row .col-md-4 {
  padding: 0;
}
.roommy .row .col-md-4 .text h5 {
  color: #b98036;
  font-size: 12px;
  font-weight: 800;
}
.roommy .row .col-md-4 .text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
  font-family: "PT Serif", serif;
}
.roommy .row .col-md-4 .text p {
  color: #444444;
  font-size: 14px;
  margin-top: 0px;
}
.roommy .row .col-md-4 .text .bed {
  width: 100%;
  height: 80px;
  margin-bottom: 25px;
}
.roommy .row .col-md-4 .text .bed .for-bed {
  width: 48%;
  float: left;
  margin-top: 20px;
  font-size: 13px;
}
.roommy .row .col-md-4 .text .bed .for-bed img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.roommy .row .col-md-4 .text a {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
}
.roommy .row .col-md-4 .text a button {
  height: 40px;
  width: 50%;
  border: none;
  background-color: #b98036;
  color: #fff;
  font-size: 13px;
  margin-top: 25px;
  font-weight: 600;
}
.roommy .row .col-md-4 .text a button img {
  margin-left: 10px;
}
@media only screen and (max-width: 320px) {
  .roommy {
    margin-top: 40px;
  }
  .roommy .desktop-show {
    display: none;
  }
  .roommy .mobile-show {
    display: block;
  }
  .roommy .row .col-md-8 .image-details {
    height: 310px !important;
  }
  .roommy .row .col-md-8 .image {
    width: 100%;
    height: 300px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item {
    height: 250px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item img {
    width: 100%;
    height: 100%;
  }
  .roommy .row .col-md-8 .image #thumbCarousel .thumb {
    margin-right: 18px;
    width: 20%;
    height: 50px;
  }
  .roommy .row .col-md-4 .text {
    margin-top: 20px;
  }
  .roommy .row .col-md-4 .text h5 {
    font-size: 12px;
  }
  .roommy .row .col-md-4 .text h2 {
    font-size: 30px;
  }
  .roommy .row .col-md-4 .text .bed {
    margin-bottom: 0;
    height: 120px;
  }
  .roommy .row .col-md-4 .text a button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .roommy {
    margin-top: 40px;
    padding: 0 30px;
  }
  .roommy .desktop-show {
    display: none;
  }
  .roommy .mobile-show {
    display: block;
  }
  .roommy .row .col-md-8 .image-details {
    height: 310px !important;
  }
  .roommy .row .col-md-8 .image {
    width: 100%;
    height: 300px;
  }
  .roommy .row .col-md-8 .image img {
    height: 250px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item {
    height: 250px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item img {
    width: 100%;
    height: 100%;
  }
  .roommy .row .col-md-8 .image #thumbCarousel .thumb {
    margin-right: 18px;
    width: 20%;
    height: 50px;
  }
  .roommy .row .col-md-4 .text {
    margin-top: 20px;
  }
  .roommy .row .col-md-4 .text h5 {
    font-size: 12px;
  }
  .roommy .row .col-md-4 .text h2 {
    font-size: 30px;
  }
  .roommy .row .col-md-4 .text .bed {
    margin-bottom: 0;
    height: 120px;
  }
  .roommy .row .col-md-4 .text a button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .roommy {
    margin-top: 40px;
    padding: 0 50px;
  }
  .roommy .desktop-show {
    display: none;
  }
  .roommy .mobile-show {
    display: block;
  }
  .roommy .row .col-md-8 .image-details {
    height: 350px !important;
  }
  .roommy .row .col-md-8 .image {
    width: 100%;
    height: 300px;
  }
  .roommy .row .col-md-8 .image img {
    height: 250px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item {
    height: 300px;
  }
  .roommy .row .col-md-8 .image #myCarousel .item img {
    width: 100%;
    height: 100%;
  }
  .roommy .row .col-md-8 .image #thumbCarousel .thumb {
    margin-right: 18px;
    width: 20%;
    height: 50px;
  }
  .roommy .row .col-md-4 .text {
    margin-top: 20px;
  }
  .roommy .row .col-md-4 .text h5 {
    font-size: 12px;
  }
  .roommy .row .col-md-4 .text h2 {
    font-size: 30px;
  }
  .roommy .row .col-md-4 .text .bed {
    margin-bottom: 0;
    height: 120px;
  }
  .roommy .row .col-md-4 .text a button {
    margin-top: 0;
  }
}
.links {
  padding: 20px 15px;
}
.links p {
  font-size: 15px;
}
.links p span a {
  color: #b98036;
  font-weight: 700;
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .links {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .links {
    padding: 20px 50px;
  }
}
.mapping {
  padding: 0;
}

.about-us {
  text-align: center;
}
.about-us .text {
  width: 70%;
  height: 600px;
  margin: 30px auto;
}
.about-us .text h1 {
  color: #f8f8f8;
  font-size: 50px;
  font-size: 900;
  margin-bottom: 0;
}
.about-us .text p {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
}
.about-us .row {
  margin: 0;
}
.about-us .row .col-md-6 {
  padding: 0;
}
.about-us .row .col-md-6 .inn {
  width: 98%;
  height: inherit;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: left;
  padding: 70px;
}
.about-us .row .col-md-6 .mission {
  float: right;
}
.about-us .row .col-md-6 h2 {
  color: #444444;
  font-size: 25px;
  font-weight: 700;
}
.about-us .row .col-md-12 {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: left;
  padding: 70px;
}
.about-us .row .col-md-12 h2 {
  color: #444444;
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .about-us .text {
    width: 95%;
    margin: 15px 0;
    height: 770px;
  }
  .about-us .text p {
    font-size: 12px;
  }
  .about-us .row .col-md-6 .inn {
    padding: 15px;
  }
  .about-us .row .col-md-6 .inn p {
    font-size: 13px;
  }
  .about-us .row .col-md-6 .inn h2 {
    font-size: 20px;
  }
  .about-us .row .col-md-6 .mission {
    float: left;
    margin-top: 20px;
  }
  .about-us .row .col-md-12 {
    padding: 15px;
  }
  .about-us .row .col-md-12 p {
    font-size: 13px;
  }
  .about-us .row .col-md-12 h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .about-us {
    padding: 0 30px;
  }
  .about-us .text {
    width: 95%;
    margin: 15px 0;
    height: 770px;
  }
  .about-us .text p {
    font-size: 12px;
  }
  .about-us .row .col-md-6 .inn {
    padding: 15px;
  }
  .about-us .row .col-md-6 .inn p {
    font-size: 14px;
  }
  .about-us .row .col-md-6 .inn h2 {
    font-size: 22px;
  }
  .about-us .row .col-md-6 .mission {
    float: left;
    margin-top: 20px;
  }
  .about-us .row .col-md-12 {
    padding: 15px;
  }
  .about-us .row .col-md-12 p {
    font-size: 13px;
  }
  .about-us .row .col-md-12 h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .about-us {
    padding: 0 50px;
  }
  .about-us .text {
    width: 95%;
    margin: 15px 0;
    height: 550px;
  }
  .about-us .text p {
    font-size: 12px;
  }
  .about-us .row .col-md-6 .inn {
    padding: 15px;
  }
  .about-us .row .col-md-6 .inn p {
    font-size: 13px;
  }
  .about-us .row .col-md-6 .inn h2 {
    font-size: 20px;
  }
  .about-us .row .col-md-6 .mission {
    float: left;
    margin-top: 20px;
  }
  .about-us .row .col-md-12 {
    padding: 15px;
  }
  .about-us .row .col-md-12 p {
    font-size: 13px;
  }
  .about-us .row .col-md-12 h2 {
    font-size: 20px;
  }
}
.contacted {
  margin-top: 30px;
}
.contacted .row .col-md-4 h2 {
  font-size: 24px;
  color: #444444;
  font-family: "Open Seriff", sans-serif;
  font-weight: 700;
}
.contacted .row .col-md-4 p {
  margin-top: 15px;
  font-size: 15px;
}
.contacted .row .col-md-4 li {
  list-style: none;
  color: #444;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}
.contacted .row .col-md-4 li img {
  margin-right: 10px;
}
.contacted .row .col-md-4 li a {
  color: #444444;
}
.contacted .row .col-md-4 li:last-child {
  border: none;
}
.contacted .row .col-md-8 h2 {
  font-size: 24px;
  color: #444444;
  font-family: "Open Seriff", sans-serif;
  font-weight: 700;
  margin-left: 15px;
}
.contacted .row .col-md-8 .row {
  margin: 15px 0 0 0;
}
.contacted .row .col-md-8 .row .col-md-4 input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  padding-left: 10px;
}
.contacted .row .col-md-8 .row ::placeholder {
  color: #808080;
  font-size: 14px;
}
.contacted .row .col-md-8 .row .col-md-12 {
  margin-top: 20px;
}
.contacted .row .col-md-8 .row .col-md-12 textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  height: 150px;
  padding-top: 15px;
}
.contacted .row .col-md-8 a {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
}
.contacted .row .col-md-8 a button {
  height: 40px;
  width: 20%;
  border: none;
  text-transform: uppercase;
  background-color: #b98036;
  color: #fff;
  font-size: 13px;
  margin-top: 25px;
  margin-left: 15px;
  font-weight: 600;
}
.contacted .row .col-md-8 a button img {
  margin-left: 10px;
}
@media only screen and (max-width: 320px) {
  .contacted .row .col-md-8 {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 h2 {
    margin-left: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 {
    padding: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 input {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 .row .col-md-12 {
    padding: 0;
  }
  .contacted .row .col-md-8 a button {
    margin-left: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
  .contacted {
    padding: 0 30px;
  }
  .contacted .row .col-md-8 {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 h2 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 {
    padding: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 input {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 .row .col-md-4:first-child input {
    margin-top: 5px;
  }
  .contacted .row .col-md-8 .row .col-md-12 {
    padding: 0;
  }
  .contacted .row .col-md-8 a button {
    margin-left: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .contacted {
    padding: 0 50px;
  }
  .contacted .row .col-md-8 {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 h2 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 {
    padding: 0;
  }
  .contacted .row .col-md-8 .row .col-md-4 input {
    margin-top: 20px;
  }
  .contacted .row .col-md-8 .row .col-md-4:first-child input {
    margin-top: 5px;
  }
  .contacted .row .col-md-8 .row .col-md-12 {
    padding: 0;
  }
  .contacted .row .col-md-8 a button {
    margin-left: 0;
    width: 50%;
  }
}
.container.no-gutter {
  padding: 40px 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.item {
  border: none;
}
.item .item-wrap img {
  height: 200px;
  width: 300px;
}

.portfolio img {
  width: 100%;
  height: 200px;
  display: block;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  /* all of the Menu/Nav Stuff*/
  /*************************************
  * Basic lightbox styles. Notice the
  * default 'display' is 'none'.
  */
  /*.lightbox .info:after {
  margin:0px;
  position:relative;
  display:block;
  top:37px;
  left:-50px;
  content:"";
  width: 0;
      height: 0;
  border-top: 33px solid transparent;
      border-right: 46px solid #A1DBB2;
  border-bottom-left-radius:6px;
  }*/
}
.wrap .portfolio {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.wrap .portfolio li {
  float: left;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.wrap .portfolio li img {
  max-height: 250px;
}
.wrap .portfolio figure {
  margin: 0 20px 20px 0;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
  border: 3px solid white;
  overflow: hidden;
  background: #b98036;
  box-shadow: 3px 3px 8px #f0f0f0;
}
.wrap .portfolio figure:hover {
  border: 3px solid #fff;
}
.wrap .portfolio figure:hover img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)      ";
}
.wrap .portfolio figure:hover figcaption {
  top: 50%;
  margin-top: -20px;
}
.wrap .portfolio figure:hover h3 {
  bottom: 63%;
}
.wrap .portfolio figcaption {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  transition: all 0.2s ease-in-out 0.2s;
}
.wrap #fp {
  background-color: #edc951;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 -1px 1px #d8a600;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.wrap #fp:hover {
  background-color: #e8bb23;
}
.wrap h3 {
  color: #fff;
  font-family: "Pacifico", sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 25px;
  padding: 1em 0.7em;
  line-height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.wrap .info {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  font-size: 15px;
}
.wrap .tabs {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
.wrap .tabs li {
  list-style: none;
  float: left;
  margin: 20px 20px 0 0;
}
.wrap #pf {
  width: auto;
  height: auto;
  padding: 0 1em;
  border-bottom: 4px solid #c49b14;
  position: relative;
  background-color: #edc951;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 -1px 1px #d8a600;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
.wrap #pf:active {
  top: 3px;
  border-bottom: none;
}
.wrap #pf.active {
  background-color: #e8bb23;
}
.wrap #pf:hover {
  background-color: #e8bb23;
}
.wrap .menu {
  margin: 0 auto;
  padding: 20px;
  display: none;
  width: 26%;
  top: -5px;
  text-align: center;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 3px solid #edc951;
  font-family: "Lato", Helvetica;
  font-weight: 300;
  position: relative;
  z-index: 3;
  min-width: 400px;
}
.wrap #navButton {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: -21px;
  margin-bottom: 40px;
  width: 85px;
  height: 38px;
  color: #eee;
  background: #cc333f;
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Lato", Helvetica;
  font-weight: 500;
  z-index: 3;
  text-shadow: 0 -2px 3px #8a0f19;
}
.wrap #navButton:before {
  margin: 0px;
  position: absolute;
  display: block;
  margin-left: -3px;
  top: 38px;
  content: "";
  width: 0;
  height: 0;
  border-top: 33px solid #cc333f;
  border-right: 46px solid transparent;
  border-bottom-left-radius: 6px;
}
.wrap #navButton:after {
  margin: 0px;
  position: absolute;
  display: block;
  top: 38px;
  content: "";
  width: 0;
  height: 0;
  margin-left: 36px;
  border-top: 33px solid #cc333f;
  border-left: 46px solid transparent;
  border-bottom-right-radius: 6px;
}
.wrap #bt {
  text-decoration: none;
  color: #222;
}
.wrap .lightbox {
  /** Hide the lightbox */
  display: none;
  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 4%;
}
.wrap .lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 5%;
}
.wrap .lightbox:target {
  /** Show lightbox when it is target */
  display: block;
  /** Remove default browser outline style */
  outline: none;
}
.wrap .lightbox .image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.wrap .lightbox .image img {
  border-radius: 8px;
}
.wrap .lightbox .info {
  width: 60%;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  background: #00a0b0;
  line-height: 2em;
  border-radius: 8px;
  padding: 50px;
}
.wrap .close {
  position: absolute;
  margin-top: 25px;
  background-color: #edc951;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 -1px 1px #d8a600;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.wrap .close:hover {
  background-color: #e8bb23;
}
@media (min-width: 660px) {
  .wrap .portfolio li {
    width: 50%;
  }
}
@media (min-width: 60px) {
  .wrap .lightbox .info {
    width: 60%;
    margin-right: 20%;
  }
  .wrap #fat img {
    max-height: 60%;
  }
  .wrap #long img {
    max-height: 50%;
    max-width: 80%;
  }
}
@media (min-width: 1040px) {
  .wrap .portfolio li {
    width: 33%;
  }
  .wrap .lightbox .info {
    width: 33%;
    margin-left: 5%;
  }
  .wrap #fat img {
    max-height: 80%;
    max-width: 50%;
  }
  .wrap #long img {
    max-height: 80%;
    max-width: 50%;
  }
}
.wrap .cbwrap {
  float: right;
  padding-right: 4%;
  padding-top: 4%;
}

button.fa-bars {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  section .top-header .left .col-md-4 {
    display: block;
  }
  section .top-header .left .col-md-2 {
    display: block;
  }
  section .top-header .left .col-md-3 {
    display: block;
  }

  .top-header {
    height: unset !important;
  }

  .top-header a {
    font-size: 10px !important;
  }

  .top-header a img {
    width: 10px;
  }

  button.fa-bars {
    display: block !important;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    border: transparent;
  }

  .cancel {
    margin-left: 25px;
  }
}

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