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

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: 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align: baseline; 
}

input, button, select, textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

p {
	width: 100%;
	line-height: 18px;
}
a{
	text-decoration:none !important;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}

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

}
h2.main-title{
	margin-top: 50px;
    text-align: center;
	padding-bottom:10px;
	margin-bottom: 0px;
}
.h2-seprator{
	height:1px;
	width:100px;
	background:#000;
	margin:0 auto;
	margin-bottom: 20px;
}
#ads-homepage .h2-seprator{
	margin-bottom: 30px;
}
h3{
	margin-top: 50px;
    text-align: left;
	padding-bottom:10px;
	margin-bottom: 0px;	
}
.h3-seprator{
	height:1px;
	width:100px;
	background:#000;
	margin-bottom: 0px;
}
.h3-seprator-sidebar{
	height:1px;
	width:100px;
	background:#000;
	margin-bottom: 30px;
}			
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;
  height: 20px;
  padding: 0px 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;
}

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;
}
.input-textarea.half{
		width:45.1% !important;
		float:left;
		display:inline;
		margin-right:10px !important;
}
.input-textarea.full{
		width:100% !important;
		float:left;
		display:inline;
		margin-right:0px !important;
		height:41px !important;
}
.input-textarea{
	background-color:#transparent !important;
	height:28px !important;
	padding-left:20px !important;
	width:95.9% !important;
	color:#888888 !important;
	font-size:14px !important;
	border:1px solid #ccc !important;
	box-shadow:0 2px 0 0 #f1f1f1 !important;
}
.ad-post-main .input-textarea{
	background-color:#transparent !important;
}
.ad-post-main .input-textarea.half{
		width: 44.5% !important;
		height:41px !important;
		}
p.humantest{
	float:left !important;
	display:inline !important;
	width:50% !important;
	line-height: 10px;
	font-size:14px;
}
#humanTest{
	float:right;
	margin-right:0px !important;
	margin-top:0px !important;
}
.input-submit{
	width:100% !important;
	height: 48px !important;
	border-radius:0px !important;
	color:#fff !important;
}
input:-moz-placeholder{
    color: #fff;
}

.input-textarea.custom_field_visible{

	width:96.2% !important;
	height:41px !important;
}
#commentsText{
	background:transparent !important;
	height:180px !important;
	border:1px solid #eee !important;
	box-shadow:0 2px 0 0 #f1f1f1 !important;
}
input,textarea{
	/* border:none !important; */
	color:#888888 !important;
}
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);
}
.btn-container{
	padding:5px;
	background:transparent;
	border:1px solid #eee;
}
.btn-container input[type=submit]{
	float:none;
}
.first {
	margin-left: 0 !important;
}

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

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

header#navbar {
	z-index: 400;
	position: relative;
	border-bottom:1px solid #e1e1e1;
}


/* 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-top .login a {
	padding:7px 15px;
}
#register-login-block ul {
	padding-left: 0;
}
#register-login-block-top ul li {
	line-height:34px;
	padding-left:10px !important;
	padding-right:10px !important;
}
#register-login-block-top ul li a {
	color:#000 !important;
}
#register-login-block-top ul li.last {
	background:#f8f8f8
}
#register-login-block-top {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	color:#fff !important;
}
#top-menu-block #register-login-block-top {
	  margin: 0px;
}
#top-menu-block{
	border-bottom:1px solid #4B4B4A;
}
#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: #f8f8ed none no-repeat;
	border-radius: 0px;
	height: 28px;
	border: 1px solid #e7ecf0;
	min-width: 200px !important;
	margin-right:10px;
}

.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 {
	background:#fff;
}
.chosen-container .chosen-drop{
	background:#fff !important;
	border-radius:0px;
}
.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: #f8f8ed 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: #f8f8ed 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: 'Roboto', Arial, Helvetica, 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: 'Roboto', Arial, Helvetica, 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-abs {
	background: transparent;
	padding-top:10px;
	padding-bottom:20px;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#advanced-search-widget-version2 {
filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

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

#featured-abs .container {
    padding: 10px 0 15px 0;
}
#featured-abs-author {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#featured-abs-author .container {
    padding: 10px 0 15px 0;
}
#featured-abs .quicktabs-tabs, #featured-abs-category .quicktabs-tabs,#featured-abs-author .quicktabs-tabs {
display:none;
}
#featured-abs-author > .container > h2.main-title{
	text-transform:uppercase;
}
.quicktabs-tabs {
	float: right;
	list-style: none;
}

.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-abs #tabs .pane {
	float: left;
	width: 100%;
	margin-top: 12px;
	position: relative;
}

#featured-abs-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;
	
	padding:5px 15px;
	top: -34px;
	margin-top: -22px;
	left:61px;
	border:1px solid #e1e1e1
}
#carousel-prev  > .fa, #carousel-next > .fa  {
	font-size:16px;
	line-height:23px;
}
#carousel-prev:hover > .fa,  #carousel-next:hover > .fa {
	color:#fff;
}
#carousel-next {
	position: absolute;
	left: 49px;
	margin-right: -60px;
	
	top: -34px;
	margin-top: -22px;	
	border:1px solid #e1e1e1;
	padding:5px 15px;
}

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

.ad-box {
	/*background-color: #000;*/
	height: 240px;
	background:url(img_not_available.png);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:210px !important;
	margin-bottom: 30px;
	position: relative;
	margin-right: 0px !important;
	margin-left: 30px !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;
}
.ad-box.first {margin-left: 0px !important;}
.latest-ads-grid-holder .ad-box, .popular-ads-grid-holder .ad-box,.random-ads-grid-holder .ad-box{
	height:250px;
}

#featured-abs .ad-box {
	margin-left: 0 !important;
	margin-right: 2px !important;
	margin-bottom: 0 !important;
	width:370px !important;
	position:relative;
}
#featured-abs-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: 170px;
	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;

}
.category-page-ads .ad-image {
	height: 218px;
}
.ad-image img {
	float: left;
	width: 100%;

}

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

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

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

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

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

.ad-box:hover > a img.add-box-second-image {
	margin-top: 0;
}
.ad-box-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:hover .post-title{
	background:transparent;
}
.post-title{
    float:right;
    width: 95%;
}
.category-page-ads .pane .post-title{
	width: 95%;
}
.category-page-ads .pane .ad-box{
	width: 236px !important;
	height:250px !important
}
.category-page-ads .pane .ad-box .post-title-cat{
	width: 99.5%;
}
.post-title a{
	color: #444;
	font-size: 16px;
	font-family:'Raleway';
	 padding: 0px 0;
	 display:block
	
}
.ad-hover-content{
	position:absolute;
	width:100%;
	height:250px;
	opacity:0
}
.category-page-ads .ad-hover-content{
	height:218px;
}
.ad-box:hover .ad-hover-content{
	opacity:1
}
.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 .add-price {
	position:absolute;
	text-align: center;
	color:#fff;
	top:2px;
	right:2px;
	min-width:75px;
	background:#fff;
	height:32px;
	line-height:32px;
}

