a:hover, a:active, a:focus {
   outline: 0;
}

body { 
	font:15px/23px "ProximaNovaRegular", sans-serif; 
	color: #646C71;
	background: #f4f4f4;
	margin: 0 auto;
}

a {
	color:#056fc7; 
	text-decoration: none;
}

a:hover {
	color: #238ee7;
}

.coda-slider-wrapper { 
	margin: 100px auto 0;
	padding: 10px;
	width: 597px; 
	overflow: hidden;
	clear: both;
	position: relative;
}

.coda-slider { 
	background: #fff;
	border: 1px solid #cbcbcb; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; /* future proofing */ -khtml-border-radius: 5px; /* for old Konqueror browsers */ 
	-moz-box-shadow: 0 0 3px 3px #e9e9e9; -webkit-box-shadow: 0 0 3px 3px #e9e9e9; box-shadow: 0 0 3px 3px #e9e9e9;
	width: 680px; 
	margin: 0 auto; 
	float: left; 
	overflow: hidden;
}

.coda-slider .panel-wrapper { 
	padding: 84px 0;
	float: left;
}

.coda-slider .panel { 
	display: block; 
	float: left;
	text-align: center;
}

.coda-slider .panel-container { 
	position: relative 
}

.coda-slider .hover-arrow {
	padding: 0 74px;
	width: 449px;
	float: left;
}

.register {
	height: 300px;
  overflow: hidden;
  position: relative;
  width: 430px;
}

.signin-teaser {
	left: 0;
	position: absolute;
	top: 70px;
	width: 430px;
}

.signin-reveal {
	left: 500px;
	opacity: 0;
	position: absolute;
	top: 40px;
	width: 430px;
}

a.arrow-back {
	background: transparent url('../images/arrow-back.png') no-repeat 0 4px;
	padding-left: 11px;
	color: #777777;
	-webkit-transition: all 400ms; -moz-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; 
}

a.arrow-back:hover {
	background-position: 0 -13px;
	color: #555;
}

.feature-left,
.feature-right {
	float: left;
	margin: 20px 0;
	background: transparent url("../images/feature-bg.png") repeat-x 0 141px;
}

.feature-left .img-feature {
	float: left;
	width: 220px;
}

.feature-left .text-feature {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	margin-left: 20px;
}

.feature-right .img-feature {
	float: right;
	width: 220px;
}

.feature-right .text-feature {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	margin-right: 20px;
}

.footer {
	width: 600px;
	height: 40px;
	margin: 0 auto;
}

.footer #logo {
	background: transparent url('../images/logo.png') no-repeat;
	width: 61px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	float: right;
	-webkit-transition: all 400ms; -moz-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms;
	opacity: 0.3;
}

.footer #logo:hover {
	opacity: 1;
}

	
/* Navigation */
.coda-nav {
	display: none;
}

.coda-nav-left {left: 4px}
.coda-nav-right {right: 0}

.coda-nav-left, 
.coda-nav-right { 
	position: absolute; 
	top: 160px;
	z-index: 1; 
	-webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms; transition: all 200ms; 
}

.coda-nav-left a, 
.coda-nav-right a { 
	display: block; 
	text-align: center; 
	text-decoration: none 
}

.coda-nav-right a {
	width: 64px;
	height: 84px;
	background: transparent url('../images/arrow-right.png') no-repeat 0 0;
	text-indent: -9999px;
}

.coda-nav-right a:hover {
	background-position: bottom;
}

.coda-nav-left a {
	width: 64px;
	height: 84px;
	background: transparent url('../images/arrow-left.png') no-repeat 0 0;
	text-indent: -9999px;
}

.coda-nav-left a:hover {
	background-position: bottom;
}


/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, 
.coda-slider .panel { 
	width: 600px 
} 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, 
.coda-slider-wrapper.arrows .coda-slider .panel { 
	width: 600px 
}

/* Preloader */
.coda-slider p.loading { 
	padding: 20px; 
	text-align: center 
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { 
	height: 200px; 
	overflow: auto !important; 
	padding-right: 20px 
}

noscript div { 
	background: #ccc; 
	border: 1px solid #900; 
	margin: 20px 0; 
	padding: 15px 
}

.blue-btn {
	background: url("../images/btn.png") no-repeat scroll right 0 transparent;
  color: #fff;
  display: block;
  float: left;
  font-family: "ProximaNovaSemibold",sans-serif;
  font-size: 17px;
  height: 43px;
  line-height: 39px;
  padding-right: 35px;
	margin: 30px 0 0;
  text-shadow: 1px 1px 1px #12446D;
}

.blue-btn span {
    background: url("../images/btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 43px;
    width: 20px;
}

.blue-btn:hover {
	background: url("../images/btn.png") no-repeat scroll right bottom transparent;
	color: #fff;
}

.blue-btn:hover span {
	background: url("../images/btn.png") no-repeat scroll 0 bottom transparent;
}

/* Typography */
h1 {
	
}

h2 {
	color: #232628;
  font-family: "ProximaNovaExtrabold",sans-serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 46px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h3 {
	color: #232628;
  font-family: "ProximaNovaBold",sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}

h4 {
    color: #056FC7;
    font-family: "AdobeCaslonProItalic",serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
}