/*=================================
||			Index 
==================================*/
/*
|	1. Imports [23]
|	2. Global [31]
|
|	=============
|	SECTIONS
|	=============
|	3. Header [154]
|	4. Home [229]
|	5. About [404]
|	6. System Requirements [440]
|	7. Buy Now [481]
|	8. Gallery [410]
|	9. Footer [601]
|	10. Media Query [770]
|
*/

/*=================================
||			1. Imports 
==================================*
@import url(http://fonts.googleapis.com/css?family=Arimo:400,500,700);
*/
@import url(http://fonts.googleapis.com/css?family=Jura:400,500,700);


/*=================================
||			2. Global 
==================================*/

html {
	font-size: 100%;
}
body {
	background: #000;
	font-family: 'helvetica', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	overflow-x: hidden !important;
	margin: auto !important;
}
.ja {
	font-family: 'Meiryo', "MS P Gothic", helvetica, sans-serif;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
 width: device-width;
}
 @-moz-viewport {
 width: device-width;
}
 @-ms-viewport {
 width: device-width;
}
 @-o-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #F22;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol {
	padding-left: 0 !important;
}
li {
	list-style: none;
	font-family: 'jura', 'helvetica', sans-serif;
	font-weight:500;
}
p {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: 'Jura', 'helvetica', sans-serif;
}
h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	text-transform: uppercase;
}
h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}
.paragraph {
	padding: 30px 30px 30px 0;
	opacity: 0.9;
	width: 800px; /*630px*/
	text-align: left;
	-webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
	transition: opacity 2s;
}
.paragraph p {
	font-family: 'Jura','helvetica', sans-serif;
	color: #FFF;
	font-weight: 500;
	font-size: 22px; /*18*/
	line-height: 30px; /*25*/
	margin-top: 10px;
}
.paragraph2 p  {
	padding: 30px 30px 30px 0;
	opacity: 0.9;
	width: 430px;
	text-align: left;
	-webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
	transition: opacity 2s;
}
.ja p {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", helvetica;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}
.ja li{
	
	list-style: none;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", helvetica;
		font-size: 18px;
	line-height: 25px;
}
.white {
	color: #fff;
	/*text-shadow: 0px 0px 3px #000000;*/
	text-shadow: 1px 1px 3px rgba(0,0,0,1);}
.black {
	color: #000;
	text-shadow: 0px 0px 3px #9e9e9e;
}
/*=================================
||			3. Header
==================================*/

.fixed-nav {
	min-height: 56px;
	height: 19px;
	padding: 12px 0;
	border: none;
	/*padding: 0 !important;*/
	margin-bottom: 0 !important;
	background: url('../img/header.jpg') repeat-x;
	-webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar-collapse {
	position: relative;
}
.fixed-nav .vs {
	position: absolute;
	top: -13px;
	right: 0;
}
.navbar-brand>img {
	margin-top: -20px; /*-25px*/
}
.fixed-nav .main-nav .current a {
	color: #FFF;
	position: relative;
	outline: none;
}
.fixed-nav .main-nav li a {
	line-height: 15px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #999;
	border-right: 1px solid #555;
	padding: 0 10px;
}
.fixed-nav .main-nav li a:hover {
	color: #F22;
}
.current {
	color: #F22 !important;
}
.language a:hover {
	color: #FFF;
}
.language a {
	line-height: 12px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.mobile-logo {
	display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .nav-form {
	margin-left: 98px;
}
.fixed-nav .main-nav li:last-child a {
	border: none;
	background: #F22; /*#111 to turn off*/
	padding: 4px;
	color: #000;
	border-radius: 4px;
	margin: -3px 0 0 -2px !important;
}
header .logo-name {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	float: left;
	margin-top: 2px;
}
.fixed-nav .main-nav li {
	padding: 10px 0;
}
/*=================================
||			4. Home
==================================*/

.section-background {
	position: relative;
	background: #000;
	height: 1232px;
	min-height: 860px;
	height: 100vh;
}
.section-content {
	position: absolute;
}
.home {
	background: url("../img/header_bg2.jpg") no-repeat center top;
	background-size: cover;
}
h1.widget {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30%;
	font-family: 'Jura','helvetica', sans-serif;
	font-size: 20px;
}

h1.bottom {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5%;
	font-family: 'Jura','helvetica', sans-serif;
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-weight: 600;
}
h1.quote {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20%;
	font-family: 'Jura','helvetica', sans-serif;
	font-size: 42px;
	color: #c0c0c0;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-weight: 400;
}
h1.quote.ja {

	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", helvetica;
	font-size: 30px;
	color: #c0c0c0;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-weight: 400;
}

h1.bottom.ja {

	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", helvetica;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-weight: 600;
}

a.btn {
	/*transition: all 0.3s ease 0s;*/
	font-weight: 600;
	border-color: rgba(255, 255, 255, 0.7);
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	line-height: 1.2em;
	display: inline-block;
	padding: 10px 30px 8px 30px;
	background: rgba(20, 25, 25, 0.5);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
a.btn:hover {
	background: rgba(255, 34, 34, 0.7);
	border-color: rgba(20, 25, 25, 1);
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; /*40px*/
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 550px; /*900px*/
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.mfp-title {
	position: absolute;
	font-size: 14px;
	color: #FFF;
	background: #000;
}
.white-popup {
	position: relative;
	color: #fff;
	padding: 20px;
	width: auto;
	max-width: 720px;
	margin: 20px auto;
}
.top {
	background-color: #111;
	position: relative;
	min-height: auto;
}

.top .video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.overlay:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*	background: linear-gradient(to bottom, rgba(17,17,17,.7) 0%,  #000 100%);*/
	background: linear-gradient(to bottom, rgba(0,0,0,0) 80%, rgba(8,8,8,1.0) 100% );
	background-size: cover, cover;
	background-position: center, center;
	width: 100%;
	height: 100%;
	content: ""
}
.top .video-background-cover {
	min-height: 80vh;
	overflow: hidden;
}
.video-background-cover video {
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
}
.toplogo {
	width: 100%;
	top: 30%;
	position: absolute; /*relative*/
	z-index: 2;
}

.toplogo img {

	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto
}
.top a {
	margin-top: 50px;
}


/*=================================
||			5. About
==================================*/
#about {
	background: url("../img/bg_hero.jpg") no-repeat center top;
	background-size: cover;
}
#about .paragraph {
	max-width: 800px; /*620px*/
	padding-top: 2%;
}
#about .paragraph .short{
	max-width: 720px; /*420px*/

}
#about span {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 26px;
}
#about span.small {
	margin: 10px 0 0 -13px;
	line-height: 14px;
	font-size: 14px;
}
#about ul {
	list-style-type: disc;
	margin-left: 18px;

}
#about ul li {
	list-style: disc;

}

