/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    outline: none;
}

body {
    font-size: 14px;
    line-height: 1.4;
    background: url("../images/bg.jpg") repeat top left;
    padding-top: 108px !important;
}

::-moz-selection {
    /*background: #b3d4fc;
    text-shadow: none;*/
}

::selection {
    /*background: #b3d4fc;
    text-shadow: none;*/
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p{
	margin: 0;
	padding: 0;
	color: #221d1a;
	font-size: 16px;
	font-family: "ProximaRegular", Helvetica;
}

div{
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
  	-ms-user-select: none;
	user-select: none;
}

small{
	font-size: 12px;
	font-family: "ProximaRegular", Helvetica;
}

a{
	color: #546c88;
	text-decoration: none;
	font-family: "ProximaRegular", Helvetica;
}

a:hover,a:active,a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	line-height: 110%;
	letter-spacing: 0;
    text-transform: none;
}

h1{
	color: #000;
	font-size: 35px;
	font-family: "ProximaBold", Helvetica;
	font-weight: normal !important;
	margin: 30px 0 20px;
}

h3{
	font-size: 20px;
	padding: 0 0 5px;
}

h4{
	font-size: 18px;
	padding: 0 0 5px;
}

h5{
	font-size: 16px;
	padding: 0 0 5px;
	font-family: "ProximaRegular", Helvetica;
	font-weight: normal !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.header-container {
    width: 100%;
    z-index: 200;
    position: fixed;
/*
    position: -webkit-sticky;
    position: sticky;
*/
    top: 0;
    right: 0;
}

.header-container.menu-open {
    right: 250px;
}

.header-container:before {
    position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 88px;
	background-color: rgba(155,155,0, 0.25);
	border-radius: 50% / 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
	clip: rect(20px, auto, 50px, 0);
}

header {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    min-height: 50px;
    width: 100%;
    background: url("../images/bg.jpg") repeat top left;
}

.nav-toggle {
    height: 20px;
    float: right;
    font-size: 30px;
    margin-top: 38px;
}

.mobile-menu {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 300; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
}

.mobile-menu ul {
    width: 90%;
    margin: 0 auto;
}

.mobile-menu ul li {
    display: block;
    text-align: left;
    height: 30px;
}

.mobile-menu ul li a {
    margin: 15px 0;
    display: block;
    color: #fff;
}

#top-bar{
	width: 100%;
	z-index: 2000;
	position: fixed;
	top:0;
	left: 0;
}

.hd-sd{
	background: url("../images/header-shadow.png") no-repeat center;
	width: 100%;
	height: 9px;
}

.line-header-art{
	width: 100%;
	background: url("../images/line-header-art.jpg") #191614 no-repeat left;
	height: 6px;
}

.line-footer-art{
	width: 100%;
	background: url("../images/line-footer-art.jpg") transparent no-repeat left bottom;
	height: 13px;
	position: absolute;
	bottom: 0;
}

.logo{
	margin: 19px 0;
	padding: 0;
}

.logo a{
    background: url("../images/kharylazarrewhite-logo-blk@2x.png") no-repeat;
    background-size: 255px 70px;
	display: block;
	text-indent: -9999px;
	width: 255px;
	height: 70px;
	margin: 0 0 0;
}

.navbar-default .navbar-nav>li>a {
    color: #1a1614;
}

nav{
	margin:40px 0 0;
	padding:0;
	float: right;
}

nav ul {
	margin: 0;
	padding:0;
	list-style:none;
}

nav ul li {
	display:inline;
	/*float:left;*/
	margin: 0;
	padding: 0;
}

nav ul li a{
	font-family: "ProximaRegular", Helvetica;
	font-weight: normal !important;
	font-size: 26px;
	color: #1a1614;
	text-decoration: none;
}

nav ul li a:hover{
	color: #546c88;
}

.main.menu-open {
    right: 250px;
    position: relative;
}

.mobile-menu.menu-open {
    width: 250px;
}

/*.hero-wrapper{
	background-image: url("../images/hero2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    -moz-background-size: cover;
    background-position: top;
    position: absolute;
	width: 100%;
	margin: 0 0 23px;
	padding: 0;
	overflow: auto;
	height: 578px;
}*/

