/*------------------------------------*\
	

Reset & Basics


*/

/*

Main Color: #0088cc
Second Color: #11924b - Darker than main color

*/

/* Reset & Basics (Inspired by E. Meyers) */
html, body, div, applet, object, iframe p, blockquote, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 1.000em;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline; 
}

html,body
{
    width: 100%;
   /* height: 100%; */
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

input, button, select, textarea {
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

p {
	width: 100%;
	line-height: 18px;
}

cite, em, var, address, dfn {
	font-style: italic;
	color: #51612A !important;
}

i {
	color: #7B9534 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.1em;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	font-weight: normal; 
	font-weight: 300;
	margin: 20px 0;
}

h1.page-title {

	background-color: none;
	text-align: center;
}


h2, h2 a, h2 span {
  font-family: Roboto slab !important;
  color: #484848;
  font-size: 3.0em;
  font-weight: bold !important;
}
		
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

a:hover, a:active, a:focus, object, embed, input::-moz-focus-inner, select::-moz-focus-inner {
  outline: 0;
}

select {
    -moz-appearance: radio-container;
    outline: 0;
}

select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
    text-indent: 0.01px;
    text-overflow: '';

    outline: 0;
}
/*for IE10*/
select::-ms-expand {
    display: none;
    outline: 0;
}

body {
	line-height: 1; 
	overflow-x:hidden;
	background-color: #fff;
	color: #484848;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 1.167em;
  line-height: 30px;
  color: #232C11;
  vertical-align: middle;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width:95%;
    background-color: rgb(239, 239, 239);
  border: 1px solid #637A34;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
     -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #484848;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(32, 78, 21, 0.8);
  outline: 0;
  outline: thin dotted 0;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 rgba(82, 168, 236, 0);
     -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 rgba(82, 168, 236, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 rgba(82, 168, 236, 0);
}


input#edit-search-api-views-fulltext.form-text {
	width: 96%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #637A34;
	border-radius: 5px;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	color: #484848;
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 30px;
	vertical-align: middle;
}

input#edit-ad-location.um-form-field.valid.ui-autocomplete-input {
	width: 96%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #637A34;
	border-radius: 5px;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	color: #484848;
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 30px;
	vertical-align: middle;
}

.first {
	margin-left: 0 !important;
}

.full {
	width: 100%;
	float: left;
}

.full-side {
  float: none;
  margin-top: 6px;
  border-radius: 25px;
  margin-bottom: 25px;
  margin-top: 0px !important;
}

/* Header */
a.logo {
    margin: -6px 15px 0px 0;
    float: left;
}

header#navbar {
	  background: #FFF;
	  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #FFF));
	  background: -ms-linear-gradient(bottom, #FFF, #FFF);
	  background: -moz-linear-gradient(center bottom, #FFF 0%, #FFF 100%);
	  background: -o-linear-gradient(#FFF, #FFF);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
	  -webkit-border-top-right-radius: 0px;
	  -webkit-border-bottom-right-radius: 0px;
	  -webkit-border-bottom-left-radius: 0px;
	  -webkit-border-top-left-radius: 0px;
	  -moz-border-radius-topright: 0px;
	  -moz-border-radius-bottomright: 0px;
	  -moz-border-radius-bottomleft: 0px;
	  -moz-border-radius-topleft: 0px;
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	  border-bottom-left-radius: 0px;
	  border-top-left-radius: 0px;
	  -moz-background-clip: padding-box;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1); 
	z-index: 999;
	position: relative;
	  border-left: 1px solid #688234;
	  border-right: 1px solid #688234;
	  border-bottom: 5px solid #8CA353;
}


header#navbar .container {
}

.full-width-button {
	float: left;
	margin-bottom: 5px;
	width: 60%;
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
	margin-left: 115px;
}

.full-width-button .fa {
	margin-right: 5px;
}

.author-avatar, .author-avatar-img {
	width: 150px;
	height: auto;
}

/* Search header */
#search-field {
	float: left;
	display: inline-block;
	margin-top: 15px;
}

#register-login-block {
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
	float: left;
	margin-top: 15px;
}

#register-login-block ul {
	padding-left: 0;
}

#register-login-block-top {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

#top-menu-block #register-login-block-top {
	margin-top: 10px;
}

#new-post a.btn {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background: #EFEFF0;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #484848;
	font-size: 1.167em;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
	border-radius: 15px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#new-post a.btn:hover {
	color: #fff;
	background: #cacaca;
}

.chosen-container {
  display: inline-block;
  background: #FFFFFF none no-repeat !important;
  border-radius: 5px;
  height: 29px;
  border: 1px solid #637A34;
  padding: 5px;
  margin-top: 5px;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  min-width: 203px !important;
  border-radius: 5px;
  float: left;
  position: relative;
  zoom: 1;
  
}

@media (max-width: 767px)
.advanced-search-slider {
  width: 220px !important;
}

.chosen-container-single .chosen-single, .chosen-with-drop.chosen-with-drop .chosen-single, .chosen-container-active.chosen-with-drop.chosen-with-drop .chosen-single {
	border-radius: 0px;
	border-color: transparent;
	height: 28px;
	line-height: 30px;
	border-width: 0px;
	color: #ffffff;
	background: #a0ba61 none no-repeat;
}

.chosen-container-single .chosen-single, .chosen-with-drop.chosen-with-drop .chosen-single, .chosen-container-active.chosen-with-drop.chosen-with-drop .chosen-single {
	line-height: 30px;
	color: #637A34;
}

.chosen-container-single .chosen-single div, .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: 1px solid #93B072;
}

.chosen-container-single .chosen-single div b {
	background-position: 4px 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -14px 5px;
}

.chosen-container .chosen-drop {
    background-color: #e3ead4;
    border-width: 0px;
    width: 240px;
    color: #484848;
}

.views-exposed-form .views-exposed-widget {
	float: left;
}


.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: none !important;
    border-radius: 0 !important;
    background-color: #fff;
    background: none !important;
    background-clip: padding-box;
    box-shadow: none !important;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-single {
    line-height: 30px;
    height: 28px;
    color: #3B2929;
    border-right: 1px solid #93B072;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: Roboto;
  font-weight: normal;
  color: #484848;
}

.controls {
	float:left;
	width: 18%;
	min-width: 200px;
	padding:5px;
	margin-right:5px;
}

.controls2 {
	float:left;
	width: 18%;
	min-width: 200px;
	padding:5px;
	margin-right:5px;;
}

.controls3 {
	float:left;
	display:inline-block;
	width: 18%;
	background-color:#fff !important;
}

.views-exposed-form .views-exposed-widget .btn-primary {
	background-color: #B7CC9E; 
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-left: 1px solid #fff;
}

.views-exposed-form .views-exposed-widget .btn-primary {
	padding: 4px 12px;
	background: #849B4D;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
    border-radius: 0px 3px 3px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
    
    padding-right: 28px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;

    font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

.views-exposed-form .views-exposed-widget .btn-primary:hover {
	color: #fff;
	background: #98b15b;
    
    padding-right: 28px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #95AE5A;
}

/* Featured Ads Section */
#featured-list {
	background-color: #B7CC9E;
	border-bottom: 5px solid #8CA354;
	border-left: 1px solid #688234;
	border-right: 1px solid #688234;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#ads-homepage {
	background-color: #fbf9f5;
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;
}

#featured-list .container {
	padding: 10px 0 15px 0;
}

#featured-ads-author {
	border-bottom: 5px solid #8CA354;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#featured-ads-author .container {
    padding: 10px 0 15px 0;
	border-bottom: 5px solid #8CA354;
}

.quicktabs-tabs {
	float: right;
	list-style: none;
	margin-top: -25px;
}

.quicktabs-tabs li {
	float: left;
}

.quicktabs-tabs .grid-feat-ad-style a {
	width: 17px;
	height: 14px;
	float: left;
	background-color: #849B4D;
	background-image: url(../images/grid.png);
	background-repeat: none;
	background-position: top left;

	text-indent: -9999px;
}

.quicktabs-tabs .list-feat-ad-style a {
	width: 17px;
	height: 14px;
	float: left;
	background-color: #6f883a;
	background-image: url(../images/list.png);
	background-repeat: none;
	background-position: top left;
	margin-left: 10px;

	text-indent: -9999px;
}

.quicktabs-tabs .grid-feat-ad-style a:hover, .quicktabs-tabs .list-feat-ad-style a:hover, .quicktabs-tabs .grid-feat-ad-style a.current, .quicktabs-tabs .list-feat-ad-style a.current {
	background-color: #637A34!important;
}

li.grid-feat-ad-style {
	background-color: #000;
}

#featured-list #tabs .pane {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}

#featured-ads-author #tabs .pane {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.caroufredsel_wrapper {
	width: 100% !important;
}

#carousel-buttons {
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#carousel-prev {
	position: absolute;
	margin-left: -60px;
	width: 44px;
	height: 44px;
	background-image: url(../images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	top: 50%;
	margin-top: -22px;

	filter: alpha(opacity=.5);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#carousel-prev:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#carousel-next {
	position: absolute;
	right: 0;
	margin-right: -60px;
	width: 44px;
	height: 44px;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	top: 50%;
	margin-top: -22px;

	filter: alpha(opacity=.5);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#carousel-next:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ad-box {
	min-height: 253px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	margin-bottom: 10px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#featured-list .ad-box {
	margin-left: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

#featured-ads-author .ad-box {
	margin-left: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

.ad-box:hover > .ad-box-content {
	background: #C6D5B0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.ad-image {
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;

	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.7);
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.7);
}

.ad-image img {
	float: left;
	width: 100%;
	height: 150px;

	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.add-box-main-image {
	position: absolute;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.add-box-second-image {
	left: 0;
	margin-top: 150px;
	position: absolute;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.ad-box:hover > a img.add-box-main-image {
	margin-top: -120px;
}

.ad-box:hover > a img.add-box-second-image {
	margin-top: 0;
}

.ad-box:hover > .ad-box-content .add-price span {
	background-color: #A8B788;
}

.ad-box-content {
	float: left;
	width: 100%;
	min-height: 121px;
	background-color: #D9F2B4;
	position: relative;

	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.ad-box-content a {
	background-image: #c8d8a7;
	margin: 25px 0 10px 0;
	width: 90%;
	margin-left: 5%;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	float: left;
}

.ad-box-content .add-price {
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	float: left;
}

.ad-box-content .add-price span {
	padding: 5px 7px;
	background-color: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.ad-category {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	margin-top: -22px;
	left: 50%;
	margin-left: -22px;
	z-index: 1;
}

.category-icon-box {
	width: 44px;
	height: 44px;
	float: left;
	color: #ffffff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

#ads-profile a.author-edit-post {
	position: absolute;
	display: none;
	margin: 0;
	bottom: 0;
	margin-bottom: 10px;
	left: 0;
	margin-left: 10px;
	width: auto;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#ads-profile a.author-edit-post .fa {
	margin-right: 5px;
}

#ads-profile a.author-delete-post {
	position: absolute;
	display: none;
	margin: 0;
	bottom: 0;
	margin-bottom: 10px;
	right: 0;
	margin-right: 10px;
	width: auto;
	color: #bc3523;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#ads-profile a.author-delete-post:hover {
	color: #c44b3b;
}

#ads-profile a.author-delete-post .fa {
	margin-right: 5px;
}

#ads-profile .ad-box:hover > .ad-box-content > .delete-listing > a.author-delete-post {
	display: block;
}

#ads-profile .ad-box:hover > .ad-box-content > a.author-edit-post {
	display: block;
}



.category-icon .category-icon-box {
	margin-right: 10px;
}

.category-icon-box {
	width: 44px;
	height: 44px;
	float: left;
	text-align: center;
    display: table-cell;
    vertical-align: middle; 
}

#category-featured-ads-title .category-icon-box {
	width: 48px;
	height: 48px;

	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.category-icon-box i {
	line-height: 46px;
	font-size: 20px;
	color: #fff !important;
}

#category-featured-ads-title .category-icon-box i {
	line-height: 50px;
	font-size: 24px;
}

