/*------------------------------------*\
	

Reset & Basics


*/

/*

Main Color: #0088cc
Second Color: #11924b - Darker than main color

*/

/* Reset & Basics (Inspired by E. Meyers) */
html, body, div, applet, object, iframe p, blockquote, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 12px;
	font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

input, button, select, textarea {
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
select:focus,select:hover{
	outline:none;
}
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: 70px;
    text-align: center;
	padding-bottom:10px;
	margin-bottom: 0px;
}
.main-sub-title{
	width: 600px;
	text-align: center;
	margin: 0px auto 20px;
	color:"#666666";
}
.h2-seprator{
	height:1px;
	width:100px;
	background:#000;
	margin:0 auto;
	margin-bottom: 40px;
}
#plans .h2-seprator{
	margin-bottom: 70px;
}
#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: 40px;
}
.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;
}
textarea {
    resize: none;
}
select {
    /*for firefox*/
    -moz-appearance: none !important;
    /*for chrome*/
    -webkit-appearance:none !important;
    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: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

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;
}
body.single .input-textarea.half{
	margin-right:20px !important;
}
.input-textarea{
	background-color:#transparent !important;
	height:28px !important;
	padding-left:20px !important;
	width:95.9% !important;
	color:#333 !important;
	font-size:14px !important;
	border:1px solid #eee !important;
	border-radius:60px !important;
}
body.single #subject.input-textarea{
	width:96.5% !important;
}
.input-textarea:focus{
	box-shadow:inset 0px 1px 0px 0px #eee !important;
}
.ad-post-main .input-textarea{
	background-color:#transparent !important;
}
.ad-post-main .input-textarea.half{
		width: 46.2% !important;
		height:38px !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:60px !important;
	color:#333 !important;
}
#contact-ad-owner-v2 .input-submit:hover{
	color:#fff !important;
	box-shadow:none !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;
	border-radius:30px !important;
	padding:20px 10px !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;
}
.pad-top-18{
    padding-top: 18px;
}
.pad-bottom-30{
    padding-bottom: 30px;
}

/* Header */
a.logo {
	 margin: 33px 15px 28px 0;
	float: left;
}

header#navbar {
	z-index: 400;
	position: relative;
	border-bottom:1px solid #e1e1e1;
}
header#navbar .container{
	position: relative;
}

/* Search header */
#search-field {
	float: left;
	display: inline-block;
	margin-top: 15px;
}

#register-login-block {
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
	float: left;
	margin-top: 15px;
}
#register-login-block ul {
	padding-left: 0;
}
#register-login-block-top ul li {
	line-height:48px;
	padding-left:20px !important;
	padding-right:20px !important;
	border-left:1px solid #444444;
	
}
#top-menu-block.header-v2 #register-login-block-top ul li {
	border-left:1px solid #eee;
}
#register-login-block-top ul li a {
	color:#fff !important;
	font-family:"Montserrat";
	font-size:13px;
}
#top-menu-block.header-v2 #register-login-block-top ul li a{
	color:#333 !important;
}
#register-login-block-top ul li a i{
	margin-right:7px;
	color:#fff;
	font-size:15px;
}
#top-menu-block.header-v2 #register-login-block-top ul li a i{
	color:#333 !important;
}
#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 #e1e1e1;
}
#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-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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;
}

.views-exposed-form .views-exposed-widget .btn-primary {
       
}

.views-exposed-form .views-exposed-widget .btn-primary {
	padding: 4px 12px;
	background: #3e8cc0;
	font-weight: bold;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
    border-radius: 0px 3px 3px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(7,7,7,0.1);
    
    padding-right: 28px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;

    font-weight: normal;
	font-family: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

.views-exposed-form .views-exposed-widget .btn-primary:hover {
	color: #fff;
	background: #2c75a5;
    
    padding-right: 28px;
    background-image: url(../images/search.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #3e8cc0;
}

/* Header Version 4 */

.header-v4#navbar .main_menu{
	float:left;
	padding-top:0px;
	padding-right:0px;
	margin-left:30px;
	
}
.header-top-bar{
	width:100%;
	height:4px;
}
.header-v4 .login-register{
	float:right;
	line-height:70px;
	padding-right:30px;
}
.header-v4 .login-register a{
	text-transform:capitalize;
	font-weight:400;
	color:#fff ;
}
.header-v4 .login-register a:hover{
	color:#fff !important;
}
.header-v4 .login-register .header-v4-register{
	border-style:solid;
	border-right-width:1px;
	border-color:rgba(255, 255, 255, 0.51);
	padding-right:20px;
	margin-right:20px;
}
.header-v4 .login-register > a i{
	margin-right:10px;
	color:#fff;
	font-size:16px;
}
.header-v4 .header-contact-info{
	position:absolute;
	right:236px;
    top: 50%;
    transform: translateY(-50%);
}
.header-v4 .header-contact-info .header-top-call,.header-v4 .header-contact-info .header-top-email{
	display:inline-block;
}
.header-v4 .header-contact-info .header-top-call .contact-text .text-up-line,.header-v4 .header-contact-info .header-top-email .contact-text .text-up-line{
    text-transform: uppercase;
}
.header-v4 .header-top-email{
	margin-left:8px;
}
.header-v4 .header-contact-info .icon-head{
	width:35px;
	height:35px;
	float:left;
}
.header-v4 .header-contact-info  .icon-head i{
	width:35px;
	height:35px;
	font-size:16px;
	border-radius:5px;
	text-align:center;
	line-height:35px;
	float:left;
	color:#fff;
}
.header-v4 .header-contact-info .contact-text{
	width:130px;
	float:left;
	padding-left:15px;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
}
.header-v4 .header-contact-info .header-top-call .contact-text span{
	display:block;
}
.text-up-line{
	font-weight:bold;
}
.header-v4 .make-new-ad {
	border-radius:5px;
}
.header-v4 .make-new-ad i{
	font-size:16px;
}
header.header-v4#navbar {
	border-bottom:0px;
	padding-bottom:20px;
}
.pos-nav{
	position:absolute;
	width:100%;
}
.menu-v4{
    list-style:none;
    margin:0;
    padding:0;
}
.menu-v4 .main_menu ul{
	padding:0px;
	position:relative;
    height: 70px;
	line-height:70px;
	float:left;
}
.menu-v4 .main_menu > ul > li{
	position:relative;
	margin-right:44px;
}
.menu-v4 .main_menu a{
	padding: 10px 0px 10px;
	text-align:center;
	display:inline;
	line-height:70px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff !important;
}
.menu-v4 .main_menu > ul > li{
	display:inline;
}
.menu-v4 .main_menu li:hover a{
	color:#fff !important;
}
.menu-v4 .main_menu li:hover > a,.menu-v4 .main_menu li.current_page_item > a {
	border-bottom:1px solid #fff !important;
}
.menu-v4 .main_menu ul li ul.children, .menu-v4 .main_menu ul li ul.sub-menu{
	position: absolute;
	width: 97px;
	top: 34px;
	left: 0px;
	display: none;
	background:transparent;
	min-width:200px;
	list-style:none;
	z-index: 9999;
	padding-left:0px;
	padding-top:36px !important;
}
.menu-v4 .main_menu ul li ul.children li, .menu-v4 .main_menu ul li ul.sub-menu li{
	text-align:left;
	min-width:200px;
}
.menu-v4 .main_menu ul li ul.children li a, .menu-v4 .main_menu ul li ul.sub-menu li a{
	line-height:40px;
	border-bottom:1px solid #eee;
	display:block;
	text-align:left;
	padding:0px 20px;
	color:#999999 !important;
	box-shadow: 0px 0px 2px rgba(240, 240, 240, 0.65);
}
.menu-v4 .main_menu ul li ul.children li a:hover, .menu-v4 .main_menu ul li ul.sub-menu li a:hover{
	color:#333 !important;
	background:#f8f8f8;
}
.menu-v4 .main_menu ul li:hover .menu-v4 .main_menu ul li ul.sub-menu{
	display:block;
}
.header-v4 .menu-v4 .main_menu ul li ul.children li a,.header-v4 .menu-v4 .main_menu ul li ul.sub-menu li a{
	box-shadow: 0px 0px 2px rgba(240, 240, 240, 0.65);
}

/* Header Version 5*/
.page-template-template-homepage-v1 header.header-v5{
    width: 100%;
}
header.header-v5{
    position: static;
    background-color: #000;
    width: 100%;
	border-color:rgba(0,0,0,0.10) !important;
}
header.header-pos-absolute{
    position: absolute !important	;
    background-color: rgba(0,0,0,0.3) !important;
	border-color:rgba(0,0,0,0.10) !important;
	}
.header-pos-static{
	background-color:#fff !important;
}	
.header-pos-static .header-v5-login-register li a{
	color:#333;
    text-transform: uppercase;
    font-family: "Montserrat" ,sans-serif;
    font-size: 13px;
}
.header-pos-static  .header-v5-login-register li a i{
	border:1px solid #eee;
}
.header-pos-static .menu-bars i,.header-pos-static  .menu-bars i.fa-times,.header-v5.header-pos-static  .main_menu a{
	color:#333;	
}
.header-v5 a.logo{
	margin:30px 15px 30px 0;
}
.header-v5 .main_menu a{
	padding:35px 8px;
}
.header-v5-login-register{
	float:right;
	margin-top: 30px;
	padding-left:20px;
}
.header-v5 .main_menu a{
	border-bottom:0px;
}
.header-v5-login-register li {
    padding-right: 0px;
    padding-left: 0px;
}
.header-v5-login-register li a, .header-v5 .main_menu a,.header-v5 .main_menu .menu li.current_page_item > a, .main_menu .menu li.current-menu-item > a, .header-v5  .main_menu > ul > li.current-menu-item > a, .header-v5 .main_menu a:hover{
	color:#fff;
}
.header-v5-login-register li a i{
	width:28px;
	height:28px;
	border-radius:50%;
	line-height:30px;
	text-align:center;
	margin-right:15px;
	margin-left:5px;
	background-color:#fff;
}
.dis{
	display:none !important;
}
.dis-block{
	display:block !important;
}
.header-v5-login-register li.last a i{
    margin-right: 0px;
}
.header-v5 .make-new-ad{
    width: 150px;
    float: right;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0%;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
}
.header-v5 .make-new-ad a{
	font-weight:bold;
}
.header-v5 .make-new-ad i{
	font-size:16px;
}
.header-v5#navbar .main_menu{
	padding-right:8px;
	padding-top:0px !important;
}


/* Header Version 6*/
.page-template-template-homepage-v1 header.header-v6{
    width: 100%;
}
header.header-v6{
    position: static;
    background-color: #292a2d;
    width: 100%;
	border-color:rgba(0,0,0,0.10) !important;
}
header.header-pos-absolute{
    position: absolute !important	;
    background-color: rgba(0,0,0,0.3) !important;
	border-color:rgba(0,0,0,0.10) !important;
	}
.header-pos-static{
	background-color:#fff !important;
}	
.header-pos-static .header-v6-login-register li a{
	color:#333;
    text-transform: uppercase;
    font-family: "Montserrat" ,sans-serif;
    font-size: 13px;
}
.header-pos-static  .header-v6-login-register li a i{
	border:1px solid #eee;
}
.header-pos-static .menu-bars i,.header-pos-static  .menu-bars i.fa-times,.header-v6.header-pos-static  .main_menu a{
	color:#333;	
}
.header-v6 a.logo{
	margin:29px 15px 29px 0;
}
.header-v6 .main_menu a{
	padding:34px 8px;
}
.header-v6-login-register{
	float:right;
	margin-top: 25px;
	padding-left:9px;
}
.header-v6 .main_menu a{
	border-bottom:0px;
}
.header-v6-login-register li {
    padding-right: 0px;
    padding-left: 0px;
}
.header-v6-login-register li a, .header-v6 .main_menu a,.header-v6 .main_menu .menu li.current_page_item > a, .main_menu .menu li.current-menu-item > a, .header-v6  .main_menu > ul > li.current-menu-item > a, .header-v6 .main_menu a:hover{
	color:#fff;
}
.header-v6-login-register li a i{
	width:28px;
	height:28px;
	border-radius:50%;
	line-height:30px;
	text-align:center;
	margin-right:15px;
	margin-left:5px;
	background-color:#fff;
}
.dis{
	display:none !important;
}
.dis-block{
	display:block !important;
}
.header-v6-login-register li.last a i{
    margin-right: 0px;
}
.header-v6 .make-new-ad{
    width: 162px;
    float: right;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0%;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
    border-radius: 5px;
}
.header-v6 .register-btn{
    width: 162px;
    float: right;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0%;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
	text-align:center;
    border-radius: 5px;
}
.header-v6 .make-new-ad a,
.header-v6 .register-btn a {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat";
}
.header-v6-login-register.afterlogin li.first a{
    width: 130px;
    float: right;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0%;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
	text-align:center;
    border-radius: 5px;
	color:#333333 !important;
}
.header-v6-login-register.afterlogin li.last a{
    width: 98px;
    float: right;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0%;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
	text-align:center;
    border-radius: 5px;
	color:#333333 !important;
}
.header-v6-login-register.afterlogin li.first a,
.header-v6-login-register.afterlogin li.last a {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat";
}
.header-v6 .make-new-ad i{
	font-size:16px;
}
.header-v6#navbar .main_menu{
	padding-right:8px;
	padding-top:3px !important;
}
.menu-vr-6 .menu-vr-6-container{
	float:right;
	margin-top:0px;
}
.menu-vr-6.main_menu a{
	border-bottom:2px solid transparent;
}
.header-v6-login-register .register-btn{
	background-color:#fff;
	border-color:#fff;
}
.header-v6-login-register.afterlogin li.first a:hover,
.header-v6-login-register.afterlogin li.last a:hover,
.header-v6-login-register .register-btn:hover {
    background-color: #FAFAFA !important;
    border-color: #FAFAFA !important;
}
.header-v6-login-register .register-btn a{
	color:#333333 !important;
}
.header-v6-login-register .register-btn:hover a{
	color:#333 !important;
}
header.header-sticky.header-v6 .main_menu .sub-menu a{ 
	width: 200px;
    padding: 0px 20px !important;
    float: left;
    color: #999;
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 40px !important;
    text-align: left;
    border-bottom: 1px solid #EEE;
}
.menu-vr-6.main_menu ul li:hover > a, .menu-vr-6.main_menu .menu li.current_page_item a, .menu-vr-6.main_menu .menu li.current-menu-item a {
	color: inherit;
}
.menu-vr-6 .menu-vr-6-container ul{
	position:relative;
}
.menu-vr-6.menu-open  .menu-vr-6-container ul{
	left:0px;
}
.header-v6#navbar .main_menu.desktop-none{
	display:none;
}
.header-v6-login-register .register-btn a{
	color:#fff;
}
.header-v6-login-register.afterlogin{
	margin-top:25px;
}
.header-v6-login-register.afterlogin li.first a i, 
.header-v6-login-register.afterlogin li.last a i{
	display:none;
}
/*-----------------------------*/
#static-image{
	height: 860px; 
	position: relative;
	transform: translateZ(0px);
	z-index: 9;
}
.banner-text-container{
	position:relative;
	top:50%;
	transform:translateY(-61%);
}
#static-image .search-bar{ 
    bottom: -20px !important;
}
/*-----------------------------*/
#static-image2{
	height: 744px; 
	position: relative;
	transform: translateZ(0px);
	z-index: 9;
}
.banner-text-container2{
	position:relative;
	top:50%;
	transform:translateY(-61%);
}
#static-image .search-bar2{ 
    bottom: -20px !important;
}
/* Featured Ads Section */
#featured-abs {
	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: #fff;
}

#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: 280px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:270px !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:274px;
}

#featured-abs .ad-box {
	margin-left: 0 !important;
	margin-right: 2px !important;
	margin-bottom: 0 !important;
	width:400px !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%;
	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;

}
.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;
}
.category-page-ads. .pane .ad-image img{
	width: 108%;
	max-width: 108%;
}
.category-page-adsgrid-vr-2 .pane .ad-image img{
	width: 100% !important;
	max-width: 100% !important;
}
.category-widget .category-icon-box{
	line-height:54px;
}
.category-widget .category-icon-box i{
	color:#333 !important;
	margin-right:20px;
}
.post-title a{
	color: #333;
	font-size: 16px;
	font-family:'Montserrat';
}
.ad-hover-content{
	position:absolute;
	width:100%;
	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:20px;
	right:20px;
	min-width:75px;
	background:#fff;
	height:32px;
	line-height:32px;
}

.ad-box .add-price span {
	font-size:14px;
	font-family:"Montserrat";
	padding:0px 10px;
}
	