.ad-box .add-price span {
	font-size:16px;
}
	
.ad-category {
	width: 44px;
	margin-top: 4px;
	z-index: 1;
	margin-left: 0px;
}
#featured-abs .ad-hover-content {
	height:115px !important;
	position:absolute;
	bottom:0px;
}
#featured-abs .ad-hover-content .ad-category {
	display:block;
	width:100%;
	height:48px
}
#featured-abs .ad-hover-content .ad-category .category-icon-box {
	background:#fff;
	margin-left:20px;
}
#featured-abs .ad-box:hover .ad-category .category-icon-box i {
	color:#444 !important;
}
#featured-abs .ad-hover-content .post-title {
	display:block !important;
	width:93%;
}
#featured-abs .ad-hover-content .post-title a {
	font-size:18px !important;
}
#featured-abs .ad-box .add-price span {
	font-size:14px !important;
	font-family:'Raleway';
}
.post-title-cat{
	position:absolute;
	bottom:0px;
	height:80px;
	width: 99.6%;
	background:#F0F0F0;
	border:1px solid #eee;
	border-top:none;
	box-shadow:0px 2px 0px 0px #f1f1f1
}
.city-post-title{
	height:100px !important;
}

.category-icon-box {
	width: 44px;
	height: 44px;
	float: left;
	color: #444444;
	background-color: transparent;
}
#ads-profile .account-overview .span2{
	width:132px !important
}
#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 > 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: 40px;
	height: 44px;
	float: left;
	text-align: center;
    display: table-cell;
    vertical-align: middle; 
}
.home-category-icon-box {
	width: 100%;
	height: 54px;
	float: left;
	text-align: center;
    display: table-cell;
    vertical-align: middle; 
}
.hfi{
	font-size:45px !important;
	color:#1e73be;
}
.home-category-box:hover .hfi{
	font-size:55px !important;
	color:#ffd038;
}
#category-featured-abs-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: 24px !important;
	color: #444444 !important;
}
.ad-box:hover .ad-category i,.ad-box:hover .post-title a{
	color:#fff !important;
}.ad-box:hover .post-title span{	color:#fff !important;}
#category-featured-abs-title .category-icon-box i {
	line-height: 50px;
	font-size: 24px;
}





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









/* Home Categories */

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

#categories-homepage .full {
	margin-top: 10px;
}
.category-box.span3{
	margin-left:27px !important;
}
.category-box.first{
margin-left:0px !important;
}
.category-box {
	margin-bottom: 50px;
	float: left;
	height: 270px;
	border:1px solid #818181;
	position:relative;
	box-shadow: 0px 2px 0px 0px #f1f1f1;
}

.home-category-box {
	margin-bottom: 15px;
	float: left;
	height: 100px;
	width:100px;
	/*border:1px solid #eeeeee;*/
	position:relative;
	/*box-shadow: 0px 2px 0px 0px #f1f1f1;*/
	text-align:center;
}

.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;
}
.home-category-header {
	background-color: transparent;
	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;
}
.home-cat-title {
	font-family: Lato;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 10px;
	color: #e55b90;
	padding-top:5px;

}
.home-category-box:hover .home-cat-title{
	color:#000;
}
.category-content {
	float: left;
	width: 100%;
}

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

.category-icon {
	position:absolute;
	top:13px;
	left: 10px;
}
.home-category-icon {
	
	top:13px;
	left: 10px;
}
.category-icon .category-icon-box {
	background:none;
}
.category-box:hover .cat-title a h4,.category-box:hover .category-icon-box i{
	color:#fff !important;
}
.cat-title a {
	float: left;
	width: 100%;
	/*background:#5AC1F9;*/
	border-bottom:2px solid #9E9897;
}

.cat-title h4 {
	letter-spacing: 0em;
	width: auto;
	line-height: 20px !important;
	margin: 0;
	padding:20px 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:700
}

.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: 14px !important;
	line-height: 18px !important;
	margin-top: 12px;
	width: 100%;
}

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

.category-content li a {
	margin-left: 22px;
	color:#888888;
}

.category-content li span {
	margin-right: 10px;
	color:#888888;
	float:right;
	margin-right:20px
}
.more-btn-main{
	position:relative;
}
.view-more-btn{
	width:230px;
	height:48px;
	padding:5px;
	border:1px solid #eee;
	margin:0 auto;
	z-index:999;
	position: absolute;
	left:0;
	right:0;
	top:-29px;
	background:#fff;
}
.more-btn-inner{
	background:#FFD038;
	line-height:48px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	font-family:'Raleway';
	font-weight:400
}
.more-btn-inner a{
	font-size:16px;
	font-family:'Raleway';
	font-weight:400;
	display:block;
	line-height:48px;
	}
.more-btn-inner a:hover{
	color:#ffffff;
}
.more-btn-inner a i{
	color:#ffffff;
	margin-left: -5px;
    margin-right: 5px;
}
.view-more-separator{
	height:1px;
	background:#eee;
	width:100%;
	margin-top:29px;
	margin-bottom:85px;
}

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

#ads-homepage ul.tabs {
	float: none;
	padding-left: 0;
	border:3px outset #FFD038;
	margin-bottom:50px;
	box-shadow:0 2px 0 0 #f1f1f1
}
#ads-homepage .three-tabs{
	
	width:465px;
	margin:0 auto;
}
.category-page-ads#ads-homepage ul.tabs {
	margin-left: 0;
	background:#ffd038;
} 
#ads-homepage ul.tabs li {
	float: left;

}

#ads-homepage ul.tabs li a {
	float: left;
	padding: 20px 12px;
	color:#444444;
	font-size:18px;
	font-family:'Raleway';
	text-transform:uppercase
}

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

#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: #F5F5F5 url("cc_footer.png") repeat-x scroll 100% 0px;
}
@media (max-width:768px){
footer{ background:#fff;}
} 
footer .container {
	padding: 60px 0;
	}

.socket {
	background-color: #292929;
}

.site-info {
	margin-bottom: 0;
	padding: 20px 0;
	text-align:left;
	 width: 50%;
    float: left;
	color:#fff;
}
/* Category page */
#category-featured-abs-title .container {
	padding: 10px 0;
}

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

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

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

#featured-abs-category {

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

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

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

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


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

#featured-abs-category .list-featured-abs {
	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 */
.post-detail{
	border:1px solid #eee;
	box-shadow:0px 2px 0px 0px #f1f1f1;
	padding:25px;
	border-top:none;
	margin-bottom:20px;
}
.post-detail .ad-detail-info{
	color:#444 !important;
}
#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;
	display: block;
}
.ad-page-price{
	font-weight:normal;
	font-size:18px !important;
	margin-top:10px;
}

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

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

