/* Variables
**********************************/
/* breakpoints */
/* Mixins
**********************************/
/*MEETING(s)*/
.side_nav {
  width: 53%;
  float: right;
  display: inline;
  margin-left: 5%;
  margin-top: 25px;
  position: relative;
  margin-bottom: 20px;
}

.side_nav > img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.side_nav > ul {
  width: 60%;
  height: 60%;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 2;
}

.side_nav > ul > li {
  width: 50%;
  height: 50%;
  float: left;
  display: inline;
  position: relative;
  overflow: hidden;
}

.side_nav > ul > li:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  content: "";
  transition: all 0.2s ease;
  background: #eee\9;
  border: 1px solid #fff \9;
  *background: #eee;
  *border: 1px solid #fff;
}

.side_nav > ul > li:nth-child(4n+1):before {
  opacity: 1;
}

.side_nav > ul > li:nth-child(4n+2):before {
  opacity: .5;
}

.side_nav > ul > li:nth-child(4n+3):before {
  opacity: .5;
}

.side_nav > ul > li:nth-child(4n+4):before {
  opacity: 1;
}

.side_nav > ul > li:nth-child(4n+2):hover:before,
.side_nav > ul > li:nth-child(4n+3):hover:before {
  opacity: .7;
}

.side_nav > ul > li:nth-child(4n+1):hover a,
.side_nav > ul > li:nth-child(4n+4):hover a {
  color: #2e737e;
}

.side_nav > ul > li > a {
  width: 100%;
  position: absolute;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  z-index: 2;
  text-decoration: none;
  padding: 50px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*top: -20px\9;*/
  *top: -20px;
}

.side_nav > ul > li > a > span {
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  font-family: "Crimson Text", serif;
  text-transform: none;
}

@media screen and (max-width: 670px) {
  .side_nav {
    width: auto;
    float: none;
    display: block;
    margin: 25px 0 35px;
  }
  .side_nav > ul {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
  .side_nav > ul > li > a {
    padding: 20px 0;
  }
}

/*AGENDA(s)*/
.agenda {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  z-index: 1;
}

.agenda:before {
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  content: "";
}

.agenda * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.agenda > .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 90px;
  position: relative;
  z-index: 2;
}

.agenda .item_list {
  position: relative;
}

.agenda .item {
  position: relative;
  display: none;
}

.agenda .item:first-child {
  display: block;
}

.agenda .item .thumb {
  width: 39%;
  float: left;
  display: inline;
}

.agenda .item .thumb > img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

.agenda .item .thumb > img:last-child {
  margin-bottom: 0;
}

.agenda .item .desc {
  width: 60%;
  float: right;
  display: inline;
  background: #fff;
  position: relative;
}

.agenda .item .desc:before {
  width: 100%;
  height: 3000px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.agenda .item .desc > .inner {
  padding: 55px 55px 10px 55px;
  position: relative;
  z-index: 2;
}

.agenda .item .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #2e737e;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.agenda .item .title span {
  font-size: 23px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-weight: normal;
  text-transform: lowercase;
}

.agenda_previous,
.agenda_next {
  width: 32px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -28px;
  background: url(/images/layout/special_previous.png) center center no-repeat;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
}

.agenda_next {
  left: auto;
  right: 20px;
  background-image: url(/images/layout/special_next.png);
}

