/*----------------------
---Main Layout Styles---
------------------------*/
#home{
width: 100%;
}

#pano{
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
/*---------------------------
---Main Typography Styles----
-----------------------------*/

body{
	font-family: Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: Lato, sans-serif;
	color:#8aaad9;
}

h1 {
    font-size:30px;
    line-height:30px;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:0.02em;
}

h1.section-title{
    position:relative;
    margin:0 0 70px;
    font-size:48px;
    line-height:64px;
    font-weight:300;
    text-align:center;
    color:#8aaad9;
    z-index:1;
}

.section-title span {
    font-size:150%;
    font-weight:400;
}

.section-title [class*=icon]{
    position:absolute;
    top:-28px;
    left:50%;
    margin-left:-60px;
    font-size:120px;
    color:#eee!important;
    z-index:-1;
}

h2 {
    font-size:21px;
    line-height:24px;
    font-weight:bold;
    text-transform:uppercase;
    text-align: center;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
}

a {
  color: #536177;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #637187;
  text-decoration: none;
}

a:focus,
.btn:focus {
  outline: none;
}

/*----------------------
---Nav Bar---
------------------------*/


#main-nav{
    background:transparent;
    color:#fff;
    box-shadow:0 0 0px transparent;
    
}

.navbar-brand {
	padding-top:5px;
	padding-left:5px;

}
.navbar-brand .in2white-logo  {
    position: relative;
    float: left;
    margin-right: 10px;
    height: 40px;
    width: 138px;
    background-image: url("../assets/img/logo/in2white-w.svg");
    background-size: 138px 40px;
    background-repeat: no-repeat;
 	-webkit-filter: drop-shadow( -1px -1px 2px #565656 );
            filter: drop-shadow( -1px -1px 2px #565656 ); /* Same syntax as box-shadow */
}

.navbar-right{
margin-top:5px;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
    padding:0px 10px;
    font-size:18px;
    line-height:54px;
    font-weight:400;
    background:transparent;
    color:#fff;
    -webkit-filter: drop-shadow( -1px -1px 3px #565656 );
            filter: drop-shadow( -1px -1px 3px #565656 ); /* Same syntax as box-shadow */
}

#main-nav .navbar-toggle{
    border:1px solid rgba(255,255,255,0.5);
    border-radius:5;
    
}

#main-nav .icon-bar {
    background:#fff;
    -webkit-filter: drop-shadow( -1px -1px 3px #565656 );
            filter: drop-shadow( -1px -1px 3px #565656 ); /* Same syntax as box-shadow */
}

/* Hover Effect */
#main-nav .nav a {
    position:relative;
    text-align: center;
}

#main-nav .nav a:before {
	position: absolute;
	bottom:-5px;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 16px;
	line-height:21px;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#main-nav .nav a:hover:before,
#main-nav .nav li.active a:before {
	color: #fff;
	text-shadow: 12px 0 #fff, -12px 0 #fff;
}

#main-nav.scrolled .nav a:hover:before,
#main-nav.scrolled .nav li.active a:before {
	color: #8aaad9;
	text-shadow: 12px 0 #8aaad9, -12px 0 #8aaad9;
}

.no-textshadow #main-nav .nav a:before {
	content: '• • •';
}

.no-csstransforms #main-nav .nav a:before {
	margin-left:-15px;
}


/*----------------------
---Footer Styles---
------------------------*/

#main-footer {
    background:#fff;
    color:#8aaad9; 
    height:50px;   
}

#main-footer .nomargin{
margin-right:0px;
margin-left:0px;
}

#main-footer .hided{
display:none;
}

@media(max-width: 840px) {
	#main-footer{
	height:30px!important;  
	}
	#main-footer .hidep{
	display:none;
	}
	#main-footer .hided{
	display:block!important;
	}
	#main-footer .hided.by{
	margin-top: 5px;
	}
}

