*{
	max-height:10000px;
	font-size: 100.01%;
}
html {font-size: 62.5%;}
body {
	margin:0;
	color:#8e8e8e;
	font:1.2em/1.5em Arial, Helvetica, sans-serif;
	background:#e6e6e6 url(../images/bg-body.png);
	height:100%;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	border-top:5px solid #484848;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#0c9adc;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
p{margin:0;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=email],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
.searchform {
  position:absolute;
  top:-40px;
  right: 48px;
  float:right;
  background:rgba(0, 0, 0, 0.7);
  padding: 6px 10px 8px;
}
.searchform input {float:left;border:0;}
.searchform input[type=text]{padding:5px;}
.searchform .submit {
  border:0;
  background:transparent;
  color:#0c9adc;
  font-weight:bold;
  font-style:italic;
  font-size:18px;
}
.buffer div {max-width:100%;}
.buffer iframe {max-width:95%;}
.buffer #YTSearch {width:315px;}
.buffer .vidtext {width:365px;}
#wrapper {
	margin:0 auto;
	max-width:1000px;
}
#header {width:100%;}
#header:after,
.news-section .button-block:after ,
.tab-content .button-block:after,
#main:after,
.nav-main:after {
	content:"";
	display:block;
	clear:both;
}
.header-holder {
	overflow:hidden;
	padding:6px 0 0 52px;
	position:relative;
}
#header .image {
	float:left;
}
#header .image img {display:block;}
.logo{
	float:left;
	width:50%;
	text-indent:-9999px;
	overflow:hidden;
	margin:39px 0 0 -41px;
}
.logo a{
	display:block;
	height:100%;
}
.logo a img,
#header .map img {
	display:block;
	width:100%;
	height:auto;
}
#header .map {
	float:right;
	margin:9px 34px 0 0;
}
#header .search {
	position:absolute;
	top:0;
	right:1px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite-1.png) no-repeat;
	width:47px;
	height:40px;
}
.nav-main {
	width:100%;
	border-top:6px solid #0c9adc;
	background:#484848;
}
.opener {display:none;}
.slide-block ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-transform:capitalize;
}
.slide-block > ul > li {
	float:left;
	position:relative;
	white-space:nowrap;
	font:1.42em Georgia, "Times New Roman", Times, serif;
}
.slide-block ul  li.home a:hover,
.slide-block ul  li.home a {
	background: url(../images/sprite-1.png) no-repeat 0 -74px;
	width:81px;
	padding:0;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
}
.slide-block > ul > li > a {
	color:#fff;
	float:left;
	padding:22px 25px 24px;
	min-height:20px;
}
.slide-block > ul > li:hover > a,
.slide-block > ul > li > a:hover {
	background:#0c9adc;
	text-decoration:none;
	color:#fff;
}
.slide-block ul li:hover ul{display:block;}
.slide-block ul ul {
	position:absolute;
	top:100%;
	left:0;
	width:187px;
	z-index:999;
	padding:13px 0 21px;
	background:#0c9adc;
	display:none;
}
.slide-block .last ul {
	left:auto;
	right:0;
}
.slide-block ul ul li {
	font:13px Arial, Helvetica, sans-serif;
	white-space:normal;
}
.slide-block ul ul li a {
	display:block;
	padding:8px 9px 7px 39px;
	color:#fff;
}
.slide-block ul ul li.active a,
.slide-block ul ul li a:hover {
	text-decoration:none;
	background:#4bb4e5;
}
.slide-block > ul > li > ul > li > ul {
  display:none !important;
  position: absolute;
  left: 100%;
  top: 0;
}
.slide-block > ul > li:hover > ul > li:hover > ul {
  display:block !important;
}
.nav {
	overflow:hidden;
	width:100%;
	margin:0 0 33px;
	background:#d3d1d1;
}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
	text-align:center;
}
.nav ul li {
	font-size:15px;
	line-height:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0;
	display:inline-block;
	padding:19px 3.5% 21px;
}
.nav ul li a {
	color:#484848;
	font-size:1em;
}
#main {
	width:100%;
}
.carousel {
	position: relative;
	background:#fff;
	margin:0 0 22px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width:100%;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	width:100%;
	float: left;
	display: none;
}
.carousel .mask .slide.active{display: block;}
.carousel-holder {
	padding:38px 32px 37px;
	overflow:hidden;
}
.carousel .mask .image {
	float:left;
	width:36%;
	margin:0 3.63% 0 0;
}
.carousel .mask .image img {
	height:auto;
	max-width:100%;
}
.carousel .mask .text-block {
	float:left;
	width:60%;
	padding:2px 0 0;
}
.text-block h1 {
	margin:0 0 25px;
	color:#0c9adc;
	font:1.92em/1em Georgia, "Times New Roman", Times, serif;
}
.text-block h2 {
	margin:0;
	color:#484848;
	font:bold 1.08em/1.38em Arial, Helvetica, sans-serif;
}
.text-block p {margin:0 0 18px;}
.text-block .button-block {
	overflow:hidden;
	width:100%;
	padding:6px 0 0;
}
.text-block .button-block  a {
	float:left;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 23px 10px;
	background:#0c9adc;
}
.btn-prev,
.btn-next {
	position:absolute;
	z-index:99;
	top:50%;
	left:-53px;
	width:54px;
	height:124px;
	margin:-76px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite-1.png) no-repeat 0 -156px;
}
.btn-next {
	left:auto;
	right:-53px;
	background: url(../images/sprite-1.png) no-repeat -93px -156px;
}
.twitter-block {
	overflow:hidden;
	padding:0 37px 3px 112px;
	margin:0 0 21px;
	color:#5c5c5c;
	line-height:1.5em;
	min-height:39px;
	background: url(../images/bg-twitter.png) no-repeat 40px 50%;
 }
