/* mobile.css */

.hide-mobile {
	display: none;
}

/* page */
.page .navigation {
	background: none;
	display: table;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	background-color: rgba(0, 0, 0, .75);
}
.page .background {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.page .navigation .logo {
	display: none;
}
.page .navigation .tools {
	position: static;
	display: table-cell;
	opacity: 1;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.navigation .tools h2 {
	border: 0;
	font-size: 18px;
}
.navigation .tools p {
	width: auto;
	font-size: 10px;
}
.page .social-icons {
	display: none;
}
.page-content {
	width: 90%;
	padding: 0 5%;
}
.page .page-content-text h2 {
	font-size: 3rem;
}
.page .page-content-text h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}

.page .page-content-text p {
	font-size: 1.5rem;
}

.page.mouse-reaction .navigation .tools h2 {
	color: #FFFA00;
}
.page.mouse-reaction .navigation .tools p {
	color: #FFFA00;
}
.page.mouse-reaction .navigation .tools .button {
	color: #FFFA00;
	border-color: #FFFA00;
}

/* page break */
.page.break .navigation {
	display: none;
}

/* home page */
.page.home .background {
	opacity: .75;
	background: url('../images/home.jpg') left no-repeat;
	background-size: cover;
}

/* clients page */
.page.clients .navigation {
	display: none;
}
.page.clients .page-content-text h2 a {
	padding: 0;
	cursor: default;
}
.page.clients .page-content-text a.menuButton:hover {
	border-color: transparent;
}

/* map page */
.page.map .headline h2 {
	line-height: 1.5;
}
.page.map .page-content-text h2 {
	margin: 0;
}
.page.map .background {
	opacity: .75;
	background: url('../images/map.jpg') center no-repeat;
	background-size: cover;
}
.page.map a.locationButton {
	border: 1px solid #FFF900;
}

#overlayText {
	display: none;
}


[data-page="home"] .navigation {
	display: none;
}
[data-page="home"] h1 {
	font-size: 4.5rem;
	font-style: italic;
}
[data-page="home"] h4 {
	font-size: 1.5rem;
	font-style: italic;
}

[data-page="facts"] .navigation {
	display: none;
}
[data-page="facts"] .background {
	opacity: .5;
}

[data-page="people"] .navigation {
	display: none;
}
[data-page="people"] .background {
	opacity: .5;
}

[data-page="service"] .navigation {
	display: none;
}
[data-page="service"] .background {
	opacity: .5;
}

[data-page="contact"] .navigation {
	display: none;
}

.page.exit .navigation {
	display: block;
	opacity: 1;
	background: none;
}
.page.exit .social-icons {
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}

.page-detail {
	transform: none;
	overflow: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.page-detail img {
	max-width: 100%;
	height: auto;
}

.background-video video {
	display: none;
}

.sidemenu {
	display: none;
}
.button_menu {
	display: none;
}

.ticker {
	float: none;
	margin: 0;
	padding: 0;
}
.ticker li {
	float: none;
}

/* menu */
.header-bar {
	display: block;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;

	background: #000;
}
.header-bar .logo {
	float: left;
	width: 40px;
	height: 16px;
	padding: 2px;

	text-decoration: none;

	background: url('../images/logo.yellow.png') center no-repeat;
	background-size: contain;
}
.header-bar .menu-open {
	position: relative;
	float: right;

	width: 25px;
	margin: 0;
	padding: 0;

	text-indent: -22222px;

	border: 0;
	background: none;
	border-radius: 0;

	font-size: 30px;
	height: 20px;
	line-height: 0;
	text-align: center;
}
.header-bar .menu-open:before {
	content: '';

	position: absolute;
	top: 2px;
	left: 0;

	width: 25px;
	height: 3px;
	border-top: 9px double #ff0;
	border-bottom: 3px solid #ff0;
	border-radius: 0;
	color: #ff0;
}
.header-bar.active .menu-open {
	text-indent: 0;
	top: -2px;
}
.header-bar.active .menu-open:before {
	content: '';
	border: 0;
	height: auto;
}

.menu {
	display: block;
	top: 40px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.menu .item {
	width: 50%;
	min-width: 0;
}
.menu .item h2 {
	font-size: 2rem;
}
.menu .item h3 {

}
.menu .item .text {
	display: none;
}
.menu .menu-close {
	display: none;
}

.menu .item .item-more {
	display: block;
	opacity: 1;
}

.menu .item .item-more.yellow .item-more-button {
	border: 0;
}
.menu .item .item-more .item-more-button.item-more-button-big .big {
	font-size: 1.5rem;
}

.detail-close {
	top: 0;
	right: 0;
}

.slides-container {
	margin: 0;
	padding: 0;
}
.slides-navigation {
	display: none;
}
