@charset "utf-8";
/*
Theme Name: Parallax-One-child
Template: Parallax-One
Description: 
Author: kitayama
Tags: 
Version: 0.1.0
*/

/*---------------------------------------
   3.1 SECTION: HOME / HEADER
-----------------------------------------*/

.paralax_one_only_customizer {
	display: none !important;
}

.whole-video-bg {
	overflow: hidden;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 1260px;
	height: 911px;
	opacity: 1;
}

.whole-page-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1260px;
	height: 911px;
}

.header .overlay-layer {
	height: auto;
	padding-top: 84px;
	padding-bottom: 195px;
}

h1.site-title {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

p.site-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 1rem;
}

.navbar-brand {
	height: auto;
}

.header-logo-wrap {
	padding: 4px 10px;
	text-align: center;
}

/* STICKY NAVIGATION AND LOGO */
#menu-primary {
	float: right;
}

.appear-on-scroll {
	opacity: 0;
}

header .navbar-brand {
	height: 70px;
	padding: 7px 7px 7px 0;
	line-height: 52px;
}

.navbar-brand > img {
	display: inline-block;
	max-height: 56px;
}

.sticky-navigation {
	min-height: 70px;
	margin-bottom: 0 !important;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
	font-weight: 400;
	-webkit-backface-visibility: hidden;
}

.sticky-navigation .navbar-brand img {
	-webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
	margin-top: 0;
}

.sticky-navigation .main-navigation li a {
	margin: 26px 18px;
	padding: 0;
	line-height: 18px;
	text-transform: uppercase;
}

.sticky-navigation .main-navigation .sub-menu li a {
	margin: 0;
}

.menu-align-center  .main-navigation li a {
	margin: 0;
}

.sticky-navigation .main-navigation a {
	display: block;
	color: #313131;
	text-align: left;
	text-decoration: none;
}

.sticky-navigation .main-navigation ul ul a {
	width: 200px;
	padding: 10px;
}

.dropdownmenu {
	position: absolute;
	z-index: -1;
	top: 23px;
	right: 0;
	line-height: 28px;
}

.sticky-navigation-open .sticky-navigation {
	top: 0;
	opacity: 1;
}

.main-navigation {
	font-family: Montserrat, sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	margin: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 0.84375em 0;
	color: #1a1a1a;
	line-height: 1.3125;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #e8e8e8;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 50px;
}

