@charset "utf-8";
/*body and header */
body {
    font-family: 'Roboto', sans-serif;
	margin-top: 0;
	background-color: #fafbfc;
	font-size: 1em;
	line-height: 1.65;
    color: #333333;
}
p.home {
	font-size: .95em;
	line-height: 1.35;
}
.headerLeft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;	
}
@media only screen and (min-width: 897px) {
	.headerLeft {
		float: left;
		width: 65%;
	}	
}
@media only screen and (min-width: 1197px) {
	.headerLeft {
		width: 70%;
	}	
}
.headerRight {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;	
}
@media only screen and (min-width: 897px) {
	.headerRight {
		float: right;
		width: 30%;
	}		
}
@media only screen and (min-width: 1197px) {
	.headerRight {
		width: 25%;
	}		
}
.siteLogo {
	margin: 0 0 50px 0;
	line-height: 0.85;
	font-family: 'Assistant', sans-serif;
	font-size: 5em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #4169e1;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.siteLogo {	
		float: left;
		margin: 0 0 10px 0;
		line-height: 1;
		font-size: 3.5em;
		letter-spacing: .05em;
	}	
}
@media only screen and (min-width: 997px) {
	.siteLogo {	
		font-size: 3.75em;
	}	
}
@media only screen and (min-width: 1197px) {
	.siteLogo {
		margin: -10px 0 10px 0;
		line-height: 1;
		font-size: 5em;
		letter-spacing: .07em;
	}	
}
@media only screen and (min-width: 1400px) {
	.siteLogo {
		font-size: 6em;
    	letter-spacing: .1em;
	}	
}
.firstLetter {
	font-size: 115%;
	color: #000;
}
.tagLine  {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 1.25em;
	color: #000;
	letter-spacing: .1em;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.tagLine  {
		float: left;
		text-align: left;
		font-size: 1.25em;
		margin: 0;
		letter-spacing: .3em;
	}		
}
@media only screen and (min-width: 997px) {
	.tagLine  {
		font-size: 1.35em;
	}		
}
@media only screen and (min-width: 1197px) {
	.tagLine  {
		font-size: 1.5em;
		margin: 0 0 0 2%;
	}		
}
@media only screen and (min-width: 1400px) {
	.tagLine  {		
		font-size: 1.6em;
    	letter-spacing: .55em;
    	margin: 0 0 0 9%;
	}		
}
.topNavSocial {
	text-align: center;
	margin: 25px 5px;
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		float: right;
		margin: 0 0 10px 0;
	}	
}
@media only screen and (min-width: 1197px) {
	.topNavSocial {
		margin: 20px 0 10px 0;
	}	
}
@media only screen and (min-width: 1400px) {
	.topNavSocial {
		margin: 35px 0 0 0;
	}	
}
.topNavSocial img {
  width: 19px;
}
@media only screen and (min-width: 325px) {
	.topNavSocial img {
	  width: auto;
	}
}
.topNavSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
	padding: 5px;
	}
}
@media only screen and (min-width: 1147px) {
	.topNavSocial a {
	  padding: 5px 8px;
	}
}
@media only screen and (min-width: 1400px) {
	.topNavSocial a {
	  padding: 10px 5px;
	}
}
/*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;
}
.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;
}
.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;
}
/* 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: 1432px;
		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;
	width: 94%;
	margin: 0 auto;
	font-size: 1em;
	padding: 0;
	background: none;
}
@media only screen and (min-width: 769px) {
	.slicknav_menu {
		width: 88.5%;
	}
}
.slicknav_nav {
    clear: both;
	background: #4169e1;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #4169e1;
    margin: 5px 0 10px 0;
	border-radius: 0;
}
.slicknav_nav a, .slicknav_nav a:visited {
    color: #fff;
}
.slicknav_nav a:hover {
	background: #000;
	color: #fff;
	border-radius: 0px;
}
.slicknav_nav .slicknav_item:hover {
	background: #000;
	color: #fff;
	border-radius: 0px;
}
.slicknav_nav .slicknav_item:hover a {
	color: #fff;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: 500;	
}
.slicknav_menu .slicknav_icon-bar {
	display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slicknav_menu .slicknav_icon {
    margin: 0;
}
@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 */
.menuBar {
	display:none;
}
@media only screen and (min-width: 897px) {
	.menuBar {
		display: block;
		background: #4169e1;
		padding: 8px 0 5px 1%;
		text-align: left;
	}
}
@media only screen and (min-width: 1097px) {
	.menuBar {
		padding: 8px 0 5px 5%;
	}
}
.mailButton {
	width: 150px;
    margin: 20px auto;
	text-align: center;
	background: #4169e1;
	color: #fff;
	padding: 5px 10px;
}
@media only screen and (min-width: 897px) {
	.mailButton {
		position: relative;
		float: right;
		margin-right: 10px;
    	margin-top: 0px;
	}		
}

