@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700);

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {	
	background: url(../img/bg_body.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
	line-height:20px;
	padding:0;
	margin:0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration:underline;
	color:#fff;
}
a img {
	border:0;
}
h1 {
	font-size:22px;
	line-height:26px;
	padding-bottom:10px;
	font-weight:700;
}
h2 {
	font-size:18px;
	line-height:22px;
	padding-bottom:10px;
	font-weight:700;
}
h3 {
	font-size:14px;
	line-height:22px;
	font-weight:700;
}
.copy {
	background: #000;
	background: rgba(0, 0, 0, .7);
	width:600px;
	margin:0 auto 30px;
}
.copy p,
.copy li {
	padding:0 0 10px;
}
.copy ul {
  margin-left: 1.2em;
}
.copy .inner {
	padding:30px 30px 20px 30px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.page {
	margin:0 auto;
	max-width:980px;
	padding:30px 10px 0;
}
.push {
  height: 60px;
}
@media (max-width: 639px) {
  .page { padding:0; }
  .copy { width:100%; margin-bottom:1px;}
  .wrapper { margin: 0 auto -74px; }
  .push { height: 74px; }
}

/* footer new */
.footer {
  height: 60px;
  background: #000;
	background: rgba(0, 0, 0, .7);
	color:#fff;
	text-align:center;
}
.footer a {
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 10px;
}
.footer-nav-1,
.footer-nav-2 {
  display: inline;
}
.footer a:hover,
.footer a.act {
	border-bottom:1px solid #fff;
	color:#fff;
}
@media (min-width: 640px) {
  .footer a {
    line-height: 60px;
  }
}
@media (max-width: 639px) {
  .footer {
    height: 74px;
  }
  .footer-nav-1,
  .footer-nav-2 {
    display: block;
  }
  .footer-nav-1 {
    padding: 20px 0 5px;
  }
  .footer-nav-2 a {
    font-weight: normal;
    font-size: 10px;
    color:#ccc;
  }
  .footer-nav-2 a:hover,
  .footer-nav-2 a.act {
    border-bottom:1px solid #ccc;
    color:#ccc;
  }
}

@media (max-width: 479px) {
  .footer-nav-1 { padding: 17px 0 5px; }
  .footer-nav-1 a { font-size:14px; margin:0 5px; }
  .footer-nav-2 a { font-size: 12px; }
}

/* Override slider base */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #C33;
}