.ad-category {
	width: 44px;
	margin-top: 10px;
	z-index: 1;
	margin-left: 5px;
}
#featured-abs .ad-hover-content {
	position:absolute;
	bottom:10px;
	background:#fff;
	padding:16px 0px;
	padding-left:20px;
}
#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 a {
	font-size:18px !important;
	font-family:"Montserrat";
	color:#333;
	line-height: 32px;
}
#featured-abs .ad-hover-content .post-title i{
	color:#fff;
	font-size:16px !important;
	width:32px;
	height:32px;
	border-radius:50%;
	margin-right:10px;
	line-height:32px;
	text-align:center;
}
#featured-abs .ad-box .add-price span {
	font-size:14px !important;
	font-family:'Montserrat';
	color:#fff;
}
.post-title-cat{
	position:absolute;
	bottom:0px;
	width:calc(100% - 22px);
	background:#fff;
	border:1px solid #eee;
	border-top:none;
	box-shadow:0px 2px 0px 0px #f1f1f1;
	padding:11px 10px;
}
.post-title-cat .post-title a{
	font-family:"Montserrat";
	font-size:14px;
	color:#333;
	line-height:32px;
}
.ad-box:hover .post-title-cat .post-title a, .listing-ads .post-title-cat .post-title:hover a,#featured-abs .ad-hover-content .post-title:hover a{
	color:rgba(51,51,51, .7) !important;
}
.post-title-cat .post-title i{
	color:#fff;
	text-align:center;
	line-height:32px;
}
.post-title-cat .post-title .post-title-icon, .ad-hover-content .post-title .post-title-icon{
	width:32px;
	height:32px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	margin-right:10px;
	float:left;
	display:inline;
}
.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: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	float: left;
	vertical-align: middle;
	display: table-cell;
}

#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 {
	font-size: 16px;
	color: #fff ;
		line-height: 32px;
}

#category-featured-abs-title .category-icon-box i {
	line-height: 50px;
	font-size: 24px;
}
#featured-abs.featured-slider-3 .ad-hover-content:hover .post-title .grid-post-tit{
		color:rgba(51,51,51, 1) !important;
}
.read-more {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	text-transform: uppercase;
}


/* Home Categories */
.categories-title{
	margin-bottom:0px !important;
}
#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: 305px;
	border:1px solid #eeeeee;
	position:relative;
	display:none;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
}
.category-box:hover{
	box-shadow:none;
}
.category-header {
	background-color: #ffffff;
	width: 100%;
	float: left;

	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.category-content {
	float: left;
	width: 100%;
}

.category-content ul {
	padding-left: 0;
}

.category-icon {
	position:absolute;
	top:12px;
	left: 18px;
}
.category-icon .category-icon-box {
	background:none;
}

.cat-title a {
	float: left;
	width: 100%;
	background:#f8f8f8;
}
.category-btn {
	text-align: center;
	padding: 12px 0px;
	border-top: 1px solid #EEE;
	margin-top: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.category-btn a {
	font-family:"Montserrat";
	font-size:14px;
	color:#333;
	display:block
}
.category-box:hover .category-btn a{
	color:#fff !important;
}

.cat-title h4 {
	letter-spacing: 0em;
	width: auto;
	line-height: 20px !important;
	margin: 0;
	padding:18px 0;
	padding-left:60px;
	text-align:left;
	text-transform:uppercase;
	font-weight:400;
	font-family:"Montserrat"
}

.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;
}
.pane .more-btn-main{
	margin-top:45px;
}
.view-more-btn{
	width:210px;
	height:48px;
	margin:0 auto;
	z-index:999;
	position: absolute;
	left:0;
	right:0;
	top:-29px;
}
.more-btn-inner{
	background:#f8f8f8;
	line-height:48px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	font-family:'Montserrat';
	font-weight:400;
	border-radius:60px;
	box-shadow: 0px 3px 0px 0px #F1F1F1;
}
.callout-section.callout-section-version-1 .more-btn-inner{
    background: #f8f8f8 !important;
    border: 1px solid #f8f8f8!important;
}
.more-btn-inner:hover{
	box-shadow:none;
}
.more-btn-inner a{
	font-size: 14px;
	color: #333;
	font-family: "Montserrat";
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
	display:block;
	}
.callout-section .more-btn-inner a{
	font-weight: 700;
	display:block;
}
.more-btn-inner a:hover{
	color:#ffffff;
}
.more-btn-inner a i{
	color:#333;
	margin-left: -5px;
    margin-right: 5px;
}
.more-btn-inner a:hover i{
color:#fff;
	}
.view-more-separator{
	height:1px;
	width:100%;
	margin-top:29px;
	margin-bottom:85px;
}

/* Homepage Ads */
#ads-homepage .container {
	padding: 10px 0;
}
#ads-homepage.grid-vr-3 ul.tabs{
	margin-bottom:25px;
}
#ads-homepage.grid-vr-3 {
	margin-top: 0px;
}
#ads-homepage ul.tabs {
	float: none;
	padding-left: 0;
	margin-bottom:50px;
}
#ads-homepage .three-tabs{	
	width:590px;
	margin:0 auto;
}
#ads-homepage ul.tabs li:hover a, #ads-homepage ul.tabs li a.current{
	color:#fff
}
.category-page-ads#ads-homepage ul.tabs {
	margin-left: 0;
} 
#ads-homepage ul.tabs li:first-child{
	box-shadow: none !important;
}
#ads-homepage ul.tabs li {
	float: left;
	width:180px;
	height:48px;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	border:1px solid #eee;
	border-radius:60px;
	text-align:center;
	margin-right:20px;
	overflow:hidden;
}
#ads-homepage ul.tabs li:last-child{
	margin-right:0px;
}
#ads-homepage ul.tabs li a {
	color:#333;
	font-size:16px;
	font-family:'Montserrat';
	text-transform:uppercase;
	display:block;
	line-height:48px;
}

#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;
}
/* homepage plans */ 
#plans{
	background:#f5f6f6;
	padding-bottom:100px;
	padding-top:30px;
}
/* Footer */
/*Footer Subscribe */
.subscribe_email{
    width: 100%;
	display: block;
    background-color: #fff;
}
.subscribe_email .cat-widget{
    padding-top: 100px;
    padding-bottom: 100px;
}
.subscribe_email .wp-subscribe{
    background-color: transparent !important;
	padding:0px !important;
	text-align:center;
}
.subscribe_email form{
	width:100%;
	float:left;
}
.subscribe_email #wp-subscribe h4.title{
	color:#333333;
	font-size:18px;
	font-family:'montserrat', sans-serif;
	font-weight:bold;
    margin-top: 0px;
    margin-bottom: 8px;
}
.subscribe_email #wp-subscribe p,
.subscribe_email #wp-subscribe p.text{
	color:#333;
	font-size:16px;
	font-family:'Lato', sans-serif;
	font-weight:400;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 45px;
    line-height: 24px;
}
.subscribe_email #wp-subscribe input.email-field{
	background-color:#fff;
    width: 587px;
    float: left;
	color:#cccccc !important;
	text-align:left;
	font-size:14px;
	font-family:'Lato', sans-serif;
	font-style:italic;
    border: 1px solid #e1e1e1 !important;
	border-right:0px !important;
	padding-left:20px;
	height:48px;
}
.subscribe_email #wp-subscribe input.submit{
    color: #fff !important;
    margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    width: 180px;
    height: 48px !important;
    font-family: 'montserrat', sans-serif;
    border-width: 1px;
    border-style:solid ;
    font-weight: bold;
    margin-top: 0px;
	height:0px;
	border-radius:0px;
}
.subscribe_email #wp-subscribe input.submit:hover{
    background: #333 !important;
    border-color: #333 !important;
}
.subscribe_email .cat-widget{
    width: 770px;
    float: none;
    margin: 0 auto
}
.subscribe_email #wp-subscribe p.footer-text{
	display:none;
}
footer .wpcf7-form input,footer .wpcf7-form textarea,footer .wpcf7-form .uneditable-input{
	width:251px ;
	background-color:#101111;   
	padding: 12px 10px;
	margin-bottom: 0;
	color:#222222 !important;
	font-style:italic;
	font-size:14px;
}
footer .wpcf7-form input::-webkit-input-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form textarea::-webkit-input-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form .uneditable-input::-webkit-input-placeholder{
	color:#222222 !important;	
}

footer .wpcf7-form input::-moz-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form textarea::-moz-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form .uneditable-input::-moz-placeholder{
	color:#222222 !important;	
}

footer .wpcf7-form input:-ms-input-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form textarea:-ms-input-placeholder{
	color:#222222 !important;	
}
footer .wpcf7-form .uneditable-input:-ms-input-placeholder{
	color:#222222 !important;	
}

footer .wpcf7-form input:-moz-placeholder {
	color:#222222 !important;	
}
footer .wpcf7-form textarea:-moz-placeholder {
	color:#222222 !important;	
}
footer .wpcf7-form .uneditable-input:-moz-placeholder {
	color:#222222 !important;	
}
footer .wpcf7-form p {
	margin-bottom:5px;
}
footer .wpcf7-form p .wpcf7-submit{
	width:100% !important;
 }
 footer .wpcf7-form p textarea{
	 height:64px;
 }
footer .wpcf7-form p .wpcf7-submit{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
	font-style:inherit !important;
	box-shadow:none !important;
}
footer .container.footer-grid-3 {
    padding: 68px 0 80px 0px !important;
}
footer .container.footer-grid-3,footer .container.footer-grid-4{
	line-height:24px;
}
footer .container.footer-grid-3 a.logo,footer .container.footer-grid-4 a.logo{
	margin-top:-10px;
}
footer {
	background: #222222;
}

footer .container {
	padding: 90px 0;
	}
.footer-menu 	{
    width: 49%;
    float: right;
    padding: 20px 0;
	text-align:right;
	}
.footer-menu .menu li{
	list-style:none;
	display:inline-block;
	margin-right:30px;
}	

.footer-menu .menu li:last-child{
	margin-right:0px;
}
.footer-menu .menu li a{
	font-size:13px;
}

.socket {
	background-color: #ffffff;
}

.site-info {
	margin-bottom: 0;
	padding: 20px 0;
	text-align:left;
	 width: 50%;
    float: left;
	color:#333;
}
/* 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;
}
/* Banner Category  */
.banner-cat-list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.banner-cat-list li{
	width:84px;
	min-height:84px;
	display:inline-block;
	margin-right:3px;
}
.banner-cat-list li a {
	background-color:rgba(255, 255, 255, 0.8);
    float: left;
    width: 84px;
    min-height: 84px;
	text-align:center;
	position:relative;
}
.banner-cat-list li a:hover {
	background-color:#fff;
}
.banner-cat-list li a span{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
	font-weight:bold;
    padding: 0px 7px;
    width: 74px;
    word-wrap: break-word;
}
.banner-cat-list li a span i{
	font-size:24px;
}

.banner-cat-list li a span{
	font-size:13px;
}
/* Ad detail page */
.post-detail{
	border:1px solid #eee;
	box-shadow:0px 2px 0px 0px #f1f1f1;
	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;
	color:#fff !important;
	font-family:"Montserrat";
}

.ad-detail-half-box {
	margin-bottom: 0px;
	position:relative;
	border-bottom:1px solid #eee;
}
.ad-detail-info{
	border-top:1px solid #eee;
}
.ad-detail-info .custom-label{
	background:#f9f9f9;
	width:calc(30% - 61px);
	font-size:14px;
	color:#333 !important;
	padding:12px 30px;
	float:left;
	border-right:1px solid #eee;
}
.ad-detail-info .ad-detail {
	float: right;
	width:calc(70% - 60px);
	font-size: 14px;
	text-align: left;
	padding:12px 30px;
	color:#333 !important;
}
.single-description{
	padding: 50px 30px 20px;
}
.single-description .description-title{
	font-family:"Montserrat";
	font-size:18px;
	color:#333;
	font-weight:700;
	margin-bottom:20px;
}
.ad-detail-half-box.first-half tr {
	padding-left:0px !important;
}

.detail-cat{
	text-align:left;
	width:auto !important;
	padding:30px;
}
.detail-cat .category-icon .category-icon-box{
	margin-right:15px;
	width:52px;
	height:52px;
}
.detail-cat .category-icon .category-icon-box i{
	color:#fff !important;
	font-size:24px;
	line-height:52px;
}
.detail-cat a{
	font-size:18px;
	font-weight:700;
	line-height:52px;
	font-family:"Montserrat";
	text-transform:uppercase;
}
.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 td {
	text-align: left;
	padding:0px !important;
}

.ad-detail-info {
	float: left;
	width: 100%;
	font-size: 14px;
}
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);
}

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;
}
.author-form h3{
	font-family:"Montserrat";
	font-size:18px;
	font-weight:700;
	color:#333 !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
#contact-ad-owner-v2 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

#contact-ad-owner {
	width: 90%;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	border: 1px solid #e4e4e4;
	padding: 20px;
	background-color: #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: 60px;
	position:relative;
}
.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: 1px;
	height: 15px;
}

.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: 862px;
}

#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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

#upload-ad select#catID,#upload-ad select#post_location {
	
    border: 1px solid #eee;
    height: 48px;
    width: 49.4%;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    color: #999;
    padding-left: 6px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-radius:60px;
}

#upload-ad label {
  float: left;
    font-size: 14px;
    line-height: 32px;
    width: 100px;
	color:#333;	
	
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .upload-image-cont  label {
		margin-right:162px;
	}
}
#upload-images-ad{
	margin:20px 0px;
	opacity:0;
}
#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;
	font-size: 12px;
	font-weight: normal;
	vertical-align: baseline;
	height:41px;

	margin-bottom: 10px;

	float: left;
}

#upload-ad .input-title input#post_location {
	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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

.wp-editor-wrap {
	float: left;
	width: 870px;
	margin-bottom: 30px;
}

.wp-editor-container textarea.wp-editor-area, .wp-editor-container iframe {
	background-color: #f4f4f4 !important;
	height: 240px;
}

#map-container {
	float: left;
	width: 870px;
	margin-bottom:20px;
}

#map-canvas {
	display: block;
	width: 868px;
	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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:44px !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: #555;
	font-size: 14px !important;
	float: left;
	width: 575px;
}
.ui-helper-hidden-accessible{
	float:left;
	width:100%
}
.upload-image-cont{
	position:relative
}
#uploadTrigger{
	width:223px;
	height:48px;
	background:#f8f8f8;
	border:1px solid #eee;
	border-bottom-width:3px;
	border-radius:60px;
	text-align:center;
	line-height:48px;
	font-family:"Montserrat";
	font-size:14px;
	color:#333;
	position:absolute;
	top:10px;
	left: 14%;
	box-shadow: 19px 0px 0px 0px #fff;
	cursor:pointer;
}
#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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	margin-bottom: 30px;

	float: left;
}

#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: auto;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	display: block;
	z-index: 99;
	position: relative;
}

#big-map #classiads-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;
	-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;
}

#ad-address span .fa {
	margin-right: 20px;
	color: #888;
}

#single-page-map #single-page-main-map {
	width: 100%;
	float: left;
}

#big-map #classiads-main-map img, #map-container img, #single-page-main-map img {
    max-width: none !important;
}

#edit-post-images-block {
	float: left;
}

.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: #f8f8f8;
	font-weight: bold;
	border: 1px solid #eee;
	border-bottom-width:3px;
	box-shadow: none;
	color: #333;
	font-size: 14px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0 12px;
	text-align: center;
	width:100%;
	text-shadow: none;
	border-radius:60px;
	text-transform:uppercase;
}
.ad-post-main #edit-submit, #edit-profile #edit-submit{
	margin: 0;
	font-family:"Montserrat";
}

#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 #333;
	border-radius: 50%;
	height: 16px;
	margin: auto;
	padding: 4px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 16px;
	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: 15px 10px;
	float: left;
	position: absolute;
    bottom: 30px;
	color: #fff;
	padding-left:20px;
	width:calc(100% - 30px);
	background:#fff;
}

.marker-info-title {
	float: left;
	line-height: 18px !important;
	padding-left: 40px;
}
.marker-info-title a{
	color: #333 !important;
	font-family:'Montserrat';
	font-size:18px;
	text-transform:uppercase;
}

.marker-info-extra {
	float: right;
	width: 58%;
}

.marker-info-price {
	float: right;
	font-weight: normal;
	text-align: center;
	line-height: 32px !important;
	color: #fff !important;
	font-size:14px;
	margin:10px;
	font-family:'Montserrat';
	background:#E96969 !important;
	padding:0px 10px;
}
.marker-icon-box{
	position: absolute;
	bottom: 11px;
}
.marker-icon-box .category-icon-box{
	background:#fff;
}
.marker-icon-box .category-icon-box i{
	color:#444;
}







/* Map Box Style 2 */