.site-header-menu {
	display: none;

	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.primary-menu:before,
.primary-menu:after {
	display: table;
	content: "";
}

.primary-menu:after {
	clear: both;
}

.menu-item-has-children a:after,
.dropdown-toggle:after {
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	text-transform: none;

	speak: none;
}

.menu-item > a:focus {
	outline: 1px dotted #008ed6;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 0;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	background: #999;
}

.dropdown-toggle:after {
	font-family: stamp-icons!important;
	font-weight: 400!important;
	font-style: normal!important;
	font-variant: normal!important;
	-webkit-font-smoothing: antialiased;
	line-height: 25px;
	text-transform: none!important;
	content: "\e0d4";

	speak: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	z-index: 1;
	color: #fff;
	background-color: #008ed6;
}

.dropdown-toggle.toggled-on,
.dropdown-toggle.toggled-on:hover,
.dropdown-toggle.toggled-on:focus {
	z-index: 1;
	color: #fff;
	background-color: #008ed6;
}

.dropdown-toggle.toggled-on:after {
	font-family: stamp-icons!important;
	content: "\e0d4";
}

.dropdown-toggle.toggled-on:after {
	font-family: stamp-icons!important;
	content: "\e0d4";
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.admin-bar .sticky-navigation-open .sticky-navigation {
	top: 32px;
	opacity: 1;
}

.sticky-navigation-open {
	min-height: 70px;
	background: transparent;
}

.primary-menu {
	width: auto;
}

.menu-align-center .navbar-header,
.menu-align-center .navbar-collapse {
	width: 100%;
	text-align: center;
}

.menu-align-center .navbar-header > a {
	display: inline-block;
	float: none;
}

.menu-align-center .primary-menu {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.menu-align-center .primary-menu > li {
	display: inline-block;
	float: none;
}

.menu-align-center .primary-menu > li a {
	padding: 5px 8px;
}

.menu-align-center .primary-menu > li.menu-item-has-children a {
	padding: 5px 18px 5px 8px;
}

.menu-align-center .primary-menu > li.menu-item-has-children > .dropdownmenu {
	top: 4px;
}

.menu-align-center .no-menu > li > a {
	padding: 5px 8px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #008ed6;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle {
	margin-right: 5px;
	padding: 13px 10px;
}

/* ONLY LOGO */
.centered-logo {
	width: 100%;
	text-align: center;
}

.centered-logo .navbar-brand > img {
	display: inline-block;
}

.centered-logo .navbar-brand {
	float: none;
}

.centered-logo .navbar-brand a {
	padding: 0;
}

.centered-logo .navbar-brand img {
	margin: 18px 15px 10px 15px;
}

.only-logo .navbar-header {
	float: none;
	margin: auto;
	text-align: center;
}

.only-logo .navbar {
	min-height: 10px;
}

.header-layer-one {
	background-position: 0 0;
	background-size: cover!important;
}

.header-layer-two {
	background-position: 0 0;
	background-size: cover!important;
}

/* INTRO */
.intro-section {
	margin-top: 130px;
	text-align: center;
}

.intro-section h5 {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.5;
	line-height: 28px;
	text-align: center;
}

.imac-image img {
	width: 85%;
	margin-top: 70px;
}

.header-parallax-effect-mobil {
	background-position: top center;
}

/* header style [1] */
.header-style-one .intro-section {
	margin-top: 70px;
}
.header-style-one .intro-section h5 {
	margin-top: 13px;
	margin-bottom: 70px;
}

/* header style [2] */
.header-style-two .intro-section {
	margin-top: 110px;
}
.header-style-two .vertical-registration-form {
	float: right;
	margin-top: 84px;
	padding: 15px 32px 32px 32px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 0 #000;
	box-shadow: 0 0 3px 0 #000;
}
.header-style-two .vertical-registration-form form button {
	width: 100%;
	margin-top: 2px;
}
.header-style-two .intro-section .btn-primary {
	padding: 10px 20px 10px 20px;
}
.header-style-two .intro-section p {
	margin-top: 30px;
	margin-bottom: 40px;
}
.header-style-two .vertical-registration-form .form-heading {
	margin-bottom: 25px;
}

/* header style [3] */
.header-style-three .intro-section {
	margin-top: 100px;
	margin-bottom: 55px;
}
.header-style-three .overlay-layer {
	height: auto;
	padding-top: 60px;
	padding-bottom: 0 !important;
}
.header-style-three .intro-section h5 {
	margin-top: 15px;
	margin-bottom: 60px;
}
.header-style-three .browser-image img {
	max-width: 80%;
	margin-bottom: -5px;
}

/* header style [4] */
.header-style-four .intro-section {
	margin-top: 80px;
}
.header-style-four .intro-section h5 {
	margin-top: 15px;
	margin-bottom: 45px;
}
.header-style-four .horizontal-subscribe-form .input-box {
	width: 350px;
	min-height: 65px;
	margin: 0;
	font-size: inherit;
}
.header-style-four .horizontal-subscribe-form {
	display: inline-block;
	padding: 25px 25px 25px 25px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.45);
}

/* header style [5] */
.header-style-five .intro-section {
	margin-top: 70px;
}

/*---------------------------------------
   3.12 SECTION: CALL TO ACTION
-----------------------------------------*/

.call-to-action {
	border-bottom: 1px solid #eaebec;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}

.call-to-action .section-overlay-layer {
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgba(0, 5, 8, 0.5);
}

.call-to-action h2 {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 2.4rem;
	line-height: 3.125rem;
}

.modal-content {
	padding: 10px 30px 30px 30px;
}

.modal-content button {
	width: 100%;
}

.ribbon-wrap {
	text-align: center;
}

.g_map {
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}

.g_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