.list-featured-ads {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background-color: #efefef;

	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.list-feat-ad-image {
	float: left;
	width: 270px;
	height: 150px;
}

.list-feat-ad-content {
	float: left;
	width: 680px;
}

.list-feat-ad-title {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}

.list-feat-ad-title a {
	float: left;
	font-size: 20px;
	line-height: 32px;
	margin-left: 30px;
}

.list-feat-ad-title .add-price {
	margin-left: 30px;
	margin-top: 11px;
	float: left;
}

.list-feat-ad-title .add-price span {
	padding: 5px 7px;
	background-color: #e2e7ec;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.list-feat-ad-excerpt {
	width: 100%;
	float: left;
}

.list-feat-ad-excerpt p {
	margin: 0 30px;
	float: left;
	font-size: 14px;
	line-height: 24px;

	width: 70%;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.read-more {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	text-transform: uppercase;
}

.list-featured-ads:hover {
	background-color: #e5f3c2;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.list-featured-ads .ad-image img {
	-webkit-border-top-left-radius: 112px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;

	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
}

.list-featured-ads:hover > .list-feat-ad-image a img.add-box-main-image {
	margin-top: -120px;
}

.list-featured-ads:hover > .list-feat-ad-image a img.add-box-second-image {
	margin-top: 0;
}

.list-featured-ads:hover > .list-feat-ad-content .add-price span {
	background-color: #e9f1d6;
}

.add-price2 {
color: rgba(254, 254, 254, 0.95) !important;
    font-weight: normal;
    background-color: rgba(105, 120, 75, 0.5);
    padding: 1px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-right-radius: 28px;
    position: absolute;
    left: -20px;
    z-index: 12;
    top: -2px;
    font-size: 10px;
    font-family: sans-serif;
    height: 18px;
}


/* Home Categories */
#categories-homepage {
	background-color: #fbf9f5;
	border-left: 1px solid #688234;
	border-right: 1px solid #688234;
	border-bottom: 5px solid #8CA354
}

#categories-homepage .container {
	padding: 10px 0 5px 0;
}

#categories-homepage .full {
	margin-top: 10px;
}

.category-box {
	background-color: #97AF5B;
	margin-bottom: 10px;
	float: left;
	height: 245px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.1);
}

.category-header {
	background-color: #8CA354;
	width: 100%;
	float: left;

	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.category-content {
	float: left;
	width: 100%;
	background-color: #97AF5B;
}

.category-content ul {
	padding-left: 0;
}

.category-icon {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.cat-title {
	float: left;
}

.cat-title a {
	float: left;
	width: 100%;
}

.cat-title h4 {
	letter-spacing: 0em;
	width: auto;
	float: left;
	line-height: 65px !important;
	margin: 0;
}

.category-total {
	float: right;
	margin-right: 10px;
}

.category-total h4 {
	color: #FFFFFF;
	letter-spacing: 0em;
	line-height: 65px !important;
	margin: 0;
}

.category-content li {
	list-style: none;
	float: left;
	font-size: 12px !important;
	line-height: 16px !important;
	margin-top: 10px;
	width: 100%;
	background-color: #97AF5B;
}

.category-content li a, .category-content li span {
	font-size: 12px !important;
	line-height: 16px !important;
}

.category-content li a {
	float: left;
	margin-left: 10px;
}

.category-content li span {
	float: right;
	margin-right: 10px;
	color: #FFFFFF;
}

/* Homepage Ads */
#ads-homepage .container {
	padding: 10px 0;
}

#ads-homepage ul.tabs {
	float: left;
	border: solid 1px #ecf0f1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	padding-left: 0;
}

#ads-homepage ul.tabs li {
	float: left;
}

#ads-homepage ul.tabs li a {
	float: left;
	padding: 15px 25px;
	border-right: solid 1px #ecf0f1;
}

#ads-homepage ul.tabs li a:hover, #ads-homepage ul.tabs li a.current {
	text-decoration: none;
	background-color: #fbf9f5;
	color: #484848;
}

#ads-homepage ul.tabs li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#ads-homepage ul.tabs li:last-child > a {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

	border-right: none;
}

.pane {
	float: left;
	width: 100%;
}

#pbd-alp-load-posts, #pbd-alp-load-posts-popular, #pbd-alp-load-posts-random {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	width: 100%;
	float: left;

	background-color: #ecf0f1;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
}

#pbd-alp-load-posts a, #pbd-alp-load-posts-popular a, #pbd-alp-load-posts-random a {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts-popular a:hover, #pbd-alp-load-posts-random a:hover {
	text-decoration: none;
	color: #a8c466;
}

/* Footer */
footer {
	/* background: #BCDA72; */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#FFF ), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #FFF, #FFF);
  background: -moz-linear-gradient(center bottom, #FFF 0%, #FFF 100%);
  background: -o-linear-gradient(#FFF, #FFF );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
	border-bottom: 5px solid #8CA354;
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;
}

footer .container {
	padding: 30px 0;
}

.socket {
	background-color: #FFF;
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;
	margin-bottom: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.site-info {
	margin-bottom: 0;
	padding: 20px 0;
	float: left;
	width: auto;
	color: #3B3939;
}

/* Category page */
#category-featured-ads-title .container {
	padding: 10px 0;
}

#category-featured-ads-title .container img {
	float: left;
}

#category-featured-ads-title .container h2 {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.category-featured-total-ads {
	float: right;
	color: #6f883a;
}

#featured-ads-category {
	background: #9CB55E;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#featured-ads-category .container {
    padding: 10px 0 15px 0;
}

#featured-ads-category #tabs .pane {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}

#featured-ads-category .ad-box {
	margin-left: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}


#featured-ads-category .ad-box-content {
	background-color: #fff;
}

#featured-ads-category .list-featured-ads {
	background-color: #fff;
}

#ads-category-content .container {
	padding: 10px 0 ;
}

#ads-category-content ul.tabs {
	float: left;
	border: solid 1px #ecf0f1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	padding-left: 0;
}

ul.tabs { 
	padding-left: 0;
}

#ads-category-content ul.tabs li {
	float: left;
}

#ads-category-content ul.tabs li a {
	float: left;
	padding: 15px 25px;
	border-right: solid 1px #ecf0f1;
}

#ads-category-content ul.tabs li a:hover, #ads-category-content ul.tabs li a.current {
	text-decoration: none;
	background-color: ##AFCC6A;
	color: ##EDF4DA;
}

#ads-category-content ul.tabs li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#ads-category-content ul.tabs li:last-child > a {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

	border-right: none;
}

/* Ad detail page */
#ad-page-title .container {
	padding: 20px 0;
}

#ad-page-title h2 {
	float: left;
}

#ad-page-title .ad-page-price {
	float: right;
}

#ad-page-title .ad-page-price h2, .ad-page-price {
	color: #4D5B28;
	font-weight: bold;
}

#ad-page-header {
	/* background-color: #9CB55E; */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#404B22 ), color-stop(1, #5D6E31));
	  background: -ms-linear-gradient(bottom, #404B22, #5D6E31 );
	  background: -moz-linear-gradient(center bottom, #404B22 0%, #5D6E31 100%);
	  background: -o-linear-gradient(#5D6E31, #404B22 );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D6E31', endColorstr='#404B22', GradientType=0);
}

#ad-page-header .span12 {
	margin-left: 0;
}

#ad-page-header .container {
	padding: 0;
}

.ad-detail-half-box {
	width: 100%;
	border: solid 1px #e4e4e4;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

	background: url(../images/table-border.png) repeat-y center top;
}

.ad-detail-half-box tbody {
	width: 100%;
}

.ad-detail-half-box tr {
	width: 40%;
	width: -webkit-calc(50% - 60px);
	width: calc(50% - 60px);

	padding: 30px;
	float: left;
}

.ad-detail-half-box tr:last-child {
	border-right: none;
	width: 40%;
	width: -webkit-calc(50% - 60px);
	width: calc(50% - 60px);
}

.ad-detail-half-box td {
	text-align: left;
}

.ad-detail-info {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 16px;
}

.ad-detail-info.pricing-plans .btn .fa {
	color: #48484C;
}


.ad-detail-info .fa {
	font-size: 16px;
	line-height: 18px;
	margin-right: 10px;
	color: #484848;
}

.ad-detail-info .fa-map-marker {
	margin-right: 16px;
}

.ad-detail-info .fa-phone-square {
	margin-right: 12px;
}

.ad-detail-info .fa-globe {
	margin-right: 12px;
}

.ad-details {
	float: right;
	line-height: 18px;
	width: 82%;
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
	color:#484848;
}

span.ad-details a {
	color:#484848;
}

span.ad-details a:hover {
	color:#0f0f0f !important;
}

.ad-detail {
	float: right;
	font-size: 13px;
	max-width: 100%;
	text-align: right;
	line-height: 18px;
}

.ad-detail a {
	font-size: 13px;
	color:#484848;
}

.ad-detail a:hover {
	font-size: 13px;
	color:#0f0f0f !important;
}

.ad-details-title {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.centered-ad-details {
	text-align: center;
}

.centered-ad-details .ad-details {
	width: 100%;
}

.author-profile-ad-details .button-ag {
	margin-right: 0;
}

.centered-ad-details .ad-details-title h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

span.ad-details-title a {
  font-size: 1.4em;
  font-family: Roboto slab;
  font-weight: lighter;
  color:#484848;
}

span.ad-details-title a:hover {
	color:#0f0f0f !important;
}

#contact-ad-owner-v2 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

#contact-ad-owner {
	width: 90%;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	border: 1px solid #e4e4e4;
	padding: 20px;
	background-color: #9CB55E;
	float: left;
	margin-top: 20px;
	position: relative;
	margin-bottom: 30px;
}

.contact-ad-owner-arrow {
	width: 60px;
	height: 30px;
	position: absolute;
	left: 0;
	margin-left: 30px;
	top: 0;
	margin-top: -29px;
	background: url(../images/contact-owner-arrow.png) no-repeat top left;
}

#contact-ad-owner-v2 #contact-form #contactName, #contact-ad-owner-v2 #contact-form #email, #contact-ad-owner-v2 #contact-form #subject, #contact-ad-owner-v2 #contact-form #humanTest {
	width: 90%;
	width: -webkit-calc(100% - 22px);
	width: calc(100% - 22px);
	height: 14px;
	margin-right: 0;
}

#contact-ad-owner-v2 #contact-form #commentsText {
	height: 120px;
}

#contact-ad-owner-v2 #contact-form #contactName {
	margin-bottom: 10px;
}

ul.links {
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e4e4e4;
	padding-left: 0;
}

ul.links li {
	float: left;
	margin-right: 20px;
}

.ad-detail-content {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ad-detail-content p {
    font-size: 1.125em;
    line-height: 22px;
    margin-top: 10px;
    float: left;
}

.related-ads {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 10px;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.related-ads h2 {
	margin: 0;
	margin-bottom: 20px;
}

.field-content {
	float: left;
	width: 100%;
}

.ad-image-related {
	width: 150px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}

.ad-image-related img {
	max-width: 150px;
	min-height: 100px;
	float: left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ad-description {
	width: 100%;
	float: left;
}

.ad-description .title {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	line-height: 18px;
}

/* Comments */
#ad-comments {
	float: left;
	margin-bottom: 20px;
}

#ad-comments, #comments, #respond {
	float: left;
	width: 100%;
}

#ad-comments #comments h2 {
	margin-bottom: 30px;
}

#respond form, #respond form p {
	float: left;
	width: 100%;
	color: #484848;
	font-weight: normal;
}

#respond form .comment-notes {
	margin-bottom: 20px;
}

#respond form label {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	color: #fff;
	font-weight: normal;
}

#respond form input#author, #respond form input#email, #respond form input#url {
	width: 50%;
	border: 1px solid #e4e4e4;
	font-family: inherit;
	padding: 5px;

}

#respond form textarea {
	border: 1px solid #e4e4e4;
	font-family: inherit;
	padding: 5px;
	height: 100px;

	width: 90%;
	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);
}

#ad-comments ol {
	list-style: none;
	float: left;
	width: 100%;
	padding-left: 0;
}

#ad-comments ol li {
	float: left;
	width: 100%;
}

#ad-comments li article {
	float: left;
	width: 100%;
	margin-bottom: 20px;

	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e4e4e4;
}

#ad-comments li article footer {
	background: none;
	border: none;
	width: 100%;
}

