@charset "utf-8";
$duration: 6s;
$text-color: rgba(255, 255, 255, 0.3);
/*=======================
CSS title: Pertneer's
Copywright 2011 Pertneer
written for pertneer.net

Color swatches
#fff = White
#000000 = Black
#363 = Dark green
#999 = Medium gray
#666 = Dark gray
#121212 = Very dark gray
#F00 = Luminous vivid red
#6C918F = Grayish cyan
#111111 = Very dark gray
#333333 = Very dark gray
=========================
*/

/* CSS Document */
#element_01
{
	background: url('../graphics/pertneer_gel_button_down.png') no-repeat;
	display: none;
}
li a:link {
	
	text-decoration: none; 
}
li a:visited{
	
}
li a:hover{
	
	text-decoration:none;
}
a:link {
	
	text-decoration: none; 
}
a:visited{
	
}
a:hover{
	
	text-decoration:none;
}
a.button
{
	background-color:transparent;
	background-image: url( '../graphics/btn_right.png' );
	background-repeat:no-repeat;
	background-position:top right;
	color: #fff;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
	font: normal 13px arial, sans-serif;
	height: 32px;
	margin-right: 0px;
	padding-right: 10px;
	text-decoration: none;
}
/*https://codepen.io/fazlurr/pen/qbWMRv*/
.shine, .chrome {
	font-size: 3em;
	margin: 0 auto;
	margin-bottom: 1em;
	font-weight: bold;
}

.shine {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	color: $text-color;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: $duration;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	background-image: -webkit-linear-gradient(-10deg, transparent 0%, transparent 30%, #fff 50%, transparent 60%, transparent 100%);
	-webkit-background-size: 200px;
	color: $text-color;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: $duration;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
	0%, 10% {
		background-position: -1000px;
	}
	20% {
		background-position: top left;
	}
	90% {
		background-position: top right;
	}
	100% {
		background-position: 1000px;
	}
}
a.button span
{
	background-color:transparent;
	background-image: url( '../graphics/btn.png' );
	background-repeat:no-repeat;
	display: inline-block;
	line-height: 21px;
	padding: 3px 0 8px 10px;
}

a.button span img
{
	margin-left:-5px;
	margin-top:-2px;
	padding-right:5px;
}

a.button:hover
{
	background-image: url( '../graphics/btn_hover_right.png' );
	color: #fff;
	outline: none;
}

a.button:hover span
{
	background-image:url( '../graphics/btn_hover.png');
}

a.button2
{
	background-color:transparent;
	background-image: url( '../graphics/btn_hover_right.png' );
	background-repeat:no-repeat;
	background-position:top right;
	color: #fff;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
	font: normal 13px arial, sans-serif;
	height: 32px;
	margin-right: 0px;
	padding-right: 10px;
	text-decoration: none;
}

a.button2 span
{
	background-color:transparent;
	background-image: url( '../graphics/btn_hover.png' );
	background-repeat:no-repeat;
	display: inline-block;
	line-height: 21px;
	padding: 3px 0 8px 10px;
}

a.button2 span img
{
	margin-left:-5px;
	margin-top:-2px;
	padding-right:5px;
}

a.button2:hover
{
	background-image: url( '../graphics/btn_hover_right.png' );
	color: #fff;
	outline: none;
}

a.button2:hover span
{
	background-image:url( '../graphics/btn_hover.png');
}

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url('../graphics/bfgTracks.png');
	background-attachment: fixed;
	background-color: #363;
	background-repeat: repeat-y;
}

body:before,body:after
{/*this adds the shadow at the top of the window.*/
	content: "";
	position: fixed;

	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
	z-index: 100;
}
body:before {top: -10px;}
body:after {bottom: -10px;}
.borderContol
{
	min-height:840px;
}

/* Bottom Corner Effect */
.bottom-corners:before, .bottom-corners:after
{
	background: #363;
	content: '';
	height: 50px;
	position: absolute;
	bottom: -25px;
	width: 100px;
	-webkit-box-shadow: 0px 5px 10px -7px hsla(0, 0%, 0%, .5);
	-moz-box-shadow: 0px 5px 10px -7px hsla(0, 0%, 0%, .5);
	box-shadow: 0px 5px 10px -7px hsla(0, 0%, 0%, .5);
}