.agenda_previous:active,
.agenda_next:active {
  margin-top: -27px;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .agenda .item .desc > .inner {
    /*padding: 50px;*/
    padding: 14px 50px 20px;
  }
  .page-spa .title h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .agenda {
    margin-top: 10px;
  }
  .agenda .item .desc > .inner {
    padding: 30px 20px 0;
  }
  .agenda_previous,
  .agenda_next,
  .agenda_previous:active,
  .agenda_next:active {
    width: 20px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    position: relative;
    display: inline-block;
    margin: 10px 5px 30px;
  }
  .agenda_next {
    right: 15px;
  }
  .agenda > .inner {
    padding: 0;
  }
  .agenda .item .thumb > img {
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .agenda .item .thumb > img:first-child {
    display: block;
  }
  .agenda .item .thumb {
    width: auto;
    display: block;
    float: none;
  }
  .agenda .item .desc {
    width: auto;
    display: block;
    float: none;
  }
  .agenda_previous,
  .agenda_next {
    padding: 0 15px;
    background-size: contain;
  }
  .agenda:before {
    width: 100%;
    left: 0;
  }
}

/*AGENDA(s)*/
/*AGENDA SLIDER(s)*/
.meeting_slider_outer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.meeting_slider_wrap {
  margin: 0 auto;
  position: relative;
}

.meeting_slider_slide {
  position: relative;
}

@media screen and (max-width: 670px) {
  .meeting_slider_next {
    right: 18%;
    top: 75%;
  }
  .meeting_slider_previous {
    left: 18%;
    top: 75%;
  }
}

/*AGENDA SLIDER(e)*/
.map_wrap {
  padding: 70px 0;
  position: relative;
  background: #fff url(/images/meet/map_bg.jpg) 0 0 repeat-x;
  z-index: 3;
}

.page-overview .agenda {
  margin-bottom: 80px;
}

.map_wrap > .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.map_wrap .header {
  font-size: 15px;
  font-weight: bold;
  color: #413300;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 40px;
}

.map_wrap .header > .inner {
  padding: 0 20px;
  border-left: 1px solid #413300;
  border-right: 1px solid #413300;
  display: inline-block;
}

.map_wrap .header span {
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  text-transform: lowercase;
}

.map_wrap .map {
  width: 62.5%;
  float: left;
  display: inline;
  margin-left: 10%;
  position: relative;
  z-index: 2;
}

.map_wrap .map .bg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.map_wrap .nav {
  width: 25%;
  float: right;
  display: inline;
  margin-right: 1.5%;
  position: relative;
  z-index: 1;
}

.map_wrap .nav > ul {
  list-style: none;
  padding: 0;
}

.map_wrap .nav > ul > li > a {
  text-decoration: none;
  line-height: 30px;
  color: #000;
  padding: 2px 20px 0 45px;
  position: relative;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: "Crimson Text", serif;
}

.map_wrap .nav > ul > li > a > span {
  width: 45px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.map_wrap .nav > ul > li > a:hover,
.map_wrap .nav > ul > li.hover,
.map_wrap .nav > ul > li.active > a {
  background: #cccc99;
}

.map_wrap a {
  text-decoration: none;
}

.interactiveMap {
  position: relative;
  z-index: 2;
}

.interactiveMap * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.interactiveMap .marker {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*margin: -9px 0 0 -9px;*/
  cursor: pointer;
  border-radius: 50%;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color: white;
}

@media (max-width: 670px) {
  .interactiveMap .marker {
    display: none;
  }
}

.interactiveMap .restaurant-location {
  background-color: #37474F;
  border: solid 1px white;
  box-shadow: 0 0 2px 2px rgba(12, 12, 12, 0.4);
}

.interactiveMap .restaurant-location.active, .interactiveMap .restaurant-location.hover, .interactiveMap .restaurant-location:hover {
  background-color: #F4511E;
}

.interactiveMap .group-location {
  background-color: #00838F;
  border: solid 1px white;
  box-shadow: 0 0 2px 2px rgba(12, 12, 12, 0.4);
}

.interactiveMap .group-location.active, .interactiveMap .group-location.hover, .interactiveMap .group-location:hover {
  background-color: #F4511E;
}

.interactiveMap .marker.active {
  z-index: 3;
}

.interactiveMap .marker .map_item {
  width: 316px;
  position: absolute;
  top: -200px;
  right: 35px;
}

.interactiveMap .map_item {
  box-shadow: 0 0 15px #000;
}

.interactiveMap .map_item:before {
  width: 27px;
  height: 31px;
  position: absolute;
  top: 193px;
  right: -27px;
  background: url(/images/meet/item_arrow_r.png) 0 0 no-repeat;
  content: "";
}

.map_item {
  background: #cccc99;
}

.map_item .thumb {
  display: block;
}

.map_item .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}

.map_item .desc {
  padding: 22px;
  font-size: 13px;
  text-align: left;
  color: #000;
}

.map_item .btn {
  display: inline-block;
  padding: 0 12px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  color: #333;
}

.map_item .btn:hover {
  color: #696969;
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
}

.map_item_wrap {
  display: none;
}

.map-key {
  width: 180px;
  height: 80px;
  position: absolute;
  margin: -20px 0 0 -40px;
}

.map-key .key-restaurant {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #37474F;
  margin-bottom: 10px;
  border: solid 1px white;
  box-shadow: 0 0 2px 2px rgba(12, 12, 12, 0.4);
}

.map-key .key-group {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00838F;
  margin-bottom: 10px;
  border: solid 1px white;
  box-shadow: 0 0 2px 2px rgba(12, 12, 12, 0.4);
}

.map-key li {
  display: inline-block;
  vertical-align: top;
}

.map-key p {
  font-size: 10px;
  padding-left: 10px;
}

@media (max-width: 670px) {
  .map-key {
    display: none;
  }
}

.map_close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  margin: -15px -15px 0 0;
  background-color: rgba(212, 212, 212, 0.9);
  border-radius: 7px;
}

.map_close_btn:hover {
  background-color: white;
}

.map_close_btn:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #006d6a;
  margin: 15px 0 0 -13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.map_close_btn:after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #006d6a;
  margin: 15px 0 0 -13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: -45deg;
  transform: -45deg;
}

@media (max-width: 670px) {
  .map_close_btn {
    display: none;
    /*
		margin: 0;
		top: 40px;
		right: 8px;
		
		&:before { margin-left: 2px; }
		&:after { margin-left: 2px; }*/
  }
}

@media screen and (max-width: 1024px) {
  .map_wrap .map {
    width: 70%;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .map_wrap .nav {
    width: auto;
    float: none;
    display: block;
  }
  .interactiveMap .marker .map_item {
    right: auto;
    left: 32px;
  }
  .interactiveMap .map_item:before {
    background-image: url(/images/meet/item_arrow_l.png);
    right: auto;
    left: -23px;
  }
  .map_wrap .nav > ul > li {
    width: 44%;
    float: left;
    display: inline;
    margin: 0 0 0 6%;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .map_wrap {
    padding: 50px 0;
  }
  .map_wrap .nav > ul > li {
    width: 48%;
    margin: 0 2% 0 0;
  }
}

@media screen and (max-width: 670px) {
  /*.map_wrap .map {
        display: none;
    }*/
  .map_wrap .nav {
    margin-right: 0;
  }
  .map_wrap .nav > ul > li {
    width: auto;
    display: block;
    float: none;
    position: relative;
    margin-right: 0;
  }
  .map_wrap .nav > ul > li.active .map_item_wrap {
    display: block;
  }
  .map_wrap .nav > ul > li.active .map_item .thumb {
    width: 100%;
    height: auto;
    display: block;
  }
  .map_wrap .nav > ul > li > a {
    font-size: 16px;
  }
}

/*MEETING(e)*/
/*WEDDINGS PAGE POPUP**/
.weddings-popup {
  width: 90%;
  max-width: 550px;
  display: none;
}

.weddings-popup img {
  width: 100%;
  height: auto;
}

.weddings-popup .close {
  opacity: 0;
}