.mailButton a {
	color: #fff;
	text-decoration: none;
}
.mailButton a:visited {
	color: #fff;
}
.mailButton:hover {
	background: #000;
}
nav {    
    display: block;
	float: left;
	line-height: 1;
	font-weight: 400;
  }
	nav ul {
		margin: 0;
		padding:0;
		list-style: none;
	}
	.nav a {
		display:block; 
		background: #4169e1; 
		color: #fff; 
		text-decoration: none;
		padding: 10px 10px;
		text-transform: uppercase;
		position: relative;
	}
	@media only screen and (min-width: 1097px) {
		.nav a {
			padding: 10px 15px;
		}
	}	
	.nav a:visited {
		background: #4169e1; 
		color: #fff;
	}
	.nav {  
		display: inline-block;
	}
	.nav li {
	  position: relative;
	}
	.nav > li { 
		float:left; 
		margin-right: 5px; 
	} 
	@media only screen and (min-width: 947px) {
		.nav > li { 
			margin-right: 10px; 
		} 		
	}
	.nav > li:hover , .nav > li:hover >a {  border-bottom-color: #4169e1;}
	.nav li:hover > a { background: #000; color:#fff; }
	.nav > li:first-child  { border-radius: 0;} 
	.nav > li:first-child>a{border-radius: 0;}
	.nav > li:last-child  { 
	margin-right: 0;
	} 
	.nav > li:last-child >a{border-radius: 0; }
	.nav li a:first-child:nth-last-child(2) { 
		padding: 10px 25px 10px 15px;
}
	.nav li a:first-child:nth-last-child(2):before { 
	 content:""; 
	 position: absolute; 
	 height:0; 
	 width: 0; 
	 border: 5px solid transparent; 
	 top: 50% ;
	 right: 8px;  
	}

 /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid #4169e1;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  background: #4169e1;
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li:hover > ul li a {
  background: #4169e1;
  color: #fff;
}
.nav > li:hover > ul li a:hover {
  background: #000; color:#fff;
}
.nav > li li ul {  border-left:1px solid #fff;}

.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #fff; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: #fff; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color:#fff; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: #fff;
  right: 10px; 
}

/* @start content area */  
.main-content {
    background-color: #fff;
	padding: 3%;
}
.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% 2%;
    background-color: #4169e1;
	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%;	
	}
}
.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%;	
	}
}
.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: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.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 {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 947px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.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: #000;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	color: #4169e1;
}
h3 {
	font-size: 1.2em;
	color: #db4c4b;
}
h4 {
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
}
h5 {
    font-size: 1.1em;
    color : #4169e1;
	font-weight: 600;
}
h6 {
    font-size: 1.1em;
    color : #db4c4b;
	font-weight: 600;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.65em;
		text-align: left;
	}
	h2 {
		font-size: 1.55em;
	}
	h3 {
		 font-size: 1.45em;
	}
	h4 {
		font-size: 1.35em;
	}
}
a  {
  color : #207acf;
}

a:visited {
  color : #478ccd;
}

