/**
 * Theme Name: Bartercard
 * Version: 1.0
 */


/* ===========================================================
   Reset
   =========================================================*/

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, hr, html,
i, iframe, img, ins,
kbd,
label, legend, li,
mark, menu, meter,
nav,
object, ol, output,
p, pre, progress,
q,
rp, rt, ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,
u, ul,
var, video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

article, aside,
details,
figcaption, figure, footer,
header, hgroup,
menu,
nav,
section {
	display: block;
}

b, strong {
	font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
ol, ul {
	list-style: number;
}
li {
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	overflow: hidden;
}


/* ===========================================================
   Classes
   =========================================================*/

/* image replace */
.ir {
	font: 0/0 a;
	color: transparent;
}

/* position */
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fixed {
	position: fixed;
}

/* text-align */
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}

/* float */
.fl, .alignleft {
	float: left;
}
.fr, .alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* clear float */
.clear,
.clearfix:after {
	clear: both;
}
.clear,
.clearfix:before,
.clearfix:after {
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0; height: 0;
}
.clearfix:before,
.clearfix:after {
	content: '\0020';
}
.lt-ie8 .clearfix {
	zoom: 1;
}


/* ===========================================================
   Typography
   =========================================================*/

/**
 * 1. font-family: Verdana, Geneva, sans-serif;
 * 2. font-family: 'Merriweather Sans', sans-serif;
 * 3. font-family: 'Merriweather', serif;
 * 4. font-family: 'Merriweather', serif;
 */

html, body {
	height: 100%;
}
body {
	background: #fff url(img/bg.png) repeat-x;
	font: 300 12px/1.5 Verdana, Geneva, sans-serif;
	color: #000;
}
button, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ===========================================================
   wrapper & container
   =========================================================*/

.wrapper {
	position: relative;
	padding-top: 20px;
	min-width: 1050px;
}

.container {
	margin: 0 auto;
	padding: 0 30px;
	width: 990px;
	background: #fff;
	border-radius: 19px 19px 0 0;
}


/* ===========================================================
   header
   =========================================================*/

.header {
}

/* hd-bar */
.hd-bar {
	background: #2e2e2e;
	border-radius: 3px;
}

/* hd-nav */
.hd-nav {
	float: left;
	margin: 0 0 0 18px;
	padding: 10px 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .53);
	text-transform: uppercase;
	font: 18px/20px 'Merriweather Sans', sans-serif;
	color: #fff;
}
.hd-nav a {
	color: #fff;
}
.hd-nav a:hover,
.hd-nav a.current-menu-item {
	color: #94cd35;
}
.hd-nav a.current-menu-item {
	font-weight: 600;
}