.map-box-style-2 .marker-info-holder .add-price {
    left: 0px;
    right: auto;
    background: transparent !important;
    overflow: hidden;
    min-width: 90px;
    width: 110px;
	margin-top:20px;
}
.map-box-style-2 .marker-info-holder .add-price span{
    font-size: 14px !important;
    font-family: 'Montserrat';
    color: #fff;
    height: 32px;
    line-height: 32px;
    float: left;
    min-width: 79px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}
.map-box-style-2 .marker-info-title a{	
    font-family: 'Montserrat';
    text-transform: capitalize;
    line-height: inherit;
    font-weight: bold;
    font-size: 18px;
}
.map-box-style-2 .category-icon-box{
    border-radius: 8px;
    z-index: 2;
    position: relative;
}
.map-box-style-2 .category-icon-box-hover {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    text-align: center;
    float: left;
    vertical-align: middle;
    display: table-cell;
	position:relative;
	border-width:1px;
	border-style:solid;
    margin-top: -34px;
	z-index:1;
}
.map-box-style-2 .category-icon-box-hover i{
	font-size:16px;
	line-height:32px;
	color:#fff !important;
}
.map-box-style-2 .marker-info-holder:hover .category-icon-box-hover{
	z-index:3;
}
.map-box-style-2 .marker-info-title{
	padding-left: 0px !important;
	width:100%;
}
.map-box-style-2 .marker-info{
    width: calc(100% - 50px);
    margin-left: 10px;
}
.map-box-style-2 .marker-info-left{
    float: left;
    width: 75%
}
.map-box-style-2 .marker-info-left .feat-category{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Montserrat";
	float:left;
	width:100%;
}
.map-box-style-2 .marker-icon-box{
	position: static; 
	float:right;
	width: 34px;
	overflow: hidden;
}

/* Map Box Style 3 */
.map-box-style-3 .marker-info-title{
	padding-left:0px;
	width:100%;
}
.map-box-style-3 .marker-icon-box {
    position: absolute;
bottom: 60px;
}
.map-box-style-3 .marker-content{
		padding-bottom:0px;
}
.map-box-style-3 .category-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0px;
    text-align: center;
    float: left;
    vertical-align: middle;
    display: table-cell;
    line-height: 48px;
}
.map-box-style-3 .category-icon-box i {
	font-size: 24px;
	color: #fff !important;
	line-height:48px;
}
.map-box-style-3 .marker-info-title a{
	font-size:16px !important;
	line-height:18px !important;
}
.map-box-style-3 .marker-info-price{
	background: transparent !important;
    padding: 0px !important;
	color:#e3c536 !important;
	margin:0px !important;
	line-height:inherit;
}

.map-box-style-3 .feat-category{
    font-family: "Montserrat";
}
.map-box-style-3 .marker-info{
	bottom:0px;
	padding-bottom:0px;
	
}




.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: 5px;
    padding: 18px 24px;
}
.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 .span4.description h3 {
	margin-top: 0px;
	  line-height: 34px;
}
.profile-content {
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #eee;
	width:calc(100% - 12px);
}
.profile-content .span4 {
	width:330px !important;
	margin-left:0px !important;
}
.profile-content .span4.description {
	width:402px !important;
	
}
#ads-profile .container h4 {
	margin-bottom: 30px;
}

#ads-profile .full {
	margin-bottom: 20px;
}

.author-details {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-size:14px;
	color:#333;
}
.profile-list {
	padding:30px;
	border-right:1px solid #eee;
}
.profile-content .description.span4{
	padding:20px 30px;
}
.author-details:last-child{
	margin-bottom:0px;
}
.author-details .fa {
	width: 32px;
	height:32px;
	line-height:32px;
	text-align:center;
	margin-right:10px;
	border-radius:50%;
	background:#333;
	color:#fff;
}

.author-description {
	line-height: 22px;
}
.author-info .author-avatar{
	float:left;
	border-right:1px solid #eee;
	padding:10px;
	padding-bottom:7px;
}
.author-info .author-avatar img{
	border-radius:50%;
}
.author-meta{
	display:block;
	font-size:14px;
	color:#333;
	margin-bottom:30px;
}
.author-meta:first-child{
	margin-top:20px;
}
.author-meta:last-child{
	margin-bottom:20px;
}

.author-meta i{
	width:32px;
	height:32px;
	background:#333;
	color:#fff;
	font-size:16px;
	border-radius:50%;
	line-height:32px;
	text-align:center;
	margin-right:20px;
}
.author-btn {
	position:absolute;
	bottom:20px;
	right:30px;
	width:204px;
}
body.single .author-btn {
	width:auto !important;
}
.author-btn .button-ag span.button-inner {
	padding:0;
	font-size:14px;
	text-align:center;
}
.author-btn .button-ag{
	background:#f8f8f8 !important;	
	display:block;
	line-height:48px;
	text-align:center;
	border:1px solid #eee;
	border-radius:60px;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	font-family:"Montserrat";
	font-size:13px;
	color:#333;
	text-transform:uppercase;
	padding: 0px 20px;
	}
.author-btn .button-ag:hover{
	color:#fff;
	box-shadow:none;
}
.author-detail-right{
	width:73%;
	float:right;
}
.author-detail-right .ad-detail-info .ad-details{
	float:left !important;	
}
.author-detail-right .ad-detail-info{
	margin-top:12px;
	margin-bottom:0;
}
.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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

#edit-profile .input-title textarea.text {
	width: 561px;
	height: 240px;
	background: #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: "Armata","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	vertical-align: baseline;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 6px;

	float: left;
}

#edit-profile label {
	float: left;
	width: 115px;
	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 .ui-widget-content {
	background: rgb(222, 222, 222);
}

.ui-slider.ui-widget {
	text-align: center;
	width: 400px;
	position: relative;
	height: 8px;
	float: left;
	margin: 18px 0 21px 10px;
	top: 2px;
}

.ui-widget-content {
	border: 1px solid #eee;
	background: transparent;
	color: #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: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 .ui-slider-handle {
	height: 15px;
	width: 10px;
	border: 1px solid rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	cursor: default;
	background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
	border: none !important;
    border-radius: 50%;
    margin-left: -20px;
    top: -8px;
	box-shadow: 0px 0px 0px 3px #FFF inset, 0px 0px 0px 1px #eee;
	padding:5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-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:#fff !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.ui-slider-handle:hover > .range-pin, #advance-search-slider a.ui-slider-handle:active > .range-pin {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#advance-search-slider a.ui-state-focus > .range-pin, #advance-search-slider a.ui-state-active > .range-pin {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ui-slider-horizontal .ui-slider-range-min {
	background-color: #FFFFFF;
    height: 8px !important;
    left: 0;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
	top: 2px;
	left: 2px;
	height: 100%;
}

.geo-location-button, .geo-location-switch {
	float: left;
}

.geo-location-switch .fa {
	font-size: 24px;
}

.geo-location-button .off .fa {
	color: #ccc;
}

.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:#fff;
}

#advanced-search-widget-version2 .advanced-search-slider{
	padding-top:24px;
	padding-bottom:24px;
}
#advanced-search-widget-version2 #edit-field-category-wrapper,
#advanced-search-widget-version2 #edit-ad-location-wrapper{
	padding-top:26px;
	padding-bottom:26px;
}
#advanced-search-widget-version2 #edit-field-category-wrapper{
	padding-left:26px;
}


.search-bar{
	height:0px;
	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 .ui-slider.ui-widget {
	width: 275px;
}

#advanced-search-widget-version2 .geo-location-switch {
	width: 48px;
	height: 48px;
}

#advanced-search-widget-version2 .advanced-search-widget-content {
	float: left;

	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-left: 1px solid #eee !important;
    border-radius: 0;
    height: 75px;
    margin-bottom: 0;
       padding: 13px;
    width: 250px;
	font-size: 14px;
}
.chosen-container-active .chosen-single span{
	color:#333;
}
#advanced-search-widget-version2 .controls input:-moz-placeholder{
	color:#ccc;
}

#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: 200px;
	z-index: 99999;
}


#advanced-search-widget-version2 .chosen-container {
	background:none;
	border: solid 1px #eee;
	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: 44px;
	z-index: 9999;
	color:#cccccc;
}
.chosen-container-single .chosen-single div{
	height: 49px;
    width: 30px;
	border-left:1px solid #eee;
	background:rgba(244,244,244, .2)
}

#advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div {
	background:#fff;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container-single .chosen-single div b{
	background-position: 0px 2px;
}
.search-bar-version2 .chosen-container-single .chosen-single div{
	border-left:0px;
	background:rgba(244,244,244,);
}
.search-bar-version3 .chosen-container-single .chosen-single div{
	border-left:0px;
	background:rgba(244,244,244,);
}
#advanced-search-widget-version2 .views-submit-button {
	float: left;
}
#advanced-search-widget-version2 .views-submit-button .btn-primary:hover{
	background-color:#333;
}
#advanced-search-widget-version2 .views-exposed-widget .btn-primary {
	line-height: 75px;
    padding: 13px 41px;
	background: #333;
	font-weight: bold;
	border:none;
	border-radius:0;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	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;
}
#advanced-search-widget-version2 .views-exposed-widget .btn-primary i{
	color:#fff;
}
#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;
}
/*Search Versions*/
#advanced-search-widget-version2 .views-submit-button{
	float:right;
}
/*Search Versions 2*/
.search-bar-version2 #advanced-search-widget-version2 .ui-widget-content{
    border: 1px solid #555555;	
}
.search-bar-version2 #advanced-search-widget-version2 .views-exposed-widget .btn-primary{
    padding: 13px 42px;
    font-size: 16px;
}
.search-bar-version2 #advanced-search-widget-version2{
	background-color:transparent;
}
.search-bar-version2 #advanced-search-widget-version2 .advanced-search-widget-content{
	background-color:#333;
}
.search-bar-version2 .search-your-keyword-txt{
	float:left;
	width:100%;
	border-bottom:2px solid #fff;
}
.search-bar-version2 .search-your-keyword-txt label{
	float: left;
	padding: 9px 25px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat";
    font-weight: bold;
    letter-spacing: 1px;
}
.search-bar-version2 .chosen-container-single .chosen-single div{
	background-color:#e3c536;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container{
	background-color:#fff;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div {
	background:#fff;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b {
	background: transparent url("chosen-sprite.png") no-repeat center center;
	border-left:1px solid #eee;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container .chosen-drop{
	width: 200px;
	z-index: 99999;
	border-top: 1px solid #eee;
}
.search-bar-version2 .chosen-container .chosen-results li{
	color:#ccc;
}
.search-bar-version2 .chosen-container .chosen-results li.highlighted{
	color:#888888;
	background-color:transparent;
}
.search-bar-version2 #advanced-search-widget-version2{
	bottom:180px;
}
.onlysearch.search-bar-version2 #advanced-search-widget-version2{
	bottom:0px;
}
.search-bar-version2 .range-pin{
	background:transparent url(../images/range-km-wit.png) no-repeat top left;
}
.search-bar-version2 .range-pin input{
	color:#333 !important;
}
.search-bar-version2 .ui-slider-horizontal .ui-slider-handle{
	background-color:#fff !important;
	box-shadow:0px 0px 0px 3px #333333 inset, 0px 0px 0px 2px #555;
}
.search-bar-version2 .geo-location-button .off .fa{
	color:#fff !important;
}
.search-bar-version2 #advanced-search-widget-version2 .advanced-search-slider{
    width: 328px;
}
.search-bar-version2 #advanced-search-widget-version2 .ui-slider.ui-widget{
	width:265px;
    height: 4px;
	margin:18px 0 21px 1px;
}
.search-bar-version2 .ui-slider-horizontal .ui-slider-range-min{
    height: 6px !important;
    position: relative;
    top: -1px;
	left:-1px;
}
.search-bar-version2 #advanced-search-widget-version2 .controls input{
	border-left:1px solid #444 !important	;
}
.search-bar-version2 #advanced-search-widget-version2 .controls input:focus:-moz-placeholder{
	color:#555 !important;
}
.search-bar-version2 #advanced-search-widget-version2 .controls input:focus{
	color:#fff !important;
}
form select, select ,.search-bar-version2 .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div b{
	background-image:url('../images/select-arrow.jpg');
	background-repeat:no-repeat;
	background-position:center right;
}
.chosen-container-single .chosen-single div b{
	background-position:0px 2px !important;
}
.search-bar-version2 .chosen-container-single .chosen-single div b{
	background-position:0px 2px !important;
}
.search-bar-version2 #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b,#advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b{
	background-image:url('../images/select-arrow-hover.jpg');
	background-position: 0px 2px;
}
/*Search Bar Version 3*/


.search-bar-version3 .chosen-container-single .chosen-single div b{
	background-image:url('../images/select-arrow.jpg');
	background-repeat:no-repeat;
	background-position:1px 4px !important;	
}
.search-bar-version3 #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b{
	background-image:url('../images/select-arrow-hover.jpg');
	background-position: 0px 5px;
}
.search-bar-version3 .chosen-container .chosen-results li{
	color: #cccccc;
	background-color:transparent;
}
.search-bar-version3 .chosen-container .chosen-results li:hover{
	color:#555555;
	background-color:transparent;
}
.search-bar-version3 .chosen-container .result-selected{
	background-color:transparent;
}
.search-bar-version3 .advanced-search-widget-content{
	background-color:rgba(0, 0, 0, 0.5);
	padding:20px;
}
.search-bar-version3 #advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover,.search-bar-version3 #advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover i{
	background-color:#fff !important;
}
.search-bar-version3  #advanced-search-widget-version2{
	background-color:transparent !important;
}
.search-bar-version3 #advanced-search-widget-version2 .controls input{
	background-color:#fff;
	border-left:0px;
	height:16px	;
	padding:13px 10px;
	width:240px;
}
.search-bar-version3 #advanced-search-widget-version2 #edit-field-category-wrapper,.search-bar-version3  #advanced-search-widget-version2 #edit-ad-location-wrapper,.search-bar-version3 #advanced-search-widget-version2 .advanced-search-slider {
	padding-top:0px;
	padding-bottom:0px;
}
.search-bar-version3 #advanced-search-widget-version2 .views-exposed-widget .btn-primary{
	padding:0px;
	line-height:inherit;
}
.search-bar-version3 #advanced-search-widget-version2 #edit-field-category-wrapper{
	padding-left:10px !important; 
}
.search-bar-version3 #advanced-search-widget-version2 .chosen-container{
	height:40px;
}
.search-bar-version3 .chosen-container-single .chosen-single div{
	height:100% !important;
	top:-8px;
} 
.search-bar-version3 .chosen-container{
	min-width:178px !important;
	background-color:#fff !important;
}
.search-bar-version3 #advanced-search-widget-version2 .advanced-search-widget-content{
	width:auto;
}
.search-bar-version3 #advanced-search-widget-version2 .advanced-search-slider{
    width: 285px;
}
.search-bar-version3 .ui-slider.ui-widget{
	margin:9px 10px 0px 0px;
	border-radius:10px;
	height:12px;
}
.search-bar-version3 .ui-slider-horizontal .ui-slider-range-min{
	height:12px !important;
	border-radius:10px;
	background-color:#fff !important;
}
.search-bar-version3 .ui-slider-horizontal .ui-slider-handle{
    border-radius: 39%;
    top: -3px;
    box-shadow: none !important;
    padding: 2px 8px;
    border: 2px solid #fff !important;
}
.search-bar-version3 .chosen-container-single .chosen-single div{
	background-color:#e3c536;
}
.search-bar-version3 #advanced-search-widget-version2 .chosen-container .chosen-drop{
	width:178px !important;
}
.search-bar-version3 #advanced-search-widget-version2 .chosen-container-single .chosen-search input[type=text]{
	width:100%;
}
.search-bar-version3 #advanced-search-widget-version2 .chosen-container-single .chosen-single{
	line-height:39px !important;
}
.search-bar-version3 #advanced-search-widget-version2 .geo-location-switch{	
    margin-left: 0px;
    color: #fff !important;
}
.search-bar-version3 .geo-location-button{
	margin-top:7px;
}
.search-bar-version3 .geo-location-button .off .fa,.search-bar-version3 .geo-location-button .on  .fa{
    border-radius: 50%;    
	height: 32px;
    line-height: 32px;
    width: 32px;
	font-size:18px;
}
.search-bar-version3 .geo-location-button .on .fa{
	color:#fff !important;
	
}
.search-bar-version3 .geo-location-button .off .fa{
    background-color: #fff !important;
	
}
.search-bar-version3 #advanced-search-widget-version2 .ui-slider.ui-widget{
	width:226px;
}
.search-bar-version3 #advanced-search-widget-version2 .geo-location-switch{
	width:32px;
	height:32px;
	line-height:32px;
}
.search-bar-version3 #edit-submit-search-view i{
	width:42px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:15px;
	background-color:rgba(0, 0, 0, 0.12);
}
.search-bar-version3 #edit-submit-search-view span{    
	padding: 8px 29px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    text-shadow: none;
    display: inherit;
}
.search-bar-version3 .range-pin{
	background:transparent url(../images/range-km-wit.png) no-repeat top left;
    top: -85px;
}
.search-bar-version3 .range-pin input{
	color:#333 !important;
}
.search-bar-version3 .chosen-container,.search-bar-version2 .chosen-container{
	border:0px !important;
}