#ad-page-header .container {
	padding: 0;
}
.single-slider .single-ad-price{
	position:absolute;
	top:20px;
	right:20px;
	padding:12px 20px;
	font-size:24px !important;
	font-weight:500 !important;
	color:#fff !important;
}
.ad-detail-half-box {
	width: 100%;	
	float: left;
	margin-top: 10px;
	/*margin-bottom: 50px;*/
	position:relative;
	/*border-left:1px solid #eee;*/
	margin-left:-1px;
}
.ad-detail-half-box.first-half {
	/*border-right:1px solid #eee;*/
	border-left:none;
}
.ad-detail-half-box.first-half tr {
	padding-left:0px !important;
}
.ad-detail-info.info{
	width: 100% !important;
	margin-right:2%;
	/*border-right: 1px solid;*/
	padding-right: 2%;
}
.ad-detail-half-box .ad-detail-info {
    line-height: 22px !important;
    width: 101%;
	color:#888;
	font-weight:500px;
	
}
.ad-detail-half-box.first-half .ad-detail-info {
	width: 94%;
}
.ad-detail-info .description{
	font-weight:bold !important;
	color:#444 !important;
	font-size:18px !important;
	line-height:42px !important;
	margin-top:-10px;
}
.ad-detail-info.description h3{
	font-size:24px !important;
	margin: 20px 0px !important;
}
.ad-detail-info.description tr{
	float: none !important;
    padding: 0 !important;
}
.ad-detail-info.description tr{
	text-align:left !important;
}
.ad-detail-half-box .ad-detail-info span,.ad-detail-half-box .ad-detail-info p {
	 line-height: 25px;
	text-shadow:none;
	color:#888;
	font-size:14px;
}
.ad-detail-half-box .ad-detail-info span > .post-ratings{
	margin-top: 4px;
}
.ad-detail-half-box .ad-detail-info p {
	line-height:1.4em;
}
.detail-cat{
	text-align:left;
	width:auto !important;
}
.detail-cat .category-icon .category-icon-box{
	margin-right:15px;
}
.detail-cat .category-icon .category-icon-box i{
	color:#fff !important;
	font-size:24px;
}
.detail-cat a{
	font-size:18px;
	font-weight:bold;
	line-height:45px;
}
.divider {height:60px;width:100%;}
.detail-cat .category-icon{
	position:relative;
	top:0px;
	left:0px;
}
.ad-detail-half-box tbody {
	width: 100%;
}

.ad-detail-half-box tr {
	/*padding-left:20px;*/
	/*float: left;*/
}

.ad-detail-half-box tr:last-child {
	width: 100%;
}

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

.ad-detail-info {
	float: left;
	width: 100%;
	font-size: 14px;

	/*margin-bottom: 10px;*/
}
body.page-template-template-pricing-plans-php .ad-detail-info {
	background:#f8f8f8;
	color:#666666;
	font-size:14px;
	line-height:45px;
	padding:0px 20px;
	width:87%;
}

.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;
}
body.page-template-template-pricing-plans-php .ad-detail-info span {
	font-size:14px;
	line-height:45px;
}
body.page-template-template-pricing-plans-php .widget{
	border:1px solid #eeeeee
}
.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;
}
.author-profile-ad-details .button-ag:hover span {
	color:#fff !important;
}

.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 #commentsText {
	height: 120px;
}

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

ul.links {
	list-style: none;
	padding-top: 6px;
    width: 50%;
	float: right;
	padding-left: 0;
}

ul.links li {
	float: left;
	margin-right: 20px;
}
ul.links .service-links-facebook-share{
	margin-top:-4px;
}
.ad-detail-content {
	float: left;
	width: 100%;
}

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

.related-abs {
	margin-bottom: 30px;
	padding:34px;
	padding-bottom:66px;
	width:300px;
	position:relative;
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
}
.related-abs h3{
	margin-top:0px
}
.related-abs .span3{
	width:255px !important;
	margin-left: 1px !important;
	overflow:hidden;
	height:218px;
	border-radius:none;
	margin-right:0px !important;
}
.related-abs h2 {
	margin: 0;
	margin-bottom: 20px;
}

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

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

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

}

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

.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: 658px;
}

#upload-ad .input-title input#postTitle {
	width: 70%;
	width: -webkit-calc(100% - 129px);
	width: calc(100% - 129px);
	background: #f8f8ed 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: 'Roboto', Arial, Helvetica, 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,#upload-ad select#post_city {
	background-color: transparent;
	-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;
   
    border: 1px solid #ccc;
    height: 41px;
    width: 49%;
	box-shadow:0 2px 0 0 #f1f1f1;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    color: #3D4140;
    padding-left: 6px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#upload-ad label {
  float: left;
    font-size: 14px;
    line-height: 32px;
    width: 100px;
}
#upload-ad .last, body.page-template-template-edit-profile-php #primaryPostForm .last  {
	margin-right:0px !important;
}
body.page-template-template-edit-profile-php #primaryPostForm .input-textarea.half{
	width: 45.6% !important;
}
body.page-template-template-edit-profile-php .ads-main-page .container{
	margin-bottom:60px;
}
#upload-ad input#post_price, #upload-ad input.custom_field {
	width: 97.2%;
	background-color:transparent;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 2px 0 0 #f1f1f1;
	-moz-box-shadow:  0 2px 0 0 #f1f1f1;
	box-shadow:  0 2px 0 0 #f1f1f1;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	height:41px;

	margin-bottom: 10px;

	float: left;
}

#upload-ad .input-title input#post_city {
	width: 561px;
	background: #f8f8ed 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: 'Roboto', Arial, Helvetica, 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;
	width: 640px;
	margin-bottom: 30px;
}

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

#map-container {
	float: left;
	width: 658px;
	margin-bottom:20px;
}

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

#upload-ad #map-container input#address {
	width: 561px;
	background-color:transparent;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:41px !important;
	margin-bottom: 10px;

	float: left;
}

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

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

.help-block{
	color: #888;
	font-size: 14px !important;
	float: left;
	width: 575px;
}

#latitude-field, #longitude-field {
	float: left;
	width: 315px;
}

#latitude-field input, #longitude-field input {
	width: 186px;

	background: #f8f8ed 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: 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align: baseline;

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

	margin-bottom: 30px;

	float: left;
}

#latitude-field {
	margin-right: 60px;
}

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




#ab-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 #f1f1f1;
	box-shadow:0 2px 0 0 #f1f1f1;
}

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

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

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

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

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

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

