/* ========= GENERAL STYLES ========= */
table, tr, td, tr td { border: 0px !important; }

p { margin: 10px !important; }

body { padding-top: 30px !important; }

.container { width: 100% !important; }

h1 { display: none; }

.t3-footer {
    display: none;
  }

.t3-mainbody { padding-bottom: 0px !important; padding-top: 0px !important; }
.item-page { margin-bottom: 0px !important; }

.page-header { border: 0px !important; }


/* ========= PANORAMA STYLES ========= */

.col-xs-12, .col-sm-8,  .col-md-9 { padding-left: 0px !important; padding-right: 0px !important;}

.swiper-container {
    width: 100%;
    height: 100%;
	margin-top: -35px !important;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 0px;
        
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }


.panoLink {
    position: absolute;
    width: 5%; 
    height: 10%; 
    min-height: 40px; 
    min-width: 40px; 
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

.p-link {
    display: block; 
    position: relative; 
    left: 0; 
    top: -30px; 
    width: 100%; 
    height: 100%; 
    min-height: 30px; 
    min-width: 30px;
  } 

.slide1 {
    background: url(../images/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

.slide2 {
    background: url(../images/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }



/* ========= HOTSPOT POSITIONING ========= */

.tab1 {  left: 30%; top: 40%; }
.tab2 {  left: 43%; top: 39%; }
.tab3 {  left: 8%; top: 40%; }
.tab4 {  left: 51%; top: 45%; }
.tab5 {  left: 85%; top: 46%; }



/* ========= TOOLTIP STYLES ========= */

.tooltip > .tooltip-inner {
    background-color: #fff; 
    color: #666; 
    font-size: 12px;
    border: 1px solid #fff; 
    padding: 6px;
    max-width: 250px !important;
  }

.tooltip.top .tooltip-arrow {
    border-top-color: #fff !important;
  }

.tooltip.left .tooltip-arrow {
    border-left-color: #fff !important;
  }

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff !important;
  }

.tooltip.right .tooltip-arrow {
    border-right-color: #fff !important;
  }

.tooltipLink {
    font-weight: bold;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px;
    background: #0099CC;
    text-decoration: none;
    display: block;
  }

.tooltipLink:hover {
    text-decoration: none;
  }

img.toolWidth {
    width: 175px;
  }

/* ========= HOME PAGE STYLES ========= */

img.home {
 /* Set rules to fill background */
    min-height: 100%;
    min-width: 400px;
	
  /* Set up proportionate scaling */
    width: 100%;
    height: auto;
	
  /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

div.banner {
    z-index: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  } 

div.overlay-text {
    z-index: 1;
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

div.overlay-text-normal {
    z-index: 1;
    color: white;
    font-size: 1.25em;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    position: relative;
    top: 30px;
    left: 20px;
  }

div.overlay-text-top {
    z-index: 1;
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    position: relative;
    top: 50px;
    left: 20px;
  }

div.overlay-text-btm-right {
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

/* ========= SIDE ICONS ON POINT OF INTEREST PAGES ========= */

.icon-menu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    width: 50px;
    float: left;
    z-index: 1;
    position: relative;
  }

.icon-menu li {
    border: 1px solid black;
    margin-bottom: -1px;
    padding: 0px;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  }

.icon-menu li a {
    display: block; 
    padding: 10px; 
    opacity: 0.7;
  }

.icon-last {
    margin-bottom: 0px !important;
  }

.poi {
    float: left !important;
    margin-left: -50px;
    z-index: -1;
    position: relative;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 4px 19px 1px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 4px 19px 1px rgba(0,0,0,0.81);
    box-shadow: 0px 4px 19px 1px rgba(0,0,0,0.81);
  }

.point-interest {
   margin-top: -35px;
   float: left;
}

.socialbuttons {
  margin-top: 5px;
  
}