#main-footer .by {
  font-size: 10px;
  margin-left: 5px;
  margin-top: 15px;
  float:left;
  position relative;
}
#main-footer .sponsornav{
  float:left;
  position relative;
  margin-left: -30px;
}
#main-footer .sponsornav.hided{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  font-size: 12px;

}

#main-footer .copy{
  font-size: 10px;
  margin-top: 5px;
  margin-right: 5px;
  text-align: right;
}

#howlist.clinetlist{
  margin-top: -10px;
 
}

#howlist.clinetlist li { 
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
}
#howlist.clinetlist img{
    width: 45px!important;
    height: 45px!important;
}

#howlist.clinetlist li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

#howlist.clinetlist li a:hover img.color-img {
  display: block;
}

.sponsorModal .modalOn{
display: none;
}
#sponsorModal{
    z-index: 1300;
    position: absolute;
    bottom:25px;
    left:0px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: auto;
	text-align: center;
    color: #fff;
    display: none;

}

a.sponsorModal{
	display: block;
	position: absolute;
    width: 106px;
    left: 50%;
    margin-left: -50px;
}

@media(max-width: 840px) {
	#sponsorModal ul{
		margin-left:-20px;
	}
}

/*----------------------
---toolbar Styles---
------------------------*/


#toolbarDiv{
  position: absolute!important;
  z-index: 1100;
  width: 100%;
  bottom: 50px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: 0px!important;
  border-top: 1px solid rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(0,0,0,0.4);

}

#toolbarDiv .tool-right.hided{
		display:none;	
	}
	
#toolbarDiv .tool-left.hided{
		display:none;
	}
	
@media(max-width: 840px) {
	#toolbarDiv{
		bottom: 30px;
		 background-color: rgba(0, 0, 0, 0.0);
		 border-top: 0px solid rgba(0,0,0,0.4);
		 border-bottom: 0px solid rgba(0,0,0,0.4);
	}
	#toolbarDiv .tool-left.hidep{
		display:none;
	}
	#toolbarDiv .tool-left.hided{
		display:inline-block;
		position: absolute;
    	bottom: 0px;
	}
	
	#toolbarDiv .tool-left a.fawbtn{
		margin-left:-25px;
	}
	
	#toolbarDiv .tool-right.hidep{
		display:none;
	}
	#toolbarDiv .tool-right.hided{
		display:inline-block;	
	}
	#toolbarDiv .tool-right a.fawbtn{
		margin-right:-25px;
		display: inline-block;
	}
	
	#toolbarDiv .tool-center-l.hided{
		display:inline-block;	
	}
	#toolbarDiv .tool-center-l{
    width: auto;
    float: left;
    text-align: left;
    margin-left: 40px;
    margin-right: auto;
	}
	#toolbarDiv .tool-center-r.hided{
		display:inline-block;
		float: left;	
	}
	#toolbarDiv .tool-center-r{
    width: auto;
    float: right;  
    text-align: right;
    margin-left: auto;
    margin-right: 10%;
    
	}
	
}



#toolbarDiv .tool-left{
    width: auto;
    float: left;
    text-align: left;
    margin-left: 10%;
    margin-right: auto;
}

#toolbarDiv .tool-right{
    width: auto;
    float: right;  
    text-align: right;
    margin-left: auto;
    margin-right: 10%;
    
}
#toolbarDiv span{
    font-size: 0px;
    
}

#toolbarDiv a.fawbtn{
    height: 32px;
    position: relative;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin-left:5px;
    top: 5px;
	margin-bottom: 5px;
}
#toolbarDiv a.fawbtn i{
    color: #485057;
    margin-left: 10px;
    font-size: 25px;
    height: 30px;
    display:table-cell;
    vertical-align:middle;
    padding: 3px 5px 3px 5px;
    top: -3px;
}
#toolbarDiv a.fawbtn i:hover {
    color: #ABABAB;
    background-color: rgba(0, 0, 0, 0.8);
    height:32px;
}

#toolbarDiv a#see{  
    width: 80px!important;
    background-image: url(../assets/img/icons/pint-up.png);
    background-size: 80px;
    background-repeat: no-repeat;
}
#toolbarDiv a#see:hover{
  background-image: url(../assets/img/icons/pint-down.png);
}