/*Search Bar Version 4*/


.search-bar-version4 .chosen-container-single .chosen-single div b{
	background-image:url('../images/select-arrow.jpg');
	background-repeat:no-repeat;
	background-position:1px 4px !important;	
}
.search-bar-version4 #advanced-search-widget-version2 .chosen-container-active.chosen-with-drop .chosen-single div b{
	background-image:url('../images/select-arrow-hover.jpg');
	background-position: 0px 5px;
}
.search-bar-version4 .chosen-container .chosen-results li{
	color: #cccccc;
	background-color:transparent;
}
.search-bar-version4 .chosen-container .chosen-results li:hover{
	color:#555555;
	background-color:transparent;
}
.search-bar-version4 .chosen-container .result-selected{
	background-color:transparent;
}
.search-bar-version4 .advanced-search-widget-content{
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.search-bar-version4 #advanced-search-widget-version2 .views-exposed-widget .btn-primary:hover{
	background-color:#333 !important;
}
.search-bar-version4  #advanced-search-widget-version2{
	background-color:transparent !important;
}
.search-bar-version4 #advanced-search-widget-version2 .controls input{
	background-color:#fff;
	border-left:0px;
	height:16px	;
	padding:13px 10px;
	width:240px;
}
.search-bar-version4 #advanced-search-widget-version2 #edit-field-category-wrapper,
.search-bar-version4  #advanced-search-widget-version2 #edit-ad-location-wrapper,
.search-bar-version4 #advanced-search-widget-version2 .advanced-search-slider {
	padding-top:0px;
	padding-bottom:0px;
}
.search-bar-version4 #advanced-search-widget-version2 .views-exposed-widget .btn-primary{
	padding:0px;
	line-height:inherit;
	border-radius:4px;
} 
.search-bar-version4 #advanced-search-widget-version2 #edit-field-category-wrapper{
	padding-left:10px !important; 
}
.search-bar-version4 #advanced-search-widget-version2 .chosen-container{
	height:42px;
}
.search-bar-version4 .chosen-container-single .chosen-single div{
	height:100% !important;
	top:-6px;
} 
.search-bar-version4 .chosen-container{
	min-width:178px !important;
	background-color:#fff !important;
}
.search-bar-version4 #advanced-search-widget-version2 .advanced-search-widget-content{
	width:auto;
}
.search-bar-version4 #advanced-search-widget-version2 .advanced-search-slider{
    width: 285px;
}
.search-bar-version4 .ui-slider.ui-widget{
	margin:9px 10px 0px 0px;
	border-radius:10px;
	height:12px;
}
.search-bar-version4 .ui-slider-horizontal .ui-slider-range-min{
	height:12px !important;
	border-radius:10px;
	background-color:#fff !important;
}
.search-bar-version4 .ui-slider-horizontal .ui-slider-handle{
    border-radius: 39%;
    top: -3px;
    box-shadow: none !important;
    padding: 2px 8px;
    border: 2px solid #fff !important;
}
.search-bar-version4 .chosen-container-single .chosen-single div{
	background-color:#e3c536;
}
.search-bar-version4 #advanced-search-widget-version2 .chosen-container .chosen-drop{
	width:226px !important;
}
.search-bar-version4 #advanced-search-widget-version2 .chosen-container-single .chosen-search input[type=text]{
	width:100%;
}
.search-bar-version4 #advanced-search-widget-version2 .chosen-container-single .chosen-single{
	line-height:39px !important;
}
.search-bar-version4 #advanced-search-widget-version2 .geo-location-switch{	
    margin-left: 0px;
    color: #fff !important;
}
.search-bar-version4 .geo-location-button{
	margin-top:7px;
}
.search-bar-version4 .geo-location-button .off .fa,.search-bar-version3 .geo-location-button .on  .fa{
    border-radius: 50%;    
	height: 32px;
    line-height: 32px;
    width: 32px;
	font-size:18px;
}
.search-bar-version4 .geo-location-button .on .fa{
	color:#fff !important;
	
}
.search-bar-version4 .geo-location-button .off .fa{
    background-color: #fff !important;
	
}
.search-bar-version4 #advanced-search-widget-version2 .ui-slider.ui-widget{
	width:226px;
}
.search-bar-version4 #advanced-search-widget-version2 .geo-location-switch{
	width:32px;
	height:32px;
	line-height:32px;
}
.search-bar-version4 #edit-submit-search-view i{
	color:#fff;
	font-size:16px;
    margin-left: 10px;
}
.search-bar-version4 #edit-submit-search-view span{    
	padding: 9px 44px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    text-shadow: none;
    display: inherit;
}
.search-bar-version4 .range-pin{
	background:transparent url(../images/range-km-wit.png) no-repeat top left;
    top: -85px;
}
.search-bar-version4 .range-pin input{
	color:#333 !important;
}
.search-bar-version4 .chosen-container,.search-bar-version2 .chosen-container{
	border:0px !important;
}


.search-bar-version4 #advanced-search-widget-version2 .controls input{
	width:420px;
}
.search-bar-version4 .chosen-container {
    min-width: 226px !important;
    background-color: #fff !important;
}


/*featured-slider-2*/
.featured-slider-2#featured-abs .ad-box{
	width:320px !important;
}
.featured-slider-2 .ad-hover-content{
	width:280px !important;
	margin-left:10px;
	padding:10px 0px 10px 20px !important;
}
.featured-slider-2 .ad-hover-content .post-title .post-title-icon{
	float:right !important;
	margin-right:20px !important;
}
.post-tit-lft {
	float:left;
	width:75%;
}
.featured-slider-2#featured-abs .ad-hover-content .post-title a.feat-category{
	font-size: 14px !important;
    color: #17aecb !important;
    font-weight: 400;
    float: left;
    width: 100%;
	line-height:inherit !important;
}
.featured-slider-2 .post-title-cat .post-title .post-title-icon,.featured-slider-2 .ad-hover-content .post-title .post-title-icon{
	border-radius:5px !important;
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	margin-top:5px;
}
.featured-slider-2#featured-abs .ad-hover-content .post-title i{
	width:40px !important;
	height:40px !important;
}
.featured-slider-2#featured-abs .ad-hover-content .post-title a{
	line-height:24px !important;
	font-weight:bold;
}
.featured-slider-2 .ad-box .add-price{
    left: 0px;
    right: auto;
    background: transparent !important;
    overflow: hidden;
	min-width:0px;
}
#featured-abs .ad-box .add-price span{
	font-size: 14px !important;
	font-family: 'Montserrat';
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding:0px 10px;
}
.featured-slider-2 .ad-box .add-price span{
    float:left
}
.pacman {
    border-style: solid;
    border-width: 16px 15px 16px 11px;
    width: 0;
    border-right-color:transparent;
	float:right;
}
.categories-homepage-vr-2 h2.main-title,.callout-section-version-2 h2.main-title,.grid-vr-3  h2.main-title,.section-header-style-2 h2.main-title {
    padding-bottom: 17px;
}
.categories-homepage-vr-2 .h2-seprator{
	margin-bottom:50px !important;
}
/*featured-slider-2*/
.featured-slider-3#featured-abs .ad-box{
	width:533px !important;
}
.featured-slider-3 .ad-hover-content{
	width:100% !important;
	padding:0px !important;
	background-color:rgba(255, 255, 255, 0.8) !important;
	opacity:1;
}
.featured-slider-3 .ad-hover-content:hover{
	background-color:#fff !important;
}

.featured-slider-3 .ad-hover-content .post-title .post-title-icon{
	float:left !important;
	width:64px;
	height:64px;
	line-height:64px;
	border-radius:0px !important;
	text-align:center;
	padding:0px;
	font-size:18px;
}
.featured-slider-3 .add-price .add-price-icon{
	width:22px;
	min-width:22px !important;
	height:42px;
	line-height:42px;
	font-size:18px;
	background-color:#fff;
}
.featured-slider-3#featured-abs .ad-hover-content .post-title i{
	margin:0px;
	font-size:24px !important;
}
.post-tit-lft {
	float:left;
	width:75%;
}
.featured-slider-3#featured-abs .ad-box .add-price,.featured-slider-3#featured-abs .ad-box .add-price span{
	height:42px !important;
	line-height:42px !important;
}

.featured-slider-3#featured-abs .ad-box .add-price span{
	font-size:16px !important;
	min-width:0;
	float:left
}
.featured-slider-3#featured-abs .ad-box .add-price span.add-price-icon{
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:16px !important;
	color:#333333;
}
.featured-slider-3#featured-abs .ad-hover-content .post-title a{
	display:block;
	line-height:inherit !important;
}
.featured-slider-3 .post-tit-lft{
	padding-top:10px;
}
.featured-slider-3#featured-abs .ad-hover-content .post-title .grid-post-tit{
	text-transform:uppercase;
}
.featured-slider-3#featured-abs .ad-hover-content .post-title a.feat-category{
	font-size: 13px !important;
    font-weight: 400;
    float: left;
    width: 100%;
	line-height:inherit !important;
}
.featured-slider-2 .post-title-cat .post-title .post-title-icon,.featured-slider-2 .ad-hover-content .post-title .post-title-icon{
	border-radius:5px !important;
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	margin-top:5px;
}
.featured-slider-2#featured-abs .ad-hover-content .post-title i{
	width:40px !important;
	height:40px !important;
}
.featured-slider-2#featured-abs .ad-hover-content .post-title a{
	line-height:24px !important;
	font-weight:bold;
}
.featured-slider-3 .ad-box .add-price{
    right: 0px;
}

/* categories-homepage-vr-2 */
.categories-homepage-vr-2 .view-more-separator{
    margin-top: 50px;
    margin-bottom: 88px;
}
.grid-vr-3 .view-more-separator{
    margin-top: 35px;
    margin-bottom: 80px;
}
.categories-homepage-vr-2 .category-lft .category-icon{
	position:static	;
}
.categories-homepage-vr-2 .category-box.span4:hover  .category-icon-inner i{
	color:#fff !important;
}
.categories-homepage-vr-2 .category-lft .category-icon-inner{
	border-width:2px;
	border-style:solid;
	border-radius:10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size:16px;
	}
.categories-homepage-vr-2 	.category-box.span4{
	padding-top:25px;
    height: 203px;
    padding-bottom: 25px;
	box-shadow:none;
	margin-bottom:30px;
	margin-left:27px;
}
.categories-homepage-vr-2  .category-content ul li a{
	width:78%;
	float:left;
	margin-left:0px;
}
.category-lft{
	float: left;
    width: 17%;
    text-align: center;	
	padding-left:20px;
	}
.category-rt{
	width:74.5%;
	float: right;
}
.categories-homepage-vr-2 .category-header{
	width:89%;
}
.categories-homepage-vr-2 .cat-title a{
	background-color:transparent;
}
.categories-homepage-vr-2 .cat-title h4{
	padding:0px;
	font-weight:bold;
}
/* categories-homepage-vr-3 */
.anchor-link{
	position:absolute;
	width:100%;
	height:100%;
    top: 0px;
    left: 0px;
}
.categories-homepage-vr-3 h2.main-title{
	margin-top: 81px;
}
.categories-homepage-vr-3  .category-box{
	height:270px;
	box-shadow:none;
	border:0px;
    margin-bottom: 62px;
	margin-left:30px	;
}
.categories-homepage-vr-3 .main-sub-title{
	margin-bottom:67px;
	font-size:16px;
	color:#666;
}
.categories-homepage-vr-3 .category-inner-box{
	position:relative;
}
.categories-homepage-vr-3  .category-thumb-v3{
	position:relative;
	height:270px;
    overflow: hidden;
}
.category-thumb-v3 img{
	width:100%;
}
.categories-homepage-vr-3  .category-thumb-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	top:0px;
	left:0px;
}
.category-content-v3 ul{
	padding-left:0px;
}
.categories-homepage-vr-3 .category-icon-v3{
	position:absolute;
	top: -32px;
	z-index:99;
	left: 50%;
	transform:translateX(-50%)
}
.categories-homepage-vr-3 .category-icon-v3 .category-icon-box{
	width:64px;
	height:64px;
	line-height:64px;
	color:#fff;
	text-align:center;
	border-radius:0px;
}
.categories-homepage-vr-3 .category-icon-v3 .category-icon-box i{
	font-size:24px;
    line-height: inherit;
}
.categories-homepage-vr-3 .category-title-v3{
	position:absolute;
	top:20px;
    z-index: 99;
    text-align: center;
	width:100%;
}
.categories-homepage-vr-3 .category-title-v3 a h4{
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	font-family:'Montserrat', sans-serif;
}
.categories-homepage-vr-3 .category-content-v3{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.3);
    padding: 15px 0px;
}
.categories-homepage-vr-3 .category-content-v3 ul li{
	list-style:none;
	display:inline-block;
    padding-right: 3px;
}
.categories-homepage-vr-3 .category-content-v3 ul li a{
	color:#fff;
	font-family:'Montserrat', sans-serif;
}
.categories-homepage-vr-3 .category-content-v3 ul li a:hover{
	text-decoration:underline !important;
}


.categories-homepage-vr-3 .category-content-v3  .category-counter,.categories-homepage-vr-3 .category-content-v3 .category-pipeline{
	color:#fff !important;
}
.categories-homepage-vr-3 .more-btn-main.load-cat{
	top:-14px;
}
.categories-homepage-vr-3 .view-more-separator{
    margin-bottom: 90px;
}
/* Home section header style 2 */
.aliceblue2{
	background-color:#F5F6F6;
}
.white2{
	background-color:#fff;
}
.section-header-style-2 h2.main-title{
	margin-top:60px;
	
}
.section-header-style-2 .h2-seprator{
	width:230px;
	background-color:#eee !important;
}
.section-header-style-2 .main-title-bottom{
	position:relative;
	text-align:center;
}
.section-header-style-2  .main-title-bottom-icon{
	position:absolute;
	top:-15px;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	left:49%;
    font-size: 16px;
}
/* Grid Version 2*/
.grid-vr-2 .main-sub-title{
	margin-bottom:22px;
}
.grid-vr-2  h2.main-title{
    padding-bottom: 5px;
	margin-top:81px;
}
#ads-homepage.grid-vr-2  .three-tabs{
	width:650px;
}
#ads-homepage.grid-vr-2 ul.tabs li{
	width:200px;
	border-radius:0px;
	box-shadow:none !important;
	margin-right:10px;
}
#ads-homepage.grid-vr-2 ul.tabs li a{
	font-weight:bold;
	font-size:14px;
	background-color:#fff;
}
#ads-homepage.grid-vr-2  .view-types li a i{
	border-radius:0px !important;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
	padding:0px;
}
#ads-homepage.grid-vr-2  .view-types li{
	background-color:#fff;
}
#ads-homepage.grid-vr-2  .view-types li a i{
	box-shadow:none;
}
#ads-homepage.grid-vr-2 .view-types li:last-child a i{
	border-left:0px !important;
}
#ads-homepage.grid-vr-2  .view-types li.activate a i{
	color:#fff;
	box-shadow:none;
}
#ads-homepage.grid-vr-2  .ads-vr-2-category-icon{
	position:absolute;
	left:0px;
	bottom:0px;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
}
#ads-homepage.grid-vr-2  .ads-vr-2-category-icon i{
	position:absolute;
	left:0px;
	bottom:0px;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#fff !important;
	font-size:24px;
}
#ads-homepage.grid-vr-2 .feat-category{
	bottom:0px;
	left:20px;
	color:#888888;
	font-family: 'Montserrat';
}
#ads-homepage.grid-vr-2 .ads-v2-thumb{
	position:relative;
	height:220px;
    overflow: hidden;
}
#ads-homepage.grid-vr-2 .ads-price-v2{
	bottom:0px;
	right:20px;
	color:#e3c536;
	font-weight:bold;
	font-size:13px;
	font-family: 'Montserrat';
}
#ads-homepage.grid-vr-2 .post-title-cat{
		position:static;
		display:block;
		padding:14px 0px;
		width:268px;
		box-shadow:none;
}
#ads-homepage.grid-vr-2 .view-more-separator{
    margin-bottom: 100px;
}
#ads-homepage.grid-vr-2 .post-title-cat .post-title{
	padding-left:20px;
}
#ads-homepage.grid-vr-2  .ads-bottom-line{
	padding:0px 20px;
}
#ads-homepage.grid-vr-2  .ads-bottom-line a, #ads-homepage.grid-vr-2  .ads-bottom-line div{
	display:inline-block;
}
#ads-homepage.grid-vr-2  .ads-bottom-line div{
	float:right;
}
#ads-homepage.grid-vr-2  .post-title-cat .post-title a{
    font-size: 16px;
    line-height: 18px;
    text-transform: lowercase;
}
#ads-homepage.grid-vr-2  .ad-box {
	height:auto;
}
#ads-homepage.grid-vr-2 .post-title-cat:hover > .post-title a{
	color:#555;
}
#ads-homepage.grid-vr-2 .post-title-cat:hover  .feat-category{
	color:#888;
}
.post-title a:first-letter { 
	text-transform:uppercase;
}	

