/*
Theme Name: gyrotonic

Description: Dedicated Wordpress theme for Company Name

*/

/*** Main ***/
@font-face {
		font-family: 'atrotissemisansregular';
		src: url('fonts/atrss-webfont.eot');
		src: url('fonts/atrss-webfontd41d.eot?#iefix') format('embedded-opentype'),
				 url('fonts/atrss-webfont.woff') format('woff'),
				 url('fonts/atrss-webfont.ttf') format('truetype'),
				 url('fonts/atrss-webfont.svg#atrotissemisansregular') format('svg');
		font-weight: normal;
		font-style: normal;

}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	margin: 0;
	background: #fffcf3;
	font-family: Verdana, sans-serif; }

.row {
	width: 840px;
	margin: 0 auto; 
}

input::-moz-focus-inner { border: 0; }

a img {
	border: none;
}
a {
	text-decoration: none;
	color: inherit; 
}
.alignleft, .fl {
	float: left !important;
	margin: 10px 20px 20px 0 !important;
}

.alignright, .fr {
	float: right !important;
	margin: 10px 0 20px 20px !important;
}

.alignnone {
	margin: 0 auto;
	display: block !important;
}

.aligncenter {
	display: block !important;
	float: none !important;
	text-align: center !important;
	clear: both !important;
	margin: 10px auto !important;
}
/*** Header ***/
.header {
	background: url(images/header-bg.gif) repeat-x #fffcf3; 
}
.header .row .logo {
		float: right;
		margin-top: 22px;
		margin-bottom: 25px; 
}

.main-nav ul {
	list-style: none;
	clear: both;
	background: #00449a;
	margin: 0;
	padding: 0;
	position: relative;
	height: 39px; 
}
.main-nav ul .current-menu-item ul,
.main-nav ul .current-menu-parent ul,
.main-nav ul .current-page-ancestor ul {
	display: inline-block;
}


.main-nav ul ul {
		background: #fff;
		position: absolute;
		top: 40px;
		left: 32px;
		height: 38px;
		display: none; 
}
.main-nav ul ul a {
		color: #333;
		font-size: 12px; 
		letter-spacing: -0.1px;
		word-spacing: -0.5px;
		padding: 0 7.5px;
}
.main-nav li {
	float: left;
	height: 100%;
	padding: 0; 
}

.main-nav a {
	display: inline-block;
	height: 100%;
	line-height: 38px;
	color: #fff;
	font-size: 17px;
	padding-left: 8px;
	padding-right: 9px;
}
.main-nav li.current-menu-item ul li a{
	color: #333;
}
.main-nav li.current-menu-item ul li a:hover, .main-nav li.current-menu-item ul .current-menu-item a{
	color: #00449a;

}
.main-nav a:hover,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-parent > a,
.main-nav .sub-menu > li.current-menu-item > a {
	color: #00449a;
	background-color: #fff;
}


.main-nav > ul > li:first-child a {
	padding-left: 17px; }

.main-nav .gyro {
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0.4px;
	padding-right: 9px;
}
.main-nav .gyro:after {
	top: -16px;
	right: 2px;
}

.gyro {
	padding-right: 18px;
	font-family: 'New Times Roman', serif;
	text-transform: uppercase;
	position: relative; }

.gyro:after {
	content: '®';
	font-size: 10px;
	vertical-align: top;
	position: absolute;
	top: -5px;
	right: 11px; }

.contact-info .gyro {
	padding-right: 5px; }

.contact-info .gyro {
	font-size: 13px; 
}

.contact-info .gyro:after {
	font-size: 7px;
	top: 2px;
	right: -1px; }
.ie .contact-info .gyro:after {
	top: 0;
}

.contact-info {
	background: #fff;
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 39px; 
	letter-spacing: -0.25px;
}
	.contact-info ul {
		margin: 0;
		margin-top: 8px;
		padding: 0;
	}

		.contact-info li:first-child:after {
			top:7px;
		}

