/*
	Template Name: Advert
    Template URL: http://template.gridbootstrap.com/advert
	Author: Theme Region
	Author URI : http://www.gridbootstrap.com/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# Header
# Main
# Home One
# Home Two
# Services Ad
# Category
# Details
# Ad Details 
# Published Page
# Signin Page
# Create Account
# Post Page
# Myads Page
# Ad Profile
# Delete Page
# About Us 
# Contact Us
# Footer
# Extra
# Custom Fonts
==================================================

*/

/* ==========================================================================
 	Global
 ========================================================================== */

html,
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#6f6f6f; 
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	/*background-color: #f7f7f7;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
}

ul {
	margin:0;
	padding:0;
    list-style:none;
}

a {
	font-family: 'Ubuntu', sans-serif;
	color: #00a651;
}

a, 
a:hover,
a:focus,
input:focus {
	text-decoration:none;
	outline: none;
	color:#02743a;
}

img {
	max-width: 100%;
}

section {
  min-width: 100%;
  position: relative;
  width: 100%;
}

a:active,
a:focus, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, .form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 992px)
{
	.container
	{
		width: calc(100% - 15px - 15px) !important;
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	.home-page .container
	{
		margin-right: 15px !important;
		margin-left: 15px !important;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.form-control:focus {
	border-color: #00a651;
	color: #777;
}

.title {
	line-height: 34px;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.parallax-section {
	position: relative;
	background-repeat: no-repeat;
 	background-size: cover;
 }

.parallax-section:before {
 	position: absolute;
 	background-color: rgba(35, 174, 121, 0.94);
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	min-height: 264px;
 	display:block;
 	content:"";
 }

.section {
	padding:10px 0 	60px;
	margin-bottom:30px;
}

.section-title {
	margin-bottom: 55px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.title-content {
	max-width: 650px;
	display: inline-block;
}

.section-title h2{
	color:#6f6f6f;
	font-weight: 500;
	margin-bottom:15px;
	position: relative;
	text-transform: capitalize;
}

.section-title:after {
	position: absolute;
	content: "";
	left:50%;
	bottom: 0;
	height: 2px;
	width: 90px;
	margin-left: -45px;
	background-color: #00a651;
}

.form-control {
	box-shadow:none;
	-webkit-box-shadow:none;
	border: 1px solid #e3e3e3;
	height:44px;
	color:#777;
}

textarea {
	resize:none;
}

.btn.btn-primary {
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	background-color:#00a651;
	padding:10px 40px 12px;
	border:1px solid #00a651;
	color: #fff;
}

.btn.btn-primary:hover {
	background-color:#028b45;
	color:#fff;
}
.btn.btn-primary2 {
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	background-color:#dddddd;
	padding:10px 40px 12px;
	border:1px solid #00a651;
	color: #02743a;
}

.btn.btn-primary2:hover {
	background-color:#028b45;
	color:#fff;
}
.btn.btn-yellow {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	background-color: #ffc107;
	padding: 10px 40px 12px;
	border: 2px solid #666666;
	color: #666666;
}

.btn.btn-yellow:hover {
	border: 2px solid #000000;
	color: #000000;
}

.form-control::-webkit-input-placeholder { 
	color: #777;  
}
.form-control::-moz-placeholder { 
	color: #777;  
}
.form-control:-ms-input-placeholder { 
	color: #777;  
}
.form-control:-moz-placeholder { 
	color: #777;  
}

.navbar-default .navbar-toggle {
	border-color:#00a651;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #00a651;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.page {
	padding-bottom:0;
}

.pagination > li > a, .pagination > li > span {
	color: #00a651;
	padding: 9px 15px;
}

.pagination > li > span:hover, 
.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #00a651;
	border-color:#00a651;
	color: #fff;
}
/*label {
	position: relative;
}

.checkbox label input[type=checkbox], input[type="radio"] {
	display: none;
}

.checkbox label:before{	
	font-family:'FontAwesome';
	font-size: 16px;
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
    height: 13px;
    width: 13px;
    border: 1px solid #00a651;
    line-height: 13px;
    border-radius: 3px;
}


.checkbox label.checked:before {
	color: #00a651;
	content: "\f046";
	border: 0;
}

input[type="radio"] + label:before, 
input[type="radio"] + label:after {
    position: absolute;
    top: 0px;
    left: -20px;
    content: "\f1db";
    font-size: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    font-family:'FontAwesome';
    background-color: transparent;
    color: #00a651;
    font-weight: 400;
}

input[type="radio"]:checked + label:after {
    content: "\f058";
}*/

a, .topbar a, 
.btn.btn-primary, 
.carousel-control, 
.top-social li a, 
.entry-content .entry-title a, 
.entry-meta span a, 
.date, 
.entry-thubmnail img, 
.footer-widget a, 
.item-title h3 a, 
.filter-list .list-group li a, 
.product-social a, 
.item-image img, 
.tab-view li, 
.nav-tabs>li a, 
.item-image .left-control, 
.item-image .right-control,
.featured-image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* ==========================================================================
 	Header
 ========================================================================== */

#header .navbar-default
{
	border-top: 1px solid #005494;
	border-bottom: 1px solid #005494;
	border-left: 0;
	border-right: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,128,.375);
	-moz-box-shadow: 0 3px 4px rgba(0,0,128,.375);
	box-shadow: 0 3px 4px rgba(0,0,128,.375);
}

#header{
	min-height: 90px;
}
@media screen and (max-width: 767px)
{
	#header{
		min-height: 50px;
	}
}
.navbar-brand {
	margin-top: 6px;
}

.navbar {
	margin: 0;
}

.nav li a,
.navbar-default .navbar-nav>li>a {
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #0a0a0a;
	text-transform: uppercase;
	line-height: 20px;
    padding: 13px 15px;
}

.nav li a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
	background-color: transparent;
	color: #00a651;
}

.dropdown-menu{
	border-radius: 0;
	padding:10px 0;
	background-color: #f8f8f8;
	opacity:0;
	display: block;
	
	-webkit-transform-origin: top;
	transform-origin: top;

	-moz-animation-fill-mode: forwards; 
	-webkit-animation-fill-mode: forwards; 
	-o-animation-fill-mode: forwards; 
	-ms-animation-fill-mode: forwards; 
	animation-fill-mode: forwards; 

	-moz-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.open .dropdown-menu {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1); 
  	opacity:1;
}

.navbar-nav .dropdown-menu>li>a {
	padding: 5px 20px;
	font-size:13px;
	line-height: 22px;
}

.dropdown-menu>li>a{
	background-color: transparent;
} 

.dropdown-menu>li>a:hover {
	background-color: #00a651;
	color: white;
	border-radius: 0px;
}

.nav-right {
	margin-top: 4px;
	text-align: right;
}

.language-dropdown {
	display:inline;
	margin-right: 10px;
}

.language-dropdown a {
	font-size: 16px;
	color: #252525;
	line-height: 23px;
}

.language-dropdown a i {
	margin-left: 5px;
}

.language-dropdown a:hover {
	color:#00a651;
}

.language-dropdown li>a {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
}
.topbar {
	/*background-color: #25262a;*/
	background-color: transparent !important;
	padding: 5px 0;
	color: #fff;
}

.topbar li {
	margin-right: 20px;
	vertical-align: top;
}

.topbar li span {
	margin-right: 5px;
	color: #00a651;
}

.topbar a{
	color: #fff;
}

.topbar a:hover {
	color: #00a651;
}

.social-section {
	float: left;
	margin-top: -3px;
}

.social-section li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
}

.user-section {
	float: right;
	margin-top: -10px;
}

.top-social li {
	margin-right: 0px;
}

.top-social li a{
	color: #fff;
	display: block;
	padding:8px 0;
	font-size: 14px;
}

.top-social li i {
	margin-right: 3px;
}
.top-social li a.facebook:hover  {
	color: #3b5998;
}
 
.top-social li a.twitter:hover  {
	color: #76c0f3;
} 
.top-social li a.google:hover  {
	color: #D54431;
}
.top-social li a.instagram:hover  {
	color: #A83793;
} 
.top-social li a.youtube:hover  {
	color: #c1272d;
}

.user-section ul{
	/*display:inline;*/
}

.user-section li {
	display:inline-block;
	margin-top: 10px;
	margin-left: 15px;
}

.language-dropdown i.fa-globe,
.user-section li i {
	font-size: 14px;
	color: #00a651;
	margin-right: 5px;
}

.nav-right .dropdown-menu {
    margin: 18px 0 20px;
}
.nav-right .dropdown-menu li a:hover {
	color: #00a651;
	background-color: transparent;
}

.user-section li a {
	color: #333;
	font-size: 14px;
}

.user-section li a:hover {
	color: #00a651;
}

#header a.btn {
    padding: 3px 8px;
    font-weight: 600;
    /*color: #fff;*/
    /*margin-left: 20px;*/
    width: 125px;
    font-size: 14px;
}


/* ==========================================================================
 	home-section
 ========================================================================== */
.home-section .item{
 	background-repeat: no-repeat;
 	background-position: top center;
 	background-size: cover;
 	color:#fff;
 	height: 460px;
}

.home-section  .slider-content {
	margin-top:85px;
}

.home-section h1 {
	color: #00a651;
	margin-bottom:0;
	animation-delay: 0.2s;
  -webkit-animation-delay:0.2s;
}