/* List Style Version 2 */

.listing-ads-vr-3 .main-sub-title{
	margin-bottom:22px;
}
#ads-homepage.listing-ads-vr-3 ul.tabs{
	margin-bottom: 53px;
}
.listing-ads-vr-3 .latest-ads-grid-holder .span12,
.listing-ads-vr-3 .random-ads-grid-holder .span12,
.listing-ads-vr-3 .popular-ads-grid .span12{
	background-color:#fff;
}
#ads-homepage.listing-ads-vr-3 .three-tabs{
	width:650px;
}
#ads-homepage.listing-ads-vr-3 ul.tabs li{
	width:200px;
	border-radius:0px;
	box-shadow:none !important;
	margin-right:10px;
}
#ads-homepage.listing-ads-vr-3 ul.tabs li a{
	font-weight:bold;
	font-size:14px;
	background-color:#fff;
}
#ads-homepage.listing-ads-vr-3 .view-types li{
	background-color:#fff;	
}
#ads-homepage.listing-ads-vr-3 .view-types li a i{
	border-radius:0px !important;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
	padding:0px;
}
#ads-homepage.listing-ads-vr-3  .view-types li a i{
	box-shadow:none;
}
#ads-homepage.listing-ads-vr-3view-types li:last-child a i{
	border-left:0px !important;
}
#ads-homepage.listing-ads-vr-3  .view-types li.activate a i{
	color:#fff;
	box-shadow:none;
}
.listing-ads-vr-3 .add-price{
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 0px;
    left: 0px;
	top:auto;
	right:auto;
    width: 45px;
	min-width:45px;
    background: #fff;
    height: 45px;
    line-height: 45px;
}
.listing-ads-vr-3 .post-title-cat .post-title a,.listing-ads-vr-3 .post-title-cat .post-title .list-post-price{
	display:inline-block
}
.listing-ads-vr-3 .post-title-cat .post-title .list-post-price{
	bottom:0px;
	right:20px;
	color:#e3c536;
	font-weight:bold;
	font-size:13px;
	font-family: 'Montserrat';
	margin-left:20px;
}
.listing-ads-vr-3.listing-ads .post-title-cat{
	height:auto;
}
.listing-ads-vr-3.listing-ads .post-title-cat .feat-category{
	color:#888888;
	font-size:13px;
}
.listing-ads-vr-3.listing-ads .span12{
	box-shadow:none;
	margin:30px !important;
	margin-top:0px !important;
}
.listing-ads-vr-3.listing-ads .span12 > .span3{
	padding:0px;
	border:0px;
}
.listing-ads-vr-3.listing-ads .ad-description{
	min-height:66px;
	margin-bottom:5px;
}
.listing-ads-vr-3 .add-price i{
	color:#fff;
}
.listing-ads-vr-3.listing-ads .read-more-btn{
    width: 155px;
    height: 42px;
}
.listing-ads-vr-3.listing-ads .read-more-btn-inner{
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #eee;
    border-bottom-width: 1px;
    margin-top: 8px;
}
.listing-ads-vr-3.listing-ads .read-more-btn-inner a{
	font-size:13px;
    line-height: 42px;
}
#ads-homepage.with-sidebar.listing-ads-vr-3 .ad-box-main .ad-box{
	padding:0px;
	border-right:0px;
}
#ads-homepage.with-sidebar.listing-ads-vr-3  .ad-box-main{
	box-shadow:none;
}
#ads-homepage.with-sidebar.listing-ads-vr-3  .ad-description{
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 10px !important;
	min-height:90px;
}
 #ads-homepage.with-sidebar.grid-vr-3 .three-tabs{
	 margin-left:0px !important;
 }

/*Grid on category page versison 3*/

#ads-homepage.category-page-ads.grid-vr-3 .three-tabs,
#ads-homepage.listing-ads-vr-2 ul.tabs{
	width:100%;
	border:1px solid #eee;
	background-color:#f9f9f9;
	overflow:hidden;
	border-radius:10px;
}
.category-page-ads#ads-homepage.grid-vr-3  ul.tabs li,
.category-page-ads#ads-homepage.listing-ads-vr-2  ul.tabs li{
	margin-right:0px;
	border-radius:0px;
	box-shadow:none !important;
	border:0px !important;	
	border-right:1px solid #eee !important;
	width:auto;
	height:auto;
}
.category-page-ads#ads-homepage.grid-vr-3  ul.tabs li a,
.category-page-ads#ads-homepage.listing-ads-vr-2  ul.tabs li a {
	padding:26px;
	line-height:inherit;
}
.category-page-ads#ads-homepage.grid-vr-3  ul.tabs li a:hover,#ads-homepage.grid-vr-3  ul.tabs li a.current,#ads-homepage.grid-vr-3  .view-types li.activate a i,
.category-page-ads#ads-homepage.listing-ads-vr-2  ul.tabs li a:hover,#ads-homepage.listing-ads-vr-2  ul.tabs li a.current,#ads-homepage.listing-ads-vr-2 .view-types li.activate a i{
	background-color:#fff !important;
}
.category-page-ads#ads-homepage.grid-vr-3  .view-types,
.category-page-ads#ads-homepage.listing-ads-vr-2  .view-types{
	top:1px;
}
.category-page-ads#ads-homepage.grid-vr-3 .view-types li a i,
.category-page-ads#ads-homepage.listing-ads-vr-2 .view-types li a i{
	padding:26px;
	line-height:inherit;
	border-radius:0px !important;
	box-shadow:none;
	border:0px !important;
	border-left:1px solid #eee !important;
}
.category-page-ads#ads-homepage.grid-vr-3 .view-types li:last-child a i,
.category-page-ads#ads-homepage.listing-ads-vr-2 .view-types li:last-child a i{
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important; 
}
/* Grid Style Version 3*/
#ads-homepage.front.grid-vr-3 .three-tabs,#ads-homepage.front.grid-vr-2 .three-tabs{
	float:left;
}
#ads-homepage.grid-vr-3 .three-tabs{
	width:100%;
	border:1px solid #eee;
	background-color:#f9f9f9;
	overflow:hidden;
	border-radius:10px;
}
#ads-homepage.listing-ads-vr-2 .three-tabs{
	width:100%;
	background-color:#f9f9f9;
	overflow:hidden;
	border-radius:10px;
}
#ads-homepage.grid-vr-3  ul.tabs li,#ads-homepage.listing-ads-vr-2  ul.tabs li{
	margin-right:0px;
	border-radius:0px;
	box-shadow:none !important;
	border:0px !important;	
	border-right:1px solid #eee !important;
	width:auto;
	height:auto;
}
#ads-homepage.grid-vr-3  ul.tabs li a,#ads-homepage.listing-ads-vr-2 ul.tabs li a {
	padding:26px;
	line-height:inherit;
}
#ads-homepage.grid-vr-3  ul.tabs li a:hover,#ads-homepage.grid-vr-3  ul.tabs li a.current,#ads-homepage.grid-vr-3  .view-types li.activate a i,
#ads-homepage.listing-ads-vr-2  ul.tabs li a:hover,#ads-homepage.listing-ads-vr-2  ul.tabs li a.current,#ads-homepage.listing-ads-vr-2  .view-types li.activate a i{
	background-color:#fff !important;
}
#ads-homepage.grid-vr-3 .view-types li a i,
#ads-homepage.listing-ads-vr-2 .view-types li a i{
	padding:26px;
	line-height:inherit;
	border-radius:0px !important;
	box-shadow:none;
	border:0px !important;
	border-left:1px solid #eee !important;
}
#ads-homepage.grid-vr-2 .view-types li.activate a i,
#ads-homepage.listing-ads-vr-2 .view-types li.activate a i{
	background-color:#fff;
}
#ads-homepage.grid-vr-3 .view-types li:last-child a i,
#ads-homepage.listing-ads-vr-2 .view-types li:last-child a i{
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important; 
}
#ads-homepage.grid-vr-3 .ad-box .add-price,
#ads-homepage.listing-ads-vr-2 .ad-box .add-price{
    left: 0px;
    right: auto;
    background: transparent !important;
    overflow: hidden;
	min-width:0px;
}
#ads-homepage.grid-vr-3  .ad-box .add-price span,
#ads-homepage.listing-ads-vr-2  .ad-box .add-price span{
	font-size: 14px !important;
	font-family: 'Montserrat';
	color: #fff;
	height: 32px;
	line-height: 32px;
	float: left;

	font-weight:bold;
}
#ads-homepage.grid-vr-3 .pacman 
#ads-homepage.listing-ads-vr-2 .pacman {
    border-style: solid;
    border-width: 16px 12px 16px 11px;
    width: 0;
    border-right-color:transparent;
	float:right;
}
#ads-homepage.listing-ads-vr-2 .span12{
	background-color:#fff;
	margin-bottom:30px !important;
	box-shadow: none;
}
#ads-homepage.listing-ads-vr-2 .post-title-cat .post-title a{
	float:left;
}
#ads-homepage.listing-ads-vr-2.listing-ads .post-title-cat .post-title{
	width:100%;
	float:left;
}
#ads-homepage.listing-ads-vr-2.listing-ads .span12 > .span3{
	padding:0px !important;
	border-right:0px !important;
}
#ads-homepage.listing-ads-vr-2 .post-title-cat .post-title .post-title-icon{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	line-height:36px;
	margin-left:25px;
}
#ads-homepage.listing-ads-vr-2 .post-title-cat .post-title i{
		font-size:16px;
}
#ads-homepage.listing-ads-vr-2.listing-ads .read-more-btn{
	width:180px;
}
#ads-homepage.listing-ads-vr-2.listing-ads .post-title-cat{
	height:auto;
	margin-bottom: 5px;
}
.pos-relative{
	position:relative;
}
#ads-homepage.listing-ads-vr-2.listing-ads .post-title-cat a{
	font-size:18px;
	font-weight: bold;
	line-height: 18px;
}
#ads-homepage.listing-ads-vr-2.listing-ads .ad-description{
	min-height:auto;
	margin-bottom: 47px;
}
#ads-homepage.listing-ads-vr-2.listing-ads .feat-category{
	float: left;
	margin-top: -23px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: inherit !important;
}
#ads-homepage.grid-vr-3  .post-title-cat{
    bottom: 10px;
    width: calc(93% - 22px);
    border: 0px !important;
    border-top: none;
    box-shadow: none !important; 
    padding: 11px 10px;
    margin-left: 10px;
}
#ads-homepage.grid-vr-3  .post-title-icon{
    border-radius: 5px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
	margin-right:0px;
	float:right;
}
#ads-homepage.grid-vr-3 .post-title-cat .post-title a{
	display:block;
	line-height:inherit;
	font-weight:bold;
	font-size:18px;
}
#ads-homepage.grid-vr-3 .post-title-cat .post-title a.feat-category{
	font-size:14px;
	font-weight:400;
}
.plan-vr-2-contain  {
    padding-bottom: 90px !important;
}
.plan-vr-2-contain  .h2-seprator{
    margin-bottom: 70px;
}
.plan-vr-2{
	border-radius:0px !important;
}
.plan-vr-2 h3{
	margin-top:0px;
	padding-bottom:4px !important;
	padding-top:4px;
	font-size:16px !important;
	font-weight:bold !important;
}
.price-pro-cont{
	padding:35px 0px 13px 0px;
}
.plan-vr-2 .plan-tag{
    background-color: #f9f9f9;
	color:#999999;
	border-bottom:0px ;
}
.plan-vr-2 .author-cc i{
	border-radius:0px ;
	background-color:#e3c536;
}
.plan-vr-2  .plan-list{
	padding-bottom:35px;
}
.plan-vr-2  .plan-list ul{
    padding: 0px 35px;
}
.plan-vr-2 .author-cc {
    border-bottom: 1px solid #eeeeee;
	padding:14px 0px !important;
}
.plan-vr-2  .plan-list ul li:first-child > .author-cc{
	padding-top:0px;
}
.plan-vr-2  .plan-list ul li:last-child > .author-cc{
	padding-bottom:0px;
	border-bottom:0px;
}
.plan-vr-2.single-plan #submit-plan{
	border-radius:0px !important;
	background-color:#fff;
    border: 1px solid #eeeeee;
	color:#333;
	font-size:14px;
	width:200px;
}

.plan-vr-2.single-plan:hover #submit-plan{
	color:#fff !important;
}
.plan-vr-3.single-plan:hover #submit-plan{
	color:#fff !important;
}
.plan-vr-2.single-plan.span4{
	padding-bottom: 50px;
	border-bottom:2px solid #eee;
}

/* Plan Version 3*/

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
  border-bottom:0px;
}
.plan-vr-3-contain#plans{
	padding-top:0px;	
	padding-bottom:88px;	
}
.plan-vr-3-contain  h2.main-title {
    margin-top: 91px;
	padding-bottom:5px;
}
.plan-vr-3-contain#plans .main-sub-title{
	margin-bottom:42px;
}
.plan-vr-3.single-plan.span4{
	padding-bottom:50px;
	position:relative;
	transition:all 0.3s ease;
	border-radius:0px;
    -webkit-box-shadow: 0px 6px 6px -3px rgba(220, 220, 220, 0.62);
    -moz-box-shadow: 0px 6px 6px -3px rgba(220, 220, 220, 0.62);
    box-shadow: 0px 6px 6px -3px rgba(220, 220, 220, 0.62);
    border-top: 1px solid rgba(249, 249, 249, 0.51);
}
.plans .plan-vr-3.single-plan.span4:nth-child(2){
   -webkit-box-shadow: 0 0 0 10px hsl(0, 100%, 100%), 0 0 0 18px hsl(0, 100%, 100%), 0 0 0 26px hsl(0, 100%, 100%), 0 0 28px 33px hsla(0, 1%, 50%, 0.1);
    -moz-box-shadow: 0 0 0 10px hsl(0, 100%, 100%), 0 0 0 18px hsl(0, 100%, 100%), 0 0 0 26px hsl(0, 100%, 100%), 0 0 28px 33px hsla(0, 1%, 50%, 0.1);
    box-shadow:0 0 0 10px hsl(0, 100%, 100%), 0 0 0 18px hsl(0, 100%, 100%), 0 0 0 26px hsl(0, 100%, 100%), 0 0 28px 33px hsla(0, 1%, 50%, 0.1);
    z-index:99;
	border-color:transparent;
}
.plan-vr-3-contain{
	padding:0px 60px;
}
.plan-vr-3.single-plan .product-title h3{
    padding-bottom: 7px;
    border-bottom: 2px solid #eee;
	margin-top:35px;
	font-weight:bold;
	font-size:16px;
	
}
.plan-vr-3.single-plan .pro-price{
	line-height:inherit;
}
.plan-vr-3.single-plan .pro-price .price,
.plan-vr-3.single-plan .pro-price .currency{
	color:#555;
}
.plan-vr-3.single-plan .pro-price .currency{
	top:-6px;
}
.plan-vr-3.single-plan .pro-price .price{
	font-size:48px;
}
.plan-vr-3.single-plan .plan-tag{
	padding:4px 0px;
	padding-bottom:23px;
	font-family: 'Lato';
	font-style: italic;
	color:#555;
}
.plan-vr-3 .product-title{ 
	margin-bottom:37px;
}

