*{
	margin:0;
	padding:0;
	vertical-align: top;
	font-family: "Open Sans";
	font-size: 14px;
}
html, body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	min-width: 360px;
}
img {
	display: block;
	height: auto;
	margin: 0px auto;
	max-width: 100%;
	opacity: 1;
	transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}

h1, .like_h1 {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
}

h2 {
	font-size: 14px;
	display: block;
	font-weight: 700;
}
strong {
	font-weight: 400;
}
input, textarea {
	outline:none;
}
a {
	color: #0074A2;
}
a:hover {
	text-decoration: none;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	min-width: 240px;
}
.clr {
	background: none !important;
	border: 0 !important;
	clear: both !important;
	display: block !important;
	float: none !important;
	font-size: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}
.mainhead-container {
	background: url(../img/main-backgr.jpg) 50% 50% no-repeat transparent;
	background-size: cover;
	position: relative;
}
.mainhead-container:before {
	background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    content: "";
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 1;
}
.mainhead-wrap {
	z-index: 2;
	position: relative;
	padding: 20px 0;
}
.mainhead-top {
	text-align: center;
}
.mainhead-logo {
	margin-left: 230px;
	display: inline-block;
	
}
.mainhead-logo img {
	margin: 0;
}
.mainhead-menu{
	float: right;
}
.mainhead-menu ul{
	display: block;
	padding: 23px 0;
}
.mainhead-menu ul li{
	display: inline-block;
	padding: 0 10px;
}

.mainhead-menu ul li a {
    transition: opacity 0.15s ease-in-out;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: block;
}
.mainhead-menu ul li a:hover {
	opacity: 1;
}
.mainhead-menu ul li:first-child a {
	padding-left: 0px;
}
.mainhead-inner {
	text-align: center;
	color: #fff;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 0 55px 0;
}
.mainhead-header {
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
}
.mainhead-text {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 53px;
}
.footer-container {
	background-color: #b9d2d9;
	/*border-top: 3px solid #ff6600;*/
	padding: 24px 0;
}

.footer-logo {
	float: right;
	width: 190px;
}
.footer-logo img {
	width: 132px;
}
.footer-menu {
	float: left;
	padding: 0;
}
.footer-copy {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
}
.footer-menu ul {
	
}
.footer-menu ul li {
	display: block;
}
.footer-menu ul li a {
	opacity: 1;
    transition: opacity 0.15s ease-in-out;
	color: #0074A2;
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
	height: 24px;
	line-height: 24px;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.pagehead-container {
	background: #b9d2d9;
	padding: 5px 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 5;
}
.page-container {
	margin-top: 90px;
}

.pagehead-logo {
	float: left;
	outline:none;
}
.pagehead-logo a {
	outline:none;
}
.pagehead-logo img {
	height: 70px;
}
.pagehead-menu {
	float: right;
	height: 60px;
}
.pagehead-menu ul {
	display: block;
	padding: 22px 0;
}
.pagehead-menu ul li {
	display: inline-block;
	padding: 0 10px;
}
.pagehead-menu ul li:last-child {
	padding-right: 0;
}
.pagehead-menu ul li a  {
	opacity: 1;
    transition: opacity 0.15s ease-in-out;
	text-decoration: none;
	color: #0074A2;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: block;
}
.pagehead-menu ul li a:hover {
	color: #fff;
}
.pagehead-menu ul li:first-child a {
	padding-left: 0px;
}
.pagehead-search {
	text-align: center;
	color: #fff;
	padding: 20px 0;
	line-height: 30px;
}
.mobile-header-menu {
	display: none;
}
.maincat_module {
	
}

.maincat_module h3 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
}

.maincat_module .jbcategory-module {
	font-size: 0;
	text-align: center;
}

.maincat_module .jbcategory-module .category-wrapper  {
	display: inline-block;
	width: 16%;
	transition: all 0.5s;
	padding: 5px 0;
	position: relative;
}
.maincat_module .jbcategory-module .category-wrapper:hover {
	/*background: #eee;*/
}
.maincat_module .jbcategory-module .category-wrapper img {
	width: 60px;
	height: 60px;
	transition: all 0.5s;
	z-index: 2;
	position: relative;
}
.maincat_module .jbcategory-module .category-wrapper:hover img {
	transform: scale(1.1);
}

.maincat_module .jbcategory-module .category-wrapper:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background: #b8d1d9;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -20px;
	z-index: 1;
	transition: all 0.5s;
}
.maincat_module .jbcategory-module .category-wrapper:hover:before {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	top: 0px;
	
}
/*
.maincat_module .jbcategory-module .category-wrapper img {
	width: 80px;
	height: 80px;
}
.maincat_module .jbcategory-module .category-wrapper:before {
	top: 32px;
	opacity: 0.2;
}
.maincat_module .jbcategory-module .category-wrapper:hover:before {
	width: 120px;
	height: 120px;
	margin-left: -60px;
	top: -5px;
	opacity: 1;
}*/


