html, button, input, select, textarea {
	color: #666;
}
html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #309DBB;
 text-shadow: none;
 color:white;
}
::selection {
	background: #309DBB;
	text-shadow: none;
	color: white;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, img, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  /*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Cookie', cursive;
	font-family: 'Crimson Text', serif;
	*/

/*
 * Image replacement
 */
 

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
}
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
	
/***common content styles starts ***/

body {
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #666666;
	background-color: #ffffff;
}
ul, ol {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	line-height: normal;
	color:inherit;
	margin: 9px 0;
    text-rendering: optimizeLegibility
}
h1, h2, h3 {
    line-height: 36px;
}
h1, h2 {
    color: #78AA48;
}
h3, h4 {
    color:#666666 
}
h1 {
	font-size: 35.75px;
}
h2 {
	font-size: 29.25px;
}
h3 {
	font-size: 22.75px;
}
h4 {
	font-size: 16.25px;
}
p {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 9px;
}
p.intro {
	font-size: 39px;
	font-family: 'Crimson Text', serif;
	line-height: 40px;
	padding-top: 8px;
}
a, a:link, a:visited {
	color: #309DBB;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
small {
	font-size: 85%;
}
h1.headline {
	font-size: 66px;
	font-family: 'Cookie', cursive;
	line-height: 68px;
}
a:focus, input:focus {
	outline: none;
}
/***common content styles ends ***/


/***layout styles starts***/
.center {
	margin: 0 auto;
	
}
.header {
	display: block;
	width: 100%;
	padding: 0 0 10px;
}
.banner {
	display: block;
	width: 100%;
	background: url("../images/header-bg.png") repeat-x bottom center #cccccc;
	text-align: center;
	margin: 25px 0 0;
	padding: 14em 0 1.5em;
}
.banner h1 {
	font-size: 110px;
	color: #fff;
	font-family: 'Cookie', cursive;
	padding: 0;
	line-height: 128px;
	text-shadow: 0 2px 2px #545454;
}
.banner h2 {
	font-size: 60px;
	color: #fff;
	font-family: 'Crimson Text', serif;
	padding: 0;
	line-height: 46px;
	text-shadow: 0 2px 2px #707070;
}
.banner h3 {
	font-size: 36px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	line-height: 34px;
	padding: 0 0 20px;
	text-shadow: 0 2px 2px #8e8e8e;
}
.content {
	display: block;
	width: 100%;
	background: #f6f4f2;
	padding: 6em 0;
}
/***layout styles ends***/


/**testimonial styles starts**/

.testimonial {
	border-top: 1px dashed #7e5837;
	border-bottom: 1px dashed #7e5837;
	color: #7e5837;
	clear: both;
	display: block;
	margin: 0 0 20px;
	padding: 39px 0 33px;
	text-align: center;
	width: 100%;
}
.testimonial p {
	color: #7e5837;
	font-size: 36px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	line-height: 40px;
	padding: 0 0 8px;
}
.testimonial span {
	font-size: 14px;
}
/**testimonial styles ends**/

/**button styles starts**/

.inline a {
	position: relative;
}
a button {
	background: none;
	border: none;
}
/*Start SSE Buttons*/
.btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color:#999;
	font-family: 'Open Sans', sans-serif;
	border-style: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #fff;
	background-color: #666;
*background-color:#666
}
.btn:active, .btn.active {
	background-color: #ccc
}
.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;

}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity=65);

}
.btn-action {
	padding:16px 24px;
	font-size:32px;
	font-family:'Cookie', cursive;
	background-color: #F0802C;

}
.btn-large {
	padding: 11px 19px !important;
	font-size: 16px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-primary {
	background-color: #78AA48;
	border: 0;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #F0802C;
*background-color:#F0802C
}
.btn-primary:active, .btn-primary.active {
	background-color: #ca4212 \9
}
.btn-expanded {
	width: 100%;
	margin-bottom: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.btn a{
    color:#ffffff;
    text-decoration:none;
}
/*End SSE Buttons*/
.btn-small, .btn-small a, a.btn-small, .btn-blue, .btn-blue a, a.btn-blue, .btn-reg, .btn-reg a, a.btn-reg, .btn-action, .btn-action a, a.btn-action, .btn-big, .btn-big a, a.btn-big, input.btn-small, input.btn-blue, input.btn-reg, input.btn-action, input.btn-big {
	border: none;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in;
	color: #fff;
}
.btn-small:after {
/*content: "\f054";
	position: absolute;
	right: 10px;
	font-family: 'FontAwesome' !important;
	top: 3px;*/
}
.btn-small, .btn-small, a.btn-small, input.btn-small {
	background-color: #78aa48;
	/*background:url("../images/small-arrow.png") no-repeat 91% #78aa48;*/
/*	border-radius: 15px;
	-webkit-border-radius: 15px;*/
	color: #fff !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 6px 17px;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 5px;
}
.btn-small:hover, .btn-small:hover, a.btn-small:hover, input.btn-small:hover {
	background-color: #9ad067;
	/*background:url("../images/small-arrow.png") no-repeat 91% #78aa48;*/
	/*border-radius: 15px !important;*/
	/*-webkit-border-radius: 15px;*/
	color: #fff !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 6px 17px;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 5px;
}
.btn-small a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.btn-blue, a.btn-blue, input.btn-blue {
	background: /*url("../images/small-arrow.png") no-repeat 89%*/ #007396;
	/*border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	color: #fff !important;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 15px;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
    margin-right:10px !important;
}
.btn-blue a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.btn-reg, a.btn-reg, input.btn-reg {
	background: #78aa48;
	/*border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 6px 17px;
	width: 101px;
}
.btn-reg a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.orange-btn {
	background: #f0802c none repeat scroll 0 0;
	border-radius: 0px;
	/*box-shadow: 2px 2px 1px #9e531b;*/
	clear: both;
	color: #fff !important;
	display: block;
	font-family: "Cookie", cursive;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	border: medium none;
	text-decoration: none;
	transition: all 0.5s ease-in 0s;
	text-align: center;
    box-sizing:border-box;
}
.orange-btn:hover {
	background: #fe9f4b;
	color: #fff !important;
}
.btn-big, a.btn-big, input.btn-big {
	background: #76ac42;
	/*	border-radius: 15px;
	-webkit-border-radius: 15px;*/
	color: #fff !important;
	font-family: 'Crimson Text', serif !important;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	padding: 17px 50px;
}
.btn-big a, .btn-big span {
	font-family: 'Crimson Text', serif !important;
	font-weight: 400;
	position: relative;
}
.btn-big a::after, a.btn-big::after {
	/*content: url("../images/arrow-black.png");
	height: 19px;
	position: relative;
	right: -12px;
	top: 3px;
	width: 13px;*/
}
.btn-big span {
	color: #000;
	font-weight: 600;
}
input.btn-small, input.btn-blue, input.btn-reg {
	width: auto;
}
input.btn-action {
	width: 369px;
}
input.btn-big {
	width: 494px;
}
.larg-btn {
	text-align: center;
}
.btn-small:hover, a.btn-small:hover, .btn-reg:hover, a.btn-reg:hover, .btn-big:hover, a.btn-big:hover {
	background-color: #9ad067;
}
.btn-blue:hover, a.btn-blue:hover {
	background-color:#2497ba !important;
}
.btn-action:hover, a.btn-action:hover {
	background-color: #fe9f4b;
}
.listings-search {
    padding: 0 10px 4px 10px !important;
}

/**button styles ends**/

/**style for did you know starts **/

.did-you-know {
	border-left: 10px solid #75ab41;
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 0 23px;
	margin-top: 10px;
}
.did-you-know h2 {
	color: #75ac42;
	/*font-family: "Crimson Text", serif;*/
	line-height: 24px;
	padding: 0 0 2px;
	position: relative;
	top: -2px;
}
.did-you-know p {
	padding: 0;
	font-weight: 400;
	margin-bottom: 20px;
}
.did-you-know a {
	font-family: 'Open Sans', sans-serif;
}
/**style for did you know ends **/

/**style for learn how starts **/

.learn-how {
	clear: both;
	margin: 0 auto;
	width: 516px;
}
.learn-how h2 {
	color: #76ac42;
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 0 16px;
	text-align: left;
}
.learn-how a {
	color: #76ac42;
	font-family: "Crimson Text", serif;
	text-decoration: none;
}
.learn-how a:hover {
	color: #4d8319;
}
.learn-how div {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}
.learn-how div.icon {
	margin: 0 15px 0 0;
	text-align: center;
	width: 105px;
	height: 105px;
	position: relative;
	z-index: 1;
}
.learn-how div.icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/**style for learn how ends **/


/**style for customer-support starts **/

.customer-support {
	background: #fff;
	border: 1px solid #cccccc;
	clear: both;
	display: table;
	padding: 30px 23px 16px;
	width: 93.3%;
}
.customer-support div {
	display: table-cell;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.customer-support div.icon {
	margin: 0 15px 0 0;
	text-align: center;
	width: 171px;
	height: 171px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}
.customer-support div.icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.customer-support h2 {
	padding: 0 0 5px;
}
.customer-support p {
	padding: 0 0 20px;
	font-weight: 400;
}
.customer-support p.last {
	padding: 0;
}
.customer-support a {
	font-family: 'Open Sans', sans-serif;
}
.customer-support p span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: italic;
	font-size: 17px;
	display: block;
}
/**style for customer-support ends **/


/**style for form starts **/

.form-section {
	background: #e3d8c2;
	border: 1px dashed #7e5837;
	display: block;
	padding: 0;
	width: 100%;
}
.form-section-inner {
	display: block;
	padding: 35px 30px 21px;
	width: 91.2%;
}
.form-section hr {
	border: none;
	border-top: 1px dashed #7e5837;
	height: 1px;
	background: transparent;
	margin: 13px 0 43px;
	padding: 0;
}
.form-section .title {
	color: #333333;
	font-size: 23px;
	padding: 0 0 26px;
	font-weight: 600;
}
.form-section .sub-title {
	color: #333333;
	font-size: 20px;
	padding: 0 0 22px;
	font-weight: 600;
}
.form-section p {
	color: #333333;
	font-size: 16px;
}
.form-section .fields {
	display: inline-block;
	/*	width: 100%;*/
	/*padding: 0 0 30px;*/
	position: relative;
}
.form-section label {
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: #333333;
	font-size: 17px;
}
.form-section .label {
	font-weight: 700;
}
.form-section input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #777;
	display: block;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
	max-width: 100%;
	outline: medium none;
	padding: 6px 4px;
	width: 210px;
	max-height: 31px;
	min-height: 31px;
	box-sizing: border-box;
}
.form-section .amount {
	position: relative;
}
.form-section .amount::before {
	color: #333;
	content: "$";
	font-size: 23px;
	left: 12px;
	position: absolute;
	top: 10px;
}
.form-section .amount input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	padding-left: 33px;
	width: 96px;
}
.greenbox {
	display: block;
	width: 100%;
	background: #90bf61;
	min-height: 287px;
	margin: 0 0 145px;
}
/* You Tube Video CSS */