#ad-comments li article footer .comment-author {
	float: left;
	margin-right: 10px;
	width: 74px;
	margin-bottom: 10px;
}

#ad-comments li article footer .comment-author img {
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	margin-bottom: 10px;
}

#ad-comments li article footer .comment-author .fn {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 18px;
}

.says {
	display: none;
}

#ad-comments li article footer .comment-metadata {
	margin-bottom: 20px;
	color: #a2a2a2;

	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

#ad-comments li article .comment-content {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

#ad-comments li article .comment-content p {
	line-height: 18px;
}

#ad-comments li article .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.post-ratings img {
	margin-left: 5px;
}

.add-new-post-header .container {
	border-bottom: solid 1px #ecf0f1;
}

.add-new-post-header {
	padding-bottom: 30px;
}

#boxed .add-new-post-header .container {
	margin-bottom: 0;
}

#boxed .add-new-post-header, #boxed #edit-profile #primaryPostForm {
	padding-bottom: 30px;
}

#upload-ad #edit-field-category, #upload-ad #price-field {
  float: left;
  width: 50% !important;
  display: inline-block;
}

#postcode-field {
	width:50%;
	float:left;
	display:inline-block;
}


#upload-ad .input-title input#postTitle {
	width: 100%;
	background: rgb(239, 239, 239);
	color: #484848;
	border: 2px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;

	float: left;
}

#upload-ad select#catID {
	background: rgb(239, 239, 239);
	color: #484848;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: baseline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	-webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 6px;
    -moz-padding-start: 6px;
    background-color: #efefef; /* fallback color if gradients are not supported */
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #efefef, #efefef); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #efefef, #efefef); /* For old Fx (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #efefef, #efefef); /* For pre-releases of IE 10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #efefef, #efefef); /* For old Opera (11.1 to 12.0) */ 
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #637A34;
    height: 42px;
    width: 100% !important;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 6px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

label.control-label {
  float: left;
  width: 440px;
  font-size: 16px;
  color: #484848;
  font-weight: bold;
  padding-bottom: 2px;
  text-shadow: 2px 2px #eef1e8;
}

#upload-ad input#post_price, #upload-ad input.custom_field {
	width: 95% !important;
	background: rgb(239, 239, 239);
	color: #484848;
	border: 1px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;
	margin-top: 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;
	margin-bottom: 0;

	float: left;
}

#upload-ad .input-title input#post_location {
	width: 561px;
	background: rgb(239, 239, 239);
	color: #484848;
	border: 2px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;

	float: left;
}

.wp-editor-wrap {
	float: left;
	width: 574px;
	margin-bottom: 30px;
}

.wp-editor-container textarea.wp-editor-area, .wp-editor-container iframe {
	background-color: #AECB69 !important;
	height: 240px;
	color: 	#4D5B28;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#map-container {
	float: left;
	width: 575px;
	margin-top: 15px;
}

#map-canvas {
	display: block;
	width: 575px;
	height: 370px;
	position: relative;
	margin-bottom: 10px;
}

#upload-ad #map-container input#address {
	width: 97%;
	background: rgb(239, 239, 239);
	color: #484848;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;
	color:#1a0f0f;
	margin-bottom: 10px;

	float: left;
}

.ui-autocomplete {
    background-color: white;
    width: 300px;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    padding-left: 0px;
    padding: 10px 0;
}

.ui-autocomplete li {
	padding: 5px 10px;
	color:#fff;
}

.help-block{
	color: #3B2929;
	font-size: 12px !important;
	font-style: italic;
	float: left;
	width:100%;
	font-weight: normal;
}

#latitude-field, #longitude-field {
	float: left;
	width: 48%;
	display:inline-block;
	overflow:hidden;
	margin-left:10px;
}

#latitude-field input, #longitude-field input {
	background: rgb(239, 239, 239);
	color: #484848;
	border: 1px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;
	margin-bottom: 30px;
	float: left;
	width:90%;
}

.hr-line {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top:30px;
  border-bottom: dotted 1px #8FA54F;
}

.hr-full {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top:30px;
	border-bottom: solid 1px #e4e4e4;
}

#upload-ad input#post_tags {
	width: 97%;
	background: rgb(239, 239, 239);
	color: #484848;
	border: 1px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;

	margin-bottom: 10px;

	float: left;
}

#upload-ad textarea#video {
	width: 97%;
	height: 120px;
	background: rgb(239, 239, 239);
	color: #484848;
	border: 1px solid #637A34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 6px;
	margin-bottom: 10px;
	float: left;
}

#ad-video-text {
	width: 100%;
	float: left;
	margin: 10px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: solid 1px #dfe6e8;
	background-color: #AECB69;
}

#ad-video-text span {
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	color: #4D5B28;
}

#ad-video-text span .fa {
	margin-right: 20px;
}

#ad-video {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	-webkit-transform: translateZ(0);
	display: block;
}

#ad-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
#ad-video iframe,
#ad-video object,
#ad-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#edit-field-featured {
	float: left;
	width: 575px;
	margin-top: 15px;
}

#upload-ad .form-wrapper .checkbox {
	margin-left: 0;
	width: 575px;
	padding: 0;
	margin-bottom: 10px;
}

#big-map {
	width: 100%;
	height: auto;
	background-color: #d7efa5;
	-webkit-transform: translateZ(0);
	display: block;
	z-index: 99;
	position: relative;
}

#big-map #flatads-main-map {
	width: 100%;
	border-right: 1px solid #688234;
}

#single-page-map {
	width: 100%;
	height: 460px;
	/* margin-bottom: 20px; */
	-webkit-transform: translateZ(0);
	display: block;
	margin-top:35px;
}

.long-phone-number {
	display: none;
}

.show-long-number-button {
	color: #5D6F30;
	margin-left: 10px;
}
.show-long-number-button:hover {
	color: #4D5B28;
	cursor: pointer;
}

#ad-address span {
	/* float: left; */
	padding: 10px 15px;
	color: #fff;
	font-size: 1.4em;

}

#ad-address span .fa {
	margin-right: 20px;
}

#single-page-map #single-page-main-map {
	width: 100%;
	float: left;
	border-radius: 0px 0px 25px 25px;
}

#big-map #flatads-main-map img, #map-container img, #single-page-main-map img {
    max-width: none !important;
}

#edit-post-images-block {
	float: left;
	width: 575px;
}

.edit-post-image-block {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.remImage {
	cursor: pointer; cursor: hand;
}

.remImage:hover {
	cursor: pointer; cursor: hand;
	color: #e43d3d;
}

#edit-submit {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background: rgb(239, 239, 239);
	color: #484848;
	font-weight: bold;
	border: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 30px;
	margin-right: 20px;
	padding: 0 12px;
	text-align: center;
	float: right;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
}

#edit-submit:hover {
	color: #fff;
	background: #cacaca;
}

.cluster-1 {
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #ffffff;
	background: url(../images/cluster-1.png) no-repeat top left;
}

.cluster-2 {
	width: 82px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	color: #ffffff;
	background: url(../images/cluster-2.png) no-repeat top left;
}

.cluster-3 {
	width: 102px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	color: #ffffff;
	background: url(../images/cluster-3.png) no-repeat top left;
}

.marker-holder {
	position: relative;
	left: 0px;
	width: 10px;
	height: 10px;
}

.marker-content {
	width: 230px;
	height: 150px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 3px -1px, rgba(0, 0, 0, 0.247059) 0px 0px 0px 1px inset;
}

.marker-content .marker-image, .marker-content .marker-image img {
	float: left;
	position: relative;
	width: 230px;
	height: 150px;
}

.marker-content .close, #contact-ad-owner .close {
	cursor: pointer;
	background: url(../images/close.png) 50% 50% no-repeat rgb(45, 151, 222);
	border-radius: 10px;
	box-shadow: rgba(52, 73, 94, 1) 0px 0px 1px;
	height: 10px;
	margin: auto;
	padding: 4px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 10px;
	z-index: 1000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.marker-content .arrow-down {
	background: url(../images/marker-arrow-down.png) no-repeat;
	bottom: -13px;
	left: 109px;
	height: 14px;
	position: absolute;
	width: 32px;
}

.marker-info-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: 10px;
	margin-top: 10px;
	width: 230px;
	height: 150px;
}

.marker-info {
	width: 210px;
	padding: 10px;
	float: left;
	background-color: rgba(52,73,94,0.9);
	position: absolute;
	bottom: 0;
	color: #fff;
}

.marker-info-title {
	float: left;
	width: 140px;
	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-extra {
	float: left;
	width: 70px;
}

.marker-info-price {
	float: left;
	width: 70px;
	font-weight: bold;
	text-align: right;
	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-link {
	float: left;
	width: 70px;
	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-link a {
	padding: 3px 5px;
	float: right;
	margin: 5px 0 0 0;
	color: #ffffff;
	background-color: #2d97de;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-link a:hover {
	color: #ffffff;
	background-color: #adca69;
	text-decoration: none;
}

.pagination {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	float: left;
	background-color: #8CA354;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}

.pagination a {
	font-size: 18px;
	font-weight: bold;
}

/* Profile page */
#ads-profile .container {
	padding: 10px 0;
}

#ads-profile ul.tabs {
	float: left;
	border: solid 1px #ecf0f1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#ads-profile ul.tabs li {
	float: left;
}

#ads-profile ul.tabs li a {
	float: left;
	padding: 15px 25px;
	border-right: solid 1px #ecf0f1;
}

#ads-profile ul.tabs li a:hover, #ads-profile ul.tabs li a.current {
	text-decoration: none;
	background-color: #486F33;
	color: #666666;
}

#ads-profile ul.tabs li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#ads-profile ul.tabs li:last-child > a {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

	border-right: none;
}

#ads-profile .container h3 {
	margin-bottom: 15px;
}

#ads-profile .container h4 {
	margin-bottom: 30px;
}

#ads-profile .full {
	margin-bottom: 20px;
}

.author-details {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.author-details .fa {
	color: #3B2929;
	width: 40px;
}

.author-description {
	line-height: 22px;
}

.author-avatar img {
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}

.full-boxed-pricing {
	background: rgb(171, 199, 103);
	border: 1px solid rgb(127, 151, 72);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.price-table-header {
	background: rgb(171, 199, 103);
	width: 100%;
	border-bottom: 1px solid rgb(127, 151, 72);
	float: left;
	font: 18px/1.3em Armata, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: rgb(51, 51, 51);
}

.price-table-header-name, .price-table-row-name {
	width: 26%;
	float: left;
}

.price-table-header-ads, .price-table-row-ads {
	width: 8%;
	float: left;
}

.price-table-header-used, .price-table-row-used {
	width: 8%;
	float: left;
}

.price-table-header-days, .price-table-row-days {
	width: 10%;
	float: left;
}

.price-table-header-price, .price-table-row-price {
	width: 13%;
	float: left;
}

.price-table-header-status, .price-table-row-status {
	width: 15%;
	float: left;
}

.full-boxed-pricing span {
	padding: 10px 20px;
	float: left;
}

.price-table-header-date, .price-table-row-date {
	width: 20%;
	float: right;
	text-align: right;
}

.price-table-row {
	width: 100%;
	border-bottom: 1px solid rgb(229, 228, 227);
	float: left;
}

.edit-profile {
	float: right;
}

.edit-profile .fa {
	margin-right: 10px;
	font-size: 24.5px;
	line-height: 40px;
}

.edit-profile a {
	letter-spacing: 0.1em;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-weight: 300;
	font-size: 24.5px;
	line-height: 40px;
}

.pricing-plans {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.pricing-plans a.btn {
	width: 100%;
	margin-top: 5px;
	background: #1aaf5d;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
}

.pricing-plans a.btn:hover {
	color: #fff;
	background: #11924b;
}

#edit-profile .input-title {
	float: left;
	margin-bottom: 20px;
	width: 690px;
}

#edit-profile .input-title input.text {
	width: 70%;
    width: -webkit-calc(100% - 129px);
    width: calc(100% - 129px);

	background: #CFE49B none no-repeat;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

#edit-profile .input-title textarea.text {
	width: 561px;
	height: 240px;
	background: #CFE49B none no-repeat;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

#edit-profile label {
	float: left;
	width: 115px;
	padding-top: 15px;
	font-size: 16px;
}

#edit-profile label.remember-me {
	width: 100%;
}

