body {
	margin: 0;
	padding: 0; 
}
#header {
	float: left;
	width: 100%;
	position: relative; height:80vh; background:url(../images/top-bg.png) bottom center; background-size:cover;
}
#header img {
	width: 100%;
}
.logo {
	position: absolute;
	top: -10px;
	left: 0;
	width: 30%;
}

.thumb-1{float:left; width:20%; max-width:160px; position:absolute; top:8vh; left:2%; text-align:center;}
.thumb-2{float:left; width:20%; max-width:160px; position:absolute; top:-6vh; left:20%; text-align:center;}
.thumb-3{float:left; width:20%; max-width:160px; position:absolute; top:-20vh; left:40%; text-align:center;}
.thumb-4{float:left; width:20%; max-width:160px; position:absolute; top:-31vh; left:60%; text-align:center;}
.thumb-5{float:left; width:20%; max-width:160px; position:absolute; top:-37vh; left:80%; text-align:center;}
.thumb-main{float:left; width:100%; position:absolute; top:50vh;}
.field-tip img{max-width:100%;}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
#footer ul li {
    margin: 15px 0;
    padding: 0 20px;
    display: inline-block;
    line-height: 14px;
    border-right: 1px solid #fff;
}
#footer ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
/* Hover tooltips */
.field-tip.thumb-5:hover .tip-content {    left: -20px;
    opacity: 1; margin-left:-220px;
}
.field-tip.thumb-5 .tip-content:before {
	    content: ' ';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left-color: #333;
    border-right: transparent;
    left: initial; 
}
.field-tip .tip-content {
	position: absolute;
	top: -10px; /* - top padding */
	right: 9999px;
	width: 200px;
	margin-right: -220px; /* width + left/right padding */
	padding: 10px;
	color: #fff;
	background: #333;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-ms-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out; z-index:999
}
/* <http://css-tricks.com/snippets/css/css-triangle/> */
.field-tip .tip-content:before {
	content: ' '; /* Must have content to display */
	position: absolute;
	top: 50%;
	left: -16px; /* 2 x border width */
	width: 0;
	height: 0;
	margin-top: -8px; /* - border width */
	border: 8px solid transparent;
	border-right-color: #333;
}
.field-tip:hover .tip-content {
	right: -20px;
	opacity: 1;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 15px;
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto;   
    overflow: hidden;
    font-family: roboto;
    position: absolute;
    right: 200px;
    top: 15vh;

}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #000;
  border-top: 1px solid #000;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color:  #000;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #000;
  border-top: 1px solid #000; 
  background: transparent;
   outline: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
}

.loginmodal-container input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #000;
  border-top: 1px solid #000; 
  background: transparent;
   outline: none;
}

.loginmodal-container input[type=text]:active, input[type=password]:active {
  border: 1px solid #000;
  border-top: 1px solid #000; 
  background: transparent;
   outline: none;
}

.loginmodal-container input[type=text]:focus-visible, input[type=password]:focus-visible {
  border: 1px solid #000;
  border-top: 1px solid #000; 
  background: transparent;
   outline: none;
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
   border: 1px solid #000;   
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  padding: 10px 0px;
  font-family: roboto;
  border-radius: 6px;
  font-size: 16px;  
  text-transform: uppercase;    
  background-color: #5f310e;

  
}

.loginmodal-submit:hover {  
  border: 1px solid #000;
  outline-color: #000;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #5f310e;  

}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;  
} 

.login-help{
  font-size: 12px;
}
.field-tip .popover{min-width: 300px; max-width: 400px;}
.field-tip .popover .bottom{top: 100% !important;}
.field-tip a{display: block}