.hero-wrapper{
/* 	height: 578px; */
	overflow: hidden;
/* 	background: #000; */
	width: 100%;
	position: relative;
}

.crop-height {
  /* max-width: 1200px; /* img src width (if known) */
  max-height: 578px;
  overflow: hidden;
}

.hero-img {
    min-height: 367px;
    height: 367px;
    position: relative;
}

.hero-img .wrapper{
	height: 100% !important;
	position: relative;
}


.hero-img .img {
  background: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ), url("../images/hero-pic@2x.jpg") no-repeat  left 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 345px;
}


.tweet {
	position: absolute;
    right: 0;
	top: 50px;
	display: none;
}

.tweet > span{
	background: url("../images/twitter-tweet-icon@2x.png") no-repeat left top;
	background-size: 29px 24px;
	width: 28px;
	height: 24px;
	float: left;
}

.tweet .tweet-message{
	font-size: 25px;
	margin: 0;
	padding: 0 0 0 45px;
	-webkit-margin-before: -5px;
	line-height: 120%;
	font-family: 'ProximaRegular', Helvetica;
	color: #fff;
}

.tweet p{
	font-size: 16px;
	color: #3e4956;
	font-family: 'ProximaRegular', Helvetica;
	font-style: normal;
	margin: 8px 0 30px;
	padding: 0 0 0 45px;
}

.tweet p a{
	color: #3e4956;
}

/*.tweet p a:hover{
	color: #546c88;
}*/

.content {
   padding-bottom:41px;   /* Height of the footer */
   padding-top: 106px;
   width: 100%;
   position: relative;
   margin: 0 0 30px;
}

footer {
   /*position:absolute;*/
   bottom:0;
   width:100%;
   min-height:25px;   /* Height of the footer */
   background: #000;
   margin: 10px 0 0;
   float: left;
}

#footer_form{
	display: none;
	/*width: 300px;*/
	height: 24px;
	position: absolute;
	text-align: right;
	font-family: 'Unive', Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #221d1a;
	right: 100px;
	bottom: 5px;
}

#footer_form_loader{
	background: url(../images/loading-black.gif) no-repeat;
	width: 17px;
	height: 17px;
	margin: 6px 0 0;
}

.profile-img-border{
	border: 10px solid #ffffff;
}

.profile-info{
	position: absolute;
	bottom: 10px;
	z-index: 20;
	left: 0;
}

.profile-info h2{
	font-family: "ProximaBold", Helvetica;
	font-size: 24px;
	color: #fff;
}

.profile-info p{
	line-height: 120%;
	color: #fff;
	margin-bottom: 0 !important;
	font-size: 11px;
}


.bio-bg{
	background: transparent;
	width: 100%;
	height: 91px;
	position: absolute;
	bottom: -1px;
	z-index: 10;
}

.bio-sh{
	background: url("../images/hero-shadow-bt.png") no-repeat center;
	width: 100%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	z-index: 10;
}

.read-bio{
	padding: 0 0 0;
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index: 20;
}
.read-bio a span{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: 0 -1031px;
	width: 10px;
	height: 15px;
	float: right;
	margin: 10px 0 0 15px;
}
.read-bio a{
	padding: 0;
	font-family: "ProximaSemiBold", Helvetica;
	font-size: 24px;
	font-weight: normal !important;
}

.divider{
	height: 1px;
	background: #d8d8d8;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0 0;
	float: left;
}

.line{
	height: 1px;
	background: #d8d8d8;
	width: 93%;
	margin: 20px 0;
	float: left;
}

.border {
  display: inline-block;
  position: relative;
}
.border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*   box-shadow: inset 0 0 0 0 rgba(255,255,255,.5); */
  transition: box-shadow .1s ease;
}
.border:hover::after {
/*   box-shadow: inset 0 0 0 10px rgba(255,255,255,.5); */
    border: 3px solid #546c88;
}
.border > img {
  display: block;
  position: relative;
}