.jbcategory-module .jbcategory-link {
	margin-top: 5px;
	min-height: 38px;
	position: relative;
	z-index: 2;
}
.maincat_module .jbcategory-module .category-wrapper .jbcategory {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.maincat_module a {
	color: #000;
	text-decoration: none;
}
.maincat_module .category-wrapper:hover a {
	opacity: 0.9
}
.pagehead-search {
	
}
.header_search, .moduletable_headersearch {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 550px;
}
.mainhead-search .moduletable_headersearch {
	width: 95%;
	max-width: 550px;
}
.header_search form {
	font-size: 0 !important;
	text-align: left;
}
.moduletable_headersearch form {
	font-size: 0 !important;
}
.header_search .jbfilter-row.jbfilter-text.first, .moduletable_headersearch .jbfilter-row.jbfilter-text.first {
	display: inline-block;
	width: calc(65% - 25px);
	font-size: 14px;
	margin-right: 5px;
}
.header_search .jbfilter-row.jbfilter-text, .moduletable_headersearch .jbfilter-row.jbfilter-text {
	display: inline-block;
	width: calc(35% - 25px);
	font-size: 14px;
	margin-right: 5px;
}
.moduletable_headersearch .jbfilter-row.jbfilter-buttons, .header_search .jbfilter-row.jbfilter-buttons {
	display: inline-block;
	font-size: 14px;
}
.moduletable_headersearch .jbfilter-static, .header_search .jbfilter-static {
	display: none;
}

.header_search input[type=text], .moduletable_headersearch  input[type=text] {
	/*background: rgba(255,255,255,0.7);*/
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 15px 0 15px !important;
	box-sizing: border-box;
	width: 100% !important;
	outline:none;
	font-size: 16px;
	border: 0 !important;
}
.header_search input[type=text]:active, .header_search input[type=text]:focus, .moduletable_headersearch input[type=text]:active, .moduletable_headersearch input[type=text]:focus {
	background: rgba(255,255,255,0.8);
}
.header_search input[type=submit], .moduletable_headersearch input[type=submit] {
	font-size: 0;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	width: 30px;
	height: 30px;
	border: 0;
	box-sizing: border-box;
	/*position: absolute;
	right: 0;
	top: 0;*/
	background: url(../img/search_white.png) 50% 50% no-repeat #0074A2;
	transition-duration: 0.3s;
}

.header_search input[type=submit]:hover, .moduletable_headersearch input[type=submit]:hover {
	cursor: pointer;
	background: url(../img/search_blue.png) 50% 50% no-repeat #fff;
}
.moduletable_headersearch .jbzoo .jbfilter-row {
	margin-bottom: 0;
}
.breadcrumbs {
	padding: 10px 0;
}
.breadcrumbs ul {
	
}
.breadcrumbs ul li{
	display: inline-block;
}
.breadcrumbs ul li a {
	text-decoration: none;
}
.breadcrumbs ul li a>span[itemprop=name], .breadcrumbs ul li>span[itemprop=name]{
	color: #999999;
	font-size: 12px;
}
.breadcrumbs ul li a>span[itemprop=name]:hover{
	text-decoration: underline;
}
.breadcrumbs ul li span.divider {
	display: inline-block;
	color: #999999;
	font-size: 12px;
}

.page-inner {
	font-size: 0;
}
.page-center {
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 290px);
	box-sizing: border-box;
	padding-right: 5px;
}
.page-center-category {
	width: calc(100% - 290px);
}
.page-right {
	display: inline-block;
	font-size: 14px;
	width: 350px;	
	box-sizing: border-box;
	padding-left: 10px;
}
.page-left {
	display: inline-block;
	font-size: 14px;
	width: 290px;
	box-sizing: border-box;	
	padding-right: 20px;
	float: left;
}
.page-right-container {
	color: #106480;
	padding-top: 30px;
}
.page-right-header {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
}
.page-right-text {
	font-size: 14px;
	padding-bottom: 15px;
	text-align: justify;
	color: #000;
}
.jbzoo-view-category .items, .jbzoo-view-category .filter {
	margin: -5px;
}
.jbzoo-view-category .items i.clr, .jbzoo-view-filter .items i.clr {
	display: none !important;
}
.jbzoo.jbzoo-rborder .rborder {
	border: 0;
}
.jbzoo-view-category .items .column, .jbzoo-view-filter .items .column {
	display: inline-block;
	width: 100%;
	margin: 0 0 6px 0 ;

	text-decoration: none;
	padding: 5px;
	color: #000;
	text-align: left;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	
	border: 1px solid #EDEDED;
	background: #FDFDFD;
	-webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	-moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
}
.jbzoo.jbzoo-rborder .rborder, .jbzoo .jbzoo-rborder .rborder {
	border-radius: 0;
}
.jbzoo .align-left img, .jbzoo .item-image.align-left, .jbzoo .align-left > div {
	margin: 0;
}
.jbzoo.jbzoo-rborder .rborder {
	padding: 0;
} 
.jbzoo-view-category .item-title a, .jbzoo-view-filter .item-title a {
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.jbzoo-view-category .item-title a:hover, .jbzoo-view-filter .item-title a:hover {
	text-decoration: underline;
}
.jbzoo-view-category .like_h1, .jbzoo-view-filter .like_h1 {
	text-align: center;
}
.category-description {
	padding: 30px 0;
}
.star-rating {
    position: relative;
}
.mainrew_rate .star {
	color: #ff6600;
}
.star-rating .star {
    color: #ff6600;
    display: inline-block;
    font-family: dashicons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
}
.full_item_rate .star {
    color: #ff6600;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}
.star-rating .star-full:before {
    content: "\f155";
}
.star-rating .star-empty:before {
    content: "\f154";
}
.set_rate_url, .set_rate_url_popup {
	font-size: 0;
	padding-bottom: 10px;
}
.set_rate_url label, .set_rate_url_popup label  {
	color: #ff6600;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
	cursor: pointer;
}
/*.set_rate_url label.hovered:before, .set_rate_url_popup label.hovered:before {
	content: "\40" !important;
}*/
.set_rate_url label.hovered, .set_rate_url_popup label.hovered {
	color: #bbb;
}
.set_rate_url label, .set_rate_url_popup label {
	color: #bbb;
}
.set_rate_url label:before, .set_rate_url_popup label:before {
	content: "\42" !important;
	
}
.set_rate_url label.active:before, .set_rate_url_popup label.active:before {
	content: "\42";
}
.set_rate_url label.hover:before, .set_rate_url_popup label.hover:before {
	content: "\42" !important;
}
.set_rate_url input[type=radio], .set_rate_url_popup input[type=radio] {
	display: none;
}
.jbzoo #comments .author, .jbzoo #comments .meta {
	margin-right: 0;
}
.jbzoo #comments .meta {
	float: right;
	color: #999;
    font-size: 12px;
}
.jbzoo #comments .author {
	font-weight: 700;
}
#respond form input[type=text] {
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	width: 100%;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	max-width: 302px;
}
#respond form textarea {
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 100% !important;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: vertical;
	background: #fff;
}
#respond form input[type=text]:focus, #respond form textarea:focus {
	background: #b9d2d9;
}
#respond .coment_button, .comment-cancelReply {
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 22px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0074A2;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-decoration: none;
}
#respond .coment_button:hover, .comment-cancelReply:hover {
	background: #b9d2d9;
	color: #0074A2;
}
.respond_header, .coments_header {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.full-item-top {
	display: block;
	font-size: 0;
}
.full-item-left {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}
.full-item-right {
	font-size: 14px;
	display: table-cell;
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding-left: 20px;
	vertical-align: top;
}
.full-item-name {
	color: #000;
    font-size: 22px;
	padding-top: 2px;
	font-weight: normal;
}
.full_item_site_link {
	text-decoration: none;
	font-size: 14px;
	/*color: #ff6600;*/
	transition: color 0.3s;
	display: inline-block;
}
a.full_item_site_link:hover {
	cursor: pointer;
	text-decoration: underline;
}
.page-left .jbfilter-label {
	color: #000;
	background: transparent;
}
.page-left .jbfilter-element label {
	display: inline-block;
	width: 90%;
	margin-bottom: 0px;
}
.page-left .jbfilter-element input[type=checkbox] {
	margin: 3px;
}
.filtec_mega_check {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.jbzoo #comments .comment:hover {
	border: 1px solid #ccc;
}
.footer-menu {
	width: calc(100% - 200px);
}
#footer-menu li {
	display: inline-block;
	margin-right: 30px;
	line-height: 24px;
	height: 24px;
}
#footer-menu li a {
	font-size: 14px;
}
#footer-menu li a img {
	display: none;
}
.maincats_inner {
	/*padding-bottom: 30px;*/
}
.maincats_inner, .maincats_row, .sidebarcats_inner  {
	font-size: 0;
	text-align: center;
}
.maincats_row .maincats_item {
	display: table;
	float: left;
	padding: 1px;
	width: 114px;
	height: 114px;
	margin: 3px;
	box-sizing: border-box;
	vertical-align: middle;
	
    border: 1px solid #eee;
    text-decoration: none;
    color: #000;
    text-align: left;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border: 1px solid #111;
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    -webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    -moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	position: relative;
}
.maincats_item a {
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
}
.maincats_item a:hover {
	/*opacity: 0.8;*/
}
.maincats_item img {
	max-width: 100%;
	vertical-align: middle;
	max-height: 110px;
}

