@charset "utf-8";
/*body and header */
body {
    font-family: 'Oxygen', sans-serif;
	margin-top: 0;
	background-color: #000;
    font-size: 1em;
    line-height: 1.4;
    color: #333333;
}
@media only screen and (min-width: 1097px) {
	body {
		line-height: 1.7;
	}
}
.topBar {
	background: #000;
	font-family: 'Signika';
	display: block;
	padding: 10px 0;
	color: #fff;
	font-weight: 400;
}
@media only screen and (min-width: 897px) {
	.topBar {
		padding: 10px 25px 15px 10px;
	}
}
.small-header {
    display: block;
}
.small-header p {
	margin: 0;
}
@media only screen and (min-width: 497px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 497px) {
	.medium-header {
		display: block;
	}
	.medium-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
	}
	.large-header p {
		margin: 0;
	}
}
.headerBar {
	padding: 0;
}		

.tagline {
	font-size: .9em;
	letter-spacing: 1px;
	text-align: center;
	font-style: italic;
}
@media only screen and (min-width: 397px) {
	.tagline {
		font-size: 1em;
		letter-spacing: 2px;
	}		
}
@media only screen and (min-width: 497px) {
	.tagline {
		font-size: 1.25em;
		letter-spacing: 3px;
		text-align: center;
	}		
}
@media only screen and (min-width: 697px) {
	.tagline {
		float: right;
		font-size: 1em;
	}		
}
@media only screen and (min-width: 897px) {
	.tagline {		
		font-size: 1.125em;
		letter-spacing: 3px;
		text-align: left;
	}		
}
@media only screen and (min-width: 1197px) {
	.tagline {
		font-size: 1.25em;
	}		
}
@media only screen and (min-width: 1125px) {
	.tagline {
		font-size: 22px;
	}		
}
.tagline p {
	margin: 10px 5px;
}
@media only screen and (min-width: 697px) {
	.tagline p {
		margin: 15px 10px 0 5px;
	}
}
/*@end body & header */
/* Social Media */
.topNavSocial {
	float: none;
	text-align: center;
	padding: 10px 15px;
}
@media only screen and (min-width: 697px) {
	.topNavSocial {
		padding: 15px 10px 0 15px;
	}
}
@media only screen and (min-width: 1097px) {
	.topNavSocial {
		padding: 15px 5px 0 25px;
	}
}
.topNavSocial img {
  width: 19px;
}
.topNavSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topNavSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
	padding: 5px 10px;
	}
}
/*social media*/
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(/images/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.youtube {
	background-image: url(/images/icon-youtube.png);
	background-repeat: no-repeat;
	background-position: center;
}
.youtube:hover {
	background-image: url(/images/icon-youtube-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(/images/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(/images/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon {
	background-image: url(/images/icon-amazon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon:hover {
	background-image: url(/images/icon-amazon-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads {
	background-image: url(/images/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(/images/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*@end social media */
/* main grid */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 769px) {
	.gridContainer {
		max-width: 1232px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*@end main grid
@start of mobile menu */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background: #262b7e;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #262B7E;
	-moz-border-radius: 0px;
	border-radius: 0px;
    border: 1px solid #fff;
	font-size: .9em;
}
.slicknav_nav a:hover {
	background: #F52D2D;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #F52D2D;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: normal;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	height: 0.1em;
}
@media screen and (max-width: 896px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*@end mobile menu
/*@start of desktop menu */
.mainmenu {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		/*background-image: linear-gradient(-90deg, #000, #b41316, #262b7e, #000);*/
		background: #262b7e;
	}
}
nav { 
	text-transform: uppercase;
	float: left;
}
@media only screen and (min-width: 1040px) {
	nav { 
		padding-left: 20px;
  }	
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
@media only screen and (min-width: 1125px) {
	nav ul li {
	  font-size: 18px;
	}	
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 12px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: .85px;
}
@media only screen and (min-width: 1125px) {
	nav ul li a {
	  padding: 15px 20px;
	}	
}
nav ul li a:visited, nav ul li a:hover {
  color: #fff;
}
nav ul li:hover { 
	background: #F52D2D; 
	color: #fff;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 14px;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #000;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #F52D2D; 
}
/* @start content area */  
.main-content {
    padding: 1% 5%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 5%;
	}
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
/*@end main content
@start footer */
.main-footer {
    padding: 1% 5%;
    background-color: #f52d2d;
	font-size: 70%;
	color: #fff;
	line-height: 145%;
}
/* @start columns */
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
		padding: 0;
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
		padding: 0;
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 29%;
		padding: 0 4.33% 0 0;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth, .col1fourthleft, .col1fourthright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
	.col1fourthleft {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}
	.col1fourthright {
		float: right;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.hideMobileColumn {
	display: none;
}
@media only screen and (min-width: 897px) {	
	.hideMobileColumn {
		display: block;
	}	
}
.hideDesktopColumn {
	display: block;
}
@media only screen and (min-width: 897px) {	
	.hideDesktopColumn {
		display: none;
	}	
}
.clearDiv {
	clear:both;
}
/*@end columns */
/* @start headers and links */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	color: #F52D2D;	
	text-align: center;
}
h2 {
	font-size: 1.3em;
	color: #000;
}
h3 {
	font-size: 1.2em;
	color: #262B7E;
}
h4 {
	font-size: 1.1em;
	color: #F52D2D;
	font-weight: normal;
}
h5 {
    font-size: 1em;
    color : #000;
	text-transform: uppercase;
}
h6 {
    font-size: 1em;
    color : #262B7E;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
		text-align: left;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  {
  color : #6586b4;
}

a:visited {
  color : #6586b4;
}

a:hover  {
  color : #db4c4b;
}
a.copyright {
	color:#fff;
	text-decoration: none;
}
a.copyright:visited {
	color:#fff;
}
a.copyright:hover {
	color:#c8d8f0;
}
/*@end headers and links */
/*@start images */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* BUTTONS */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
	font-family: 'Quicksand', sans-serif;

}
button {
	display: inline-block;
	padding: 17px 20px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
	margin: 0 15px;
}
.ml-form-embedSubmit button {
	margin: 0;
}
.linkButton:hover  {
	background: #000;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #262B7E;
}
.redLink  {
	background: #F52D2D;
}
/*@end buttons */
/*@ start extra customizations */
.colorBox {
	background: #f4f4f2;
	padding: 10px 20px;
	margin: 20px 5% 50px 5%;
}
@media only screen and (min-width: 627px) {
	.colorBox{
		padding: 25px 15px 25px 45px;
	}
}
/*mailing list */
.joinBox {
	margin: 75px 0;
	background: #fefaf2;
	width: 95%;
	padding: 1% 2.5%;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 10px 20px;
		width: 90%;
		padding: 1% 5% 50px 5%;
		font-size: 1.15em;
	}	
}
.kindleBox {
	margin: 50px 0;
	font-size: .9em;
	background: #f4f4f2;
	width: 90%;
	padding: 5%;
}
@media only screen and (min-width: 897px) {
	.kindleBox {
		float: left;
		font-size: 1em;
		margin: 65px 25px 0 25px;
		width: 85%;
		padding: 3% 5% 50px 5%;
	}	
}
.kindleBox ul li {
	margin: 15px auto;
}
.homeBox {
	margin: 50px 0;
	background: #f4f4f2;
	width: 90%;
	padding: 5%;
}
@media only screen and (min-width: 897px) {
	.homeBox {
		float: left;
		margin: 25px 25px 0 25px;
		width: 85%;
		padding: 5%;
	}	
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #F4F4F2;
    background: #F4F4F2;
    margin: 2em 0;
}
hr.home {
    float: left;
    width: 100%;
    height: .35em;
    border: 2px solid #F4F4F2;
    background: #F4F4F2;
    margin: 2.5em 0;
}
/* @start of customizing pages */
/*@start of home page */
.headerBar .col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 1097px) {
	.headerBar .col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.headerBar .col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 1097px) {
	.headerBar .col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
/*@end of home page */
/*Book Pages*/
.bookCover {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
.booksPage {
	margin: 10px auto;
	width: 90%;
	max-width: 250px;
}
.booksPageboxset {
	margin: 10px auto;
	width: 90%;
	max-width: 200px;
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
@media only screen and (min-width: 947px) {
	.booksPage {
		margin: 15px;
		width: 145px;
	}	
	.booksPageboxset {
		margin: 15px

	}
}
.buyBox {
	margin: 35px 0 20px 0;
	background: #f4f4f2;
	padding: 10px 15px;
}
.buyBox img {
	padding: 5px 10px;
}
p.centerText {
	text-align: center;
}
@media only screen and (min-width: 897px) {
	p.centerText {
		text-align: left;
	}
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #fff;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 20px;
	font-size: 1.15em;
    background: #000;
	color: #fff;
    margin: 0px 0px 20px 0px;
    border-radius: 0px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
	background-color: #f4f4f2;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #fff;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 0;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	font-size: 1.15em;
	padding: 10px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #f4f4f2;
	font-size: 1.15em;
	font-weight: normal;
	color: #000;
	text-shadow: none;
	text-align: center;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
h1.summary {
	margin: 0;
	text-align: left;
}
#summary h5 {
	text-align: left;
	font-size: 1em;
}
@media only screen and (min-width: 897px) {
	#summary h5 {
		margin: -40px 15px 40px 0;
		font-size: 1.1em;
		text-align: right;
		
	}
}
/*@end of book pages */
/*About page */
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 347px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 300px;
	}
}
@media only screen and (min-width: 1047px) {
	.bioPic {	
		max-width: 400px;
	}
}
/*@end of About page */
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#F52D2D; 
}
.floraforms .field-label em { 
	color:#F52D2D;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint {
	border-color: #F52D2D;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select {
	border: 1px solid #262B7E;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #262B7E;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #F52D2D; }
.floraforms .btn-themed:active{ background-color: #F52D2D; }


.floraforms .alert-info { color:#F52D2D; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #6586b4; }
.floraforms .alert-warning { color: #fff; background-color: #F52D2D; }
.floraforms .alert-error { color:#F52D2D; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #F52D2D; color: #333; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #F52D2D; }
.floraforms .flo-select > select:focus + .arrow { color: #F52D2D; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color: #F52D2D;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #262B7E;
}
.floraforms .refresh-captcha i { 
	color: #F52D2D; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: #fff;
}
/*end of Contact Form*/
/*Bx Slider */
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 40px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	background: none;
}
.bx-controls-direction {
	display: none;
}
.bx-wrapper img {
	width: 90%;
	max-width: 275px;
}
.kindleText {
	display: none;
	padding: 25px;
}