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

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: 12px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline; 
}

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

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

i, cite, em, var, address, dfn {
	font-style: italic;
}

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;*/
}
		
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;
	font-size: 14px;
	-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;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
@media only screen and (max-width: 425px) and  (min-width: 320px) {
	input[type="email"],.uneditable-input {
  margin-bottom: 2px !important;

	}
	#newsletter {
    width: 150% ;
	}
}
@media only screen and (max-width: 1024px) and  (min-width: 768px) {
	input[type="email"],.uneditable-input {
  margin-bottom: 18px !important;

	}
	#newsletter {
		margin-left: -50px !important;
    width: 65% !important;
	}
}
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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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;
}

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(82, 168, 236, 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);
}

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

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

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

header#navbar {
	background: #fff url(../images/header-bg.png) repeat-x bottom left;
	z-index: 999;
	position: relative;
}

header#navbar .container {
	background: url(../images/header-color-bg.png) repeat-x bottom left;
}

.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 {
	float: right;
	margin-top: 13px;
}

#new-post a.btn {
	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;
}

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

.chosen-container {
	background: #fff none no-repeat;
	border-radius: 0px;
	height: 28px;
	border: 1px solid #e7ecf0;
	min-width: 130px !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: #999;
	background: #f7f8fc 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: #999;
}

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

.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: #f7f8fc;
	border-width: 0px;
}

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


.chosen-container {
    background: #fff none no-repeat;
    border-radius: 0px;
    height: 28px;
    border: 1px solid #e1e1e1;
    border-left: none;
}

.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: #999;
}

.controls input {
    font-weight: normal;
    font-size: 12px;
    vertical-align: baseline;
    
    background: #fff none no-repeat;
    border-radius: 3px 0px 0px 3px;
    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;
}

.views-exposed-form .views-exposed-widget .btn-primary {
       
}

.views-exposed-form .views-exposed-widget .btn-primary {
	padding: 4px 12px;
	background: #3e8cc0;
	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: #2c75a5;
    
    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: #3e8cc0;
}

/* Featured Ads Section */
#featured-list {
	background: #fff url(../images/header-bg.png) repeat-x bottom left;

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

#ads-homepage {
	background-color: #fff;
}

#featured-list .container {
    padding: 10px 0 15px 0;
	background: url(../images/header-color-bg.png) repeat-x bottom left;
}

#featured-ads-author {
	background: url(../images/header-bg.png) repeat-x bottom left;

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

#featured-ads-author .container {
    padding: 10px 0 15px 0;
	background: url(../images/header-color-bg.png) repeat-x bottom left;
}

.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: #999999;
	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: #999999;
	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: #2980b9;
}

#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-color: #e2e7ec;

	-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;

	-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: 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;
}

.add-box-main-image {
	
	-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: #d7dde4;
}

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

	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-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-box-content a {
	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: #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;
}

.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;

	background-color: #33485d;
}

#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: #e2e7ec;

	-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: 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;

	-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: #d7dde4;
}



/* Home Categories */
#categories-homepage {
	background-color: #ffffff;
}

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

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

.category-box {
	
}

.category-header {
	background-color: #ffffff;
	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%;
}

.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: #999999;
	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%;
}

.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: #999999;
}

/* 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: #ecf0f1;
	color: #666666;
}

#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: #2980b9;
}

/* Footer */
footer {
	background: #ecf0f1 url(../images/header-bg.png) repeat-x top left;
}

footer .container {
	padding: 30px 0;
	background: url(../images/header-color-bg.png) repeat-x top left;
}

.socket {
	background-color: #dfe6e8;
}

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

/* 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: #999999;
}

#featured-ads-category {
	background: #ecf0f1;

	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: #ecf0f1;
	color: #666666;
}

#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: #1aaf5d;
	font-weight: 700;
}

#ad-page-header {
	background-color: #ecf0f1;
}

#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: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

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


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

.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);
}

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

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

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

.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;
}

.ad-details-title a {
	font-size: 18px;
}

#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: #ecf0f1;
	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%;
}

.ad-detail-content p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.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%;
}

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

#respond form label {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#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;
}
#fservice{margin-left:10px;}
.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 .input-title, #upload-ad #edit-field-category, #upload-ad #price-field {
	float: left;
	margin-bottom: 20px;
	width: 690px;
}

#upload-ad .input-title input#postTitle {
	width: 70%;
	width: -webkit-calc(100% - 129px);
	width: calc(100% - 129px);
	background: #fff 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;
}

#upload-ad select#catID {
	background: #fff none no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: baseline;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	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: #fff; /* fallback color if gradients are not supported */
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #fff, #fff); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #fff, #fff); /* For old Fx (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #fff, #fff); /* For pre-releases of IE 10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #fff, #fff); /* For old Opera (11.1 to 12.0) */ 
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #e1e1e1;
    height: 42px;
    width: 70%;
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    color: #999;
    padding-left: 6px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#upload-ad label {
	float: left;
	width: 115px;
	padding-top: 13px;
	font-size: 16px;
}