.video-box {
	/*border: #BBBDBF solid 4px;*/
	/*border-radius: 6px;*/
	display: block;
	text-align: center;/*width: 80%;*//*padding: 7px !important;*/
}
#ytvideo, #ytvideo2 {
	float: right;
}
.yt_holder {
	background: #78AA48 none repeat scroll 0% 0%;
	/*background: #fff;*/
	/*padding: 15px;*/
	min-height: 310px;
	max-height: 310px;
}
.playerul {
	background-color: rgba(93, 174, 62, 0.8);
	float: left;
	margin: 0;
	padding: 7px 0px 7px 7px !important;
	text-align: left;
}
.playerli {
	list-style-type: none;
	display: block;
	/*margin: 0 25px;*/
	opacity: .5;
	/*padding: 25px 0;*/
	font-family: 'Brandon';
	padding: 10px;
	box-sizing: border-box;
	/*margin:5px 0 ;*/
	min-height: 98px;
}
.playerli.currentvideo {
	opacity: 1;
}
.playerli img {
	width: 140px;
	height: 100px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}
.playerli a {
	display: block;
	color: #000;
	text-align: left;
	font-size: 13px !important;
}
.currentvideo {
	background: #fff;
}
.li-text {
	margin-top: 10px !important;
}
 @media only screen and (min-width: 100px) {
.video-box {
	margin-bottom: 30px !important;
	/*width: 90%;*/
	margin: 0 auto;
}
.playerul {
	background-color: rgba(93, 174, 62, 0.8);
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.playerli {
	list-style-type: none;
	display: block;
	/*margin: 0 10px;*/
	opacity: .8;
	/*padding: 17px 0;*/
	font-family: 'Brandon';
	text-align: center;
}
.playerli img {
	width: 98px;
	height: 70px;
	float: left;
	margin-right: 15px;
}
.playerli a {
	display: block;/*height: 65px;*/
}
embed {
	width: 240px;
	height: 200px;
	float: right;
	background-color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
}
 @media only screen and (min-width: 480px) {
.video-box {
/*width: 73%;*/
}
.playerli {
/*padding: 17px 0;*/
	/*width: 90%;*/
}
.playerli img {
	width: 130px;
	height: 93px;
}
.playerli a {
	display: block;/*height: 100px;*/
}
embed {
	width: 290px;
	height: 250px;
	margin-bottom: 10px;
	margin-top: 10px;
}
}
 @media only screen and (min-width: 768px) {
.video-box {
/*width: 68%;*/
}
.playerul {
	width: 100%;
}
.playerli {
/*padding: 17px 0;*/
	
}
.playerli img {
	width: 130px;
	height: 93px;
}
.playerli a {
	display: block;/*height: 100px;*/
}
embed {
	width: 480px;
	height: 368px;
	margin-bottom: 10px;
	margin-top: 10px;
}
}
 @media only screen and (min-width: 960px) {
.video-box {
/*width: 85%;*/
}
.playerul {
	width: 35%;
}
.playerli {
	/*padding: 17px 0;*/
	
	width: auto;
}
.playerli img {
	width: 130px;
	height: 93px;
}
.playerli a {
	display: block;/*height: 100px;*/
}
embed {
	width: 480px;
	height: 368px;
	margin-bottom: auto;
	margin-top: auto;
}
}
 @media only screen and (min-width: 1024px) {
.video-box {
/*margin-bottom: 75px !important;*/
	/*width: 80%;*/
}
}
 @media only screen and (min-width: 1200px) {
.video-box {
	/*width: 90%;*/
	margin: 0 auto;
}
.playerli {
/*padding: 20px 0;*/
	
}
.playerli img {
	width: 80px;
	height: auto;
}
.playerli a {
	display: block;
	line-height: 20px;
	padding-bottom: 20px;
}
embed {
	width: 500px;
	height: 310px;
	margin-bottom: auto;
	margin-top: auto;
}
}
@media only screen and (min-width: 1408px) {
.video-box { /*width: 76%;*/
}
}
/* Member Slider  */

.clearout {
	height: 20px;
	clear: both;
}
#memberlistings {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
    min-width:430px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
    overflow:hidden !important;
    max-height:411px !important;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
     overflow:hidden !important;
    max-height:411px !important;
}
.nbs-flexisel-item:first-child {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	width: 96%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	/*max-width: 100px;
	max-height: 45px;*/
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: -55px;
	top: 93px !important;
	display: none;
	padding: 11px 9px 6px 9px;
	background-color: #309DBB;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.85;
    box-sizing:border-box;
    width:40px;
    height:40px;

}
.varietyCarousel .nbs-flexisel-nav-left{
	left: -55px;
	top: 93px !important;
	display: block;
	padding: 11px 9px 6px 9px;
	background-color: #309DBB;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.85;
    box-sizing:border-box;
    width:40px;
    height:40px;
}

#myCarousel .varietyCarousel.nbs-flexisel-nav-left {
    top: 88px !important;
}

#myCarousel .varietyCarousel.nbs-flexisel-nav-left {
    top: 88px !important;
}



.nbs-flexisel-nav-left:before {
	content: "\f053";
	position: absolute;
	font-family: 'FontAwesome' !important;
	font-size: 25px;
	left: 10px;
}
.nbs-flexisel-nav-right:before {
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome' !important;
	font-size: 25px;
	left: 15px;
}
.nbs-flexisel-nav-right {
	right: -50px;
	top: 93px !important;
	display: none;
	padding: 11px 9px 6px 9px;
	background-color: #309DBB;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.85;
    box-sizing:border-box;
    width:40px;
    height:40px;
}
.varietyCarousel .nbs-flexisel-nav-right{
	right: -50px;
	top: 93px !important;
	display: block;
	padding: 11px 9px 6px 9px;
	background-color: #309DBB;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.85;
    box-sizing:border-box;
    width:40px;
    height:40px;
}
.nbs-flexisel-nav-right:hover, .nbs-flexisel-nav-left:hover {
	opacity: 1;
}
/*Hiding submenu? is this correct. Commenting it out for now*/
/*.submenu {
    display:none !important;
}*/