.novel-img img {
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

/*
.novel-img a:hover {
    border: 3px solid #546c88;
}
*/

/*
.novel-img a:hover img {
    margin: -3px;
}
*/

.novel-img-text {
    color: #6a6a6a;
    margin: 5px 0;
    font-size: 11px;
}

.novel-title {
    font-size: 24px;
    margin: 0 0 8px;
}

.novel-title span {
    color: #5a3231;
    font-style: italic;
}

.novel-info {
    margin: 35px 0 0;
}

.novel-info p {
    margin: 0 0 15px;
}

.novel-info ul {
	margin-left: 18px;
	margin-top: -12px;
	margin-bottom: 20px;
}

.novel-info ul li {
	margin-bottom: 5px;
}

.featured-press {
    margin-top: -5px;
}

.press-items .line {
    margin: 20px 15px;
}

#press{
	margin-bottom: 20px;
}

.press-thumb-border{
	border: 6px solid #cbcbcb;
}

.press-items a{
	color: #221d1a;
	font-size: 16px;
	line-height: 125%;
	vertical-align: top;
	width: 100%;
}

.press-items a:hover{
	color: #546c88;
}

.press-items p{
	color: #7f7f7f;
	font-size: 14px !important;
}

.press-items-img{
	width: auto !important;
}

#press-prev{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: 0 -1307px;
	width: 19px;
	height: 29px;
	float: right;
	position: absolute;
	bottom: -7px;
	display: block;
	text-indent: -9999px;
	left: 30%;
	cursor: pointer;
	outline: none;
}

#press-next{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: 0 -1359px;
	width: 19px;
	height: 29px;
	float: right;
	position: absolute;
	bottom: -7px;
	display: block;
	text-indent: -9999px;
	right: 30%;
	cursor: pointer;
	outline: none;
}


.words-of-support-items{
	width: 95%;
	overflow: auto;
	margin: 0 0 20px;
}

.words-of-support-items p{
	width: 100%;
}

.words-of-support-items .support-by{
	color: #5a3331;
}

.words-of-support-items.novel {
    margin: 20px 0 0;
}

.words-of-support-items.novel .quote, .words-of-support-items.novel .support-by{
    font-size: 13px;
}

.words-of-support-items.novel .support-by {
    margin-top: 5px;
}

.words-of-support-items.novel .title{
    font-size: 12px;
    font-style: italic;

}

.award-list ul{
	margin: 0;
	padding: 0 0 0 18px;
	/*list-style-type: none;*/
	float: left;
	/*width: 90%;*/
	overflow: auto;
	color: #5a3331;
}

.award-list ul li{
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	font-size: 15px;
	color: #221d1a;
}

.award-border{
	border: 6px solid #d8d8d8;
	width: 100%;
}

.award-border:hover{
	border: 6px solid #546c88;
}

.awards-featured{
	padding-top: 60px;
}

.awards-featured h3{
	color: #5a3331;
	font-family: "ProximaSemiBold", Helvetica;
	padding: 15px 0 5px;
}

.writings-items{
	overflow: auto;
	width: 100%;
	float: left;
}

.writings-items p{
	color: #7f7f7f;
	width: 90%;
}

.writings-items h3{
	width: 84%;
}

.writings-items h3 a{
	color: #5a3231;
}

.writings-items h3 a:hover{
	color: #546c88;
}

.writings-items p.sub-title {
    font-size: 14px;
    color: #888888;
}

.writings-items .support-by{
	color: #d8d8d8;
	width: 46px;
	text-align: center;
	margin: 0 14px 0 0;
	border: 1px solid #ececec;
	font-size: 14px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
}


.writings-featured {
	margin: 30px 0;
}


.writings-featured img {
    width: 100%;
}

/*
.writings-featured:hover{
	border: 8px solid #546c88;
}
*/
/*
.writings-featured{
	background: transparent;
	border: 8px solid #d8d8d8;
	overflow: auto;
	margin: 20px 0 15px;
	width: 519px;
}*/

.writings-featured-content{
	padding: 20px;
	/*height: 300px;*/
}

.writings-featured-content h1{
	margin: 0;
	font-family: "ProximaSemiBold", Helvetica !important;
	font-weight: normal !important;
}

.writings-featured-caption{
	margin: 0 0 5px !important;
	font-size: 14px !important;
	color: #7f7f7f;
}
.writings-featured-content p{
	margin: 0;
	line-height: 160%;
}

.writings-featured h1{
	color: #546c88;
}

.contact-info{
	overflow: auto;
	margin: 0 0 15px !important;
}

.office{
	overflow: auto;
	margin: 0 0 15px;
}

