html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	height:100%;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}

#menu-search {
	width:70%;
	border:2px solid #649cb7;
	margin:auto;
	background:#488aab;
	text-transform:uppercase;
	color:#fff;
}

#menu-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color:#fff;
	opacity: 0.5;
}

#menu-search::-moz-placeholder { /* Firefox 19+ */
  	color:#fff;
	opacity: 0.5;
}

#menu-search:-ms-input-placeholder { /* IE 10+ */
  	color:#fff;
	opacity: 0.5;
}

#menu-search:-moz-placeholder { /* Firefox 18- */
  	color:#fff;
	opacity: 0.5;
}

#menu-search:focus {
	outline: none
}

a.button,
span.button,
select,
input[type="text"]
{
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
}
a.button,
span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-divider.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu)
{
	display: none;
}

#page {
	min-height:100% !important;
	position:relative !important;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header
{
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.mm-slideout
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 7px;
}
.header a.contacts
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
.header a.right
{
	left: auto;
	right: 20px;
}
.content
{
	background: url( menu-arrow.png ) 40px 15px no-repeat transparent;
	padding: 15px 10px 50px 10px;
	position: relative;
}

.footer {
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: #000;
	font-size: 10px;
	color: #fff;
	padding-top:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header.mm-fixed + .content
{
	background-position: 25px 55px;
}

.messages
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.messages div
{
	color: rgba( 0, 0, 0, 0.5 );
	line-height: 18px;
	padding: 10px 20px;
}
.messages .error
{
	background: rgb( 255, 225, 225 );
	border-bottom: 1px solid rgb( 255, 150, 150 );
}
.messages .warn
{
	background: rgb( 255, 255, 200 );
	border-bottom: 1px solid rgb( 200, 200, 150 );
}

html.mm-opened.mm-effect-zoom-menu body
{
	background: #f3f3f3;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-dark body
{
	 background: #333;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-black body
{
	background: #000;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-white body
{
	background: #fff;
}
html.mm-opened.mm-effect-zoom-menu .mm-page
{
	background-color: #fff;
}

.mm-menu li .fa
{
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
}
.mm-menu li[class*="mm-tile"] .fa
{
	margin: 0;
	line-height: 0;
}

.mm-menu .buttonbar-item:after
{
	content: none !important;
	display: none !important;
}

#triangle-main-container {
	overflow:hidden;
	position:absolute;
	float:left;
	width:48%;
	bottom:0;
}

#triangle-main-container-iphone {
	overflow:hidden;
	position:relative;
}

#triangle-main-container-two {
	overflow:hidden;
	position:relative;
	float:right;
	width:48%;
}

#two-mountain-container {
	float:left;
	position:absolute;
	bottom:0;
}

#two-mountain-container-iphone {
	float:left;
	position:absolute;
	bottom:0;
}

#two-mountain-container-x {
	float:left;
	position:absolute;
	bottom:0;
	margin-left:120px;
}

#triangle-mountain-name {
	font-size:11px;
	text-align:center;
}

#standard-container {
	background:#fff;
	overflow:hidden;
	width:90%;
	margin:auto;
	padding:10px;
	margin-bottom:30px;
	-moz-border-radius-topleft: 7px; /* Firefox */
	-moz-border-radius-topright: 7px; /* Firefox */
	-moz-border-radius-bottomright: 7px; /* Firefox */
	-moz-border-radius-bottomleft: 7px; /* Firefox */
	-webkit-border-top-left-radius: 7px; /* Safari */
	-webkit-border-top-right-radius: 7px; /* Safari */
	-webkit-border-bottom-right-radius: 7px; /* Safari */
	-webkit-border-bottom-left-radius: 7px; /* Safari */
	border-top-left-radius: 7px; /* CSS 3 Support */
	border-top-right-radius: 7px; /* CSS 3 Support */
	border-bottom-right-radius: 7px; /* CSS 3 Support */
	border-bottom-left-radius: 7px; /* CSS 3 Support */
}

#search-results {
	overflow:hidden;
	width:100%;
	text-align:left;
}

#search-results-data {
	font-size:22px;
	font-weight:bold;
	overflow:hidden;
	padding:6px;
	margin-bottom:8px;
}

#search-results-data div a {
	color:#1B526D;
}

#search-results-data-meta {
	font-size:9px;
	padding-left:35px;
}

#search-results-data-meta-two {
	font-size:12px;
	padding-left:35px;
}