.message h3 a {
	font-size: 24.5px;
	line-height: 40px;
}

#seacrh-result-title {
	/* background-color: #9CB55E; */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#404B22 ), color-stop(1, #5D6E31));
	  background: -ms-linear-gradient(bottom, #404B22, #5D6E31 );
	  background: -moz-linear-gradient(center bottom, #404B22 0%, #5D6E31 100%);
	  background: -o-linear-gradient(#5D6E31, #404B22 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D6E31', endColorstr='#404B22', GradientType=0);
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;
}

#seacrh-result-title h2, #seacrh-result-title h4, #ad-page-title h2, #ad-page-title h4 {
	margin: 0;
}

#seacrh-result-title .container {
    padding: 20px 0;
}

#ads-homepage .container h3 {
	margin-bottom: 15px;
	font-size: 3em;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
	font-family: Roboto slab;
}

#advanced-search-widget {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

#navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	color: #ffffff;
	background-color: #1aaf5d;
	cursor: pointer;
	margin: 17px 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#navbar .btn-navbar:hover {
	background-color: #11924b;
}

#navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
}

.advanced-search-widget-content {
	border: solid 4px #93B072;
	float: left;
}

.advanced-search-title {
	padding: 15px 20px;
	float: left;
	background-color: #e7e7e7;
	font-size: 18px;
	text-align: center;
	width: 320px;
}

.advanced-search-slider {
	float: right;
	width: 550px;
}

#dir-search-advanced .geo-slider .ui-widget-content {
	background: rgb(222, 222, 222);
}

.ui-slider.ui-widget {
	margin: 16px 0;
	text-align: center;
	width: 230px;
	position: relative;
	height: 6px;
	float: right;
	margin-right: 30px;
}

.ui-widget-content {
  background: #738C3E !important;
}

.advanced-search-slider .ui-slider-handle {
	height: 15px;
	width: 10px;
	border: 1px solid rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: default;
	background: url(../images/range-drag-point.png) no-repeat top left;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -19px;
	margin-left: -20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
}

.range-pin {
	position: absolute;
	width: 62px;
	height: 72px;
	background: transparent url(../images/range-km.png) no-repeat top left;
	top: 0;
	margin-top: -72px;
	margin-left: -31px;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.range-pin input {
	width: 42px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 10px;
	text-align: center;

	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#advance-search-slider a.ui-slider-handle:hover > .range-pin, #advance-search-slider a.ui-slider-handle:active > .range-pin {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	height: 6px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #C3D0DB;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.geo-location-switch {
  margin-top: 8px;
  text-align: center;
  float: left;
}

@media (max-width: 767px)
.geo-location-switch {
  width: 40px !important;
}

@media (max-width: 979px) and (min-width: 768px)
.ui-slider.ui-widget {
  width: 145px !important;
}

.geo-location-button, .geo-location-switch {
	float: left;
	width: 40px;
}

.geo-location-switch .fa {
	font-size: 24px;
}

.geo-location-button .off .fa {
	color: #EA4B35 !important;
	padding-right: 30px;
}

.geo-location-button .off {
	background-image: url('http://plantswap.com.au/wp-content/uploads/2015/06/off.png');
	background-repeat: no-repeat;
	position:absolute;
	width: 80px;
	height: 48px;
	background-position: 0px 25px;
}

.geo-location-button .on .fa {
	color: #637A34 !important;
	padding-right: 30px;
}

.geo-location-button .on {
	background-image: url('http://plantswap.com.au/wp-content/uploads/2015/06/on.png');
	background-repeat: no-repeat;
	position:absolute;
	width: 80px;
	height: 48px;
	background-position: 0px 25px;
}

.geo-location-button .fa:hover {
	color:#818EA5;
}

.geo-location-button .fa:hover {
	cursor: pointer;
	cursor: hand;
}

.geo-location-switch {
	margin-top: 7px;
	width: 40px;
	text-align: center;
}

#geo-radius-search, #geo-location, #geo-search-lat, #geo-search-lng {
	display: none;
}

input#geo-radius {
	color:#484848;
}



#advanced-search-widget-version2 {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

#advanced-search-widget-version2 .container {
	z-index: 9999;
}

div.advanced-search-slider {
  float: left;
  display: inline-block;
  width: 310px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #637A34;
  margin-left: 5px;
  margin-top: 5px;
  height: 40px;
  vertical-align: middle;
}


#advanced-search-widget-version2 .advanced-search-slider {
	float: left;
	width: 384px;
}

#advanced-search-widget-version2 .geo-location-switch {
	width: 70px;
}

#advanced-search-widget-version2 .advanced-search-widget-content {
	background-color: #B7CC9E;
	float: left;
	width: 80%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

#advanced-search-widget-version2 .views-exposed-widget {
	float: left;
}

#advanced-search-widget-version2 .control-group {
	margin-bottom: 0;
}

#advanced-search-widget-version2 .controls input {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-right: solid 1px #93B072;
	padding: 14px;
	color: #3C4A20;
	background-color:#fff;
	font-size:14px;
}

.chosen-container-single .chosen-search input[type=text] {
	background-image: url(../images/chosen-sprite@2x.png)!important;
	background-size: 52px 37px!important;
	background-repeat: no-repeat!important;
	padding: 4px 20px 4px 5px!important;
	border: 1px solid #aaa!important;
	color:#484848 !important;
	background: #fff url(chosen-sprite.png) no-repeat 100% -20px; */
	background: url(chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
	background: url(chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%); */
	background: url(chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(#eee 1%,#fff 15%);
	background: url(chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);
	background: url(chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
}

#advanced-search-widget-version2 .chosen-container .chosen-drop {
	width: 230px;
	z-index: 99999;
}


#advanced-search-widget-version2 .chosen-container {
	background: #D5ECB8;
	border: none;
	border-right: solid 1px #93B072;
	border-left: solid 1px #93B072;
	height: 48px;
	z-index: 9999;
}

#advanced-search-widget-version2 .chosen-container-single .chosen-single, #advanced-search-widget-version2 .chosen-with-drop.chosen-with-drop .chosen-single, #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop.chosen-with-drop .chosen-single {
	height: 48px;
	line-height: 48px;
	z-index: 9999;
}

#advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -14px 15px;
}

#advanced-search-widget-version2 .chosen-container-single .chosen-single div b {
	background-position: 4px 15px;
}

#advanced-search-widget-version2 .views-submit-button {
	float: right;
}

#advanced-search-widget-version2 .views-exposed-widget .btn-primary {
	color: #2F3A1A !important;
	background-color: #D5ECB8 !important;
	padding: 13px 20px;
	font-weight: bold;
	border: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
    
    padding-right: 38px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;

    font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

#advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover {
    background-color: #9CB55E !important;
    color: #4C3F39 !important;
    
    padding-right: 38px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}

.searchbar {
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 25px;
    /* border: 3px solid #728B3C; */
    position: absolute;
    width: 96%;
    margin-top: -25px;
}

