.alert {
    padding: 8px 15px;
    margin: 10px 0;
    border: 1px solid transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert-dismissable .close {
    position: relative;
    position: relative;
    top: -2px;
    right: -2px;
    color: inherit;
}
/*.alert-danger {
	color:#FFFFFF;
	background-color:#FA482E;
	border:1px solid #FA482E;
}*/

.alert-warning {
    background-color: #E8C571;
    color: #813A26;
    border: 1px solid #E8C571;
}

.alert-success {
    background-color: #54A992;
    color: #FFFFFF;
    border: 1px solid #54A992;
}

.alert-success a:link {
    color: #FFFFFF;
}

.alert-success a:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: help;
}
/* Flat UI Colors
-------------------------------------------------- */
/*
#1ABC9C	Turquoise
#16A085	Green Sea

#2ECC71	Emerald
#27AE60	Nephritis

#3498DB	Peter River
#2980B9	Belize Hole

#9B59B6	Amethyst
#8E44AD	Wisteria

#34495E	Wet Asphalt
#2C3E50	Midnight Blue

#F1C40F	Sun Flower
#F39C12	Orange

#E67E22	Carrot
#D35400	Pumpkin

#E74C3C	Alizarin
#C0392B	Pomegranate

#ECF0F1	Clouds
#BDC3C7	Silver

#95A5A6	Concrete
#7F8C8D	Asbestos
*/
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/* Move down content because we have a fixed navbar that is 50px tall */

body {
    background-color: #FFF;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    padding: 0px 0 20px 0;
}

body > .container {
    padding-top: 10px;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #2C3E50;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #b4bcc2;
}

h1,
h2,
h3 {
    margin-top: 12px;
    margin-bottom: 15px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 14px;
    margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10.5px;
}

.lead {
    padding: 6px 2px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}

a {
    color: #54A992;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #54A992;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.img-left,
.image-left {
    float: left !important;
    margin-right: 18px;
    padding-bottom: 5px;
}

.img-right,
.image-right {
    float: right !important;
    margin-left: 18px;
    padding-bottom: 5px;
}

.img-vcenter {
    display: table !important;
    height: auto;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
}

hr.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 12px 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.green {
    color: #54A992;
}

.navbar-form input,
.form-inline input {
    width: auto;
}

.nav {
    margin: 0 auto;
}

#navbar-main {
    z-index: 50;
}

#navbar-main > ul,
.navbar-nav {
    float: none;
}

.navbar {
    min-height: 45px;
    border-radius: 0px;
    margin-bottom: 12px;
    z-index: 50;
}

.navbar-default {
    background-color: #34495E;
    border-color: #34495E;
}

.navbar-brand {
    float: left;
    padding: 3px 12px 3px 6px;
    font-size: 19px;
}

.navbar-nav > li > a {
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .04em;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 8px;
}
/******
#BookTab > ul > li > a {
    padding: 6px 12px;
}
*****/

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1ABC9C;
    background-color: #2C3E50;
}

.navbar-header {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 30px;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #3498DB;
}