.twitter-block p {
	margin:0;
	display:inline-block;
}
.twitter-block .date {
	color:#000;
	font:0.92em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.follow {
	float:right;
	text-transform:uppercase;
	font:bold 0.92em/1.64em Arial, Helvetica, sans-serif;
}
.main-holder {
	overflow:hidden;
	width:100%;
	padding:0 0 36px;
}
#content {
	float:right;
	width:63%;
	border-top:11px solid #484848;
}
.news-section {
	overflow:hidden;
	width:100%;
}
.news-section .title {
	overflow:hidden;
	padding:7px 3px 15px 6px;
}
.news-section .rss {
	float:right;
	width:34px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 0 0 0;
	background: url(../images/sprite-1.png) no-repeat 0 -322px;
}
.news-section .title h1 {
	margin:0;
	color:#484848;
	font:2.33em Georgia, "Times New Roman", Times, serif;
}
.news-section .article {
	overflow:hidden;
	width:100%;
	margin:0 0 34px;
	background:#fff;
}
.news-section .article p {margin:0 0 17px;}
.news-section .article .image {
	float:left;
	width:26.4%;
	margin:0 21px 0 -2px;
}
.news-section .article .image img {
	display:block;
	width:100%;
	height:auto;
}
.news-section .article .block {
	overflow:hidden;
	padding:25px 30px 10px;
}
.news-section .article .holder {
	overflow:hidden;
	height:1%;
}
.news-section .article h1 {
	margin:0 0 2px;
	color:#484848;
	font:1.5em Georgia, "Times New Roman", Times, serif;
}
.news-section .article h1 a {color:#484848;}
.news-section .article .date {
	display:block;
	padding:0 0 17px;
	color:#0c9adc;
	text-transform:uppercase;
	font:bold italic 1em Arial, Helvetica, sans-serif;
}
.news-section .frame {
	overflow:hidden;
	width:100%;
	padding:0 0 23px;
}
.news-section .social {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.news-section .social li {
	float:left;
	margin:0 1px 0 0;
	color:#fff;
	font:bold 14px/17px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:#767676;
}
.news-section .social li.share {padding:9px 15px 9px 12px;}
.news-section .social li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:41px;
	height:35px;
	background: url(../images/sprite-1.png) no-repeat 0 -370px;
}
.news-section .social li.twitter a {background-position:0 -370px}
.news-section .social li.facebook a {background-position:-42px -370px}
.news-section .social li.google a {background-position:-84px -370px}
.news-section .social li.letter a {background-position:-126px -370px}
.news-section .social li.letter a > span {display:none;}
.news-section .more {
	float:right;
	padding:6px 10px 6px 0;
	color:#0c9adc;
	border-right:14px solid #0c9adc;
	font:1.58em Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
.news-section .button-block ,
.tab-content .button-block {
	width:100%;
}
.news-section .article + .button-block {margin:-13px 0 0;}
.tab-content .button-block {padding:17px 0 0;}
.news-section .button-block a,
.tab-content .button-block a {
	float:right;
	color:#fff;
	padding:6px 17px 6px 13px;
	background:#484848;
	border-right:15px solid #0c9adc;
	font:bold 1em/1.25em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.tab-content .button-block a {margin:0 -9px 0 0;}
#sidebar {
	float:left;
	width:33.6%;
}
.contact-section {
	overflow:hidden;
	width:100%;
	margin:0 0 26px;
	background:#fff;
}
.contact-section .block {
	overflow:hidden;
	padding:6px 15px;
	background:#fff;
	border-top:11px solid #0c9adc;
}
.contact-section .block.other-block {padding:12px 15px 37px;}
.contact-section .block  h1 {
	margin:0 0 12px;
	color:#0c9adc;
	font:1.67em Georgia, "Times New Roman", Times, serif;
}
.contact-section .list {
	list-style:none;
	margin:0;
	padding:8px 0 0 26px;
	overflow:hidden;
}
.contact-section .list li {
	font:1em/1em Arial, Helvetica, sans-serif;
	padding:0 0 17px;
}
.contact-section .list li a {
	padding:0 0 0 17px;
	color:#8e8e8e;
	background: url(../images/bullet-1.png) no-repeat 0 2px;
}
.contact-section .list li a:hover,
.contact-section .list li.active a {
	text-decoration:none;
	color:#0c9adc;
	background: url(../images/bullet-2.png) no-repeat 0 2px;
}
.contact-form {
	overflow:hidden;
	padding:0 11px 19px;
}
.contact-form h2 {
	margin:0 0 2px;
	color:#484848;
	font:bold 1.17em Arial, Helvetica, sans-serif;
}
.contact-form p {margin:0 0 21px;}
.contact-form .row {margin:0 49px 0 0;}
.contact-form  input[type="text"] {
	float:left;
	width:100%;
	height:39px;
	color:#484848;
	font:12px/15px Arial, Helvetica, sans-serif;
	border:0;
	padding:12px 14px;
	background:#e3e3e3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:none;
}
.contact-form input[type="submit"] {
	float:left;
	width:49px;
	height:39px;
	border:0;
	cursor:pointer;
	margin:0 -49px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background: url(../images/sprite-1.png) no-repeat 0 -408px;
}
.contact-section .block .social {
	list-style:none;
	margin:0;
	padding:20px 0 29px;
	overflow:hidden;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.contact-section .block .social li {
	display:inline-block;
	float:none;
	padding:0;
	margin:0 12px 0 13px;
}
.contact-section .block .social li a {
	display:block;
	width:46px;
	padding:0;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite-1.png) no-repeat 0 -494px;
}
.contact-section .social li.rss a {background-position:0 -494px}
.contact-section .social li.twitter a {background-position:-71px -494px}
.contact-section .social li.facebook a {background-position:-142px -494px}
.contact-section .social li.youtube a {background-position:-213px -494px}
.tabs-section {
	overflow:hidden;
	width:100%;
}
.tabs-section .tabset {
	list-style:none;
	margin:0 -12px 0 0;
	padding:0;
	overflow:hidden;
}
.tabs-section .tabset li{
	float:left;
	width:50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 12px 0 0;
}
.tabs-section .tabset li a{
	float:left;
	color:#fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	background:#bfbfbf;
	text-align:center;
	width:100%;
	padding:17px 5px 12px;
}
.tabs-section .tabset li a:hover,
.tabs-section .tabset li a.active {
	text-decoration:none;
	background:#868686;
}
.tabs-section .tab-content {
	overflow:hidden;
	width:100%;
	background:#868686;
	padding:19px 18px 14px;
	color:#fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tab-content .video {
	overflow:hidden;
	margin:0 0 20px;
	width:100%;
}
.tab-content .video img {
	display:block;
	width:100%;
	height:auto;
}
.tab-content .holder {padding:0 4px;}
.tab-content p {margin:0 0 10px;}
#footer {
	overflow:hidden;
	width:100%;
	background:#484848;
}
#footer aside {
	overflow:hidden;
	padding:22px 26px 30px;
}
#footer aside .address {display:none;}
.tabset-footer {
	float:left;
	width:36.12%;
	list-style:none;
	margin:0;
	padding:7px 0 18px;
	border-right:1px solid #fff;
}
.tabset-footer li {
	padding:11px 0 10px;
	text-align:right;
	text-transform:uppercase;
	font:bold 1em Arial, Helvetica, sans-serif;
}
.tabset-footer li a {
	color:#929292;
	display:block;
	padding:0 40px 0 0;
}
.tabset-footer li a.active,
.tabset-footer li a:hover {
	text-decoration:none;
	color:#fff;
	background: url(../images/sep-2.png) no-repeat 100% 50%;
}
#footer .tab-section {
	float:left;
	width:68.04%;
	padding:10px 0 0;
}
#footer .tab-content {
	padding:0 0 0 21px;
	overflow:hidden;
}
#footer .tab-content .image {
	float:left;
	margin:0 26px 0 0;
}
#footer .tab-content .image img {display:block;}
#footer .tab-content address {
	margin:0;
	padding:14px 0 0;
	color:#fff;
	font:1em/1.5em Arial, Helvetica, sans-serif;
}
#footer .tab-content address span {display:block;}
#footer .map {
	float:right;
	width:22.36%;
}
#footer .map img {
	display:block;
	width:100%;
	height:auto;
}
.tab-section {
	float:left;
	width:64.87%;
}
.footer {
	overflow:hidden;
	background:#282828;
	padding:24px 25px;
}
.footer ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;
	width:70%;
}
.footer ul li {
	float:left;
	padding:0 8px 0 9px;
	background: url(../images/sep-1.png) no-repeat 0 50%;
}
.footer ul li:first-child {background:none;}
.footer ul li a {color:#fff;}
.footer .social {
	float:right;
	width:auto;
}
@media only screen and (min-width: 768px) {
	.nav-main .slide-block {
		display:block !important;
		position:static !important;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1113px){
	#wrapper {
		max-width:none;
		padding:0 14px 0 13px;
	}
	#header .map {display:none;}
	.header-holder {padding:6px 0 0 51px;}
	.slide-block > ul > li {font-size:1.08em;}
	.slide-block > ul > li > a {
		padding:26px 15px 25px;
		min-height:5px;
	}
	.logo {width:68.6%;}
	.nav {margin:0 0 17px;}
	.nav ul li {
		font-size:14px;
		padding:20px 1.7%;
	}
	#header .search {right:0;}
	.carousel-holder {padding:29px 24px 27px;position:relative;}
	.carousel .mask .image {width:63.6%;}
	.carousel .mask .text-block {
		width:32.4%;
		float:right;
		padding:5px 0 0;
	}
	.text-block h1 {
		font-size:1.42em;
		line-height:1em;
		margin:0 0 14px;
	}
	.hidden {display:none;}
	.text-block p {margin:0 0 13px;}
	.text-block .button-block a {
		padding:8px 17px 6px;
		font-size:0.92em;
	}
	.carousel {margin:0 0 21px;}
	.btn-prev,
	.btn-next {
		position:absolute;
		z-index:99;
		bottom:31px;
		right:52px;
		margin:0;
		top:auto;
		left:auto;
		width:21px;
		height:21px;
		text-indent:-9999px;
		overflow:hidden;
		background: url(../images/sprite-1.png) no-repeat -344px 0;
	}
	.btn-next {
		right:20px;
		background: url(../images/sprite-1.png) no-repeat -376px 0;
	}
	.twitter-block {
		padding:0 29px 0 103px;
		margin:0 0 27px;
		background-position:27px 5px;
	}
	#content{
		float:none;
		width:100%;
		padding:0 0 28px;
	}
	#sidebar {
		width:100%;
		float:none;
	}
	.news-section .title {padding:7px 8px 15px 6px;}
	.news-section .article .block {padding:25px 30px 28px;}
	.news-section .article .image {width:22%;}
	.contact-section {
		float:left;
		width:48.07%;
		margin:-3px 0 0;
	}
	.tabs-section {
		float:right;
		width:48.07%;
	}
	.sidebar-holder {
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 23px 0 19px;
	}
	.sidebar-holder:after {
		content:"";
		display:block;
		clear:both;
	}
	.contact-section .block {padding:6px 15px 17px;}
	.tabs-section .tab-content {padding:19px 18px 10px;}
	#footer .map ,
	#footer aside .address {display:none;}
	#footer .tab-section {width:100%;}
	.tabset-footer {width:33.8%;}
	#footer aside {padding:22px 26px 45px;}
}
@media only screen and (max-width: 767px){
	#wrapper {
		max-width:none;
		padding:0;
	}
	#header {padding:0 0 12px;}
	#header .image,
	.twitter-block,
	.mobile-hidden,
	.nav,
	#header .map{display:none;}
	#header .search {
		right:15px;
		width:35px;
		height:29px;
		background-position:-72px 0;
	}
	.int #content > .news-section > article{
		display: block;
	}
	.header-holder {
		text-align:center;
		padding:36px 0 21px;
	}
	.logo {
		float:none;
		display:inline-block;
		width:92.19%;
		margin:0;
	}
	.nav-main {
		padding:12px 15px 13px 16px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
	}
	.opener {
		display:block;
		text-transform:uppercase;
		font:bold 1.5em Arial, Helvetica, sans-serif;
		padding:9px 40px 10px 16px;
		background:#fff url(../images/bg-close.png) no-repeat 100% 50%;
	}
	.opener:active{background:#fff url(../images/bg-close.png) no-repeat 100% 50%;}
	.nav-main .slide-block {
		width:100%;
		background:#fff;
	}
	.nav-main .slide-block:after{
		content:'';
		display:block;
		clear:both;
	}
	.slide-block > ul > li {
		font:12px/14px Arial, Helvetica, sans-serif;
		clear:left;
		padding:5px 15px;
	}
	.slide-block > ul > li a {
		display:block;
		float:none;
		padding:0;
		color:#0c9adc;
		min-height:5px;
	}
	.slide ul ul ,
	.slide-block > ul > li.home{display:none;}
	.carousel {
		margin:0 0 13px;
		background:none;
	}
	.carousel-holder {padding:0;}
	.carousel .mask .image {
		float:none;
		width:100%;
		background:#fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:19px 14px 17px 16px;
	}
	.carousel .mask .text-block {
		float:none;
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:15px 14px 19px 18px;
	}
	.text-block h1 {
		font-size:1.42em;
		margin:0 0 12px;
	}
	.text-block p {margin:0 0 7px;}
	.text-block .hidden {display:none;}
	.main-holder {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 13px 0 14px;
	}
	.text-block .button-block a {
		font-size:0.92em;
		font-weight:bold;
		padding:7px 16px;
	}
	.btn-prev,
	.btn-next {
		position:absolute;
		z-index:99;
		bottom:25px;
		right:49px;
		margin:0;
		top:auto;
		left:auto;
		width:21px;
		height:21px;
		text-indent:-9999px;
		overflow:hidden;
		background: url(../images/sprite-1.png) no-repeat -344px -25px;
	}
	.btn-next {
		right:17px;
		background: url(../images/sprite-1.png) no-repeat -376px -25px;
	}
	#content {
		float:none;
		width:100%;
		padding:0 0 30px;
	}
	.news-section .title {
		padding:7px 10px 15px 6px;
	}
	.news-section .article .block {
		padding:16px 24px;
	}
	.news-section .article p {margin:0 0 22px;}
	.news-section .article h1 {
		font-size:1.25em;
		line-height:1.47em;
	}
	.news-section .social {margin:0 0 10px;}
	.news-section .more {
		float:left;
		padding:6px 0 6px 11px;
		clear:left;
		border: solid #0c9adc;
		border-width:0 0 0 14px;
	}
	.news-section .article {margin:0 0 30px;}
	.contact-form  {padding:0 2px 19px 11px;}
	.contact-form h2 {margin:0 0 1px;}
	.contact-section .block h1 {margin:0 0 13px;}
	.contact-section .block .social {padding:27px 0 33px 12px;}
	.contact-section .block .social li {margin:0 7px;}
	#sidebar {
		float:none;
		width:100%;
		margin:0 0 29px;
	}
	.tabs-section .tab-content {padding:19px 18px 16px;}
	.tab-content .video {margin:0 0 18px;}
	.tab-content .holder {padding:0 0 0 5px;}
	.tab-content p {margin:0;}
	.tab-content .button-block a {
		margin:0 -7px 0 0;
		padding:6px 14px 6px 12px;
	}
	.footer {
		text-align:center;
		padding:14px 5px;
	}
	.footer ul ,
	.footer .social{
		float:none;
		padding:0;
		font-size:0;
		line-height:0;
		letter-spacing:-4px;
		width:100%;
		display:block;
	}
	.footer ul li {
		float:none;
		display:inline-block;
		font-size:12px;
		line-height:18px;
		letter-spacing:0;
	}
	#footer aside {
		padding:27px 0;
	}
	#footer aside .address {display:block;}
	#footer aside .address address {
		text-align:center;
		color:#929292;
		font:bold 1em/1.2em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}
	#footer aside .address address span {
		display:block;
		padding:0 0 3px;
	}
	#footer .tab-section,
	#footer .tab-content .image,
	#footer .map {display:none;}
}