#upload-ad input#post_price, #upload-ad input.custom_field {
	width: 70%;
	width: -webkit-calc(100% - 129px);
	width: calc(100% - 129px);
	background: #fff 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;
	margin-bottom: 0;

	float: left;
}

#upload-ad .input-title input#post_location {
	width: 561px;
	background: #fff 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;
}

.wp-editor-wrap {
	/*float: left;*/
	border: 1px solid #dddddd;
}

.wp-editor-container textarea.wp-editor-area, .wp-editor-container iframe {
	background-color: #fff !important;
	height: 240px;
}

#map-container {
	float: left;
	width: 510px;
}

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

#upload-ad #map-container input#address {
	width: 561px;
	background: #fff 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;

	margin-bottom: 10px;

	float: left;
}

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

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

.help-block{
	color: #999;
	font-size: 12px !important;
	font-style: italic;
	float: right;
	width: 575px;
}

#latitude-field, #longitude-field {
	/*float: left;
	width: 220px;*/
}

#latitude-field input, #longitude-field input {
	background: #fff 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;
	margin-bottom: 30px;
}
#service-color{height:40px;}
#duration{height:40px;}
#button-success{margin-left: 1.75% !important;}
.hr-line {
	float: left;
	width: 690px;
	margin-bottom: 30px;
	border-bottom: solid 1px #e4e4e4;
}

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

#upload-ad input#post_tags {
	width: 561px;
	background: #fff 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;

	margin-bottom: 10px;

	float: left;
}

#upload-ad textarea#video {
	width: 561px;
	height: 120px;
	background: #fff 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;
	margin-bottom: 30px;
	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: #ecf0f1;
}

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

#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 {
    display:none;
	width: 100%;
	height: auto;
	background-color: rgb(229, 227, 223);
	-webkit-transform: translateZ(0);
	z-index: 99;
	position: relative;
}

#big-map #flatads-main-map {
	width: 100%;
}

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

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

.show-long-number-button {
	color: #0088cc;
	margin-left: 10px;
}
.show-long-number-button:hover {
	color: #005580;
	cursor: pointer;
}

#ad-address {
	width: 100%;
	float: left;
	margin-bottom: 10px;

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

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

#ad-address span {
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	color: #484848;
}

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

#single-page-map #single-page-main-map {
	width: 100%;
	float: left;
}

#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: #1aaf5d;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	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: #11924b;
}

.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: #268bce;
	text-decoration: none;
}

.pagination {
	-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;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.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: #ecf0f1;
	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: #999;
	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(247, 245, 245);
	border: 1px solid rgb(229, 228, 227);
	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(231, 231, 231);
	width: 100%;
	border-bottom: 1px solid rgb(229, 228, 227);
	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: #fff 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: #fff 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: #ecf0f1;
}

#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;
}

#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 20px #34495e;
	background-color: #fff;
	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(111, 111, 111);
}

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

.ui-widget-content{
	border: none;
	background: #ffffff;
	color: #333;
	/*width: 24% !important;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.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: #2d97de;
}

.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-button, .geo-location-switch {
	float: left;
}

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

.geo-location-button .off .fa {
	color: #b3b3b3;
}

.geo-location-button .on .fa, .geo-location-button .fa:hover {
	color: #34495e;
}

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

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

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




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

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

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

#advanced-search-widget-version2 .ui-slider.ui-widget {
	width: 284px;
}

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

#advanced-search-widget-version2 .advanced-search-widget-content {
	background-color: #fff;
	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 #e7e7e7;
	background: #fff;

	padding: 14px;
}

#advanced-search-widget-version2 .chosen-container-single .chosen-search input[type=text] {
	background-image: url(../images/chosen-sprite%402x.png)!important;
	background-size: 52px 37px!important;
	background-repeat: no-repeat!important;
	padding: 4px 20px 4px 5px!important;
	border: 1px solid #aaa!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: #fff;
	border: none;
	border-right: solid 1px #e7e7e7;
	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 {
	padding: 13px 20px;
	background: #3e8cc0;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
    border-radius: 0px 0px 0px 0px;
	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 {
	color: #fff;
	background: #2c75a5;
    
    padding-right: 38px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}

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




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

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

.ads-tags a {
	float: left;
	padding: 10px;
	background-color: #3e8cc0;
	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;
}

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

/* Menu */
#top-menu-block {
	background-color: #dfe6e8;
	z-index: 9999;
	position: relative;
}

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

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

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

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