.sidebarcats_item {
	/*display: block;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	
	border-bottom: 1px dashed #106480;
	height: auto;*/
	text-align: left;
	color: #106480;
}
.sidebarcats_item a {
	text-decoration: none;
	color: #106480;
	margin-bottom: 5px;
}
.sidebarcats_item a:before {
	content: "\42";
	font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
.sidebarcats_item a:hover {
	opacity: 1;
	text-decoration: underline;
}
.sidebarcats_item img {
	width: 100%;
}

.maincats_inner .maincats_row:nth-child(n+2) {
	display: none;
}
.showmore {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	text-align: center;
}
.showmore:hover {
	color: #0074A2;
}

.mainrew_inner, .mainrew_row  {
	font-size: 0;
	text-align: center;
}
.mainrew_item {
	display: inline-block;
	padding: 3px;
	width: 25%;
	box-sizing: border-box;
}
.mainrew_item a {
	display: block;
	border: 1px solid #eee;
	text-decoration: none;
	padding: 5px;
	color: #000;
	text-align: left;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border: 1px solid #111;
	
	border: 1px solid #EDEDED;
	background: #FDFDFD;
	-webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	-moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
}
.mainrew_item a:hover {
	opacity: 0.95;
}
.mainrew_item  b {
padding-bottom: 3px;
display: block;	
}
.mainrew_item a:hover  b {
	color: #0074A2;
}
.mainrew_item img {
	max-width: 110px;
	margin: 0 auto 0 auto;
	max-height: 110px;
}
.mainrew_img_container {
	width: 110px;
	height: 110px;
	margin: -5px 5px 5px -5px;
}
.mainrew_inner .mainrew_row:nth-child(n+2) {
	display: none;
}
.mainrew_item_1 a {
	/*background: rgba(0,0,0,0.05);
	border-color: rgba(0,0,0,0.005);*/
}
.mainrew_item_2 a {
	/*background: rgba(0,0,0,0.1);
	border-color: rgba(0,0,0,0.01);*/
}
.mainrew_item_3 a {
	/*background: rgba(0,0,0,0.15);
	border-color: rgba(0,0,0,0.015);*/
}
.mainrew_item_4 a {
	/*background: rgba(0,0,0,0.2);
	border-color: rgba(0,0,0,0.02);*/
}
.mainrew_item_5 a {
	/*background: rgba(0,0,0,0.25);
	border-color: rgba(0,0,0,0.025);*/
}
.main_like_h1 {
	font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
	text-transform: uppercase;
}
.mainrew_text {
	max-height: 76px;
	overflow: hidden;
	padding: 0 4px;
}
.popup_link {
	height: 50px;
	width: 50px;
	position: fixed;
	line-height: 48px;
	background: #0074A2;
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	right: 20px;
	bottom: 85px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all 0.3s;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
	z-index: 8;
}
.popup_link:hover {
	background: #b9d2d9;
	color: #0074A2;
}
#toTop {
	height: 50px;
    width: 50px;
    position: fixed;
    line-height: 48px;
    background: url(../images/up_arrow.png) 50% 50% no-repeat #0074A2;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    right: 20px;
    bottom: 12px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    z-index: 8;
	display:none;
}
#toTop:hover {
	color: #0074A2;
	background: url(../images/up_arrow_act.png) 50% 50% no-repeat #b9d2d9;
}