#big-map {
	width: 100%;
	height: 400px;
	background-color: rgb(229, 227, 223);
	-webkit-transform: translateZ(0);
	display: block;
	z-index: 99;
	position: relative;
}

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

#single-page-map {
	width: 100%;
	height: 460px;
	-webkit-transform: translateZ(0);
	display: block;
	margin-top: 10px;
}
.author-info{
	border:1px solid #eee;
	position:relative;
	padding:0px;
	box-shadow:0 2px 0 0 #f1f1f1;
}
.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-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #eee;
	background-color: transparent;
	box-shadow:0 2px 0 0 #f1f1f1;
}

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

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

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

#big-map #cityclassified-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: 48px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0 12px;
	text-align: center;
	width:100%;
	text-shadow: none;
	border-radius:0px;
}
.ad-post-main #edit-submit, #edit-profile #edit-submit{
	margin: 0;
}

#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: 370px;
	height: 240px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	background: #fff;
	border-radius:4px;

}

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

.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: 370px;
	height: 240px;
}

.marker-info {
	padding: 10px;
	float: left;
	position: absolute;
    bottom: 30px;
	color: #fff;
	padding-left:20px;
}

.marker-info-title {
	float: left;
	width: 210px;
	line-height: 18px !important;
	
}
.marker-info-title a{
	color: #fff !important;
	font-family:'Raleway';
	font-size:18px;
}

.marker-info-extra {
	float: right;
	width: 58%;
}

.marker-info-price {
	float: right;
	width: 70px;
	font-weight: normal;
	text-align: center;
	line-height: 36px !important;
	color: #000;
	font-size:14px;
	margin:10px;
	font-family:'Raleway';
	background:#fff;
}
.marker-icon-box{
	position:absolute;
	bottom:50px;
}
.marker-icon-box .category-icon-box{
	background:#fff;
}
.marker-icon-box .category-icon-box i{
	color:#444;
}
.pagination {
	width: 100%;
	float: left;
	padding: 15px 0;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.page-template-template-all-posts-php .pagination, body.blog .pagination{
	 margin-bottom: 120px;
}
body.blog #ads-homepage{
	margin-top:40px;
}
.pagination a, .pagination span {
	   border: 1px solid #eee;
    box-shadow: 0 2px 0 0 #f1f1f1;
    font-size: 16px;
    font-weight: normal;
    margin-right: -4px;
    padding: 9px 15px;
	border-radius:10px;
	background: #FFD038;
}
.pagination span.current,.pagination a:hover {
	color:#fff !important;
}


/* 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: 0px;
}
#ads-profile .span4.description h3 {
	margin-top: 0px;
	  line-height: 15px;
}
.profile-content {
	border:1px solid #eee;
	box-shadow:0 2px 0 8px #eee;
	padding:30px;
	padding-bottom:10px;
	width:710px;
}
.profile-content .span4 {
	width:330px !important;
	margin-left:0px !important;
}
.profile-content .span4.description {
	width:350px !important;
	margin-left:30px !important;

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

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

.author-details {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font-size:14px;
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
}

.author-details .fa {
	color: #c8c8c8;
	width: 32px;
	height:48px;
	line-height:48px;
	text-align:center;
	margin-right:10px;
	margin-left: 10px;
}

.author-description {
	line-height: 22px;
}
.author-info .author-avatar{
	height: 100px;
    width: 100px;
	float:left;
	border-right:1px solid #eee;
	padding:10px;
}
.author-btn {
	float: left;
    height: auto;
    margin-bottom: 0;
    width: 120px;
	position:absolute;
	bottom:0px;
}
.author-btn .button-ag span.button-inner {
	padding:0;
	font-size:14px;
	width:120px;
	padding:15px 0;
	text-align:center;
}
.author-btn .button-ag{
	/*margin-left:15px*/;
	background:rgba(255,255,255, .8) !important;	
	}
.author-detail-right{
	width:75%;
	float:right;
	padding-top:12px;
}
.author-detail-right .ad-detail-info .ad-details{
	float:left !important;	
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
}
.author-detail-right .ad-detail-info{
	margin-top:5px;
	margin-bottom:0;
}
.author-detail-right i{
	font-size:16px !important;
	padding: 10px 13px;
	margin-right:0px !important;
}
.author-detail-right .fa-map-marker{
	padding: 10px 16px;
}
.author-detail-right .fa-map-marker{
	padding: 10px 16px;
}
.author-detail-right .fa-phone{
	padding: 10px 14px;
}
.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;
}
.settingss{
	margin-top:10px;
	margin-left:0px !important;
}
.edit-profile {
	width:100%;
	padding-top:20px;
}


.edit-profile a#edit-submit{
	width:82% !important;
	line-height:36px;
	height:36px;
}
.edit-profile a {
	letter-spacing: 0.1em;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;
	border-radius:0px;	
	margin-top:20px;
	
}

.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: #f8f8ed 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: 'Roboto', Arial, Helvetica, 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: #f8f8ed 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: 'Roboto', Arial, Helvetica, 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;
	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 {
	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 .cc-widget-content {
	background: rgb(222, 222, 222);
}

.cc-slider.cc-widget {
	text-align: center;
	width: 400px;
	position: relative;
	height: 8px;
	float: left;
	margin: 18px 0 21px 10px;
	top: 2px;
}

.cc-widget-content {
	border: 1px solid #fff;
	background: #666;
	box-shadow:inset 0px 0px 0px 1px #343434;
	color: #333;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.page-template-template-add-post-php .ui-widget-content, .page-template-template-edit-post-php .ui-widget-content{
	box-shadow:0 2px 0 0 #f1f1f1 !important;
	border: 1px solid #eee;
	background: #fff;
	color: #888888 !important;
}
.page-template-template-add-post-php .ui-widget-content li , .page-template-template-edit-post-php .ui-widget-content li{
	border-bottom:1px solid #eee;
}


.advanced-search-slider .cc-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;
}

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

.cc-slider-horizontal .cc-slider-handle {
	border: 3px solid #343434 !important;
    border-radius: 50%;
    margin-left: -20px;
    top: -9px;
}

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

.range-pin {
	position: absolute;
	width: 80px;
	height: 72px;
	background: transparent url(../images/range-km.png) no-repeat top left;
	top: -65px;
	margin-top: 19px;
	margin-left: -40px;

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

.range-pin input {
	width: 40px;
	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-size: 14px;
	margin-top: 9px;
	margin-left: 1px;
	text-align: center;
	font-weight:bold;
	margin-left:10px;
	color:#444 !important;
	-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.cc-slider-handle:hover > .range-pin, #advance-search-slider a.cc-slider-handle:active > .range-pin {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cc-slider-horizontal .cc-slider-range-min {
	background-color: #FFFFFF;
    border: 1px solid #000000 !important;
    height: 6px !important;
    left: 0;
}

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

.cc-slider-horizontal .cc-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: #fff;
}

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

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

