/*
Theme Name: eprefix-bootstrap
Theme URI: 
Description: 
Version: 1.0
Author: Eprefix
Author URI: http://eprefix.com
*/

a {
	color: #696969;
	text-decoration: underline;
}
a:hover {
	color: #696969;
	text-decoration: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,.custom-pagination a {
	display:inline-block;
	padding:5px 10px;
}

.custom-pagination a {
	background-color:#ebebeb;
	color:#000;
}

.custom-pagination a:hover {
	background-color:#808184;
	color:#fff;
}

.custom-pagination span.page-num {
	margin-right:10px;
	padding:0;
}

.custom-pagination span.dots {
	padding:0;
	color:#dcdcdc;
}

.custom-pagination span.current {
	background-color:#808184;
	color:#fff;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

/* ==========================================================================
 text colours 
 
 font-family: 'Gotham SSm A', 'Gotham SSm B'; 
 font-weight: 700; 
 font-style: normal;
 
 font-family: 'Gotham SSm A', 'Gotham SSm B'; 
 font-weight: 400; 
 font-style: normal;
 ========================================================================== */
.purple {
	color:#6644A2;
}



html,body {
	font-family:'Gotham SSm A','Gotham SSm B';
	font-weight:400;
	font-style:normal;
	height:100%;
	background:#FFF;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:#808184;
}

/* Wrapper for page content to push down footer */
#wrapper {
	position:relative;
	min-height:100%;
	overflow-x:hidden;
	height:auto;
	margin:0 auto -150px;
	padding:0 0 150px;
}
#wrapper-contact {
	position:relative;
	min-height:100%;
	overflow-x:hidden;
	height:auto;
	margin:0 auto -430px;
	padding:0 0 430px;
}

.brand-search {
	height:90px;
	padding-top:20px;
}

.book-slides {
	padding-bottom:20px;
}

.no-padding {
	padding:0;
}

.center {
	text-align:center;
}

.bottom-spacer {
	margin-bottom:10px;
}

.search-holder {
	text-align: right;
}

.search-box {
	margin-top: 15px;
	outline: none;
	border-bottom: solid 1px #ff0097;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family:'Gotham SSm A','Gotham SSm B';
	font-weight:400;
	font-style:normal;
}

/* ==========================================================================
   navigation 
   ========================================================================== */
.mobile-navigation {
	display:none;
}

.main-navigation-holder {
	text-align:center;
}

.main-navigation {
	display:inline-block;
}

ul.main-navigation {
	list-style:none;
	margin:0;
	padding:0 0 50px;
}

ul.main-navigation li {
	float:left;
	margin-right:4px;
	height:24px;
}

ul.main-navigation li:last-child {
	margin-right:0;
}