.home-section h2 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin: 5px 0 15px;
	animation-delay: 0.5s;
  -webkit-animation-delay:0.5s;
}

.home-section p {
	max-width: 600px;
	animation-delay: 0.6s;
  -webkit-animation-delay:0.6s;
}

.home-section .btn {
	margin-right: 15px;
	margin-top:20px;
	animation-delay: 0.75s;
  -webkit-animation-delay:0.75s;
}

.home-section .carousel-control {
	background-image: none;
	background-color: transparent;
	text-shadow: none;
}

.carousel-control {
	width:5%;
	opacity: 0;
}

.carousel-control:focus, 
.carousel-control:hover{
	opacity: 0;
	color:#00a651;
}

.home-section:hover .carousel-control {
	width:10%;
	opacity: 1;
}


/* ==========================================================================
 	Search-section
 ========================================================================== */
#search-section input.form-control{
	background-color: #fff;
}

.search-section {
	/*background-color: #f7f7f7;
	position: relative;
	z-index: 999;
	padding: 35px;
	border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
    height:120px;
    margin-top: -60px;*/
	background-color: #f7f7f7;
	position: relative;
	z-index: 999;
	/*padding: 35px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
	box-shadow: 0 3px 12px rgba(0,0,0,.175);
	height: 120px;*/
	margin-top: -40px;
}

.search-section .category-dropdown {
    background-color: #fff;
    border:1px solid #e3e3e3;
    border-radius:4px; 
    min-width: 200px;
    line-height: 45px;
    text-align: left;
    padding: 0 20px;
    height: 48px;
}

.search-section .category-dropdown a i{
	margin-left: 10px;
}

.search-section .category-dropdown a {
    font-size: 14px;
    margin: 0;
    color: rgb(78, 87, 93);
    border: none;
    border-radius: 5px 0 0 5px;
	text-transform: capitalize;
	font-family: 'MyriadPro-Regular', sans-serif;
}

.search-section> ul> li {
	float: left;
	width:20%;
	/*padding: 0 3px;*/
	margin-left: 4px;
}


.search-section> ul> li:nth-child(2) {
	/*width:60%;*/
}

.search-section .form-control {
	padding: 0 20px;
	height:48px;
	font-size: 16px;
}

.category-dropdown .category-change {
	min-width: 205px;
	border:1px solid #e3e3e3;
}

/* ==========================================================================
 	avt-category
 ========================================================================== */


#avt-category .services {
	overflow: hidden;
	border-radius: 4px;
	/*padding-left: 10px;
	padding-right: 10px;*/
}

#avt-category .category-avt {
	margin-top:30px;
	position: relative;
	min-height: 150px;
	padding: 25px 30px;
	background-color: #fff;
	border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
}

#avt-category .category-avt.no-child{
	padding: 10px;
	min-height: 140px;
}

#avt-category .category-avt h5 {
	font-size: 16px;
	color: #505050;
	font-weight: 500;
	margin-bottom: 12px;
	margin-top: 0;
}

#avt-category .category-avt h5 span {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

#avt-category .category-avt h5 a {
	color: #505050;
}

#avt-category .category-avt li {
	margin-bottom: 7px;
	padding-left: 15px;
	position: relative;
}

#avt-category .category-avt li:before {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	left: 0;
	top:0;
}

#avt-category .category-avt li:hover:before {
	content: "\f101";
}

#avt-category .category-avt li a{
	color: #6f6f6f;
	white-space: nowrap;
}

#avt-category .category-avt li a:hover, 
#avt-category .category-avt li:hover:before, 
#avt-category .category-avt h5 a:hover, 
#avt-category .category-avt h5 span  {
	color: #00a651;
}

#avt-category .category-avt h5:hover span {
		color: #505050;

}

#avt-category .category-avt h5 span, 
#avt-category .category-avt li:before{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}




/* ==========================================================================
 	Top-featured 
 ========================================================================== */
.featured-slider{
	background: -webkit-linear-gradient(left, rgba(55,180,78,0.9) 0%, rgba(49,178,91,0.9) 24%, rgba(27,171,137,0.96) 77%, rgba(21,169,151,0.94) 100%);
	background: -o-linear-gradient(left, rgba(55,180,78,0.9) 0%, rgba(49,178,91,0.9) 24%, rgba(27,171,137,0.96) 77%, rgba(21,169,151,0.94) 100%);
	background: linear-gradient(to right, rgba(55,180,78,0.9) 0%, rgba(49,178,91,0.9) 24%, rgba(27,171,137,0.96) 77%, rgba(21,169,151,0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b44e', endColorstr='#f015a997',GradientType=1 );
    color:#fff;
    padding: 45px 0;
    position: relative;
}


#top-featured .owl-nav {
    position: absolute;
    right: 20%;
    top: -135px;
}

#top-featured .owl-prev, #top-featured .owl-next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #00a651;
    background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#top-featured .owl-prev:hover, 
#top-featured .owl-next:hover {
	color: #6f6f6f;
}

#top-featured .owl-prev {
    right: 41px;
}

.featured-item {
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 30px;
	background-color: #fff;
}

#top-featured .featured-item {
	margin-bottom: 0;
}

.featured-title {
	padding:0px 25px;
}

.featured-title h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

.featured-title h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 25px;
}

.featured-item h3 a {
	color:#6f6f6f;
}

.featured-item h3 a:hover {
	color:#00a651;
}

.featured-image {
	max-height: 220px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.product-meta {
	padding: 25px;
	overflow: hidden;
}

#featured-avts {
	overflow: hidden;
}

#featured-avts .section {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pager-section {
	margin-top: 50px;
}

.featured-image .product-social a {
	font-size: 24px;
	margin:0 3px;
	opacity: 1;
}

.featured-image .product-social a:hover {
	color: #fff;
	opacity:0.6;
}


#top-featured .featured-item .item-price {
	position: initial;
	display: inline-block;
}

#top-featured .featured-item .item-info {
	margin-bottom: 20px;
}


#top-featured .featured-item .product-social {
	margin-top: 5px;
	float: right;
}

#top-featured .featured-item .product-meta{
	padding:25px 25px 30px;
}



/* ==========================================================================
 	#call-to-act
 ========================================================================== */


#call-to-act {
	background-color: #23ae79;
    color:#fff;
	padding:85px 0;
	background-image: url(../images/bg/cta-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.call-to-act {
	max-width: 950px;
}

.call-to-act h1 {
	font-size: 52px;
	margin-bottom: 20px;
	font-weight: 700
}

.call-to-act h1 span {
	display: block;
	font-size: 30px;
	font-weight: 400;
}

.call-to-act p {
	max-width: 850px;
}

.call-to-act .btn-primary {
	margin: 25px 0;
}



/* ==========================================================================
 	#category-tab 
 ========================================================================== */
.all-categories {
 	margin-bottom: 0;
}

.category-adds {
	/*overflow: hidden;*/
}
.category-tab> .item {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	border-radius: 4px;
}

.item .item-image {
	float: left;
	width:40%;
	position: relative;
	height:175px;
	overflow:hidden;
	background-color: #f7f7f7;
	/*max-height: 300px;*/
	/*max-height: 210px;
	min-height: 210px;*/
}

.item .item-image a {
	display: block;
}

.item-price {
	position: absolute;
	top:15px;
	right:0;
	z-index: 10;
	font-size: 18px;
	background-color: #00a651;
	color:#fff;
	padding: 4px 10px;
	display: block;
	font-weight: 500;
	z-index:1;
}
iframe .item-price {
	z-index:0;
}

.item-post-date {
	float: left;
	font-size:16px;
	margin-right: 10px;
}

.item-image img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
    margin: 0 auto !important;
    height: auto;
    max-width: 100%;
    max-height: 205px;
}
.item:hover .item-image img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin: 0 auto !important;
    height: auto;
    max-width: 100%;
    /*max-height: 220px;*/
    max-height: 100%;
	width:100%;
}

.item:hover .detail-item-image.item-image img {
	margin: 0 auto !important;
    height: auto;
    max-width: 100%;
    /*max-height: 635px;*/
    max-height: 100%;
	width:100%;
}

.detail-item-image.item-image img {
	margin: 0 auto !important;
    height: auto;
    max-width: 100%;
    /*max-height: 635px;*/
    max-height: 100%;
	width: 100%;
}

.product-social a {
	font-size: 16px;
	color: #00a651;
	font-weight: 700;
	display: block;
}

.product-social a:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.item .item-description {
	float:left;
	width:60%;
	/*background-color: #fff;*/
	padding:20px 25px;
	/*min-height: 175px;*/
	min-height: 210px;
	height: 210px;
	max-height: 210px;
	position: relative;
	display: block;
	overflow: hidden;
}

.item .item-title h3 {
	font-size: 22px;
}

.item .item-title h3 a {
	color: #333;
}

.categorie {
	font-size: 12px;
}

.categorie a, 
.featured-title h4 a {
	color:#a0a0a0;
}

.item-description .item-meta {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}

.item .product-social {
	float: right;
	margin-left:0;
    margin-right:0;
}

.tab-view {
	float: right;
	font-size: 20px;
}

.tab-view li {
	color: #6f6f6f;
	background-color: #fff;
	/*padding: 10px 16px;*/
	padding: 5px 10px;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #ddd;
	margin-left: 7px;
	cursor: pointer;
}

