
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

img {
    max-width: 100%;
}
/*------ General ------*/
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
.h1, .h2, .h3, h1, h2, h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
.h4, .h5, .h6, h4, h5, h6{
	margin-top: 15px;
	margin-bottom: 15px;
}
p{
	color: #999999;
}
a{ cursor:pointer; }
input, textarea, select, button{ outline:none; }
textarea{ resize:none; }
.clear{ clear:both; }
.dblock{ display:block; }
.pt20{ padding-top:20px; }

/*------ Custom ------*/
.padding-bottom-60{
	padding-bottom: 60px;
}
.padding-top-20{
	padding-top: 20px;
}

/*---- Custom Check box -------*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 50px;
  color: #999999;
  padding-top: 15px;
  cursor: pointer;
}
[type="checkbox"]:checked + label a{ color:#999; }
.filters .row.checkbox [type="checkbox"]:not(:checked) + label,
.filters .row.checkbox [type="checkbox"]:checked + label {
	padding-top: 15px;
}


[type="checkbox"]:checked + label{
	color:#000000 !important;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '✔';
  position: absolute;
  font-size: 38px;
  color: #dddddd;
  top: 3px; left: 4px;
  line-height: 1;
  width: 40px; height: 40px;
  text-indent: -999999px;
  /*background: #f8f8f8;*/
  /*border-radius: 3px;*/
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}

[type="checkbox"]:not(:checked) + label:before{
	background: url('img/checkbox-unchecked.jpg');
}

[type="checkbox"]:checked + label:before {
	background: url('img/checkbox-checked.jpg');
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 38px;
  line-height: 1;
  color: #000000;
  transition: all .2s;
  text-indent: -999999px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);

}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
}


/*------ Header ------*/
.row.login-top {
    border-bottom: 1px solid #eeeeee;
	letter-spacing: 0.5px;
}
.row.login-top .container{
    padding: 10px 0;
}
.col-sm-4.left-menu {
    margin-top: 8px;
}
.row.login-top .left-menu a{
	margin-right: 40px;
	color: #39b449;
	font-size: 12px;
}
.row.login-top .left-menu a:last-child{
	margin-right: 0;
}
.row.login-top .left-menu a img{
	margin-right: 5px;
}
.col-sm-8.right-menu {
    text-align: right;
}
.right-menu form.login {
    display: inline-block;
}
.login a.forgot-password {
    display: block;
    float: left;
    padding: 8px;
    border: 0;
    background: none;
    color: #999999;
	position:relative;
}
.login button.forgot-password:hover {
	text-decoration: underline;
}
.login input {
    border: 1px solid #eeeeee;
    padding: 7px;
    font-size: 12px;
    margin: 0 !important;
    display: block;
    float: left;
}
#hdrlog_err{
	position:absolute; 
	right:15px; 
	top:35px; 
	background:#fff; 
	border:solid 2px #39b449; 
	color:#f00;
	font-size:11px; 
	line-height:17px; 
	padding:2px 20px 2px 10px;
	display:none; 
	text-align:left;
	z-index:6;
	background:url('/pages/tpl/front/img/close-icon.png') no-repeat right top #fff;
}
/*------ Top Search ------*/
.col-sm-9.search-content {
    text-align: right;
    margin-top: 17px;
	letter-spacing: 1px;
	position: relative;
}
.search-content .simple-search {
    display: inline-block;
    border: 2px solid #39b449;
    /*width: 698px;*/
	width:510px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: #ffffff;
}
.occupation,
.looking-for{
	display: block;
	float: left;
	text-align: left;
	border-right: 1px solid #eeeeee;
	width:150px;
	line-height: 40px;
}
.select-label select,
.select-label ul{
	display: none;
}

.search span.select-label,
.search .form-input{
	min-width: 170px;
}