.dropdown-menu {
    font-size: 10px;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 20px 5px 0 0;
    font-size: 15px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu-left {
    position: absolute;
    top: 44px;
    left: -90%;
    z-index: 1000;
    display: none;
    float: left;
}

.dropdown-menu > li.text {
    padding-left: 20px;
    font-size: 13px;
    line-height: 18px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #7b8a8b;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    padding: 6px 20px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2C3E50;
}

.navbar-collapse {
    margin: 0 auto;
    max-height: 800px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#topnav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}


.breadcrumb a {
    color: #BDC3C7;
    text-decoration: none;
    padding: 3px 0 3px 0;
}

.breadcrumb a:hover, .breadcrumb a:last-child {
    color: #18BC9C;
}

.breadcrumb {
    font-size: 12px;
    padding: 0;
    margin-bottom: 6px;
    list-style: none;
    border-radius: 0px;
    text-transform: lowercase;
    background-color: white;
    color: #18BC9C;
}

span.ipb-locationline-separator:first-child {
    padding: 0;
}

span.ipb-locationline-separator {
    padding: 0 10px;
}

/*
#breadcrumbs {
    font-size: 12px;
    padding: 0;
    margin-bottom: 6px;
    list-style: none;
    border-radius: 0px;
    text-transform: lowercase;
}

#breadcrumbs ul {
    padding: 3px 10px 3px 0;
    list-style: none;
}

#breadcrumbs > li {
    display: inline-block;
}

#breadcrumbs > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

#breadcrumbs > .active {
    color: #b3b3b3;
}

#breadcrumbs > li > a {
    color: #BDC3C7;
    text-decoration: none;
}

#breadcrumbs > li > a:hover,
#breadcrumbs > li:last-child > a {
    color: #18BC9C;
}
*/


a {
    outline: 0;
}

a,
a:link,
a:visited;
a:hover,
a:active {
    border: none;
    outline: none;
}

.well-success {
    background-color: #B3D2C5;
}

#custom-search-input {
    margin: 0;
    pardding: 0;
}

.pb20,
.pvl,
.pal {
    padding-bottom: 20px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.graybox {
    background-color: #ECF0F1;
    margin-bottom: 4px;
    padding: 8px;
}

.upcoming {
    background-color: #ECF0F1;
    padding: 0px;
    overflow: hidden;
}

.upcomingHeader {
    background-color: #54A992;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.upcomingHeader span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 8px 0 0;
    position: relative;
}

.upcomingHeader a:link,
.upcomingHeader a:visited,
.upcomingHeader a:hover,
.upcomingHeader a:active,
.needHelp a:link,
.needHelp a:visited,
.needHelp a:hover,
.needHelp a:active {
    color: #FFFFFF;
}

.upcoming h3,
.panel > .eventTitle h3 {
    color: #2C3E50;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 0 15px;
    padding: 0;
}

.upcoming .panel-body {
    padding: 0;
}

.table > tbody > tr > td {
    border-top: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.panel-body > table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #ecf0f1;
}

.panel-body > table > tbody > tr:last-child {
    border-bottom: none;
}

.panel-body > table > tbody > tr > td {
    padding: 3px;
}

.panel-body > table {
    width: 100%;
    margin-bottom: 6px;
}

.panel-body > table > thead > th {
    font-weight: bold;
}

.panel-heading {
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 0px;
}

.upcoming .eventDate,
.panel-body .eventDate {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 0 15px;
}

.upcoming .eventContent {
    /*border-bottom:1px dotted #BDC3C7;*/
    
    margin: 6px 0 14px 0;
    padding: 0 12px 6px 6px;
    background-image: linear-gradient(to right, #BDC3C7 20%, rgba(185, 195, 199, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}

.upcoming .eventContent {
    margin-bottom: 8px\0/;
}

.eventContent:last-child {
    background-image: none\0/;
    border-bottom: 0\0/;
    border-bottom: none\0/;
}

.eventContent:last-child {
    margin: 4px 0 10px 0;
    padding: 0 12px 6px 6px;
    background-image: none;
}

.eventTitle span,
.eventTitle i {
    color: #95A5A6;
    margin: 0 20px 0 -40px;
    top: 8px;
    width: 20px;
}

.needHelp > a {
    background-color: #54A992;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    line-height: 20px;
}

.frontFeature {
    padding: 0 0 0 15px;
}

.btn {
    margin-bottom: 0px;
}

.btn-sm {
    padding: 6px;
}

.btn-success,
#myHomeCarousel .btn-success {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    background-color: #54A992;
    border-color: #54A992;
    border-radius: 0px;
    position: relative;
    z-index: 10;
}

.btn-danger {
    color: #FFFFFF;
    background-color: #E74C3C;
    border-color: #E74C3C;
    border-radius: 0px;
    margin-bottom: 4px;
}

.btn-primary {
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
    margin-bottom: 4px;
}

.btn-warning {
    background-color: #E8C571;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
    margin-bottom: 4px;
}

.btn-txt {
    border: solid #54A992 10px;
    background: #54A992;
    background-image: -webkit-linear-gradient(top, #54A992, #54A992);
    background-image: -moz-linear-gradient(top, #54A992, #54A992);
    background-image: -ms-linear-gradient(top, #54A992, #54A992);
    background-image: -o-linear-gradient(top, #54A992, #54A992);
    background-image: linear-gradient(to bottom, #54A992, #54A992);
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.btn-txt:hover {
    border: solid #13987e 10px;
    background: #13987e;
    background-image: -webkit-linear-gradient(top, #13987e, #13987e);
    background-image: -moz-linear-gradient(top, #13987e, #13987e);
    background-image: -ms-linear-gradient(top, #13987e, #13987e);
    background-image: -o-linear-gradient(top, #13987e, #13987e);
    background-image: linear-gradient(to bottom, #13987e, #13987e);
    color: #ffffff;
    text-decoration: none;
}

#myHomeCarousel a {
    text-decoration: none;
}

#myHomeCarousel .carousel-inner {
    height: 290px;
}

#myHomeCarousel .entry {
    position: relative;
    background: url(../../img/white_pixel.png) repeat;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 15px 10px 20px;
    margin-left: -15px;
    width: 66%;
}

#myHomeCarousel > div > div.active.item > h1,
#myHomeCarousel .item-entry > h1,
#myHomeCarousel > div > div > h1 {
    color: #34495E;
    font-size: 2em;
    font-weight: bold;
    position: relative;
}

#myHomeCarousel .featureItem h2 {
    color: #34495E;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.7em;
    padding-bottom: 10px;
    position: relative;
}

#myHomeCarousel .carousel-control {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    margin: 0;
    padding: 2px 0 0 0;
    text-shadow: 0;
    width: 5%;
}

#myHomeCarousel .carousel-control {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#myHomeCarousel .carousel-control.left {
    background-image: none;
    top: 85%;
    left: 86%;
}

#myHomeCarousel .carousel-control.right {
    background-image: none;
    top: 85%;
    left: 92%;
}

#myHomeCarousel .item {
    text-align: left;
    height: 300px !important;
    padding: 15px;
}

.carousel-caption {
    text-shadow: 0;
}

#myHomeCarousel img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    width: auto\9;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.carousel-control,
#exbCarousel .carousel-control {
    background-color: #54A992;
    padding: 2px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 5%;
    height: 30px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.0);
    opacity: 0.6;
    filter: alpha(opacity=50);
}

#myHomeCarousel > .carousel-control,
#myHomeCarousel .carousel-control.left,
#myHomeCarousel .carousel-control.right {
    background-color: none;
    background-image: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-color: none;
    background-repeat: 0;
}

footer {
    background-color: #E8C571;
    margin: 30px 0 20px 0;
    padding: 14px;
    text-align: center;
}

footer p {
    color: #7F3A26;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0px;
}

.footerButtons .btn {
    margin-bottom: 6px;
    padding: 4px 0;
    margin-bottom: 4px;
}

footer a {
    color: #7F3A26;
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: #34495E;
    text-decoration: underline;
}

footer a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/********************************************************************* FULL SCREEN CAROUSEL ******/
/*#myCarousel	{
	margin-top:12px;
		padding-bottom:15px;
}
#myCarousel .nav a small	{
		display:block;
}
#myCarousel .nav	{
		background:#eee;
}*/

.nav-justified > li > a {
    border-radius: 0px;
}

.nav-pills > li[data-slide-to="0"].active a {
    background-color: #9B59B6;
}

.nav-pills > li[data-slide-to="1"].active a {
    background-color: #3498DB;
}

.nav-pills > li[data-slide-to="2"].active a {
    background-color: #2ECC71;
}

.nav-pills > li[data-slide-to="3"].active a {
    background-color: #E67E22;
}

.nav-pills > li[data-slide-to="4"].active a {
    background-color: #E74C3C;
}
/*div .active img {box-shadow:inset 0px 0px 10px rgba(0,0,0,0.9);}*/

.nav-pills > li a,
.nav-pills > li a:hover,
.nav-pills > li a:focus {
    color: #34495E;
}
/*.carousel-inner > div {
	box-shadow:inset 0px 0px 30px rgba(0,0,0,0.5);
	height:220px;
}
 
.active img { 
	position:relative;

}*/
/*#myCarousel .item {min-height:235px;}
.carousel-inner > div p {margin:0; padding-right:6px;}*/

.glyphicon-lg {
    font-size: 3em
}

.blockquote-box {
    margin-bottom: 20px
}

.blockquote-box .square {
    width: 80px;
    min-height: 30px;
    margin-right: 22px;
    text-align: center!important;
    background- color: #E6E6E6;
    padding: 16px 0
}

.blockquote-box .square {
    width: 80px;
    min-height: 30px;
    margin-right: 22px;
    text-align: center!important;
    background- color: #E6E6E6;
    padding: 16px 0
}

.blockquote-box.blockquote-primary {
    border-color: #357EBD
}

.blockquote-box.blockquote-primary .square {
    background-color: #428BCA;
    color: #FFF
}

.blockquote-box.blockquote-success {
    border-color: #4CAE4C
}

.blockquote-box.blockquote-success .square {
    background-color: #5CB85C;
    color: #FFF
}

.blockquote-box.blockquote-info {
    border-color: #46B8DA
}

.blockquote-box.blockquote-info .square {
    background-color: #5BC0DE;
    color: #FFF
}

.blockquote-box.blockquote-warning {
    border-color: #EEA236
}

.blockquote-box.blockquote-warning .square {
    background-color: #F0AD4E;
    color: #FFF
}

.blockquote-box.blockquote-danger {
    border-color: #D43F3A
}

.blockquote-box.blockquote-danger .square {
    background-color: #D9534F;
    color: #FFF
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-6igg5u');
    src: url('fonts/icomoon.eot?#iefix-6igg5u') format('embedded-opentype'), url('fonts/icomoon.woff?-6igg5u') format('woff'), url('fonts/icomoon.ttf?-6igg5u') format('truetype'), url('fonts/icomoon.svg?-6igg5u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-film:before {
    content: "\e600";
}

.booktitle {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
/* SOCIAL ICONS - GENERAL */

.socialLinks {
    background-color: #34495E;
    padding: 6px 15px;
    text-align: left;
}

.socialLinks span {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2px;
    padding: 0 40px 0 10px;
}

.socialLinks a {
    padding: 0 0 0 10px;
}
/*.social li {
	display:inline;
	float:left;
	background-repeat:no-repeat;
	padding-left:14px;
}

.social li a {
	display:block;
	width:32px;
	height:32px;
	position:relative;
	text-decoration:none;
}

.social li a strong {
	font-weight:normal;
	position:absolute;
	left:20px;
	top:-1px;
	color:#fff;
	padding:3px;
	z-index:9999;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75);
	background-color:rgba(0, 0, 0, 0.7);
	-moz-border-radius:0px;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:0px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	border-radius:0px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}*/

li.fb {
    background-image: url("../img/facebook.png");
}

li.goodreads {
    background-image: url("../img/goodreads.png");
}

li.google {
    background-image: url("../img/google.png");
}

li.li {
    background-image: url("../img/linkedin.png");
}

li.pin {
    background-image: url("../img/pinterest.png");
}

li.tw {
    background-image: url("../img/twitter.png");
}

li.yt {
    background-image: url("../img/youtube.png");
}
/*#socialmedia:hover li { opacity:0.2; }

#socialmedia li {
	-webkit-transition-property:opacity;
	-webkit-transition-duration:400ms;
	-moz-transition-property:opacity;
	-moz-transition-duration:400ms;
}

#socialmedia li a strong {
	opacity:0;
	-webkit-transition-property:opacity, top;
	-webkit-transition-duration:300ms;
	-moz-transition-property:opacity, top;
	-moz-transition-duration:300ms;
}

#socialmedia li:hover { opacity:1; }

#socialmedia li:hover a strong {
	opacity:1;
	top:-10px;
}*/

.socialLinks img {
    opacity: 1;
}

.socialLinks img:hover {
    opacity: .6;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
    padding: 14px;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
    padding: 14px;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
    padding: 14px;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
    padding: 14px;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
    padding: 14px;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.mg-40-10 {
    margin: 40px, 10px;
}
/****************************************************************************	TABS	************/
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border: 0;
}

#searchtab > div > ul > li {
    border: 0;
    float: left;
    margin-bottom: 0px;
}

#searchtab > div > ul > li > a {
    position: relative;
    display: block;
    padding: 1px 12px;
}

#searchtab > div > ul > li {
    border: 0;
    float: none;
}

#searchtab > div > ul > li > a {
    border: 0;
    background-color: #95A5A6;
    color: #FFFFFF;
    font-size: .85em;
    line-height: 20px;
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right > .nav-tabs {
    border: 0;
    float: right;
}

#searchtab {
    height: 43px;
}