/*** Content ***/
.content .row{
	width: 760px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	background:  #fff;
	font-size: 12px;
	line-height:  1.8;
}
.content .sidebar {
	margin-top: 26px;
}
.footer .main {
	width: 535px;
}
.main {
	width: 495px;
	float: left;
}
.sidebar {
	float: right;
	width: 225px;
}

.content .gyro, .footer .gyro {
	padding-right: 6px;
	font-family: 'New Times Roman', serif;
	text-transform: uppercase;
	position: relative; 
	font-weight: 700;
}
.content .gyro:after, .footer .gyro:after {
	content: '®';
	font-size: 7px;
	vertical-align: top;
	position: absolute;
	top: -1px;
	right: 1px; 
}
.ie .content .gyro:after, .footer .gyro:after {
	top: -3px;
	}
.content h1 .gyro {
	padding-right: 18px;
	font-size: 36px;
}
.content h1 .gyro:after {
	font-size: 20px;
}
.footer .gyro {
	line-height: 14px;
}
.content h1 {
	font-size: 36px;
	color: #00459b;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.content h2 {
	font-size: 21px;
	letter-spacing: -0.5px;
	font-weight: 400;
	margin: 2px 5px 0 0;
}
.post-title h2 {
	margin-top: -2px;
}
.post-title {
	padding-bottom: 18px;
	border-bottom: 1px solid #00459b;
	font-family: atrotissemisansregular, sans-serif;
	line-height: 1.5;
}
.content h3, .content h4, .content h5 {
	font-family: atrotissemisansregular, sans-serif;
}
.content p {
	margin-top: 20px;
}
.content a {
	text-decoration: underline;
}
.sidebar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar li {
	margin-bottom: 1px;
}
.sidebar ul a {
	padding: 7px 12px;
	display: block;
	width: 201px;
	text-decoration: none;
	background: #00449a;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
}
.sidebar ul a:hover, .sidebar .current-menu-item a {
	background: #ffc20f;
	color: #00449a;
}
.footer .sidebar .widget_nav_menu ul {
	margin-bottom: 0;
}
.footer .sidebar .widget_nav_menu ul a {
	display: inline;
	padding: 0;
	width: auto;
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: normal;
}

.footer .sidebar .widget_nav_menu ul a:hover {
	color: #ffc300;
}

.content .col1 {
	width: 310px;
	float: left;
}
.content .col2 {
	width: 160px;
	float: right;
}
.content img {
	margin-bottom: 20px;
}
.main img {
	margin: 23px 0 0;
}
.banner-section {
	margin-top: 35px;
}
/*** Footer ***/
.footer .row {
	width: 760px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 38px;
	padding-bottom: 35px;
	background: #00449a;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}

.footer .widget-container {
	float: left;
	width: 225px;
	margin-right: 42px;
}

.footer .widget-title, .footer h3 {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	margin: 0;
	line-height: normal;
}
.footer ul > li:first-child {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	margin: 0;
	line-height: normal;
}
.footer ul > li:first-child a {
	text-decoration: none;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 33px;
}

.footer a {
	text-decoration: underline;
}
.footer p {
	margin-top: 5px;
	margin-bottom: 21px;
}

.copy {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	line-height: normal;
}
.copy p {
	margin-bottom: 15px;
}
.copy a {
	font-weight: 700;
}

#map-canvas {
	margin-top: 44px;
	width: 225px;
	height: 175px;
}
#map-wrapper1 {
	width: 100%;
	height: 100%;
}
.footer a:hover {
	color: #ffc300;
}

.orange .contact-info li, .home-orange .contact-info li, .contact-info li {
	font-size: 12px;
	display: inline;
	position: relative;
	margin-right: 6px;
}
.orange	.contact-info li:after, .home-orange .contact-info li:after, .contact-info li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 6px;
	right: -8px; 
}
.contact-info li:after {
	background: #ffc140;
}
.orange	.contact-info li:after, .home-orange .contact-info li:after {
	background: #ff9933;
}

