@import url("../webfonts/Enter_Sansman_Italic/stylesheet.css");
@import url("../webfonts/Enter_Sansman/stylesheet.css");


/*********************************************/
/*               GENERAL STYLES              */
/*********************************************/
body {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	background: #000;
}
/* Page heading highlights */
#home .home, #dyno .dyno, #custom-remaps .custom-remaps, #carb-setups .carb-setups, #tuning .tuning, #two-stroke .two-stroke, #four-stroke .four-stroke, #repairs .repairs, #servicing .servicing, #track-prep .track-prep, #restoration .restoration, #contact-us .contact-us, #cat .cat {
  /* [disabled]background-color: #1359b9; */
  color: rgba(209,191,96,1.00);
  border-bottom: 2px solid rgba(255,255,255,0.60);
}
.alert {
	color: rgba(255,0,4,1.00);
	/* [disabled]font-weight: bold; */
}
.highlight {
	color: rgba(209,191,96,0.80);
	/* [disabled]font-weight: bold; */
	display: inline-block;
	padding-bottom: 15px;
}
.wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1000000000;
}
.site-logo {
	color: #FFF;
	background-image: url(../img/gtpe-logo.png);
	background-repeat: no-repeat;
	background-size: 348px 115px;
	width: 310px;
	height: 120px;
}
.top-bar-left {
	height: 120px;
}
.top-bar-left .gtpe {
	color: rgba(255,255,255,0.90);
	width: 12em;
	text-align: center;
	font-style: italic;
	text-shadow: 2px 1px rgba(51,51,51,0.00);
	line-height: 1.25em;
	position: relative;
	left: 114px;
	font-weight: bold;
	bottom: 88px;
	font-family: Arial;
	transform: skewX(-15);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
}
.top-bar-left .gtpe span {
	color: rgba(209,191,96,1.00);
}
.title-bar-title {
	height: 25px;
}
.top-bar.nav-desktop .wrap .top-bar-right {
	margin-right: 40px;
}
input::placeholder, textarea::placeholder {
    color: #333;
}
.column, .columns {
    min-height: 1px;
}