.view-all-ads {
	margin-top: 65px;
}

.nav-tabs>li a {
	line-height: 24px;
	border-radius: 3px;
	padding: 12px 45px;
	background-color: #fff;
	border:1px solid #f1f1f1;
	border-bottom:1px solid #ddd;
	color: #6f6f6f;
}

.view-all-ads .btn-primary {
	background-color: transparent;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li >a:hover, 
.nav-tabs>li > a:focus, 
.tab-view li:hover, 
.tab-view li.active {
	color: #fff;
	border:1px solid #00A659;
	background-color: #00A659;
}

.category-tab .nav-tabs>li {
	margin-right: 12px;
}

.category-tab .nav-tabs {
	background-color:transparent;
	margin-bottom: 25px;
	display: inline-block;
	border: 0;
}

.item .item-title h3 a:hover, 
.view-all-ads .btn-primary, 
.categorie a:hover, 
.featured-title h4 a:hover {
	color: #00A659;
}


.tab-content ul {
	margin-left: -15px;
	margin-right: -15px;
}

.tab-content .item-wrap {
	float: left;
	width: 25%;
	/*padding-left:15px;
	padding-right:15px;*/
	margin-top: 30px;
	position: relative;
}

.tab-content.grid-view-tab .item-wrap {
	width: 33.33333333%;
}

.tab-content.list-view-tab .item-wrap {
	width: 50%;
}
.tab-content .backgroundsizeenlarge10pr{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	transform: scale(1.00);
}
.tab-content .item-wrap .item{
	/*background-color: #f7f7f7;*/
}
.grid-view-tab .item .item-image, 
.small-view-tab .item .item-image, 
.grid-view-tab .item .item-description, 
.small-view-tab .item .item-description{
	float: none;
	width:100%;
	height: auto;
}

.small-view-tab .item .product-social, 
.grid-view-tab .item .product-social {
	float: left;
}

.item-image .left-control, 
.item-image .right-control {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	font-size: 25px;
	color: #00a651;
	background-color: #fff;
	height: 35px;
	width: 26px;
	text-align: center;
	border-radius: 2px;
	opacity:0;
}

.item-image .left-control:hover, 
.item-image .right-control:hover {
	color: #fff;
	background-color: #00a651;
}

.item-image .left-control {
	left:10px;
}

.item-image .left-control i {
	margin-left: -2px;
}

.item-image .right-control i {
	margin-right: -2px;
}

.item-image .right-control {
	right:10px;
}

.item-image:hover .left-control{
	left:0px;
	opacity: 1;
}

.item-image:hover .right-control{
	right:0px;
	opacity: 1;
}


/* ==========================================================================
 	#bog-section
 ========================================================================== */

#bog-section {
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 90px;
}

.entry-content {
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #ddd;
	padding: 25px 30px;
	padding-left: 80px;
	position: relative;
}

.entry-content .entry-title {
	font-size: 22px;
	text-transform: initial;
	font-weight: 500;
	margin-top: 0;
}

.entry-content .entry-title a, .entry-meta span a {
	color: #6f6f6f;
}

.entry-meta {
	margin-left: -10px;
}

.entry-meta span {
	padding: 0 10px;
}

.entry-meta span a:hover, 
.entry-content .entry-title a:hover{
	color: #00A659;
}

.entry-thubmnail {
	position: relative;
	overflow: hidden;
}

.entry-thubmnail img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-post:hover .entry-thubmnail img {
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.date {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	padding: 15px;
	background-color: #00A659;
	color:#fff;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	max-width: 60px;
	border:1px solid #00A659;
}

.date span {
	font-size: 22px;
	font-weight: 700;
	display: block;
}


.date:hover {
	color:#00A659;
	background-color: transparent;
}



/* ==========================================================================
 	#newsletter
 ========================================================================== */

#newsletter {
	padding: 65px 0 75px;
	text-align: center;
	background-color: #f7f7f7;
	color: #6f6f6f;
	font-size: 20px;
}

.newsletter .input-email {
	width: 100%;
	position: relative;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #000;
	font-size:18px;
}

.input-email input[type="email"]{
	padding:6px 15px;
	width:100%;
	height:48px;
}

.newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
	padding:11px 20px;
	border:0;
	border-radius: 0 4px 4px 0;
}


/* ==========================================================================
 	#Footer
 ========================================================================== */

#footer .section {
	margin-bottom: 0;
}

#footer .footer-top {
	background-color:#25262a;
	color: #a0a0a0;
}

#footer .footer-bottom {
	background-color: #f7f7f7;
	padding:25px 0 15px;
	border-top: 1px solid #f1f1f1;
}

.footer-widget h3
{
	margin-bottom: 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}
.footer-widget span
{
	margin-bottom: 35px;
	color: #fff;
	text-transform: uppercase;
}


.footer-widget ul>li {
	margin-bottom:15px ;
	position: relative;
}

.footer-widget ul>li>i {
	margin-right: 10px;
	font-size: 16px;
}

.footer-widget li span {
    font-weight: 600;
    /*color:#;*/
}

.footer-widget li span i {
	margin-right: 10px;
}
.twitter-widget li {
	padding-left:30px;
}

.footer-widget li span.twitter-icon {
	font-size: 18px;
	position: absolute;;
	left:0;
	top:0;
}

.footer-widget .time {
	color: #a0a0a0;	
	display: block;
	overflow: hidden;
}

.link-widget li i {
	margin-right: 10px;
}

.footer-widget li, 
.contact-widget a, 
.social li a i, 
.link-widget a{
	color:#a0a0a0;
}

.twitter-widget a {
	color:#fff;
}

.contact-widget a:hover, 
.social li a:hover i, 
.link-widget a:hover, 
.twitter-widget a:hover {
	color:#00A659;
}

.contact-widget .social {
	margin-top: 10px;
}


.social li a {
	font-size:20px;
	margin-right: 8px;
}


.payment-opt-icons ul, 
.payment-opt-icons ul li, 
.payment-opt-icons span {
	display: table-cell;
	vertical-align: middle;
}

.payment-opt-icons {
	float: right;
	display: table;
	margin-top: -5px;
}

.payment-opt-icons ul {
	margin-left: 10px;
}

.payment-opt-icons ul li {
	padding:0 4px;
}

.payment-opt-icons span {
	padding-right: 20px;
}

.payment-icons {
	margin-left: 15px;
	margin-top: -4px;

}
.payment-icons li {
	margin-right: 5px;
}

.payment-icons li img {
	border-radius: 4px;
}

.footer-widget.link-widget li {
	float: left;
	width: 50%;
}

.footer-widget.about-widget {
	max-width: 325px;
}

/* ==========================================================================
 	== Page == Category Page 
 ========================================================================== */



#breadcrumb-section {
	background-color:#25262a;
	color: #fff;
	margin-bottom: 0;
	background-image: url(../images/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#breadcrumb-section h1 {
	text-transform: capitalize;
}

.filter-list {
	background-color: #fff;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 2px;
}

.list-title {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #ddd;
	padding:18px 20px;
	display: block;
	font-weight: 500;
}

.list-title a {
    color: #6f6f6f;
}

.list-title a i {
	margin-right: 5px;
}

.filter-list .list-group {
	margin-bottom: 0;
}

.filter-list .list-group li a{
	display: block;
	color: #4e575d;
	background-color:#fefefe;
	border-bottom: 1px solid #ddd;
	padding:13px 25px;
}

.filter-list .list-group li.active> a, .list-title a:hover  {
	color: #00A659;
}

.filter-list .list-group li.active> a {
	font-weight: 700;
}

.filter-list .list-group .sub-list {
	border-bottom: 1px solid #ddd;
}

.filter-list .list-group .sub-list li a{
	padding-left: 35px;
	background-color: #f9f9f9;
	font-weight: 400;
	border-left:10px solid #ddd;
}

.filter-list .list-group li:last-child a {
	border-bottom: 0;
}

.filter-list .list-group li a:hover, 
.filter-list .list-group li span {
	color:#00A659;
}

.filter-list .list-group li span {
	float: right;
}


.filter-list.brand-list .list-group{
	padding:20px 25px;
}

.filter-list.brand-list .list-group li{
	margin-bottom: 10px;
	
}

.list-group li label {
	color:#4e575d;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.checkbox {
	margin-top: 0;
}

.filter-list.brand-list .list-group li:last-child {
	margin-bottom: 0;
}

#advanced-filter .panel-body {
	padding: 25px;
}

#advanced-filter .panel-body h5 {
	margin-top: 0;
}

.filter-heading a{
    color: #6f6f6f;
}

#advanced-filter .list-group {
	margin-bottom: 20px;
}

#advanced-filter .list-group li {
	margin-bottom: 7px;
}

.price-range label {
	/*width: 46%;
	float: left;
	margin-right: 5px;*/
	width: 50%;
	float: left;
}

.price-range label input {
	width:100%;
	padding:3px 6px;
}

.price-range .btn.btn-primary {
	font-size: 14px;
	padding: 8px 25px;
	margin-top: 15px;
	width: 100%;
}

.page .item .item-image {
    float: none; 
    width: 100%; 
    height: auto;
}

.page .item .item-description {
    float: none;
    width: 100%;
}

.page .tab-content.small-view-tab .item-wrap {
	/*width: 33.33333333%;*/
	width: 25%;
}