a:hover  {
  color : #33b4d9;
}
a.copyright {
	color: #fff;
	text-decoration: none;
}
a.copyright:visited {
	color :#fff;
}
a.copyright:hover {
	color: #f1f2f3;
}
/*@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;
	text-transform: uppercase;
	margin: 15px;
}
.linkButton:hover  {
	background: #000;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #4169e1;
}
.aquaLink  {
	background: #000;
}
.aquaLink:hover  {
	background: #4169e1;
}
/*@end buttons */
/*@ start extra customizations */
.colorBox {
	background-color: #fefaf2;;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 627px) {
	.colorBox{
		padding: 25px 15px 25px 45px;
		margin: 0;
	}
}
/*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;
	}	
}
.joinList input[type="submit"] {
    background: #000;
     padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #fff;
	font-weight: normal;
	margin: 25px 0;
	cursor: pointer;
}
.joinList input[type="submit"]:hover {
	background: #4169E1;
}
.joinList input[type="text"] {
    background: #fff;
    margin: 10px;
	border: 1px solid #ced2d5;
    color: #4C4C4C;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 90%;
}
@media only screen and (min-width: 897px) {
	.joinList input[type="text"] {
		width: 75%;
		margin: 10px;
	}
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #FDFAF3;
    background: #FDFAF3;
    margin: 2em 0;
}
hr.sidebar {
    float: left;
    width: 100%;
    height: .35em;
    border: 2px solid #fce6c9;
    background: #fce6c9;
    margin: 2.5em 0;
}
/* @start of customizing pages */
/*@start of home page */
h1.pageheader {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 5px;
	border-bottom: 1px solid #999;
	margin: 0 5% 50px 1%;
}
/*@end of home page */
/*Book Pages*/
.bookTitle {
	text-align: center;
}
@media only screen and (max-width: 597px) {
	.bookTitle {
		font-size: 1.25em;
	}	
}
.seriesInfo {
	font-size: 75%;
}
.seriesTitle {
	background: #4169e1;
	color: #fff;
	text-align: center;
}
.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;
}
.homeCover {
	max-width: 225px;
}
.bookPage {
	margin: 15px auto;
}
.booksPage {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
.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: 0;
	}	
}
.buyBox {
	margin: 35px auto;
    text-align: center;
	border: 1px solid #6586b4;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
.buyBoxHR {
    margin: 35px auto;
    max-width: 240px;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #fff;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
.r-tabs .r-tabs-nav {
    padding: 5px;
    background: #000;
	text-align: center;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px 5px;
	font-size: 1.25em;
    color: #fff;
    margin: 0 5px;
    border-radius: 5px;
}
/* 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: #4169e1;
    background: #fff;
    text-shadow: none;
    border-radius: 0;
}
/* 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.25em;
	padding: 10px;
	background-color: #4169e1;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #000;
	font-size: 1.25em;
	text-align: center;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
	background-color: #000;	
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
#series img {
    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;
	width: 225px;
	margin: 15px auto;
}
@media only screen and (min-width: 550px) {
	#series img {
		width: 175px;
		margin: 15px;
	}
}
@media only screen and (min-width: 965px) {
	#series img {
		width: 125px;
		margin: 15px;
	}
}
/*@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: 190px;
	}
}
@media only screen and (min-width: 1047px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 250px;
	}
}
/*@end of About page */
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#db4c4b; 
}
.floraforms .field-label em { 
	color:#db4c4b;
}
/* @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: #4169e1;
}
/* @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 #f1f2f3;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #000;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #4169e1; }
.floraforms .btn-themed:active{ background-color: #4169e1; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #4169e1; }
.floraforms .alert-warning { color: #fff; background-color: #db4c4b; }
.floraforms .alert-error { color:#db4c4b; 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: #33b4d9; 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: #33b4d9; }
.floraforms .flo-select > select:focus + .arrow { color: #33b4d9; }

/* @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: #f1f2f3;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #f1f2f3;
}
.floraforms .refresh-captcha i { 
	color: #4169e1; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: #fff;
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #4169e1;
}
.floraforms input:checked + .flo-checkbox, 
.floraforms input:checked + .flo-radio{ 
	border: 3px solid #4169e1; 
	background:#4169e1; 
}
/*end of Contact Form*/