.plan-vr-3.single-plan .plan-list{
	padding:35px 0px;
}
.plan-vr-3.single-plan .plan-list .author-cc {
    padding: 13px 0px;
}
.plan-vr-3.single-plan .author-cc-detail{
	color:#999;
}
.plan-vr-3.single-plan #submit-plan{
	border-style:solid;
	border-width:2px;
    width: auto; 
    height: auto; 
    line-height: inherit; 
    text-transform: uppercase;
    border-radius: 60px !important;
    font-family: "Montserrat";
    font-size: 14px;
    background: #fff;
    line-height: inherit;
    padding: 10px 24px;
    transition: all 0.2s ease-in;
}
.plan-vr-3.single-plan #submit-plan:hover{
	color:#fff;
}
.plan-vr-3.single-plan .author-cc i{
    background-color: transparent;
    color: #7bab47;
    font-size: 14px;
    margin-right: 5px;
}
/* location-version-3 */
.location-version-3{
	border-bottom:0px !important;
}
.location-version-3 .location {
	margin-left:-15px !important;
	margin-right:-15px !important;
}
.location-version-3 .location-box-inner{
	position:relative;
    background-color: #333;
    height: 290px;
    overflow: hidden;
}
.location-version-3 .location-img{
	position:relative;
	text-align:center;
}
.location-img .anchor-link{
    background-color: rgba(0, 0, 0, 0.4);
}
.location-version-3 .location-overlay{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
}
.location-version-3 .location-content{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:999;
    text-align: center;
    width: 100%;
}
.location-version-3 .location-content a{
	color:#fff;
    z-index: 9999;
	font-size:24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'montserrat';
}

.location-version-3 .location-content p{
	color:#fff;
	margin-top:5px;
    margin-bottom: 0px;
}
.location-version-3 .span6, .location-version-3 .span4{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
	margin-left:0px;
	max-height:290px;
	overflow:hidden;
}
/* Location Version 2 */
.location-version-2-bg{
	background-image:url('../images/loc-bg.jpg');
	background-repeat:no-repeat;
    background-position: center top;
    background-color: #f9f9f9;
}
section#locations.location-version-2-bg{
    padding-bottom: 40px !important;
    border-bottom: 0px solid #eee !important;
}
.location-version-2 .span3 {
    border-left: 0px !important;
    box-shadow: none !important;
}
.location-version-2 .span3 a{
    border-left: 1px solid #eee !important;
	background-color:#fff;
    border-radius: 25px;
    padding: 2px !important;
}
.location-version-2 .span3 a i{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
	color:#fff !important;
}
section#locations .location.location-version-2 .span3 a:hover i{
	color:#fff !important;
}
/* callout version-2 */
.callout-section-version-2{
	background-image:url('../images/callout-bg.jpg');
	padding:0px !important;
}
.callout-section-version-2 .callout .view-more-btn {
    top: 18% !important;
    transform: translateY(-50%);
	
}
.callout-section-version-2 .callout .more-btn-inner{
	background-color:#fff !important;
	border:1px solid #fff !important;
}
.callout-section-version-2 .callout .view-more-btn:hover .more-btn-inner a span{
	color:#fff;
}
.callout-section-version-2 .container{
	display:table;
}
.callout-section-version-2 .container .callout{
    height: 220px;
    display: table-cell;
    vertical-align: middle;
	padding:0px;
}
.callout-section-version-2 .container .callout .callout-inner{
    line-height: 24px;
    width: 73%;
    text-align: left;
    float: left;
	
}
.callout-section-version-2 .container .callout .view-more-btn{
    float: right;
}
.callout-section-version-2 .container .callout .callout-inner .callout-desc p{
	margin:0px;
    margin-top: 20px;
}

.callout-section-version-3 {
    background-position: center right !important;
    background-repeat: no-repeat !important;
	padding:0px 0px !important;
}
.callout-section-version-3 .callout{
    text-align: left;
    width: 45%;
    padding: 115px 0px !important;
    background-color: #fff;
}
.callout-section-version-3 .callout-inner h4{
	font-size:32px !important;
	color:#333;
}
.callout-section-version-3 .callout-inner p{
	font-size:16px !important;
    color: #555555;
    font-weight: 400;
    text-transform: inherit;
    margin: 20px 0px 28px;
	line-height:28px;
}
.location-version-3 .main-sub-title{
	margin-bottom:45px;
}
.location-version-3 h2.main-title{
	padding-bottom:5px;    
	margin-top: 91px;
}
.btn-container-3 .view-more-btn{
	display:inline-block;
    margin-right: 10px;
    width: 175px !important;
}

.btn-container-3 .view-more-btn .more-btn-inner{
	background-color:transparent !important;
	border:1px solid #eee !important;
	z-index: 99;
}
.btn-container-3 .view-more-btn .more-btn-inner a span{
	color:#555;
}
.btn-container-3 .view-more-btn .more-btn-inner:hover span{
	color:#fff !important;
}

/* Callout Style 4 */
.callout-section-version-4 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
	padding:0px 0px !important;
}
.callout-section-version-4 .callout{
    text-align: left;
    width: 756px;
    padding: 120px 0px !important;
    text-align: center;
    margin: 0 auto;
}
.callout-section-version-4 .callout-inner h4{
	font-size:32px !important;
	color:#fff;
}
.callout-section-version-4 .callout-inner p{
	font-size:16px !important;
    color: #fff;
    font-weight: 400;
    text-transform: inherit;
    margin: 15px 0px 52px;
	line-height:28px;
}
.location-version-4 .main-sub-title{
	margin-bottom:45px;
}
.location-version-4 h2.main-title{
	padding-bottom:5px;    
	margin-top: 91px;
}
.btn-container-4 .view-more-btn{
	display:inline-block;
    margin-right: 10px;
    width: 175px !important;
}
.btn-container-4 .view-more-btn .more-btn-inner{
    background-color: #fff !important;
	border:1px solid #eee !important;
	z-index: 99;
}
.btn-container-4 .view-more-btn .more-btn-inner a span{
	color:#555;
}
.btn-container-4 .view-more-btn .more-btn-inner:hover span{
	color:#fff !important;
}
/* Partner Logo Version 2 */
#partners.partners-logo-style-2{
	background-color:#f9f9f9;
	padding:50px 0 !important;
}

.partners-logo-style-2#partners .partner-logo{
    width: 216px;
    float: left;
	border-width:1px;
	border-style:solid;
	border-color:#eee;
    margin-right: 20px;
}
.partners-logo-style-2#partners .partner-logo img:hover{
    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+ */
}
.partners-logo-style-2#partners .partner-logo:last-child{
	margin-right:0px;
}
.partners-logo-style-3{
	padding:60px 0 50px 0;
}
/* Footer Upper Bar */
.footer-upper-box-inner {
	color:#313131;
}
.footer-upper-box-inner i{
	font-size:32px;
    width: 16%;
    text-align: center;
}
.footer-upper-box-inner span{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    width: 79%;
    float: right;
    font-family: "Lato Bold italic" , sans-serif;
}
.footer-upper-box-inner .fa-phone{
	margin-left:17px;
}
.footer-upper-box-inner .fa-envelope{
	margin-left:37px;
}
.footer-upper-bar .footer-upper-box:last-child .footer-upper-box-inner span{
    width: 69% !important;
}
.footer-upper-bar .container{
	padding-top:48px;
	padding-bottom:0px;
}
.footer-upper-box{
	text-align:left;
}
.footer-grid-4 .full .span4:first-child{
	margin-right:0px ;
}


.tags-share{
	border-top:1px solid #eee;
	padding-left:30px;
}

.ads-tags {		
	float: left;
	background:#fff;
	line-height:48px;
}

.ads-tags i {
	float: left;
	line-height:48px;
	margin-right: 10px;
}
.ads-tags a {
	float: left;
	margin-right: 15px;
	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;
	line-height:48px;
	color:#333;
}

.ads-tags span {
	line-height: 12px !important;
}

.ads-tags a:hover {
	color: #3e8cc0;
}
.single-share{
	float:right;
	padding-right:30px;
}
.single-share a{
	text-align:right;
	line-height:48px;
	margin-left:20px;
}
.single-share a i{
	font-size:16px;
}
/* Menu */
#top-menu-block {
	background-color: #333;
	z-index: 9999;
	position: relative;
}
#top-menu-block.header-v2{
	background:#fff !important;
}
#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;
	display:inline;
	padding-right:170px;
}
#navbar #version-two-menu.main_menu {
	padding-top: 0px;
}
.main_menu ul {
	list-style: none;
	z-index: 9999;
	padding-left: 0;
}

.main_menu ul li {
	float: left;
	margin-right: 12px;
	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;
	font-size:13px !important;
	padding:32px 8px;
	padding-top:35px;
	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;
	font-family:"Montserrat";
	text-transform:uppercase;
	color:#333;
}

.main_menu a:hover {
	text-decoration: none;
}
.main_menu ul li a{
	border-bottom:transparent 4px solid;
}
.main_menu ul li ul.children, .main_menu ul li ul.sub-menu {
	position: absolute;
	width: 97px;
	padding-top: 15px;
	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:#fff !important;
}
.main_menu ul li ul.children li:hover, .main_menu ul li ul.sub-menu li:hover {
	background:#f8f8f8 !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;
}
#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{
	background-color: #fff;
}

.main_menu ul li ul.children li a, .main_menu ul li ul.sub-menu li a {
	width: 200px;
	padding:0px 20px;
	float: left;
	color: #999;
	margin-top:0px !important;
	font-size:14px;
	line-height:40px !important;
	text-align:left;
	border-bottom:1px solid #eee;
}
.main_menu ul li ul.children li a:hover, .main_menu ul li ul.sub-menu li a:hover {
	color:#333 !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:48px;
}
.top-call i {
	margin-right:5px;
	font-size:16px;
	color:#fff;
}
#top-menu-block.header-v2 .top-call i{
	color:#333;
}
.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;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	-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;
	border-radius:50%;
}


.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: 64px;
	z-index: 99999;
	background:#fff;
}
.backtop.backtop-effect-2{
	background-color:transparent;
}
.backtop.backtop-effect-2 a {
	border-width:1px;
	border-style:solid;
	border-color:#555555;
}
.backtop.backtop-effect-2 a .fa{
	color: #555555 !important;
}
.backtop a {
	float: right;
	color: #333 !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: #333 !important;
    font-size: 16px;
}
.backtop a:hover .fa {
	color: #fff !important;
}
.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: 14px;
	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;
	text-decoration: none;

	display: inline-block;

	color: #333;
	font-family: 'Lato';
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #eee !important;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	
	background-color: #f8f8f8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	float: left;
}

input[type="submit"]:hover {

}

#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: 20px;	
}
h4.block-title{
	font-size:18px;
	color:#fff;
	padding-bottom:5px;
	font-weight:700;
	font-family:"Montserrat"
}

.block-content ul {
	list-style: none;
	padding-left: 0;
}
.block-content div{
		color:#fff !important;
		font-size:14px;
	}
.block-content ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	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 {
	float: left;
}
.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{
	margin-bottom:40px;
}
body.category .span3.sidebar{
	margin-top:60px !important;
}
body.category .span9{
	margin-top:15px;
	position:relative;
	margin-left:0px !important;
	margin-bottom:10px;
}
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:5px;
	padding-bottom:0px
}
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
}
#ads-homepage .view-types li.activate a i{
	color:#fff !important;
}
.category-thumb-v3:hover .category-inner-box .category-title-v3 a h4{
	color:yellow !important;
}
.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:0px;
	margin: 0;
	line-height:10px;
	margin-bottom:30px;
}

.cat-widget-content {
	float: left;
	width: 100%;
}

.cat-widget-content ul {
	float: left;
	padding: 0;
	width: 100%;
	list-style: none;
}

.cat-widget-content ul li {
	float: left;
	width: 100%;
	
}
.category-widget .cat-widget-content ul li {
	border-bottom:1px solid #eee;
}
.category-widget .cat-widget-content ul li:last-child {
	border-bottom:none;
}
.cat-widget-content ul li a {
	float: left;
	line-height: 22px;
	color: #333;
}
.category-widget .cat-widget-content ul li a {
	line-height: 54px;
	padding-right:30px;
}
.cat-widget-content ul li a i{
	margin-right:20px;
	font-size:16px;
}
.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 {

	color: #333;
	line-height: 54px;
	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;
	margin:0 auto !important;
	}
.latestads-widget .widget-ad-image {
	float: left;
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;	
}
.category-widget h3{
	margin-bottom:15px;
}
.cat-widget-content ul li .widget-ad-list-content {
	float: left;
	margin-left: 17px;
	margin-right:0px;
	font-size:13px;
	width: 132px;
}

.cat-widget-content ul li .widget-ad-list-content a {
	float: left;
	margin-left: 0;
	color:#333;
}

.cat-widget-content ul li .widget-ad-list-content span {
	float: left;
	margin-right: 0;
}
.widget-ad-list-content .add-price{
	font-size:12px !important;
}
footer .widget-ad-list-content .add-price{
	font-size:14px !important;
}
.widget-ad-list-content-title a{
	color:#333 !important;
	font-size:14px;
	font-weight:400 !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: transparent;
	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;
	font-size:14px;
	color:#888 !important;
}

/* 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-section{
	padding:125px 0px;
	text-align:center;
}
.callout{
	position:relative;
}
.callout-inner{
line-height:24px;
}
.callout-inner h4,.callout-inner h4 span{
	margin:0;
	font-size:48px !important;
	font-weight:700;
	text-transform:uppercase;
	font-family:"Montserrat";
	color:#fff;
}
.callout-inner p{
	margin:20px 0px 30px;
	font-size:32px !important;
	font-weight:700;
	text-transform:uppercase;
	font-family:"Montserrat";
	color:#fff;
	
}
.callout .view-more-btn{
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		position:relative !important;
		background:none;
}
.callout .view-more-btn .more-btn-inner{
	box-shadow:none;
}
/* Needed class for wordpress */
.sticky {}

.bypostauthor {}

#big-map img { 
  max-width: none;
}

#big-map label { 
  width: auto; display:inline; 
} 

ul, ol {
  padding-left: 25px;
  line-height: 1.5em;
}

#ad-page-title, #ads-main-page, .ads-main-page, #category-featured-abs-title, #ads-category-content, #container, #featured-abs-author, #ads-profile {
	background-color: #fff !important;
}