/*********************************************/
/*                HERO STYLES                */
/*********************************************/
.hero {
	position: relative;
	background-color: #222;
	padding-top: 80px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 80px;
	height: auto;
	z-index: 2000;
}
.hero h1, .hero p {
	width: 60%;
}
.hero h1 {
	color: rgba(209,191,96,1);
	font-size: 1.6em;
	font-family: "Enter Sansman Italic";
}
.hero p {
	color: rgba(255,255,255,1.00);
}
p.highlight {
	color: rgba(209,191,96,1.00);
	/* [disabled]text-indent: 15px; */
	padding-top: 10px;
	padding-bottom: 10px;
}
.highlight a {
	color: rgba(209,191,96,1.00);
	border-bottom: 1px solid rgba(209,191,96,0.60);
}
.highlight a:hover {
	color: rgba(209,191,96,1.00);
	border-bottom: 1px none rgba(209,191,96,1.00);
}
.list-heading {
	margin-bottom: -10px;
	text-indent: 7px;
}
.highlight-list {
	color: rgba(209,191,96,1.00);
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.button.dynojet {
	background-image: url(../img/dynojet.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00);
	background-position: 0px 50%;
	width: 120px;
	height: 30px;
	margin-top: 20px;
}
.button.power-commander {
	background-image: url(../img/power-commander.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00);
	background-position: 0px 50%;
	width: 120px;
	height: 30px;
	margin-top: 20px;
}
.button.pdf {
	background-image: url(../catalogue/img/misc/pdf-logo.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.00);
	background-position: 0px 50%;
	width: 320px;
	height: 40px;
	margin-top: 20px;
}
.button.pdf-small {
	background-image: url(../catalogue/img/misc/pdf-logo.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.00);
	background-position: 0px 50%;
	width: 40px;
	height: 40px;
	margin-top: 20px;
}
.orbit {
	margin-top: 10px;
}
.orbit-bullets button {
	width: 1rem;
	height: 1rem;
	margin: 0.1rem;
	background-color: rgba(255,255,255,0.30);
	border-radius: 50%;
}
.rotate-wrapper {
	max-width: 1151px;
	width: 1063px;
	position: relative;
	height: 100%;
	top: -300px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], [type='subject'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.0rem;
  margin: 0 0 .5rem;
  padding: 0.35rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: rgba(255,255,255,1.00);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }


/*********************************************/
/*        TOP RIGHT NAVIGATION STYLES        */
/*********************************************/
.nav-desktop {
	background-color: #000;
	height: 120px;
	padding: 0;
}
.nav-desktop .menu-desktop {
	line-height: 120px;
	background-color: transparent;
}
.menu-desktop li a {
	color: rgba(255,255,255,0.80);
	display: inline-block;
	line-height: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 80px;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
.menu-desktop li a:hover {
	background-color: rgba(255,255,255,0.135);
}
.top-bar-right .menu.menu-desktop .nsr {
	background-image: url(../img/nsr.png);
	background-repeat: no-repeat;
	background-position: center -10px;
}
.top-bar-right .menu.menu-desktop .v4 {
	background-image: url(../img/v4.png);
	background-repeat: no-repeat;
	background-position: center -10px;
}

/*********************************************/
/*               SUB-NAV STYLES              */
/*********************************************/
.subnav {
	background-color: rgba(0,0,0,1.00);
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}
.subnav .dropdown {
	width: 49em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
	margin-top: 0px;
}
.subnav .dropdown .menu li a {
	color: rgba(255,255,255,1.00);
	width: 150px;
}
.subnav .dropdown .menu li a:hover {
  color: rgba(209,191,96,1.00);
  width: 150px;
  /*background-color: rgba(0,67,223,0.80);*/
/*	background-color: rgba(19,89,185,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);*/
  background-color: rgba(0,0,0,1.00);
  background-image: -webkit-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-repeat: repeat-x;
}
.subnav .menu > li > a {
	display: block;
	padding: 0.3rem 0.3rem;
	line-height: 1;
}
.dropdown.menu li .menu {
  z-index: 10000;
  border-radius: 0 0 4px 4px;
  background-color: rgba(0,0,0,0.70);
  -webkit-box-shadow: 0 6px 12px rgba(209,191,96,0.80);
  box-shadow: 0 6px 12px rgba(209,191,96,0.80);
}
.dropdown.menu li a {
	color: rgba(255,255,255,1.00);
	width: 7em;
	border-bottom: 2px solid rgba(0,67,223,0.0);
}
.dropdown.menu .last-item {
	border-radius: 0 0 3px 3px;
}
.dropdown.menu li a:hover {
	color: rgba(209,191,96,1.00);
	/* [disabled]border-bottom: 2px solid rgba(19,89,185,1.00); */
	/*background-color: rgba(0,67,223,0.80);*/
/*	background-color: rgba(19,89,185,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(35,161,209,1.00) 0%,rgba(19,89,185,1.00) 100%);*/
  background-color: rgba(0,0,0,1.00);
  background-image: -webkit-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(115,115,115,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-repeat: repeat-x;
}
.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 150px;
	z-index: 1;
	background-color: rgba(255,0,0,1.00);
	border: 1px solid #000;
}
.subnav-helper {
	display: none;
}
.subnav-helper {
	position: relative;
	display: none;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}
.subnav-helper ::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	top: 90px;
	left: 0;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.subnav-helper:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(209,191,96,0.80) transparent transparent;
    border-image: none;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    right: 5px;
    width: 0;
}

/*********************************************/
/*         SIDEBAR NAVIGATION STYLES         */
/*********************************************/	
.off-canvas-wrapper {
	background-color: rgba(0,0,0,0.00);
}
.off-canvas {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: rgba(0,0,0,1.00);
	background-attachment: scroll;
	max-height: 100%;
	overflow-y: auto;
	position: absolute;
	transform: translateX(0px);
	z-index: -1;
	color: rgba(255,255,255,0.80);
}
#offCanvasLeft p {
	color: rgba(255,255,255,1.00);
	text-indent: 20px;
}
#offCanvasLeft li a {
	color: rgba(255,255,255,0.80);
}
#offCanvasLeft li a:hover {
	color: rgba(209,191,96,1.00);
	border-bottom: 2px solid rgba(0,67,223,1.00);
}
#offCanvasLeft dl, ol, ul {
    line-height: 1.3;
    list-style-position: outside;
}
.off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas-content {
	background-color: rgba(0,0,0,0.80);
	color: rgba(255,255,255,0.80);
}
.title-bar-left .title-bar-title a {
	color: rgba(255,255,255,0.90);
}
.title-bar-left .title-bar-title a:hover {
	color: rgba(209,191,96,1.00);
	border-bottom: 2px solid rgba(0,67,223,1.00);
}
.off-canvas.is-open {
    transform: translate(0px);
    z-index: 1000;
}

/*********************************************/
/*                MAIN STYLES                */
/*********************************************/
.main {
	padding: 80px 0px;
	background-color: #000;
}
.main h1 {
	font-size: 1.8em;
	color: rgba(255,255,255,1);
	font-family: "Enter Sansman Italic";
}
.main p {
	font-size: 1em;
	color: rgba(255,255,255,0.70);
	font-style: normal;
}
.main hr {
	border-bottom-color: rgba(255,255,255,0.20);
}
.subnote {
	font-size: 0.8em;
}

/*********************************************/
/*              FACEBOOK STYLES              */
/*********************************************/
.facebook {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 80px;
	background-color: #000;
}