.bottom-corners:after
{
	left: -50px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.bottom-corners:before
{
	right: -50px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.captions
{
	color: #999;
	border: thin solid #000;
	width: 250px;
	background-color: #363;
	box-shadow:5px 5px 6px #121212;
	border-radius:10px;
	padding:10px;
}
.captions:hover{
	color: #999;
	border: thin solid #000;
	width: 250px;
	background-color: #363;
	box-shadow:2px 2px 3px #121212;
	border-radius:10px;
	padding:10px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:url(../graphics/jeep.png), auto;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container
{
	width: 880px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #666;
	background-repeat: repeat-y;
	background-position: left;
	border: thin solid #000;
	clip: rect(auto,auto,auto,auto);
	border-radius:40px;	/*border-top-left-radius: 40px 40px;
	border-top-right-radius: 40px 40px;
	border-bottom-left-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;*/
	box-shadow:7px 7px 8px #121212;
}

.corners
{
	background-color: #666;
	background-image: url('../graphics/bfgTracks2.png');
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	max-width: 880px;
	position: relative;
	border: thin solid #000;
	width: 80%;
	-webkit-box-shadow: 0 3px 7px hsla(0, 0%, 0%, .5);
	-moz-box-shadow: 0 3px 7px hsla(0, 0%, 0%, .5);
	box-shadow: 0 3px 7px hsla(0, 0%, 0%, .5);
}

.corners .borderContol #mainContent #swap_container
{
	border: 1px solid #000;
}

/* Corner Effect */
.corners:after, .corners:before
{
	background-color: #363;
	/*background:rgba(255, 255, 255, 0.35) none repeat scroll 0% 0%;*/
	content: '';
	height: 50px;
	position: absolute;
	top: -25px;
	width: 100px;
	-webkit-box-shadow: 0 4px 5px -7px hsla(0, 0%, 0%, .5);
	-moz-box-shadow:0 4px 5px -7px hsla(0, 0%, 0%, .5);
	box-shadow: 0 4px 5px -7px hsla(0, 0%, 0%, .5);
}

.corners:after
{
	left: -50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.corners:before
{
	right: -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer
{
	padding: 0 10px 0 20px;
	font-size: 12px;
}

#footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1
{
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4), 3px 3px 5px rgba(150, 0, 0, 0.4);/* shadows on main text items*/
}

h2
{
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	text-decoration: none;
}

#header
{
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#images
{
	height: 160px;
	width: 213px;
}

#logo
{
	position: relative;
	left: 200px;
	top: 55px;
	width: 550px;
}

.navButton
{
	height:45px;
	width:171px;
	text-align:center;
	color:#999;
	padding-top: 21px;
	font: bolder 20px arial, sans-serif;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	background-image: url('../graphics/pertneer_gel_button.png');
	vertical-align: middle;
	text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.4);
}
.navbutton:link{
	
}
.navButton:visited{
	
}
.navButton:hover
{
	
	vertical-align: middle;
	background-image: url('../graphics/pertneer_gel_button_down.png');
}

#mainContent
{
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}

.mainPicture
{
	float: right;
	margin-top: 20px;
	padding: 5px;
}

.pagination
{
	/*background:#999999;*/
	text-align:center;
	background-color:#363;
	float:none;
	/*padding-left:100px;*/
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding-top: 10px;
	/*padding-right: 10px;*/
	padding-bottom: 10px;
	border-radius:10px;
}

.redLetter
{
	color: #F00;
}

#sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.swap
{
	background: #6C918F;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
}

#swap_container
{
	clear:right;
	min-height:200px;
}

#techImages
{
	height: 160px;
	width: 213px;
	float: right;
	position: relative;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
}

.transform
{
	list-style-type:circle;
	background-color:#363;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	border-radius:10px;
	border: thin solid #000;
	width: 200px;
	box-shadow:7px 7px 8px #121212;
}
.transform li{
	padding:5px;
}
.transform:hover
{
	-webkit-transform: rotate(-360deg) scale(1.25);
	-moz-transform: rotate(-360deg) scale(1.25);
	-o-transform: rotate(-360deg) scale(1.25);
	background-color:#666;
}

.wrdpress
{
	background-color:#336633;
	color: #999;
	border: thin solid #000;
	padding: 10px;
	border-radius:15px;
	box-shadow:7px 7px 8px #121212;
}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion
{
	/*border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;*/
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel
{
	margin: 0px;
	padding: 0x;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab
{
	font: bolder 20px arial, sans-serif;
	text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.4);
	background-color: #336633;
	border-radius:5px;
	border: solid 1px black;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent
{
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

/* change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab
{
	background-color: #336633;
}

.AccordionPanelContent p strong
{
	font-size: 36px;
}

/* change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover
{
	color: #111111;
	text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.2);
}

.AccordionPanelOpen .AccordionPanelTabHover
{
	color: #111111;
	text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.2);
}

/* change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab
{
	background-color: #336633;
}

/* change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab
{
	background-color: #333333;
}

#red
{
	list-style-image:url('../graphics/red.gif');
}

#grey
{
	list-style-image:url('../graphics/grey.gif');
}

#green
{
	list-style-image:url('../graphics/green.gif');
}

.contactbutton{
	height: 42px;
	width: 134px;
	display: block;
	border: none;
	margin-top: 30px;
	background: #6f6f6f;
	color: #FFF;
	padding: 0 0 6px 0;
	text-align: center;	
	cursor: pointer;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* for Safari */
	-moz-border-radius: 10px;       /* for Firefox */
	box-shadow: 1px 2px 2px 2px rgba(35,0,0,.8);
}
.contactbutton:hover{
	box-shadow: 0px 1px 1px 1px rgba(35,0,0,.7);
	color:#ddd;
}
.contactlabel {
	display: block;
	margin-bottom: 6px;
	color: #000;
	}