body {
    font-family: 'Fira Sans', sans-serif;
	margin: 0 0 5% 0;
	background: url("../images/website-bg-small.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #92b7bc;
	background-size: cover;
    font-size: 1em;
    line-height: 1.75;
    color: #202020;
}
@media only screen and (min-width: 497px) {
	body {
		background: url("../images/website-bg.jpg");
		background-attachment: fixed;
	}
	
}
/*Main Grid */
.maincontent {
	background: rgba(251,251,251,.65);
	padding: 3% 8% 5% 8%;
}
/*Top Bar */
.topBar {
	padding: 10px 25px;
}
.siteLogo {
	float: none;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.siteLogo {
		float: right;
		max-width: 40%;
		padding: 0 0 0 15px;
	}	
}
.siteName {
	float: none;
	font-family: 'Euphoria Script', cursive;
	font-size: 3em;
	color: #fff;
    letter-spacing: 1px;
	line-height: 1.1;
	margin: 10px 0px;
	text-shadow: 2px 2px 5px #4A7981;
}
@media only screen and (min-width: 897px) {
	.siteName {
		float: left;
		margin: 0;
		line-height: normal;
	}	
}
@media only screen and (min-width: 1040px) {
	.siteName {
		margin: 0;
		font-size: 3.25em;
	}	
}
@media only screen and (min-width: 1240px) {
	.siteName {
		font-size: 4em;
	}	
}
@media only screen and (min-width: 1400px) {
	.siteName {
		font-size: 4.5em;
	}	
}
.siteName a {	
	color: #fff;
	text-decoration: none;
}
.siteName a:visited {	
	color: #fff;
}
.siteName a:hover {	
	color: #fad8b8;
}
.topNavLinks {
	float: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	margin-bottom: 15px;
	font-weight: 600;
	text-shadow: 1px 2px 3px #4A7981;
}
@media only screen and (min-width: 897px) {
	.topNavLinks {
		float: left;
		margin-bottom: 0px;
		padding: 10px 0;
	}
}
@media only screen and (min-width: 1040px) {
	.topNavLinks {
		font-size: 1.1em;
    	padding: 25px 15px 0 0;
	}
}
.topNavLinks a  {
  color : #fff;
  text-decoration: none;
   padding: 0px 15px 5px 0;
}
@media only screen and (min-width: 1040px) {
	.topNavLinks a  {
	  padding: 0px 20px 0 0;
	}
}
.topNavLinks a:visited {
  color : #fff;
}
.topNavLinks a:hover {
  color : #EDDABC;
}
/*1.2.2 social media icons */
.topSocial {
	float: none;
	text-align: center;
	padding: 0 10px 15px;
}
@media only screen and (min-width: 897px) {
	.topSocial {
		float: left;
		text-align: left;
		padding: 5px 0;
	}
}
@media only screen and (min-width: 1040px) {
	.topSocial {
		padding: 25px 15px 0 15px;
	}
}
.topSocial img {
  width: 19px;
}
.topSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 497px) {
	.topSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topSocial a  {
	padding: 5px;
	}
}
/* Social media icons */
.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;
}
.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;
}
.tumblr {
	background-image: url(/images/icon-tumblr.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tumblr:hover {
	background-image: url(/images/icon-tumblr-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*Footer Bar*/
.footerBar {
	margin-top: 20px;
	background: rgba(73,129,137,.75);
	font-size: 75%;
	padding: 1% 5%;
	color: #fff; 
}
a.copyright {
	color: #fff;
}
a:visited.copyright {
	color: #fff;
}
a:hover.copyright {
	color: #EAECE4;
}
/* Videos*/
.videoResponsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin: 25px 5px;
}
.videoResponsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Columns */ 
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1% 1% 0;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 60%;	
		padding: 0 2% 0 0;
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 1% 0 1% 1%;
	margin: 1% auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		background: #fff;
		width: 30%;	
		padding: 2%;
	}
}
.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 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
		margin: 10px auto;
	}	
}
.col1thirdwall {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdwall {
		float: left;
		width: 27%;
		padding: 0 6.3333333% 0 0;
		margin: 10px auto;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.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: 655px) {
	.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: 655px) {
	.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: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*2.0 General Elements and Styles */
.clearDiv {
	clear:both;
}
hr {
    height: .25em;
    border: 2px solid #4f83c7;
    background: #4f83c7;
    margin: 3em 0;
}
.verticalPad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.horizontalPad {
	padding-right: 10px;
	padding-left: 10px;
}
.verticalMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.horizontalMargin {
	margin-right: 10px;
	margin-left: 10px;
}
/*2.1 Highlight boxes */
.colorBox {
    padding: 5%;
    background: rgba(251,251,251, .95);
}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.75em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: .5em 0 .75em 0;
	clear: both;
	letter-spacing: 1px;
	line-height: 1.5;
}
h1 {
	font-size: 1em;
	color: #fff;
    background: #92B7BC;
	font-family: 'Arima Madurai', cursive;
	text-transform: uppercase;
	width: 75%;
	margin: 35px auto;
	padding: 10px 0;
}
h2 {
	font-size: 1em;
	color:  #ac9079;
	text-align: center;
}
h3 {
     font-size: 1.15em;
     color: #c5926a;
}
h4 {
	font-size: 1.1em;
	color: #1954ab;
}
h5 {
    font-size: 1.05em;
    color :  #0a968c;
}
h6 {
    font-size: 1em;
    color : #c5926a;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.2em;
		width: 50%;
	}
	h2 {
		font-size: 1.15em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.15em;
	}
}
.blueSpan {
	font-weight: 500;
	font-size: 1.3em;
	color:  #fff;
	background: #1954ab;
    padding: 3%;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/* Link Colors */ 
a  {
  color : #1954ab;
}
a:visited {
  color : #4373b9;
}
a:hover {
  color : #0a968c;
}
/* 2.4 Buttons */ 
.linkButton  {
	display: inline-block;
	padding: 15px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 25px 0;
}
.linkButton:hover  {
	background:#65615e;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.brownLink  {
	background: #ac9079;
}
.greenLink  {
	background: #498189;
}
/* 2.5 Colors and text */ 
.green {
	color: #498189;
}
.blue {
	color:#1954ab;
}
.centerText {
	text-align: center;
}
/*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;
}
.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: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/*Books and Reviews*/
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#1954ab; 
}
.floraforms .field-label em { 
	color:#1954ab;
}
/* @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: #1954ab;
}
/* @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 #1954ab;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #0a968c;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #1954ab; }
.floraforms .btn-themed:active{ background-color: #0a968ca; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #0a968c; }
.floraforms .alert-warning { color: #fff; background-color: #f85865; }
.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: #0a968c; 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: #0a968c; }
.floraforms .flo-select > select:focus + .arrow { color: #0a968c; }

/* @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: #1954ab;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #1954ab;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #1954ab; 
}
.floraforms .flo-checkbox, .floraforms .flo-radio {
    margin-right: 5px;
    border: 1px solid #1954ab;
    top: 5px;
}
.floraforms .flo-checkbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.floraforms input:checked + .flo-checkbox, .floraforms input:checked + .flo-radio {
    border: 3px solid #0a968c;
    background: #0a968c;
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #0a968c;
    background: #0a968c;
}
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #0a968c;
    background: #0a968c;
    padding-left: 33px;
    color: white;
}
.floraforms .frm-header, .floraforms .frm-footer {
    overflow: hidden;
	padding: 20px 0;
    background: none;
}
.floraforms label.flo-option {
	margin: 10px;
	line-height: 175%;
}
.floraforms .state-error + em {
    color: #0a968c;
    font-size: 1.1em;
}
.floraforms .frm-header, .floraforms .frm-footer {
    overflow: hidden;
    padding: 0;
    background: none;
}
/*end of Contact Form*/
/*shop customizations */
body .sr-element {
	font-family: 'Fira Sans', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-name {
    font-weight: normal;
	font-family: 'Fira Sans', sans-serif;
    font-size: 1.25em;
}
body .sr-modal-details .sr-product-name {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5em;
    font-weight: 500;
}
body .sr-buttons-standard .sr-product-buttons .sr-product-buttons-actions .sr-product-button span {
	font-family: 'Fira Sans', sans-serif;
}
body .sr-element button *, .sr-products .sr-item .sr-item-inner .sr-product-buttons * {
	font-family: 'Fira Sans', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-name {
	font-weight: normal;
	font-size: 1.25em;
}
body .sr-modal-container .sr-modal .sr-product-summary, body .sr-modal-details .sr-product-price-wrapper, body .sr-modal .sr-product-description * {
	font-family: 'Fira Sans', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-summary:not(:empty) {	
	font-family: 'Fira Sans', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-price-holder * {
	font-family: 'Fira Sans', sans-serif;
	color: #1e5a65;
	font-size: 1.5em;	
}
body .sr-cart .sr-product-name, .sr-cart .sr-quantity-input {
	font-family: 'Fira Sans', sans-serif;
	color: #000;
	font-size: 1.2em;	
}
body .sr-modal-container select.sr-select, select.sr-select, .sr-cart .sr-quantity-input, .sr-modal-body .sr-modal-details .sr-quantity-input  {
	font-family: 'Fira Sans', sans-serif;
}
body .sr-element .sr-product-description a *, .sr-element a {
    text-decoration: underline;
    cursor: pointer;
    display: inline;
}
body .sr-element h3, .sr-element h3 * {
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 500;
}
body .sr-ribbons div {
	background: #1e5a65;
}
body .sr-modal-details-data .sr-ribbons div {
    background-color: #1e5a65;
    font-size: 1.35em;
}