.geo-location-switch {
	width: 120px;
	text-align: center;
}
.geo-location-switch  .fa{
	line-height:2;
}

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




#advanced-search-widget-version2 {
	position: absolute;
	bottom:0px;
	padding:0px;
	background:#7B7B7B;
}
#advanced-search-widget-version2 #edit-field-category-wrapper,
#advanced-search-widget-version2 #edit-ad-location-wrapper,
#advanced-search-widget-version2 .advanced-search-slider{
	padding-top:26px;
	padding-bottom:26px;
}
#advanced-search-widget-version2 #edit-field-category-wrapper{
	padding-left:12px;
}


.search-bar{
	height:0px;
	position:absolute;
	left: 0;
    position: absolute;
    right: 0;
}
.search-bar #advanced-search-widget-version2{
	 bottom: 130px;
	 	z-index: 9999;
}
#advanced-search-widget-version2 .container {
	z-index: 9999;
	
}

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

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

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

#advanced-search-widget-version2 .advanced-search-widget-content {
	float: left;
	padding-left:13%;
	width: 100%;

}

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

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

#advanced-search-widget-version2 .controls input {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(207, 207, 207) !important;
    border-radius: 0;
    color: #fff !important;
    height: 19px;
    margin-bottom: 0;
    margin-top: 27px;
    padding: 13px;
    width: 254px;
	font-size: 14px;
}

#advanced-search-widget-version2 .controls input:-moz-placeholder{
	color:#555;
}

#advanced-search-widget-version2 .chosen-container-single .chosen-search input[type=text] {
	background-image: url(../images/chosen-sprite@2x.png)!important;
	background-size: 52px 37px!important;
	background-repeat: no-repeat!important;
	padding: 4px 20px 4px 5px!important;
	border: 1px solid #aaa!important;
	width:190px;
	 color: #888 !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%);
	height:30px;
	line-height:30px;
	}

#advanced-search-widget-version2 .chosen-container .chosen-drop {
	width: 250px;
	z-index: 99999;
	margin-left:-1px;
}


#advanced-search-widget-version2 .chosen-container {
	background:none;
	border: solid 1px #fff;
	height: 46px;
	z-index: 9999;
	color:#fff;
}

#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;
	color:#fff;
}
.chosen-container-single .chosen-single div{
	height: 49px;
    width: 30px;
	border-left:1px solid #fff;
	/*background:rgba(244,244,244, .2);*/
}
#advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b {
	
}

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

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

#advanced-search-widget-version2 .views-exposed-widget .btn-primary {
	line-height: 56px;
    padding: 0px 41px;
	background: #FFD038;
	font-weight: bold;
	border:none;
	border-radius:80px;
	box-shadow: none;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	-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;
	margin-top:22px;
}

#advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover {
	color: #fff;
	background-color: #2c75a5;

}
#advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover i {
	color:#fff;
}
#advanced-search-widget-version2 .chosen-container-single .chosen-single {
	padding-left: 14px;
}




.ads-tags {
	float: left;
	background:#fff;
	width:100%;
	padding:5px 0px;
}

.ads-tags i {
	float: left;
	padding: 10px;
	padding-right:0px;
	padding-left:0px;
	color: #888888;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-top:6px;
}
.ads-tags .tag-title a {
	padding-left:5px;
}
.ads-tags a {
	float: left;
	padding: 5px;
	color: #888888;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size:14px;
	-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;
	background:none;
}

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

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

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

/* Menu */
#top-menu-block {
	background-color: #E9E9E9;
	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: right;
	padding-top: 3px;
}

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

.main_menu ul li {
	float: left;
	margin-right: 15px;
	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 ul li:last-child {
	margin-right:0px;
}
.main_menu a {
	text-decoration: none;
	line-height: 16px !important;
	font-size:16px !important;
	padding:45px 8px;
	padding-top:35px;
	 margin-top: 5px;
	display:block;
	-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 a{
	border-top:transparent 2px solid;
}
.main_menu ul li ul.children, .main_menu ul li ul.sub-menu {
	position: absolute;
	width: 97px;
	top: 0;
	left: 0;
	margin-top: 12px;
	padding-top: 15px;
	margin-left: -30px;
	display: none;
}
.main_menu ul li ul.children li:first-child, .main_menu ul li ul.sub-menu li:first-child {
	border-top:2px solid #e96969
}
.main_menu ul li ul.children li, .main_menu ul li ul.sub-menu li {
	background:#f5f5f5 !important;
}
.main_menu ul li ul.children li:hover, .main_menu ul li ul.sub-menu li:hover {
	background:#fff !important;
}
.main_menu ul li ul.children ul, .main_menu ul li ul.sub-menu ul {
  box-shadow: 0 2px 0 0 #f1f1f1;
    display: none;
    left: -190px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 130px;
}

#navbar .main_menu ul li ul.children, #navbar .main_menu ul li ul.sub-menu {
	padding-top: 48px;
}
#navbar .main_menu ul li ul.sub-menu , #navbar .main_menu ul li ul.children{
	padding-top: 0;
    top: 94px;
}
#navbar .main_menu ul li ul.sub-menu li {
	line-height:48px;
	text-align:center;
	margin-bottom;5px;
}

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

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

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

.main_menu ul li ul.children li a, .main_menu ul li ul.sub-menu li a {
	width: 130px;
	padding: 16px 0;
	float: left;
	color: #888;
	padding-top:12px;
	margin-top:0px !important;
	font-size:14px
}

#register-login-block-top li.last:hover a{
	color:#fff !important;
}
.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-call {
	float: left;
	line-height:34px;
}
.top-call i {
	margin-right:5px;
	font-size:16px;
}
.bottom-social-icons {
	float: right;
	margin-bottom: 11px;
}