/*=================================
||			6. System Requirements
==================================*/
#sys {
	background: url("../img/bg_gas.jpg") no-repeat center top;
	background-size: cover;
}
#sys h3 {
}
#sys h4 {
}
.sys .paragraph h1 {
	margin-top: 40px;
}
#sys .paragraph {
	/*left: 30%;*/
	max-width: 600px;/*450px*/
	padding-top: 2%;
}
.sys .paragraph p {
	color: #CCC;
	line-height: 22px;
}
#sys span {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 26px;
}
#sys span.small {
	margin: 10px 0 0 -13px;
	line-height: 14px;
	font-size: 14px;
}
#sys ul {
	list-style-type: disc;
	margin-left: 18px;
}
#sys ul li {
	list-style: disc;
}
/*=================================
||			7. Buy Now
==================================*/
#buynow {
	background: url("../img/bg_truck.jpg") no-repeat center top;
	background-size: cover;
}
#buynow span.small {
	display: block;
	width: 100%;
	text-align: center;
	font-style: italic;
	margin: 5px 0 0 0;
}
#buynow .paragraph {
	max-width: 720px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;

}
#buynow .paragraph p {

	color: #000;
	text-shadow: 0px 0px 3px #9e9e9e;
}

/*=================================
||			8. Gallery
==================================*/
#gallery {
	height: auto;
	min-height: 0;
	padding: 40px 0;
}
#gallery h2 {
	text-align: left;
}
#gallery .zoom-gallery a {
	max-width: 350px;
}
#gallery .zoom-gallery img {
	max-width: 100%;
}
img.mfp-img {
	background: #000;
}
.image-source-link {
	color: #98C3D1;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.zoom-gallery-content {
	padding: 30px 0;
	height: auto;
}
.zoom-gallery-content h1 {
	color: #333;
	font-weight: 200;
	font-size: 24px;
}
.zoom-gallery {
	text-align: left;
	margin-top: 20px;
}
.zoom-gallery a {
	margin-right: 25px;
	margin-bottom: 27px;
	display: block;
	float: left;
}
.bx-wrapper {
	max-width: 100%;
	float: left;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #333;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #F00;
}
.bx-wrapper .bx-pager {
	bottom: -16%;
}
.bx-wrapper .bx-viewport {
	left: 0;
}
.bx-wrapper {
	display: none;
}
.zoom-gallery {
	display: block;
}
.mt50 {
	margin-top: 50px;
}
.mt50 p {
	text-align: left;
	font-size: 12px;
	color: #999;
}
/*=================================
||			9. Footer
==================================*/