.poup_container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	display: none;
}
.poup_inner {
	width: 400px;
	margin: 20px auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(16,100,128,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(16,100,128,1);
	box-shadow: 0px 0px 10px 5px rgba(16,100,128,1);
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.popup_close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #0074A2;
	cursor: pointer;
	transition: all 0.3s;
}
.popup_close:hover {
	background: #b9d2d9;
	color: #0074A2;
}
.poup_header {
	font-size: 22px;
	color: #106480;
	margin-bottom: 6px;
}
.popup_lowtext {
	color: #999;
	font-size: 12px;
	margin-bottom: 8px;
}
.popup_label {
	margin-bottom: 8px;
}
.poup_form input[type=text] {
	display: block;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fff;
}
.poup_form textarea {
	display: block;
	height: 100px;
	width: 100% !important;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 10px;
	resize: vertical;
	min-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ddd;
}
.poup_form input[type=text]:focus, .poup_form textarea:focus {
	background: #b9d2d9;
}
.poup_form input[type=submit] {
	display: block;
	height: 30px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	padding: 0 22px;
	text-align: center;
	background: #0074A2;
	color: #fff;
	line-height: 28px;
	border: none;
	transition: all 0.3s;
	font-size: 16px;
	cursor: pointer;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.poup_form input[type=submit]:disabled {
	background: rgba(0,116,162,0.5) !important;
	color: #fff;
}

.poup_form input[type=submit]:hover {
	background: #b9d2d9;
	color: #0074A2;
}
.coment_dat {
	color: #999;
	font-size: 12px;
	margin: 3px 0;
	padding: 0 4px;
}
/*.filtec_mega_check:nth-child(n+6) {
	display: none;
}*/
.show_more_filter {
	color: #0074A2;
}
.page-left .jbfilter-checkbox .star {
	color: #0074A2;
    display: inline-block;
    font-family: dashicons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}
.teaser-title a {
	font-weight: 700;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.teaser-title a:hover {
	color: #0074A2;
}
.teaser-category {
	font-size: 13px;
	color: #555;
}
.teaser-link a {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #0074A2;
}
.teaser-link a:hover {
	text-decoration: underline;
}
.teaser-text {
	/*margin-top: 10px;*/
	margin: 0 !important;
}
.teaser-text>div.width100 {
	margin: 0;
}
.teaser-item-rate {
	margin: 5px 0 5px 6px;
}
.add_link {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	margin: 10px 0;
	background: #ff6600;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.3s;
	font-weight: 700;
}
.add_link:hover {
	background: #e42d20;
}
.unfind_text {
	margin: 0 0 10px 0;
	border: 1px solid red;
	padding: 5px;
	background: rgba(255,0,0,0.1);
	display: none;
}
.popup_add_link {
	color: #ff6600;
}
.add_error {
	margin: 0 30px 10px 180px !important;
	border: 1px solid red;
	padding: 5px;
	background: rgba(255,0,0,0.1);
	display: none;
}
#submit-button:disabled {
	opacity: 0.5;
}
#item-submission p.info {
	color: #777;
}
.page-left .jbzoo .jbfilter-row input[type="submit"] {
	display: block;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    line-height: 38px;
    border: none;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-left .jbzoo .jbfilter-row input[type="submit"]:hover {
	background: #e42d20;
}

#item-submission #captcha,
#item-submission .info,
#item-submission .submit {
	margin-left: 196px;
}

.reply_button {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 20px;
	background: url(../images/reply_button.png) 0 50% no-repeat transparent;
	text-decoration: none;
	padding-top: 3px;
	margin-right: 10px;
}

.complaint_button {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 20px;
	background: url(../images/complaint_button.png) 0 50% no-repeat transparent;
	text-decoration: none;
	padding-top: 3px;
	margin-right: 10px;
}
.reply_button:hover, .complaint_button:hover {
	text-decoration: underline;
}
.comment_buttons {
	opacity: 0;
}
.comment:hover .comment_buttons {
	opacity: 1;
}
.mainhead-menu ul li.item-148 a:after, .pagehead-menu ul li.item-148 a:after {
	/*display: inline-block;
	content: "+";
	height: 22px;
    width: 22px;
    line-height: 20px;
    background: #0074A2;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 8;
	position: absolute;
	left: 0;
	top: 2px;*/
}
.rate_count {
	display: inline-block;
	line-height: 24px;
	padding-left: 5px;
}
.full-item-location, .full-item-category {
	/*color: #ff6600;*/
}
.full-item-location .like_h3, .full-item-category .like_h3, .full-item-url .like_h3 {
	display: inline;
	color: #000;
	font-weight: 500;
}
.full-item-location a, .full-item-category a  {
	/*color: #ff6600;*/
	text-decoration: none;
}
.full-item-location a:hover, .full-item-category a:hover  {
	text-decoration: underline;
}
.jbzoo-item-teaser .like_h3 {
	display: inline;
	color: #000;
	font-weight: 500;
}

.jbzoo-item-teaser .element-itemcategory a, .jbzoo-item-teaser .teaser-city a {
	/*color: #ff6600;*/
	text-decoration: none;
}
.jbzoo-item-teaser .element-itemcategory a:hover, .jbzoo-item-teaser .teaser-city a:hover {
	text-decoration: underline;
}
#cat_menu {
	border-top: 1px dashed #0074A2;
	margin-top: 10px;
}
#cat_menu li {
	display: block;
}
#cat_menu li a {
	text-decoration: none;
	border-bottom: 1px dashed #0074A2;
	display: block;
}
#cat_menu li a img {
	height: 20px;
	display: inline-block;
	margin: 5px 5px 0 0;
	
}
#cat_menu li a span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
#cat_menu li a:hover {
	background: #b8d1d9;
}
#cat_menu li.active a {
	font-weight: 700;
}
.mod_cat_header {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	padding-top: 2px;
	padding-bottom: 0px;
}
.sidebarcats_inner {
	/*border-top: 1px dashed #106480;*/
	margin-top: 10px;
}
.sidebarcats_inner .maincats_item a {
	display: block;
}