ul.main-navigation li a {
	font-size:15px;
	line-height:26px;
	font-family:'Gotham SSm A','Gotham SSm B';
	font-weight:400;
	font-style:normal;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

.sub-books {
	top:35px;
	left:143px;
}

.sub-films {
	top:35px;
	left:230px;
}

.sub-submission {
	top:35px;
	left:583px;
}

.sub-translation {
	top:35px;
	left:433px;
}

.sub-about {
	top:35px;
	left:870px;
}

.sub-navigation {
	position:absolute;
}

ul.sub-navigation {
	list-style:none;
	padding:0 10px;
	border-left:3px solid #808184;
	border-right:3px solid #808184;
	background-image:url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.sub-navigation li {
	border:none;
	display:inline;
	font-size:15px;
	line-height:26px;
}

.sub-navigation a {
	color:#808184;
	text-decoration: none;
}

.sub-navigation a:hover {
	color:#000;
	text-decoration:none;
}

.sub-navigation li:before {
	margin:0 10px 0 5px;
	content:"|";
}

.sub-navigation li:first-child:before {
	content:none;
}

.twitter {
	height:30px;
	width:auto;
}

.slicknav_menu {
	display:none;
}

.home-menu a {
	color:#FF4700;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.home-menu a:hover {
	border-left:3px solid #FF4700;
	border-right:3px solid #FF4700;
	background-image:url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current_page_item.home-menu a {
	border-left:3px solid #FF4700;
	border-right:3px solid #FF4700;
	background-image:url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.books-menu a {
	color:#1fb25a;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.books-menu a:hover {
	border-left:3px solid #1fb25a;
	border-right:3px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current-page-ancestor.books-menu a,.current_page_item.books-menu a {
	border-left:3px solid #1fb25a;
	border-right:3px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.film-menu a {
	color:#FF0097;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.film-menu a:hover {
	border-left:3px solid #FF0097;
	border-right:3px solid #FF0097;
	background-image:url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current-page-ancestor.film-menu a,.current_page_item.film-menu a {
	border-left:3px solid #FF0097;
	border-right:3px solid #FF0097;
	background-image:url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.translation-menu a {
	color:#6644A2;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.translation-menu a:hover {
	border-left:3px solid #6644A2;
	border-right:3px solid #6644A2;
	background-image:url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current-page-ancestor.translation-menu a,.current_page_item.translation-menu a {
	border-left:3px solid #6644A2;
	border-right:3px solid #6644A2;
	background-image:url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.submissions-menu a {
	color:#337cb6;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.submissions-menu a:hover {
	border-left:3px solid #337cb6;
	border-right:3px solid #337cb6;
	background-image:url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current-page-ancestor.submissions-menu a,.current_page_item.submissions-menu a {
	border-left:3px solid #337cb6;
	border-right:3px solid #337cb6;
	background-image:url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png),url(img/menu-lines/about-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.permissions-menu a {
	color:#808184;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.permissions-menu a:hover {
	border-left:3px solid #808184;
	border-right:3px solid #808184;
	background-image:url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current_page_item.permissions-menu a {
	border-left:3px solid #808184;
	border-right:3px solid #808184;
	background-image:url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png),url(img/menu-lines/contact-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.about-menu a {
	color:#FF4700;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.about-menu a:hover {
	border-left:3px solid #FF4700;
	border-right:3px solid #FF4700;
	background-image:url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current_page_item.about-menu a {
	border-left:3px solid #FF4700;
	border-right:3px solid #FF4700;
	background-image:url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png),url(img/menu-lines/home-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.contact-menu a {
	color:#1fb25a;
	text-decoration:none;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	padding-left:5px;
	padding-right:5px;
}

.contact-menu a:hover {
	border-left:3px solid #1fb25a;
	border-right:3px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.current_page_item.contact-menu a {
	border-left:3px solid #1fb25a;
	border-right:3px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:5px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.news-feed {
	padding-bottom:10px;
}

.books-news-more {
	color:#1fb25a;
}

.books-news-more:hover {
	color:#1fb25a;
}

.media-news-more {
	color:#FF0097;
}

.media-news-more:hover {
	color:#FF0097;
}

.translationlink {
	color: #6947a3;
	list-style: none;
	padding: 10px 0 0 0;
}
.translationlink li{
	margin-bottom: 10px;
}

h5 {
	font-size: 13px;
	line-height: 18px;
}

.adaptation-content {
	height: 290px;
}
/* ==========================================================================
 main static page content 
 ========================================================================== */
.main-content {
	margin-bottom:30px;
}

.page-intro h1 {
	font-size:22px;
	line-height:28px;
	font-family:'Gotham SSm A','Gotham SSm B';
	font-weight:400;
	font-style:normal;
	margin:0 0 15px;
	padding:0;
}

.page-intro h2 {
	font-size:16px;
	line-height:20px;
	font-family:'Gotham SSm A','Gotham SSm B';
	font-weight:400;
	font-style:normal;
	margin:0 0 18px;
	padding:0;
}

.home h1 {
	color:#FF4700;
}

.books h1 {
	color:#1FB25A;
}

.film h1 {
	color:#ff0097;
}

.contact h1 {
	color:#1FB25A;
}

.submissions h2 {
	color:#337cb6;
	font-size: 18px;
	line-height: 22px;
}

.permissions h2 {
	font-size: 18px;
	line-height: 22px;
}

.translation h1 {
	color:#6644a2;
}

.translation h2 {
	color:#6644a2;
	font-size: 18px;
	line-height: 22px;
}

.submissions h1 {
	color:#337cb6;
}

.pinklink {
	color:#ff0097;
}

.pinklink:hover {
	color:#ff0097;
}

.greylink {
	color:#808184;
}

.greylink:hover {
	color:#808184;
}

.slider-holder {
	height:210px;
}

.slider-image {
	position:absolute;
	bottom:0;
}

.d-end {
	padding-top:10px;
}

.h-end {
	padding-top:2px;
}

#previous-button a {
	display:block;
}

.twitter-head-books {
	color:#1FB25A;
	font-size:18px;
	margin-bottom:10px;
}

.twitter-head-media {
	color:#FF0097;
	font-size:18px;
	margin-bottom:10px;
}

.book-detail-one {
	width:100% !important;
	padding:10px 0 10px 0;
	border-left:8px solid #1fb25a;
	border-right:8px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}



.twitter-feed-one {
	width:100%;
	padding:10px;
	border-left:8px solid #1fb25a;
	border-right:8px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.twitter-feed-two {
	width:100%;
	padding:10px;
	border-left:8px solid #FF0097;
	border-right:8px solid #FF0097;
	background-image:url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.twitter-feed-three {
	width:100%;
	padding:10px;
	border-left:8px solid #6644a2;
	border-right:8px solid #6644a2;
	background-image:url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.news-feed-one {
	width:100%;
	padding:20px;
	border-left:8px solid #1fb25a;
	border-right:8px solid #1fb25a;
	background-image:url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png),url(img/menu-lines/books-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
	margin-bottom:20px;
}

.news-feed-two {
	width:100%;
	padding:20px;
	border-left:8px solid #FF0097;
	border-right:8px solid #FF0097;
	background-image:url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png),url(img/menu-lines/film-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.translation-bracket {
	width:100%;
	padding:10px;
	border-left:8px solid #6644a2;
	border-right:8px solid #6644a2;
	background-image:url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png),url(img/menu-lines/translation-but-line.png);
	background-size:10px 8px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,bottom left,bottom right;
}

.news-thumbnail {
	width:100px;
}

.permissions-form-heads {
	min-height: 95px;
	padding: 10px;
	border: solid 1px #666;
	color: #666;
	font-weight: bold;
	background: #ededeb;
}
.permissions-form-heads-second {
	padding: 10px;
	border: solid 1px #666;
	color: #666;
	font-weight: bold;
	background: #ededeb;
}

.input-box {
	color: #fff;
	background: #666;
	padding: 10px;
	border: none;
	outline: none;
	resize: none;
	width: 100%;
}
.input-box-check {
	color: #fff;
	background: #666;
	padding: 10px 10px 10px 15px;
	text-indent: -8px;
	border: none;
	outline: none;
	resize: none;
	width: 100%;
}
.submit-button {
	outline: none;
	border: none;
	padding: 10px 20px 10px 20px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.submit-button:hover {
	background: #666;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.wpcf7-validation-errors {
	border: none !important;
	color: red;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
}

/* ==========================================================================
   news
   ========================================================================== */
.news {
	padding-top:30px;
	padding-bottom:60px;
}

h3.news-date {
	font-size:14px;
	line-height:16px;
	margin:0 0 13px;
	padding:0;
	color:#6644A2;
}

.news-item a {
	color:#6644A2;
	text-decoration:underline;
}

.news h1 {
	font-size:28px;
	line-height:32px;
	margin:0 0 32px;
	padding:0;
	color:#6644A2;
}

/* ==========================================================================
 Books 
 ========================================================================== */
.page-title h1 {
	font-size:32px;
	line-height:36px;
	margin:0 0 32px;
	padding:0;
	color:#6644A2;
}

.author {
	height:150px;
}

.author h3 {
	font-size:13px;
	line-height:15px;
	margin:0;
	padding:13px 0;
}

h2.sub-head {
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:18px 0;
	color:#6644A2;
}

.filter-list {
	list-style:none;
	margin:0;
	padding:0;
}

.filter-list li {
	float:left;
	margin-right:12px;
	padding:0 0 6px;
}

.filter-list li a {
	font-size:20px;
	line-height:22px;
	color:#808184;
	text-decoration:none;
	text-transform:uppercase;
}

.filter-list li a:hover {
	color:#6644A2;
	border-bottom:2px solid #6644A2;
}

/* ==========================================================================
   author detail page 
   ========================================================================== */
.book-item {
	padding-bottom:20px;
}

.film-title h1 {
	font-size:22px;
	line-height:28px;
	margin:0 0 32px;
	padding:0;
	color:#fd1196;
}

.author-title h1 {
	font-size:22px;
	line-height:28px;
	margin:0 0 32px;
	padding:0;
	color:#1FB25A;
}

.translation-title h1 {
	font-size:22px;
	line-height:28px;
	margin:0 0 32px;
	padding:0;
	color:#6644A2;
}

.book-title h1 {
	font-size:22px;
	line-height:28px;
	margin:0 0 10px;
	padding:0;
	color:#1FB25A;
}


.book-item a {
	color:#1FB25A;
	text-decoration:underline;
}

h3.book-title {
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
	color:#1FB25A;
}

h2.book-sub-head {
	font-size:20px;
	line-height:24px;
	margin:0;
	padding-bottom:10px;
	color:#1FB25A;
}

h2.film-sub-head {
	font-size:20px;
	line-height:24px;
	margin:0;
	padding:0;
	color:#ff0097;
}

.author-agent h3 {
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
	color:#1FB25A;
}

.film-agent h3 {
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
	color:#ff0097;
}

.author-agent a {
	color:#808184;
	text-decoration:none;
	border-bottom:1px solid #1FB25A;
}

.author-photo {
	padding-bottom:10px;
}

.square {
  position: relative;
  width: 100%;
  overflow:hidden;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.contentthumb {
  position: absolute;
  width: 100%;
  height: 100%;
}

.thumb img {
	width:100%;
	display:block;
	max-width:100%;
	height:auto;
}

.thumbholder {
	width: 15vw; 
	height: 15vw;
	overflow:hidden;
	border:solid 1px #1fb25a;
}

.thumb-height-fix {
	height:160px;
}


.agent-thumbholder {
	height:77px;
	width:77px;
	overflow:hidden;
	border:solid 1px #1fb25a;
}

.author-thumb img {
	width:100%;
	display:block;
	max-width:100%;
	height:auto;
}


.author-heading {
	margin-top:5px;
	font-size:11px;
	line-height:14px;
	font-weight:300;
	letter-spacing:0;
	width:50px;
	height: 30px;
}

.author-link {
	color:#808184;
	text-decoration:none;
}

.author-link:hover {
	color:#1fb25a;
	text-decoration:none;
}

.film-author-link {
	color:#808184;
	text-decoration:none;
}

.film-author-link:hover {
	color:#fd1196;
	text-decoration:none;
}

.translation-link {
	color:#808184;
	text-decoration:none;
}

.translation-link:hover {
	color:#6644a2;
	text-decoration:none;
}

.bottom-divider {
	margin-bottom:20px;
}

.author-surname a {
	font-size:18px;
	font-weight:300;
	padding-left:7px;
	padding-right:7px;
	line-height:30px;
	color:#808184;
}

.agent-image {
	border:solid 1px #1fb25a;
}

.agent-image-film {
	border:solid 1px #fd1196;
}

.greenlink {
	color:#1fb25a;
}

.greenlink:hover {
	color:#1fb25a;
}

.greenlinkmore a{
	color:#1fb25a;
}

.greenlinkmore a:hover {
	color:#1fb25a;
}

.pinklinkmore a{
	color:#fd1196;
}

.pinklinkmore a:hover {
	color:#fd1196;
}
.purplelink {
	color:#6644a2;
}

.purplelink:hover {
	color:#6644a2;
}

.book-detail {
	padding: 0; 
	line-height: 20px;
}

.category-list ul{

	list-style: none;
	padding: 0;
	margin: 0;
}
.category-list li{
	display: inline;
}
.category-list li:after { content: ", "; }
.category-list li:last-child { content: ""; }
.category-list a{
	color: #fd1196;
	text-decoration: none;
}
.filter-category ul{
	float: left;
	list-style: none;
	margin-left: 20px;
}
.filter-category li{
	display: inline;
}
.filter-category li:before { 
	content: "| "; 
}
.filter-category a{
	color: #fd1196;
}

/* ==========================================================================
   Footer 
   ========================================================================== */
/* Set the fixed height of the footer here */
#footer {
	height:150px;
	position:relative;
	background:#808184;
	width:100%;
}

.footer-pad {
	padding-top:30px;
}

.footer-details p {
	font-size:12px;
	line-height:16px;
	color:#FFF;
}

.footer-details p a {
	color:#FFF;
	text-decoration:underline;
}
.footer-details p a:hover {
	color:#FFF;
	text-decoration:none;
}

ul.footer-links {
	list-style:none;
	margin:0;
	padding:0;
}

ul.footer-links a {
	font-size:16px;
	line-height:20px;
	color:#FFF;
	text-decoration:underline;
}

.news-thumb {
	width:80px;
}

.green-border {
	border: 2px solid #2ab15d;
	z-index: 1000;
}
.pink-border {
	border: 2px solid #ff0097;
	z-index: 1000;
}
.purple-border {
	border: 2px solid #6644a2;
	z-index: 1000;
}

.agent-heading {
	font-weight: bold;
}

.slider-resonsive img{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
}
.bxslider-wrap { 
	visibility: hidden; 
}

.about-text a{
	color: #777777;
	line-height: 20px;
}
.about-text a:hover{
	color: #777777;
}
#content_1 {
	max-height: 350px;
	width: 100%;
	overflow: hidden;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
	
	.twitter-timeline {
	width: 350px !important;
	}
	
	.brand-search {
		height:80px;
		padding-top:20px;
	}
	
	.slider-holder {
		height:174px;
	}
	
	.d-end {
		padding-top:10px;
	}
	
	.h-end {
		padding-top:5px;
	}
	
	ul.main-navigation li {
		float:left;
		margin-right:2px;
		height:24px;
	}
	
	ul.main-navigation li a {
		font-size:12px;
		line-height:22px;
	}
	
	.book-slides {
		padding-bottom:20px;
	}
	
	.sub-books {
		top:30px;
		left:117px;
	}
	
	.sub-films {
		top:30px;
		left:189px;
	}
	
	.sub-submission {
		top:30px;
		left:481px;
	}
	
	.sub-translation {
	top:30px;
	left:358px;
}

	.sub-about {
	top:30px;
	left:720px;
}

	
	.sub-navigation li {
		font-size:14px;
		line-height:22px;
	}
	
	.author-heading {
		font-size:10px;
		line-height:14px;
	}
	
	.thumbholder {
		height:73px;
		width:73px;
	}
	
	.thumb-height-fix {
		height:140px;
	}
}

@media (max-width: 991px) {
	
	.twitter-timeline {
	width: 300px !important;
	}
	
	.brand-search {
		height:60px;
		padding-top:20px;
	}
	
	ul.main-navigation li {
		float:left;
		margin-right:2px;
		height:24px;
	}
	
	ul.main-navigation li a {
		font-size:9px;
		line-height:20px;
	}
	
	.slider-holder {
		height:134px;
	}
	
	.d-end {
		padding-top:12px;
	}
	
	.h-end {
		padding-top:8px;
	}
	
	.book-slides {
		padding-bottom:10px;
	}
	
	.sub-books {
		top:25px;
		left:76px;
	}
	
	.sub-films {
		top:25px;
		left:137px;
	}
	
	.sub-submission {
		top:25px;
		left:371px;
	}
	
	.sub-translation {
	top:25px;
	left:272px;
}

	.sub-about {
	top:25px;
	left:565px;
}
	
	.sub-navigation li {
		font-size:9px;
		line-height:20px;
	}
	
	.author-heading {
		font-size:8px;
		line-height:12px;
	}
	
	.thumbholder {
		height:52px;
		width:52px;
	}
	
	.thumb-height-fix {
		height:120px;
	}
	
	h5 {
	font-size: 10px;
	line-height: 14px;
}

.adaptation-content {
	height: 230px;
}

}

@media (max-width: 767px) {
	
	.twitter-timeline {
	width: 100% !important;
	}
	
	.search-holder {
	text-align: center;
	margin-top: 10px;
}
	.brand-search {
		height:auto;
		padding-top:30px;
		padding-bottom:20px;
	}
	
	.main-navigation-holder {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	.book-slides {
		display:none;
	}
	
	#footer {
		height:220px;
	}
	
	.twitter-footer {
		position:absolute;
		top:-30px;
		right:20px;
	}
	
	.thumbholder {
		height:100%;
		width:100%;
	}
	
	.thumb-height-fix {
		height:100%;
		margin-bottom:10px;
	}
	.author-heading {
		font-size:14px;
		line-height:18px;
	}
	
	.adaptation-content {
	height: auto;
	margin-bottom: 20px;
}

#footer {
	height:300px;
	position:relative;
	background:#808184;
	width:100%;
}

}