@media (min-width: 1200px) {
/* 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 ,
  #boxed #locations{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
 #boxed.category #ads-homepage{
	 width:100%
 }

}

 .page-template-template-contact#boxed .ads-main-page{
	width: 870px;
 }

#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:url(../images/header.png) #f8f8f8;
	padding:60px 0px;
	text-align:center;
	margin-bottom:60px	
}
body.category .ad-title{
	padding:40px 0px;
}
body.category .ad-title h2{
	margin-top:10px;
}
body.single .ad-title{
	padding:30px 0px;
}
.ad-title h2, .ad-title h2 a{
	text-transform:uppercase;
	font-weight:bold !important;
	font-size:24px !important;
	font-family:"Montserrat";
	color:#fff;
}
.ad-title h2 > a{
	display:block;
	margin-bottom:5px;
}
.ad-title .ad-page-price a{
	font-size:14px !important;
	text-transform:uppercase;
	font-family:"Montserrat";
	background:#fff;
	padding: 8px 24px;
	border-left:3px solid #333;
	color:#333;
}

#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: #4c66a3 !important;
	text-decoration: none;
	display: inline-block;
	font-family:'Montserrat';
	text-transform:uppercase;
	border-radius:60px;
	margin-bottom:10px;
}

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:'Montserrat';
	text-transform:uppercase;
	border-radius:60px;
	margin-bottom:10px;
}

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:'Montserrat';
	text-transform:uppercase;
	border-radius:60px;
	margin-bottom:10px;
}

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 > .span3{
	margin-left:30px !important;
	margin-top:50px;
}
body.single .container > .span3, body.page-template-template-add-post-php .container > .span3 ,
 .page-template-template-profile-php .container > .span3,.page-template-template-edit-profile-php .container > .span3 {
	margin-top:0px;
}
body.author .container > .span3{
	margin-top:0px;
}
body.archive .container > .span3{
	margin-top:30px;
}
.author-avatar.span2{
margin-left:0px !important;
}
.author-avatar-edit-post{
	position:relative;
}
.author-avatar-edit-post img{
	width:160px;
	height:160px;
	margin:0 auto;
	display:block;
	border-radius:50%;
	
	}
.author-avatar-edit-post .author-profile-ad-details{
	bottom: -54px;
    left: 11px;
    position: absolute;
    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{
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	margin-bottom:30px;
}
.account-overview .span4{
	padding:21px 50px;
	width:calc(370px - 60px)
}
.page-template-template-edit-profile-php .author-btn{
	bottom: -30px;
}
.account-overview .ad-detail-info{
	border:none;
}
.account-overview .span3.first{
	padding:30px;
	width:calc(270px - 50px);
	border-right:1px solid #eee;
	height:180px;
}
.author-cc{
	float:left;
	display:block;
	width:100%;
	padding:20px;
}
.author-cc-detail{
	font-size:16px;
	color:#555;
}
.author-cc i{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	color:#fff;
	background:#7bab47;
	text-align:center;
	font-size: 10px;
	margin-right:20px;
}
.account-overview .span3.first .my-account-author-image{
	height:195px;
}
.account-overview .ad-detail-info{
    color: #444444;
    height: 36px;
}
.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:#333 !important;
}

#video{
	background:transparent !important;
	height:180px !important;
	width:calc(100% - 20px);
	padding-left:20px;
	padding-top:20px;
	border:1px solid #eee !important;
	border-radius:30px;
}
#edit-profile .input-textarea{
	height:41px !important;
	background-color:transparent !important;
}
#edit-profile  #video{
	width:96% !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:742px;
	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;
	width:220px;
}
.error404 #edit-submit a{
	color:#333;
	font-family:'Montserrat';
}
.error404 #edit-submit:hover a{
	color:#fff !important;
}
.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:170px;
	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: 50%;
}
#custom-ads{
	margin-top:30px;
	padding-bottom:30px; /* additional */
}
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 .ad-hover-content{
	display:none
}
.footer-grid-4 .full > .span4{
    margin-right: 12px !important;
    margin-left: 0px !important;
}
.footer-grid-4 .full > .span4:nth-child(4){
	margin-right:0px !important;
}
footer .widget-ad-list-content {
	float:left;
	margin-left:15px;
	width:235px;
}
footer .widget-ad-list-content a {
	color:#fff !important;
	font-size:14px;
}
.jw-recent-list-posts-widget ul li {
    border-bottom: 1px solid #555;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0px;
}
.jw-recent-list-posts-widget ul li:first-child{
    margin-top: -5px !important;
}
.jw-recent-list-posts-widget ul li:last-child{
	border-bottom:0px;
}
.jw-recent-list-posts-widget ul li .widget-ad-list-content{
	margin-left:0px;
	width:100%;
}
.jw-recent-list-posts-widget ul li .widget-ad-list-content-title{
	width:70%;
	float:left;
}
.jw-recent-list-posts-widget ul li .add-price{
    width: 22%;
    float: right;
    margin-top: 0px;
    height: 50px;
    line-height: 50px !important;
    text-align: right;
}
.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;
}
 footer .widget-ad-list-content a{
	color:#fff;
}
footer .widget-ad-list-content p
{
	color:#555555;
	margin-top:10px;
}
footer .followme{
	display:none
}
.tagcloud a{
	background:transparent;
	color: #333;
	font-size: 14px !important;
	margin-right: 2px;
	margin-bottom: 5px;
	display: inline-block;
	border: 1px solid #EEE;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	height: 40px;
	line-height: 40px;
	padding: 0px 28px;
	border-radius: 30px;
}
.tagcloud a:hover{
	color:#fff;
	box-shadow:none;
}
footer .ad-hover-content a{
	padding:0px !important
}
.top-call{
	border-right:1px solid #444;
}
#top-menu-block.header-v2 .top-call{
	border-right:1px solid #eee;
}
.call-head{
	color:#fff;
}
#top-menu-block.header-v2 .call-head{
	color:#333;
}
.call-number{
	margin-right:20px;
	color:#fff;
}
#top-menu-block.header-v2 .call-number{
	color:#333;
}
.social-single a{
	float:left;
	display:inline;
}
.social-single a:first-child{
	margin-right:2px;
}
section#locations{
	padding-bottom: 70px;
	border-bottom:1px solid #eee;
}
#ads-homepage > .main-title{
	margin-top:80px;
}
section#locations .location{
	margin-left:-30px;
}
section#locations .location .span3 a{
	display:block;
	font-size:14px;
	font-family:'Montserrat';
	color:#333;
	padding:10px;
	border:1px solid #eee;
	border-left:none;	
	text-transform: uppercase;
}
section#locations .location .span3{
	margin-left:30px;
	margin-bottom:30px;
	border-left:5px solid #333;
	width:265px;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
}
section#locations .location a i{
	margin-right:10px;
	font-size:16px;
	color:#333;
}
.page-template-template-locations-php .ad-title{
	margin-bottom:0px;
}
.page-template-template-locations-php .span3.sidebar {
    margin-top: 60px;
}
.page-template-template-locations-php .span9{
	margin-top:20px;
}
.my-ad-box{
	border:1px solid #eee;
	box-shadow:0 2px 0 0 #f1f1f1;
	margin-bottom:20px;
}
.my-ad-image{
	width:160px;
	height:160px;
	float:left;
	padding:10px;
	border-right:1px solid #eee;
	margin-right:20px;
}
.my-ad-details{
	float:left;
	padding-top:20px;
	width: 650px;
}
.my-ad-details a.my-ad-title{
	color:#333;
	font-family:'Montserrat';
	display:block;
	margin-bottom:7px;
	font-size:16px;
}
.my-ad-details span:first-of-type{
	text-transform:capitalize;
}
.my-ad-details span, .my-ad-details span a{
	margin-right:20px;
	color:#333;
	font-size:14px;
	font-family:'Montserrat';
}
.my-ad-details span i{
	padding-right:5px;
	color:#333;
	font-size:16px;
}
.delete-popup{
	height:150px !important;
}
/* Partners */
#partners{
	border-top:1px solid #eee;
	padding:60px 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%);
}

/* Listing ads css */

.listing-ads .span12{
	margin-left:0px  !important;
	margin-bottom:10px  !important;
	border:1px solid #eee;
	box-shadow: 0 2px 0 0 #F1F1F1;
	width:1170px;
	width: calc(1170px - 2px);
	position:relative;
}
.listing-ads .span12 > .span3{
	padding:5px;
	border-right:1px solid #eee;
	background:#fff;
}
.listing-ads .span12 > .span9{
	width:864px !important;
	padding-top:10px;
}
.listing-ads .post-title-cat{
	position:relative;
	border:none;
	box-shadow:none;
	height:30px;
	width:80%;
	float:left;
}
.listing-ads .post-title-cat .post-title{
	width:92%;
}
.listing-ads .ad-category{
	margin:0px
}
.listing-ads .ad-description{
	margin-bottom:30px;
	width:848px;
	color:#666;
	min-height:86px;
}
.listing-ads .ad-box{
	height:220px;
	margin-left:0px !important;
	margin-bottom:0px !important;
}
.listing-ads-vr-2.listing-ads .ad-box{
	overflow:hidden;
	margin-bottom:30px !important;
}

.listing-ads .ad-ratings{
	float:right;
	padding:15px;
	margin-right:5px;
}
.listing-ads .read-more-btn{
	float:right;
	width:210px;
	height:48px;
	margin-top:-15px;
	margin-right:20px;
	
}
.listing-ads .read-more-btn-inner{
	background-color:#f8f8f8;
	text-align:center;	
	border-radius:60px;
	border:1px solid #eee;
	border-bottom-width:3px;
}
.listing-ads .read-more-btn-inner:hover a{
	color: #fff;
}
.listing-ads .read-more-btn-inner a{
	text-align:center;
	color: #333;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height:48px;
	display:block
}
.listing-ads .pane .more-btn-main{
	margin-top:60px;
}
#ads-homepage .container {
	position:relative;
}
#ads-homepage .view-types{
	position:absolute;
	list-style:none;
	right:0px;
	top:11px;
}
#ads-homepage .view-types li{
	float:left;
	
}
#ads-homepage .view-types li a i{
	padding: 8px 12px;
	color: #CCC;
	border: 1px solid #EEE;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	line-height: 27px;
}
#ads-homepage .view-types li:first-child a i{
	border-radius:30px 0px 0px 30px;
}
#ads-homepage .view-types li:last-child a i{
	border-radius:0px 30px 30px 0px;
}
#ads-homepage .view-types li.activate a i{
	color:#444
}
#ads-homepage.with-sidebar, #ads-homepage.with-sidebar .span8{
	margin-left:0px !important;
	position:relative;
}
#ads-homepage.with-sidebar .ad-box-main{
	margin-left:0px  !important;
	margin-bottom:10px  !important;
	border:1px solid #eee;
	box-shadow: 0 2px 0 0 #F1F1F1;
	width:870px;
	width: calc(870px - 2px);
	position:relative;
}
#ads-homepage.with-sidebar .ad-box-main .ad-box{
	padding:5px;
	border-right:1px solid #eee;
	background:#fff;
}
#ads-homepage.with-sidebar .ad-box-main .span6{
	padding-top:10px;
}
#ads-homepage.with-sidebar .ad-description{
	width:550px;
	margin-bottom:20px;
	padding-top:10px;
}
#ads-homepage.listing-ads.with-sidebar .post-title-cat{
	width:70%
}
.listing-ads#ads-homepage .ads-tags{
	width:470px !important;
	margin-top: -10px;
}
#ads-homepage.with-sidebar .ads-tags{
	width:300px !important;
}
#ads-homepage.with-sidebar .ad-ratings{
	padding-bottom:5px !important;
}

#ads-homepage.with-sidebar .view-types {
	top:0px;
}
#ads-homepage.with-sidebar .main-title, #ads-homepage.with-sidebar .h2-seprator{
	margin-left:1px !important;
	text-align:left;
	margin-top:0px;
}
#ads-homepage.with-sidebar .three-tabs{
	margin-left:10px !important;
}
#ads-homepage.with-sidebar.listing-ads-vr-2 .three-tabs{
	margin-left:0px !important;
}
#ads-homepage.with-sidebar.listing-ads-vr-2  .view-types{
	top:1px;
}
#ads-homepage.listing-ads-vr-2 ul.tabs{
	margin-bottom:10px;
}
#ads-homepage.listing-ads-vr-2.section-header-style-2 h2.main-title{
	text-align:center;
}
#ads-homepage.listing-ads-vr-2.section-header-style-2 .h2-seprator{
    background-color: #EEE !important;
    margin-left: 37% !important;
}
#ads-homepage.listing-ads-vr-3 h2.main-title{
	text-align:center;
}
.pst-mr-bottom-30{
	margin-bottom:30px;
}
.listing-with-sidebar, .grid-with-sidebar{
	margin-top:80px !important;
}
body.category .listing-with-sidebar, body.category.grid-with-sidebar{
	margin-top:0px !important;
}
.grid-with-sidebar #ads-homepage.with-sidebar .span8{
	margin-left:0px !important;
}
.grid-with-sidebar .span9{
	margin-left:0px !important;
}
.single-plan.span4{
	background:#fff;
	border-radius:10px;
	text-align:center;
	padding-bottom:65px;
	margin-left:30px !important;
}
.single-plan:first-child{
	margin-left:0px !important;
}
.single-plan .product-title h3{
	text-align:center;
	font-family:"Montserrat";
	font-size:17px;
	letter-spacing:2px;
	font-weight:400;
	padding-bottom:30px;
}
.pro-price{
	font-family:"Montserrat";
	color:#333333;
	position:relative;
	line-height:55px;
	display: inline-block;
}
.pro-price .currency{
	font-size: 24px;
	position: absolute;
	top: -18px;
	left: -17px;
}
.pro-price .price{
	font-size:80px;
	font-weight:700;
}
.pro-price .days{
	font-size:18px;
	font-weight:400;
	border-left:1px solid #333;
	padding-left:5px;
  position:absolute;
  bottom:22px;
  right:-18px;
  width:10px;
  margin-bottom:0px;
  height:16px;
}
.plan-list{
	padding:30px 0px;
}
.plan-list ul{
	list-style:none;
	padding:0px;
}
.plan-list .author-cc{
	padding:10px 0px;
}
.plan-tag{
	border-bottom:1px solid #eee;
	color:#888888;
	padding:10px 0px;
}
.single-plan #submit-plan{
	width:170px;
	height:48px;
	line-height:48px;
	text-transform:uppercase;
	border-radius:60px !important;
	font-family:"Montserrat";
	font-size:16px;
	background:#333;
}
.popular-title{
	line-height:48px;
	height:48px;
	text-transform:uppercase;
	letter-spacing:4px;
	font-family:"Montserrat";
	font-size:17px;
	border-radius:10px 10px 0px 0px;
	color:#fff;
	font-weight:700;
}
.popular-plan{
	margin-top:-24px;
	    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);

}
.pricing-page#plans{
	background:#fff;
}
.pricing-page#plans .single-plan{
	border:1px solid #eee;
	width:calc(370px - 2px);
	margin-bottom:50px;
}
.pricing-page#plans  h2.main-title{
	margin-top:25px;
}
.make-new-ad{
	width:142px;
	height:42px;
	line-height:41px;
	font-size:14px;
	text-align:center;
	border-radius:60px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:0px;
}
.make-new-ad a{
	line-height:41px;
	display:block
}
.make-new-ad i{
	margin-right:10px;
}
.top-social{
	margin-left:6px;
	float:left;
}
.top-social  i{
	color:#fff;
	margin-left:14px;
	line-height:48px;
}
#top-menu-block.header-v2 .top-social  i{
	color:#333;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
    position: fixed;
    right: -255px;
    top: 150px;
    width: 300px;
}
.sticky li {
	list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 48px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-left: -24px;
    box-shadow: 0px 0px 2px rgba(240, 240, 240, 0.65);
}
.sticky li:hover {
	margin-left: -280px;
}
.sticky li i {
    float: left;
    width: 45px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.sticky li p {
    padding: 0px 30px;
    margin: 0px;
    line-height: 48px;
    height: 48px;
    color: #333;
    margin-left: 33px;
    font-family: "Lato" ,sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    width: 206px;
}
.header-v3 .login-register{
	float:right;
	padding-right:170px;
	line-height:109px;
}
.header-v3 .login-register > a{
	margin-right:10px;
}
.header-v3 .login-register > a i{
	margin-right:10px;
}
.menu-v3{
	border-bottom:1px solid #eee;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.menu-v3 ul{
	padding:0px;
	position:relative;
}
.menu-v3 > ul > li{
	position:relative;
}
.menu-v3 a{
	padding: 10px 8px 15px;
	text-align:center;
	display:inline;
	line-height:48px;
	font-family:"Montserrat";
	font-size:13px;
	text-transform:uppercase
}
.menu-v3 > ul > li{
	display:inline;
}
.menu-v3 li:hover > a{
	border-bottom:2px solid #333;
}
.menu-v3 ul li ul.children, .menu-v3 ul li ul.sub-menu{
	position: absolute;
	width: 97px;
	top: 34px;
	left: 0px;
	display: none;
	background:#fff;
	min-width:250px;
	list-style:none;
	border-top:1px solid #333;
	z-index: 9999;
}
.menu-v3 ul li ul.children li, .menu-v3 ul li ul.sub-menu li{
	text-align:left;
	min-width:200px;
}
.menu-v3 ul li ul.children li a, .menu-v3 ul li ul.sub-menu li a{
	line-height:40px;
	border-bottom:1px solid #eee;
	display:block;
	text-align:left;
	padding:0px 20px;
	color:#999999;
}
.menu-v3 ul li ul.children li a:hover, .menu-v3 ul li ul.sub-menu li a:hover{
	color:#333 !important;
	background:#f8f8f8;
}
.log-forms.span4{
	border:1px solid #eee;
	border-radius:30px;
	margin-bottom:170px;
	box-shadow:0px 2px 0px 0px #f8f8f8;
	text-align:center;
	padding:30px;
	width:calc(370px - 62px) !important;
	margin-top:70px;
	margin-left:30px !important;
	padding-bottom:40px;
}
.log-forms.span4:first-child{
	margin-left:0px !important;
}
.log-forms h3{
	margin-top:10px;
	text-align:center;
	font-size:24px;
	margin-bottom:5px;
}
#edit-profile .log-forms .login-form .input-textarea{
	width:91% !important;
	height:38px !important;
}
#edit-profile .log-forms .login-form input[type=checkbox]{
	margin-top:7px !important;
}
.log-forms #edit-submit{
	color:#333 !important;
	border-radius:60px;
	border:1px solid #eee;
	border-bottom:3px solid #eee;
	font-family:"Montserrat";
	font-size:14px;
	font-weight:400;
	margin-bottom:45px !important;
}
.log-forms input#edit-submit{
	color:#333 !important;
	border-radius:60px !important; 
	border:1px solid #eee !important;
	border-bottom:3px solid #eee !important;
	font-family:"Montserrat";
	font-size:14px;
	font-weight:400;
	margin-bottom:45px !important;
}
.log-forms #edit-submit:hover{
	color:#fff !important;
}
.log-forms .sign-free{
	color:#333;
	text-decoration: underline;
}
.log-forms .register-page-title h5{
	margin:10px 0px;
	font-family:"Montserrat";
	color:#333;
	text-transform: uppercase;
	font-size:17px;
}
.log-forms  span.help-text{
	line-height:24px;
	font-size:14px;
	color:#888;
	float:left;
	margin-bottom:15px;
	margin-left:10px;
}
.error404 #ads-homepage  .container{
	padding-top:130px;
	padding-bottom:150px;
}