.page .tab-content.grid-view-tab .item-wrap {
	width: 50%;
}

.page .tab-content.list-view-tab .item-wrap {
	width: 100%;
}

.page .tab-content.list-view-tab .item-wrap .item-image {
	width: 24%;
	float: left;
	display: inline-block;
}

.page .tab-content.list-view-tab .item-wrap .item-description {
	width: 76%;
	display: inline-block;
	min-height: unset !important;
	height: unset !important;
	max-height: unset !important;
}
.pagemain .tab-content.list-view-tab .item-wrap .item-image {
	width: 15% !important;
}

.pagemain .tab-content.list-view-tab .item-wrap .item-description {
	width: 85% !important;
}
@media screen and (max-width: 767px)
{
	.page .tab-content.list-view-tab .item-wrap {
		width: 100%;
		display: block;
		clear: both;
	}
	.page .tab-content.list-view-tab .item-wrap .item-image {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 42%;
	}
	.page .tab-content.list-view-tab .item-wrap .item-description {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 56%;
		min-height: 22vw !important;
	}
}
.page .tab-content.list-view-tab .item-wrap .item-image:before {
	display: none;
}

.page .tab-content.list-view-tab .item-wrap .product-social {
    float: left;
    margin-left: 15px;
}
#advanced-filter span i{
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

/* ==========================================================================
 	== Page == ad-details Page 
 ========================================================================== */

.ad-details .item-post-date {
	float: none;
}

.ad-details .item-post-date i {
	margin-right: 7px;
}

.ad-details .ad-title h3 {
	margin-top: 0px;
	color: #000;
	font-size:26px;
}

.details-description {
	background-color: #fff;
	padding: 15px 30px 30px 30px;
}

.details-description h4 {
	color: #000;
	font-weight: 500;
}

.ad-details .item-info {
	position: relative;
	overflow: hidden;
	/*margin-bottom: 15px;*/
}

.ad-details .item-meta {
	border-bottom:1px solid #ddd;
	/*padding-bottom: 20px;*/
}

.ad-details .item-price {
	top: 30px;
	padding: 7px 15px;
}

.ad-details .item-info ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.ad-details .item-info ul li.group {
	padding: 2px 2px 2px 20px;
	border: 1px solid #005494;
	background-color: #eee;
}

.ad-details .item-info ul li:before {
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
	left: 0;
	top:0;
	font-size:12px;
	line-height: 20px;
}
.ad-details .item-info ul li.group:before {
	content: "" !important;
}

.ad-details .item-image {
	max-height: 400px;
}

.ad-details .item-image img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ad-details .item .product-social {
	position: absolute;
	top: 0;
	right: 0;
}

.ad-details .item .product-social li {
	padding-left: 0;
	margin-left: 10px;
}

.ad-details .item .product-social li:before {
	display: none;
}

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


.related-ads .item-wrap {
	width:33.33%;
}

.location-map {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}


.location-map h4 {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 0;
	color:#000;
} 

#location {
	height: 350px;
	width: 100%;
}

.side-bar .widget {
	background-color: #fff;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 30px;
}

.side-bar h4{
	margin-top: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: #000;
}

.item-author .seller-image {
	margin-bottom: 20px;
}

.side-bar .btn.btn-primary {
	width:100%;
}

.side-bar .seller-info span {
	font-weight: 700;
	margin-right: 5px;
}

.side-bar .seller-info a:hover {
	color:#00a651
}

.side-bar .seller-info address {
	margin-bottom: 10px;
}

.widget.item-tag li {
	margin-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}

.widget.item-tag li a {
	padding: 5px 10px;
	display:block;
	border:1px solid #ddd;
	color:#6f6f6f;
	border-radius: 3px;
	background-color: transparent;
}

.widget.item-tag li a:hover {
	background-color: #00a651;
	border:1px solid #00a651;
	color:#fff;
}

/* ==========================================================================
 	== Page == avt-post-wrapper
 ========================================================================== */

.avt-post-wrapper .avtpost-fields{
	padding: 25px 35px;
	border:1px solid #ddd;
	margin-top: 30px;
	border-radius: 4px;
}

.avt-post-wrapper .avtpost-fields.seller-option{
	background-color: #fff;
}


.avt-post-wrapper .avtpost-fields h3 {
	color: #000;
	margin-bottom: 30px;
}

.avt-post-wrapper .avtpost-fields h3 span {
	float: right;
	font-size:16px;
}
.post-inner .input-group .form-control {
	border-radius: 4px !important;
}
.post-inner .choose-option {
	display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 44px;
    margin-top:0;
    margin-bottom: 0;
}

.post-inner .form-group {
	margin-bottom: 25px;
}

.post-inner .choose-option label {
	font-weight: 400;
}

input[type=checkbox], input[type=radio] {
	margin-right:5px;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.upload-section .upload-image {
	margin-bottom: 15px;
	width: 100%;
}

input[type=file]{
	font-weight: 400;
	border-radius: 4px;
	background-color: #fff;
	padding:12px 15px;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.post-inner textarea {
	min-height: 230px;
	padding: 15px 20px;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb li.active, .breadcrumb li a {
	color: #fff;
	font-size: 16px;
}

.breadcrumb li a:hover {
	color: #02743a;
}

.premium-avts, .payment-options {
	margin-top: 15px;
}

.premium-avts li, .payment-options li{
	margin-bottom:5px;
}


.submit-section .submit-button {

} 
.submit-section .ad-condition {
	margin-top: 30px;
	margin-bottom: 25px;
}


/* ==========================================================================
 	== Page == FAQ
 ========================================================================== */

.faq-post h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.faq-post .faq {
	margin-bottom: 30px;
}

.faq-post .faq i {
	margin-right: 5px;
}

.faq-post .faq-ans {
	background-color: #fff;
	border-bottom:1px solid #ddd;
	padding: 30px 30px 20px;
}

.faq-filter {
	padding: 25px 0;
	margin-bottom:50px;
	border-bottom:1px solid #ddd;
}

.faq-filter ul li {
	font-size: 16px;
	cursor: pointer;
	margin-right: 15px;
	font-weight: 500;
}

.faq-filter ul li:last-child {
	margin-right: 0;
}
.faq-filter ul li a {
	color:#6F6F7A;
}
.faq-filter ul li a:hover, 
.faq-filter ul li.active a {
	color:#00a651;
}

/* ==========================================================================
 	== Page == Sign up / Sign In + Extra pages
 ========================================================================== */

.user-form{
	margin-top: 30px;
	padding: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.175)
}

.user-form .btn-primary {
	width: 100%;
}


.blank-page {
	min-height: 500px;
}

.blank-page .test-column {
	padding: 15px;
	border:1px solid #ddd;
	background-color: #fff;
	margin-top: 30px;
	text-align: center;
}

.error-page {
    background-color: #fff;
    padding: 50px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.175)
}

.error-page h2 {
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.error-page-content {
    max-width: 675px;
    display: inline-block;
}
.error-page-content .btn-primary {
	margin: 30px 0;
}





/* ==========================================================================
 	== Page == Blog
 ========================================================================== */


.blog-content .blog-post {
	margin-top: 30px;
}

.sidebar .widget {
    margin-top: 30px;
    background-color: #fff;
    padding: 25px;
    border-bottom: 1px solid #ddd;
}

h2.widget-title {
    font-size: 18px;
    margin-top: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.sidebar {
}

.widget-content li {
    margin-top: 10px;
}

.widget-content li a, 
.widget-content a  {
    color: #6f6f6f;
}
.widget-content li a:hover, 
.widget-content a:hover {
    color: #00A659;
}

.tags .widget-content a {
	margin:5px;
	display: inline-block;
}

.page .entry-content {
	background-color: #fff;
}

.widget input#search-input {
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 100%;
    color:#6f6f6f;
}

.widget input#search-input:focus {
	border-color:#00a651;
}

.widget form#search-form {
    position: relative;
}

.widget button#search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #00a651;
    border: 1px solid #00a651;
    color:#fff;
    border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget form:hover button#search-submit, 
.widget button#search-submit:hover {
	background-color: #00a651;
	border: 1px solid #00a651;
	color:#fff;
}

p.quote-text {
    background-color: #f7f7f7;
    padding: 10px 15px;
    border-left: 3px solid;
    margin: 15px 0;
}

.blog-detail .entry-content {
	padding: 45px;
	padding-left: 85px;
}

.blog-detail .entry-meta {
	margin-top: 30px;
}

.blog-detail .date {
	top:0;
	margin-top: 50px;
}

.post-comments {
    background-color: #fff;
    padding: 45px;
    margin-top: 30px;
}

.post-comments h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog-detail .blog-post .entry-thubmnail img {
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.comment-avater {
    float: left;
    margin-right: 18px;
}

.post-comments .comment-list li {
    padding: 25px;
    border-top: 1px solid #f1f1f1;
}

.post-comments .comment-list>li:first-child {
	border-top:0;
}

.post-comments .comment-list li:last-child {
	padding-bottom: 0;
}

.post-comments .comment-list ul.child {
	padding-top: 25px;
}

.comment-box {
    background-color: #fff;
    padding: 45px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
}

.comment-box h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.comment-box .btn.btn-primary {
	margin-top: 25px;
}


.contact-us {
	padding:25px;
	background-color: #fff;
	margin-top: 30px;
}

#gmap {
	height: 338px;
}