footer {
	background: #111;
}
.section-footer {
	padding-top: 50px;
	color: #888;
	padding-bottom: 50px
}
.footer-list {
	margin: 0;
	padding: 0;
}
.footer-list li:first-child {
	padding-left: 0;
}
.footer-list li {
	float: left;
	list-style-type: none;
	/*padding-right: 10px;
	padding-left: 10px;*/
	border-right: 1px solid #888;
	/*padding-top: 0;*/
	padding: 3px 5px;
	line-height: 14px;
	color: #FFF;
	font-weight: 400;
}
/*.footer-list li:last-child {
	border: 0;
}*/
.footer-list li:nth-child(8) {
	border: 0;
}
.footer-list li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
.footer-list li:last-child a {
	border: none;
	background: #F22; /*#111 to turn off*/
	padding: 4px;
	margin-top: -3px;
	border-radius: 4px;
	color: #111;
	margin: -3px 0 0 -2px !important;
}
.contact-content {
	padding: 20px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;
}
.contact {
	text-align: left;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}
form input, form textarea {
	margin-bottom: 0.5em;
}
input, textarea {
	font-size: 16px;
	color: #666;
	font-family: 'helvetica', monospace;
	border: 1px solid #DDD;
	background: #FFF none repeat scroll 0% 0%;
	padding: 10px;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height: 200px;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 16px;
	margin: 0px;
	vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
html, button, input, select, textarea {
	font-family: Helvetica;
}
button, a.button {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #E64E4E;
	color: #E64E4E;
	background: transparent none repeat scroll 0% 0%;
	line-height: 16px;
	padding: 8px 10px;
	transition: all 0.3s ease-in-out 0s;
}
.mfp-close-btn-in .mfp-close {
	color: #e64e4e;
} /*#333*/
.social {
	/*text-align: right;*/
	margin-top: -7px;
}
ul.social-icons {
	/*padding: 0;*/
	/*margin-top: -7px;*/
	float: left;
}
ul.social-icons li {
	display: inline-block;
	margin: 5px;
	font-size: 25px;/*vertical-align:top;*/
}
ul.social-icons i {
	color: #FFF;
	display: block;
	text-align: top;
	width: 40px;
	height: 40px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, .5);
}
ul.social-icons i:hover {
	border: 1px solid transparent;
}
ul.social-icons li a {
	display: block;
	text-decoration: none;
}
.facebook i:hover {
	transition: all .4s;
	color: #FFF;
	background-color: #3B5998;
}
.twitter i:hover {
	transition: all .4s;
	color: #FFF;
	background-color: #2A80BA;
}
.googleplus i:hover {
	transition: all .4s;
	color: #FFF;
	background-color: #dd4b39;
}
p.copyrights {
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}
.mobile {
	display: none;
}