span.select-label,
.form-input {
	/*display: block;*/
	width:100%;
    font-size: 12px;
    color: #000000;
    padding: 13px 10px;
    cursor: pointer;
	position: relative;
}
.form-input{
	width: 100%;
	cursor: auto;
	font-size: 12px;
}
label.form-label {
    font-size: 12px;
    font-weight: normal;
    padding: 18px 0;
}
span.select-label span.arrow {
    position: absolute;
    width: 18px;
    height: 10px;
    background: url('img/search-arrow.png');
    top: 18px;
    right: 15px;
}
ul.select-content {
    position: absolute;
    width: 148px;
    list-style: none;
    padding: 0;
    margin: 0;
	z-index: 999;
	left: 0;
	top:35px;
}
ul.select-content li {
    padding: 3px 5px 3px 10px;
    background: #ffffff;
    font-size: 12px;
    border-bottom: 1px solid #eeeeee;
}
.simple-search input,
.simple-search a.advanced-trigger{
	float: left;
}
input.search-term {
    border: none;
    padding: 13px;
    font-size: 14px;
    width: 225px;
}
.search input[type="submit"] {
    background: #39b449;
    border: none;
    color: #ffffff;
}
.search input[type="submit"] {
    background: #39b449;
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 13px 20px;
}
a.advanced-trigger {
    width: 42px;
    height: 42px;
    border: none;
    text-indent: -999999px;
	display: block;
	cursor: pointer;
}
.advanced-search{
	text-align: left;
	display: none;
}
span.select-label,
span.select-label,
.form-input {
    border: 1px solid #eeeeee;
    margin: 7px 0px;
}
.simple-search span.select-label,
.simple-search span.select-label{
	border: none;
	margin: 0;
}

/*------ Main Menu ------*/
.row.main-menu {
    background: url('img/main-menu-bg.jpg');
}
.row.main-menu .container{
	position: relative;
	height: 150px;
}
#navbar{
	position: absolute;
	bottom: 0;
	right: 0;
}
.navbar-nav>li>a {
    color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
	text-decoration: underline;
}
.main-menu .page-title {
    font-size: 24px;
	line-height:24px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: 11px;
	padding:0;
	margin:0;
}

/*------ Breadcrumb ------*/
.row.breadcrumb {
    background: none;
    padding: 15px 0;
}
.breadcrumb a{
	color: #000000;
}
.breadcrumb span{
	color: #999999;
}
.breadcrumb img{
	margin: 0 2px;
}


/*------ Main Content ------*/
.left-menu{
	padding-left: 0;
}
.categories .panel-default>.panel-heading{
	border: none;
	background: none;
	padding: 0;
}
.categories .panel.panel-default{
	border: none;
}
.categories .panel-title a {
    font-size: 14px;
    text-transform: uppercase;
	padding: 10px 0;
	display: block;
	position: relative;
}
.categories .panel-title a.collapsed{
	border-bottom: 1px solid #eeeeee;
}
.categories .panel-title a.collapsed span.arrow {
    background: url('img/categories-collapsed.png') no-repeat top center;
}
.categories .panel-title a span.arrow {
    width: 10px;
    height: 10px;
    background: url('img/categories-expanded.png') no-repeat top center;
    position: absolute;
    right: 0;
}
ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.categories .panel-body{
	padding: 20px 0 10px 30px;
	border-top: none !important;
}
.categories ul.submenu a {
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
    display: block;
}
.home-content .row{
	margin-bottom: 15px;
}
.home-block {
    color: #ffffff;
}
.home-content .home-block {
    position: relative;
}
.home-block .block-title {
    font-size: 35px;
	line-height:39px;
}
.home-block .block-sub-title {
    font-size: 24px;
	line-height:28px;
	margin-top: 12px;
	font-weight:200;
}
.home-block .paragraph {
    font-size: 14px;
	line-height:20px;
	margin-top: 25px;
}
.home-block a.block-button{
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	border: 2px solid #ffffff;
	padding: 7px 30px;
	margin-top: 20px;
}