/* hd-search */
.hd-search {
	float: right;
	margin: 7px 6px 0 0;
}
.hd-search input {
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
	padding: 5px;
	width: 132px;
	height: 16px;
	background: #fff;
	border: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.hd-search button {
	float: left;
	margin-left: 3px;
	width: 99px;
	height: 26px;
	background: #048b3e;
	border: 0;
	font-size: 18px;
	font-family: 'Merriweather Sans', sans-serif;
	color: #fff;
	cursor: pointer;
}


/* ===========================================================
   footer
   =========================================================*/

.footer {
	margin-top: 30px;
	padding: 20px 0 9px;
	background: #2e2e2e;
	border-top: 3px solid #94cd35;
	border-bottom: 3px solid #94cd35;
}

/* ft-top */
.ft-top {
	margin: 0 auto;
	width: 990px;
	line-height: 16px;
	color: #ccc;
}
.ft-top a {
	color: #ccc;
}
.ft-top a:hover {
	color: #94cd35;
}
.ft-top .col {
	float: left;
	margin-left: 36px;
	width: 220px;
}
.ft-top .col:first-child {
	margin-left: 1px;
}
.ft-top h3 {
	margin-bottom: 9px;
	padding-bottom: 1px;
	border-bottom: 1px solid #666666;
	font: 600 16px/20px 'Merriweather Sans', sans-serif;
	color: #94cd35;
}

/* ft-links */
.ft-links li {
	margin-top: 5px;
}
.ft-links li:first-child {
	margin-top: 0;
}

/* ft-contact */
.ft-contact li {
	margin-top: 5px;
	line-height: 0;
}
.ft-contact li:first-child {
	margin-top: 0;
}
.ft-contact span {
	display: inline-block;
	vertical-align: middle;
}
.ft-contact .icon {
	width: 23px;
}
.ft-contact .text {
	line-height: 16px;
}

/* ft-social */
.ft-social {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid #666;
}
.ft-social li {
	float: left;
}
.ft-social a {
	display: block;
	height: 26px;
	background: url(img/social.png) no-repeat;
	font: 0/0 a;
	color: transparent;
	opacity: .2;
}
.ft-social a:hover {
	opacity: 1;
}
.lt-ie9 .ft-social a {
	filter: alpha(opacity=20);
}
.lt-ie9 .ft-social a:hover {
	filter: none;
}
.ft-social .n1 a {
	width: 14px;
}
.ft-social .n2 {
	margin-left: 15px;
}
.ft-social .n2 a {
	width: 26px;
	background-position: -29px 0;
}
.ft-social .n3 {
	margin-left: 12px;
}
.ft-social .n3 a {
	width: 25px;
	background-position: -67px 0;
}
.ft-social .n4 {
	margin-left: 10px;
}
.ft-social .n4 a {
	width: 27px;
	background-position: -102px 0;
}
.ft-social .n5 {
	margin-left: 11px;
}
.ft-social .n5 a {
	width: 24px;
	background-position: -140px 0;
}

/* ft-bottom */
.ft-bottom {
	margin-top: 14px;
	padding: 10px 0;
	background: #252525;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}
.ft-bottom a {
	color: #999;
}
.ft-bottom a:hover {
	color: #94cd35;
}
.ft-bottom .inner {
	margin: 0 auto;
	width: 990px;
}

/* ft-nav */
.ft-nav {
	float: left;
}
.ft-nav a.current-menu-item {
	text-decoration: underline;
	color: #94cd35;
}

/* ft-copyright */
.ft-copyright {
	float: right;
}


/* ===========================================================
   main
   =========================================================*/

.main {
	margin-top: 10px;
}
.main-left {
	float: left;
	width: 650px;
}
.main-right {
	float: right;
	width: 330px;
}

/* comm-btn */
.comm-btn {
	display: inline-block;
	vertical-align: top;
	width: 169px;
	height: 44px;
	background: url(img/btn-169x44.png) no-repeat;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .53);
	font: 500 22px/44px 'Merriweather Sans', sans-serif;
	color: #fff !important;
}

/* banner */
.banner {
	position: relative;
	height: 80px;
	background: url(img/banner1.jpg) no-repeat center bottom;
}

.banner .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 0;
	background: url(img/black-50.png) repeat;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
}
.banner .bottom span,
.banner .bottom a {
	vertical-align: middle;
}
.banner .bottom span {
	margin-right: 10px;
	font: 300 22px/44px 'Ubuntu', sans-serif;
	color: #fff;
}
.banner .bottom span strong {
	font-weight: 600;
}