.contact-form-wrapper {
	margin-top: 30px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-us button.btn.btn-primary {
    margin-top: 25px;
}
.btn_add_full{
	width: 100%;
}

.featured-description{
    background-color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
}
.featured-image
{
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    max-height: 210px;
	border-radius: 0px 50px;
}
.featured-image-mob
{
	border-radius: 0px 25px !important;
}
.featured-image img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.featured-image:hover img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.category-big-title{
	text-align: center;
	/*margin-top: 10px;*/
	margin-top: 30px;
}
.ads-img{
	max-height: 70px;
}
.no-child-ads-cat{
	margin: 0 auto;
	min-height: 70px;
}
#avt-category .category-avt.no-bg{
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#avt-category .category-avt.no-bg .featured-description
{
	background-color: transparent;
}
.active-lang{
	border: 1px solid #00a651;
}
.no-padding-left{
	padding-left: 0px;
}
.green{
	color: #00a651;
}

.clear-filter-style.filter-list{
	background-color: transparent;
	border: none;
}
#advanced-filter .panel-body.no-padding{
	padding: 0px;
}
.country-search{
	width: 100%;
    padding: 3px 6px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.price-search{
	border: 1px solid #e3e3e3;
    border-radius: 4px;
    
    font-weight: normal;
}
.btn.search-btn{
    padding: 10px 30px;
    margin-top: 13px;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
div#categories-block .col-md-4{
	height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0px;
}
@media screen and (max-width: 992px)
{
	div#categories-block .col-md-4{
		height: unset;
	}
}
@media screen and (max-width: 767px)
{
	div#categories-block .col-md-4{
		height: unset;
	}
}
.margin-top-15{
	margin-top: 15px !important;
}
#categories-block > div {
	padding: 0px 30px;
}
.clearImage
{
    font-size: 20px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.blockfordesktopipad .navbar-brand>img
{
	/*height: 40px;*/
	height: 70px;
	width: 70px;
}
.navbar-brand{
	margin-top: 0px;
	padding: 0px;
    padding-left: 15px;
}
.threedesktop-twoipad-twomobile-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.threedesktop-twoipad-onemobile-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.three-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
@media screen and (max-width: 992px) {
	.threedesktop-twoipad-twomobile-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.threedesktop-twoipad-onemobile-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width: 767px) {

	.navbar-brand>img
	{
		height: 50px;
	}
	.threedesktop-twoipad-twomobile-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.threedesktop-twoipad-onemobile-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.three-columns {
	    -webkit-column-count: 2;
    	-moz-column-count: 2;
    	column-count: 2;
	}
	.no-padding-left {
		padding-left: 15px;
	}
	.page-title.text-center
	{
		margin-top: 75px;
	}
}
.padding-left-right-5:first-child{
	/*padding-left: 15px;*/
}
.padding-left-right-5:last-child{
	/*padding-right: 15px;*/
}
.padding-left-right-5{
	padding-left: 5px;
	padding-right: 5px;
}
.padding-left-right-5 .choose-option{
	padding: 10px;
	white-space: nowrap;
}
.g-recaptcha
{
	margin-top: 20px;
}
li a
{
	white-space: initial !important;
}
li
{
	-ms-word-wrap: break-word !important;
	word-wrap: break-word !important;
	-ms-word-break: break-all !important;
	word-break: break-all !important;
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
} 

















.blockfordesktop
{
	display: block !important;
	visibility: visible !important;
}
.blockfordesktopipad
{
	display: block !important;
	visibility: visible !important;
}
.blockforipad
{
	display: block !important;
	visibility: visible !important;
}
.blockforipadmobile
{
	display: none !important;
	visibility: collapse !important;
}
.blockformobile
{
	display: none !important;
	visibility: collapse !important;
}
.blockfordesktop-inline
{
	display: inline-block !important;
	visibility: visible !important;
}
.blockfordesktopipad-inline
{
	display: inline-block !important;
	visibility: visible !important;
}
.blockforipad-inline
{
	display: inline-block !important;
	visibility: visible !important;
}
.blockforipadmobile-inline
{
	display: none !important;
	visibility: collapse !important;
}
.blockformobile-inline
{
	display: none !important;
	visibility: collapse !important;
}
@media screen and (max-width: 992px)
{
	.blockfordesktop
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockfordesktopipad
	{
		display: block !important;
		visibility: visible !important;
	}
	.blockforipad
	{
		display: block !important;
		visibility: visible !important;
	}
	.blockforipadmobile
	{
		display: block !important;
		visibility: visible !important;
	}
	.blockformobile
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockfordesktop-inline
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockfordesktopipad-inline
	{
		display: inline-block !important;
		visibility: visible !important;
	}
	.blockforipad-inline
	{
		display: inline-block !important;
		visibility: visible !important;
	}
	.blockforipadmobile-inline
	{
		display: inline-block !important;
		visibility: visible !important;
	}
	.blockformobile-inline
	{
		display: none !important;
		visibility: collapse !important;
	}
}
@media screen and (max-width: 767px)
{
	.blockfordesktop
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockfordesktopipad
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockforipad
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockforipadmobile
	{
		display: block !important;
		visibility: visible !important;
	}
	.blockformobile
	{
		display: block !important;
		visibility: visible !important;
	}
	.blockfordesktop-inline
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockfordesktopipad-inline
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockforipad-inline
	{
		display: none !important;
		visibility: collapse !important;
	}
	.blockforipadmobile-inline
	{
		display: inline-block !important;
		visibility: visible !important;
	}
	.blockformobile-inline
	{
		display: inline-block !important;
		visibility: visible !important;
	}
}

.slider-background
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#878787+0,ffffff+30,ffffff+70,878787+100 */
background: #878787; /* Old browsers */
background: -moz-linear-gradient(left, #878787 0%, #ffffff 30%, #ffffff 70%, #878787 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #878787 0%,#ffffff 30%,#ffffff 70%,#878787 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #878787 0%,#ffffff 30%,#ffffff 70%,#878787 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#878787',GradientType=1 ); /* IE6-9 */
}

.backgroundsizeenlarge10pr
{
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.backgroundsizeenlarge10pr:hover
{
	transform: scale(1.10) !important;

}

#headeruisearchmainfilterresults,
#headermobuisearchmainfilterresults,
#uisearchmainfilterresults
{
	display: none !important;
	position: absolute !important;
	min-width: 200px !important;
	border: 0px solid green !important;
	background-color: white !important;
}
#headeruisearchmainfilterresults,
#headermobuisearchmainfilterresults
{
	right: 0 !important;
}
.headeruisearchmainfilter:hover #headeruisearchmainfilterresults,
.headermobuisearchmainfilter:hover #headermobuisearchmainfilterresults,
.uisearchmainfilter:hover #uisearchmainfilterresults
{
	display: block !important;
}
.uisearchmainfilterresultsitemfirst
{
	border-top: 1px solid green !important;
}
.uisearchmainfilterresultsitem
{
	border-left: 1px solid green !important;
	border-bottom: 1px solid green !important;
	border-right: 1px solid green !important;
	width: 100% !important;
	display: block !important;
	font-weight: normal !important;
	color: green !important;
	background-color: white !important;
	padding: 5px !important;
}
.uisearchmainfilterresultsitem:hover
{
	font-weight: bold !important;
	color: white !important;
	background-color: green !important;
}




.uisearchmainfilterresultsitemblock {margin: 0px 0 0 0;}
	.uisearchmainfilterresultsitemblock .uisearchmainfilterresultsitemblockitem {position:relative;padding:0 0 0 0;margin:0 0 0px 0;clear:both;display: flex}
	.uisearchmainfilterresultsitemblock .uisearchmainfilterresultsitemblockitem:last-child{margin:0 0 0 0;}
	.uisearchmainfilterresultsitemblock .col{/*margin: 0 1% 0 1%*/}
	.uisearchmainfilterresultsitemblock .span_3_of_3{width: 100%}.uisearchmainfilterresultsitemblock div .span_2_of_3{width: 66.33%}.uisearchmainfilterresultsitemblock div .span_1_of_3{width:32.66%}
	.uisearchmainfilterresultsitemblock img { width:90%}
	.uisearchmainfilterresultsitemblock h3 {padding: 0 0 10px 0;}
	.uisearchmainfilterresultsitemblock .uisearchmainfilterresultsitemblockitem span{font-size:9pt;text-align:left}

.slider.uisearchmainfilterresultsitemblock .slick-slide{margin:0 0px 0 0;}
.slider.uisearchmainfilterresultsitemblock{max-height:none;overflow:visible;margin:0 auto 0 auto; padding: 0 0 25px 0; background-color: #cccccc;}
.slick-slider{position:relative;display:block;box-sizing:border-box;overflow:hidden}
.slick-list{position:relative;display:block;overflow:hidden;cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}
.slick-list.dragging{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}
.slider.default .slick-list{cursor:default !important}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.slick-track{position:relative;display:block}
.slick-slide{display:inline-block !important;float:left;height:auto;text-align:center;overflow:hidden !important}
.slick-slide{pointer-events:none}
.slick-slide a{pointer-events:auto}
.slick-slide img{width:100%;display:block;pointer-events:none}
.slick-slide.slick-loading img{display:none}
.slick-initialized .slick-slide{display:block}
.slick-arrow.slick-hidden{display:none}
.slick-arrow{position:absolute;top:50%;margin-top:-25px;display:block;width:45px;height:45px;cursor:pointer;border:none;outline:none;background-image:url(../_images/graphics/fancybox_sprite.png);background-repeat:no-repeat;opacity:0.4;transition:all 0.5s;z-index:1000}
.slick-arrow:hover{opacity:0.9}
.slick-prev{left:5px;background-position:0 -45px}
.slick-next{right:5px;background-position:0 -90px}
.slick-dots {position:absolute;bottom:5px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block}
.slick-dots li span {cursor:pointer;display:inline-block;outline:none;width:10px;height:10px;margin:0 5px;vertical-align:middle;background-color: rgba(0,0,124,0.7);}
.slick-dots li.slick-active span{background-color:#007C00 !important}
.uisearchmainfilterresultsitemblock .slick-arrow{top:auto;bottom:0px;margin-top:0;width:30px;height:30px;background:none;opacity:1;color:#00007C!important;}
.slick-arrow:hover{color:#007C00 !important;}
.uisearchmainfilterresultsitemblock .slick-prev{left:5%}
.uisearchmainfilterresultsitemblock .slick-next{right:5%}
.uisearchmainfilterresultsitemblock .slick-prev:before,.uisearchmainfilterresultsitemblock .slick-next:after{display:inline-block;padding:0;font-size:25pt;height:30px;line-height:30px}
.uisearchmainfilterresultsitemblock .slick-prev:before{content:'‹';}
.uisearchmainfilterresultsitemblock .slick-next:after{content:'›';}
.uisearchmainfilterresultsitemblock .slick-dots {bottom:5px;}
.uisearchmainfilterresultsitemblock .slick-dots li span {background-color:#00007C}



.chosen-container:hover .chosen-single
{
	border-color: #00a651 !important;
}
.chosen-container .chosen-single
{
	border: 1px solid #e3e3e3 !important;
	color: #777 !important;
	font-size: 14px !important;
	height: 44px !important;
	padding: 6px 12px !important;
	background-color: #fff !important;
	background: #fff !important;
}
.chosen-container .chosen-drop
{
	border-color: #00a651 !important;
	color: #777 !important;
}

#headerformobile {
	position: relative/*fixed*/;
	z-index: 998;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	margin: 0 auto;
	background-color: transparent !important;
}

@media screen and (max-width: 767px) {
	.topbar
	{
		background-color: unset;
	}
}
.mobile-nav-button{
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 60px;
	position: relative;
}
.mobile-nav-button div.line{background-color:#5D5D5E;width:40px;height:4px;margin:8px 0px 0px 0px;}
.mobile-nav-button div.line:first-child{margin-top:24px;}
.mobile-nav-button .b-1,
.mobile-nav-button .b-3{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.mobile-nav-button .b-1.rotated{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.mobile-nav-button .b-3.rotated{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-16px;}
/*#headerformobile #mobile-nav-button,#headerformobile #mobile-nav-right{display:block;}*/
.mobile-nav-button div.line:first-child{margin-top:17px;}
.mobile-nav-button div.line{height:4px;width:32px;margin:6px 0 0 0px;}
.mobile-nav-button .b-3.rotated{margin-top:-12px;}
.mobile-nav-button            div.data{display: none; padding: 10px; background-color: #FFFFFF; width: 300px;}
.mobile-nav-button:hover div.data{display: block; position: absolute; top: 60px; right: 0;}

#headerformobile #mobile-nav-button{display:block;position:absolute;top:0;left:0;cursor:pointer;width:80px;height:60px;}
#headerformobile #mobile-nav-button div{background-color:#5D5D5E;width:40px;height:4px;margin:8px 0px 0px 14px;}
#headerformobile #mobile-nav-button div:first-child{margin-top:24px;}
#headerformobile #mobile-nav-button .b-1,
#headerformobile #mobile-nav-button .b-3{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
#headerformobile #mobile-nav-button .b-1.rotated{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
#headerformobile #mobile-nav-button .b-3.rotated{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-16px;}
/*#headerformobile #mobile-nav-button,#headerformobile #mobile-nav-right{display:block;}*/
#headerformobile #mobile-nav-button div:first-child{margin-top:17px;}
#headerformobile #mobile-nav-button div{height:3px;width:32px;margin:6px 0 0 14px;}
#headerformobile #mobile-nav-button .b-3.rotated{margin-top:-12px;}
#headerformobile #mobile-nav-button2{display:block;position:absolute;top:0;right:40px;cursor:pointer;width:70px;height:60px;}
#headerformobile #mobile-nav-button2-search {
	background-image: url('../images/icons8-Search-50.png') !important;
	padding-left: 5px;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	background-size: 50%;
	padding-right: 5px;
	width: 70px;
	height: 50px;
	display: block;
	float: right;
}
#headerformobile #mobile-nav-button2-search-div
{
	display: none;
	opacity: 0;
	height: 0;
	width: 200px;
	left: -150%;
	top: 56px;
	position: absolute;
	padding: 5px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
}
#headerformobile #mobile-nav-button2-search-div.is-opened
{
	display: block;
	opacity: 1;
	height: auto;
	z-index: 100000;
}
#headerformobile #mobile-nav-button3{display:block;position:absolute;top:0;right:5px;cursor:pointer;width:40px;height:60px;}
#headerformobile #mobile-nav-button3 div:first-child {
	margin-top: 13px;
}
#headerformobile #mobile-nav-button3 .b-1,
#headerformobile #mobile-nav-button3 .b-3 {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#headerformobile #mobile-nav-button3 div.b-1,
#headerformobile #mobile-nav-button3 div.b-2,
#headerformobile #mobile-nav-button3 div.b-3 {
	background-color: #5D5D5E;
	width: 10px;
	height: 4px;
	margin: 8px 0px 0px 0px;
	display: inline-block;
}
#headerformobile #mobile-nav-button3 div.b-1 {
	margin-top: 13px;
}


#headerformobile .navbar-brand {
	position: relative;
	padding: 14px 0px 0px 0px;
	/*width: 60px;*/
	width: 50px;
	margin: auto;
	z-index: 10;
	/*top: 0;
	left: 0;*/
	display: block;
	float: unset;
}
/*#headerformobile #mobile-nav-right {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 80px;
	height: 60px;
}*/
#headerformobile #mobile-nav-button div:first-child {
	margin-top: 13px;
}
#headerformobile #mobile-nav-button .b-1,
#headerformobile #mobile-nav-button .b-3 {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#headerformobile #mobile-nav-button div {
	background-color: #5D5D5E;
	width: 40px;
	height: 4px;
	margin: 8px 0px 0px 14px;
}

#mobile-nav {
	position: fixed;
	top: 0;
	left: -280px;
	bottom: 0;
	width: 280px;
	background-color: #F5F5F5;
	z-index: 10000;
	border: 1px solid #00a651
}
#mobile-nav .nav-wrapper {
	position: relative;
	overflow-x: hidden;
	height: 100%;
}
#mobile-nav .login .headline {
	background-color: #00a651 /*#19446E*/;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 0 15px 15px;
}
#mobile-nav .login .error-text {
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: 300;
	color: #FF0000;
	opacity: 0;
}
#mobile-nav form label {
    position: relative;
    display: block;
    margin-top: 15px;
    line-height: 24px;
}
#mobile-nav .login form input {
    padding: 6px 6px 6px 10px;
}
#mobile-nav .login form input {
    width: 264px;
}
#mobile-nav form label input, #mobile-nav form label textarea {
	padding: 6px 6px 6px 0;
	margin-bottom: 15px;
}
#mobile-nav form label input, #mobile-nav form label textarea {
	background-color: transparent;
	border: none;
		border-bottom-width: medium;
		border-bottom-style: none;
		border-bottom-color: currentcolor;
	border-bottom: 1px solid #D6D7D7;
	border-radius: 0;
	padding: 6px 6px 6px 10px;
	width: 390px;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
}
#mobile-nav#index-index .remember-me-checkbox {
    margin-left: 10px;
}
#mobile-navform[name="mobile-login-form"] .remember-me-checkbox {
    margin-left: 10px !important;
}
#mobile-nav.remember-me-checkbox {
    margin-left: 15px;
    color: #AFAFAF;
}
#mobile-nav .urls {
	/*position: absolute;*/
	left: 5px;
	right: 5px;
	/*bottom: 10px;*/
	color: #343536;
	font-size: 12px;
	font-weight: 300;
	line-height: 23px;
	/*text-align: center;*/
	text-align: left;
	margin-left: 5%;
	width: 90%;
}
#mobile-nav .urls h3 {
	color: #00a651;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