/*********************************************/
/*               FOOTER STYLES               */
/*********************************************/
footer {
	background-color: transparent;
	background-image: url(../img/carbon-dark.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 60px;
}
footer h4 {
	font-size: 1.3em;
	color: rgba(255,255,255,0.6);
	padding-top: 45px;
}
footer a {
	display: block;
	padding: 0px;
	color: rgba(255,255,255,0.6);
	font-size: 0.8em;
	/* [disabled]text-indent: 2px; */
}
footer a span {
	font-weight: bold;
	color: rgba(255,255,255,0.30);
}
footer a:hover {
	color: rgba(209,191,96,0.80);
}
footer hr {
	border-bottom-color: rgba(255,255,255,0.10);
	margin: 10px 0px;
}
footer .brands a {
	display: inline-block;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
}
footer .indent {
	font-weight: normal;
	text-indent: 67px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
footer span a img {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;

}
.fb-nsr {
  background-image: url(../img/fb-nsr.png);
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.fb-nsr:hover {
  background-image: url(../img/fb-hi.png);
}
.fb-gtpe {
  background-image: url(../img/fb-gtpe.png);
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.fb-gtpe:hover {
  background-image: url(../img/fb-hi.png);
}
.youtube-gtpe {
  background-image: url(../img/youtube-gtpe.png);
  width: 38px;
  height: 45px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.youtube-gtpe:hover {
  background-image: url(../img/youtube-hi.png);
}

.column .col-left {
	width: 53px;
	color: rgba(255,255,255,0.30);
	font-size: 0.8em;
	float: left;
}
.column .col-right {
	width: 140px;
	float: left;
	padding-left: 2px;
}
.column .col-left p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.column .col-right p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.copyright {
	background-color: rgba(0,0,0,1.00);
	color: rgba(209,191,96,1.00);
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
}
.copyright a {
	color: rgba(209,191,96,1.00);
	text-decoration: underline;
}
.copyright a:hover {
	color: rgba(209,191,96,1.00);
	text-decoration: none;
}

/*********************************************/
/*                  COOKIES                  */
/*********************************************/ 
.cookies {
	z-index: 10000;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image: url(../img/cookies.png);
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}
.cookies:hover {
	z-index: 10000;
	display: block;
	position: fixed;
	bottom: 25px;
	left: 15px;
	background-image: url(../img/cookies-ok.png);
	width: 250px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.outlined-red {
	/* [disabled]border: 1px solid #FF0000; */
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
	display: table-cell;
}
.outlined {
	/* [disabled]border: 1px solid #FFFF00; */
	position: relative;
	margin-bottom: 30px;
	display: table;
}
label  {
	color: rgba(255,255,255,1.00);
}
.form-group {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/*********************************************/
/*                MEDIA QUERY                */
/*********************************************/ 
@media (max-width: 742px) {
#rotate {
	opacity: 0.40;
}
.subnav {
	display: none;
}
.subnav-helper {
	display: unset;
}
.menu-icon {
	position: relative;
	display: inline-block;
	top: 90px;
	left: 0;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}
.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.top-bar.nav-desktop .wrap .top-bar-right {
	margin-right: 0px;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}
}

@media (max-width: 700px) {
.hero h1, .hero p {
	width: 100%;
}
}

@media (max-width: 639px) {
.nav-desktop {
	display: none;
}
.cookies {
	opacity: 0.35;
}
.copyright span {
	width: 70%;
	display: inline-block;
}
.menu-icon {
	position: relative;
	display: inline-block;
	top: -5px;
	left: 0;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}
.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.title-bar.show-for-small-only .title-bar-title {
	/* [disabled]text-indent: 50px; */
	background-image: url(../img/gtpe-logo.png);
	background-repeat: no-repeat;
	background-size: 75px 25px;
	font-size: 0.9em;
	height: 35px;
}
.orbit-bullets button {
	width: 0.6rem;
	height: 0.6rem;
	margin-top: 0.1rem;
	margin-right: 0.1rem;
	margin-left: 0.1rem;
	margin-bottom: 0.1rem;
	background-color: rgba(255,255,255,0.30);
	border-radius: 50%;
}
.title-bar-title {
	padding-left: 45px;
	height: 30px;
}
.title-bar.show-for-small-only {
	height: 40px;
}
.title-bar.show-for-small-only span {
	display: inline-block;
	height: 30px;
}
.outlined {
	/* [disabled]border: 1px solid #FFFF00; */
	position: relative;
	margin-bottom: 30px;
	display: table;
}
.outlined-red {
	/* [disabled]border: 1px solid #FF0000; */
	position: absolute;
	display: inline-block;
	padding-right: 12px;
	left: 40%;
	bottom: 7px;
}	

}