.btn-primary {
  color: #fff;
  font-size: 30px;
  margin-left: 55px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #728B3C;
  background-image: -moz-linear-gradient(top, #0088cc, #89a450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#728B3C), to(#ABCE83));
  background-image: -webkit-linear-gradient(top, #728B3C, #89a450);
  background-image: -o-linear-gradient(top, #0088cc, #89a450);
  background-image: linear-gradient(to bottom, #728B3C, #ABCE83);
  background-repeat: repeat-x;
  border-color: #89a450 #ABCE83 #728B3C;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover {
  background-color: #A4C57A;
  background-image: -moz-linear-gradient(top, #0088cc, #89a450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#728B3C), to(#ABCE83));
  background-image: -webkit-linear-gradient(top, #728B3C, #89a450);
  background-image: -o-linear-gradient(top, #0088cc, #89a450);
  background-image: linear-gradient(to bottom, #728B3C, #ABCE83);
  background-repeat: repeat-x;
  border-color: #89a450 #ABCE83 #728B3C;
}


.ui-slider-horizontal .ui-slider-range-min {
	background-color:#B5D35E !important;
}

#advanced-search-widget-version2 .chosen-container-single .chosen-single {
	padding-left: 14px;
}

@media (max-width: 767px)
.chosen-container {
  min-width: 203px !important;
  margin-bottom: 10px;
  margin-left: 5px;
}


.ads-tags {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.ads-tags i {
    float: left;
    padding: 6px;
    background-color: #efefef;
    color: #ffffff;
    margin-right: 1px;
    margin-bottom: 1px;
    border: 3px solid #7b9534;
}

.ads-tags a {
	float: left;
	padding: 10px;
	background-color: #efefef;
	color: #ffffff;
	margin-right: 1px;
	margin-bottom: 1px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.ads-tags span {
	line-height: 12px !important;
}

.ads-tags span a {
	line-height: 12px !important;
	color: #7b9534 !important;
	margin-right: 2px;
}

.ads-tags a:hover {
	background-color: #f8fded;
	color: #3e8cc0;
}

/* Menu */
#top-menu-block {
	  background: #8ca354;
	  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #FFF));
	  background: -ms-linear-gradient(bottom, #FFF, #FFF);
	  background: -moz-linear-gradient(center bottom, #FFF 0%, #FFF 100%);
	  background: -o-linear-gradient(#FFF, #FFF);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
	  -webkit-border-top-right-radius: 15px;
	  -webkit-border-bottom-right-radius: 0px;
	  -webkit-border-bottom-left-radius: 0px;
	  -webkit-border-top-left-radius: 15px;
	  -moz-border-radius-topright: 15px;
	  -moz-border-radius-bottomright: 0px;
	  -moz-border-radius-bottomleft: 0px;
	  -moz-border-radius-topleft: 15px;
	  border-top-right-radius: 15px;
	  border-bottom-right-radius: 0px;
	  border-bottom-left-radius: 0px;
	  border-top-left-radius: 15px;
	  -moz-background-clip: padding-box;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	  border-top: 1px solid #758c3e;
	  border-left: 1px solid #688234;
	  border-right: 1px solid #688234;
  	zoom: 1;
	z-index: 9999;
	position: relative;
	margin-top: 25px;
}

#top-menu-block ul {
	padding-left: 0;
}

#top-menu-block .container .main_menu {
	padding: 15px 0;
	float: left;
}

#navbar .main_menu {
	float: left;
	padding: 13px 0;
}

.main_menu ul {
	list-style: none;
	z-index: 9999;
	padding-left: 0;
}

.main_menu ul li {
	float: left;
	margin-right: 20px;
	line-height: 16px !important;
	position: relative;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.main_menu a {
	text-decoration: none;
	line-height: 16px !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.main_menu a:hover {
	text-decoration: none;
}

.main_menu ul li ul.children, .main_menu ul li ul.sub-menu {
	position: absolute;
	width: 130px;
	top: 0;
	left: 0;
	margin-top: 12px;
	padding-top: 15px;
	margin-left: -30px;

	display: none;
}

.main_menu ul li ul.children ul, .main_menu ul li ul.sub-menu ul {
	position: absolute;
	width: 130px;
	top: 0;
	left: 0;
	margin-top: 0;
	padding-top: 0;
	margin-left: 190px;

	display: none;
}

#navbar .main_menu ul li ul.children, #navbar .main_menu ul li ul.sub-menu {
	padding-top: 33px;
}

.main_menu ul li:hover > ul.children, .main_menu ul li:hover > ul.sub-menu {
	cursor: pointer; 
	cursor: hand;
}

.main_menu ul li:hover > a, .main_menu .menu li.current_page_item a, .main_menu .menu li.current-menu-item a {
	color: #869B53;
}

#navbar .main_menu .menu li.current_page_item .sub-menu a, #navbar .main_menu .menu li.current-menu-item  .sub-menu a, #navbar .main_menu .menu li.current_page_item .children a, #navbar .main_menu .menu li.current-menu-item  .children a {
	color: #ffffff;
}

#navbar .main_menu .menu li.current_page_item .sub-menu a:hover, #navbar .main_menu .menu li.current_page_item .children a:hover, #navbar .main_menu .menu li.current-menu-item  .children a:hover {
	color: #869B53;
}

.main_menu ul li ul.children li , .main_menu ul li ul.sub-menu li{
	padding: 0 30px;
	background-color: #fff;
}

.main_menu ul li ul.children li a, .main_menu ul li ul.sub-menu li a {
	width: 160px;
	padding: 15px 0;
	border-bottom: dotted 1px #585b61;
	float: left;
	color: #405e40;
}

.main_menu ul li ul.children li:last-child a, .main_menu ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.main_menu ul li ul.children li a:hover, .main_menu ul li ul.sub-menu li a:hover, .main_menu ul li ul.children li.current_page_item a, .main_menu ul li ul.children li.current-menu-item a {
	color: #A2BA65;
}

.main_menu .menu li.current_page_item .sub-menu a:hover, .main_menu .menu li.current-menu-item  .sub-menu a:hover, .main_menu .menu li.current_page_item .children a:hover, .main_menu .menu li.current-menu-item  .children a:hover {
	color: #A2BA65;
}

#navbar .main_menu .menu li .sub-menu li.current_page_item a, #navbar .main_menu .menu li .children li.current_page_item a, #navbar .main_menu .menu li .children li.current_page_item a:hover, #navbar .main_menu .menu li .children li .current-menu-item a:hover {
	color: #A2BA65;
}

.top-social-icons {
	float: right;
	margin-bottom: 11px;
}

.top-social-icons a {
	float: left;
	margin-left: 10px;
	margin-top: 11px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.top-social-icons a .fa {
	font-size: 20px;
	color: #C0E063;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.top-social-icons a:hover > .fa-facebook-square {
	color: #9cb55e;
}

.top-social-icons a:hover > .fa-twitter-square {
	color: #b2cf6c;
}

.top-social-icons a:hover > .fa-dribbble {
	color: #dcff86;
}

.top-social-icons a:hover > .fa-flickr {
	color: #b0d751;
}

.top-social-icons a:hover > .fa-flickr {
	color: #add646;
}

.top-social-icons a:hover > .fa-github-square {
	color: #4b3831;
}

.top-social-icons a:hover > .fa-pinterest-square {
	color: #ed4c4c;
}

.top-social-icons a:hover > .fa-youtube-square {
	color: #b53838;
}

.top-social-icons a:hover > .fa-google-plus-square {
	color: #eb5d4c;
}

.top-social-icons a:hover > .fa-linkedin-square {
	color: #99c52e;
}

.top-social-icons a:hover > .fa-tumblr-square {
	color: #51596f;
}

.top-social-icons a:hover > .fa-vimeo-square {
	color: #457e9b;
}



.footer_menu {
	float: right;
	padding: 20px 0;
}

.footer_menu ul {
	list-style: none;
	float: left;
}

.footer_menu ul li {
	float: left;
	margin-left: 15px;
}

.backtop {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 50px;
	margin-bottom: 50px;
	display: none;
	z-index: 99999;
}

.backtop a {
	float: right;
	background: #53E165;
	color: #ffffff !important;
	width: 50px;
	height: 50px;
	display: block;


	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.backtop a:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.backtop a .fa {
	font-size: 31px;
	margin-left: 11px;
	margin-top: 8px;
	line-height: 31px;
	color: #fff !important;
}

.view-pricing-plans .product-wrapper {
	text-align: center;
	border: 1px solid #7E9648;
	background-color: #738C3E;
	margin-bottom: 10px;
}

.view-pricing-plans .product-wrapper .product-title {
	text-align: left;
	border-bottom: 1px solid #e7ecf0;
	background-color: #98B15B;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

.view-pricing-plans .product-wrapper .product-title .price {
	float: right;
	font-size: 20px;
	color: #52A00D;
	font-weight: normal;
}

.view-pricing-plans .product-wrapper .product-details {
	font-size: 14px;
	float: left;
	width: 100%;
	border: 10px solid #98B15B;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.view-pricing-plans .product-wrapper .product-details .description, .view-pricing-plans .product-wrapper .product-details .disclaimer {
	margin: 10px 0px;
	float: left;
	width: 100%;
}

.view-pricing-plans .product-wrapper {
	text-align: center;
	float: left;
	width: 100%;
}

#submit-plan {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background: #1aaf5d;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
}

/* Forum */
.bbp-logged-in img.avatar {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#bbpress-forums .bbp-topic-form, #bbpress-forums .bbp-reply-form, #bbpress-forums .bbp-topic-tag-form {
	float: left;
	width: 100%;
}

#bbpress-forums #new-post {
	float: left;
	width: 100%;
}

.bbp-login-form label {
	margin-bottom: 10px;
}

#user-submit {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background: #1aaf5d;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#user-submit:hover {
	color: #fff;
	background: #6a8b19;
}

#bbpress-forums .bbp-search-form {
	display: none;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: 1px solid #869D4F;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #869D4F;
}

#bbpress-forums .bbp-forum-freshness, li.bbp-forum-freshness, li.bbp-topic-freshness, a.bbp-author-avatar {
	display: none;
}

#bbpress-forums div.bbp-search-form {
	float: left;
	margin-bottom: 30px;
}

.bbp-pagination-count {
	float: right;
}

.bbp-body a.bbp-forum-title, .bbp-topic-permalink, .bbp-author-name {
	font-weight: bold;
}

.bbp-body a.bbp-forum-title, .bbp-topic-permalink {
	font-size: 14px;
}

#bbpress-forums .bbp-search-form {
	display: none;
}

#bbpress-forums ul.bbp-replies {
	border: none;
	border-top: 1px solid #869D4F;;
}

.bbp-header .bbp-reply-author, .bbp-header .bbp-reply-content {
	display: none;
}

div.bbp-topic-header, div.bbp-reply-header {
	margin-left: 115px;
	clear: both;
	padding: 0;
	background: transparent;
	margin-bottom: 10px;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-avatar, #bbpress-forums div.bbp-reply-author a.bbp-author-avatar {
	display: inline;
}

#bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	max-width: 50px;
	max-height: 50px;
	padding: 4px;
	background: #fff;
	border: solid 1px #eee;
}

forums div.bbp-reply-header, #bbpress-forums div.bbp-reply-header {
	background-color: transparent;
}

#bbpress-forums .bbp-body div.bbp-topic-content, #bbpress-forums .bbp-body div.bbp-reply-content {
	min-height: 68px;
	text-align: left;
	overflow: hidden;
	padding: 15px 20px;
	border: 1px solid #869D4F;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

li.bbp-body div.hentry {
	padding: 0 0 30px 0;
}

.screen-reader-text {
	display: none;
}

#bbp_search {
	float: left;
	margin-right: 5px;
	top: 1px;
	position: relative;
	width: 210px;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: rgba(156, 181, 94, 1);
	font-weight: bold;
	border-top: 0;
	padding: 15px;
}

#bbpress-forums li.bbp-footer {
	display: none;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 15px;
}

li.bbp-forum-info, li.bbp-topic-title {
	width: 78%;
}

.content #bbpress-forums li.bbp-header, .content #bbpress-forums li.bbp-footer {
	background: #f3f3f3;
	border-top: none;
}

.content #bbpress-forums li.bbp-header {
	background: #f3f3f3;
}

div.bbp-template-notice p, div.bbp-template-notice strong {
	color: #666;
}

div.bbp-topic-header, div.bbp-reply-header {
	border-top: none;
}

#bbpress-forums #entry-author-info {
	margin-top: 30px;
}

input#bbp_topic_title, input#bbp_topic_tags {
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #6F883A;
	padding: 6px;
	margin: 0;
	outline: 0;
	border: 1px solid #6F883A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D5B28;
	background-color: #CFE49B;
	border-image: initial;
	outline: none;
}

input#bbp_topic_title:focus, input#bbp_topic_tags:focus {
	border: 1px solid #6F883A;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#bbpress-forums fieldset.bbp-form select#bbp_stick_topic{
	color: #fff;
	background-color: #CFE49B;
	padding: 5px;
	border: 1px solid #6F883A;
	width:41.5%;
	min-width:232px;
	border-color: #6F883A;
	background-colour: #CFE49B;
	-webkit-appearance: none;
	-moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
	background: none;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	height: 300px;
	line-height: 22px;
	background-color: #CFE49B;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: rgba(172, 200, 104, 1);
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
	line-height: 22px;
	border: none;
}

fieldset.bbp-form {
	width: 80%;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	float: left;
}

#bbpress-forums fieldset.bbp-form legend {
	width: auto;
}

#bbpress-forums .quicktags-toolbar input[type="button"] {
	margin: 2px 1px 4px;
	line-height: 18px;
	display: inline-block;
	letter-spacing: 0;
	text-transform: lowercase;
	min-width: 26px;
	padding: 2px 4px;
	font: 12px/18px Arial,Helvetica,sans-serif normal;
	color: #FFFFFF;
	border: 1px solid #6F883A;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#BAD871),to(#96AE5A));
	background-image: -webkit-linear-gradient(bottom,#BAD871,#96AE5A);
	background-image: -moz-linear-gradient(bottom,#BAD871,#96AE5A);
	background-image: -o-linear-gradient(bottom,#BAD871,#96AE5A);
	background-image: linear-gradient(to top,#BAD871,#96AE5A);
}

#bbpress-forums .quicktags-toolbar input[type="button"]:hover {
	margin: 2px 1px 4px !important;
	line-height: 18px !important;
	display: inline-block !important;
	letter-spacing: 0;
	text-transform: lowercase;
	min-width: 26px !important;
	padding: 2px 4px !important;
	font: 12px/18px Arial,Helvetica,sans-serif normal !important;
	color: #FFFFFF !important;
	border: 1px solid #6F883A !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #eee !important;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#BAD871),to(#96AE5A)) !important;
	background-image: -webkit-linear-gradient(bottom,#BAD871,#96AE5A) !important;
	background-image: -moz-linear-gradient(bottom,#BAD871,#96AE5A) !important;
	background-image: -o-linear-gradient(bottom,#BAD871,#96AE5A) !important;
	background-image: linear-gradient(to top,#BAD871,#96AE5A) !important;

	border-color:#6F883A !important;
	background:#CFE49B !important;
}




div.bbp-breadcrumb { 
	width: 100%;
	margin-bottom: 30px;
}

a.bbp-breadcrumb-forum, a.bbp-breadcrumb-home, a.bbp-breadcrumb-root, a.bbp-author-name {
	color: #666 !important;
	background-color: #fff;
	padding: 3px;
    	border-radius: 5px;
}

a.bbp-breadcrumb-forum:hover, a.bbp-breadcrumb-home:hover, a.bbp-breadcrumb-root:hover, a.bbp-author-name:hover {
	color: #333;
}

div.bbp-topic-tags a {
	color:#666;
}

a.subscription-toggle {
	color: #666;
}

a.subscription-toggle:hover {
	color: #333;
}

a.d4p-attachment-addfile {
	color:#666;
}

span.bbp-admin-links a {
    color: #6C4747 !important;
}

.bbp-breadcrumb-forum a:hover, .bbp-breadcrumb-home a:hover, .bbp-breadcrumb-root a:hover {
	color: #333;
}

div.bbp-template-notice a {
	color#666;
}

div.bbp-breadcrumb p {
	margin: 0;
	background: rgba(255, 255, 255, .1);
}


.bbp-submit-wrapper button.button {
	font-size: 11px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	background: -moz-linear-gradient(center top,rgba(255, 255, 255, .1) 0%,rgba(0, 0, 0, .25) 100%);
	background: -webkit-gradient(linear,center bottom,center top,from(rgba(0, 0, 0, .25)),to(rgba(255, 255, 255, .1)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000')";
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
}

.bbp-submit-wrapper button.button {
	display: inline-block;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border-top: none;
	padding: 1em 1.4em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	text-shadow: none;

	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);
	box-shadow: 0 0 0 rgba(0, 0, 0, .0);

	background: #1aaf5d;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.bbp-submit-wrapper button.button:hover {
	color: #fff;
	background: #7f9c36;
}

.bbp-logged-in a.button {
	background: none;
}

.bbp-logged-in a:hover {
	color: #A2BA65;
}

.bbp-logged-in a.button:hover {
	background: none;
	color: #fff;
}

.bbp-submit-wrapper button.button {
	border: none;
	float: left;
	color: #fff;
}

.bbp-submit-wrapper button.button:hover {
	color: #fff;
	background: #7e9c35;
}

.bbp-login-form .bbp-submit-wrapper {
	text-align: left;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	border-bottom: 0;
	margin-bottom: 30px;
	float: left;
	text-align: left;
}

#wp-bbp_reply_content-wrap, #wp-bbp_topic_content-wrap {
	width: 100%;
}

#wp-bbp_reply_content-wrap textarea.wp-editor-area, #wp-bbp_topic_content-wrap textarea.wp-editor-area {
	background-color: #CFE49B !important;
}

#subscription-toggle {
	float: left;
	margin-bottom: 20px;
}

input#bbp_topic_title, input#bbp_reply_title, input#bbp_topic_tags, input#bbp_reply_tags {
	width: 60%;
}

/* Tag Index Page */
#tag-index-page {
	float: left;
	width: 100%;
}

#tag-index-page .tag-group {
	margin: 0 10px 25px 0;
	float: left;
	width: 167px;
}

#tag-index-page .tag-group h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 5px solid #738C3E;
	padding-bottom: 15px;
}