.contact-info li:last-child:after, .orange	.contact-info li:last-child:after, .home-orange .contact-info li:last-child:after {
	display: none; 
}
.contact-info li.last-child:after, .orange	.contact-info li.last-child:after, .home-orange .contact-info li.last-child:after {
	display: none; 
}

.orange .header, .home-orange .header {
	background: url(images/header-bg-orange.gif) repeat-x #fffcf3; 
}
.orange .content h1, .home-orange .content h1 {
	color: #ff9933;
}
.orange .post-title, .home-orange .post-title {
	border-bottom: 1px solid #ff9933;
}
.orange .main-nav li.current-menu-item ul li a, .home-orange .main-nav li.current-menu-item ul li a {
color: #333;
}
.orange .main-nav li.current-menu-item ul li a:hover, .orange .main-nav li.current-menu-item ul .current-menu-item a,
.home-orange .main-nav li.current-menu-item ul li a:hover, .home-orange .main-nav li.current-menu-item ul .current-menu-item a
 {
	color: #0d468b;
}
.sub-menu .gyro {
	display: inline-block;
}
.sub-menu .gyro:after {
	top: -4px;
}

.col-left,
.col-right {
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 28px;
}
.col-left {
	width: 158px;
}
.cf {
	position: relative;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cf span.wpcf7-not-valid-tip {
	position: absolute;
	display: block;
	left: 100%;
	top: 50%;
	margin-top: -16px;
	padding: .2em .8em;
	min-width: 210px;
	min-width: 330px;
	background-color: #f00;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}
.cf span.wpcf7-not-valid-tip:before {
	content: '';
	position: absolute;
	display: block;
	left: -6px;
	top: 50%;
	margin-top: -6px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 6px solid #f00; 
}
.wpcf7 label.error {
	position: absolute;
	display: block;
	left: 100%;
	top: 50%;
	margin-top: -16px;
	padding: .2em .8em;
	min-width: 210px;
	min-width: 330px;
	background-color: #f00;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}
.wpcf7 label.error:before {
	content: '';
	position: absolute;
	display: block;
	left: -6px;
	top: 50%;
	margin-top: -6px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 6px solid #f00; 
}
.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
	display: inline-block;
	width: 66px;
}
.wpcf7 input[type=number]::-webkit-inner-spin-button, 
.wpcf7 input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.wpcf7 span.wpcf7-form-control-wrap {
	position: static;
}
.wpcf7 .wpcf7-form-control-wrap[class*="menu-"] {
	
}
.wpcf7 .wpcf7-form-control-wrap[class*="menu-"] + .wpcf7-form-control-wrap[class*="menu-"] {
	
}
.wpcf7 .wpcf7-form-control-wrap[class*="menu-"] + .wpcf7-form-control-wrap[class*="menu-"] [name*="menu-"] {
	width: 98px;
	background-position: 76px 5px;
}
.wpcf7 [name*="menu-"],
.wpcf7 [name*="text-"],
.wpcf7 [name*="tel-"],
.wpcf7 [name*="email-"],
.wpcf7 [name*="checkmail_checkmail-"],
.wpcf7 [name*="number-"] {
	background-color: #deecff;
	color: #333;
	font-family: "Verdana";
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	border: none;
	margin: 0;
	-webkit-appearance: none;
}
.wpcf7 [name*="menu-"] {
	width: 112px;
	border-radius: 0;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 90px 5px;
	margin-right: 14px;
}
.wpcf7 [name*="text-"],
.wpcf7 [name*="tel-"],
.wpcf7 [name*="email-"],
.wpcf7 [name*="checkmail_checkmail-"] {
	width: 270px;
}
.wpcf7 [name*="number-"] {
	width: 68px;
	margin-right: 8px;
}
.wpcf7 .wpcf7-submit {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-family: atrotissemisansregular, sans-serif;
	background-color: #00419b;
	padding-left: 8px;
	padding-right: 28px;
	padding-bottom: 0;
	text-align: left;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	background-image: url(images/submit-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	float: right;
}
.wpcf7 div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	position: absolute;
	left: -999em;
	top: -999em;
}