.writings-featured-ad-huff{
	max-width: 100%;
	width: 100%;
	/*height:84px;*/
	/*background: url("../images/klw-sprite.png") no-repeat center center;
	background-position: -2px -1243px; */
	display: block;
	border: 4px solid #dfdfdf;
	padding: 38px 20px;
	margin-bottom: 18px;
}

.writings-featured-ad-grio{
	max-width: 100%;
	width: 100%;
	/*height:101px;*/
	/*background: url("../images/klw-sprite.png") no-repeat center center;
	background-position: -2px -1243px; */
	display: block;
	border: 4px solid #dfdfdf;
    padding: 15px 20px;
}



.writings-featured-ad-huff:hover, .writings-featured-ad-grio:hover{
	border: 4px solid #546c88;
}


/*
.huffington:hover{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: -2px -1362px;
}*/

.bhss-logo {
	background: url("../images/bhss-logo@2x.png") no-repeat;
	background-size: 181px 100px;
	width: 181px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 40px;
}

.copy p{
	font-size: 11px;
	color: #888;
	padding: 5px 0 0;
}

.social-links {
	margin: 0 0 30px;
	padding: 0 0 28px;
	height: 40px;
	float: left;
}

.social-links a {
	display:block;
	float: left;
	/*background: url("../images/klw-sprite.png") no-repeat;*/
	width: 39px;
	height: 39px;
	text-indent: -9999px;
}

.social-links a.twitter {
    background: url("../images/twitter-icon@2x.png") no-repeat;
    background-size: 33px 33px;
}

.social-links a.linkedin {
    background: url("../images/linkedin-icon@2x.png") no-repeat;
    background-size: 33px 33px;
}

.social-links a.instagram {
    background: url("../images/instagram-icon@2x.png") no-repeat;
    background-size: 33px 33px;
}

.social-links a.youtube {
    background: url("../images/youtube-icon@2x.png") no-repeat;
    background-size: 33px 33px;
}


/*
.social-links a.facebook {
	background-position: 0 -474px;
	margin-left: 10px;
}

.social-links a.twitter {
	background-position: 0 -410px;
}

.social-links a.linkedin {
	background-position: 0 -535px;
	margin-left: 10px;
}

.social-links a.youtube {
	background-position: 0 -598px;
	margin-left: 10px;
}
*/

.social-links a.facebook:hover {
	background-position: 0 -724px;
}

.social-links a.twitter:hover {
	background: url("../images/twitter-icon-hover@2x.png") no-repeat;
	background-size: 33px 33px;
}

.social-links a.linkedin:hover {
	background: url("../images/linkedin-icon-hover@2x.png") no-repeat;
	background-size: 33px 33px;
}

.social-links a.instagram:hover {
	background: url("../images/instagram-icon-hover@2x.png") no-repeat;
	background-size: 33px 33px;
}

.social-links a.youtube:hover {
	background: url("../images/youtube-icon-hover@2x.png") no-repeat;
	background-size: 33px 33px;
}

.input-box{
	padding: 10px 0 10px 10px;
	background: #ffffff;
	border: 1px solid #ececec;
	margin: 0 0 15px;
	width: 100% !important;
}

.tarea-box{
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ececec;
	width: 100% !important;
	height: 150px;
}

.btnSubmit{
	/*width: 50px;*/
	height: 32px;
	font-family: "ProximaBold", Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: #546c88;
	border: none;
	padding: 2px 15px 0 15px;
	margin: 15px 0 0;
}

.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.gallery{
	width: 100%;
	margin: 0;
	padding: 0 0 3px;
}

.gallery img{
	float: left;
	margin: 0 6px 0 3px;
}

.gallery-thumb-border{
	border: 6px solid #ffffff;
}

.gallery-nav{
	width: 100%;
	overflow: auto;
	position: relative;
	margin: 25px 0 25px 0;
}

.gallery-prev, .gallery-next{
	display:block;
	background: url("../images/klw-sprite.png") no-repeat;
	width: 18px;
	height: 30px;
	text-indent: -9999px;
}

.gallery-next{
	background-position: 0 -966px;
	float: right;
}

.gallery-prev{
	background-position: 0 -913px;
	float: left;
}

.shadow
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow:before, .shadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadow:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