.main_menu ul li {
	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: #005580;
}

#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: #0088cc;
}

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

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

.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: #0088cc;
}

.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: #0088cc;
}

#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: #0088cc;
}

.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: #484848;

	-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: #4779a8;
}

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

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

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

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

.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: #1d86c3;
}

.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: #ea4b35;
	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 #e7ecf0;
	background-color: #f8fbfc;
	margin-bottom: 10px;
}

.view-pricing-plans .product-wrapper .product-title {
	text-align: left;
	border-bottom: 1px solid #e7ecf0;
	background-color: #fff;
	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 #f8fbfc;
	-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: #11924b;
}

#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 #e1e1e1;
}

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

#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 #e1e1e1;
}

.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 #e1e1e1;
	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: transparent;
	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: #484848;
}

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 #ccc;
	padding: 6px;
	margin: 0;
	outline: 0;
	border: 1px solid #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #EEE;
	border-image: initial;
	outline: none;
}

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

#bbpress-forums fieldset.bbp-form select#bbp_stick_topic{
	color: #666;
	background-color: #EEE;
	padding: 5px;
	border: 1px solid #CCC;
	width:41.5%;
	min-width:232px;
	border-color: #E1E1E1;
	background: #fff;
	-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: #fff;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: transparent;
}

#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: #464646;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#e3e3e3),to(#fff));
	background-image: -webkit-linear-gradient(bottom,#e3e3e3,#fff);
	background-image: -moz-linear-gradient(bottom,#e3e3e3,#fff);
	background-image: -o-linear-gradient(bottom,#e3e3e3,#fff);
	background-image: linear-gradient(to top,#e3e3e3,#fff);
}

#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: #464646 !important;
	border: 1px solid #c3c3c3 !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #eee !important;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#e3e3e3),to(#fff)) !important;
	background-image: -webkit-linear-gradient(bottom,#e3e3e3,#fff) !important;
	background-image: -moz-linear-gradient(bottom,#e3e3e3,#fff) !important;
	background-image: -o-linear-gradient(bottom,#e3e3e3,#fff) !important;
	background-image: linear-gradient(to top,#e3e3e3,#fff) !important;

	border-color:#aaa !important;
	background:#ddd !important;
}




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

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: #11924b;
}

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

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

.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: #11924b;
}

.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: #ecf0f1 !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 #4a627b;
	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: #aeaeae;
}

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

/* Shop */
#container {
	background: url(../images/shop-header.png) repeat-x top left;
}

#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 #0088cc; 

	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: #11924b;

	-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 #CFCFCF;
	color: #777;
	/*background: #fff;
	-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: #11924b!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: #11924b!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: #efefef;

	-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: #fff 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: #666;
	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 #d4d4d4;
	width: 100%;
	width: -webkit-calc(100% - 22px);
	width: calc(100% - 22px);
	height: 30px;
	font-size: 14px;
	color: #484848;
	border-image: initial;
	outline: none;
	margin-top: 10px;
	background-color: #fff;
}

#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 #0088cc;
}

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

	width: 50%;
	width: -webkit-calc(50% - 25px);
	width: calc(50% - 25px);

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

#contact-form #contactName {
	margin-right: 7px;
	margin-bottom: 0;

	width: 50%;
	width: -webkit-calc(50% - 29px);
	width: calc(50% - 29px);

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

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

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

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

#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: #ffffff;
}

#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: #1aaf5d;

	-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: #11924b;

	-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;
}



#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: rgba(0, 0, 0, .5);
	color: #686868;
	border: solid 1px #686868;
}


#layerslider {
	position: relative;
	min-height: 100px;
	height: auto;
	/*background-color: #474747;*/
	padding-bottom: 5px;
	background: #474747 url(../images/layerslider-bg.png) no-repeat bottom center;
}

.ad-detail-sidebar {
	width: 95%;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	float: left;
	margin-left: 10px;
}

.ad-detail-sidebar-block {
	border: solid 1px #e4e4e4;
	padding: 20px;

	width:805%;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);

	margin-bottom: 20px;
	float: left;
}