.city_cloud {
	vertical-align: middle;
	margin-top: 20px;
}
.city_cloud a {
	font-size: 12px;
	vertical-align: middle;
}
.city_cloud .mid_city  {
	font-size: 16px;
}
.city_cloud .big_city {
	font-size: 20px;
}
.city_seotext {
	margin-top: 20px;
	text-indent: 10px;
}
.city_seotext p, .category-description p {
	color: #999;
	margin-bottom: 10px;
}
.toprating {
	margin-top: 15px;
}
.toprating_item a {
	text-decoration: none;
}
.toprating_count {
	color: #000;
	font-size: 12px;
	display: inline-block;
}
.toprating_item_link {
	text-decoration: none;	
}
.toprating_item_link:hover {
	text-decoration: underline;
}
.gamburger {
	display: none;
}
#preview img {
	max-width: 200px;
	margin: 5px 0;
}
#preview {
	color: #ff1100;
	margin: 10px 0;
	text-align: left;
}
.jbzoo .required-dot {
	color: #ff6600;	
	font-weight: 500;
}
.login-page fieldset, .register-page fieldset {
	border: 0;
}
.login-page input[type=text], .login-page input[type=password], .register-page input[type=text], .register-page input[type=password], .register-page input[type=email] {
	box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 302px;
}
.login-page input[type=text]:focus, .login-page input[type=password]:focus, .register-page input[type=text]:focus, .register-page input[type=password]:focus {
	background: #b9d2d9;
}
.control-label .star, .register-page .red {
	color: #ff6600;
}
.login-page .control-group, .register-page .control-group  {
	margin-bottom: 10px;
}
.controls-remember {
	float: left;
	padding-top: 4px;
	margin-right: 5px;
}
.login-page button, .register-page button {
	display: block;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0074A2;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.login-page button:hover, .register-page button:hover  {
	background: #b9d2d9;
	color: #0074A2;
	}
.login-navigation li, .register-page li {
	display: block;
}
.register-page legend {
	margin-bottom: 10px;
	color: #000;
    font-size: 22px;
}
/*.mainhead-menu ul li.item-146 a:after, .pagehead-menu ul li.item-146 a:after {
	display: inline-block;
	content: "";
	height: 22px;
    width: 22px;
    line-height: 20px;
    background: url(../images/key-pas.png) 50% 50% no-repeat;
    color: #106480;
    font-weight: 700;
    font-size: 22px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 8;
	position: absolute;
	left: 0;
	top: 1px;
}*/
.mainhead-menu ul li.item-146 a:hover:after, .pagehead-menu ul li.item-146 a:hover:after {
    background: url(../images/key-act.png) 50% 50% no-repeat;
}
#users-profile-core dl dt, #users-profile-custom dl dt{
	float: left;
	font-weight: 700;
	margin-right: 5px;
}
#users-profile-core dl dt:after, #users-profile-custom dl dt:after {
	content: ":";
	font-weight: 700;
	margin-left: -3px;
}
.user-menu h3 {
	text-transform: uppercase;
    font-size: 22px;
    color: #000;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 5px;
}
.user-menu ul {
	border-top: 1px dashed #0074A2;
    margin-top: 10px;
	margin-bottom: 30px;
}
.user-menu ul li {
	display: block;
}
.user-menu ul li a {
	text-decoration: none;
    border-bottom: 1px dashed #0074A2;
    display: block;
	line-height: 30px;
}
.user-menu ul li a:hover {
	background: #b8d1d9;
}
#company_edit_form {
	
}
#company_edit_form fieldset{
	margin-bottom: 10px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    background: #FDFDFD;
    -webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    -moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
	padding: 35px 15px 15px 15px;
}
#company_edit_form .element > strong {
	display: block;
    width: 160px;
    margin-right: 10px;
    padding-top: 6px;
    float: left;
    font-weight: normal;
    text-align: right;
	vertical-align: middle;
}
#company_edit_form input[type='text'], #company_edit_form input[type='password'] {
    width: calc(100% - 210px);
    padding: 7px;
    font-size: 13px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#company_edit_form select {
    width: calc(100% - 194px);
    padding: 6px;
    font-size: 13px;
    line-height: 25px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#company_edit_form textarea {
    width: calc(100% - 210px);
    height: 250px;
    padding: 7px;
    -moz-resize: both;
    resize: vertical;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#company_edit_form .element {
    margin-bottom: 20px;
    overflow: hidden;
}
#company_edit_form  .upload input[type="text"], #company_owned_form  .upload input[type="text"] {
	width: 325px;
    padding: 7px;
    font-size: 13px;
	    display: block;
    margin-right: 5px;
    float: left;
}
#company_edit_form .upload div.button-container, #company_owned_form .upload div.button-container {
    position: relative;
    width: 90px;
    height: 32px;
    overflow: hidden;
}
#company_edit_form .upload div.button-container button.button-grey.search, #company_owned_form .upload div.button-container button.button-grey.search {
	display: inline-block;
    border: 1px solid #c8c8c8;
    border-bottom-color: #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ebebeb;
    background: -moz-linear-gradient(50% 0%, #ffffff, #ebebeb 70%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ffffff), to(#ebebeb), color-stop(70%, #ebebeb));
    font-size: 12px;
    color: #323232;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
    position: absolute;
    top: 0px;
    width: 70px;
    height: 32px;
    padding: 0px 0px 2px 0px;
    line-height: 24px;
}
#company_edit_form .upload div.button-container input[type="file"], #company_owned_form .upload div.button-container input[type="file"] {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#company_edit_form button.button-green {
    display: block;
    height: 30px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 22px;
    text-align: center;
    background: #0074A2;
    color: #fff;
    line-height: 28px;
    border: none;
    transition: all 0.3s;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 302px;
	margin: 10px 0 10px 196px;
}
#company_edit_form button.button-green:hover {
	background: #b9d2d9;
	color: #0074A2;
}
#company_edit_form .info {
    margin-left: 196px;
	color: #777;
}
#company_edit_form .required-dot {
    color: #ff6600;
    font-weight: 500;
}
#company_edit_form .image-select {
	margin-left: 170px;
}
.pay-form {
	text-align: center;
}
#pay-button {
	display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    line-height: 38px;
    border: none;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 302px;
    margin: 0px;
}
#pay-button:hover {
	background: #e42d20;
}
#unreg_owner {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    display: none;
}
#company_owned_form .form_label {
	margin-bottom: 5px;
	font-weight: 700;
}
#company_owned_form input[type=text] {
	padding: 7px;
    font-size: 13px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 10px;
}
.file-upload input[type="file"]{
	display: none;/* скрываем input file */
}
.file-upload {
	/*position: relative;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #4169E1;
	border-radius: 10px;
	color: #fff;
	text-align: center;*/
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #4169E1;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #000000;
	text-align: center;
	width: 150px;
	margin-bottom: 10px;
	border: 1px solid #a5a5a5;
	background: rgb(221,221,221);
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
}
.file-upload:hover {
	/*background: #1E90FF;*/
	border: 1px solid #959595;
	background: rgb(204,204,204);
	background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(246,246,246,1) 100%);
}
.file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.file-upload span {
	line-height: 30px;
}
.button-bussines {
	display: block;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    line-height: 38px;
    border: none;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 302px;
}
.button-bussines:hover {
	background: #e42d20;
}
#file-name {
	padding-bottom: 3px;
}
.meta_com_editing {
	position: relative;
}
.meta_com_editing  .delete_com_form {
	float: right;
}
.meta_com_editing  .delete_com_form input[type=submit] {
	/*position: absolute;*/
	top: 0;
	right: 0;
	display: block;
    height: 30px;
    box-sizing: border-box;
    padding: 0 22px;
    text-align: center;
    background: #0074A2;
    color: #fff;
    line-height: 28px;
    border: none;
    transition: all 0.3s;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 302px;
	margin-left: 10px;
}
.meta_com_editing  .delete_com_form input[type=submit]:hover {
	color: #0074A2;
	background: #b9d2d9;
}

