html {
  height: 100%;
}
body {
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto; 
	overflow: hidden;
}

.main {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.main section .page_container {
  position: absolute;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
}

.main section.page1 {
  /*background-image: url(../img/trialton_bg.jpg);*/
  background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translate3d(0, -30px, 0);
	-ms-transform: translate3d(0, -30px, 0);
	-o-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

.main section.page1 .info{
	line-height: 1.5em;
}

.main section.page2 {
	background-color: rgba(146, 205, 207, 0.8);
	top: -30px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

body.viewing-page-2 .main section.page2{
	background-color: rgba(146, 205, 207, 0);
	visibility: hidden;
}
body.viewing-page-2 .down-btn{
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
body.viewing-page-2 #footer{
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	transition-delay: 0.5s;
}
.scroll-info{
	margin-bottom: 20px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	transition-delay: 1s;
}
body.viewing-page-2 .scroll-info{
	opacity: 0;
}

h1{
	font-size: 70px;
	margin: 0;
}
h1 .kern-t1{padding: 0 2px;}
h1 .kern-r{padding: 0 1px;}
h1 .kern-i{padding: 0 0 0 1px;}
h1 .kern-a{padding: 0 2px;}
h1 .kern-l{padding: 0 0;}
h1 .kern-t2{padding: 0 0;}
h1 .kern-0{padding: 0 0;}

.claim{
	font-size: 34px;
	padding: 20px 20px 50px;
}
.info{
	max-width: 500px;
	margin: 0 auto;
}
.info a{
	color: #FF530B;
	text-decoration: none;
}

#map{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
	background: #FF530B;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	box-shadow: none;
}
.leaflet-popup-content-wrapper{
	border-radius: 4px;
}
.leaflet-container a{
	color: #A6E3E5;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.leaflet-top .leaflet-control {
  margin-top: 80px;
}

.leaflet-container a.leaflet-popup-close-button{
	font-weight: 100;
	color: #fff;
}

.my-div-icon{
	width: 22px !important;
	height: 22px !important;
	margin-left: -11px !important;
	margin-top: 5px !important;
	background: #FF530B;
	opacity: 0.8;
	border-radius: 11px;
}

#footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: fixed;
	bottom: -30px;
	background-color: #fff;
	z-index: 1000;
	padding: 0 50px;
	font-size: 12px;
	color: #807F83;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#footer>div{
	float: left;
	padding: 0 20px;
	position: relative;
}
#footer>div span{
	position: absolute;
	right: 0;
}
#footer>div a{
	color: inherit;
	text-decoration: none;
}
.down-btn-wrap{
	position: absolute;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}
.down-btn{
	position:relative;
  display:block;
  margin: 20px auto;
	width: 20px;
	height: 12px;
	background: url(../img/chevron_down.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transition-delay: 1s;
}

.onepage-pagination{display: none;}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}



@media (max-width: 768px) {
	body{
		font-size: 12px;
	}
	.main section .page_container{
		top: 15%;
	}
	h1{
		font-size: 34px;
	}
	.claim{
		font-size: 22px;
		padding: 20px 15px 30px;
	}
	.info{
		padding: 0 15px;
	}
	.scroll-info, .leaflet-top .leaflet-control{
		display: none;
	}
	.leaflet-popup-content-wrapper{
		font-size: 14px;
	}
	#footer{
		padding: 0;
	}
	#footer>div, #footer>div:first-child span{
		display: none;
	}
	#footer>div:first-child{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}


}


