/*------ Footer ------*/
.row.footer {
    background: url('img/footer-bg.jpg') no-repeat top center;
    height: 300px;
    background-size: cover;
	padding-top: 40px;
	position: relative;
}
.footer-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
}
ul.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-links a {
    font-size: 14px;
    color: #aef0b7;
    line-height: 18px;
}
.footer .newsletter .text{
	color: #aef0b7;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer .newsletter form input{
	float: left;
}
.footer .newsletter form input[type="text"]{
	background: none;
    color: #ffffff;
    border: 1px solid #aef0b7;
    padding: 10px;
}
.footer .newsletter form input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aef0b7;
}
.footer .newsletter form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aef0b7;
   opacity:  1;
}
.footer .newsletter form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aef0b7;
   opacity:  1;
}
.footer .newsletter form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aef0b7;
}
.footer .newsletter form input[type="submit"]{
	background: #ffffff;
    border: 1px solid #ffffff;
    color: #39b449;
    padding: 10px;
}
.row.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #5b9548;
    padding: 15px 0;
}
.row.copyright .container{
	padding: 0;
}
.copyright {
    color: #aef0b7;
    font-size: 14px;
}
.copyright a{
	color: #ffffff;
}
.copyright .col-sm-4:last-child{
	text-align: right;
}
.copyright .social{
	text-align: center;
}
.copyright .social a{
	padding: 0 5px;
}

/*------ Buttons ------*/
.button {
    display: inline-block;
    padding: 5px 10px;
}
.white-green{
	color:#39b449;
	font-size: 12px;
	border: 1px solid #39b449;
	background: #ffffff
}
.white-green:hover{
	color:#ffffff;
	font-size: 12px;
	border: 1px solid #39b449;
	background: #39b449;
}
.green-white{
	color:#ffffff;
	font-size: 12px;
	border: 1px solid #39b449;
	background: #39b449;
}
.green-white:hover{
	color:#39b449;
	font-size: 12px;
	border: 1px solid #39b449;
	background: #ffffff
}
.grey-white{
	color:#ffffff;
	font-size: 12px;
	border: 1px solid #bbbbbb;
	background: #bbbbbb;
}
.grey-white:hover{
	color:#bbbbbb;
	font-size: 12px;
	border: 1px solid #bbbbbb;
	background: #ffffff
}

/*------ Subcategory ------*/
.subcategory .item {
    padding-bottom:50px;
    letter-spacing: 0.5px;
}
.subcategory .item .image {
    float: left;
    margin-right: 10px;
}
.subcategory .item .content .title{
	font-size: 14px;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}
.subcategory .item .content .category{
	font-size: 12px;
	color: #39b449;
	display: block;
	margin-bottom: 10px;
}
.subcategory .item .content .description{
	color: #999999;
	font-size: 12px;
}
.subcategory .item .content .buttons{
	margin-top: 20px;
}