#searchtab > div > ul > li > a:hover,
#searchtab > div > ul > li > a:focus {
    border: 0;
    color: #34495E;
}

#searchtab > div > ul > li.active > a {
    border: 0;
    background-color: #34495E;
    color: #FFFFFF;
    height: 22px;
}

#searchtab > div > ul > li {
    border: 0;
    height: 21px;
}

.form-search {
    display: block;
    width: 100%;
    height: 43px;
    padding: 4px 8px;
    font-size: 15px;
}

.btn-search {
    height: 43px;
    width: 46px;
    line-height: 1px;
    padding: 10px;
}

.form-group {
    margin-bottom: 0;
}

#BookTab > .tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #D7E0E2;
    border-top: 0px solid #FFFFFF;
    margin-bottom: 12px;
}

#BookTab > .nav-tabs>li.active>a {
    border: 1px solid #D7E0E2;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 0px;
}

#BookTab > .nav-tabs {
    border-bottom: 0px;
}

#BookTab > .nav-tabs>li > a {
    border-bottom: 1px solid #D7E0E2;
    background-color: #F6F9FE;
    margin-right: 4px;
color: #2c3e50;
}
/*
.homepageItem img,
.homepageItem object	{
	height:165px;
	text-align:center;
	width:100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	height:140px;
	z-index:-10;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:-10;
}
*/
/*****************************************************************	VIDEO **********/

