/*
 * Project:   MAXTempo
 * Date:      2012-06-27
/* ---------------------------------------- */
* { margin: 0; padding: 0; }

html { overflow-y: scroll; }

body { background: #e2e2e2; font-size: 10px; }
body > iframe{display:none;}

body, textarea, input, select, option, button { color: #191919; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.57142857142857142857; }

li, dt, dd, p, figure, th, td, caption, pre { font-size: 14px; }

blockquote, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 20px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

.cf:before,.cf:after{content:"";display:block;}
.cf:after{clear:both;}
.cf{zoom:1;}

/* defaults ------ */
label { cursor: pointer; }

textarea { overflow: auto; resize: vertical; }

button { overflow: visible; padding: 0 10px; cursor: pointer; }

button::-moz-focus-inner { padding: 0; border: none; }

table { display: table; border-collapse: collapse; border-spacing: 0; }

th, td { padding: 5px 10px; }

h1, h2, h3, h4, h5, h6 { font: normal 10px/1.2 "league-gothic", Impact, Helvetica Neue, Helvetica, Arial, sans-serif; }

h1 { font-size: 35px; text-transform: uppercase; line-height: 1; }

h2 { font-size: 26px; color: #28166f; text-transform: uppercase; line-height: .84615384615384615384; margin: 0 0 10px; }

h3 { font: bold 16px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; color: #191919; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

h6 { font-size: 10px; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ul ol, ol ul, ol ol, dd ul, dd ol, blockquote ul, blockquote ol { margin-bottom: 0; }

:root ul { padding: 0; list-style: none; counter-reset: ul; }
:root ul li { position: relative; padding-left: 20px; }
:root ul li:before { position: absolute; left: 0; top: 0; content: counter(ul, square); counter-increment: ul; color: #9b0040; }

:root ol { padding: 0; list-style: none; counter-reset: ol; }
:root ol li { position: relative; padding-left: 20px; }
:root ol li:before { position: absolute; left: 0; top: -3px; content: counter(ol) "."; counter-increment: ol; color: #9b0040; font-size: 16px; font-weight: bold; }

a { color: #28166f; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }
a span { cursor: pointer; }

a.more { font: 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; }
a.more:after { content: " >"; }
#leadins a{
   color: #fff;	
}
#slideshow div.items article h2{
   line-height: 0.92em;	
}
#slideshow{
   background-image: url('/images/home-banner4.jpg') !important;	
}
img { max-width: 100%; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

hr { width: 100%; border: none; border-top: 1px dotted #5a7876; color: #5a7876; height: 0; margin: 30px 0; }

#bar p{float:right;}

#slideshow article a{margin-left: 20px; width:328px;}
#leadins{margin:auto;}
.copyrights{
   text-align:center !important;
   font-size: 12px !important;
}

.req {background: url(/images/req.svg) 0 1px no-repeat;padding-left: 43px; margin-left: 5px; display: inline;} 

/* mobile -------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }
/* helpers ------- */
.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

.skips, .skips ul { position: absolute; position: fixed; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; margin: -30px 0 0; padding: 0; text-align: center; }
.skips li, .skips ul li { position: absolute; left: 0; top: 0; width: 100%; font: bold 5em/1 Calibri, Myriad Pro, Arial, Helvetica Neue, Helvetica, sans-serif; }
:root .skips li:before, :root .skips ul li:before { display: none; }
.skips li a, .skips ul li a { display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255, 255, 255, 0.7); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; background: #333; background: rgba(0, 0, 0, 0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
.skips li a:focus, .skips li a:active, .skips ul li a:focus, .skips ul li a:active { position: relative; left: 0; }

/* layout (default mobile)-------- */
.wrap-a { position: relative; width: 290px; margin: 0 auto; }
.wrap-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }

#top { background: #000; padding: 0 0 58px; }
#top .logo a { display: block; width: 171px; height: 148px; background: url('/images/logo-screen-b.png') no-repeat; text-indent: 100%; white-space: nowrap;margin: auto; overflow: hidden; }
#top .logo a img { display: none; }
#top .contact { display: none; }

#nav ul { display: none; }
#nav .tinynav { display: block; }

html.js .select-a { display: block; position: relative; width: 100%; height: 45px; background: white url('../images/general/select-arrow-a.png?1341343352') 100% 0 no-repeat; line-height: 45px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html.js .select-a span { display: block; position: absolute; left: 20px; top: 0; bottom: 0; right: 75px; overflow: hidden; height: 100%; font: bold 18px/45px "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; color: #007cc3; text-overflow: ellipsis; white-space: nowrap; }
html.js .select-a select { position: relative; z-index: 2; float: left; width: 100%; height: 100%; border: none; opacity: 0; filter: alpha(opacity=0); }

.secure-page-jumper span.select-a {width:96%;}

#content { background: url(/images/bg_content-top.jpg) #b0b4b6 repeat-x; /*background: #FAFEFF;*/}
#content .content-wrapper{margin:0px;padding: 20px 0 0px;background: url(/images/bg_content-bottom.jpg) left bottom repeat-x;}
	#content .wrap-a{margin-bottom:0px;padding-bottom:20px;}

.breadcrumbs { margin: 0 0 25px; font: 12px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: right; color: #5a7877; }
.breadcrumbs a, .breadcrumbs span { color: #191919; }

.alignleft, .alignright { margin: 0 0 15px; }
.alignleft img, .alignright img { width: 100%; display: block; }

.box-a, .quote-a blockquote, .faq-a .answer, .comments-a article { position: relative; background: #EDF4F8; padding: 20px 23px; margin-top: 30px; margin-bottom: 20px; }
.box-a:before, .quote-a blockquote:before, .faq-a .answer:before, .comments-a article:before { position: absolute; left: 23px; top: -28px; width: 33px; height: 28px; content: ""; background: url('../images/general/arrow-top-a.png?1340954731') no-repeat; }
.box-a p, .quote-a blockquote p, .faq-a .answer p, .comments-a article p { margin: 0; }

div.sidebar .box-a:before {background:none;}

.mesh-a, .news-a figure, .services-a figure, figure.video a, .related-a article figure, .articles-a article figure { position: relative; display: block; }
.mesh-a:before, .news-a figure:before, .services-a figure:before, figure.video a:before, .related-a article figure:before, .articles-a article figure:before { position: absolute; z-index: 50; left: 0; top: 0; right: 0; bottom: 0; content: "";/* background: url('../images/mesh-a.png?1341221518'); */ -webkit-transition: 0.2s opacity; -moz-transition: 0.2s opacity; -ms-transition: 0.2s opacity; -o-transition: 0.2s opacity; transition: 0.2s opacity; }
.mesh-a:hover:before, .news-a figure:hover:before, .services-a figure:hover:before, figure.video a:hover:before, .related-a article figure:hover:before, .articles-a article figure:hover:before { opacity: 0; }
.mesh-a img, .news-a figure img, .services-a figure img, figure.video a img, .related-a article figure img, .articles-a article figure img { display: block; }

/* quote with image */
.quote-a figure { width: 100%; }
.quote-a figure img { width: 100%; display: block; margin: 0 0 35px; }
.quote-a blockquote h2 { color: #5a7876; font-size: 24px; margin: 0 0 10px; }
.quote-a blockquote p { margin: 0; }

/* news listing */
.news-a article, .services-a article { margin: 0 0 30px; border-bottom: 1px dotted #5a7876; padding: 0 0 15px; }
.news-a figure, .services-a figure { margin: 0 0 15px; }
.news-a figure img, .services-a figure img { width: 100%; }
.news-a h3, .services-a h3 { margin-bottom: 0; }
.news-a h3 a, .services-a h3 a { color: #191919; }

/* FAQ module */
.faq-a li > a { color: #191919; }
.faq-a a.active { color: #9b0040; font-weight: bold; }
html.js .faq-a .answer { display: none; }

/* generic video thumbnail */
figure.video a { position: relative; display: block; }
figure.video a:after { position: absolute; z-index: 100; left: 50%; top: 50%; width: 65px; height: 64px; margin: -32px 0 0 -32px; content: ""; background: url('../images/general/play-a.png?1340955898') no-repeat; }
figure.video a:before { opacity: 0; position: absolute; left: 0; top: 0; bottom: 0; right: 0; content: ""; background: #191919; background: rgba(0, 0, 0, 0.5); -webkit-transition: 0.2s opacity; -moz-transition: 0.2s opacity; -ms-transition: 0.2s opacity; -o-transition: 0.2s opacity; transition: 0.2s opacity; }
figure.video a:hover:before { opacity: 1; }
figure.video a figcaption { display: none; }
figure.video img { display: block; width: 100%; }

/* video module */
.video-a figure { margin: 0 0 10px; }
.video-a h3 { margin: 0; }
.video-a h4 { font: italic 1.4em/1.25 georgia, serif; }
.video-a blockquote { padding: 0; }

/* generic form */
em.required { font-style: normal; color: #3C1FAD; }

.button-a, .services-b li a,#catshopbuy, .productSubmitInput { background: #28166f; height: 30px; line-height: 30px; border: 1px solid #28166f; font-size: 13px; color: #fff; padding: 0 20px; -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset; -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset; text-align: center; }
.button-a:hover,.services-b li a:hover, .button-a:focus, .services-b li a:focus, .button-a:active, .services-b li a:active, #catshopbuy:hover, .productSubmitInput:hover { background: #007cc3; border-color: #007cc3; text-decoration: none; }

#catshopbuy {float:right;}

a.button-a, .services-b li a, span.button-a,#catshopbuy { display: inline-block; height: 28px; line-height: 28px; }

.form-a label { display: block; color: #5a7876; font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.form-a em { font-style: normal; color: #9b0040; }
.form-a input[type=text], .form-a input[type=password], .form-a input[type=number], .form-a input[type=email] { width: 100%; padding: 0 10px; height: 30px; line-height: 30px; border: 1px solid #c4d1c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-a textarea { width: 100%; padding: 5px 10px; border: 1px solid #c4d1c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html* .form-a input[type=text], html* .form-a input[type=password], html* .form-a input[type=number], html* .form-a input[type=email], html* .form-a textarea { padding: 0; }

.sidebar { display: none; }
.sidebar nav { margin: 0 0 45px; }
.sidebar nav h3 { margin: 0; padding: 0 0 10px; border-bottom: 1px dotted #5a7876; }
.sidebar nav ul { padding: 0; margin: 0; list-style: none; }
.sidebar nav ul li { border-bottom: 1px dotted #28166f; font: 13px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; padding: 0; }
.sidebar nav ul li:before { display: none; }
.sidebar nav ul li a { display: block; padding: 10px 0; color: #191919; }
.sidebar nav ul li a:hover, .sidebar nav ul li a:focus, .sidebar nav ul li a:active { color: #5a7876; text-decoration: none; }
.sidebar nav ul li.selected > a { color: #28166f; }
.sidebar nav ul li ul li { border-bottom: none; border-top: 1px dotted #5a7876; padding-left: 20px; }

/* generic box with related content, videos, articles etc. */
.related-a article, .articles-a article { background: #000; margin: 0 0 5px; }
.related-a article header, .articles-a article header { padding: 10px 15px 0; }
.related-a article header h3, .articles-a article header h3 { color: #5a7876; margin: 0; font-size: 14px; min-height: 2.4em; }
.related-a article header h3 span, .articles-a article header h3 span { font: 12px/1 georgia, serif; }
.related-a article header h3 a, .articles-a article header h3 a { display: block; color: #fff; }
html.js .related-a article header h3 a, html.js .articles-a article header h3 a { height: 2.4em; overflow: hidden; }
.related-a article header p, .articles-a article header p { font-size: 12px; margin: 0 0 5px; line-height: 20px; }
.related-a article figure, .articles-a article figure { position: relative; width: 100%; }
.related-a article figure a, .articles-a article figure a { display: block; }
.related-a article figure img, .articles-a article figure img { width: 100%; }
.related-a article figure figcaption, .articles-a article figure figcaption { opacity: 0; position: absolute; z-index: 150; left: 0; top: 0; right: 0; bottom: 0; background: #191919; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 10px; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }
.related-a article figure a:hover figcaption, .articles-a article figure a:hover figcaption { opacity: 1; }
.related-a article footer, .articles-a article footer { padding: 0 10px; }
.related-a article footer p, .articles-a article footer p { font: bold 11px/2 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #e2e2e2; margin: 0; }
.related-a article footer p a, .articles-a article footer p a { color: #e2e2e2; }

html* .related-a article figure figcaption, html* .articles-a article figure figcaption { display: none; }

html* .related-a article figure a:hover figcaption, html* .articles-a article figure a:hover figcaption { display: block; text-decoration: none; }

#subscribe-a { background: #007cc3; padding: 12px 0; }
#subscribe-a h3 + p { display: none; margin: 0; color: #fff; }
#subscribe-a h3{color: #fff;text-align:center;font-size:24px;margin:0;}
#subscribe-a form { width: 100%; }
#subscribe-a form:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
#subscribe-a p { position: relative; }
#subscribe-a label { position: absolute; left: 10px; top: 0; font: 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5a7876; }
#subscribe-a input { height: 30px; width: 100%; border: none; padding: 0 10px; background: #fff; color: #5a7876; font: 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#subscribe-a p.email { float: left; width: 70%; margin: 0; }
#subscribe-a p.submit { float: right; width: 28%; margin: 0; }
#subscribe-a p.submit button { width: 100%; padding: 0; text-align: center; }

html* #subscribe-a input { padding: 0; }

#secondary-a { background: #000; color: #fff; padding: 10px 0; border-top: 1px solid #fff; }

/* latest tweets listing */
.tweets-a h3 { margin: 0 0 10px; }
.tweets-a ul { padding: 0; list-style: none; }
.tweets-a ul li { padding: 10px 0 0; margin: 0 0 10px; border-top: 1px dotted #5a7876; }
.tweets-a ul li:before { display: none; }
.tweets-a p { padding: 10px 0 0; border-top: 1px dotted #5a7876; font: 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; }

#secondary-a .tweets-a h3 { color: #fff; margin: 0; font-size: 14px; }
#secondary-a .tweets-a a { color: #fff; font-weight: bold; }
#secondary-a .tweets-a li, #secondary-a .tweets-a p { border-color: #e2e2e2; }
#secondary-a .tweets-a ul li:first-child { border-top: none; padding-top: 0; }

/* social icons in the footer section */
.social-a ul { margin: 0; padding: 0; list-style: none; }
.social-a ul li { display: inline; padding: 0; margin-right: 3px; white-space: nowrap; }
.social-a ul li:before { display: none; }
.social-a ul span { display: none; }

#footer { background: #007cc3; }
#footer p { margin-bottom: 0; color: #fff; text-align: right; font: 11px/3 "Helvetica Neue", Helvetica, Arial, sans-serif; }
#footer span { margin: 0 5px; }
#footer a { color: #fff; }

/* Footer Navigation */
#footernav{padding:10px 0px;}
	#footernav > ul{margin:0px;padding:0px;list-style:none;}
		#footernav > ul > li{position:relative;padding:0px;}
			#footernav > ul > li > a{text-transform: uppercase;font: bold 13px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;color: #FFF;}
			#footernav > ul > li.hidden > a{visibility:hidden;}
			#footernav > ul > li > a:hover{text-decoration:none;}
			#footernav > ul > li > ul{margin:5px 0px 0px;padding:0px;list-style:none;}
				#footernav > ul > li > ul > li{position:relative;padding:0px;}
					#footernav > ul > li > ul > li > a{color: #bbb;}
					#footernav > ul > li > ul > li > a:hover{text-decoration:none;color:#fff;}

/* Articles page
/* ---------------------------------------- */
.articles-a article { margin: 0 0 30px; }

.pagination-a { text-align: right; font: 13px/3 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5a7876; border-top: 1px dotted #5a7876; margin: 0 0 15px; }
.pagination-a a { color: #5a7876; }
.pagination-a span { color: #9b0040; }

#fb-root { display: none; }

article.page header { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #5a7876; }
article.page header p.date { font: bold 16px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #191919; margin: 0 0 10px; padding: 15px 0 0; border-top: 1px dotted #5a7876; }
article.page header div.social:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
article.page header div.social > div { display: inline-block; margin: 0 10px 0 0; vertical-align: top; }
article.page header div.social > div.print a, .bc-print.print a { font: 12px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; }
article.page header div.social > div.print a:before, .bc-print.print a:before { display: inline-block; content: ""; margin: 0 5px 0 0; width: 16px; height: 18px; background: url('../images/general/print.png?1341230866') no-repeat; vertical-align: top; }

html* article.page header div.social > div { display: inline; }

/* Blog
/* ---------------------------------------- */
article.post { width: 100%; }
article.post:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
article.post header { position: relative; margin: 0 0 20px; padding: 0 80px 0 0; }
article.post header h2 { clear: both; margin: 0; color: #9b0040; }
article.post header p { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
article.post header time { float: left; margin: 0 0 10px; background: #191919; height: 25px; color: #fafae4; font: 18px/25px "league-gothic", Impact, Helvetica Neue, Helvetica, Arial, sans-serif; text-transform: uppercase; padding: 0 5px; }

.comments-a { margin: 0 0 30px; }
.comments-a h2 { font: 14px/1.25 georgia, serif; color: #191919; text-transform: none; margin: 0 0 15px; }
.comments-a h2 span { color: #9b0040; font-size: 38px; font-weight: normal; }
.comments-a article { margin-top: 0; }
.comments-a article h3 { font: 26px/1.25 "league-gothic", Impact, Helvetica Neue, Helvetica, Arial, sans-serif; color: #5a7876; margin: 0 0 10px; }
.comments-a article:before { display: none; }

/* Video page
/* ---------------------------------------- */
.video-wrap { margin: 0 0 15px; }

.services-a figure { margin: 0 0 10px; }

/* Calendar
/* ---------------------------------------- */
p.sfcalendar-widget-nav { position: relative; background: #191919; font: bold 14px/34px "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; height: 35px; margin: 0; text-align: center; border: 1px solid #cecece; border-bottom: none; }
p.sfcalendar-widget-nav a { color: #fff; }
p.sfcalendar-widget-nav a.prev, p.sfcalendar-widget-nav a.next { position: absolute; top: 50%; margin-top: -5px; width: 6px; height: 10px; text-indent: -999em; overflow: hidden; }
p.sfcalendar-widget-nav a.prev { left: 10px; background: url('../images/general/arrow-left-c.png?1341305703') no-repeat; }
p.sfcalendar-widget-nav a.next { right: 10px; background: url('../images/general/arrow-right-c.png?1341305680') no-repeat; }

div.sfcalendar-widget-cal { margin: 0 0 30px; border: 1px solid #cecece; border-top: none; }
div.sfcalendar-widget-cal table { width: 100%; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
div.sfcalendar-widget-cal table td, div.sfcalendar-widget-cal table th { padding: 0; border: none; text-align: center; }
div.sfcalendar-widget-cal table thead th { font-size: 12px; line-height: 2; text-transform: uppercase; color: #666; font-weight: normal; background: #f6f6f6; border-bottom: 1px solid #d1d1d1; }
div.sfcalendar-widget-cal table tbody td { width: 29px; height: 29px; line-height: 29px; font-size: 12px; font-weight: bold; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #f1f1f1; text-shadow: #fff 0 1px 0; }
div.sfcalendar-widget-cal table tbody td.inactive { background: #f7f7f7; color: #b4b3b3; }
div.sfcalendar-widget-cal table tbody td.col7 { border-right: none; }
div.sfcalendar-widget-cal table tbody td a { display: block; width: 100%; height: 100%; line-height: 29px; text-align: center; color: #666; }
div.sfcalendar-widget-cal table tbody td a.event { background: #d8dfdb; }
div.sfcalendar-widget-cal table tbody td a.selected { background: #9b0040; color: #fff; text-shadow: #333 0 1px 0; text-decoration: none; }
div.sfcalendar-widget-cal table tbody td a:hover, div.sfcalendar-widget-cal table tbody td a:focus, div.sfcalendar-widget-cal table tbody td a:active { background: #9b0040; color: #fff; text-shadow: #333 0 1px 0; text-decoration: none; }
div.sfcalendar-widget-cal table tbody tr:last-child td, div.sfcalendar-widget-cal table tbody tr.last-child td { border-bottom: none; }

.sfcalendar-widget-pagination, .sfcalendar-widget-period { display: none; }

.events-a .data { display: none; }
.events-a .item { border-bottom: 1px dotted #5a7876; margin: 0 0 25px; }
.events-a .item:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
.events-a .item h2 { margin: 0 0 5px; color: #9b0040; }
.events-a .item p.datetime { margin: 0 0 25px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.events-a .item figure { margin-right: 25px; }

/* Home page
/* ---------------------------------------- */

#slideshow { position: relative; background: #fff; }
#slideshow div.items { position: relative; z-index: 100; }
#slideshow div.items article { position: relative; z-index: 125; }
#slideshow div.items article a { display: block; padding: 50px 205px 0 0; }
html.js #slideshow div.items article a { height: 112px; }
#slideshow div.items article a:hover, #slideshow div.items article a:focus, #slideshow div.items article a:active { text-decoration: none; }
#slideshow div.items article h2 { position: relative; z-index: 100; color: #ffffff; font-size: 25px; }
#slideshow div.items article p { position: relative; z-index: 100; display: none; color: #191919; }
#slideshow div.items article figure { position: absolute; z-index: 50; right: 0; bottom: 0; left: 0; top: 0; }
#slideshow div.items article figure img { position: absolute; bottom: 0; right: 0; width: 100%; display:none;}
#slideshow div.items article .button-a, #slideshow div.items article .services-b li a, .services-b li #slideshow div.items article a,.products-a li a { font-size: 16px; }
#slideshow ul.nav { position: absolute; width: 290px; left: 50%; margin-left: -145px; bottom: 0; z-index: 150; padding: 0; list-style: none; }
#slideshow ul.nav li { float: left; margin: 0 5px 0 0; }
#slideshow ul.nav a { display: block; width: 9px; height: 9px; background: #5a7876; border: 1px solid #85adaa; text-indent: -100px; overflow: hidden; }
#slideshow ul.nav a.active, #slideshow ul.nav a:hover { background: #9b0040; border-color: #9b0040; -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
#slideshow ul.np { display: none; position: absolute; z-index: 50; left: 0; right: 0; top: 50%; margin-top: -42px; padding: 0; list-style: none; }
#slideshow ul.np li.prev, #slideshow ul.np li.next { position: absolute; width: 41px; height: 83px; }
#slideshow ul.np li.prev a, #slideshow ul.np li.next a { display: block; width: 100%; height: 100%; white-space: nowrap; text-indent: 100%; overflow: hidden; }
#slideshow ul.np li.prev { left: 0; }
#slideshow ul.np li.prev a { background: url('../images/general/slideshow-nav-left.png?1341313116'); }
#slideshow ul.np li.prev a:hover { background: url('../images/general/slideshow-nav-left_hover.png?1341313138'); }
#slideshow ul.np li.next { right: 0; }
#slideshow ul.np li.next a { background: url('../images/general/slideshow-nav-right.png?1341313170'); }
#slideshow ul.np li.next a:hover { background: url('../images/general/slideshow-nav-right_hover.png?1341313193'); }

html.js #slideshow, html.js #slideshow div.items { position: relative; height: 162px; overflow: hidden; }
html.js #slideshow div.items article { position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
html.js #slideshow div.wrap { position: absolute; bottom: 0; left: 0; width: 10000px; }
html.js #slideshow figure { float: left; width: 290px; }
html.js #slideshow figure img { display: block; }

:root #slideshow li { padding: 0; }
:root #slideshow li:before { display: none; }

.services-b ul { padding: 0; width: 100%; list-style: none; }
.services-b ul:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
.services-b li { padding: 0; margin: 0 0 12px; }
.services-b li:before { display: none; }
.services-b li a { display: block; text-align: center; font-size: 16px; height: 35px; line-height: 35px; }
.services-b li img { display: none; }

:root .services-b li { padding: 0; }


#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
 #fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(../images/fancybox/fancybox.png); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; margin-bottom: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
html* #fancybox-content > div { margin-bottom: 0; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url(../images/fancybox/fancybox.png) -40px 0px; cursor: pointer; z-index: 1111; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(../images/fancybox/blank.gif); z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url(../images/fancybox/fancybox.png); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url(../images/fancybox/fancybox.png); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto; right: 20px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url(../images/fancybox/fancybox-x.png); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url(../images/fancybox/fancybox.png); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(../images/fancybox/fancybox-y.png); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(../images/fancybox/fancybox.png); background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(../images/fancybox/fancybox-x.png); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(../images/fancybox/fancybox.png); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(../images/fancybox/fancybox-y.png); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url(../images/fancybox/fancybox.png); background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url(../images/fancybox/fancy_title_over.png); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(../images/fancybox/fancybox-x.png) 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }






.resources-a { width: 100%; }
.resources-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
.resources-a > header { margin: 0 0 30px; padding: 10px 0; position: relative; border-top: 1px dotted #5a7876; border-bottom: 1px dotted #5a7876; overflow: hidden; }
.resources-a > header:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
.resources-a > header h2 { display: none; float: left; margin: 0; line-height: 30px; }
.resources-a > header p { margin: 0; }
.resources-a div.related-a, .resources-a div.articles-a { display: none; }
.resources-a header + div.related-a, .resources-a header + div.articles-a { margin-left: 0; display: block; }


/* ecom */

 /*top Bar */
  #bar { height: 10px; margin: 0; background:#000; color: #fff; line-height: 45px; }
 
   #bar p { float: left; margin: 0; font-weight: 300; }
    #bar p strong {  font-weight: 700; }
   #bar ul { float: right; list-style: none; margin: 0; padding: 0; }
    #bar ul li { position: relative; float: left; }
    #bar ul li ~ li { margin-left: 25px; }
     #bar ul li:before { display: none; }
     #bar ul li ~ li:before { display: block; position: absolute; left: -7px; top: 0; content: '/'; width: auto; height: auto; margin: 0; background: none; }
    #bar ul li.button { margin-left: 15px; }
    #bar ul li.button a {color:#333333;}
     #bar ul li.button:before { display: none; }
     #bar ul li a { color: #fff !important; }
     #bar ul li a:hover, #bar ul li a:focus, #bar ul li a:active {  text-decoration: none; }
     #bar a.bar-details {color:#EAF4ED;}
     
     

.products-a.home {width:100%;}
/* .products-a table { width: 106%; margin: 0 0 25px; }*/
  .products-a table td { width: 33.33%; padding: 20px; border: 1px solid #eaeaea; border-width: 1px 0 0 1px; vertical-align: top; font-size: 1em; }
  .products-a table td { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
  .products-a table td:first-child { border-left: none; }
  .products-a table tr:first-child td { padding-top: 0; border-top: none; }
  .products-a table tr:last-child td { padding-bottom: 0; }
  .products-a table tr:last-child td { padding-bottom: 0; }
   .products-a article { width:100%; }
    .products-a article figure { position: relative; width: 100%; margin: 0 0 5px; color: #eaeaea; font-size: 1.2em; }
     .products-a article figure a { display: block; }
      .products-a article figure img { display: block; width: 100%; /* max-width: 280px; */}
      .products-a article figure span.colors { position: absolute; left: 0; bottom: 0; right: 0; padding: 3px; background: #574d46; background: rgba(51,51,51,0.65); color: #eaeaea; text-align: center; text-transform: lowercase; }
      .products-a article figure span.sale { position: absolute; left: -5px; top: -4px; overflow: hidden; width: 61px; height: 70px; background: url(../images/product-a-sale-a.png) no-repeat; text-indent: -10001px; z-index:400;}
    .products-a article h3 { color: #757575; }
     .products-a article h3 a { color: #757575; }
     .products-a article h3 a:hover, .products-a article h3 a:focus, .products-a article h3 a:active { color: #09C; text-decoration: none; }
    .products-a article h4 { margin: 0 0 2px; color: #757575; font: bold 1.3em/1.38 Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: none; }
     .products-a article h4 a { color: #757575; }
     .products-a article h4 a:hover, .products-a article h4 a:focus, .products-a article h4 a:active { color: #09C; text-decoration: none; }
    .products-a article p { margin: 0; font-size: 1.3em; }
    .products-a article p.sale { color: #89c43d; }
    .products-a article p.review { margin-top: 3px; font-size: 1.1em; line-height: 13px; }
     .products-a article p.review span { vertical-align: top; }
 .products-a .paging { padding: 0 16px; text-align: right; text-transform: lowercase; }
  .products-a .paging strong { color: #89c43d; font-weight: normal; }
  .products-a .paging a { display: -moz-inline-stack; display: inline-block; overflow: hidden; width: 0; height: 0; margin: 5px 10px; border: 5px solid #757575; border-width: 5px 10px 5px 0; border-color: transparent #757575; text-indent: -10001px; vertical-align: top; }
  html* .products-a .paging a { display: inline; }
  .products-a .paging a:hover { border-color: transparent #89c43d; }
  .products-a .paging a.next { border-width: 5px 0 5px 10px; }
.products-a.category { }
 



figure.product-image img {max-width:163px !important; }
.catalogueItem article figure a img {}
.products-a.prodList article {width:163px;}
body.ecom.details .products-a.prodList article {width:100%;}
.products-a .tabs-a p,.products-a .tabs-a ul li, .products-a .details-a p, .products-a .product-attributes {font-size:1.4em;}
.products-a .catProdAttributeTitle,.product-grouping label {display: block;margin: 0 0 2px;font-size: 12px;}
.products-a .product-attributes .catProdAttributeItem select,.products-a .product-grouping select {width: 90%;height: 27px;padding: 3px;border: 1px solid #D5D6D6;font-size: 14px;}
.products-a .details-a > .info .qty {padding:15px 0px;}
.products-a .wrap.socials {width:100%; overflow:hidden; position:relative;}
.products-a .wrap.socials ul {margin:0px;padding:0px;}
.products-a .wrap.socials ul li:before {display:none !important;}
.products-a .wrap.socials ul li {float:left !important; list-style-type:none;margin-right: 10px; width:70px;}
.products-a .wrap.socials ul li a {margin-right:15px;}


.products-a table.productLarge { display: block; width: 100%; }
.products-a table.productLarge tr,
.products-a table.productLarge tbody,
.products-a table.productLarge td { display: block; width: 100%; padding: 0; }
.details-a article { }
.details-a div.images figure { margin: 0 0 10px; }
.details-a div.images figure img { width: auto; }
.details-a div.images ul.index { display: none; }
.details-a div.images ul.items { overflow: hidden; padding: 0; list-style: none; text-align: center; }
.details-a div.images ul.items li { float: left; margin: 0 3% 10px; width: 27%; padding: 0; } 
.details-a div.images ul.items li:before { display: none; }

.details-a { }
 .details-a > .info { }
  .details-a > .info > .wrap { margin: 0 0 10px; padding: 25px; background: #EAF4ED; }
  .details-a > .info > .wrap:first-child { width: auto; }
   .details-a > .info p { margin: 0 0 10px; }
   .details-a > .info .price { margin: 0 0 5px; color: #757575; font-size: 2.7em; font-weight: bold; }
   .details-a > .info .reviews { font-size: 1.1em; }
    .details-a > .info .reviews .rating-a { vertical-align: top; }
   .details-a > .info .color { margin: 15px 0; }
    .details-a > .info .color label { display: block; margin: 0 0 2px; font-size: 12px; }
    .details-a > .info .color select { width: 100%; height: 27px; padding: 3px; border: 1px solid #d5d6d6; }
   .details-a > .info .qty { overflow: hidden; width: 100%; line-height: 34px; }
    .details-a > .info .qty label { float: left; padding-right: 10px; font-size: 12px; }
    .details-a > .info .qty input { float: left; width: 30px; height: 32px; padding: 0 9px; border: 1px solid #d5d6d6; background: #fff; line-height: 32px; text-align: center;}
    .details-a > .info .qty .button-a, span.addToCart input.productSubmitInput {  height: 34px !important; font-size: 18px !important; line-height: 32px !important; }
	  
	  .show-secure-item-0 {display:none !important;}
	  
	.tabs-a { width: 100%; margin: 0 0 40px; }
	 .tabs-a > ul { overflow: hidden; list-style: none; width: 100%; margin: 0; padding: 0; }
	  .tabs-a > ul li { font-size: 1.6em; line-height: 40px; text-align: center; padding: 0; margin: 0 0 1px; }
	  .tabs-a > ul li ~ li { }
	   .tabs-a > ul li:before { display: none; }
	   .tabs-a > ul li a { display: block; padding: 0 10px; background: #c0bebe; color: #5b5b5b; text-decoration: none !important; }
	   .tabs-a > ul li a:hover { background-color: #cfcfcf; }
	   .tabs-a > ul li.selected > a, .tabs-a > ul li.active > a { background: #9B0040; color:#fff;}
	   
	 .tabs-a > .content > div { background: #f3f3f3; }

	  .tabs-a > .content > .tab { margin: 0; padding: 30px 25px; }
	  .js .tabs-a > .content > .tab { display: none; }
	  .js .tabs-a > .content > .tab.active { display: block; }  
	  
	  
/* Cart */
.cart-a { }
 .cart-a > .items { position: relative; margin: 0 0 5px; padding: 50px 0 20px; background: #f3f3f3; overflow: hidden; }
  .cart-a > .items .wrap { display: table; width: 100%; border-top: 5px solid #fff; }
   .cart-a > .items .wrap div.row { display: table-row; }
    .cart-a > .items .wrap div.row > * { display: table-cell; margin: 0; padding: 20px 0 0 10px; vertical-align: top; text-align: left; }
    .cart-a > .items .wrap div.row > div.img { display: none; }
    .cart-a > .items .wrap div.row > div.title { color: inherit; font-size: 14px; font-weight: bold; }
     .cart-a > .items .wrap div.row > div.title a { color: inherit; }
    .cart-a > .items .wrap div.row > div { width: 100px; font-size: 14px; }
    .cart-a > .items .wrap div.row > div.price { display: none; }
    .cart-a > .items .wrap div.row > div div.productitemcell { height: 80px; margin: 0 0 10px; }
    .cart-a > .items .wrap div.row > div div.productitemcell img { max-height: 80px; }
     .cart-a > .items .wrap div.row span { display: none; }
     .cart-a > .items .wrap div.row label { display: none; }
     .cart-a > .items .wrap div.row input { display: block; width: 20px; padding: 0; text-align: center; }
    .cart-a > .items .wrap div.row:first-child > *:before { position: absolute; top: 20px; margin: 0; font-size: 16px; line-height: 1; font-weight: bold; }
    .cart-a > .items .wrap div.row:first-child > figure:before { content: 'Product'; }
    .cart-a > .items .wrap div.row:first-child > .price:before { content: 'Price'; }
    .cart-a > .items .wrap div.row:first-child > .quantity:before { content: 'Qty'; }
    .cart-a > .items .wrap div.row:first-child > .tax:before { content: 'Tax'; }
    .cart-a > .items .wrap div.row:first-child > .total:before { content: 'Total'; }
    .cart-a > .items .wrap div.row:first-child > .action:before { content: 'Action'; }
         
     .cart-a > .subtotal { padding: 20px; background: #e3e3e3; font-size: 16px; }
      .cart-a > .subtotal strong { margin: 0 10px 0 0; }
      .cart-a > .subtotal span { margin: 0 10px; }
     .cart-a > .codes { position: relative; list-style: none; width: 100%; margin: 0 0 5px; padding: 20px 0; background: #f3f3f3; }
      .cart-a > .codes li { position: relative; margin: 0 0 10px; padding: 0 0 0 20px; }
      .cart-a > .codes li.shipping div { display: block; width:75%;}
       .cart-a > .codes li:before { display: none; }
       .cart-a > .codes li label,
       .cart-a > .codes li div.shippingCountryDiv > span { display: block; margin: 0 0 5px; font-size: 14px; }
       .cart-a > .codes li input[type=text], .cart-a >.codes li select { width: 50%; height: 30px; font-size: 12px; }
       .cart-a > .codes li input[type=button] { height: 30px; margin: 0; padding: 0; border: none; background: none; color: #f00; line-height: 30px; }
       .cart-a > .codes li > span { display: block; position: absolute; right: 4%; bottom: 5px; }
     .cart-a > .total { position: relative; width: 100%; margin: 0 0 5px; padding: 20px 0; background: #e3e3e3; font-size: 22px; }
      .cart-a > .total strong { padding: 0 0 0 20px; }
      .cart-a > .total span { position: absolute; right: 0; width: 200px; padding: 0 0 0 10px; }
     .cart-a > .action { width: 100%; margin: 15px 0 0; }
      .cart-a > .action:after { display: block; overflow: hidden; clear: both; content: ""; width: 100%; height: 0; }
      .cart-a > .action > a { float: left; margin: 5px 0 0 20px; }
      .cart-a > .action > span { float: right; padding: 0 0 0 10px; }
      	  
	  
body.details { }
 body.details #content > .gridrow-a { }
  body.details #content div.sidebar { display: none; }
  body.details #content div.main { float: none; width: 100%; margin: 0; }
  body.details .products-a.prodList article {width:100%;}
  
  /* hide large product to work JS magic then show w/JS */
  .prodLarge {display:none;}
  
  div.tabs-a .quote-a { margin: 0 0 25px; padding: 0 0 25px; border-bottom: 1px solid #eaeaea; }
div.tabs-a .quote-a blockquote { margin: 0 0 10px; padding: 20px 25px; background: #f3f3f3;width:90%; }
  div.tabs-a .quote-a blockquote:before, .quote-a blockquote > .before { display:none; }
 div.tabs-a .quote-a blockquote + p { position: relative; margin: 0 0 0 90px; color: #666; }
 div.tabs-a .quote-a blockquote + p:before, div.tabs-a .quote-a blockquote + p > .before { position: absolute; left: -40px; top: -10px; content: ''; overflow: hidden; width: 0; height: 0; border: 15px solid #f3f3f3; border-color: #f3f3f3 #f3f3f3 transparent transparent; }

.products-a.slider table td {width:25%;display:inline-block;}

 .details-a > .images .thumbs {overflow: hidden;}

#ratingsContainer label {display:block;}
  #ratingsContainer textarea {width:250px;}

   
/*   .productitemcell {height:80px;}*/
   
   .checkout-a { }
 .checkout-a .required { float: right; color: #bb1515; }
  .checkout-a em { color: #bb1515; font-style: normal; }
  .checkout-a h2 { margin-bottom: 20px; }
 .checkout-a .wrap { margin: 0 0 25px; padding: 0 0 30px; border-bottom: 1px solid #eaeaea; }
  .checkout-a .wrap .fields { overflow: hidden; width: 100%; margin: 0 0 10px; }
   .checkout-a .wrap .fields p { display: inline; float: left; margin: 0 0 0 20px; }
   .checkout-a .wrap .fields p:first-child { margin-left: 0; }
    .checkout-a label, .checkout-a span.label { display: block; margin: 0 0 3px; font-size: 12px; }
    .checkout-a input.text { width: 265px; height: 25px; padding: 0 6px 0 7px; border: 1px solid #d5d6d6; line-height: 25px; }
    .checkout-a select { width: 280px; padding: 3px; border: 1px solid #d5d6d6; background: #fff; }
   .checkout-a .tick { margin-top: 15px; }
    .checkout-a .tick label { display: inline; margin: 0; font-size: 14px; }
   
   .checkout-a .cards { }
    .checkout-a .cards img { display: block; margin-top: 7px; }
 .checkout-a .total { overflow: hidden; padding: 20px; border: none; background: #f3f3f3; }
  .checkout-a .total p { float: right; margin: 0; }
  .checkout-a .total p.sum { float: left; font-size: 18px; font-weight: bold; line-height: 34px; }
   .checkout-a .total p .button-a { height: 34px; padding: 0 25px; font-size: 14px; line-height: 32px; }
 
  
  .checkout { padding: 0; }
 .checkout form { padding: 0; background: none; color: #666; }
  .checkout fieldset { display: block; margin: 0 0 15px;  }
  .checkout fieldset.fieldset-a { overflow: hidden; border: 0; margin: 0; }

   .checkout .row { margin: 0; padding-bottom: 12px; }
    .checkout label { margin-left: 0; color: #666; font-size: 14px; font-weight: normal ; }
    .checkout select { width: 270px; }
    .checkout .field-b select { width: 93px; }
    .checkout .card-expiration select { width: 107px; margin-right: 20px; }
    .checkout .row-accepted-cards { padding: 0 0 16px; }
  .checkout p img { margin-left: 5px; }
 .checkout footer { position: relative; overflow: hidden; padding: 0; }
 * html .checkout footer { zoom: 1; }
   .checkout footer .total { position: relative; width: 100%; overflow: hidden; margin: 0 0 20px; padding: 12px 0 8px; background: #68b3af; color: #fff; font-size: 22px; line-height: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 5px #dedede; -moz-box-shadow: 0 1px 5px #dedede; box-shadow: 0 1px 5px #dedede;  behavior: url(/styles/pie.htc); }
   .checkout footer .total .label { float: left; margin-left: 20px; font-family: "lobster",Verdana,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif; }
   .checkout footer .total strong { float: right; margin: -2px 35px 0 0; font-weight: bold; }
   .checkout footer button { float: right; display: inline; border: 0; background: none; }
   .checkout footer button span { float: right; padding: 0 18px; line-height: 32px; border: 1px solid #243e4e; background: #2f4a5b; color: #fff; }
   .checkout footer button:hover span, .checkout footer button:active span, .checkout footer button:focus span { background: #68b3af; border: 1px solid #60aaa6; }

.form-container { padding: 0 0 50px; }
 .form-container header { position: relative; width: 100%; overflow: hidden; }

  
 .form-generic-a { display: block; zoom: 1; position: relative; overflow: hidden; padding: 30px 36px 25px 34px; background: #eee; }
.form-generic-a { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(/styles/pie.htc); }
 .form-generic-a fieldset { border: 0; }
 .form-generic-a .row { }
  .form-generic-a input[type=text],
  .form-generic-a input[type=password],
  .form-generic-a input[type=number],
  .form-generic-a input[type=email]  { height: 25px; line-height: 25px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }
  .form-generic-a select { height: 25px; line-height: 25px; width: 100%; }
   .form-generic-a  textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; height: 150px; margin: 0 0 6px; }
     
   .form-generic-a h3 { margin-bottom: 22px; color: #331301; font-size: 18px; }
  .form-generic-a p { margin: 0 0 10px; }
   .form-generic-a p img { vertical-align: middle; }
   .form-generic-a label { display: block; margin: 0 0 0 2px; font-size: 13px; font-weight: bold; }
    .form-generic-a label em { color: #c00; }
   .form-generic-a input { } 
   html* .form-generic-a select { height: auto; }
   .form-generic-a .checkbox input { margin-right: 6px; }
   .form-generic-a .checkbox label { display: inline; }
   .form-generic-a .row-a p { margin: 0 0 17px; }

   .secure-page-jumper {display:none;}
   
   

div.table { position: relative; padding-bottom: 24px; border: 1px solid #ddd;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  behavior: url(/styles/pie.htc); }
 div.table {}
  div.table .thead { margin-bottom: 18px; padding-top: 20px; border-bottom: 1px solid #eeede3; }
   div.table .row { overflow: hidden; width: 100%; padding-bottom: 8px; margin: 0 0 15px; color: #383621; }
    div.table .row span { float: left; font-size: 13px; }
    div.table .row .col1 { width: 21%; padding: 0 30px; }
    div.table .row .col2 { width: 33%; padding: 0 30px; }


/*     Notices
-------------------------------------*/
#notice-slider { padding: 20px; color: #fff; font-weight: bold; display: none; margin: 20px 0 20px 0; font-size: 1.4em;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  behavior: url(/styles/pie.htc);}
.alarm { background-color: #333333; }
.caution { background-color: #333333; }

#bar li.button {display:none;}
.prodList.wishlist {margin-left:0px;}

.products-a.home.matrix {margin:0px !Important;}
.products-a.home.matrix article {width:100%;display: inline-block;vertical-align: top;margin:0 43px 40px 0;}
.products-a.home.matrix article:nth-child(3n+3) {margin-right:0px !important;}

.products-a {width:100%; overflow:hidden; position:relative;}


#bar p {display:none;}
#bar ul li ~ li {margin-left:7px;}
#bar ul li ~ li::before {left:3px;}

.cart-a ul li::before {display: none;}




/*  Responsive adjustments
/* ---------------------------------------- */
/* Mobile landscape mode ---------------- */
@media screen and (min-width: 480px) { 
  .wrap-a { width: 456px; }
  
  .news-a article:after, .services-a article:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  .news-a figure, .services-a figure { float: left; margin: 0 0 15px; }
  .news-a figure img, .services-a figure img { width: 155px; }
  .news-a figure ~ *, .services-a figure ~ * { margin-left: 170px; }
  .services-a figure img { width: 235px; }
  .services-a figure ~ * { margin-left: 250px; }
  .video-a figure { float: left; width: 220px; }
  .video-a figure ~ * { margin-left: 235px; }
  article.post header { padding: 0 130px 0 0; }
  article.post header time { position: absolute; right: 0; top: 0; font-family: "league-gothic", Impact, Helvetica Neue, Helvetica, Arial, sans-serif; background: none; padding: 0; margin: 0; height: auto; float: none; }
  article.post header time span.day { float: left; font-size: 34px; color: #9b0040; line-height: 1; }
  article.post header time span.month { float: left; position: relative; background: #191919; height: 25px; margin: 4px 0 0 12px; color: #fafae4; font-size: 20px; line-height: 25px; text-transform: uppercase; padding: 0 10px; }
  article.post header time span.month:before { position: absolute; left: -8px; top: 50%; margin-top: -8px; width: 8px; height: 15px; content: ""; background: url('../images/general/arrow-left-b.png?1341255826') no-repeat; }
  /* home page */
  .resources-a > header h2 { display: block; }
  .resources-a > header p { float: right; }
  #slideshow div.items article a { padding: 80px 300px 0 0; }
  html.js #slideshow div.items article a { height: 175px; }
  #slideshow div.items article h2 {  }
  #slideshow ul.nav { width: 456px; margin-left: -228px; }
  html.js #slideshow, html.js #slideshow div.items { height: 182px; }
  html.js #slideshow figure { width: 456px; } 
  
  .tabs-a > ul li { float: left; margin: 0 10px 0 0; }
  
  .cart-a > .items .wrap div.row > div.price { display: table-cell; }  
  
  #nav > ul{ margin-left:170px !important;}
  
  
} /* Mobile */
  
  
  
  
/* Tablet mode ---------------- */

@media screen and (min-width: 748px) { 


  .alignright { float: right; margin: 0 0 20px 20px; }
  .alignright img { display: block; width: auto; }
  .alignleft { float: left; margin: 0 20px 20px 0; }
  .alignleft img { display: block; width: auto; }
  .wrap-a { width: 720px; }
  #top:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  #top .logo { position: relative; left: -50px; top: -20px; margin-right: 10px; float: left; }
#top .logo a { display: block; width: 269px; height: 212px; margin-top:20px; background: url('../images/logo-small.png') no-repeat;position:absolute; z-index:9999; margin-left:70px; }
  #top .contact { float: right; margin-top: 30px; display: block; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; width: 105px; }
  #top .contact p { margin: 0; font-size: 12px; }
  #top .contact p.phone { font-size: 14px; }
  #top .contact p.c { font-size: 13px; font-weight: normal; font-family: georgia, serif; margin-top: 15px; }
  #top .contact p.c a { color: #fff; }
  #top .select-a { display: none; }
  #nav{ float:right; }
  /*#footer #secondary-a nav{float:none;}*/
  #footernav {float:none !important;}
  #nav > ul{ position: relative; margin-top: 30px;margin-left:257px; display: block; padding: 0; list-style: none; }
  #nav > ul li:before, #secondary-a nav > ul li:before { display: none; }
  #nav > ul > li{ float: left; padding: 0; margin: 0 15px 0 0; }
/*  #nav > ul > li:first-child, #secondary-a nav > ul > li:first-child { display: none; } */
  #nav > ul > li > a{ text-transform: uppercase; font: bold 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; }
  #nav > ul > li ul{ display: block; padding: 0; list-style: none; }
  #nav > ul > li li{ padding: 0; }
  #nav > ul > li a{ color: #fff; font-size: 13px; }
  #nav > ul > li a:hover,#nav > ul > li.selected a{color:#007cc3;text-decoration:none;}
  #nav .tinynav{ display: none; }
  #content:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  #content div.main { float: right; width: 535px; }
  #content div.sidebar { float: left; width: 160px; display: block; }
  #content.blog div.main { float: left; }
  #content.blog div.sidebar { float: right; }
  .quote-a figure { float: left; width: 250px; }
  .quote-a figure img { width: auto; }
  .quote-a blockquote { float: right; width: 250px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 0; margin-left: 20px; }
  .quote-a blockquote:before { height: 32px; width: 28px; top: 30px; left: -28px; background: url('../images/general/arrow-left-a.png?1341137434'); }
  html* .quote-a blockquote { width: 220px; }
  .video-a figure { width: 235px; }
  .video-a figure ~ * { margin-left: 260px !important; }
  .form-a input[type=text], .form-a input[type=email], .form-a input[type=number], .form-a input[type=password] { width: 260px; }
  .form-a textarea { width: 350px; }
  #subscribe-a p.name, #subscribe-a p.email { float: left; width: 225px; margin: 0 25px 0 0; }
  #subscribe-a p.submit { float: left; width: 100px; }
  #secondary-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  #secondary-a .tweets-a { float: left; width: 225px; margin: 0 25px 0 0; }
  #secondary-a .tweets-a ul { margin: 0; }
  #secondary-a nav { display: block; }
  #secondary-a nav ul { margin-top: 0; }
  #secondary-a .social-a { float: right; }
  #secondary-a .social-a li { display: block; }
  #secondary-a .social-a a { color: #fff; line-height: 20px; }
  #secondary-a .social-a span { display: inline; }
  #secondary-a .social-a img { width: 15px; margin: 0 5px 0 0; vertical-align: middle; }
  .articles-a { position: relative; left: -35px; width: 570px; font-size: 0; }
  .articles-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  .articles-a article { font-size: 10px; display: inline-block; width: 250px; margin: 0 0 30px 35px; vertical-align: top; }
  /* grid should apply on tablets and higher */
  .gridrow-a { width: 100%; }
  html* .gridrow-a { zoom: 1; }
  .gridrow-a.sep { margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px solid #cccccc; }
  .gridrow-a:after { display: block; overflow: hidden; clear: both; content: ""; width: 100%; height: 0; }
  .gridrow-a > .column { margin: 0 0 0 4.4%; float: left; min-height: 1px; }
  html* .gridrow-a .column { margin-left: 4.3%; }
  .gridrow-a > .column + .column:last-child { float: right; margin-left: 0; }
  .gridrow-a > .column + .column.last-child { float: right; margin-left: 0; }
  .gridrow-a > .column:first-child { margin-left: 0px; }
  .gridrow-a > .column.centered { float: none; margin: 0 auto; }
  .gridrow-a > .column.w1 { width: 4.3%; }
  .gridrow-a > .column.w2 { width: 13%; }
  .gridrow-a > .column.w3 { width: 21.68%; }
  .gridrow-a > .column.w4 { width: 30.4%; }
  .gridrow-a > .column.w5 { width: 39.1%; }
  .gridrow-a > .column.w6 { width: 47.8%; }
  .gridrow-a > .column.w7 { width: 56.5%; }
  .gridrow-a > .column.w8 { width: 65.2%; }
  .gridrow-a > .column.w9 { width: 73.9%; }
  .gridrow-a > .column.w10 { width: 82.6%; }
  .gridrow-a > .column.w11 { width: 91.3%; }
  .gridrow-a > .column.w12 { width: 100%; }
  .gridrow-a > .column.w3-5 { width: 26.04%; }
  .gridrow-a > .o1 { margin-left: 13.1%; }
  .gridrow-a > .o2 { margin-left: 21.8%; }
  .gridrow-a > .o3 { margin-left: 30.5%; }
  .gridrow-a > .o4 { margin-left: 39.2%; }
  .gridrow-a > .o5 { margin-left: 47.9%; }
  .gridrow-a > .o6 { margin-left: 56.6%; }
  .gridrow-a > .o7 { margin-left: 65.3%; }
  .gridrow-a > .o8 { margin-left: 74.0%; }
  .gridrow-a > .o9 { margin-left: 82.7%; }
  .gridrow-a > .o10 { margin-left: 91.4%; }
  .gridrow-a > .o11 { margin-left: 95.7%; }
  .gridrow-a > .o1:first-child { margin-left: 8.7%; }
  .gridrow-a > .o2:first-child { margin-left: 17.4%; }
  .gridrow-a > .o3:first-child { margin-left: 26.1%; }
  > .gridrow-a .o4:first-child { margin-left: 34.8%; }
  .gridrow-a > .o5:first-child { margin-left: 43.5%; }
  .gridrow-a > .o6:first-child { margin-left: 52.2%; }
  .gridrow-a > .o7:first-child { margin-left: 60.9%; }
  .gridrow-a > .o8:first-child { margin-left: 69.6%; }
  .gridrow-a > .o9:first-child { margin-left: 78.3%; }
  .gridrow-a > .o10:first-child { margin-left: 87.0%; }
  .gridrow-a > .o11:first-child { margin-left: 95.7%; }
  .gridrow-a.insep { position: relative; }
  .gridrow-a.insep > .column:first-child ~ .column:before, .gridrow-a.insep > .column:first-child ~ .column > .before { position: absolute; top: 0; bottom: 0; content: ' '; margin: 0 0 0 -40px; border-left: 1px dashed #b7bebf; }
  /* events */
  .calendar { position: absolute; left: 0; top: 40px; width: 160px; }
  div.sfcalendar-widget-cal table thead th { font-size: 8px; }
  /* home page */
  .services-b ul li { float: left; width: 162px; margin-left: 24px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .services-b ul li:first-child { margin: 0; }
  .services-b ul li span { display: block; margin: 0 0 10px; }
  .services-b ul li span img { display: block; }
  .services-b ul li a { color: #5a7876; text-align: left; background: none; border: none; font-size: 14px; height: auto; line-height: 1.4; padding: 0; }
  .services-b ul li a:after { content: " >"; }
  .services-b ul li a:hover, .services-b ul li a:focus, .services-b ul li a:active { border: none; background: none; text-decoration: underline; }
  .resources-a { /* show only first three with support for IE */ }
  .resources-a > header { padding: 10px; }
  .resources-a div.related-a, .resources-a div.articles-a { display: block; float: left; width: 222px; margin-left: 27px; }
  .resources-a header + div.related-a, .resources-a header + div.articles-a { margin-left: 0; }
  .resources-a div.related-a + div.related-a + div.related-a + div.related-a, .resources-a div.articles-a + div.related-a + div.related-a + div.related-a, .resources-a div.related-a + div.articles-a + div.related-a + div.related-a, .resources-a div.articles-a + div.articles-a + div.related-a + div.related-a, .resources-a div.related-a + div.related-a + div.articles-a + div.related-a, .resources-a div.articles-a + div.related-a + div.articles-a + div.related-a, .resources-a div.related-a + div.articles-a + div.articles-a + div.related-a, .resources-a div.articles-a + div.articles-a + div.articles-a + div.related-a, .resources-a div.related-a + div.related-a + div.related-a + div.articles-a, .resources-a div.articles-a + div.related-a + div.related-a + div.articles-a, .resources-a div.related-a + div.articles-a + div.related-a + div.articles-a, .resources-a div.articles-a + div.articles-a + div.related-a + div.articles-a, .resources-a div.related-a + div.related-a + div.articles-a + div.articles-a, .resources-a div.articles-a + div.related-a + div.articles-a + div.articles-a, .resources-a div.related-a + div.articles-a + div.articles-a + div.articles-a, .resources-a div.articles-a + div.articles-a + div.articles-a + div.articles-a,#bar p { display: none; }
  #slideshow div.items article a { padding: 80px 370px 0 0; }
  html.js #slideshow div.items article a { height: 323px; }
  #slideshow div.items article h2 { font-size: 42px; }
  #slideshow div.items article p { display: block; }
  #slideshow ul.nav { width: 720px; margin-left: -360px; }
  html.js #slideshow, html.js #slideshow div.items { height: 287px; }
  html.js #slideshow figure { width: 720px; } 
  
  
  
  /* Cart */


  .cart-a > .items .wrap div.row > div.img { display: table-cell; }

      
    .cart-a > .subtotal strong { padding: 0 0 0 20px; }
    .cart-a > .subtotal span { position: absolute; right: 200px; width: 200px; padding: 0 0 0 10px; }
    .cart-a > .subtotal span + span { right: 0; }
    .cart-a > .subtotal a { position: absolute; right: 4%; }

     .cart-a > .codes li input[type=text], .cart-a >.codes li select { width: 200px; }
     .cart-a > .codes li > span { right: 0; bottom: 0; width: 200px; }
    .cart-a > .action > span { width: 200px; }
 
 
  
     .form-generic-a fieldset { border: 0; }
     .form-generic-a .col-a { float: left; width: 225px; padding-right: 25px; }
     .form-generic-a .col-b { float: right; width: 379px; }
     .form-generic-a .row { overflow: hidden; width: 100%; padding: 0;margin-bottom: 15px; }
      .form-generic-a .row .field { float: left; margin: 0; }
      .form-generic-a .row .field-a { width: 238px; padding-right: 15px; }
      .form-generic-a .row .field-b { width: 114px; padding-right: 10px; }
      .form-generic-a .row .field-c { width: 100px; padding-right: 13px; }
      .form-generic-a .row .field-d { width: 125px; padding-right: 10px; }

  
  .details-a .thumbs {display:none;}

  div.table .row .col1 {width:100px !important; padding:0 10px !important;}
	
	 #bar p {display:none !important;}
	 
	 .products-a.home.matrix article {width:48%; margin:0 13px 40px 0;}
	 
  
/*       .checkout-a .half input.text { width: 115px; }
       .checkout-a .half select { width: 130px; }
*/  }

@media screen and (max-width: 748px) { 
#footernav{display:none;}
}
  
  
  
/* Desktop mode ---------------- */
@media screen and (min-width: 960px) { 
#top . logo a img {margin-top:20px;}
 #top .logo a { display: block; width: 269px; height: 212px; margin-top:20px;  background: url('../images/logo-screen-b.png?1341136118') no-repeat;position:absolute; z-index:9999; margin-left:70px; }
  #nav > ul > li{ float: left; padding: 0; margin: 0 0 0 38px; }
  .wrap-a { width: 910px; }
  #top .logo { margin-right: 80px; }
  #top .contact { width: 130px; }
  #nav > ul > li { }
  #content div.main { width: 625px; }
  #content div.sidebar { width: 210px; }
  .quote-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  .quote-a figure { width: 300px; }
  .quote-a blockquote { width: 300px; }
  #subscribe-a h3 + p { float: left; display: block; width: 310px; }
  #subscribe-a form { float: right; width: 546px; }
  #subscribe-a p.name, #subscribe-a p.email { width: 210px; margin: 0 13px 0 0; }
  #subscribe-a p.submit { float: right; margin: 0; }
  #secondary-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  #secondary-a .tweets-a { float: left; width: 152px; margin: 0 80px 0 0; }
  #secondary-a .tweets-a ul { margin: 0; }
  .articles-a { position: relative; left: -35px; width: 660px; }
  .articles-a article { width: 295px; }
  /* Events */
  .calendar { width: 210px; }
  /* home page */
  .services-b ul li { float: left; width: 210px; margin-left: 23px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .services-b ul li:first-child { margin: 0; }
  .services-b ul li a { color: #5a7876; text-align: left; background: none; border: none; font-size: 14px; height: auto; line-height: 1.4; }
  .services-b ul li a:after { content: " >"; }
  .resources-a { /* show only first three with support for IE */ }
  .resources-a:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  .resources-a > header { margin: 0 0 30px; padding: 10px; position: relative; border-top: 1px dotted #5a7876; border-bottom: 1px dotted #5a7876; }
  .resources-a > header:after { content: " "; display: block; overflow: hidden; clear: both; height: 0; }
  .resources-a > header h2 { float: left; margin: 0; line-height: 30px; }
  .resources-a > header p { float: right; margin: 0; }
  .resources-a div.related-a, .resources-a div.articles-a { float: left; width: 380px; margin-left: 23px; }
  .resources-a header + div.related-a, .resources-a header + div.articles-a { margin-left: 0; }
  .resources-a div.related-a + div.related-a + div.related-a + div.related-a, .resources-a div.articles-a + div.related-a + div.related-a + div.related-a, .resources-a div.related-a + div.articles-a + div.related-a + div.related-a, .resources-a div.articles-a + div.articles-a + div.related-a + div.related-a, .resources-a div.related-a + div.related-a + div.articles-a + div.related-a, .resources-a div.articles-a + div.related-a + div.articles-a + div.related-a, .resources-a div.related-a + div.articles-a + div.articles-a + div.related-a, .resources-a div.articles-a + div.articles-a + div.articles-a + div.related-a, .resources-a div.related-a + div.related-a + div.related-a + div.articles-a, .resources-a div.articles-a + div.related-a + div.related-a + div.articles-a, .resources-a div.related-a + div.articles-a + div.related-a + div.articles-a, .resources-a div.articles-a + div.articles-a + div.related-a + div.articles-a, .resources-a div.related-a + div.related-a + div.articles-a + div.articles-a, .resources-a div.articles-a + div.related-a + div.articles-a + div.articles-a, .resources-a div.related-a + div.articles-a + div.articles-a + div.articles-a, .resources-a div.articles-a + div.articles-a + div.articles-a + div.articles-a, #bar p  { display: block !important; }
  #slideshow div.items article a { padding: 60px 470px 0 0; }
  html.js #slideshow div.items article a { height: 365px; }
  #slideshow div.items article h2 { font-size: 46px; }
  #slideshow div.items article p { display: block; }
  #slideshow ul.nav { width: 910px; margin-left: -455px; }
  html.js #slideshow, html.js #slideshow div.items { height: 363px; }
  html.js #slideshow figure { width: 910px; } 
  
  .details-a .thumbs {display: block;}
  
  
     .checkout-a { }
 .checkout-a .required { float: right; color: #bb1515; }
  .checkout-a em { color: #bb1515; font-style: normal; }
  .checkout-a h2 { margin-bottom: 20px; }
 .checkout-a .wrap { margin: 0 0 25px; padding: 0 0 30px; border-bottom: 1px solid #eaeaea; }
  .checkout-a .wrap .fields { overflow: hidden; width: 100%; margin: 0 0 10px; }
   .checkout-a .wrap .fields p { display: inline; float: left; margin: 0 0 0 20px; }
   .checkout-a .wrap .fields p:first-child { margin-left: 0; }
    .checkout-a label, .checkout-a span.label { display: block; margin: 0 0 3px; font-size: 12px; }
   .checkout-a .tick { margin-top: 15px; }
    .checkout-a .tick label { display: inline; margin: 0; font-size: 14px; }
   
   .checkout-a .cards { }
    .checkout-a .cards img { display: block; margin-top: 7px; }
 .checkout-a .total { overflow: hidden; width: 100%; padding: 20px 0; border: none; background: #f3f3f3; }
  .checkout-a .total p { float: right; margin: 0 20px; }
  .checkout-a .total p.sum { float: left; font-size: 2.6em; font-weight: bold; line-height: 34px; }
   .checkout-a .total p .button-a { height: 34px; padding: 0 25px; font-size: 18px; line-height: 32px; }
 
  
  .checkout { padding: 0; }
 .checkout form { padding: 0; background: none; color: #666; }
  .checkout fieldset { display: block; margin: 0 0 15px;  }
  .checkout fieldset.fieldset-a { overflow: hidden; border: 0; margin: 0; }

/*   .checkout .row { margin: 0; padding-bottom: 12px; }
    .checkout label { margin-left: 0; color: #666; font-size: 14px; font-weight: normal ; }
*//*    .checkout select { width: 270px; }
*/    .checkout .field-b select { width: 93px; }
    .checkout .card-expiration select { width: 107px; margin-right: 20px; }
    .checkout .row-accepted-cards { padding: 0 0 16px; }
  .checkout p img { margin-left: 5px; }
 .checkout footer { position: relative; overflow: hidden; padding: 0; }
 * html .checkout footer { zoom: 1; }
   .checkout footer .total { position: relative; width: 100%; overflow: hidden; margin: 0 0 20px; padding: 12px 0 8px; background: #68b3af; color: #fff; font-size: 22px; line-height: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 5px #dedede; -moz-box-shadow: 0 1px 5px #dedede; box-shadow: 0 1px 5px #dedede;  behavior: url(/styles/pie.htc); }
   .checkout footer .total .label { float: left; margin-left: 20px; font-family: "lobster",Verdana,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif; }
   .checkout footer .total strong { float: right; margin: -2px 35px 0 0; font-weight: bold; }
   .checkout footer button { float: right; display: inline; border: 0; background: none; }
   .checkout footer button span { float: right; padding: 0 18px; line-height: 32px; border: 1px solid #243e4e; background: #2f4a5b; color: #fff; }
   .checkout footer button:hover span, .checkout footer button:active span, .checkout footer button:focus span { background: #68b3af; border: 1px solid #60aaa6; }

.form-container { padding: 0 0 50px; }
 .form-container header { position: relative; width: 100%; overflow: hidden; }

  
 
   
   div.secure-page-jumper {display:none !important;}
   
   div.table .row .col2 {width:300px;}
   
   .products-a .wrap.socials {width:74%;}
   
   #ratingsContainer textarea {width:400px;}
  
  
   .details-a { overflow: hidden; width: 100%; margin: 0 0 30px; }
    .details-a > .info { float: right; width: 34%; margin: 0; padding-left: 24px; border-left: 1px solid #eaeaea; }
     .details-a > .info > .wrap:first-child {  min-height: 350px;  width: 85%;position: relative;overflow: hidden;}

       div.product-attributes {margin-bottom:15px;}
    .details-a > .images { float: left; width: 61%; margin: 0; }
     .details-a > .images figure { overflow: hidden; position: relative; margin: 0 0 10px; }
      .details-a > .images figure img { display: block; width: 100%; max-width:563px;}
      .details-a > .images figure a { display: block; }
       .details-a > .images figure a:before { position: absolute; right: 0; bottom: 0; overflow: hidden; content: ' '; width: 45px; height: 45px; background: url(../images/details-a-zoom-a.png) no-repeat; text-indent: -10001px; }
     .details-a > .images .thumbs { position: relative; width: 100%; }
      .details-a > .images .thumbs .wrap { position: relative; overflow: hidden; width: 460px; margin: 0 auto; }
       .details-a > .images .thumbs ul.items { float: left; width: 99999px; list-style: none; margin: 0; padding: 0; }
        .details-a > .images .thumbs ul.items li { position: relative; overflow: hidden; float: left; width: 100px; height: 75px; margin: 0 20px 0 0; padding: 0; }
         .details-a > .images .thumbs ul.items li:before { display: none; }
         .details-a > .images .thumbs ul.items li a { float: left; }
          .details-a > .images .thumbs ul.items li a:before { position: absolute; left: 0; top: 0; bottom: 0; right: 0; content: ' '; }
          .details-a > .images .thumbs ul.items li a:hover:before { border: 1px solid #000; }
          .details-a > .images .thumbs ul.items li a img { float: left; width: 100px; }
          .lt-ie9 .details-a > .images .thumbs ul.items li a img { max-width: 100px; }
      .details-a > .images .thumbs ul.index { list-style: none; margin: 0; padding: 0; display: block; }
       .details-a > .images .thumbs ul.index li { position: absolute; left: 0; top: 0; bottom: 0; margin: 0; padding: 0; }
       .details-a > .images .thumbs ul.index li.next { left: auto; right: 0; }
        .details-a > .images .thumbs ul.index li:before { display: none; }
        .details-a > .images .thumbs ul.index li a { display: block; overflow: hidden; width: 30px; height: 75px; background: #e4e3e3 url(../images/details-a-steps-a.png) 0 50% no-repeat; font-size: 0; text-indent: -10001px; }
        .details-a > .images .thumbs ul.index li a:hover { background-color: #cac9c9; }
        .details-a > .images .thumbs ul.index li.next a { background-position: -30px 50%; }
  
        nav.sub-calendar {margin: 250px 0 45px !important;}
  
} /* Desktop Mode */

/* slideshow next / prev links should be visible only on large screens */
@media screen and (min-width: 1050px) { #slideshow ul.np { display: block; } }


.twitHeader, .twitUser, .twitterUserName, .howManyTweets {display:none;}


.ajax-app-nav-a ul span {display:none;}

.events-a {min-height:500px;}
nav.sub-calendar {margin: 220px 0 45px;}

/* Social */
div.bc-social {width:100%; overflow:hidden; position:relative; margin-bottom:0px; padding-bottom:0px;}
div.bc-fb {width:85px; float:left;margin-bottom:0px; padding-bottom:0px;}
div.bc-twitter {width:100px; float:left;margin-bottom:0px; padding-bottom:0px;}
div.bc-google-plus {width:58px; float:left;margin-bottom:0px; padding-bottom:0px;}
div.bc-print {width:90px; float:left;margin-bottom:0px; padding-bottom:0px;}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;}

.captcha-wrapper {width:100%; overflow:hidden; position:relative;margin-bottom:15px;}
.captcha-wrapper p {padding:0px; margin:0px;}

#secondary-a nav > ul > li:first-child {}

.resources-a .pagination.webapp {position: absolute;top:-9999em;}


/*! 768px ------- */ @media screen and (max-width: 768px) {
#bar p {display:none !important;}
figure.product-image img {width:100%; height:auto;}
.products-a.prodList article {width:112px;}
  div.secure-page-jumper {display:block !important;}
  
.related-a article figure a:hover figcaption, .articles-a article figure a:hover figcaption { opacity: 0; }

}


/*! 460px ------- */ @media screen and (max-width: 480px) {
#bar ul li.button {display:none !important;}
.details-a div.thumbs {display:none !important;}
div.info p.qty {margin:15px 0;}
#slideshow, html.js #slideshow div.items {
position: relative;
height: 116px;
overflow: hidden;

}
.photogalleryTable td {display:block;}
#top{padding-bottom:15px;}
}


/*! 320px ------- */ @media screen and (max-width: 320px) {

 div.secure-page-jumper {display:block !important;}
 div.table .row .col2 {width:20%;}
 .details-a div.thumbs {display:block !important;}
 #slideshow, html.js #slideshow div.items {
position: relative;
height: 116px;
overflow: hidden;
}
}


  .register-a .cards { }
   .register-a .cards label { display: inline; }
   .register-a .cards img { vertical-align: top; }

/*Photo Gallery*/
.photogalleryItem{position:relative;}
.photogalleryItem a{position:relative;display:block;padding:9px;border:1px solid #ddd;}
.photogalleryItem a span{position:relative;display:block;width:120px;height:112px;overflow:hidden;}
.photogalleryItem a span img{max-width:225px;float:right;}
.photogalleryTable td{ vertical-align:top;}