/*------ Pagiantion ------*/
.pagination{
	text-align: center;
	width: 100%;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a{
	padding: 14px 0;
	width: 48px;
	display: block;
	border: 1px solid #ffffff;
	color: #000000;
}
.pagination ul li a:hover{
	border: 1px solid #39b449;
	text-decoration: none;
}
.pagination ul li.first a,
.pagination ul li.prev a,
.pagination ul li.next a,
.pagination ul li.last a{
	padding: 0;
}
.pagination ul li.first a:hover,
.pagination ul li.prev a:hover,
.pagination ul li.next a:hover,
.pagination ul li.last a:hover{
	border: 1px solid #eeeeee;
}
.pagination ul li.fakePag{ width:48px; height:48px; }
.pagination ul li a.cPag{ border: 1px solid #39b449; }
/*------ Contact ------*/
.contact .title {
    font-size: 24px;
    margin-bottom: 40px;
}
.contact .text {
    color: #999999;
    margin-bottom: 30px;
    font-size: 14px;
	line-height: 20px;
}
.contact .address {
    font-size: 14px;
	line-height: 20px;
}
.contact .address span{
	color: #999999;
}
.contact .address a{
	color: #000000;
}
.contact form input.captcha{
	font-size: 12px;
}
.contact form input[type="submit"]{
	font-size: 14px;
	letter-spacing: 0.5px;
}

/*------ FAQ ------*/
.faq .panel-default>.panel-heading{
	border: none;
	background: none;
	padding: 0;
}
.faq .panel.panel-default{
	border: none;
}
.faq .panel-title a {
	font-size: 14px;
	padding: 10px 15px 10px 0;
	display: block;
	position: relative;
	color: #000000;
	letter-spacing: 0.5px;
}
.faq .panel-title a.collapsed{
	border-bottom: 1px solid #eeeeee;
}
.faq .panel-title a.collapsed span.arrow {
    background: url('img/accordion-collapsed.png') no-repeat top center;
}
.faq .panel-title a span.arrow {
    width: 10px;
    height: 10px;
    background: url('img/accordion-expanded.png') no-repeat top center;
    position: absolute;
    right: 0;
}
.faq .panel-body{
	padding: 20px 20px 10px 30px;
    border-top: none !important;
    background: #eeeeee;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
}

/*------ My Account ------*/
.my-account ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-account ul.menu a{
	display: block;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	letter-spacing: 0.5px;
}
.my-account ul.menu li a:hover,
.my-account ul.menu li.active a{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.my-account .button {
    text-transform: uppercase;
    padding: 10px 40px;
}

/*------ My Account - My posts  ------*/
.my-account ul.posts{
	list-style: none;
	margin: 0;
	padding: 0;
}
.my-account ul.posts li{
	display: block;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 0.5px;
}
.my-account ul.posts li:after{
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.my-account ul.posts li .title{
	float: left;
}
.my-account ul.posts li .title a{
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
}
.my-account ul.posts li .title span{
	font-size: 12px;
	color: #999999;
}
.my-account ul.posts li .buttons{
	float: right;
}
.my-account ul.posts li .buttons .edit{
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	margin:0 10px;
}
.my-account ul.posts li .buttons .delete{
	text-decoration: underline;
	font-size: 12px;
	color: #b43939;
}

/*------ My Account - Total Green Chat Messages  ------*/
.green-chat .panel-default>.panel-heading{
	border: none;
	background: none;
	padding: 0;
}
.green-chat .panel.panel-default{
	border: none;
}
.green-chat .panel-title a {
	font-size: 14px;
	padding: 10px 25px 10px 0;
	display: block;
	position: relative;
	color: #000000;
	letter-spacing: 0.5px;
}
.green-chat .panel-title a:hover{
	text-decoration: none;
}
.green-chat .panel-title a.grey{
	color: #999999;
}
.green-chat .panel-title a.collapsed{
	border-bottom: 1px solid #eeeeee;
}
.green-chat .panel-title a.collapsed span.arrow {
    background: url('img/accordion-collapsed.png') no-repeat top center;
}
.green-chat .panel-title span.bullet {
	width: 10px;
    height: 10px;
    display: inline-block;
    left: 0;
    background: #39b449;
    border-radius: 50%;
    top: 14px;
    margin-right: 5px;
}
.green-chat .panel-title a span.arrow {
    width: 10px;
    height: 10px;
    background: url('img/accordion-expanded.png') no-repeat top center;
    position: absolute;
    right: 0;
}
.green-chat .panel-title a span.message-details {
    float: right;
    margin-top: -3px;
}
.green-chat .panel-title a span.message-details span{
	color: #999999;
}
.green-chat .panel-body{
	padding: 20px 20px 10px 10px;
    border-top: none !important;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
}
.green-chat .message:after{
	content: '.';
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
.green-chat .message{
	margin-bottom: 10px;
	color: #000000;
}
.green-chat .message.grey{
	color: #999999;
}
.green-chat .message .sender {
    width: 20%;
    float: left;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
    /* border-right: 1px solid #000000; */
    /* height: 100%; */
}
.green-chat .message .content{
    float: left;
    width: 80%;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-left: 1px solid #000000;
    padding-left: 15px;
	position: relative;
}
.green-chat .message.grey .content{
	border-color: #999999;
}
.green-chat .message .content span{
	font-size: 10px;
}
.send-message .message{
	background: #eeeeee;
	padding: 10px 0
}
.send-message .message .sender{ padding-top:3px; }
.send-message .message .sender span{
	font-size: 10px;
	color: #999999;
}
.send-message .message .content{
	border: none;
	padding-left: 0;
}
.send-message .message .content input {
    width: 98%;
    height: 30px;
    background: #ffffff;
	border: none;
	resize: none;
	padding:5px;
	font-size:12px;
	line-height:18px;
}
.send-message .message .content input[type="submit"]{
	margin-top: -10px;
    position: absolute;
    bottom: 7px;
	text-transform: uppercase;
	/*padding-left: 20px;
	padding-right: 20px;*/
}

/*------ My Account - Newsletter ------*/
.newsletter .text {
    color: #999999;
    line-height: 20px;
    letter-spacing: 0.5px;
}


/*------ My Account - My Profile ------*/
.col-sm-12.head-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.head-title span {
    float: right;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.btn-file {
    position: relative;
    overflow: hidden;
	cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.my-profile .text {
    color: #999999;
}
.my-profile .text a{
	color: #000000;
	text-decoration: underline;
}
label a{
	color: #000000;
	text-decoration: underline;
}

/*------ Offer Add New ------*/
.offer-add-new textarea{
	height: 140px;
}
.button.upload-photo-green.btn-file {
    width: 160px;
    height: 160px;
    background: url('img/upload-photo-green.jpg') no-repeat top center;
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
}

/*------ Packages Private Person ------*/
.package,
.package-green {
    padding-left: 20px;
    margin-left: 1.5%;
    padding-right: 20px;;
    margin-right: 1.5%;
    height: 560px;
	text-align: center;
    padding-top: 40px;
	position: relative;
	cursor:pointer;
	line-height: 11px;
}
.package {
    background: url('img/package-grey.png') no-repeat center;
    border: 1px solid #eeeeee;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.package:hover{
	border-color: #39b449;
}
.package-green {
    background: url('img/package-green.png') no-repeat center;
    border: 1px solid #2c9d3a;
    background-color: #2c9d3a;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.package-green:hover{
	border-color: #eeeeee;
}
.package ul,
.package-green ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.package .title,
.package-green .title{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
}
.package-green .title{
	color:#ffffff;
}
.package ul li,
.package-green ul li {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
	color: #666;
}
.package-green ul li {
	color: #b8f5c0;
}
a.bottom-button {
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 26px 0;
    margin-left: -20px;
    margin-right: -20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    background: #eeeeee;
	font-size:14px;
	line-height:18px;
}
.package:hover a.bottom-button{
	background: #39b449;
	color: #ffffff;
}
.package-green a.bottom-button{
	background: #2c9d3a;
	color: #ffffff;
}
a.bottom-link {
    bottom: 90px;
    position: absolute;
    width: 100%;
    left: 0px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    color: #39b449;
	cursor: pointer;
	line-height: 18px;
}
.col-sm-4.package-green a.bottom-link {
	color: #ffffff;
}
.package ul li span,
.package-green ul li span {
    /* font-size: 20px; */
    margin-top: 0px;
    display: inline;
    color: #39b449;
    margin-right: 4px;
}
.package-green ul li span {
	color: #ffffff;
}

/*------ Register ------*/
.register a.content {
    display: block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eeeeee;
    padding: 75px 0;
}
.register a.content:hover {
	border-color: #39b449;
	text-decoration: none;
}
.register a.content .title {
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.instructions {
    text-align: center;
	margin-top: 80px;
}
.instructions h1 {
    line-height: 27px;
    margin-bottom: 30px;
}
.instructions h1 span{
	color: #39b449;
}
.instructions ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.instructions ul li {
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}

/*------ Register as company ------*/
.register-as-company .text {
    color: #999999;
}
.register-as-company .text a{
	color: #000000;
	text-decoration: underline;
}
.advertise-text {
    background: #eeeeee;
    padding: 20px;
	margin-bottom: 40px;
}
.advertise-text ul{
    list-style: none;
	padding: 0;
	margin: 0;
}
.advertise-text ul li {
    line-height: 18px;
    margin-bottom: 10px;
}

/*------ Product Details ------*/
#bx-pager a {
    display: inline-block;
    border: 1px solid #eeeeee;
    margin-right: 10px;
	position: relative;
}
#bx-pager a:last-child {
    margin-right: 0;
}
#bx-pager a span.arrow{
	width: 18px;
	height: 10px;
	background: url('img/active_product.png') no-repeat top center;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -8px;
	display: none;
}
#bx-pager a.active span.arrow{
	display: block;
}
.product .details h1{
	margin-top: 0;
}
.product .details .price {
    font-size: 18px;
    color: #39b449;
    line-height: 20px;
    border: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    float: left;
    padding-right: 15px;
	width: 140px;
}
.product .details .price span{
	font-size: 13px;
	color: #999999;
}
.product .details .chat {
    background: #39b449;
    color: #b8f5c0;
    font-size: 13px;
    float: left;
    padding: 6px 15px 7px 15px;
    line-height: 23px;
	cursor: pointer;
	position: relative;
}
.chat .green-chat {
    position: absolute;
    background: #ffffff;
    width: 675px;
    left: -140px;
    top: 60px;
    border: 1px solid #eeeeee;
	z-index: 999999;
	display: none;
}
.chat .green-chat .message .content span {
    font-size: 10px;
	color: #000000;
}
.chat .green-chat .message.grey .content span{
	color: #999999;
}
.product .details .chat span {
    color: #ffffff;
    font-size: 20px;
}
.product .details .company {
    padding-left: 140px;
    font-size: 13px;
    color: #999999;
}
.product .details .company img{
	border: 1px solid #eeeeee;
	margin-right: 5px;
}
.product .details .company .online{
	color: #39b449;
}
.product .details .company .offline{
	color: #b43939;
}
.product .description {
    font-size: 12px;
    color: #999999;
	margin-top: 30px;
}
.product .description .label {
    padding: 0;
    font-weight: normal;
    color: #999999;
	font-size: 12px;
	float: left;
	width: 140px;
	text-align: left;
}
.product .description .text {
    float: left;
    width: 500px;
}
.product .description .text a{ color:#999; }
.product .description .clearfix {
    margin-bottom: 10px;
}
.product .featured-products {
    margin-top: 25px;
}
.product .featured-products a.title {
    font-size: 14px;
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.product .featured-products .price {
    text-align: center;
    font-size: 12px;
    color: #39b449;
    margin-top: 3px;
}
div#close {
    position: absolute;
    background: url('img/close.png') no-repeat top center;
    width: 10px;
    height: 10px;
    display: block;
    right: 0;
    top: -30px;
}

/*------ Slide Menu Left ------*/
.cbp-spmenu{
	position: absolute;
	background: none;
}
button#showLeft {
    position: absolute;
    right: -50px;
    top: 150px;
    width: 50px;
    height: 257px;
    background: url('img/slide-trigger.png');
    text-indent: -999999px;
    border: none;
}
.cbp-spmenu-vertical{
	top: 20%;
	border-top: 5px solid #39b14a;
	height: 100%;
	z-index: 99999;
}
.cbp-spmenu-vertical.cbp-spmenu-open{
	top: 0;
}
.cbp-spmenu .panel-group{
	margin-bottom: 0;
}
.cbp-spmenu-left{
	left: -300px;
}
.cbp-spmenu-vertical{
	width: 300px;
}
.cbp-spmenu .panel-group .panel {
    margin: 0 !important;
	border-radius: 0;
}
.cbp-spmenu .panel-heading{
	padding: 0;
}
.cbp-spmenu .panel-default{
	border:none;
}
.cbp-spmenu .panel-title a.collapsed span.arrow {
    background: url('img/categories-collapsed.png') no-repeat top center;
}
.cbp-spmenu .panel-title a span.arrow {
    width: 10px;
    height: 10px;
    background: url('img/categories-expanded.png') no-repeat top center;
    position: absolute;
    right: 10px;
}
.cbp-spmenu a{
	color: #000000;
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.cbp-spmenu a:hover{
	background: none;
}

.cbp-spmenu .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
    background: #e1e1e1;
}
.cbp-spmenu ul.submenu a{
	font-size: 14px;
	color: #777777;
	padding: 5px 10px;
}


.cSel{
   	background-image: url('img/search-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 13px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height:44px;
	width:100%;
	margin:7px 0;
	border:solid 1px #eee;
	padding:0 10px;
}
.form-captcha{ 
	margin:7px 0; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#captcha{ float:left; cursor:pointer; }
#captcha-refresh{ float:left; margin-top:11px; cursor:pointer; }
#msg_err{ color:#f00; display:none; line-height:18px; padding-bottom:5px; }
.errMsg{ color:#f00; padding:0 0 5px 0; line-height:18px; }
.okMsg{ color:#090; padding:0 0 5px 0; line-height:18px; }
.inpErr{ border:solid 1px #f00 !important; }
#nspp_err{ color:#f00; font-size:11px; line-height:15px; padding:3px; margin-top:10px; display:none; background:#fff; }
.pb15{ padding-bottom:15px; }
.noResults{ text-align:center; padding:100px 0 200px 0; font-size:14px; line-height:20px; color:#666; }
.emptyInbox{ text-align:left; padding:15px 0 0 0; font-size:14px; line-height:20px; color:#666; }

/*------ Category ------*/
.row.category {
    padding-bottom: 50px;
}
.category .row.items:last-child {
	border-bottom: none;
}
.category .row.items {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.category .items-desc {
    padding-top: 65px;
}
.category .items-desc a {
    font-size: 12px;
    color: #39b449;
}
.category .row.items .col-sm-9.items-container{
	padding: 0;
}
.category .item {
    display: inline-block;
	width: 17.5%;
	margin: 0 1%;
}
.category .item a{
    display: block;
}
.category .item a.title {
    color: #000000;
    text-decoration: none;
    margin-top: 8px;
    text-align: center;
}
.category .item.add a.title{
	color: #39b449;
}

.viewMore{ width:100%; position:relative; display:block; }
.viewMore span{ 
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	text-align:center;
	left:0;
	top:0;
	box-sizing:border-box;
	padding-top:50%;
	background: url('img/viewmore-bgr.png') repeat;
}
.viewMore span img{ margin-top:-17px; }
.greyBrd{ border:solid 1px #eee; }

.hdrUInfo{ font-size:12px; line-height:30px; text-align:right; color:#999; }
.hdrUInfo a{ color:#000; }
.hdrUBtn{
	font-size:12px;
	line-height:16px;
	color:#fff !important;
	padding:7px 12px;
	display:inline-block;
	text-align:center;
	background:#bbb;
	margin-left:1px;
}
.hdrUBtn:hover{ background:#999; text-decoration:none; }

#popupmask{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url('/pages/tpl/front/img/bgr-popup.png') repeat;	
	z-index:5000;
	display:none;
}
#popupFP{
	background:#fff;
	border:solid 2px #39b449;
	width:400px;
	height:250px;
	top:50%;
	left:50%;
	position:fixed;
	margin-left:-200px;
	margin-top:-125px;	
	z-index:5001;
	padding:10px;
	box-sizing:border-box;
	display:none;
}
#closeFP{ float:right; }
.popupFPTitle{ font-size:20px; line-height:24px; padding: 10px 0 25px 0; text-align:center; }
#recpwmail{
	border: 1px solid #eeeeee;
    padding: 7px;
    font-size: 12px;
    margin: 0 !important;
	width:100%;
	text-align:center;
}
#recPw, #btnUpgrade{
	display:block;
	max-width:160px;
	text-align:center;
	margin:20px auto 0 auto;
	color:#ffffff;
	font-size: 14px;
	border: 1px solid #39b449;
	background: #39b449;
	padding:11px 0;
}
#recPw:hover, #btnUpgrade:hover{
	color:#39b449;
	border: 1px solid #39b449;
	background: #ffffff;
	text-decoration:none;
}
#recpw_err{ padding-top:20px; font-size:12px; line-height:16px; color:#f00; text-align:center; display:none; }

.fakeChk{ 
	float:left; 
	width:40px; 
	height:40px; 
	margin-right:8px; 
	background: url('img/checkbox-unchecked.jpg'); 
	cursor:pointer;
}
.fakeLbl{ 	
	float:left; 
	font-size:13px;
	line-height:16px;
	padding:12px 0;
	color:#999;
	cursor:pointer;
}
.fakeLbl2{ 
	float:left; 
	font-size:13px;
	line-height:16px;
	padding:4px 0;
	color:#999;
}

.chkSelected .fakeChk{ background: url('img/checkbox-checked.jpg'); }
.chkSelected .fakeLbl, .chkSelected .fakeLbl2{ color:#000; }
.chkErr .fakeChk{ background: url('img/chk-err.jpg'); }
.chkErr .fakeLbl, .chkErr .fakeLbl2{ color:#f00; }

.register-as-company .green-white{ font-size:14px; line-height:18px; padding:12px 0; width:210px; text-align:center; margin:7px 25px 0 0; float:right; }
.register-as-company #captcha-code{ width:280px; float:left; }
.register-as-company .form-captcha{ width:180px; float:left; margin-left:10px; }
#regFileErr{ font-size:12px; line-height:18px; color:#f00; padding:10px 0; display:none; }
#imgPH{ border:solid 1px #eee; }

#rac_err, #prderr{ color:#f00; display:none; line-height:18px; padding-bottom:15px; }

.termserr label{ color:#f00 !important; }
.termserr label a{ color:#f00; }

#chat_content{ height:400px; overflow-y:scroll; }
#chatpage #chat_content{ height:600px !important; }
#chatpage .panel-body{ padding:0 !important; border:none !important; }
.proddisabled a{ color:#999 !important; text-decoration:line-through; }


.btnwrap{ text-align:left; padding-top:40px; }
.btnAdd{
	border:solid 1px #39B14A;
	font-size:14px;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding:9px 20px;
	min-width:220px;	
	background:#39B14A;
	text-decoration:none !important;
	display:inline-block;
}
.btnAdd:hover{ background:#fff; color:#39B14A; }

.prodthumb{ width:160px; height:160px; border:solid 1px #eee; box-sizing:border-box; float:left; margin-right:10px; text-align:center; position:relative; }
.delUPic, .delExPic{ position:absolute; z-index:1; top:5px; right:5px; width:16px; height:16px; background:url(img/cross-button.png) no-repeat center center; cursor:pointer; }
.prodthumb img{ max-width:158px; max-height:158px; vertical-align: middle; height:100%; }
#upllbl{ float:left; margin-right:10px; }
#uplfile{ float:left; }
#imgserr{ padding-top:10px; font-size:12px; line-height:18px; color:#f00; display:none; }
.offerTxInfo{ text-align:right; font-size:12px; line-height:18px; color:#999; padding-bottom:5px; }
.offerTxInfo strong{ font-weight:normal; }
#regfee{ float:left; font-size:13px; line-height:18px; padding:13px 0; margin:7px 20px 7px 0; display:none; color:#f00; }
#usr_period, #usr_upgrade{ width:180px; float:left; margin-left:15px; }
.prodtype{ float:right; width:120px; font-size:12px; line-height:18px; color:#999; text-align:center; }
.offersInfo{ font-size:14px; line-height:20px; color:#666; padding-bottom:20px; }

.textPage ul,.textPage ol{ margin:15px; padding:0 15px; }
.textPage li{ margin:15px 0; }
.tblHdr{ border-bottom:solid 1px #000 !important; }
.tblHdr .title{ font-size:14px; line-height:16px; }
.tblHdr .buttons{ font-size:14px; line-height:16px; }
.tblHdr .prodtype{ font-size:14px; line-height:16px; color:#000; }

#plattr_fil{ float:right; width:150px; height:30px; }
.tblLCol{ padding-top:7px; }
.tblRCol{ padding:7px 0 0 15px; }
#packwrap, #vatwrap, #ttlwrap{ display:none; }
#btnUpgrade{ display:none; }

.hpstrArr{
	position:absolute;
	top:130px;
	left:45px;
	font-size:14px; 
	line-height:18px;
	color:#d3eeff;
}
.hpstrArr div{ padding:7px 0; }
.hpstrArr div strong{ color:#fff; font-weight:400; }
.hpstrArr div i.fa-arrow-circle-o-right{ color:#fff; line-height:18px; padding-right:5px; }
#pdimgsrc{ border:solid 1px #eee !important; width:500px !important; height:500px !important; box-sizing:border-box; }
.thumbWrp{ margin-top:20px; text-align:center; }
.thumbWrp a{ border:solid 1px #eee; display:inline-block; margin:0 5px; }
.logo{ margin:0; padding:0; }


.owl-next span, .owl-prev span{ display: none; }
.owl-next, .owl-prev{
    width: 20px;
    height: 33px;
    position: absolute;
}

.owl-next{
    background: url("img/arr-next-off.jpg") no-repeat center center !important;
    right: 0px;
    top: 50%;
}
.owl-next:hover{ background: url("img/arr-next-on.jpg") no-repeat center center !important; }
.owl-prev{
    background: url("img/arr-prev-off.jpg") no-repeat center center !important;
    left: 0px;
    top: 50%;
}
.owl-prev:hover{ background: url("img/arr-prev-on.jpg") no-repeat center center !important; }