*{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1, small {
	cursor:default;
}

body {
  padding-top: 50px;
}

.navbar-inverse{
	border:none !important;	
}

.navbar-brand img{
	margin-top:-4px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

footer{
	border-top: #eee 1px solid;
	padding-top: 24px;
	margin-top: 24px;	
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
	
	footer{
		padding-top: 36px;
		margin-top: 36px;
	}
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.banner {
	height: 250px;
	position: absolute;
	width: 100%;
	z-index: -1;
	
	background: #333;
}

.page-header {
	margin-left:10px;
	margin-right:10px;
	border-bottom-color:#dfdfdf !important;
}

.page-header a {
	color: #dfdfdf;
	font-size: 18px;
	margin-top: 16px;
	cursor:pointer;
}

.page-header .add-btn:hover {
	text-decoration:none;
	color: #fff;
}

.page-header small{
	color:#dfdfdf;
}

.page-header h1{
	color: #fff;
	font-weight: bold;
}

.nav-pills{
	margin-left:10px;
	margin-right:10px;
}

.nav-pills a{
	color:#dfdfdf;
}

.nav-pills li:hover a{
	color:#333;
}

.books, .authors{
	padding-top:10px;
	margin:0px !important;	
    min-height: 200px;
}

.books > div{
	padding:15px !important;	
	
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
  	opacity: 0;
	
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.books > div:hover{
	z-index:1;
}

.books > div.show {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.book {
	width:100%;
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	box-shadow: 0 1px 0 rgba(0,0,0,0.07);
	background: #444;
	cursor:pointer;
	transition: all .2s ease-in-out;
}

.book > a > img{
    height: 245px;
	width:100%;
	transition: all .2s ease-in-out;
}

.book:hover {
	border-color:#B0B0B0;
}

.book-tags {
	position:absolute;
	z-index:9999999999;
	padding:10px;
}

.book:hover > a > img {
	/*transform: scale(1.1);*/
	opacity:0.95;
}

.book-info {
	/*margin-top: -63px;*/
	border-top: 1px solid #e2e2e2;
	padding: 10px 22px 10px 14px;
	position: relative;
	background-color: #fff;
}

.book-title {
	  font-weight: 500;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}

.book-status {
	color: #7d7d7d;
	display: inline-block;
	font-size: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.book-menu-icon{
	position: absolute;
	right: 5px;
	top: 32%;
	display: inline-block;
	float: right;
	opacity: 0.3;
	height: 24px;
	outline: none;
	width: 24px;
	direction: ltr;
	text-align: left;
	vertical-align: middle;
}

.book-menu-icon:hover{
	opacity:1;
}

.book-menu-icon img{
	width:16px;
	margin-left:4px;
}
.book-menu-icon:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.book-menu-icon ul {
	font: 12px/18px;
	cursor: pointer;
	text-align: left;
	margin: -24px -2px 0px 0px;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 48px;
	right: 0;
	z-index:999999999999999999999;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.book-menu-icon ul li { 
	margin-right: -4px;
	padding:0px;
	background: #222; 
	display: block; 
	color: #9d9d9d;
}
.book-menu-icon ul li a{
	text-decoration:none;
	color: #9d9d9d;
	display:block;
	padding: 15px 20px;
}
.book-menu-icon ul li:hover { background: #666;}

.book-menu-icon ul li:hover a{ color:#fff; }


/* Authors */
.authors{
	padding-left:10px;
	padding-right:10px;	
}

.authors table{
	margin-top:24px !important;	
}

.authors .table-striped>tbody>tr:nth-of-type(even) {
	background-color:#fff;
}

.authors button {
	margin-left:8px;
}

.authors .table>tbody>tr>td {
	padding:12px;	
}


/* Guides */

.videoplayer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
}

.videoplayer iframe {
	background-color:#000;
	width:100% !important;
}

.guides {
	padding-left:10px;
	padding-right:10px;
}

.row .thumbnail h3 {
	margin-top:10.5px !important;
}

.row .thumbnail {
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	-moz-transition:all linear 0.25s;
	-ms-transition:all linear 0.25s;
	
	border-radius:0px !important;
	
	height:134px !important;
	overflow:hidden;
	
	cursor:pointer;
}

.row .thumbnail:hover {
	background-color:#434343;
	color:#fff !important;	
}

.row .thumbnail:hover .caption {
	color:#fff !important;	
}

.modal-content {
    border-radius: 0px !important;
}

.dropzone{
    min-height: 200px !important;
}


.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left: -5px;
}