.comment-item.deleted>.comment {
	opacity: 0.5;
	background: #ffe8e8 !important;
}
.comment-item.deleted  .delete_com_form {
	display: none;
}
.delete_com_text {
	float: right;
	margin-left: 10px;
	line-height: 15px;
}
.cityes_list_edit {
	display: inline-block; 
	width: calc(100% - 210px);
}
#company_edit_form .cityes_list_edit input[type='text'] {
	width: 100%;
	margin-top: 10px;
}
#company_edit_form .cityes_list_edit input[type='text']:first-child {
	margin-top: 0px;
}
.cityes_list_edit a {
	display: block;
	margin-top: 10px;
	cursor: pointer;
}
.cityes_list_edit a:hover {
	text-decoration: underline;
}
.comp_city_hidden {
	display: none;
}
.success_message {
	padding: 10px 10px;
	border-left: 3px solid rgba(0,128,0,0.8);
	background: rgba(0,128,0,0.15);
	margin-bottom: 10px;
}
.error_message {
	padding: 10px 10px;
	border-left: 3px solid rgba(255,17,0,0.8);
	background: rgba(255,17,0,0.15);
	margin-bottom: 10px;
}
.icon-star-grey {
	color: #bbb !important;
}
.star-sticker {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
}
.starcount-1, .star-sticker-1, .rate_count_1 {
	color: #ca002b !important;
}
.starcount-2, .star-sticker-2, .rate_count_2 {
	color: #e35600 !important;
}
.starcount-3, .star-sticker-3, .rate_count_3 {
	color: #e3af00 !important;
}
.starcount-4, .star-sticker-4, .rate_count_4 {
	color: #e3d600 !important;
}
.starcount-5, .star-sticker-5, .rate_count_5 {
	color: #a3db04 !important;
}
.mainrew_rate {
	position: relative;
	max-width: 158px;
}
.mainrew_rate .star {
	position: relative;
	z-index: 2;	
}