/*=================================
||			10. Media Query
==================================*/
@media (max-width: 1280px) {
	h1.bottom {

	color: #000;

}
	h1.bottom.ja {

	color: #000;

}
}
@media (max-width: 980px) {
#gallery .zoom-gallery a {
	max-width: 320px;
}
.zoom-gallery {
	margin-left: 2%; /*two per row*/
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	margin-left: 0;
}
	
}
 @media (max-width: 890px) {
.navbar-fixed-top .navbar-collapse {
	background: #111;
	display: none;
	position: absolute;
	width: 100%;
	top: 55px;
	left: 0;
}
}
 @media (max-width: 768px) {

/*black needs to be whtie*/
.black{color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	}
#buynow .paragraph p {

	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);;
}


.section-title {
	font-size: 40px;
}
.section-background {
	min-height: 0;
	height: auto;
}
#top {
	background: #111;
	background: url("../img/page1.jpg") no-repeat center top;
	background-size: cover;
}
.video {
	display: none;
}



#about {
	background: #111;
	text-align: center;
}
#about .paragraph {
	max-width: 0;
	min-width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0;
}
#sys {
	background: #111;
}
#sys .paragraph {
	max-width: 0;
	min-width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0;
}
#buynow {
	background: #111;
}
.fixed-nav .main-nav li:last-child a {
	width: 70px;
	margin: 0 auto !important;
}
.fixed-nav .main-nav li a {
	border: 0;
}
.navbar-toggle {
	margin-top: 0;
}
.navbar-right {
	margin-right: 0px;
}
img.responsive-image {
	width: 100%;
}
.fixed-nav .vs {
	position: relative;
}
.fixed-nav .main-nav li a {
	margin-left: 0 !important;
	padding: 0 10px;
	border-right: 1px solid #555;
}
.container>.navbar-header {
	text-align: left;
	padding-left: 10px;
}
div.home {
	padding-top: 0;
	margin-top: 80px;
	background: none;
}
.mobile {
	display: block;
	width: 100%;
}
.paragraph {
	position: relative;
	border: 0;
	opacity: 1;
	background: #111;
	width: 100% !important;
}
.section-background {
	padding-top: 0;
	background: #111;
}
h1.widget {
	bottom: 20%;
	font-size: 14px;
}
h1.quote {
	bottom: 40%;
	font-size: 20px;
	color: #fff;
}
h1.quote.ja {
	bottom: 40%;
	font-size: 20px;
	color: #fff;
}
h1.bottom {
	bottom: 7%;
	font-size: 20px;
	color: #000;
}
h1.bottom.ja {
	bottom: 7%;
	font-size: 20px;
	color: #000;
}
a.btn {
	padding: 10px 10px 8px 10px;
}
/*.zoom-gallery-content {
	padding: 40px 0;
}*/
.bx-wrapper {
	display: block;
	margin-top: 30px;
}
.zoom-gallery {
	display: none;
}
.menu-footer {
	float: left;
	width: 100%;
}
.social {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.social-icons {
	float: none;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 3;
}
p.copyrights {
	text-align: center;
}
}
@media (max-width: 720px) {
	
h1, h2, h3, h4, h5, h6 {

	font-family: 'helvetica', sans-serif;
}	
li {

	font-family:  'helvetica', sans-serif;
		font-size: 18px;
	line-height: 25px;
}

.paragraph p {
	font-family: 'helvetica', sans-serif;
	font-size: 18px; 
	line-height: 25px;

}
.ja p {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", helvetica;

}

h1.widget {

	font-family: 'helvetica', sans-serif;

}

h1.bottom {

	font-family:'helvetica', sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 600;
}	

h1.quote {

	display: none;
}
h1.quote.ja {

	display: none;
}
h1.bottom.ja {

	display: none;
}	
.mobile-logo {
	display: block;
}
div.home {
	margin-top: 55px;
}
.vs {
	display: none;
}
.navbar-brand>img {
	margin-top: -20px;
}
.video {
	display: none;
}
.toplogo {

	max-width: 100%;

}
.toplogo img {
		display: none;

}
#top h3 {
	display: none;
}
.top a {

	margin-top: 100px;
}
}
@media (max-width: 480px) {
.section-title {
	font-size: 24px;
	line-height: 25px;
}
#sys h3 {
	font-size: 20px;
}
#about h3 {
	font-size: 20px;
}
#top h3 {
	font-size: 18px;
}
.toplogo img {
	max-width: 80%;

}
}