#tag-index-page .tag-group ul {
	list-style: none;
	padding-left: 0;
}

#tag-index-page .tag-group ul li {
	line-height: 30px;
	border-bottom: 1px dotted #e3e3e8;
}

#tag-index-page .tag-group ul li .tag-count {
	float: right;
	font-size: 12px;
	color: #3C4A1D;
}

#tag-index-page .tag-group ul li a span {
	text-transform: capitalize;
}

/* Shop */
#container {

}

#container #content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	display: none;
}

#container #content .page-title {
	padding: 20px 0;
	font-size: 31.5px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 40px;
}

.woocommerce-result-count {
	float: left;
	width: auto;
}

.woocommerce-pagination{
	margin-bottom: 40px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);

	border: 5px solid #ecf0f1;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .woocommerce #content div.product div.images a:hover img, .woocommerce div.product div.images a:hover img, .woocommerce-page #content div.product div.images a:hover img, .woocommerce-page div.product div.images a:hover img {
	border: 5px solid #A2BA65; 

	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-width: 40px;
	min-height: 40px;

	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);

	-webkit-border-radius: 24px;
	border-radius: 24px;

	background: none;
	background-color: #1aaf5d;
	text-shadow: 0 -1px 0 #85ad74;
	line-height: 40px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #1aaf5d;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	text-shadow: none;
	border: none;
	background: none;
	color: #fff;
	background-color: #1aaf5d;

	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	text-shadow: none;
	border: none;
	background: none;
	color: #fff;
	background-color: #819c3d;

	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
}

select, .ajax_form .select, .entry-content select {
	border: 1px solid #627933;
	color: #627933;
	background: #CFE49B;
	-webkit-appearance: none;
	-moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 1.1em;
	height: auto;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	padding: 10px 10px!important;
	margin-bottom: 10px!important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	margin-top: 120px;
}

.woocommerce-page span.onsale {
	top: 126px;
}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
	padding: 20px 0;
	font-size: 31.5px;
	line-height: 40px;
	margin-bottom: 40px;
}

.woocommerce #content div.product div.thumbnails, .woocommerce div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails {
	margin-left: 0;
}

.woocommerce-page div.product p.price {
	margin: 20px 0;
}

.woocommerce .summary span.amount {
	font-size: 24px;
	line-height: 1.5em;
	color: #1aaf5d;
}

.woocommerce-page div.product div.summary p {
	font-size: 14px;
	line-height: 28px;
}

.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	width: 100px!important;
	height: 30px!important;
	margin-right: 10px;
}

.woocommerce .quantity .minus, 
.woocommerce-page .quantity .minus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page #content .quantity .minus,
.woocommerce .quantity .plus, 
.woocommerce-page .quantity .plus, 
.woocommerce #content .quantity .plus, 
.woocommerce-page #content .quantity .plus, 
form.cart .plus,
form.cart .minus,
.product-quantity .plus,
.product-quantity .minus {
	bottom: 0;
	left: 0!important;
	height: 30px!important;
	width: 30px!important;
	border: none!important;
	background: #1aaf5d!important;
	text-shadow: none!important;
	color: #fff!important;
	
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important; 
	float: left!important;
	
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
}

.woocommerce .quantity .plus, 
.woocommerce-page .quantity .plus, 
.woocommerce #content .quantity .plus, 
.woocommerce-page #content .quantity .plus, 
form.cart .plus,
.product-quantity .plus {
	margin-left: 69px!important;
	
	-webkit-border-top-left-radius: 0!important;
	-webkit-border-bottom-left-radius: 0!important;
	-moz-border-radius-topleft: 0!important;
	-moz-border-radius-bottomleft: 0!important;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.woocommerce .quantity .minus, 
.woocommerce-page .quantity .minus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page #content .quantity .minus, 
form.cart .minus,
.product-quantity .minus {
	-webkit-border-top-right-radius: 0!important;
	-webkit-border-bottom-right-radius: 0!important;
	-moz-border-radius-topright: 0!important;
	-moz-border-radius-bottomright: 0!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.woocommerce .quantity .minus:hover, 
.woocommerce-page .quantity .minus:hover, 
.woocommerce #content .quantity .minus:hover, 
.woocommerce-page #content .quantity .minus:hover,
.woocommerce .quantity .plus:hover, 
.woocommerce-page .quantity .plus:hover, 
.woocommerce #content .quantity .plus:hover, 
.woocommerce-page #content .quantity .plus:hover, 
form.cart .plus:hover, 
form.cart .minus:hover,
.product-quantity .plus:hover,
.product-quantity .minus:hover {
	background: #88a53f!important;
}


.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, form.cart input.qty, form.cart input.qty, .product-quantity input.qty {
	margin-left: 30px!important;
	height: 30px!important;
	float: left!important;
	border: none!important;
	color: #fff!important;
	background-color: #1aaf5d!important;
	border: 0 !important;
	border-left: 1px solid #f0f0f0 !important;
	border-right: 1px solid #f0f0f0 !important;
	width: 37px!important;
	text-align: center;
	
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	-webkit-box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	-moz-box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	font-weight: bold;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

form.cart input.qty, 
form.cart .plus, 
form.cart .minus, 
.product-quantity input.qty,
.product-quantity .plus,
.product-quantity .minus {
	margin-left: 0 !important;
}

.products li a.button, .woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, #top-cart .button, form.cart .button-alt {
	margin: auto!important;
	margin-top: 15px!important;
	padding: 9px 12px!important;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none!important;
	text-shadow: none!important;
	border: none!important;
	
	background: transparent!important;
	
	background-color: #1aaf5d!important;
	color: #ffffff!important;
	
	font-weight: normal!important;
	
	height: auto!important;
	
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.products li a.button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover, .woocommerce #content div.product form.cart .button:hover, .woocommerce-page #content div.product form.cart .button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover, #top-cart .button:hover, form.cart .button-alt:hover {
	margin: auto!important;
	margin-top: 15px!important;
	padding: 9px 12px!important;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none!important;
	text-shadow: none!important;
	border: none!important;
	
	background: transparent!important;
	
	background-color: #88a53f!important;
	color: #ffffff!important;
	
	font-weight: normal!important;
	
	height: auto!important;

	font-family: inherit;
	
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.woocommerce-page #container #content .summary .button, form.cart .button-alt {
	margin-top: 0 !important;
	margin-left: 10px !important;
}

.woocommerce .tagged_as, .woocommerce .posted_in {
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
}

.woocommerce .tagged_as a, .woocommerce .posted_in a {
	font-size: 14px;
	line-height: 28px;
}

.woocommerce #tab-description p {
	font-size: 14px;
	line-height: 28px;
}

.woocommerce .related.products h2, .woocommerce #tab-description h2 {
	margin-bottom: 30px;
}

.woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
	margin-top: 0 !important;
	margin-right: 10px !important;

	padding: 9px 12px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #1aaf5d;
	color: #ffffff;
}

.woocommerce #content div.product form.cart .variations, .woocommerce div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations {
	margin: 30px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: #f0f0f0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff!important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 #fff,0 0 0 rgba(0,0,0,.0);
	box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 #fff,0 0 0 rgba(0,0,0,.0);

	background: none;
	background-color: #E0F0B9;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.single-product.woocommerce #container #content {
	padding-top: 15px;
}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
	padding-top: 5px;
}


.single-product.woocommerce #content .woocommerce-message, .single-product.woocommerce #content .woocommerce-info, .single-product.woocommerce #content .woocommerce-info, .single-product.woocommerce #content .woocommerce-error, .single-product.woocommerce #content .woocommerce-error {
	background-color: #ffffff;
}

table.shop_table th.product-quantity, table.shop_table td.product-quantity {
	text-align: center !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100px !important;
}

table.shop_table th.product-subtotal, table.shop_table td.product-subtotal {
	text-align: right !important;
}

.coupon #coupon_code {
	padding: 4px 14px!important;
	width: 120px!important;
	height: 30px;
	margin: 15px 20px 15px 0 !important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border: 1px solid #e1e1e1;
	background: #f8f8ed none no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
	line-height: 1em;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th { width: 50% !important; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea { padding-top: 10px; padding-bottom: 10px; height: 40px; }

/* Table */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;	 
	font-style:italic;
	text-align: right;
}

th {
	font-weight:bold;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	padding: 6px;
	border-left: none;
	border-top: none;
}

td {
	font-size: 12px;
	padding: 6px;
	border-left: none;
	border-top: none;
	text-align: center;
}

#wp-postContent-editor-container tr th:first-child, #wp-postContent-editor-container tr td:first-child {
	border-left: none;
}

#top th.nobg {
	background: none;
	border-top: 0;
}

/* Contact Form */
.contact_form {
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	font-weight: normal;
	color: #fff;
	float: left;
    width: 100%;
}

#contact-form #contactName, #contact-form #author, #contact-form #email, #contact-form #url, #contact-form #subject, #contact-form #commentsText, #contact-form #humanTest {
	padding: 10px;
	border: 1px solid #6F883A;
	width: 100%;
	width: -webkit-calc(100% - 22px);
	width: calc(100% - 22px);
	height: 30px;
	font-size: 14px;
	color: #4D5B28;
	border-image: initial;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CFE49B;
}

#contact-form #contactName:focus, #contact-form #author:focus, #contact-form #email:focus, #contact-form #url:focus, #contact-form #subject:focus, #contact-form #commentsText:focus, #contact-form #humanTest:focus {
	border: 1px solid #6F883A;
}

#contact-form #email {
	margin-right: 0;
	margin-bottom: 0;

	width: 93% !important;

	background-color: #CFE49B;
	margin-top: 0 !important;
}

#contact-form #contactName {
	margin-right: 7px;
	margin-bottom: 10px;
	width: 93%;

	margin-top: 0 !important;
	background-color: #CFE49B;
}

#contact-form #subject {
	margin-right: 0;
	margin-bottom: 10px;

	width: 100%;
	width: -webkit-calc(100% - 22px);
	width: calc(100% - 22px);

	float: left;
	background-color: #CFE49B;
}

#contact-form #commentsText {
	margin-right: 0;
	margin-bottom: 10px;

	width: 100%;
	width: -webkit-calc(100% - 22px);
	width: calc(100% - 22px);

	height: 240px;

	margin-top: 0;

	float: left;
	background-color: #CFE49B;
}

#contact-form #humanTest {
	margin-top: 0;
}

#contact-form .input-submit, #send-email {
	font-size: 12px;
	display: inline-block;

	margin-right: 0;
	margin-top: 10px;
	padding: 12px 20px;

	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;

	display: inline-block;

	color: #ffffff;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
	
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #CFE49B;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	float: right;
}

#contact-form .input-submit:hover, #send-email:hover {
	font-size: 12px;
	display: inline-block;

	margin-right: 0;
	margin-top: 10px;
	padding: 12px 20px;

	white-space: nowrap;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;

	display: inline-block;

	color: #ffffff;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
	
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #CFE49B;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

input[type="submit"] {
	font-size: 12px;
	display: inline-block;

	margin-right: 0;
	margin-top: 0;
	padding: 12px 10px;

	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;

	display: inline-block;

	color: #ffffff;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
	
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #CFE49B;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	float: left;
}