/* 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;
	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: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #ecf0f1;

	float: left;
	width: 100%;

	margin-bottom: 10px;
}

.cat-widget-title {
	border-bottom: solid 1px #fff;
	float: left;
	width: 100%;
}

.cat-widget-title h4 {
	padding: 15px;
	margin: 0;
}

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

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

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

.cat-widget-content ul li a {
	float: left;
	margin-left: 15px;
	line-height: 20px;

	width: 72%;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

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


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

.widget-ad-image {
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 15px;

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

.cat-widget-content ul li .widget-ad-list-content {
	float: left;
	width: 142px;
	margin-left: 10px;
}

.cat-widget-content ul li .widget-ad-list-content a {
	float: left;
	margin-left: 0;
	width: 142px;
}

.cat-widget-content ul li .widget-ad-list-content span {
	float: left;
	margin-right: 0;
}

.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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html);
	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.html") 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: #2F66D3;
}

.button-ag.blue:hover {
	background-color: #1E448F;
}


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

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


.button-ag.green {
	background-color: #3EBA0F;
}

.button-ag.green:hover {
	background-color: #2E8B0B;
}



.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: #999;
}

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



.button-ag.dark-blue {
	background-color: #2850A1;
}

.button-ag.dark-blue:hover {
	background-color: #1E3B78;
}



.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: #999;
}

.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_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.5em;
/* 	font-style:italic; */
	line-height:1.4em;
	color: #484848;
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background-color: #d7d7d7;
	border-left: solid #484848 10px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

blockquote p {
	padding: 20px;
	width: auto;
	margin-bottom: 0 !important;
}

/* 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: #2F81B0;
    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: left;
}

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: #EFEFEF;
}

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: white;
	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 #E7E6E6;
	border-bottom: solid 1px #d3d3d3;

	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #f3f3f3,  #e2e2e2);

	-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: #fff;
}

.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 #E7E6E6;
	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;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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;
}

#ad-page-title, #ads-main-page, .ads-main-page, #category-featured-ads-title, #ads-category-content, #container, #featured-ads-author, #ads-profile {
	background-color: #fff !important;
}


/* 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;
}

#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;
}

#galleria .galleria-stage {
	top: 0;
	left: 0;
	right: 0;
}

#galleria .galleria-container {
	background-color: #fff;
}

#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: #2c4784 !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: #4b92c3 !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 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.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;
}

.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: #0088cc;
}

.option_item .full-width-button:hover {
	color: #005580;
	text-decoration: underline;
	cursor: pointer;
}
.breaks-list-content{
width:70% !important;
}
.select2-container{width:300px;}
.pagenation a {
    border-right: 1px solid #ececec;
    display: block;
    float: left;
}
.pagenation span {
    border-right: 1px solid #ececec;
    display: block;
    float: left;
}
.pagenation a,.pagenation span {
    color: #7e7e7e;
    display: block;
    font: 15px "work_sansregular";
    padding: 10px 15px;
}
.pagenation a:hover,.pagenation span:hover {
    background: #f19750 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.pagenation {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%) repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    float: right;
    margin: 25px 0;
}/*
.ui-state-focus{
background: #0057A7 !important ;
border:none !important;
color: #fff !important;
}*/
.current
{
 background: /*#e74d3d*/#f19750  none repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}
@media only screen and (max-width: 425px){
	.owl-item{
				margin: 77px !important;
	}
}
.owl-item{
border:4px solid #82bb2e !important;
    /*border-radius:100% !important;*/
	border-radius:36% !important;
 width: auto !important;
    margin: 15px/*39px !important*/;
	
}
.owl-item:hover{
background: #f1f1f1 !important;
}
.owl-next,.owl-prev{font-weight:bold !important;
	font-size: 23px !important;}
.req{color:red;}
.your-name input{width:60%;}
.your-email input{width:60%;}
.your-subject input{width:60%;}
.your-message textarea{width:60%;}
@media only screen and (min-width: 320px) and  (max-width: 767px) {
	.your-name input{width:100%;}
	.your-email input{width:100%;}
	.your-subject input{width:100%;}
	.your-message textarea{width:100%;}
}


.wpcf7-submit{ 
    color: #fff;
    padding: 16px;
    background: #2969B1 !important;
    font-weight: 700;
    border-radius: 5px;}
#newsletter{    
    margin-left: -18px;
    width: /*100%;*/ 71%;
    padding: 8px;}
.newsletter-success{height:300px;background-color:#fff !important;}
#suc-msg{    
    margin-left: 140px;
    margin-right: 150px;
    font-size: 14px;
    padding: 10px;
    margin-top: 50px;}
.newsletter-td-submit input{
    position: absolute;
    top: 53%;
    left: 63%;
}
.terms:hover{color:#000;}
#speciality{
height: 100px;
width: 300px;
padding: 5px;
margin-left: 12px;
}