.bottom-social-icons a {
	float: left;
	margin-left: 10px;
	margin-top: 11px;
		width:32px;
	height:32px;
	line-height:48px;

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

.bottom-social-icons a .fa {
	font-size: 16px;
	color: #fff;

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

.bottom-social-icons a  > .fa-facebook {
	padding: 9px 11px;
}

.bottom-social-icons a  > .fa-twitter {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-dribbble {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-flickr {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-github {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-pinterest {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-youtube {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-google-plus {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-linkedin {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-tumblr {
	padding: 8px 9px;
}

.bottom-social-icons a  > .fa-vimeo-square {
	padding: 8px 9px;
}



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

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

.footer_menu ul li {
	float: left;
	margin-left: 15px;
}
.socket .container{
	position: relative;
}
.backtop {
	position: absolute;
	right: 0;
	bottom: 62px;
	z-index: 99999;
	background:#292929;
	border-radius:15px 15px 0px 0px;
}

.backtop a {
	float: right;
	color: #ffffff !important;
	width: 48px;
	height: 48px;
	display: block;
	line-height:48px;
	text-align:center
}

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

.backtop a .fa {
	color: #FFFFFF !important;
    font-size: 16px;
}

.pricing-plan-page h3{
	margin-top:10px !important;	
}
.view-pricing-plans .product-wrapper .price{
	
}
.view-pricing-plans .product-wrapper .span4.plan-last{
	margin-left:0px !important;
	width:330px !important;
	padding-left:28px;
}
.view-pricing-plans .product-wrapper .span4{
	margin-left:0px !important;
	width:350px !important;
}
.view-pricing-plans  .span8.first{
	margin-bottom:30px !important;
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	padding:30px;
	padding-top:20px;
	width:708px !important;
}
.view-pricing-plans .product-wrapper .price h4{
	color:#fff !important;
	margin-top:0px;
	margin-bottom:0px;
	line-height:64px;
}
.view-pricing-plans .product-wrapper .product-title h3{
	margin-top:0px;
	margin-bottom:0px;
	line-height: 26px;
}
.view-pricing-plans .product-wrapper .product-description{
	margin-bottom:30px;
}
.view-pricing-plans .product-wrapper .product-title {
	padding: 10px;
	font-weight: bold;
	line-height: 26px;
}
.view-pricing-plans .product-wrapper .product-details {
	font-size: 14px;
	float: left;
	width: 100%;
	

}

.view-pricing-plans .product-wrapper .product-details ul{
	list-style:none;
	padding-left:0px;
}
.view-pricing-plans .product-wrapper .product-details ul li{
	line-height:48px;
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	margin-top:10px;
	padding-left:20px;
	color:#aaaaaa;
	font-size:14px;
}
.view-pricing-plans .product-wrapper .product-details ul li i{
	margin-right:10px;
	color:#aaaaaa;
}

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

#submit-plan {
	padding-left: 10px;
	padding-right: 10px;
	background: #444;
	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: none;
	border-radius:0px !important;
}

/* 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: #f8f8ed none no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
	line-height: 1em;
}

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

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

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

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

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

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

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

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

/* Contact Form */
.contact_form {
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	font-weight: normal;
	color: #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;
	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;
}


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

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

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

	display: inline-block;

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

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

	float: left;
}

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

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

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

	display: inline-block;

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

#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;
	padding-bottom: 5px;

}

.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: 0px;	
}
h4.block-title{
	font-size:24px;
	color:#000;
	padding-bottom:5px;
	font-weight:bold;
}

.block-content ul {
	list-style: none;
	padding-left: 0;
}
.block-content div{
		color:#000 !important;
		font-size:14px;
	}
.block-content ul li {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
footer .block-content .menu-footer-container ul li {
	float:left;
	width:50%;
	margin-bottom:5px !important;
}
footer .block-content .menu-footer-container ul li a {
	color:#fff !important;
}



.tagcloud, .bbp-logged-in, .bbp-login-form {
	float: left;
	width: 100%;
}

.cat-widget {
	/*border:1px solid #eee;*/
	padding:34px;
	float: left;
	margin-bottom: 10px;
	/*box-shadow:0 2px 0 0 #f1f1f1;*/
	width:232px;
}
.cat-widget form.search-form input[type=search]{
	border:1px solid #eee !important;
	box-shadow:0 2px 0 0 #f1f1f1;
	height:40px;
	width:70%
}
.cat-widget:last-child {
	margin-bottom:40px;
}
body.category .span4{
	/*margin-top:60px;*/
}
body.category .span8{
	/*margin-top:60px;*/
}
body.category .span4 h3{
	margin-top:0px !important;
}
body.category .span4 .custom-widget .cat-widget-content ul li, .span4 .custom-cat-widget .custom-widget .cat-widget-content ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:1px solid #666666;
}
body.category .span4 .custom-widget .cat-widget-content ul li a, .span4 .custom-cat-widget .custom-widget .cat-widget-content ul li a{
	margin-left:0px;
	/*line-height:32px;*/
	font-weight:medium;
	color:#888;
	font-size:14px;
	width:72%;
}
body.category .span4 .custom-widget .cat-widget-content ul li i, .span4 .custom-cat-widget .custom-widget .cat-widget-content ul li i{
	color:#888 !important;
	font-size:16px;
	line-height:34px;
}
body.category .span4 .custom-widget .cat-widget-content ul li .category-icon-box, .span4 .custom-cat-widget .custom-widget .cat-widget-content ul li .category-icon-box{
	width:20px !important;
	margin-right:10px;
}
body.category .ad-title{
	margin-bottom:0px
}
.span4 .custom-cat-widget .custom-widget .cat-widget-content ul li .category-icon-box{
	 height: 34px;
}
.span4 .custom-cat-widget .custom-widget .cat-widget-content ul li span{
	 line-height: 35px;
}

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

.cat-widget-title h3 {
	padding: 10px;
	padding-left:0px;
	padding-top:0px;
	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.latestads-widget a, .cat-widget-content ul li.featurads-widget a.featured-img {
	float: none;
	margin-left: 0px;
}


.cat-widget-content ul li span {
	float: right;
	margin-right: 15px;
	color: #888;
	line-height: 20px;
	font-size:14px;
}
.cat-widget-content ul li p.add-price {
	font-size: 13px;
    margin-bottom: 8px;
}
.cat-widget-content ul li p {
	font-size:14px;
	color: #888;
}


.widget-ad-list {
	float: left;
	width: 100%;
	background:transparent !important;
	width:300px !important;
	margin:0 auto !important;
	}
.latestads-widget .widget-ad-image {
	float: left;
	width: 80px;
	height: 80px;
margin-bottom:10px;
}
.featurads-widget .widget-ad-image {
	float: left;
	width: 300px;
	height: 250px;

}
.cat-widget .featurads-widget .ad-hover-content{
	bottom: 20px;
	left:10px;
    height: 100px;
}
.cat-widget .featurads-widget .ad-hover-content .post-title{
	float: none;
	
}
.cat-widget .featurads-widget .ad-hover-content .post-title a{
	font-family:'Raleway';
	font-size:16px;
}
.cat-widget .featurads-widget{
	font-family:'Raleway';
	margin-bottom:30px !important;	
}

.cat-widget-content ul li .widget-ad-list-content {
	float: left;
	width: 190px;
	margin-left: 17px;
	margin-right:0px;
	font-size:13px;
}

.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;
}
.widget-ad-list-content-title a{
	color:#444 !important;
	font-size:14px;
	font-weight:500 !important;
}
.cat-widget-content ul li .widget-ad-list-content .widget-ad-list-content-title {
	float: left;
    margin: -5px 0 6px;
    width: 100%;
}
p.add-price{
	margin-bottom:5px;
}
.cat-widget-content #calendar_wrap {
	float: left;
	width: 100%;
}

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

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

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

#mc4wp_email {
	width: 80%;
}

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

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

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

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

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

	display: inline-block;
}

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

	display: inline-block;

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

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

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

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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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

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

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

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


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

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

.button-ag.large {
	font-size: 13px;
	
	

	-webkit-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;
	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-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: #f8f8f8;
	border-left: solid #484848 5px;

	-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;
	font-weight:normal;
}

/* Info Boxes */
div.box-download {
	width: 100%;
	float: left;
}
div.box-download-content:before {
	 content: "\f019";
	 margin-right:20px;
	 color:#98c58a;
	 font-size:16px;
	 font-family:"FontAwesome";
}
div.box-download-content {
    background:#e3f4de;
    border: 1px solid #cddcc9;
    color:#98c58a;
    padding: 15px 15px 15px 20px;
	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:before {
	 content: "\f05a";
	 margin-right:20px;
	 color:#2F81B0;
	 font-size:16px;
	 font-family:"FontAwesome";
}
div.box-information-content {
    background:#d5eaf5;
    border: 1px solid #c5d9e3;
    color:#2F81B0;
   	padding: 15px 15px 15px 20px;
	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:before {
	 content: "\f06a";
	 margin-right:20px;
	 color:#b1aa5a;
	 font-size:16px;
	 font-family:"FontAwesome";
}
div.box-notification-content {
    background: #fffbcc;
    border: 1px solid #f2eec0;
    color: #8f8838;
    padding: 15px 15px 15px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
    font-size: 14px;
}

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:before {
	 content: "\f00d";
	 margin-right:20px;
	 color:#883333;
	 font-size:16px;
	 font-family:"FontAwesome";
}
div.box-error-content {
    background:#ffcece;
    border: 1px solid #efbfbf;
    color:#883333;
    padding: 15px 15px 15px 20px;
	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: 7px 15px;
	clear: both;
	margin: 0px;
	display: block;
	cursor: pointer;
	background: transparent;
	color:#aaa;
	font-weight:normal !important;
	font-size:14px;
	font-family:'Raleway';
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
}

h4.trigger.active {
	color: #fff !important;
	background: #a0ce4e;
	box-shadow:none;
	border:none;
}
h4.trigger.active > .icon-minus {
	color: #fff !important;
}

h4.trigger > .icon-minus {
	display: none;
	color:#cccccc 
}

h4.trigger > .icon-plus {
	display: inline;
	color:#cccccc;
}


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;
}
/* Callout message */
.callout{
	padding:30px;
	position:relative;
	background:transparent;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 0 0 #f1f1f1;
}
.callout-inner{
	width:75%;
	float:left
}
.callout-inner h4,.callout-inner h4 span{
	margin:0;
	font-size:24px !important;
	text-transform:uppercase
}
.callout .view-more-btn{
	left: auto !important;
    margin-top: -30px;
    right: 30px;
    top: 50% !important;
    width: 170px !important;
}

/* 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-abs-title, #ads-category-content, #container, #featured-abs-author, #ads-profile {
	background-color: transparent !important;
}


/* Boxed */
#boxed .ad-title,  #boxed #top-menu-block, #boxed header#navbar, #boxed #big-map, #boxed #featured-abs, #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-abs-title, #boxed #featured-abs-category, #boxed #ads-category-content, #boxed #container, #boxed #seacrh-result-title, #boxed #featured-abs-author, #boxed #ads-profile, #boxed #layerslider {
	width: 1200px;
	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;
}

.ad-title{
	background:#f8f8f8;
	padding:10px 0px;
	text-align:center;
	margin-bottom:60px
	
}
.ad-title h2, .ad-title h2 a{
	text-transform:uppercase;
	font-weight:bold !important;
	font-size:32px !important;
}
.ad-title .ad-page-price a, .ad-title span.ad-page-price{
	font-size:18px !important;
	 font-weight: 600;
	text-transform:capitalize;
}
#galleria {	
	margin-bottom:80px;
}

#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;
}
.social-btn-container{
	padding:5px;
	border:1px solid #eee;
	margin-bottom: 10px;
}
.social-btn{
	width: 100%;
	margin:0 auto
}
a.register-social-button-facebook {
	width: 100%;
	text-align: center;
	height:48px;
	line-height:48px;
	margin-right:10px;	
	color: #fff !important;
	background-color: #3c599b !important;
	text-decoration: none;
	display: inline-block;
	font-family:'Raleway';
}

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: 100%;
	text-align: center;
	height:48px;
	line-height:48px;
	margin-right:10px;
	color: #fff !important;
	background-color: #5ea9dd !important;
	text-decoration: none;
	display: inline-block;
	font-family:'Raleway';
}

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: 100%;
	text-align: center;
	height:48px;
	line-height:48px;
	color: #fff !important;
	background-color: #d95232 !important;
	text-decoration: none;
	display: inline-block;
	font-family:'Raleway';
}

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 {
	text-align:center;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.publish-ad-button.login-page p{
	text-align:center;
	margin-top:20px;
}

.register-page-title h5 {
	font-size:16px;
	font-weight:500;
}
.publish-ad-button {
	float: left;
	width: 100%;
}

.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;
}
.container > .span4{
	margin-left:30px !important
}
.author-avatar.span2{
margin-left:0px !important;
}
.author-avatar-edit-post{
	position:relative;
}
.author-avatar-edit-post img{
	padding:5px;
	margin-top:10px;
	background:#fff;
	border:1px solid #e1e1e1;
	width:100px;
	height:100px;
	}