/* post */
.post {
	padding: 18px 0;
	border-bottom: 1px dashed #009900;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
.post h1 {
	font: 800 36px/38px 'Merriweather Sans', sans-serif;
	color: #008000;
}
.post h2 {
	margin-top: 15px;
	font: 400 22px/1.25 'ubuntu', sans-serif;
	color: #2e2e2e;
}
.post h1 + h2 {
	margin-top: 5px;
}
.post ul {
	margin: 27px 38px;
}
.post blockquote {
	margin: 26px -20px 0 0;
	padding: 20px;
	background: #e7e7e7;
	font-size: 14px;
	line-height: 26px;
	color: #000;
}
.post p {
	margin-top: 10px;
}
.post p:first-child {
	margin-top: 0;
}
.post a {
	text-decoration: underline;
	color: #008000;
}

/* post-header */
.post-header h2 {
	margin: 0;
	font: 400 32px/38px 'Merriweather Sans', sans-serif;
	color: #008000;
}
.post-header h2 a {
	text-decoration: none;
	color: #008000;
}

/* post-meta */
.post-meta {
	margin-top: 16px;
	padding: 5px 12px;
	background: #2d2d2d;
	font: 300 16px/19px 'Merriweather Sans', sans-serif;
	color: #fff;
}
.post-meta a {
	text-decoration: none;
	font-weight: 700;
	color: #92cd32;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta .date {
	text-transform: lowercase;
}

/* post-content */
.post-content {
	margin-top: 33px;
	padding-right: 20px;
}

/* post-more */
.post-more {
	margin-top: 19px;
	padding-right: 20px;
	text-align: right;
}
.post-more a {
	margin: -1px;
}

/* post-static */
.post-static {
	margin-top: 18px;
	padding: 0 0 86px;
	border-bottom: 1px solid #2e2e2e;
}
.post-static + .post {
	margin-top: 26px;
	padding-top: 0;
	border-top: 0;
}

/* post-single */
.post-single {
	padding-bottom: 0;
	border-bottom: 0;
}

/* not-found */
.not-found {
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

/* page-description */
.page-description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

/* post-nav */
.post-nav {
	margin-top: 20px;
	font: 22px/1 'Merriweather Sans', sans-serif;
}
.post-nav .prev {
	float: left;
	width: 50%;
}
.post-nav .next {
	float: right;
	width: 50%;
	text-align: right;
}
.post-nav a {
	color: #008000;
}

/* single-nav */
.single-nav {
	margin-top: 50px;
	font: 22px/1 'Merriweather Sans', sans-serif;
	color: #8c8c8c;
}
.single-nav a {
	color: #8c8c8c;
}
.single-nav .prev {
	float: left;
	width: 40%;
}
.single-nav .next {
	float: right;
	width: 40%;
	text-align: right;
}
.single-nav .line {
	float: left;
	width: 20%;
	text-align: center;
}

/* contact-us */
.contact-us {
	width: 330px;
}
.contact-us .top {
	padding: 15px;
	background: #048b3e;
	border: 1px solid #008000;
	border-radius: 20px 20px 0 0;
	color: #fff;
}
.contact-us .wpcf7 {
	padding: 18px;
	background: #fff;
	border: 1px solid #008000;
	border-top: 0;
	border-radius: 0 0 20px 20px;
}
.contact-us h3 {
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .53);
	font: 400 22px/1 'Merriweather Sans', sans-serif;
}
.contact-us h3 + p {
	margin-top: 10px;
	line-height: 18px;
}
.contact-us .field {
	margin-top: 10px;
}
.contact-us .field:first-child {
	margin-top: 0;
}
.contact-us .input-wrap {
	position: relative;
	padding: 0 12px;
}
.contact-us .placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
.contact-us label.placeholder {
display:inline;
	position: absolute;
	top: 11px;
	left: 12px;
	cursor: text;
}
.contact-us input.placeholder {
	float: left;
	margin: 0 -12px;
	padding: 10px 11px;
	width: 100%;
	height: 20px;
	border: 1px solid #9c9c9c;
}
.contact-us .recieve {
	margin-top: 8px;
	text-align: center;
}
.contact-us .recieve label,
.contact-us .recieve input {
	vertical-align: middle;
}
.contact-us .recieve label {
	display: inline-block;
	margin-right: 8px;
	line-height: 13px;
	color: #333;
}
.contact-us button {
	float: right;
	margin: 9px 0 0;
	border: 0;
	line-height: normal;
	cursor: pointer;
}

/* recent-reviews */
.recent-reviews {
	margin-top: 23px;
}
.recent-reviews h3 {
	padding: 0 10px;
	text-transform: uppercase;
	font: 600 22px/1 'Merriweather Sans', sans-serif;
	color: #333;
}
.recent-reviews ul {
	margin-top: 16px;
}
.recent-reviews li {
	padding: 5px 10px;
	border-top: 1px solid #999;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
.recent-reviews li:first-child {
	border-top: 0;
}
.recent-reviews li a {
	color: #666;
}


/* ===========================================================
   home
   =========================================================*/

/* home-banner */
.home-banner {
	height: auto;
	background: none;
}

.home-banner .top {
	position: absolute;
	top: 36px;
	left: 34px;
}
.home-banner .top span {
	margin-top: 1px;
	display: inline-block;
	padding: 0 10px;
	background: #048b3e;
	font: 36px/50px 'Merriweather', serif;
	color: #fff;
}
.home-banner .top span:first-child {
	margin-top: 0;
	font-family: 'Merriweather', serif;
	color: #95cb38;
	font-weight: 700;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* custom fancybox */
.fb-form .fancybox-skin,
.fb-form.fancybox-opened .fancybox-skin {
	background: none;
	color: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.fb-form .fancybox-error {
	color: #fff;
}

span.wpcf7-form-control-wrap {
position: static!important;
color: black;
}