.star-sticker-main {
	position: absolute;
	right: -12px;
	padding: 0 15px;
	left: 65px;
	top: -1px;
	z-index: 1;
}
.star-sticker-main.star-sticker-1 {
	color: #fff !important;
	background: url('../images/mini-l-star-white.png') 0 50% no-repeat #ca002b !important;
}
.star-sticker-main.star-sticker-2 {
	color: #fff !important;
	background: url('../images/mini-l-star-white.png') 0 50% no-repeat #e35600 !important;
}
.star-sticker-main.star-sticker-3 {
	color: #fff !important;
	background: url('../images/mini-l-star-white.png') 0 50% no-repeat #e3af00 !important;
}
.star-sticker-main.star-sticker-4 {
	color: #fff !important;
	background: url('../images/mini-l-star-white.png') 0 50% no-repeat #e3d600 !important;
}
.star-sticker-main.star-sticker-5 {
	color: #fff !important;
	background: url('../images/mini-l-star-white.png') 0 50% no-repeat #a3db04 !important;
}
.teaser-item-rate .star-sticker, .full-item-rate .star-sticker {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
}
.mainrew_img_cat {
	max-width: 60px;
}
.comp_owner_link>a {
	border-top: 1px dashed #0074A2;
	border-bottom: 1px dashed #0074A2;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
	margin: 8px 0 10px 0;
	padding: 0 0 0 24px;
	font-weight: 700;
	background: url(../images/my-company-icon.png) 0px 50% no-repeat transparent
}
.comp_owner_link a:hover {
	background-color: #b8d1d9;
}
.full-item-location .element, .full-item-category .element, .full-item-url {
	position: relative;
	margin-top: 5px;
}	
.full-item-location .element:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/location.png') 50% 50% no-repeat transparent;
	margin: -5px 0;
}
.full-item-category .element:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/folder.png') 50% 50% no-repeat transparent;
}
.full-item-url:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/site.png') 50% 50% no-repeat transparent;
}
.teaser-table-last {
	display: table;
	width: 100%;
	font-size: 0;
}
.teaser-table-left {
	display: table-cell;
	width: 112px;
	height: 112px;
	padding-top: 5px;
	vertical-align: middle;
}
.teaser-table-right {
	display: table-cell;
	font-size: 14px;
	padding-left: 10px;
}
.teaser-table-left img {
	max-height: 110px;
	max-width: 110px;
	height: auto;
	width: auto !important;
}
.teaser-city .element:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/location.png') 50% 50% no-repeat transparent;
	margin: -5px 0px -5px 0;
}
.teaser-category .element:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/folder.png') 50% 50% no-repeat transparent;
	margin: -5px 0px -5px 0;
}

