.panel-custom > .panel-heading {
  color: #ff0000;
  background-color: #000000;
}
.panel-custom > .panel-body {
  color: #9fa7b7;
  background-color: #5a6378;
  border:none;
}

.panel-body h3{
    color:#ffffff;
	font-weight:700;
    text-transform:uppercase;
	margin-bottom:4%;
}
.panel-custom > .panel-footer {
  color: #ffffff;
  background-color: #414859;
  border:none;
  max-height:100%;
  height:60px;
  margin-bottom:15%;
}

.form-control {
  
	border:none;
}

.form-control:focus{
	border-color: rgba(82,168,236,.8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
	box-shadow: 0 0 8px rgba(82,168,236,.6);
	background-color: #ffffff;
}

/*Start Footer*/

.footerStripe {
    border-top: 1px solid #ccc;
    /* box-shadow: 0px -3px 1px 0px #eee; */
    box-shadow: 0 0 15px -5px #000000;
    background: #fff;
    padding: 0px 0px 3px 0px !important;
    margin: 30px 0px 0px 0px;
}
.footerStripe {
    float: none;
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 10px 5px 5px 5px;
    border-top: 1px solid #999;
}
.shownStripe, .permanentStripe {
    display: block;
}
#com_wiley_els_pv5_widget_footerbar {
    width: 960px;
    margin: 60px auto 26px auto;
    height: auto;
}
#footeritems {
    font-size: 0.79em !important;
    padding-left: 35%;
}
#footeritems {
    display: inline;
    text-decoration: none;
    font-size: 0.75em;
}


.wlogo {
    float: right;
    background: url(../img/logo.png) #fff no-repeat;
    height: 100px;
    width: 200px;
    margin-top: -60px;
}
.wlogo a {
    display: inline-block;
    height: 100px;
    width: 100px;
    text-decoration: none;
    color: #fff;
    text-indent: -9999px;
}
/*End Footer*/
