*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html, body {
    padding: 0;
    margin: 0;
	color: #CCC;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
}
body {
	background-image: url(http://detmechanix.com/images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    overflow: auto;
}
a:link {
	color: #8f0225;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8f0225;
}
a:hover {
	text-decoration: underline;
	color: #8f0225;
}
a:active {
	text-decoration: none;
}

#zebra tr:nth-of-type(odd) {
	background-color:rgba(255, 255, 255, 0.1);
}
#zebra tr:nth-of-type(even) {
	background-color:rgba(255, 255, 255, 0.2);
}
#zebra a:link {
	color: #ccc;
	text-decoration: none;
}
#zebra a:visited {
	text-decoration: none;
	color: #ccc;
}
#zebra a:hover {
	text-decoration: none;
	color: #fff;
}
#zebra a:active {
	text-decoration: none;
}
.footer {
	font-size: 12px;
	color: #666;
}
.footer a:link {
	color: #666;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	text-decoration: none;
	color: #fff;
}
.footer a:active {
	text-decoration: none;
}

.roster {
	font-size: 14px;
}
.roster a:link {
	color: #ccc;
	text-decoration: none;
}
.roster a:visited {
	text-decoration: none;
	color: #ccc;
}
.roster a:hover {
	text-decoration: none;
	color: #fff;
}
.roster a:active {
	text-decoration: none;
}
.title {
	font-size:20px;
	background: -webkit-linear-gradient(#d80033, #940023);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #940023;
	font-weight:bold;
}
.port {
	font-size:12px;
	color:#0083ff;
}
.center { 
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -262px;
  margin-left: -250px;
}
/* img fade */
.fade img { 
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.fade1, .fade:hover .fade2 {
	-webkit-opacity: 1;
	-moz-opacity: 1; opacity: 1;
}
.fade:hover .fade1, .fade2 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
/* contact */
#contact-area {
	width: 620px;
	margin-top: 20px;
}


#contact-area input, #contact-area textarea, select {
	padding: 5px;
	width: 520px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color:#CCC;
	margin: 0px 0px 10px 0px;
	border: 1px solid #0b0b0b;
	background:#191a1b;
}

#contact-area textarea {
	height: 200px;
}

#contact-area textarea:focus, select:focus, #contact-area input:focus {
	border: 1px solid #8f0225;
	outline:none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin: 0px 3px 0px 0px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 80px;
	padding-top: 5px;
	font-size: 16px;
}
/* transitions */
.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    width: 200px;
    z-index: 999999;
    left: 50%;
    margin-top: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt-trigger {
    border: none;
    margin: 0px 0 0px;
    padding: 0 0px;
    line-height: 0px;
    height: 26px;
    width: 52px;
    cursor: pointer;
    display: block;

}
/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}
.pt-page-1 {
}

.pt-page-2 {
}

.pt-page-3 {
}
/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px;
}

.no-cssanimations .pt-message {
    display: block;
}