.footer-social-widget{
    border-top: 1px solid #1d1f1f;
    margin-top: 17px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.widget-social{
	text-align:center;
	width:100%
}
.widget-social a i{
	width:32px;
	height:32px;
	border-radius:50%;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#333;
	margin-left:10px;
}
.widget-social a:first-child i{
	margin-left:0px;
}
.simple-pagination,.view-more-btn .loading,.view-more-btn .no-more{
	display:none;
}
.contact-meta{
	padding-top:100px;
	padding-bottom:70px;
	width:970px;
	margin:0 auto
}
.contact-meta .contact-single-meta{
	width:200px;
	float:left;
	margin-right:185px;
	text-align:center;
}
.contact-meta .contact-single-meta:last-child{
	margin-right:0px;
}
.contact-meta .contact-single-meta i{
	width:64px;
	height:64px;
	line-height:64px;
	text-align:center;
	border-radius:50%;
	border:1px solid #eee;
	border-bottom-width:3px;
	margin:0 auto;
	margin-bottom:30px;
	font-size:24px;
}
.contact-meta .contact-single-meta h3{
	margin:0px !important;
	line-height:10px !important;
	margin-bottom:15px !important;
	font-family:"Montserrat" !important;
	font-size:16px !important;
	color:#333 !important;
	text-align:center;
	padding:0px;
}
.page-template-template-contact-php .span9{
	margin:0 auto !important;
	float:none !important;
	padding-bottom:80px !important;
}
 .page-template-template-contact-php .input-submit:hover{
	color:#fff !important;
 }
 .page-template-template-profile-php .my-ad-box{
	position:relative;
 }
 .page-template-template-profile-php .my-ad-box  .post-title-my-ad{
	padding-bottom:15px;
 }
 .page-template-template-profile-php .my-ad-box .post-title-my-ad .post-title-icon{
	width:32px;
	height:32px;
	border-radius:50%;
	float:left;
	display:inline;
	text-align:center;
	margin-right:10px;
 }
 .page-template-template-profile-php .my-ad-box .post-title-my-ad .post-title-icon i{
	line-height:32px;
	color:#fff;
 }
 .page-template-template-profile-php .my-ad-box .post-title-my-ad a{
	line-height:32px;
	font-family:"Montserrat";
	font-size:16px;
	font-weight:400;
 }
 .page-template-template-profile-php .my-ad-box .my-ad-description{
	padding-top:10px;
 }
 .page-template-template-profile-php .my-ad-box .my-ad-a{
	position:absolute;
	right:0px;
	top:0px;
	margin-right:0px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding: 0px;
	background: #333333;
 }
  .page-template-template-profile-php .my-ad-box .my-ad-a i{
	padding:0px;
	color:#fff;
  }
  .page-template-template-profile-php .my-ad-box .my-ad-a:hover i{
	color:#fff;
  }
 .page-template-template-profile-php .my-ad-box .my-ad-a a{
	margin-right:0px;
 }
 .page-template-template-profile-php .my-ad-box .my-ad-b{
	right:30px;
	background: #4498cd;
 }
 
.custom-file-input{
display:none;
}
/* new menu effect */
.menu-vr-5 .menu-vr-5-container{
	float:right;
    overflow-x: hidden;
	margin-top:0px;
}
.menu-vr-5.main_menu a{
	border-bottom:2px solid transparent;
}
header.header-sticky.header-v5 .main_menu .sub-menu a{ 
	width: 200px;
    padding: 0px 20px !important;
    float: left;
    color: #999;
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 40px !important;
    text-align: left;
    border-bottom: 1px solid #EEE;
}
.menu-vr-5.main_menu ul li:hover > a, .menu-vr-5.main_menu .menu li.current_page_item a, .menu-vr-5.main_menu .menu li.current-menu-item a {
	color: inherit;
}

.menu-vr-5 .menu-vr-5-container ul{
	position:relative;
	left:1000px;
	transition:all 0.6s ease-in;
}
.menu-bars{
    width: 20px;
    float: right;
    padding-right: 16px;
	cursor:pointer;
}
.menu-bars i{
	color:#fff;
	font-size:18px;
	transition:all 0.4s ease-in;
}

.menu-bars i.fa-times{
	color:#fff;
}
.menu-open .menu-bars i{
	content: "\f00d" !important;
}
.menu-vr-5.menu-open  .menu-vr-5-container ul{
	left:0px;
}
.letter-spac-1{
    letter-spacing: 1.6877px;
}
.letter-spac-7{
    letter-spacing: 7.2px;
}
.letter-spac-2{
    letter-spacing: 2.0px;
}
.line-text-uppercase{
    letter-spacing: 2.7px;
    text-transform: uppercase;
    font-weight: 400;
}









/* Blog */
.blog-post{
	margin-bottom:10px;
}
.blog-container-lop{
	float:left;
	margin:0px !important;
}
.blog-sidebar{
	float:right;
	margin-left:0px !important;
	margin-top:0px !important;
}
.blog-title-contianer{
	display:block;
    padding-left: 30px;
    padding-top: 30px;
}
.blog-date-left,.blog-title-right{
	display:inline-block;
    vertical-align: top;
}
.bog-date-box{
	width:60px ;
	height:60px ;
	line-height:60px ;
	text-align:center;
}

.blog-date{
	font-size:32px;
	font-family:'montserrat' , sans-serif;      
	color:#fff;
    padding-top: 10px;
}
.blog-month{
	font-size:13px;
	font-weight:bold;
	font-family:'montserrat' , sans-serif;
	color:#fff;
	line-height:21px;
}
.blog-title-right{
	padding-left:20px;
}
.blog-title h2{
	margin-top:0px;
	margin-bottom:0px;
	line-height: 28px;
}
.blog-title h2 a,.blog-title h2{
	font-size:18px;
	color:#333;
	font-family:'montserrat' , sans-serif;
	font-weight:bold;
	line-height:28px;
}
.blog-stat ul{
	padding:0;
	margin:0;
}
.blog-stat ul li{
	list-style:none;
	display:inline-block;
	border-right:1px solid #888888;
	color:#888;
    line-height: 13px;
	padding-right:10px;
	padding-left:10px;
}
.blog-stat ul li:first-child{
	padding-left:0px;
}
.blog-stat ul li:last-child{
	border-right:0px;
}
.blog-detail{
	padding-left:30px;
	padding-top:25px;
	padding-bottom: 15px;
    word-wrap: break-word;
}
.blog-detail p{
	margin-bottom:20px;
	color:#555555;
	line-height:22px;
}
.blog-read-more {
	padding-left:30px;
	margin-bottom: 42px;
}
.blog-btn {
	background: #f8f8f8;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: 400;
	border-radius: 60px;
	box-shadow: 0px 3px 0px 0px #F1F1F1;
	float:left;
	width: 200px;
	height: 48px;
	text-transform:uppercase;
}
.blog-btn a{
    font-size: 14px;
    color: #333;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
	display:block
}
.blog-btn:hover a,.blog-btn:hover span,.blog-btn:hover i{
	color:#fff;
}
.blog-author-info{
	float:left;
	box-shadow:none;
	padding-right:20px;
	width:calc(100% - 20px);
}
.blog-author-info .author-description p{
	font-size:14px;
	color:#555;
	line-height:24px;
}
.blog-author-info .author-title h3{
	font-size:16px;
	font-weight:bold;
	font-family:'montserrat' , sans-serif;
    margin-top: 5px;
    padding-bottom: 0px;
	text-transform:uppercase;	
}
.blog-author-info.author-info .author-avatar img{
	border-radius:0px;
}
.blog-author-info.author-info .author-avatar{
	padding:0px;
	padding-bottom:0px;
}
.blog-author-info.author-info .author-detail-right{
	float: right;
    width: 78%;
}
.post-nav{
	float:left;
	width:100%;
	margin-top:50px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.post-nav span{
	color:#333;
}
.post-nav i{
	font-size:16px;
	position:relative;
}
.prev-nav{
	float:left;
}
.prev-nav i{
	left:-6px;
}
.next-nav{
	float:right;
}
.next-nav i{
	right:-6px;
}
.related-post-container{
	margin-top:15px;
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.related-post-container .span3{
	margin-right:30px;
	margin-left:0px;
}
.related-post-container .span3:last-child{
	margin-right:0px;
}
.related-post-title h3{
	margin-top:10px;
	text-transform:uppercase;
	line-height: 24px;
}
.related-post-title h3 a{    
	font-family: Montserrat;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}
/* Comments Box */
.comment-box,.comment-box-des-upper-rw{
	display:block;
}
.comment-box{
	position:relative;
}
.comment-box-des-upper-rw{
	margin-bottom: 10px;
}
.comment-box-thumb,.comment-box-des,.comment-meta,.comment-reply,.comment-author,.comment-title,.comment-time{
	display:inline-block;
}
.comments-box-container #ad-comments{
	padding-top: 40px;
}
.comments-header{
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%;
    float: left;
}

#respond form textarea:focus{
	box-shadow:none;
	outline:0;
}
.comments-header h3{
	padding-bottom:0px;
    border-bottom-width: 1px;
    border-style: solid;
    margin-top: 0px;
    position: relative;
    top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	font-size:16px;
	text-transform:uppercase;
	font-family:'montserrat' , sans-serif;
	line-height: 28px;
}
.comments-inner-contianer{
	float:left;
	width:100%;
	padding-top: 13px;
}
.comments-inner-loop-contianer {
	float:left;
	width:100%;
	margin-top:26px;
}
.comments-inner-text p{
	color:#333;
	margin-bottom:0px;
}
.comment-box{
	border:1px solid #eee;
	float: left;
	width: 100%;
	box-shadow: 0px 2px 0px 0px #F1F1F1;
	margin-bottom:12px;
}
.comment-box-thumb {    
	width: 140px;
    text-align: center;
    vertical-align: middle;
    float: left;
    left: 0px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.comment-box-thumb img{
	width:90px;
	border-radius:50%;
}
.comment-box-des{
	width:660px;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
	padding-bottom:25px;
	border-left:1px solid #eee;
	float: right;
	word-wrap:break-word;
    min-height: 90px
}
.comment-author{
	font-size:14px;
	font-family:'montserrat' , sans-serif;
	color:#333;
	text-transform:uppercase;
	border-right:1px solid #333;	
	line-height: 14px;
	padding-right: 10px;
	margin-right: 10px;
}
.comment-title{
	font-size:14px;
	font-family:'montserrat' , sans-serif;
	line-height: 14px;
	color:#333;
}
.comment-time{
	color:#aaa;
	font-size:14px;
	line-height: 14px;
	padding-left:15px;
}
.comment-reply{
	float:right;
}
.comment-reply a{
	color:#333;
	font-size:13px;
	font-family:'montserrat' , sans-sans-serif;
	line-height: 14px;
}
.comment-box-des-bottom-rw p{
	color:#555;
	font-size:14px;
	line-height:22px;
	margin-bottom:0px;
}
.children .comment-box .comment-box-des{
	width:644px;
}
.comment-respond textarea:active,.comment-respond textarea:focus{
	outline:0;
}
.comment-respond input,.comment-respond textarea{
    background-color: #fff;
    -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);
    -o-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;
    display: inline-block;
    line-height: 20px;
    color: #333 !important;
    font-size: 14px !important;
    border: 1px solid #eee !important;
	width:98% !important;
}
.comment-respond input{
	height:28px;
    border-radius: 60px !important;
    padding: 10px !important;
}
.comment-respond textarea{
    height: 180px !important;
    border: 1px solid #eee !important;
    border-radius: 30px !important;
    padding: 20px 10px !important;
}
.comment-respond .comment-form-author{
	width:47% !important;
	float:left !important;
}
.comment-respond .comment-form-email{
	width:48% !important;
	float:left !important;
    margin-left: 4%;
}
.comment-respond .comment-form-url{
	display:none;
}
.comment-respond .comment-form-subject{
	width:100% !important;
}
.comment-notes{
	display:none;
}
.form-submit .submit{
	width: 100% !important;
	height: 48px !important;
	border-radius: 60px !important;
	color: #333 !important;
    box-shadow: 0px 2px 0px 0px #F1F1F1;
}
.form-submit .submit:hover{
	color:#fff;
}
.pos-breadcrumb{
	position:absolute;
	left:0px;
	top:0px;
}
.pos-breadcrumb ul{
	padding:0;
	margin:0;
}
.pos-breadcrumb ul li{
	list-style:none;
	display:inline-block;
	color:#fff;
	font-size:14px;
    margin-right: 15px;
}
.pos-breadcrumb ul li:last-child{
	margin-right:0px;
}
.pos-breadcrumb ul li a{
	color:#fff;
	font-size:14px;
}
.pos-breadcrumb ul li.breadcrumb-arrow{
	background-color:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#222222;
	text-align:center;
}

/*   Image gallery om ad new post page */

div.MultiFile-label span.MultiFile-label .MultiFile-title{
	display:none;
}
#upload-images-ads_list{
	margin-top:30px;
}
#upload-images-ads_list > div.MultiFile-label{
	float:left;
	margin-right:20px;
	position:relative;
}
.edit-post-image-block{
	position:relative;
}
.MultiFile-remove, .remImage{
	  background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color:#fff;
    font-size: 16px;
    height: 20px;
    left: -7px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 20px;
}
.remImage:hover{
	 color:#fff;
}

#advance-search-slider a:focus{
	outline:none;
}


.sidebar-auther{
	margin-bottom:50px;
}
.sidebar-author-content{
	border:1px solid #f1f1f1;
	border-bottom:2px solid #f1f1f1;
	padding:20px;
	padding-top:5px;
	border-top:none;
}
.sidebar-author-content h3{
	margin-top:0px;
	text-transform:uppercase;
	color:#333;
	padding:0px;
}
.sidebar-author-content p{
	font-size:14px;
	line-height:22px;
	margin:0px;
	color:#888888;
}

.form-allowed-tags{
	display:none;
}
p.form-submit input[type=submit]{
	text-transform:uppercase;
}
p.form-submit input[type=submit]:hover{
	color:#fff !important;
}

#ad-comments #respond h3{
	margin-top:0px;
}
.comments-boxes{
	margin-bottom:30px;
}

.single-description p a{
	text-decoration:underline !important;
}

.ads-main-page .box-notification{
	margin-top:70px;
}

/* New Css 4.5.16 */

.menutrigger{
	display:none;
	width:21px;
	background-color:#555555;
	padding: 11px;
	cursor:pointer;
}
.menutrigger .icons-bar{
	width:21px;
	height:3px;
	background-color:#fff;
	margin-bottom:4px;
	float: left;
}
.menutrigger .icons-bar:last-child{
	margin-bottom:0px;
}

.jw-twitter ul li span{
	width:86%;
}
.category-icon-box i{
	color:#333;
}
.bottom-social-icons a .fa:hover, footer .jw-twitter ul li span {
    color: #fff !important;
}
 footer .jw-twitter ul li span a{
	 color:#96cf42 !important;
 }
 
.header-v4 .header-contact-info{
    right: 0px;
    width: 50%;
}

.header-v5#navbar .main_menu.desktop-none{
	display:none;
}
.footer-style-1 h4.block-title{
	color:#fff !important;
}
.footer-style-1 .bottom-social-icons a .fa{
	background-color:transparent;
	color: #333 !important;
}
#edit-submit-search-view span{
	display:none;
}
.tax-location .ad-title{
	margin-bottom:0px !important;
} 
.staticbanner2inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.staticbanner2inner .banner-text-container2{
	position:static !important;
	transform:translateY(0%) !important;
	top:0;
}
.staticbanner2inner .search-bar{
    position: static;
    width: 100% !important;
}
.staticbanner2inner .search-bar #advanced-search-widget-version2 {
    bottom: 0px;
    z-index: 9999;
    margin-top: 30px;
}
.banner-cat-container {
	float:left;
	width:100%;
}
.banner-cat-list{
    margin-top: 5px;
}
.banner-text-one-h3-2,
.banner-text-second-h2-2{
    position: relative;
    left: 38%;
    transform: translateX(-50%);
	font-family:"Montserrat";
	color:#fff;
	font-weight:bold;
}
.banner-text-one-h3-2{
    line-height: 40px;
}
.banner-text-second-h2-2{
	font-size:48px;
}
.banner-text-one-h3-2,
.banner-text-third-2{
	font-size:16px;
}
.banner-text-third-2{    
	text-align: center;
    color: #fff;
    font-family: "Lato";
    font-weight: bold;
    margin-top: 7px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}
.premiumAds{
	padding-bottom:57px;
}
.footer-style-4 .footer .container.footer-grid-3{
	padding:85px 0 65px 0px !important;
}
.footer-style-4{
	background-color: rgb(255, 255, 255);
	background-image: url("http://demo.designinvento.net/classiads5/wp-content/uploads/2016/04/footerbg.jpg");
	background-size: auto 100%;
}