input[type="submit"]:hover {
	font-size: 12px;
	display: inline-block;

	margin-right: 0;
	margin-top: 0;
	padding: 12px 10px;

	white-space: nowrap;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;

	display: inline-block;

	color: #ffffff;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
	
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #CFE49B;
}

#contact-form p {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.map-contact-over .contact_form h5 {
	color: #fff;
	text-align: center;
}

#top .map-contact-over #contact-form #contactName, #top .map-contact-over #contact-form #email, #top .map-contact-over #contact-form #subject, #top .map-contact-over #contact-form #verify-human, #top .map-contact-over #contact-form #commentsText {
	background-color: #CFE49B;
	color: #fff;
	border: solid 1px #6F883A;
}


#layerslider {
	position: relative;
	min-height: 100px;
	height: auto;
	background-color: #fbf9f5;
}

.ad-detail-sidebar-block {
  margin-bottom: 20px;
  float: left;
  border-radius: 25px;
  padding: 10px;
  background-color: #FBF9F5;
}

/* Widgets */
.block-title {
	margin: 0;
	margin-bottom: 20px;
}

.block-content ul {
	list-style: none;
	padding-left: 0;
}

.block-content ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #dfe6e8;
	line-height: 24px;
}



.tagcloud, .bbp-logged-in, .bbp-login-form {
	float: left;
	width: 100%;
	border: 15px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cat-widget {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #eee;
}

.cat-widget-title {
  float: left;
  width: 100%;
  background-color: #efefef;
  border-radius: 25px 25px 0px 0px;
}

.cat-widget-title h4 {
	font-family: Roboto slab;
	padding: 15px;
	margin: 0;
	font-weight: bolder;
}

.cat-widget-content {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 30px;
}

.cat-widget-content ul {
	float: left;
	padding: 15px 0 5px 0;
	width: 100%;
	list-style: none;
}

.cat-widget-content ul li a {
    float: left;
    width: 160px;
    padding-bottom: 5px;
    z-index:50;
    position: relative;
}

.cat-widget-content ul li span {
	float: right;
	margin-right: 15px;
	color: #F1FFD4;
	line-height: 20px;
}


ul li.widget-ad-list {
    float: left;
    width: 90%;
    border-bottom: 1px dotted #889B54;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-ad-image {
    float: right;
    width: 44px;
    height: 44px;
    background-color: #e7e651;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 2px;
    z-index: 12;
    left: 50px;
    position: relative;
}

.cat-widget-content ul li .widget-ad-list-content {
    float: right;
    width: 95%;
    position: absolute;
    top: 2px;
}

.cat-widget-content ul li .widget-ad-list-content a {
  float: left;
  margin-left: 0;
  width: 142px;
  color: #484848;
  font-weight: normal;
}

.cat-widget-content ul li .widget-ad-list-content a:hover, .cat-widget-content ul li .widget-ad-list-content a:focus {
  color: #0f0f0f !important;
}

.cat-widget-content ul li .widget-ad-list-content span {
  float: left;
  margin-right: 0;
  color: #484848;
  font-weight: bolder;
}

.cat-widget-content ul li .widget-ad-list-content .widget-ad-list-content-title {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
}

.cat-widget-content #calendar_wrap {
	float: left;
	width: 100%;
}

.cat-widget-content #wp-calendar {
	float: left;
}

table#wp-calendar caption {
	margin: 20px 20px 0 20px;

	width: 90%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

#mc4wp_email {
	width: 80%;
}

.mc4wp-alert {
	float: left;
	margin-top: 20px;
	line-height: 24px;
}

/* Progress Bar */
.progress-bar-content {
	float: left;
	width: 100%;
}

.progress-bar-title {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.progress-bar-background {
	width: 100%;
	height: 18px;
	background-color: #E1E1E1;
	float: left;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

	display: inline-block;
}

.progress-bar-bar {
	float: left;
	height: 18px;
	background-color: #484848;
	background-image: url(../images/progress-bar-1.png);
	background-repeat: repeat-x;

	display: inline-block;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.meter { 
			height: 20px;  /* Can be anything */
			position: relative;
			margin: 25px 0 10px 0; /* Just for demo spacing */
			background: #e1e1e1;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			padding: 5px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			
			position: relative;
			overflow: hidden;
}

.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .2)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .2)), 
			      color-stop(.75, rgba(255, 255, 255, .2)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	overflow: hidden;
}
		
.animate > span:after {
	display: none;
}
		
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
		
.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}

.entry-title {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}


/* Info Boxes */
.info-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.info-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/49.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.forbidden-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.forbidden-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/2.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.time-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.time-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/27.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.movie-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.movie-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/35.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.graph-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.graph-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/6.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.blue-print-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.blue-print-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/8.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.wallet-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wallet-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/10.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.house-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.house-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/11.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.calendar-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.calendar-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/13.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.envelope-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.envelope-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/43.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.movie-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.movie-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/35.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.person-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.person-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/44.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.cog-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cog-box::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/box/48.png);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


.empty-box {
	padding: 15px 20px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.empty-box::after {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.tile {
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center; }
  .tile.tile-hot:before {
    background: url("../images/tile/ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px; }
  .tile p {
    font-size: 15px;
    margin-bottom: 0; }

.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom; }
  .tile-image.big-illustration {
    margin-top: 0;
    width: 112px; 
	height: 111px;
}

.tile-title {
  font-size: 20px;
  margin: 0; 
  margin-bottom: 20px;
}


/* Buttons */
.button-ag.big {
	font-size: 16px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.button-ag.large {
	font-size: 13px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.button-ag {
	font-size: 11px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-decoration: none;
	text-shadow: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.button-ag .fa {
	margin-right: 5px;
	color: #fff;
}

.button-ag span.button-inner {
	display: inline-block;

	color: white;
	font-family: 'Armata',"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	padding: 1em 1.4em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}



/* Button Colors */
.button-ag.read-more {
	background-color: #e95644;
}

.button-ag.read-more:hover {
	background-color: #d24b3a;
}

.button-ag.blue {
	background-color: #90a857;
}

.button-ag.blue:hover {
	background-color: #70893b;
}


.button-ag.blue-navy {
	background-color: #b1ce6b;
}

.button-ag.blue-navy:hover {
	background-color: #aecb69;
}


.button-ag.green {
	background-color: #4D5B28;
}

.button-ag.green:hover {
	background-color: #55894E!important;
}



.button-ag.orange {
	background-color: #FC5136;
}

.button-ag.orange:hover {
	background-color: #DA2103;
}



.button-ag.gray {
	background-color: #666;
}

.button-ag.gray:hover {
	background-color: #333;
}



.button-ag.rose {
	background-color: #FF3374;
}

.button-ag.rose:hover {
	background-color: #BB003C;
}



.button-ag.purple {
	background-color: #7E59CE;
}

.button-ag.purple:hover {
	background-color: #5B34AF;
}



.button-ag.pink {
	background-color: #E22092;
}

.button-ag.pink:hover {
	background-color: #A8166C;
}



.button-ag.brown {
	background-color: #8B3C2B;
}

.button-ag.brown:hover {
	background-color: #642B1F;
}



.button-ag.yellow {
	background-color: #F7BF0E;
}

.button-ag.yellow:hover {
	background-color: #AB8305;
}



.button-ag.red {
	background-color: #D4363A;
}

.button-ag.red:hover {
	background-color: #871D20;
}



.button-ag.light-gray {
	background-color: #3B2929;
}

.button-ag.light-gray:hover {
	background-color: #777;
}



.button-ag.dark-blue {
	background-color: #9cb55e;
}

.button-ag.dark-blue:hover {
	background-color: #738642;
}



.button-ag.black {
	background-color: #333;
}

.button-ag.black:hover {
	background-color: #000;
}



/* Action Box */
#action-box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.action-box-text {
	float: left;
	margin: 0;
	width: auto;
	max-width: 60%;
	color: #484848;
	font-size: 20px;
	line-height: 1.6em;
}

a.action-box-button {
	padding: 10px 15px;
	margin-top: 10px;
	margin-left: 30px;
	float: right;
	color: #484848;
	border: solid 2px #f5f5f5;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.action-box-button:hover {
	background-color: #f5f5f5;
	color: #000;
}

a.action-box-color-button {
	padding: 12px 17px;
	margin-top: 10px;
	float: right;
	color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.action-box-color-button:hover {
	background-color: #484848 !important;
	color: #fff !important;
}


/* Circle Buttons */
.circle-nav img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 5px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.circle-nav, .cn-nav, .circle-nav img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.cn-nav {
	position: relative;
}

.circle-nav p, .cn-nav p {
	margin: 0;
}

.cn-nav a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 100%;
    color: #fff;
    padding: 0;
    margin: 0;
}

.cn-nav a .circle-button-text {
    width: 80px;
    height: 80px;
    display: block;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    color: #e51b33;
}

.cn-nav a .circle-button-text span {
	width: 100%;
	float: left;
	line-height: 80px;

	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0; 
	opacity: 0;
}

.cn-nav a .circle-nav-bg {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.cn-nav a .circle-nav-smallbg {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 999;
}

.cn-nav a:hover > .circle-nav-smallbg{
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px; 
    background-color: #fff;
}

.cn-nav a:hover > .circle-nav-bg {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;

    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px; 
    background: #e51b33;

    filter: alpha(opacity=0.5);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}

.cn-nav a:hover > .circle-button-text span {

	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1; 
	opacity: 1;

	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cn-nav a .circle-nav-darkbg {
	width: 100%;
	height: 100%;
	float: left;

	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

	background-color: rgba(0, 0, 0, 0.0);
}

.cn-nav a:hover > .circle-nav-darkbg {

	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

	background-color: rgba(0, 0, 0, 0.7);
}
/* End Circle Nav Buttons */

.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding-top: 6px;
	font-size: 40px;
	line-height: 30px;
}

/* Image Frame */
img.frame {
	padding: 8px;
	background: #fff;
	border: 1px solid #ebebeb;
}

.frame_left {
	padding: 8px;
	background: #fff;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	border: 1px solid #ebebeb;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption {
	margin: 7px 0 2px 0;
	display: block;
	color: #3B2929;
}

.frame_right {
	padding: 8px;
	background: #fff;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	border: 1px solid #ebebeb;
}

.frame_center {
	padding: 8px;
	background: #fff;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	border: 1px solid #ebebeb;
}

.frame_center2 {
	padding: 8px;
	background: #fff;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	border: 1px solid #ebebeb;
 	border-radius: 250px;
}

.frame_center img {
	max-width: 1042px;
	height: auto;
}

.align-center {
	text-align: center;
}

.highlight_red {
	background: #c02323;
	color: #fff;
}

.highlight_black {
	background: #000;
	color: #fff;
}

/*	Blockquotes  */
blockquote {
  font-family: Georgia,"Times New Roman",Times,serif;
  clear: both;
  font-size: 1.8em !important;
  font-style: italic !important;
  line-height: 1.3em !important;
  color: #484848;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 80%;
  background-color: #758D3F;
  background-image: url('http://plantswap.com.au/wp-content/uploads/2015/06/quote.png');
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 65px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10%;
}

blockquote p {
  padding-left: 60px !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: bolder;
}

/* Info Boxes */
div.box-download {
	width: 100%;
	float: left;
}

div.box-download-content {
    background: url("../images/box-download.png") no-repeat 15px 16px #E3F4DE;
    border: 1px solid #a4d794;
    color:#599847;
    padding: 20px 15px 20px 60px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
    font-size: 11pt;
}

div.box-download a {
    color: #599847;
    text-decoration: none;
}

div.box-download a:hover {
    color: #599847;
     text-decoration: underline;
}

div.box-information {
	width: 100%;
	float: left;
}

div.box-information-content {
    background: url("../images/box-info.png") no-repeat 15px 16px #DEEEF7;
    border: 1px solid #8fbed9;
    color:#2F81B0;
   	padding: 20px 15px 20px 60px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
    font-size: 11pt;
}

div.box-information a {
    color: #2F81B0;
    text-decoration: none;
}

div.box-information a:hover {
    color: #94b248;
    text-decoration: underline;
}


div.box-notification {
	width: 100%;
	float: left;
}

div.box-notification-content {
    background: url("../images/box-note.png") no-repeat 15px 16px #FFFBCC;
    border: 1px solid #e0da97;
    color: #8f8838;
    padding: 20px 15px 20px 60px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
    font-size: 11pt;
}

div.box-notification a {
    color: #8f8838;
    text-decoration: none;
}

div.box-notification a:hover {
    color: #8f8838;
    text-decoration: underline;
}


div.box-error {
	width: 100%;
	float: left;
}

div.box-error-content {
    background: url("../images/box-error.png") no-repeat 15px 16px #FFCECE;
    border: 1px solid #e19191;
    color:#883333;
    padding: 20px 15px 20px 60px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
    font-size: 11pt;
}

div.box-error a {
    color: #883333;
    text-decoration: none;
}

div.box-error a:hover {
    color: #883333;
    text-decoration: underline;
}


/* Lists */
ul.lists {
    list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #484848;
	float: none;
}

ul.arrow li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/arrow_bullet.png) no-repeat 0 11px transparent;
}

ul.black li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/black_bullet.png) no-repeat 0 11px transparent;
}

ul.red li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/red_bullet.png) no-repeat 0 11px transparent;
}

ul.blue li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/blue_bullet.png) no-repeat 0 11px transparent;
}