#mobile-nav .urls ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	overflow: auto;
}
#mobile-nav .urls li {
	width: 100%;
	margin-bottom: 0px;
}
#mobile-nav .urls li a {
	font-weight: bold;
	color: #777777;
	font-size: 1.2em;
}
#mobile-nav .flags {text-align: center;}
#mobile-nav .flags img{width: 43px; height: 29px;}

#mobile-nav3 {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	z-index: 10000;
	border: 1px solid #00a651
}
#mobile-nav3 ul.main {
	overflow-y: auto;
	height: calc(100% - 50px) !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#mobile-nav3 li {
	display: block;
	background-color: #007C00;
	border-top: 1px solid #CCCCCC;/*#00007C;*/
	text-align: left;
}
#mobile-nav3 ul.submenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #FFF;
	background-color: transparent;
}
#mobile-nav3 #h3 {
	color: #007C00;
	background-color: transparent;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 20px;
	text-align: center;
}
#mobile-nav3 .menu-items h3 {
	color: #FFF;
	background-color: transparent;
}
#mobile-nav3 .menu-items h3 {
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
	font-size: 12pt;
	text-transform: uppercase;
	margin: 0;
}
#mobile-nav3 .ui-accordion-header.ui-accordion-header-collapsed .fa-angle-right {
	display: inline-block;
}
#mobile-nav3 .ui-accordion-header i {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20pt;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 0;
}