.demo-video {
    padding-top: 95px;
    border-radius: 6px;
}

.video-js {
    background-color: transparent;
    margin-top: -95px;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 6px 6px 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.video-js:-moz-full-screen {
    position: absolute;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.vjs-poster {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-height: 100%;
    border-radius: 6px 6px 0 0;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.video-js .vjs-text-track {
    display: none;
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: #fff;
}

.video-js .vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

.vjs-fade-in {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
    transition: visibility 0s linear 0s, opacity .3s linear;
}

.vjs-fade-out {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear;
}

.vjs-control-bar {
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 47px;
    color: #ffffff;
    background: #273747;
    border-radius: 0 0 6px 6px;
}

.vjs-control-bar.vjs-fade-out {
    visibility: visible !important;
    opacity: 1 !important;
}

.vjs-control {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 18px;
    width: 18px;
}

.vjs-control:focus {
    outline: 0;
}

.vjs-control div {
    background-position: center center;
    background-repeat: no-repeat;
}

.vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-play-control {
    cursor: pointer !important;
    height: 47px;
    left: 0;
    position: absolute;
    top: 0;
    width: 58px;
}

.vjs-play-control div {
    position: relative;
    height: 47px;
}

.vjs-play-control div:before,
.vjs-play-control div:after {
    position: absolute;
    font-family: "Flat-UI-Icons";
    color: #1abc9c;
    font-size: 16px;
    top: 50%;
    left: 50%;
    margin: -0.55em 0 0 -0.5em;
    -webkit-transition: color .25s, opacity .25s;
    transition: color .25s, opacity .25s;
}

.vjs-play-control div:after {
    content: "\e03b";
}

.vjs-play-control div:before {
    content: "\e03c";
}

.vjs-paused .vjs-play-control:hover div:before {
    color: #16a085;
}

.vjs-paused .vjs-play-control div:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.vjs-paused .vjs-play-control div:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.vjs-playing .vjs-play-control:hover div:after {
    color: #16a085;
}

.vjs-playing .vjs-play-control div:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.vjs-playing .vjs-play-control div:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.vjs-rewind-control {
    width: 5em;
    cursor: pointer !important;
}

.vjs-rewind-control div {
    width: 19px;
    height: 16px;
    background: none transparent;
    margin: .5em auto 0;
}

.vjs-mute-control {
    background: url(../images/video/volume-full.png) center -48px no-repeat;
    background-size: 16px 64px;
    cursor: pointer !important;
    position: absolute;
    right: 51px;
    top: 14px;
}

.vjs-mute-control:hover div,
.vjs-mute-control:focus div {
    opacity: 0;
}

.vjs-mute-control.vjs-vol-0,
.vjs-mute-control.vjs-vol-0 div {
    background-image: url(../images/video/volume-off.png);
}

.vjs-mute-control div {
    background: #273747 url(../images/video/volume-full.png) no-repeat center 2px;
    background-size: 16px 64px;
    height: 18px;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar {
    display: none;
}

.vjs-progress-control {
    position: absolute;
    left: 60px;
    right: 180px;
    height: 12px;
    width: auto;
    top: 18px;
    background: #425669;
    border-radius: 32px;
}

.vjs-progress-holder {
    position: relative;
    cursor: pointer !important;
    padding: 0;
    margin: 0;
    height: 12px;
}

.vjs-play-progress,
.vjs-load-progress {
    position: absolute;
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    border-radius: 32px;
}

.vjs-play-progress {
    background: #1abc9c;
    left: -1px;
}

.vjs-load-progress {
    background: #d6dbdf;
    border-radius: 32px 0 0 32px;
}

.vjs-load-progress[style*='100%'],
.vjs-load-progress[style*='99%'] {
    border-radius: 32px;
}

.vjs-seek-handle {
    background-color: #16a085;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 1px;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.vjs-seek-handle[style*='95.'] {
    margin-left: 3px;
}

.vjs-seek-handle[style='left:0%;'] {
    margin-left: -2px;
}

.vjs-seek-handle:hover,
.vjs-seek-handle:focus {
    background-color: #148d75;
}

.vjs-seek-handle:active {
    background-color: #117a65;
}

.vjs-time-controls {
    position: absolute;
    height: 20px;
    width: 50px;
    top: 16px;
    font: 300 13px "Lato", Helvetica, Arial, sans-serif;
}

.vjs-current-time {
    right: 128px;
    text-align: right;
}

.vjs-duration {
    color: #5d6d7e;
    right: 69px;
    text-align: left;
}

.vjs-remaining-time {
    display: none;
}

.vjs-time-divider {
    color: #5d6d7e;
    font-size: 14px;
    position: absolute;
    right: 121px;
    top: 15px;
}

.vjs-secondary-controls {
    float: right;
}

.vjs-fullscreen-control {
    background-image: url(../images/video/fullscreen.png);
    background-position: center -47px;
    background-size: 15px 64px;
    cursor: pointer !important;
    position: absolute;
    right: 17px;
    top: 13px;
}

.vjs-fullscreen-control:hover div,
.vjs-fullscreen-control:focus div {
    opacity: 0;
}

.vjs-fullscreen-control div {
    height: 18px;
    background: url(../images/video/fullscreen.png) no-repeat center 2px;
    background-size: 15px 64px;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.vjs-menu-button {
    display: none !important;
}

@-webkit-keyframes sharp {
    0% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        background: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes sharp {
    0% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        background: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes sharp {
    0% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        background: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sharp {
    0% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        background: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        background: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.vjs-loading-spinner {
    background: #ebedee;
    display: none;
    height: 16px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 10px;
    -webkit-animation: sharp 2s ease infinite;
    animation: sharp 2s ease infinite;
}

.pagination a {
    color: #FFFFFF;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 3px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.news-item:lchild(2) {
    padding: 3px 4px;
    margin: 0px;
    border-bottom: 0px dotted #555;
}
/* basic scrollbar styling */
/* vertical scrollbar */

.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
/* horizontal scrollbar */

.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}

.mCustomScrollBox {
    -ms-touch-action: none;
    /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */

.mCustomScrollBox > .mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px 

-20px (dark) 
	*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-

140px -40px (dark) 
	*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-

140px -56px (dark) 
	*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/

.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/*light-2*/

.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
/*dark-2*/

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
/*light-thick*/

.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
/*dark-thick*/

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
/*light-thin*/

.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
/*dark-thin*/

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.centered {
    text-align: center;
}

.vticker {
    position: relative;
    height: 250px !important;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}



.vticker ul {
    height: 245px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.vticker li {
    list-style: none;
    border-bottom: 1px dotted #DDD;
    padding: 12px 12px 0 12px;
}

.vticker li:hover {
    background-color: #d9e3e5;
}

.vticker li a {
    color: #2C3E50;
    text-decoration: none;
}

div.col-md-5 > div > div.vticker > ul > li:nth-child(4) {
    border: none;
    border: 0;
}

div.col-md-5 > div > div.vticker > ul {
    position: relative;
    overflow: hidden;
}

div.col-md-5 > div > div.vticker > ul > li {
    height: 84px;
    overflow: hidden;
}
/************************************************************************************************************  VIDEOS 

 **************************/

.ratings {
    color: #F1C40F;
    padding-left: 10px;
    padding-right: 10px;
}

.thumbnail .caption-full {
    padding: 12px;
}

.thumbnail iframe {
    padding: 12px;
    width: 100%;
}
/************************************************************************************************************  VIDEOS 
 **************************/

.video-page > .thumbnail,
.video-page > div > div.thumbnail {
    height: 320px!important;
    margin-bottom: 20px;
}

.pagination {
    margin: 0 auto;
}

ul.pagination {
    width: 600px;
    clear: both;
    margin-left: 20px;
    margin-top: 40px;
}

ul.pagination > li > strong {
    font-weight: normal;
}

ul.pagination > li > a {
    background-color: #54A992;
}

ul.pagination > li > a:hover,
ul.pagination > li > span:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:focus,
ul.pagination > li > a.active {
    background-color: #0f7864;
}

.managementCard {
    width: 94%;
    padding: 15px;
    margin: 12px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px -5px #8c8c8c;
    -moz-box-shadow: 0 0 10px -5px #8c8c8c;
    box-shadow: 0 0 10px -5px #8c8c8c;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.Youth,
.youth,
.Child,
.child,
.Literacy,
.literacy {
    border-left-color: #F1C40F;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Adult,
.adult,
.Author,
.author,
.Crafts,
.crafts,
.Finance,
.finance,
.Gardening,
.gardening,
.Nurtition,
.nutrition {
    border-left-color: #34495E;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Business,
.business,
.Career {
    border-left-color: #16A085;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Teen,
.teen,
.Technology,
.technology,
.STEAM,
.steam {
    border-left-color: #2ECC71;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Exhibits,
.exhibits {
    border-left-color: #3498db;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.History,
.history,
.Scottsdale,
.scottsdale {
    border-left-color: #AD3426;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Knowing,
.knowing {
    border-left-color: #F39C12;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Films,
.films {
    border-left-color: #9B59B6;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Espanol,
.espanol {
    border-left-color: #BDC3C7;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}

.Music,
.music {
    border-left-color: #E74C3C;
    border-left-style: solid;
    border-left-width: 15px;
    height: 100%;
    padding-left: 10px;
}
/************************************************* NATIONAL LIBRARY WEEK ****************/

.nlw-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ddebf0;
    border: 0px solid #ddebf0;
    border-radius: 0;
    box-shadow: 0;
}
/*********************************************************************************************** THUMBNAILS **********/

.thumbnail {
    display: block;
    /*padding: 4px;*/
    
    padding: 0;
    margin-bottom: 21px;
    line-height: 1.428571429;
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-radius: 0;
    /*border-radius: 4px;*/
    
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-default {
    border-color: #ecf0f1;
}

.panel {
    border-radius: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*background-color: #ecf0f1;*/
    
    border: 0px solid #d7e0e2;
    border-radius: 0;
    box-shadow: 0;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0;
    box-shadow: 0;
}

.well-sm {
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: 0;
}

* {
    box-shadow: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*********************************************************************************************** 60 yEARS **********/

.sixtyyears > div > a > strong {
    font-family: "Oldenburg", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.sixtyyears > .alert a,
.sixtyyears > .alert,
.sixtyyears > .alert -link {
    text-decoration: none;
}
/*********************************************************************************************** NEWSLETTER **********/

.newsletter {
    width: 760px;
}

.newsletter .socialLinks p {
    color: #FFFFFF;
    font-weight: normal;
}

.newsletter .socialLinks p a {
    padding: 0;
}

.newsletter > header {
    background-color: #E8C571;
    margin: 10px 0;
    padding: 14px;
    text-align: center;
}

.newsletter > header p {
    color: #7F3A26;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0px;
}

.footerButtons .btn {
    margin-bottom: 6px;
    padding: 4px 0;
    margin-bottom: 4px;
}

.newsletter > header a {
    color: #7F3A26;
    text-decoration: underline;
}

.newsletter > header a:hover,
.newsletter > header a:focus {
    color: #34495E;
    text-decoration: underline;
}

.newsletter > header a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/************************************************* THANK YOU ****************/

.thankyou-well {
    min-height: 20px;
    padding: 30px;
    margin: 40px 0;
    background-color: #e9f4f1;
    border: 0px solid #d7e0e2;
    border-radius: 0;
    box-shadow: 0;
}

.thankyou-well h1,
.thankyou-well h2,
.thankyou-well h3,
.thankyou-well h1 {
    color: #54a992;
}
/************************************************* BOOK CAROUSELS ****************/

#myCarousel > iframe > .statichead {
    display: none;
    visibility: hidden;
}
/************************************************* HJ SOCIAL BOOKMARKS ****************/

ul.hj_social_bookmarks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right:
}

ul.hj_social_bookmarks > li {
    display: inline;
    padding-right: 4px;
}

ul.hj_social_bookmarks > li img {
    height: 24px;
}

.upd_box  {margin:0px; border:4px solid #FFFFFF; height:240px;}
.upd_red  {background-color:#ED2124; padding:10px; color:#ffffff;}
.upd_teal  {background-color:#008C8C; padding:10px; color:#ffffff;}	
.upd_purple  {background-color:#9D82BC; padding:10px; color:#ffffff;}
.upd_green  {background-color:#00A053; padding:10px; color:#ffffff;}
.upd_blue  {background-color:#32689B; padding:10px; color:#ffffff;}
.upd_orange  {background-color:#F79521; padding:10px; color:#ffffff;}
.upd_pink  {background-color:#EB4096; padding:10px; color:#ffffff;}
.upd_yellow  {background-color:#FFDA3A; padding:10px; color:#333333;}
.upd_box h2 {color:#FFFFFF; text-align:left;}
.upd_yellow h2 {color:#333333; text-align:left;}
.upd_box img {margin-right:16px;}
.upd_yellow_box {background-color:#fff0b0; padding:10px;}

h1.upd, h2.upd, h3.upd  {color:#ED2124; font-weight:bold;}


/****** CMS OVERRIDES**************/

span.ipbf-qitem-prev-PageNo {
    display: none;
}

input#ctl01_ctlResponse_btnNextTop {
    display: none;
}

input.ipbf-qitem-button {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #54A992;
    border: 1px solid transparent;
    border-color: #54A992;
    border-radius: 0px;
    -webkit-user-select: none;
    position: relative;
    z-index: 10;
}

input.ipbf-qitem-button:hover {
    color: #fff;
    background-color: #13987e;
    border-color: #11866f;
    text-decoration: none;
}

.ipbf-TextInput-SingleLine {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-TextInput-SingleLine:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

.ipbf-TextInput-Area {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-TextInput-Area:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

.ipbf-TextInput-email {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-TextInput-email:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

.ipbf-TextInput-Telephone {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-TextInput-Telephone:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

.ipbf-qitem-category {
    font-size: 1.5em;
    background: #ecf0f1;
    line-height: 2em;
}

.ipbf-qitem-category td {
    padding-left: 10px;
}

input#ctl03_ctlResponse_btnNextTop {
    display: none;
}

.ipbf-qitem-rowa td,
.ipbf-qitem-rowb td {
    border: none;
    padding: 5px 0;
}

.ipbf-select {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-select:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

select.ipbf-select {
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ctl01_ctlResponse_ctlCAPTCHA_txtCodeNumberTextBox {
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipbf-Radio>label {
    font-weight: normal;
}

.ipbf-qitem-prompt {
    font-weight: bold;
}

td.ipbf-qitem-column-left {
    float: right;
    padding: 0 30px 0 0;
}

#ctl01_ctlResponse_ctlCAPTCHA_txtCodeNumberTextBox:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}

span#spnAccessibility {
    display: none;
}

#sndCaptcha {
    display: none;
}

em.notice {
    display: none;
}

input#ctl01_ctlResponse_ctlCAPTCHA_btnRefresh {
    display: none;
}

input#ctl01_ctlResponse_ctlCAPTCHA_btnSound {
    display: none;
}

div#ctl01_ctlResponse_ctlCAPTCHA_pnlCAPTCHA {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ecf0f1;    
    border: 0px solid #d7e0e2;
    border-radius: 0;
    box-shadow: 0;
}

[id$="btnNextTop"] {
    display: none;
}

/*** fix caraouel overflow on the teen/new-books page ****************/
.well.bump {
    overflow: hidden;
}

/* book carousel overrides */
.book {padding-top:0; max-height:140px;}
.dvd {padding-top:0; max-height:140px;}
.cd {padding-top:0; max-height:140px;}