#toolbarDiv a#tour{
    width: 67px!important;
    background-image: url(../assets/img/icons/tour-up.png);
    background-size: 67px;
    background-repeat: no-repeat;

}
#toolbarDiv a#tour:hover{
    background-image: url(../assets/img/icons/tour-down.png);
}

#toolbarDiv a#peak{
	width: 104px!important;
    background-image: url(../assets/img/icons/peak-up.png);
    background-size: 104px;
    background-repeat: no-repeat;
}

#toolbarDiv a#peak:hover{
    background-image: url(../assets/img/icons/peak-down.png);
}

#toolbarDiv a#nav{
	width: 86px!important;
	background-image: url(../assets/img/icons/view-up.png);
    background-size: 86px;
    background-repeat: no-repeat;
}

#toolbarDiv a#nav:disabled{

}

#toolbarDiv a#nav:hover{
    background-image: url(../assets/img/icons/view-down.png);
}

#navbarDiv a{
	color: #fff;
	z-index: 1100;
    font-size: 50px;
}

#navbarDiv a#up{
	position: absolute;
    top: 50px;
    left: 50%;
    right: 50%;
    margin-left: -12px;
}
#navbarDiv a#down{
	position: absolute;
    bottom: 90px;
    left: 50%;
    right: 50%;
    margin-left: -12px;
}
#navbarDiv a#left{
	position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}
#navbarDiv a#right{
	position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.highlight{
    
    display: block;
    //background-color: rgba(255, 255, 255, 0.8);
      border: 2px solid rgba(255, 5, 5, 0.8);
    border-radius:50%;
    width: 20px!important;
    height: 20px!important;
}

a.highlight:hover{ 
    transition: box-shadow 1s ease-in-out;
    box-shadow: 0 0 0 5px rgba(255, 5, 5, 0.4);
}


.highlightView{
    
    display: block;
    //background-color: rgba(255, 255, 255, 0.8);
      border: 3px solid rgba(27, 251, 0, 0.8);
    border-radius:50%;
    width: 25px!important;
    height: 25px!important;
}

a.highlightView:hover{ 
    transition: box-shadow 1s ease-in-out;
    box-shadow: 0 0 0 8px rgba(27, 251, 0, 0.4);
}

/*----------------------
---page Styles---
------------------------*/

#mainMessage {
	display: none;
	position: absolute;
	top:10%;
	margin-left:40px;
	margin-right:40px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius:5px;

}

#mainMessage .titleText{
    margin-top: 10px;
    margin-left: 15px;
    margin-right:15px;
    font-size: 20px;
    text-align:center;
    color: #3F506B;
}

#mainMessage #closeMain{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size:20px;
  color:#fff;
  -webkit-filter: drop-shadow( -1px -1px 3px #565656 );
            filter: drop-shadow( -1px -1px 3px #565656 ); /* Same syntax as box-shadow */
}

/*----------------------
---Peak Styles---
------------------------*/
/*#peakLayer{
  position: absolute;
  top: 7%;
  margin-left: 0px;
  height: 100px;
  width: 100%;
  z-index: 1300;
  //background-color: green;
  
}
.peakLabel{
  top: 10px; 
  position: absolute; 
  display: block;
  margin-left: -15px;
  font-size: 15px;
  color: #fff;
  width: 150px;
  -webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	writing-mode: lr-tb;
}*/

.peakMarker{
  top: 80px!important;
  
  position: absolute; 
  display: block;
  margin-left: 35px;
  font-size: 15px;
  color: #fff;
  width: 130px;
  -webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	writing-mode: lr-tb;
  -webkit-filter: drop-shadow( -1px -1px 3px #565656 );
     filter: drop-shadow( -1px -1px 3px #565656 ); /* Same syntax as box-shadow */	
}

.peakMarkerRECT{
	//background-color: #fff;
	//top: 155px!important;
	min-height:1px;
	width: 1px;
	//margin-top: -10px;
	-webkit-filter: drop-shadow( -1px -1px 3px #565656 );
     filter: drop-shadow( -1px -1px 3px #565656 ); /* Same syntax as box-shadow */
}
.peak_line{
	position:absolute;
	bottom: 0px!important;
	background-color: #fff;
	width:1px;
	
}

.peakModalData{
  display: none;
  position: absolute;
  top: 70%;
  z-index: 1300;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius:5px;
  text-align:center;
  left: 10%;
  right: 10%;

}
#closePeakMod{
  top: 0px;
  right: 20px;
  position: absolute;
}


#gwr{
  height: 40px;
  margin-top: 5px;
}

#guinnesModal{
    z-index: 1300;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
	
    border-radius: 5px;
    width: 80%;
    height: auto;
    top: 30%;
    left: 10%;
    padding-top:10px;
    text-align: center;
    color: #fff;
    
}

@media(max-width: 840px) {
#guinnesModal{
top: 50px;
}

}

#guinnesModal h2,h3{
color: #fff;
font-size:27px;
text-shadow: 2px 2px #494949;
}
#guinnesModal p{