#footerformobile{position:fixed;z-index:99;bottom:0;width:100%;height:60px;background-color:#19446E;color:#FFFFFF;font-size:12px;}
#footerformobile img{width: 43px; height: 29px;}
#footerformobile a{color:#FFFFFF;text-decoration:none;}
#footerformobile .blockformobile{display:none;height:120px;background-color:#343537;}
#footerformobile .blockformobile .left{float:left;width:50%;cursor:pointer;}
#footerformobile .blockformobile .left > div{margin-top:15px;margin-left:auto;margin-right:auto;width:95px;}
#footerformobile .blockformobile .left > div span{float:left;}
#footerformobile .blockformobile .left > div span:last-child{margin:8px 0 0 17px;}
#footerformobile .blockformobile .right{float:left;width:50%;}
#footerformobile .blockformobile .right a,#footerformobile .blockformobile .right div{position:relative;display:block;float:left;width:49.3%;height:60px;border-left:1px solid #FFFFFF;}
#footerformobile .blockformobile .right a span,#footerformobile .blockformobile .right div span{position:absolute;bottom:0;right:33%;}#footerformobile .blockformobile .flags a{float:left;margin-top:10px;margin-left:15px;}

.sprite-footer-arrow-down
{
	width:35px;height:15px;background-position:-35px -48px;
	background-image:url('../img/sprite-v528x74cg7963.png');
}
.footerformobile-active
{
	height:120px !important;
}