.author-avatar-edit-post .author-profile-ad-details{
	bottom: 10px;
    left: 11px;
    width: 170px;
}
.page-template-template-edit-profile-php .author-avatar-edit-post .author-profile-ad-details{
	 bottom: -4px;
}
.author-avatar-edit-post .delete-image-btn{
	 background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 25px;
}
.author-avatar-edit-post .delete-image-btn i{
     color: #444;
    font-size: 15px;
    font-weight: bold;
}
.account-overview{
	margin-bottom:20px;
	padding:30px;
	padding-bottom:40px;
	padding-top:20px;
	border:1px solid #eee;
	box-shadow:0 2px 0 8px #f1f1f1;
}
.account-overview .span4{
	width:480px !important;
}
.account-overview .span3.first{
	width:120px !important;
	margin-right:20px;
}
.account-overview .span3.first .my-account-author-image{
	height:195px;
}
.account-overview .ad-detail-info{
	border: 1px solid #eee;
    box-shadow: 0 2px 0 0 #f1f1f1;
    color: #444444;
    height: 30px;
    padding: 6px 30px 0;
    width: 89%;
}
.account-overview .ad-detail-info .ad-detail{
	line-height:27px;
}
.ad-post-main{

	margin-bottom:50px;
}
.account-overview .span2{
	width:128px !important;
	float:right !important;
}
.account-overview .author-avatar-edit-post.span2{
	margin-top:50px;
}
#upload-ad input{
	color:#000  !important;
}