ul.yellow li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/yellow_bullet.png) no-repeat 0 11px transparent;
}

ul.green li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/green_bullet.png) no-repeat 0 11px transparent;
}

ul.square li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/square_bullet.png) no-repeat 0 11px transparent;
}

ul.star li{
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/star_bullet.png) no-repeat 0 11px transparent;
}

ul.arrow_down li {	
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/arrow_down.png) no-repeat 0 11px transparent;
	
}

ul.arrow_up li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/arrow_up.png) no-repeat 0 11px transparent;
}

ul.arrow_left li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/arrow_left.png) no-repeat 0 11px transparent;
}

ul.arrow_right li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/arrow_right.png) no-repeat 0 11px transparent;
}

ul.bookmark li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/bookmark.png) no-repeat 0 11px transparent;
}

ul.calendar-list li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/calendar.png) no-repeat 0 11px transparent;
}

ul.check li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/check.png) no-repeat 0 11px transparent;
}

ul.clipboard li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/clipboard.png) no-repeat 0 11px transparent;
}

ul.clock li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/clock.png) no-repeat 0 11px transparent;
}

ul.cross li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/cross.png) no-repeat 0 11px transparent;
}

ul.crosshair li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/crosshair.png) no-repeat 0 11px transparent;
}

ul.email li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/email.png) no-repeat 0 11px transparent;
}

ul.favorite li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/favorite.png) no-repeat 0 11px transparent;
}

ul.unfavorite li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/unfavorite.png) no-repeat 0 11px transparent;
}

ul.heart li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/heart.png) no-repeat 0 11px transparent;
}

ul.house li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/house.png) no-repeat 0 11px transparent;
}

ul.lock li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/lock.png) no-repeat 0 11px transparent;
}

ul.minus li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/minus.png) no-repeat 0 11px transparent;
}

ul.plus li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/plus.png) no-repeat 0 11px transparent;
}

ul.musical li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/musical.png) no-repeat 0 11px transparent;
}

ul.settings_list li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/settings.png) no-repeat 0 11px transparent;
}

ul.speech li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/speech.png) no-repeat 0 11px transparent;
}

ul.tag li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/tag.png) no-repeat 0 11px transparent;
}

ul.vcard li {
	list-style: none;
	padding: 10px 5px 0px 24px;
    background: url(../images/icons/vcard.png) no-repeat 0 11px transparent;
}

/* Toggles */
.toggle {
	width: 100%;
	margin-bottom: 10px;
}

.toggle-wrapper {
	padding-bottom:5px;
}

h4.trigger {
	width: auto;
	padding: 10px 15px;
	clear: both;
	margin: 0px;
	display: block;
	cursor: pointer;
	background: #FFFFFF;
    color: #4D5B28 !important;
}

h4.trigger.active {
	color: #e51b33;
}


h4.trigger > .icon-minus {
	display: none;
}

h4.trigger > .icon-plus {
	display: inline;
}


h4.trigger.active > .icon-minus {
	display: inline;
}

h4.trigger.active > .icon-plus {
	display: none;
}


h4.trigger .icon-minus, h4.trigger .icon-plus {
	margin-right: 10px;
}




h4.trigger:hover, h4.trigger.active:hover {
	color: #e51b33;
}

.togglebox {
	width:auto;
	height: auto;
	overflow: hidden;
	margin: 0;
}

.togglebox div {
	padding-top: 15px;
}

.togglebox p {
	line-height: 22px;
}



/* Tabs */
ul.custom-tabs {
	color: #7A9244;
	width: 100%;
	float: left;
	font: 13px/1.3em 'Armata',"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	border: solid 1px #7B9344;
	border-bottom: solid 1px #7B9344;

	background: -webkit-gradient(linear, left top, left bottom, from(#A1BB61), to(#768F41));
	background: -moz-linear-gradient(top,  #A1BB61,  #768F41);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.custom-tabs li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1px;
	position: relative;
	border-bottom: none;
}

ul.custom-tabs li a {
	display: block;
	position: relative;
	padding: 15px 20px 15px 20px;
	text-align: center;
	cursor: pointer;
	color: #484848;
	font-weight: normal;
}

ul.custom-tabs li a.current {
	text-decoration: none;
	color: #e95644;
	background-color: #7B9344;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	margin: 10px 0;
	background: #e8e8e8;
}

.tab_content {
	padding: 15px 15px 5px 15px;
}


.custom-panes {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	border: solid 1px #7B9344;
	border-top: none;
	margin-bottom: 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-pane {
	padding: 20px;
}

.custom-pane p {
	margin-bottom: 0;
	margin-top: 10px;
	width: auto;
}

body .alignleft { float:left; display: block; }
body .alignright { float:right; display: block; }

/* img alignment */
/* Images */
.alignleft {
	float: left;
	margin-right:25px;
}

.alignright {
	float: right;
}

.aligncenter {
    width: 37%;
    margin-left: 32%;
    margin-right: 32%;
}
}

.aligncenter2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
	font-size: 14px;
	line-height: 24px;
}

dt {
	font-weight: bold;
	font-size: 16px;
}

dd {
	margin: 0 0 20px;
}

b, strong {
	font-weight: bold;
	font-size: 14px;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;

	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}



.assistive-text {
	display: none;
}

/* Needed class for wordpress */
.sticky {}

.bypostauthor {}

#big-map img { 
  max-width: none;
}

#big-map label { 
  width: auto; display:inline; 
} 

ul, ol {
  padding-left: 25px;
  line-height: 1.5em;
}

#ads-main-page, .ads-main-page, #category-featured-ads-title, #ads-category-content, #container, #featured-ads-author, #ads-profile {
	 background-color: #fbf9f5;
	 /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #748543), color-stop(1, #C0E063));
	  background: -ms-linear-gradient(bottom, #748543, #C0E063);
	  background: -moz-linear-gradient(center bottom, #748543 0%, #C0E063 100%);
	  background: -o-linear-gradient(#C0E063, #748543);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0E063', endColorstr='#748543', GradientType=0); */
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;	
}


#ad-page-title {
	/* background-color: #5D6E31 !important; */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8ca354), color-stop(1, #bfde74));
	  background: -ms-linear-gradient(bottom, #8ca354, #bfde74);
	  background: -moz-linear-gradient(center bottom, #8ca354 0%, #bfde74 100%);
	  background: -o-linear-gradient(#bfde74, #8ca354 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfde74', endColorstr='#8ca354', GradientType=0);
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;	
}


/* Boxed */
#boxed #top-menu-block, #boxed header#navbar, #boxed #big-map, #boxed #featured-list, #boxed #categories-homepage, #boxed #ads-homepage, #boxed footer, #boxed .socket, #boxed #ad-page-title, #boxed #ad-page-header, #boxed .ads-main-page, #boxed #category-featured-ads-title, #boxed #featured-ads-category, #boxed #ads-category-content, #boxed #container, #boxed #seacrh-result-title, #boxed #featured-ads-author, #boxed #ads-profile, #boxed #layerslider {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #688234;
	border-left: 1px solid #688234;
}

#boxed #container #content h2 {
	margin: 0;
}

#boxed #container #content {
	margin-top: 0 !important;
}

#boxed .woocommerce-pagination {
	padding-bottom: 40px;
	margin-bottom: 0;
}

#boxed .woocommerce ul.products {
	margin: 0;
}

#galleria {
	height: 431px;
  	position: relative;
  	top: 20px;
  	clear: both;
}

#galleria .galleria-stage {
	  top: 0;
	  left: 5px;
	  right: 0;
	  width: 560px;
	  height: 360px;
}

#galleria .galleria-stage img{
border-radius:25px;
}

#galleria .notouch .galleria-thumb-nav-left:hover, #galleria .notouch .galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #fff;
}


a.register-social-button-facebook {
	width: 190px;
	text-align: center;
	padding: 13px 20px;
	color: #fff !important;
	background-color: #3c599b !important;
	text-decoration: none;
	display: inline-block;
}

a.register-social-button-facebook:hover {
	background-color: #6b8231 !important;
}

a.register-social-button-facebook .fa, a.register-social-button-facebook:hover .fa {
	color: #fff !important;
}

a.register-social-button-twitter {
	width: 190px;
	text-align: center;
	padding: 13px 20px;
	color: #fff !important;
	background-color: #5ea9dd !important;
	text-decoration: none;
	display: inline-block;
}

a.register-social-button-twitter:hover {
	background-color: #9cc045 !important;
}

a.register-social-button-twitter .fa, a.register-social-button-twitter:hover .fa {
	color: #fff !important;
}

a.register-social-button-google {
	width: 190px;
	text-align: center;
	padding: 13px 20px;
	color: #fff !important;
	background-color: #d95232 !important;
	text-decoration: none;
	display: inline-block;
}

a.register-social-button-google:hover {
	background-color: #c84425 !important;
}

a.register-social-button-google .fa, a.register-social-button-google:hover .fa {
	color: #fff !important;
}

fieldset.input-full-width label {
	width: 100px;
	float: left;
	font-size: 12px;
	margin-top: 11px;
}

fieldset.input-full-width {
	width: 100%;
	float: left;
	border: 0;
	margin: 0;
	padding: 20px 0;
	padding-bottom: 0;
}

.register-page-title {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0;
}

.publish-ad-button {
  position: relative;
  bottom: 50px;
}

.one_half {
	width: 48%;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin-left: 10px;
	float: left;
}

.one_half.first {
	margin-left: 0px;
}

#edit-profile .one_half .input-title, .one_half .hr-line {
	width: 100%;
}

.social-links {
	border: solid 1px #e4e4e4;
	padding: 20px;
	text-align: center;
	width: 40%;
	width: -webkit-calc(50% - 47px);
	width: calc(50% - 47px);
	margin-bottom: 30px;
}

.social-links .publish-ad-button {
	margin-top: 30px;
	margin-bottom: 0;
}

.social-links .publish-ad-button p {
	margin-bottom: 0;
}

.social-links fieldset.input-full-width {
	text-align: center;
}

#submit_add_image {
	margin-left: 115px;
	margin-bottom: 20px;
	float: left;
	background: #efefef;
	color: #000;
}

.option_item {
	margin-left: 115px;
	margin-bottom: 20px;
	float: left;
	width: 70%;
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
}

.option_item .full-width-button {
	margin-left: 0;
	color: #1A1E0F;
}

.option_item .full-width-button:hover {
	color: #869B53;
	text-decoration: underline;
	cursor: pointer;
}



h4.block-title.active {
	color: #fff !important;
	font-weight: bolder;
}

h4.block-title{
color: #fff !important;
    font-weight: bolder;
    font-size: 2.0em;
}

h4, h4 a, h4 span {
	color: #fff;
	font-weight: bolder;
}

span.tag-name {
	color:#484848;
}


textarea {
	background-color: rgb(239, 239, 239);
}


.um-account-tab {
    display: none;
    background-color: #BFDF63;
    padding: 10px;
    border-radius: 15px;
}

.um-verified {
    color: #7ACF58 !important;
}

.um-online-status.online, .um-online-status.online i {
    color: #7ACF58 !important;
}