.teaser-rating:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/review.png') 50% 50% no-repeat transparent;
	margin: -5px 0px -5px 0;
}
.teaser-rating .rate_count a {
	text-decoration: none;
}
.teaser-rating .rate_count a:hover {
	text-decoration: underline;
}
.teaser-city, .teaser-category, .teaser-rating  {
	display: inline-block;
	margin-right: 20px;
}
.jbimagecat_img {
	width: 60px;
}
.teaser-item-rate .star-sticker {
	padding-left: 11px;
}
.teaser-title {
	padding-left: 5px;
}
.deleted_comment {
	display: none !important;
}

.poup_container_revew {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    display: none;
}

#complaint-type {
	border: 0;
}
#complaint-type input {
	margin: 3px 5px 0 0;
}

.jbzoo #comments .comment {
	display: block;
    border: 1px solid #eee !important;
    text-decoration: none;
	padding: 10px;
    color: #000;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #111;
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    -webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    -moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
    box-shadow: 0 0 40px rgba(215, 215, 215, 0.63);
}
.jbzoo a:hover > img {
	opacity: 1 !important;
}
.mainrew_rate_count {
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.mainrew_rate_count span {
	display: inline-block;
	height: 16px;
    line-height: 16px;
	color: #999;
	vertical-align: middle;
	
}
.mainrew_rate_count:before {
	content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/review_mini.png) 50% 50% no-repeat transparent;
    margin: -5px 0px -5px 0;
	vertical-align: middle;
}
.teaser-item-rate {
	padding-left: 9px;
}
.review_h1 {
	font-weight: 700;
    font-size: 14px;
}

.comments_banned {
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 10px;
	background: rgba(255,0,0,0.1);
}
.text-page-new p {
	margin-bottom: 5px;
}
.jbzoo .pagination span, .jbzoo .pagination a {
	border: 1px solid #b9d2d9;
	color: #0074A2;
}
.jbzoo .pagination span {
	border: 1px solid #0074A2;
}
.jbzoo .pagination a:hover {
	background: #0074A2;
	border: 1px solid #0074A2;
}
.feedback_form {
	margin-top: 9px !important;
}
.feedback_form button:hover {
	background: #b9d2d9 !important;
    color: #0074A2 !important;
}
.feedback_form textarea {
	min-height: 100px !important;
	width: 100% !important;
}
.rev_form_activator {
	display: inline-block;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0074A2;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 10px;
    text-decoration: none;
}
.rev_form_activator:hover {
	background: #b9d2d9;
    color: #0074A2;
}
.rev_form_container {
	display: none;
}
.hidden_comment {
	display: none !important;
}