#video{
	background:transparent !important;
	height:80px !important;
	width:100%;
	padding-top:20px;
	border:1px solid #eee !important;
	box-shadow:0 2px 0 0 #f1f1f1;
}
#edit-profile .input-textarea{
	height:41px !important;
	background-color:transparent !important;
}
#edit-profile  #video{
	width:98% !important;
	background-color:transparent !important;
}
.login-form .input-textarea{
	width:85% !important;
}
.log-in-logo{
	width:300px;
	margin:20px auto
}
.log-in-logo .logo{
	float:none;
	text-align:center
}
.log-in{
	margin:0 auto !important;
	float:none !important;
	width:380px;
	font-size:13px;	
	margin-bottom:100px !important;
}

.log-in #edit-profile{
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	padding:30px;
	border-top:none;
}
.log-in #edit-profile .btn-container{
	width:90% !important;
}
.log-in #edit-profile .span4{
	margin-left:0px !important;
	width:340px !important;
}

.log-in #edit-profile .span4.last{
	padding-left:20px !important;
	width:319px !important;
	border-left:1px solid #eee;
	text-align:center
}

#edit-profile .publish-ad-button {
	float:none !important;
}

.log-in span .log-in .forgot-link{
	font-size:14px;
}
.log-in .login-a{
	font-size:14px;
	color:#888;
	 text-decoration: underline !important;
}
.forgot-link{
	color:#888;
	margin-top:10px;
}
.log-in input[type=checkbox]{
   margin: 6px 0 0;
   }
.login-title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:8px 0;
	color:#fff;
	font-family:'Raleway';
}
.error404 .btn-container{
		width:170px;
	margin:0 auto;
	margin-bottom:60px;
}
.error404 #edit-submit{
	margin-bottom:0px;
}
.error404 #edit-submit a{
	color:#fff;
	font-family:'Raleway';
}

.home-search{
	position:relative !important;
}
.author-avatar-edit-post .button-ag{
	background:rgba(255,255,255, .8);
}
.author-avatar-edit-post .button-ag span.button-inner {
    font-size: 14px;
	width:112px;
	padding:16px 0;
}
.widget-ad-list-content p{
	margin-bottom:0px
}
.page-template-template-contact-php #contact-form p{
	display: inline;
    line-height: 9px;
    width: 30%;
}
#custom-ads{
	margin-top:30px
}
body.page-template-template-all-posts-php #custom-ads{
	margin-bottom:85px
}
.home-page-ad1{
	width:570px;	
	float:left;
}
.home-page-ad2{
	width:570px;
	float:right;
}
.home-page-ad img{
	margin:auto auto;
	display:block;
	width:570px;
}
.cat-page-ad{
	width:770px;
	margin:0 auto;
	margin-bottom:20px;
}
.cat-page-ad img{
	margin:auto auto;
	display:block;
	width:770px;
}
footer .featurads-widget {
	width: 80px !important;
	height:80px !important;
	float:left !important;
	margin-right:14px !important;
}
footer li.featurads-widget:nth-child(3), footer li.featurads-widget:nth-child(6) {
	margin-right:0px !important;
}
footer .featurads-widget img, footer .ad-hover-content{
	width: 80px !important;
	height:80px !important;
}
footer .add-price{
	display:none
}
footer .ad-hover-content{
	display:none
}
footer .full > .span3{
	margin-right:60px !important;
}
footer .full > .span3:nth-child(4){
	margin-right:0px !important;
}
footer .widget-ad-list-content {
	float:right;
	width:70% !important;
}
.jw-twitter .category-icon-box{
	width:32px;
	height:32px;
	line-height:32px;
	background:#fff;
	margin-top:7px;
}
.jw-twitter .category-icon-box i{
	font-size:16px;
	line-height:32px;
}
.jw-twitter ul li span{
	  float: right;
    width: 223px;
}
footer .widget-ad-list-content p, footer .widget-ad-list-content a, footer .jw-twitter li span,footer .jw-twitter li span{
	color:#fff;
}
footer .followme{
	display:none
}
.tagcloud a{
	background:transparent;
	color:#888888;
	font-size:14px !important;
	padding:5px 25px;
	margin-right:5px;
	margin-bottom:5px;
	 display:inline-block;
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
}
.tagcloud a:hover{
	color:#fff;
	box-shadow:none;
}
footer .ad-hover-content a{
	padding:0px !important
}
.call-head{
	color:#fff;
}
.call-number{
	margin-right:20px;
}
.social-single a{
	float:left;
	display:inline;
}
.social-single a:first-child{
	margin-right:2px;
}
section#locations .location{
	padding:30px;
	border:1px solid #f1f1f1;
	box-shadow: 0 2px 0 0 #f1f1f1;
}
section#locations .location a{
	display:block;
	font-size:14px;
	font-family:'Raleway';
	color:#888;
	font-weight:normal;
	padding:10px 0px;
}
section#locations .location a i{
	margin-right:10px;
}
.page-template-template-locations-php .ad-title{
	margin-bottom:0px;
}
.page-template-template-locations-php .span8,.page-template-template-locations-php .span4 {
    margin-top: 10px;
}
.my-ad-box{
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	margin-bottom:20px;
}
.my-ad-image{
	width:80px;
	height:80px;
	float:left;
	padding:10px;
	border-right:1px solid #eee;
	margin-right:20px;
}
.my-ad-details{
	float:left;
	padding-top:20px;
}
.my-ad-details a.my-ad-title{
	color:#444;
	font-family:'Raleway';
	display:block;
	margin-bottom:7px;
}
.my-ad-details span:first-of-type{
	text-transform:capitalize;
}
.my-ad-details span, .my-ad-details span a{
	margin-right:20px;
	color:#888888;
	font-size:14px;
}
.my-ad-details span i{
	padding-right:5px;
	color:#cccccc;
	font-size:16px;
}
.delete-popup{
	height:150px !important;
}
/* Partners */
#partners{
	/*border-top:1px solid #eee;*/
	padding:20px 0
}
#partners .partner-logo{
	width:195px;
	float:left
}
#partners .partner-logo img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
#partners .partner-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.cat-row{
	width:270px;
	float:left;
	/*border:2px solid;*/
	margin:10px;
}
.cat-box{
	width:270px;
	
	vertical-align:top;
}
.cat-box:hover .cat-title1 a h4, .cat-box:hover .category-icon-box i {
    color: rgb(255, 255, 255) !important;
}
.cat-header{
	width:100%;
}
.category-content ul {
    padding-left: 0px;
}