.tabs {
  width: 90%;
  display: inline-block; }

.tab-links {
  margin-bottom: 0;
  margin-left: 0; }

.tab-links:after {
  display: block;
  clear: both;
  content: ''; }

.tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none; }

.tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 0px;
  background: #000;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all linear 0.15s; }

.tab-links a:hover {
  background: #b79042;
  text-decoration: none; }

li.active a, li.active a:hover {
  background: #b79042;
  color: #fff; }

.tab-content {
  padding: 15px 0;
  border-radius: 0px;
  box-shadow: none;
  background: #fff; }

.tab {
  display: none; }

.tab.active {
  display: block; }

#destination-guides {
  list-style: none;
  margin: 0;
  padding: 0; }

#destination-guides a {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  color: #070707;
  text-transform: uppercase;
  font-family: 'Sans Serif';
  text-decoration: none;
  display: block;
  transition: color .3s; }

.grid-4 {
  position: relative;
  width: 30%;
  float: left;
  list-style: none;
  margin: 0 1%; }

#resources-list li span {
  color: #b79042;
  font-size: 19px;
  font-weight: bold;
  width: 100%; }

.pop_up_div {
  display: block;
  height: 50vh;
  margin: -225px auto 0;
  max-width: 600px;
  position: relative;
  top: 50%;
  width: 100%; }

.video_file {
  display: none; }

.main_div_video {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px; }

.video_player {
  border: 2px solid #ffff;
  padding: 10px; }

.close_video {
  background: #ff0000;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 1px 9px;
  line-height: 31px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 21px; }

a.btn_gold {
  background: #b68d3d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "Sans Serif";
  font-size: 24px;
  line-height: 61px;
  margin: 0 auto 64px;
  padding: 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease 0s;
  width: auto; }

.main_div_image_team {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.pop_up_div_image {
  display: block;
  height: 50vh;
  margin: -225px auto 0;
  max-width: 1100px;
  position: relative;
  top: 50%;
  width: 100%; }

.close_image {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  padding: 1px 9px;
  position: absolute;
  right: -15px;
  text-decoration: none;
  top: -15px; }

.image_player {
  display: inline-block;
  position: relative; }