.shadow-gallery
{
  	position:relative;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-gallery:before, .shadow-gallery:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadow-gallery:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.bio, .khary-writings{
	background: #ffffff;
	/*border: 16px solid #e9e9e9;*/
	margin: 0;
	padding: 20px 20px;
	text-align: left;
	line-height: 165%;
	/*max-width: 900px;*/
}

.khary-writings ul {
    margin: 0 0 1.5em 1.0em;
}

.khary-writings ul li{
	color: #1a1614;
	font-family: "ProximaRegular", Helvetica;
	font-size: 14px;
}

.lightbox-press{
	background: #ffffff;
	border: 16px solid #e9e9e9;
	margin: 0 auto 0;
	width: 950px;
}

.lightbox-press div h3{
	width: 300px;
	text-align: left;
	margin: 15px 0 0 30px;
	color: #5a3331;
	line-height: 125%;
}

.lightbox-press div p{
	width: 300px;
	text-align: left;
	margin: 0 0 0 30px;
}

.bio-title{
	padding: 0 0 0 34px;
	width: 487px;
}

.bio h1{
	margin: 0 0 5px !important;
	display: inline;
}
.bio h1, .khary-writings h1{
	font-family: "ProximaRegular", Helvetica;
	font-size: 43px;
	font-weight: normal;
	color: #5a3331;
	margin: 0;
	line-height: 95%;
}

.bio h1.bold{
	font-family: "ProximaBold", Helvetica !important;
	margin: 0 0 3px;
	font-size: 51px !important;
}

.bio p, .khary-writings p{
	font-family: "ProximaRegular", Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #1a1614;
	margin: 0 0 15px;
}

.bio small{
	font-family: "ProximaRegular", Helvetica;
	font-size: 15px;
	font-weight: normal !important;
	color: #5a3331;
	margin: 0 0 0 2px;
	display: block;
	line-height: 125%;
}

.bio small.lst{
	margin-bottom: 25px !important;
}

.bio img{
	margin: 0 20px 0 0;
	width: auto;
	max-width: 100%;
}

.khary-writings{
	/*height: 700px;*/
	overflow: auto;
}

.col {
    position: relative;
    display: inline-block;

    vertical-align: top;
}

.col-content {
    white-space: normal;
}

.col1 {
    width: 50%;
    background: url("../images/hero-col1-bg.jpg") no-repeat right;
    height: 400px;
}
.col2 {
    width: 1080px;
    background: url("../images/hero-content-bg.jpg") no-repeat;
    margin: 0 -5px 0 -4px;
    height: 400px;
}
.col3 {
    width: 50%;
    background: url("../images/hero-col3-bg.jpg") no-repeat left;
	height: 400px;
}

.cycle-slideshow{
	position: relative;
	/*overflow: auto;*/
}

.cycle-pager{

	clear: left;
	padding: 20px 0 0;
	width: 19%;
	margin: 0 auto;
}

.cycle-pager span{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: 0 -1135px;
	width: 11px;
	height: 12px;
	float: left;
	display: block;
	text-indent: -9999px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active{
	background: url("../images/klw-sprite.png") no-repeat;
	background-position: 0 -1168px;
}

.cycle-pager span:last-child{
	margin: 0;
}


/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */

.jumbotron{
	/*background: url("../images/hero-bg.jpg") repeat left top;*/
	width: 100%;
	margin: 0 0 23px;
	padding: 0;
	overflow: auto;
	height: 100%;
	background: #000;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}

.navbar-default {
    width: 100%;
    background-color: transparent;
    border-color: transparent;
}

nav {
    margin: 0;
}

.nav>li>a {
    font-size: 22px;
    color: #1a1614;
}

.navbar-nav {
    margin-top: 30px;
    display: none;
}

.nav>li>a:hover {
    color: #546c88;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}


/*
.navbar-toggle {
    display: block;
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        display: block;
    }
}
*/

/* ==========================================================================
   Fancybox
   ========================================================================== */
.fancybox-opened .fancybox-skin {
    background: #e9e9e9;
    box-shadow: none;
    border-radius: 0;
}

.fancybox-outer, .fancybox-inner {
    background: #fff;
}

/* ==========================================================================
   Contact 7 form
   ========================================================================== */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
}


.wpcf7 label {
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #546c88;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: none;
}

div.wpcf7-response-output {
    text-align: center;
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
    margin: -12px 0 10px;
}


/* ==========================================================================
   Variables
   ========================================================================== */

.fltRight{float: right;}
.fltLeft{float: left;}

.burg{color: #5a3331;}
.hide-element{display: none;}
.txtcenter{text-align: center;}
.no-mg{margin: 0 !important;}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
	font-family: 'ProximaBlack';
	src: url('../fonts/ProximaNova-Black.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ProximaNova-Black.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/ProximaNova-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/ProximaNova-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'ProximaLight';
	src: url('../fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/ProximaNova-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'ProximaRegular';
	src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'ProximaBold';
	src: url('../fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/ProximaNova-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'ProximaSemiBold';
	src: url('../fonts/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ProximaNova-Semibold.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/ProximaNova-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ==========================================================================
   BX Slider
   ========================================================================== */

.bx-pager {
    margin-left: 25px;
}

.bx-pager-item {
    float: left;
    margin-left: 5px;
}

.bx-pager-item a {
    padding: 3px 8px 2px;
    border: 1px solid #e8e8e8;
    width: 25px;
    display: block;
    font-size: 12px;
    background: #fff;
    color: #ccc;
}

.bx-prev {
    position: absolute;
    left: 15px;
    border: 1px solid #e8e8e8;
    padding: 2px 8px 0px;
    background: #fff;
    color: #ccc;
}

.bx-next {
    border: 1px solid #e8e8e8;
    padding: 2px 8px 0px;
    margin-left: 6px;
    display: inline-block;
    background: #fff;
    color: #ccc;
}

.bx-next:focus, .bx-prev:focus {
    color: #ccc;
}

.bx-pager-item a.active, .bx-pager-item a:hover, .bx-next:hover, .bx-prev:hover{
    background: #546c88;
    color: #fff;
    border: 1px solid #546c88;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width : 480px) {
    .bio img {
        max-width: 300px;
    }
}

@media (min-width: 768px) {

    .bhss-logo {
        float: right;
        margin: 0;
    }

    .social-links {
        float: right;
    }

    .tweet {
        display: block;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile-info p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {

    .navbar-nav {
        margin-top: 30px;
        display: block;
    }

    .nav-toggle {
        display: none;
    }

    .bhss-logo {
        float: left;
        margin: 0;
    }

    .hero-img {
        height: 578px;
    }

    .hero-img .img {
        background: url("../images/hero-pic@2x.jpg") no-repeat  left 0;
        background-size: 543px;
        max-width: 543px;
        position: absolute;
        left: -30px;
        top: 0;
    }

    .tweet .tweet-message {
        font-size: 36px;
    }

    .social-links {
        margin: 30px 0 30px;
    }

    .writings-featured {
        margin: 60px 0;
    }

    .novel-info {
        margin: 80px 0 0;
    }
}

@media (min-width: 1200px) {
    .nav>li>a {
        font-size: 24px;
    }
}

/* Standard Screen */
/*
@media (min-width: 960px) and (max-width: 1280px)
{

	.wrapper, .hero-img{
		width: 95% !important;
	}

	.ten-col, .input-box{
		width: 100% !important;
	}

	.four-col{
		width: 34% !important;
	}

	.six-col{
		width: 63% !important;
	}

	#press, #awards, #writings, #contact-office{
		width: 47% !important;
	}

	#word-of-support, .awards-featured, #writings-featured, #contact-form-wrapper{
		width: 51% !important;
	}

	.award-border{
		max-width: 99% !important;
	}

	.input-box{
		width: 98% !important;
	}
	.tarea-box, .writings-featured{
		width: 97% !important;
	}

	.press-items-img{
		width: auto !important;
	}

	.press-items a, .press-items p{
		width: 61%;
	}

	.tweet{
		width: 38% !important;
	}

	.tweet h1{
		font-size: 33px !important
	}

	.huffington{
		max-width: 97% !important;
	}

	.writings-featured-ad-huff, .writings-featured-ad-grio{
		width: 96% !important;
	}
	.writings-items h3{
		width: 82% !important;
	}

}

@media (min-width: 480px) and (max-width: 960px) {

	.wrapper{
		width: 100% !important;
	}

}

@media (max-width: 480px) {
}
*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}