text-shadow: 1px 1px #494949;
}


#guinnesModal #closeGuinnes{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size:20px;
  color:#fff;
}

#guinnesModal #guinness{
 height: 200px;
 margin-bottom:15px;
}

#millionModal{
    z-index: 1300;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);

    border-radius: 5px;
    width: 80%;
    height: auto;
    top: 35%;
    left: 10%;
    padding-top:10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    
}

#millionModal h2,h3{
color: #fff;
font-size:27px;
text-shadow: 2px 2px #494949;
}
#millionModal p{

text-shadow: 1px 1px #494949;
}


#millionModal #closeMillion{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size:20px;
  color:#fff;
}

#endTourModal{
    z-index: 1200;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
	display:none;
    border-radius: 5px;
    width: 80%;
   
    top: 40%;
    left: 10%;
    padding-top:10px;
    text-align: center;
    color: #fff;
    
}

#helpModal{
    z-index: 1200;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
	display: none;
    border-radius: 5px;
    width: 80%;
    height: 33%;
    top: 30%;
    left: 10%;
    padding-top:10px;
    text-align: center;
    color: #fff;
    
}
#helpModal .see{
    width: 60px!important;
  height: 50px!important;
  top: 15px;
  background-image: url(../assets/img/icons/pint-up.png);
  background-size: 50px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;

}
#helpModal .tour{
    width: 60px!important;
  height: 50px!important;
  top: 15px;
  background-image: url(../assets/img/icons/tour-up.png);
  background-size: 50px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;

}
/*----------------------
---Navigation overlay---
------------------------*/

.navigationimg{
    border-color: #f5f5f5;
    border-radius: 6px;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.74);
    margin-top: 28px;
    margin-left: -50px;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;

}
.toparrow{
    color: #eee;
    margin-top: -90px;
    margin-left: -3px;
    font-size: 25px;
}
.leftarrow{
	color: #eee;
    margin-top: -8px;
    margin-left: -30px;
    font-size: 25px;
}
.rightarrow{
	color: #eee;
    margin-top: -35px;
    margin-left: 25px;
    font-size: 25px;
}

#povModal{
    z-index: 1300;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
	display: none;
    border-radius: 5px;
    width: 80%;
    height: auto;
    top: 30%;
    left: 10%;
    padding-top:10px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    
}
#copyModal{
    z-index: 1300;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
	display: none;
    border-radius: 5px;
    width: 80%;
    height: 50%;
    top: 20%;
    left: 10%;
    padding-top:10px;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    
}
@media(max-width: 840px) {
#povModal{
top: 50px;
}

}

#povModal h2,h3{
color: #fff;
font-size:27px;
text-shadow: 2px 2px #494949;
}
#povModal p{

text-shadow: 1px 1px #494949;
}


#povModal #closePov{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size:20px;
  color:#fff;
}