@media screen and (max-width: 767px) {
	.editAd_blade
	{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 767px) {
	.viewadd_details-description
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.viewadd_imagesdiv
	{
		`clear: both !important;
	}
	.viewadd_imagesdiv img
	{
		float: left !important;
		width: 23% !important;
		height: unset !important;
		margin: 1vw 1% 1vw 1%;
	}
}

#search-section .container
{
	margin-top: 50px;
}
@media screen and (max-width: 992px)
{
	#search-section .container
	{
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 767px)
{
	#search-section .container
	{
		margin-top: 0px !important;
	}
}



div.page
{
	margin-top: 0px;
}
div.page div.left-menu
{
	padding-top: 0px;
	padding-left: 20px;
	float: left;
	width: 300px;
}
div.page div.left-menu .blockfordesktop
{
	/*box-shadow: 0 0 10px rgba(0,0,0,0.50);*/
}
div.page div.left-menu .blockfordesktop ul.main 
{
	display: block;
	width: 100%;
	overflow-y: auto;
	height: calc(100% - 50px) !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
div.page div.left-menu .blockfordesktop li:first-child
{
	/*border-top: 1px solid #007C00;*/
}
div.page div.left-menu .blockfordesktop li
{
	display: block;
	background-color: #FFF;
	/*border-left: 1px solid #007C00;*//*#00007C;*/
	/*border-right: 1px solid #007C00;*//*#00007C;*/
	/*border-bottom: 1px solid #007C00;*//*#00007C;*/
	text-align: left;
	cursor: pointer;
	font-family: Open Sans, Arial;
}
div.page div.left-menu .blockfordesktop h3,
div.page div.left-menu .blockfordesktop span
{
	color: #000000;
	background-color: transparent;
	/*height: 25px;*/
	line-height: 25px;
	padding: 2px 20px 2px 20px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	margin: 0;
	font-weight: normal;
	/*word-wrap: break-word;
	word-break: keep-all;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.page div.left-menu .blockfordesktop li.active,
div.page div.left-menu .blockfordesktop li:hover
{
	/*background-color: #007C00;*/
	border: 1pt solid #00a651;
}
div.page div.left-menu .blockfordesktop li.active h3,
div.page div.left-menu .blockfordesktop li:hover h3,
div.page div.left-menu .blockfordesktop li.active span,
div.page div.left-menu .blockfordesktop li:hover span
{
	/*color: #FFF;*/
	color: #00a651 !important;
}
div.page div.left-menu .blockfordesktop li.header,
div.page div.left-menu .blockfordesktop li.header:hover
{
	/*background-color: #cccccc;*/
}
div.page div.left-menu .blockfordesktop li.header h3,
div.page div.left-menu .blockfordesktop li.header:hover h3,
div.page div.left-menu .blockfordesktop li.header span,
div.page div.left-menu .blockfordesktop li.header:hover span
{
	/*color: #007C00;*/
}
div.page div.central-content
{
	float: left;
	width: calc(100% - 340px);
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 992px)
{
	div.page
	{
		margin-top: 20px;
	}
	div.page div.left-menu
	{
		width: 100%;
	}
	div.page div.central-content
	{
		width: 100%;
		margin-left: 0px;
	}
}
@media screen and (max-width: 767px)
{
	div.page
	{
		/*margin-top: 20px;*/
		margin-top: 0px;
	}
	div.page div.left-menu
	{
		width: 100%;padding-left: 0px;
	}
	div.page div.central-content
	{
		width: 100%;
		margin-left: 0px;
	}
}

#viewAdMainData
{
	display:block;
	width: calc(100% - 10px);
}
@media screen and (max-width: 992px)
{
	#viewAdMainData
	{	
		display:block;
		width: calc(100% - 10px);
	}
}
#viewAdFilters
{
	display:none;
	padding: 15px;
}
#viewAdFilters h3
{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 992px)
{
	#viewAdFilters ul
	{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media screen and (max-width: 767px)
{
	#viewAdFilters ul
	{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.search_sector_sort_by {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: 30px;
}

@media screen and (max-width: 767px)
{
	.search_sector_sort_by {
		padding-left: 15px;
	}
}

.search_sector_sort_by ul li a label {
	cursor: pointer;
}
.search_sector_sort_by ul li:not(.checkbox-period) {
	position: relative;
	float: left;
}
.search_sector_sort_by ul li:not(.checkbox-period) a {
	display: block;
	height: 29px;
	border-radius: 3px;
	position: relative;
}
.search_sector_sort_by ul li:not(.checkbox-period) a {
	margin-right: 7px;
	font-size: 13px !important;
	padding: 5px;
}
.search_sector_sort_by ul li a {
	font-size: 14.5px !important;
	text-decoration: none;
	color: #333;
}
.search_sector_sort_by ul li:not(.checkbox-period) a.current {
	border-color: #00a651;
	background: #00a651;
	color: #fff !important;
}
.search_sector_sort_by .sortingtria {
	top: 19px;
	left: 1px;
	text-align: center;
	height: 10px;
	position: absolute;
	width: 14px;
	background-size: cover;
}
.search_sector_sort_by .type0 .sortingtria {
	display: none;
}
.search_sector_sort_by a.current-type1 .sortingtria span {
	background: url(../images/triangle_white.svg) 100% 100%;
	background-position-x: 100%;
	background-position-y: 100%;
	background-size: auto auto;
	background-size: cover;
}
.search_sector_sort_by a.current-type2 .sortingtria span {
	background: url(../images/triangle_white.svg) 100% 100%;
	background-position-x: 100%;
	background-position-y: 100%;
	background-size: auto auto;
	background-size: cover;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.search_sector_sort_by .sortingtria span {
	background: url(../images/triangle.svg) 100% 100%;
	background-size: cover;
	background-position: 100% -2px !important;
	display: block;
	width: 100%;
	height: 100%;
}
#sort_by_price,     #sort_by_date,
#sort_by_price label, #sort_by_date label
{
	cursor: pointer;
	margin-bottom: 0;
}
#categorieslistblock .selector,
#advfilterlistblock .selector
{
	float: right;
	font-weight: bold;
	text-decoration: underline;
}
#carousel-viewad
{
	width: 64%;
	float: left;
	display: initial;
}
.carousel-viewad-info
{
	width: calc(36% - 20px);
	float: left;
	display: initial;
}
.carousel-viewad-info
{
	padding: 16px 16px 16px 16px;
	border: 1px solid #aaaaaa;
	margin-left: 10px;
	position: relative;
}
.carousel-viewad-infomob
{
	width: 100%;
	padding: 8px 8px 8px 8px;
	border: 1px solid #aaaaaa;
	position: relative;
}
.carousel-viewad-info table,
.carousel-viewad-infomob table
{
	margin-bottom: 12px;
}
.carousel-viewad-info tr td,
.carousel-viewad-infomob tr td
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.carousel-viewad-info p,
.carousel-viewad-info address,
.carousel-viewad-infomob p,
.carousel-viewad-infomob address
{
	margin: 0px;
}
.carousel-viewad-info input,
.carousel-viewad-info textarea,
.carousel-viewad-infomob input,
.carousel-viewad-infomob textarea
{
	font-size: 12px;
	height: 30px;
}
.carousel-viewad-info button.btn-primary,
.carousel-viewad-infomob button.btn-primary
{
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	width: 100%;
	color: #FFFFFF;
	background-color: #00a651;
	border: 1px solid #00a651;
}
.carousel-viewad-info button.btn-primary:hover,
.carousel-viewad-infomob button.btn-primary:hover
{
	filter: brightness(85%);
}
.carousel-viewad-info button.btn-outline-primary,
.carousel-viewad-infomob button.btn-outline-primary
{
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	width: 100%;
	color: #00a651;
	background-color: #FFFFFF;
	border: 1px solid #00a651;
}
.carousel-viewad-info button.btn-outline-primary:hover,
.carousel-viewad-infomob button.btn-outline-primary:hover
{
	color: #FFFFFF;
	background-color: #00a651;
}
button.btn-outline-secondary
{
	width: 100%;
	color: #000;
	background-color: #aaaaaa;
	border: 1px solid #aaaaaa;
	padding: 10px 40px 12px;
}
.carousel-viewad-info button.btn-outline-secondary,
.carousel-viewad-infomob button.btn-outline-secondary
{
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	width: 100%;
	color: #000;
	background-color: #aaaaaa;
	border: 1px solid #aaaaaa;
}
.carousel-viewad-info button.btn-outline-secondary:hover,
.carousel-viewad-infomob button.btn-outline-secondary:hover
{
	color: #333;
	background-color: #999999;/*#ffc107;*/
}
.carousel-viewad-info-seller
{
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carousel-viewad-info-seller2
{
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #337ab7;
}
.carousel-viewad-info-seeallads
{
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carousel-viewad-info-hr
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 96%;
	border-top: 1px solid #aaaaaa;
}
.carousel-viewad-info-hr2
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 96%;
	border-top: 1px solid #aaaaaa;
}
@media screen and (max-width: 992px)
{
	#carousel-viewad
	{
		width: 100%;
	}
	.carousel-viewad-info
	{
		width: 0%;
		display: none;
	}
	.carousel-viewad-info-hr2
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.carousel-viewad-report
{
	border: 2px solid #aaaaaa;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.carousel-viewad-report input.radio-switch
{
	height: unset !important;
	display: inline-block;
	vertical-align: top;
}
.carousel-viewad-report label.radio-switch
{
	height: unset !important;
	display: inline-block;
	vertical-align: top;
}
.carousel-viewad-report label.radio-label
{
	height: unset !important;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 24px - 10px);
}
.carousel-viewad-report input.radio-switch  + label.radio-switch:before
{
	box-sizing: content-box;
	display: table-cell;
	content: "";
	position: absolute;
	vertical-align: middle;
	left: 4px;
	width: 24px;
	height: 24px;
	margin-top: -2px;
	border-radius: 9.5em;
	border: 1px solid #b7b4b7;
	background: #fff;
}
.carousel-viewad-report input:checked.radio-switch + label.radio-switch:before
{
	background: #00a651;
	background: radial-gradient(ellipse at center,#00a651 0,#00a651 39%,#fff 44%,#fff 100%);
}
#carousel-viewad-report2-c,
#carousel-viewad-report2-s
{
	width: 49%;
}
@media screen and (max-width: 767px)
{
	#carousel-viewad
	{
		width: 100%;
	}
}
.cke_browser_gecko
{
	z-index: 100000000000000000000000000000000000000000 !important;
}
.breadcrumb > li + li::before {
    color: #333 !important;
}
.sticky
{
	position: fixed;
	z-index: 101;
	margin-top: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.stop
{
	position: relative;
	z-index: 101;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.sticky2
{
	position: fixed;
	z-index: 101;
	margin-top: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.stop2
{
	position: relative;
	z-index: 101;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#discount_code.correct{
	background-color: #e4ffe4;
	border-color: #00a651;
}
.btnttt
{
	margin-top: 3px;
	border-radius: 3px;
	/*padding: 02px 15px;*/
	padding: 6px 12px;
	background-color: #FFFFFF;
	color: #333333;
	border: 2px solid #00a651;
	background: url(../img/bkg_button_cart.png) repeat-x scroll center bottom #00a651;
	color: #FFF;
}
.btntttdelete
{
	margin-top: 3px;
	border-radius: 3px;
	/*padding: 02px 15px;*/
	padding: 6px 12px;
	background-color: #FFFFFF;
	color: #333333;
	border: 2px solid #880000;
	background: url(../img/bkg_button_cart.png) repeat-x scroll center bottom #800;
	color: #FFF;
}
.grid-view-tab .item-info-filtersection p
{
	width: 100%;
	display: initial;
}
.grid-view-tab .item-info-filtersection div
{
	display: none;
}
.small-view-tab .item-info-filtersection p
{
	width: 100%;
	display: initial;
}
.small-view-tab .item-info-filtersection div
{
	display: none;
}
.list-view-tab .item-info-filtersection p
{
	vertical-align: top;
}
.list-view-tab .item-info-filtersection div
{
	display: inline-block;
}
.list-view-tab .item-info-filtersection div span
{
	display: inline-block;
}
.list-view-tab .item-info-filtersection div span:after
{
	content: ' - ';
}
.list-view-tab .item-info-filtersection div span:last-child:after
{
	content: '' !important;
}
#categorieslist li
{
	padding-top: 2px;
	padding-bottom: 2px;
}
@media screen and (min-width: 993px)
{
	.nopaddingfordesktop
	{
		padding-left: 0;
		padding-right: 0;
	}
}














.box_promoted {
  /*width: 200px; height: 300px;*/
  position: relative;
  /*border: 1px solid #BBB;
  background: #EEE;*/
}
.ribbon_promoted {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon_promoted span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon_promoted span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon_promoted span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.box_promoted2 {
  /*width: 200px; height: 300px;*/
  position: relative;
  /*border: 1px solid #BBB;
  background: #EEE;*/
}
.ribbon_promoted2 {
  position: absolute;
  left: 0px; top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon_promoted2 span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon_promoted2 span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon_promoted2 span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}



.custom1
{
	margin-right: -15px;
	margin-left: -15px;
}
@media screen and (max-width: 767px)
{
	.custom1
	{
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 992px)
{
	.custom1
	{
		margin-right: 0px;
		margin-left: 0px;
	}
}
.help-tip{
	/*position: absolute;*/
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #FFF;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
	display: inline-block;
	border: 1px solid #00a651;
}

.help-tip:before{
	content: '?';
	font-weight: 700;
	color: #00a651;
	/*margin-left: -2px;*/
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	/*right: -4px;*/
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index: 1;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #1E2021;
	left: 6px;
	top: -12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
.glow {
  /*font-size: 80px;
  color: #fff;
  text-align: center;*/
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #00a651, 0 0 20px #00a651, 0 0 25px #00a651, 0 0 30px #00a651, 0 0 35px #00a651;
  }
  
  to {
    text-shadow: 0 0 10px #fff, 0 0 15px #cccccc, 0 0 20px #cccccc, 0 0 25px #cccccc, 0 0 30px #cccccc, 0 0 35px #cccccc, 0 0 40px #cccccc;
  }
}
.btn-primary-glow {
	background-color:#00a651 !important;
	color:#fff !important;
}
.btn-primary2 {
	background-color:#00a651 !important;
	color:#fff !important;
}
.btn-primary3:hover {
	background-color:#00a651 !important;
	color:#fff !important;
}
.btn-primary-hover:hover {
	background-color:#00a651 !important;
	color:#fff !important;
}
.btn-delete-hover:hover {
	background-color:#880000 !important;
	color:#fff !important;
}
.box
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu-main-trigger-mobile-search {
	display: block;
	color: inherit;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0 5px 0 0;
	padding-left: 0px;
	background-image: url(../images/icons8-Search-50.png) !important;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position: center;
	background-size: 80%;
	padding-right: 5px;
}
.menu-main-trigger-mobile-search+.menu-elements {
	padding: 10px;
	background-color: #00a651;
}
.menu-block-search-mobile-closed .menu-elements
{ display: none; opacity: 0; height: 0; }
.menu-block-search-mobile-active .menu-elements
{ display: block; opacity: 1; height: auto; position: absolute; left: 0; top: 60px; z-index: 100000; }




.search-section2 {
	padding: 16px 22px;
	/*background: #ecf1f4;*/
	color: #878787;
}
.search-section2 .searchform {
	position: relative;
}
.search-section2 > :last-child {
	margin-bottom: 0;
}
.search-section2 form {
	margin-top: -5px;
	color: #141414;
}
.search-section2 .searchform input[type="text"] {
	background: transparent;
	border: 0;
		border-bottom-color: currentcolor;
		border-bottom-style: none;
		border-bottom-width: 0px;
	border-bottom: 1px solid currentColor;
	font-family: "Cardo", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	padding: 5px 25px 5px 0;
	outline: none;
	width: 100%;
	border-radius: 0;
}
.search-section2 .searchform .submit-btn {
	position: absolute;
	right: 0;
	top: 5px;
	background: transparent;
	border: 0;
	padding: 0;
	outline: none;
	font-size: 18px;
}
.search-section2:hover #headeruisearchmainfilterresults
{
	display: block !important;
}

.list-view-tab .item-wrap{
	margin-top: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
}
@media screen and (max-width: 767px)
{
	#footer .footer-top
	{
		padding-top: 10px !important;
	}
}