@charset "utf-8";
/* CSS Document */
html, body {
  padding: 0;
  margin: 0;
  background: #FFF;
  color: #000;
  font: 400 14px/1.4 Arial, sans-serif;
}
*, *:after, *:before {
	outline: none;
	box-sizing: border-box;
}
.cke_dialog *, .cke_dialog *:after, .cke_dialog *:before, .cke_editor *, .cke_editor *:after, .cke_editor *:before {
	outline: none;
	box-sizing: content-box;
}
a {
	text-decoration: none;
}
p a,
dd a {
	color: #00a0d2;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
  font: 700 50px/1 'Rubik', sans-serif;
  color: #00a0d2;
  margin-bottom: 20px;
  font-size: 40px;
}
h3 {
   font: 500 30px 'Rubik', sans-serif;
}
.page-forum-post h1 {
	margin-right: 125px;
}
.page-news-post h1 {
	margin-top: 15px;
}
div, header, footer, article, section, nav {
	position: relative;
	display: block;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
.cke_dialog img {
	max-width: none;
}
#main {
	width: 1280px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	padding: 0 10px;
}
.user-page #site-content .wrapper {
	  padding: 0 40px;
   }
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix, .clearfix:after, .clearfix:before {
    clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.sitenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home #section-controls {
	position: absolute;
	top: 60px;
	right: -78px;
	z-index: 999;
}
.page #section-controls {
	position: absolute;
	top: 0;
	right: -78px;
	opacity: 0;
	z-index: 999;
}
.page #section-controls.fixed,
.home #section-controls.fixed {
	position: fixed;
	top: 20px;
	margin-left: 1165px;
	right: auto;
	opacity: 1;
	z-index: 998;	
}
#section-controls .scroll {
	display: block;
	background-color: #fff;
	width: 35px;
	height: 35px;
	color: #00a0d2;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
	border: 1px solid #00a0d2;
	border-radius: 100%;	
}
#section-controls .arrow_up {
	margin-bottom: 10px;
}
/*====================================== 
  HEADER
========================================*/
#site-header {
	border-bottom: 2px solid #c2c2c2;
}
.banner {
	text-align: center;
}
#logo {
	margin: 15px 30px 0 0; 
}
.header-nav {
	height: 70px;
	padding: 0 30px;
}
.heder-icons {
	display: inline-block;	
}
.header-icon {
	float: left;
	width: 35px;
	height: 35px;
	margin: 15px 0 0 20px;
}
.header-icon i {
	display: block;
	background-color: #00a0d2;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.account-menu .new-messages, .mobile-login-links .new-messages {
	color: #fff;
	font-weight: bold;
	background-color: #009ed1;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	font-size: 14px;
	text-align: center;
	-webkit-animation: flashing 1s infinite; 
    -ms-animation: flashing 1s infinite; 
    animation: flashing 1s infinite; 
}
.header-icon .fa-envelope {
	-webkit-animation: flashing 1s infinite; 
    -ms-animation: flashing 1s infinite; 
    animation: flashing 1s infinite; 
}
.hidden_el {
	display: none;
}
.header-icon.open .hidden_el {
	display: block;
}
#search form,
#login .user-login,
.account-menu {
	position: absolute;
	background-color: #fff;
	width: 950px;
	height: 40px;
	top: 0;
	right: 0;
	margin-top: -2.5px;
	margin-right: -5px;
	padding: 5px;
}
#search form {
	border: 1px solid #c2c2c2;
}
#search label {
	display: block;
	height: 100%;
	margin-top: 0;
}
#search label:before {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font-family:'FontAwesome';
	content: '\f002';
	background-color: #00a0d2;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}
.search-field {
	width: calc(100% - 30px);
	font-size: 18px;
	color: #000;
	border: 0;
}
#search input[type=submit] {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 30px;
	height: 30px;
	opacity: 0;
}
#login .login-nav {
	float: right;
}
#login .form-login {
	width: 400px;
}
#login input {
	float: left;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}
#login .field {
	width: 160px;
	margin-right: 10px;
	padding: 0 10px;
}
#login input[type=submit] {
	background-color: #00a0d2;
	width: 35px;
	color: #fff;
	border: 0;
	cursor: pointer;
}
#login .login-links {
	width: 165px;
	margin-top: -3px;
}
#login .login-links a {
	font-size: 16px;
	color: #00a0d2;
}
.account-menu img {
	max-height: 36px;
}
.account-menu ul {
	float: right;
}
.account-menu ul li {
	float: left;
	margin: 0 15px;
}
.account-menu ul li a {
	font-size: 16px;
	line-height: 35px;
	color: #000;
}
#dropdown_filter {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 2px;
	width: 100%;
	z-index: 199;
}
.dropdown_link {
	background-color: #00a0d2;
	left: 40px;
	display: inline-block;
	min-width: 230px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.dropdown_link a {
	margin-left: 15px;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.dropdown_list {
	display: none;
	background-color: #e1e1e1;
	padding: 20px 40px;
}
.dropdown_list ul {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	width: 20%;
	list-style: none;
}
.dropdown_list ul.rubrics {
	width: 33%;
}
.dropdown_list ul li {
	font-size: 1em;
	padding: 4px 0 4px 0;
}
.dropdown_list ul li a {
	color: #00a0d2; 
}
.dropdown_list ul li a.group {
	color: #000000; 
	font-size: 1.14em;
	line-height: 24px;
}
/*--- MENU ---*/
#main-menu > ul > li {
	position: relative;
	float: left;
	margin: 0 10px;
	height: 100%;
	line-height: 100%;
	white-space: nowrap;
}
#main-menu a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 70px;
	color: #000; 
}
#main-menu li.has-children > a {
	padding-right: 25px;
}
#main-menu li.has-children > a:before {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	font-family:'FontAwesome';
	content: '\f107';
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 100%;
}
#main-menu .sub-menu {
	position: absolute;
	display: none;
	background-color: #fff;
	top: 100%;
	padding: 0 20px 10px;
	z-index: 1000;
}
#main-menu .sub-menu li a {
	font-size: 16px;
	line-height: 1.875;
}
.menu2 {
	background-color: #e1e1e1;
	padding: 0 10px;
	height: 60px;
	margin: 0 -10px 25px -10px;
}
.hidden-mobile {
	padding: 0 10px;
}
.hidden-mobile .menu2 {
	margin-bottom: -25px;
}
.menu2 ul {
	margin-left: 40px;
}
.menu2 ul li {
	float: left;
	margin-right: 25px; 
}
.menu2 ul li a {
	position: relative;
	display: table;
	font-size: 1.14em;
	color: #000;
}
.menu2 ul li a:before {
	position: absolute;
	content: '';
	left: 58px;
	top: 50%;
	margin-top: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00a0d2;
}
.menu2 ul li a i {
	display: inline-block;
	background-color: #00a0d2;
	margin-right: 15px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
}
.menu2 ul li a span {
	display: table-cell;
	vertical-align: middle;
}
/*--- MOBILE MENU ---*/
body.mobile-menu-open {
	overflow: hidden;
}
body.mobile-menu-open:before {
	position: fixed;
	top: 0;
	content: '';
	display: inherit;
	background: rgba(255,255,255,0.8);
	width: 100vw;
	height: 100vh;
	z-index: 9998;
}
#mobile-menu {
	display: none;
	position: absolute;
}
.icon-menu {
	display: block;
	margin-top: 15px;
	width: 32px;
	height: 32px;
	color: #c2c2c2;
}
.icon-menu i {
	font-size: 32px;
}
.mobile-menu-panel {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 75%;
	min-height: 100vh;
	height: 100%;
	padding: 10px 15px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	overflow: scroll;
	-ms-transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9999;
}
body.mobile-menu-open .mobile-menu-panel {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.close-menu {
	position: relative;
	display: inline-block;
	background-color: #fff;
	margin: 0 20px 0 0;
	padding: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	color: #00a0d2;
	border: 1px solid #00a0d2;
}
#mobile-logo {
	display: inline-block;
	line-height: 0;
	bottom: -5px;
}
#mobile-logo img {
	width: auto;
	height: 30px;
}
.mobile-login-links {
	margin: 10px 0 0;
	padding: 20px 0;
	border-top: 1px solid #00a0d2;
}
.mobile-login-links i {
	position: relative;
	display: inline-block;
	background-color: #00a0d2;
	top: -16px;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}
.mobile-login-links span {
	display: inline-block;
	margin-left: 20px;
}
.mobile-login-links a {
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	font-weight: 700;
	color: #00a0d2;
}
#mobile-menu ul li {
	height: 45px;
	border-top: 1px solid #c2c2c2;
}
#mobile-menu ul li.has-children {
	height: auto;
}
#mobile-menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	color: #009ed1;
	font-weight: 700;
}
#mobile-menu .sub-menu {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
#mobile-menu .sub-menu li {
	border-top: 0;
}
#mobile-menu .sub-menu li a {
	font-weight: 400;
}
/*--- SERVICES MENU ---*/
#menu-services ul li {
	float: left;
	width: 135px;
}
#menu-services ul li a {
	display: block;
	color: #00a0d2;
	text-align: center;
}
#menu-services ul li a i {
	font-size: 40px;
}
#menu-services ul li a span {
	display: block;
	font-size: 18px;
	text-decoration: underline;
}
#menu-services ul li.active a span {
	color: #000;
	text-decoration: none;
}
/*====================================== 
  CONTENT
========================================*/
.page #site-content {
	margin-top: 60px;
}
.home  #site-content,
.page-news #site-content {
	margin-top: 0;
}
.page-car #site-content p {
	font-size: 1.42em;
}
.page-content2 {
	margin: 0 30px;
}
#header-banner {
	padding: 0 10px;
	line-height: 0;
}
.main-banner {
	overflow: hidden;
}
.main-banner .news-exceprt {
	margin-left: 30px;
	overflow: visible;
}
.main-banner a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.main-banner a.cat-name {
	color: #00a0d2;
	margin-bottom: 10px;
	text-transform: uppercase;
	display:block;
}
.main-banner .banner-title {
	font: 700 50px 'Rubik', sans-serif;
	text-shadow: 3px 3px 3px #000;
}
.main-banner .news-exceprt p {
	font-size: 20px;
}
.title-box {
	margin-bottom: 25px;
	font: 500 30px 'Rubik', sans-serif;
	text-transform: uppercase;
}
.title-box a {
	color: #000;
}
h1.title-box {
	color: #000;
}
.categories-box {
	margin-bottom: 10px;
}
.cat-box {
	width: 25%;
	height: 0;
	padding-bottom: 16.65%;
	overflow: hidden;
}
.cat-box a,
.news-box a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
}
.cat-box a img,
.news-box a img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
}
.list-news2 .news-box .feature-img img {
	position: relative;
}
.cat-info,
.news-info {
	padding: 30px;
	height: 100%;
}
.cat-info * {
	position: relative;
}
.cat-info .cat-name {
	display: block;
	color: #00a0d2;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5); 
}
.cat-box a:hover .cat-info .cat-name {
	color: #fff;
}
.cat-info .art-title,
.news-title {
	display: block;
	color: #fff;
	font: 700 1.42em 'Rubik', sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.hover-box p {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
	display: none;	
}
.box-news,
.latest-items {
	max-width: 1124px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.news-box {
	float: left;
	margin: 0 0 20px 20px;
	width: calc(33.33% - 14px);
	height: 240px;
	overflow: hidden;
}
.list-news2 .news-box {
	float: none;
	margin: 40px 0 0 0;
	width: 100%;
}
.offers .news-box {
	width: calc(33.33% - 13.33px);
}
.offers .news-box:nth-of-type(3n+1),
.list-news .news-box:nth-of-type(3n+1) {
	margin-left: 0;
}
.news-box.first-news {
	width: calc(66.66% - 7px);
	margin-left: 0;
	height: 500px;
}
.news-box.first-news .news-title {
	font-size: 30px;
}
.news-box.first-news p {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.28em;
}
.news-box a img {
	height: 100%;
}
.news-info {
	height: 100%;
}
.news-exceprt {
	position: absolute;
	bottom: 30px;
	max-width: calc(100% - 60px);
	max-height: calc(100% - 60px);
	overflow: hidden;
}
.list-news2 .news-exceprt {
	position: relative;
	float: left;
	width: 100%;
	max-width: calc(100% - 390px);
	max-height: 100%;
	bottom: auto;
}
.list-news2 .feature-img {
	position: relative;
	display: block;
	float: left;
	width: 360px;
	margin-right: 30px;
}
.list-news2 a.news-title {
	position: relative;
	height: auto;
	font: 700 2.14em 'Rubik', sans-serif;
	color: #009ed1;
	text-shadow: none;
}
.number-likes {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #00a0d2;
	min-width: 35px;
	padding: 0 5px 0 5px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.btn-more {
	display: block;
	background-color: #e1e1e1;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #000;
}
.btn-more i {
	display: inline-block;
	margin-right: 15px;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}
button.btn-more {
	width: 100%;
	border: 0;
	cursor: pointer;
}
.btn-more.search  {
	margin: 40px 0 40px 0;
}
.btn-add {
	display: inline-block;
	padding: 0 5px;
	margin: 10px 0 20px;
	font: 500 1.42em/2 'Rubik', sans-serif;
	color: #00a0d2;
	text-transform: uppercase;
	border: 2px solid #f2a92b;
}
.gallery {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.gallery li {
	float: left;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.gallery li.title-gallery {
	position: absolute;
	display: table;
	width: 280px;
	background-color: #00a0d2;
	top: 140px;
	left: 140px;
	z-index: 99;
}
.gallery li a {
	position: relative;
	display: block;
}
.gallery li.title-gallery a, .gallery li.title-gallery h3 {
	display: table-cell;
	padding-left: 20px;
	font: 700 1.64em 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
}
.gallery li a .hover-box {
	position: absolute;
	top: 0; left: 0;
	background: rgba(0,160,210,0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.gallery li a:hover .hover-box,
.photoalbum li a:hover:before  {
	opacity: 1;
}
.gallery li a .user-info {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 15px;
}
.gallery li a .user-info .name {
	display: block;
	font-size: 16px;
	color: #000;
}
.gallery li a .user-info .rate {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.photoalbum li {
	width: 240px;
	height: 240px;
}
.photoalbum li a:before {
	position: absolute;
	top: 0; left: 0; 
	background: rgba(0,160,210,0.8);
	width: 100%;
	height: 100%;
	font-family:'FontAwesome';
	content: '\f00e';
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 240px;
	opacity: 0;
	-ms-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.post_item {
	float: left;
	width: calc(50% - 30px);
	height: 120px;
	margin: 30px 30px 30px 0;
	overflow: hidden;
}
.post_item .item-prev {
	position: relative;
	float: left;
	width: calc(37% - 20px);
	margin-right: 20px;
	z-index: 89;
}
.article-exceprt {
	float: left;
	width: 63%;
}
.article-exceprt h3 {
	font: 700 1.42em 'Rubik', sans-serif;
}
.article-exceprt h3 a {
	color: #009ed1;
}
.recent-items > div {
	width: 50%;
}
.latest-themes {
	padding-right: 20px;
}
.latest-themes .post_item {
	float: none;
	width: 100%;
	height: 80px;
	margin: 0 0 20px 0;
}
.latest-themes .post_item .item-prev {
	width: calc(25% - 20px);
	margin-right: 20px;
}
.latest-themes .article-exceprt {
	width: 75%;
}
.article-meta h4 {
	font: 700 16px 'Rubik', sans-serif;
	color: #00a0d2;
	font-weight: normal;
}
.user-latest-themes .article-meta h4 {
	height: 40px;
	overflow: hidden;
	display: block;
}
.user-themes.article-meta h4 {
	height: 40px;
	overflow: hidden;
	display: block;
}
.user-themes .article-meta .status, .post_item .article-meta .status {
	display: block;
	padding-top: 5px;
	color: #666666;
}
.user-themes .article-meta .status.active, .post_item .article-meta .status.active {
	color: #009900;
}
.user-themes a.controls {
	color: #00a0d2;
	display: inline-block;
	padding-top: 5px;
	font-size: 1em;
	font-weight: 400;
}
.user-car .article-meta h4 {
	height: 40px;
	overflow: hidden;
	display: block;
}
.user-company article {
	height: 90px !important;
	overflow: hidden;
}
.article-meta h4 a {
	color: #00a0d2;
}
.article-meta h4 a.section {
	color: #000;
}
.theme-data {
	margin-top: 10px;
	font-size: 12px;
	color: #c2c2c2;
}
.theme-data i {
	font-size: 14px;
}
.theme-data a, .theme-data span {
	color: #000;
}
.theme-data a i, .theme-data span i {
	color: #c2c2c2;
}
.theme-data time,
.theme-data .meta-link {
	margin-right: 30px;
}
.theme-data .meta-link: last-child {
	margin-right: 0;
}
.list-comments {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-comments li {
	position: relative;
	background: #e1e1e1;
	margin-bottom: 20px;
}
.list-comments li:before {
	position: absolute;
	top: 15px;
	left: 15px;
	font-family:'FontAwesome';
	content: '\f0e5';
	color: #00a0d2;
	font-size: 18px;
}
.list-comments li a {
	display: block;
	padding: 5px 50px;
}
.list-comments li a p {
	color: #000;
	max-height: 4.2em;
	overflow: hidden;
}
.width-cut {
	max-width: 1125px;
	margin: 35px 0 35px 20px;
}
table.themes {
	width: 100%;
	border-spacing: 2px;
	text-align: left;
	font-size: 1.14em;
	border-bottom: 2px solid  #e1e1e1;	
}
table.themes i,
table.themes a {
	color: #00a0d2;
}
table.themes .title-theme i {
	color: #f8a138;
	margin-right: 10px;
}
table.themes .title-theme .transfered-item {
	color: #c61f26;
	font-size: 0.9em;
	white-space: nowrap;
}
.caption-table th {
	background-color: #e1e1e1;
	height: 40px;
	padding: 0 10px;
	font-size: 1.14em;
}
table.themes td {
	padding: 20px 10px;
	border-bottom: 1px solid  #e1e1e1;	
}
table.themes tr:last-child td {
	border-bottom: 0;
}
table.themes td.title-theme,
table.themes td.last-comment {
	width: 33%;
}
.other-themes table.themes td.last-comment {
	width: 25%;
}
table.themes td.title-theme a {
	font-weight: 700;
}
table.themes .author {
	text-decoration: underline;
}
table.themes td span {
	display: none;
	font-weight: 700;
}
table.themes td img {
	vertical-align: middle;
}
#new-users {
	margin-bottom: 35px;
}
#user-gallery  {
	margin: 35px 0;
}
#photogallery {
	margin-bottom: 35px;
}
#new-users .gallery li.title-gallery,
#photogallery .gallery li.title-gallery {
	position: relative;
	top: 0;
	left: 0;
}
#posts-feed .post_item {
	float: none;
	width: 100%;
	max-width: 915px;
}
#posts-feed .post_item .item-prev {
	width: 183px;
}
#posts-feed .article-meta h4 {
	font-family: Arial, sans-serif;
}
#posts-feed .article-meta p {
	font-size: 1.22em;
	margin: 10px 0;
}
.btn-reply {
	position: absolute;
	background-color: #00a0d2;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff !important;
	text-decoration: none !important;
}
.comment-btn { 
	right: 15px;
	bottom: 15px;
	border: 0px;
	cursor: pointer;
}
.show-comments-btn { 
	background-color: #00a0d2;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	margin: 10px 0 10px 0;
}
#main-reply {
	top: 10px;
	right: 0;
}
.comment .btn-reply {
	right: 0;
	bottom: 0;
}
.breadcrumbs {
	display: inline-block;
	color: #c2c2c2;
	font-size: 1.14em;
	line-height: 2.4em;
}
.clearfix .breadcrumb {
	display: inline-block;
}
.breadcrumbs a {
	color: #c2c2c2;
	text-decoration: underline;
}
.share-buttons {
	display: inline-block;
	margin-right: 10px;
}
.comment-closed-theme {
	text-align: center;
	margin: 50px 0 50px 0;
	font-size: 18px;
	font-weight: bold;
}
.comment {
	display: table;
	width: 100%;
	margin: 15px 0; 
	padding: 10px;
	border: 1px solid #c2c2c2;
	border-bottom-width: 2px;
}
.comment .user-info {
	display: table-cell;
	width: 160px;
	text-align: center;
	vertical-align: top;
}
.comment .user-info .user-name {
	display: block;
}
.comment .user-info a.user-name {
	color: #009ed1;
	text-decoration: underline;
}
.comment .user-info .user-name img {
	width: 100px;
	margin-top: 10px;
}
.comment .user-info .user-ratio {
	display: block;
	font-weight: 700;
}
.comment .user-info .user-ratio a {
	color: #009ed1;
}
.comment .user-info .user-ratio.rate_pos {
	color: #009ed1;
}
.comment .user-info .user-ratio.rate_neg {
	color: #ff0000;
}
.comment .user-meta {
	display: block;
	font-size: 10px;
}
.comment .user-meta.date {
	margin: 20px 0 0 0;
	font-size: 0.8em;
	color: #666666;
}
.comment .forum_admin_ui {
	margin: 10px 0 0 0;
}
.comment .forum_admin_ui a{
	color: #009ed1;
	text-decoration: underline;
}
.comment .forum_admin_ui .c_adm i{
	cursor: pointer;
	color: #009ed1;
}
.comment .forum_admin_ui .c_adm i span{
	padding: 0 10px 0 0;
	font: 400 14px/1.4 Arial, sans-serif !important;
}
.comment .user-info .user-meta {
	margin: 10px 0 0 0;
	text-align: left;
}
.comment-content {
	display: table-cell;
	min-height: 240px;
	padding: 0 40px 50px 20px;
	font-size: 1.14em;
}
.comment-num {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e1e1e1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.14em;
}
.comment-content p {
	margin: 0 0 15px 0;
}
.comment-content a {
	color: #009ed1;
	text-decoration: underline;
}
.comment-content a:hover {
	text-decoration: none;
}
.comment-content p.reply {
	color: #666666;
	font-size: 0.9em;
}
.comment-content .c_rates, .user-info .u_rates {
	margin: 10px 0 10px 0;
	padding: 6px;
	background-color: #f4f4f4;
}
.comment-content .c_rates div, .user-info .u_rates div {
	padding: 5px 0 5px 0;
	color: #454545;
	font-size: 12px;
	line-height: 18px;
}
.comment-content .c_rates div a, .user-info .u_rates div a {
	text-decoration: none;
	color: #454545;
}
.comment-content .c_rates div a:hover, .user-info .u_rates div a:hover {
	text-decoration: underline;
	color: #454545;
}
.comment-content .c_rates span.pos, .user-info .u_rates span.pos {
	color: #009900;
}
.comment-content .c_rates span.neg, .user-info .u_rates span.neg {
	color: #ff0000;
}
/* linked items */
.linked-answer {
	padding: 10px 0 0 0;
}
.linked-answer p {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #c61f26;
}
.linked-answer a {
	font-weight: bold;
	text-decoration: underline;
}
.linked-answer a:visited {
	text-decoration: underline;
}
.linked-answer a:hover {
	text-decoration: none;
}
.comment-like {
	position: absolute;
	bottom: 0;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.14em;
	border: 1px solid #c2c2c2;
}
.comment-like .c_rate_pos {
	color: #8dc63f;
}
.comment-like .c_rate_neg{
	color: #ff0000;
}
.comment-like .is_action{
	cursor: pointer;
}
.comment-like button {
	position: absolute;
	top: 12px;
	background-color: #fff;
	padding: 0;
	width: 1.14rem;
	height: 1.14rem;
	font-size: 0.7em;
	line-height: 1;
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
	border-radius: 100%;
	cursor: pointer;
}
.comment-like button.plus {
	left: 20px;
}
.comment-like button.minus {
	right: 20px;
}
.meta-article {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c2c2c2;
}
.meta-article .share-buttons {
	font-size: 1.28em;
	line-height: 60px;
}
.comment-button {
	background-color: #009ed1;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}
.comment-button i {
	margin-left: 10px;
}
.comment-button.open i {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.article-comments {
	display: none;
}
.page-forum-post .other-themes {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #c2c2c2;
}
.other-themes table.themes {
	margin-top: 50px;
}
.page-forum-category .other-themes table.themes {
	margin-top: 20px;
}
.article-content > * {
	margin-left: 60px;
}
.article-content > img {
	margin-left: 0;
}
.article-content > p.img{
	margin-left: 0;
}
.article-content a, a.link{
	color: #00a0d2;
}
.article-content .date {
	color: #666666;
}
.box-border-top {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 2px solid #c2c2c2;
}
.box-border-top .news-box:first-child {
	margin-top: 0;
}
.mob-share-btn {
	display: none;
	float: right;
	background-color: #fff;
	width: 50px;
	height: 34px;
	color: #c2c2c2;
	font-size: 25px;
	line-height: 34px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.meta-page {
	font-size: 1.14em;
	color: #c2c2c2;
}
.meta-page span {
	margin-right: 20px;
}
.photoBattle-content p {
	font-size: 1.42em;
}
.photoBattle-box {
	float: left;
	width: calc(50% - 10px);
}
.photoBattle-box:first-child {
	margin-right: 20px;
}
.photoBattle-box .user-name {
	font-size: 1.42em;
	color: #c2c2c2;
	text-align: center;
}
.photoBattle-box .user-name a {
	color: #00a0d2;
}
.photoBattle-box .photoBattle-image {
	margin: 10px 0;
	line-height: 0;
	overflow: hidden;
}
.photoBattle-box .photoBattle-image a:hover:before,
.photo-slider li.current:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,160,210,0.8);
	content: '';
}
.photoBattle-box .photoBattle-image a:hover:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px auto auto -30px;
	width: 60px;
	height: 60px;
	font-family:'FontAwesome';
	content: '\f00c';
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: 7px solid #fff;
	border-radius: 100%;
}
.photoBattle-box .photoBattle-image img {
	width: 100%;
	height: auto;
}
.btn-action {
	height: 35px;
}
.btn-action button, .btn-action a {
	padding: 0 10px;
	background-color: #c2c2c2;
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.btn-action button i, .btn-action a i {
	margin-right: 5px;
	font-size: 18px; 
}
.btn-action button.zoom, .btn-action a.zoom {
	float: left;
	background-color: #00a0d2;
}
.btn-action button.report, .btn-action a.report {
	float: right;
}
.bx-viewport ul {
	margin: 0;
	padding: 0;
}
.photo-slider {
	margin-bottom: 30px;
}
.photo-slider li {
	overflow: hidden;
}
.photo-slider li.current:before {
	position: absolute;
	top: 0; left: 0;
	background: rgba(0,160,210,0.8);
	width: 100%;
	height: 100%;
	content: '';
}
.photo-slider li a {
	display: block;
	line-height: 0;
}
.main-img {
	text-align:center;
}
.main-img .close {
	position: absolute;
	display: block;
	background-color: #077ea3;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.content-car {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #c2c2c2;
}
.content-car.offers {
	margin-top: 50px;
}
.slider-car,
.info-car {
	width: calc(50% - 20px);
}
.info-car dl {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
.info-car dt,
.info-car dl {
	position: relative;
}
.info-car dt {
	width: 130px;
	font-size: 0.8em;
	line-height: 1.8em;
}
.info-car dd {
	margin: -1.4em auto auto 130px;
}
.sort {
	height: 50px;
	margin-bottom: 35px;
	border-bottom: 2px solid #c2c2c2;
}
.sort-cities {
	margin-top: 40px;
	margin-bottom: 0;
	border-bottom: 0;
}
.sort > div {
	float: left;
	line-height: 50px;
	font-size: 1.28em;
}
.sort-cities > div {
	font-size: 2.14em;
}
.filter-el {
	margin-left: 30px;
	padding-right: 15px;
}
.filter-cities {
	margin-left: 0;
}
.filter-el:before {
	position: absolute;
	top: 0;
	right: 0;
	font-family:'FontAwesome';
	content: '\f107';
	color: #000;
	font-size: 18px;
}
.filter-el.open:before  {
	content: '\f106';
}
.filter-element-name {
	position: relative;
	top: -2px;
	background-color: transparent;
	border: 0;
	color: #00a0d2;
	text-decoration: underline;
	font-size: 1.28rem;
	line-height: 48px;
	cursor: pointer;
}
.sort-el {
	margin-left: 30px;
	padding-right: 15px;
}
.sort-el.desc:before {
	position: absolute;
	top: 0;
	right: 0;
	font-family:'FontAwesome';
	content: '\f107';
	color: #000;
	font-size: 18px;
}
.sort-el.asc:before  {
	position: absolute;
	top: 0;
	right: 0;
	font-family:'FontAwesome';
	content: '\f106';
	color: #000;
	font-size: 18px;	
}
.sort-element-name {
	position: relative;
	top: -2px;
	background-color: transparent;
	border: 0;
	color: #00a0d2;
	text-decoration: underline;
	font-size: 1.28rem;
	line-height: 48px;
	cursor: pointer;
}
.filter-cities .filter-element-name {
	font-size: 2.14rem;
}
.toolbar-dropdown {
	position: absolute;
	display: none;
	top: 48px;
	background-color: #fff;
	border: 2px solid #c2c2c2;
	z-index: 8889;
}
.filter-el.open .toolbar-dropdown {
	display: block;
}
.toolbar-dropdown ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	max-height: 350px;
	min-width: 200px;
	overflow-y: auto;
}
.toolbar-dropdown ul li {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1.9;
}
.toolbar-dropdown ul li a {
	display: block;
	font-size: 14px;
	color: #00a0d2;
	line-height: 1.5;
	white-space: nowrap;
	font-weight: normal;
}
.contact-info {
	margin-top: 20px;
	padding-top: 20px;
	border-top:  2px solid #c2c2c2;
}
.contact-info #map {
	max-width: 340px;
	width: 100%;
}
.contact-info dl,
.list-services ul li,
.desc-services p {
	font-size: 1.42em;
}
.contact-info dl {
	width: calc(100% - 360px);
}
.contact-info dt {
	width: 200px;
	color: #c2c2c2;
}
.contact-info dd {
	position: relative;
	left: 200px;
	margin-top: -1.4em;
	white-space: pre-wrap;
	width: calc(100% - 200px);
}
.list-services ul {
	float: left;
	margin: 0 0 40px;
	padding: 0;
	width: 50%;
}
.list-services ul li {
	margin-left: 20px;
}
.list-services ul li.title-list-service {
	list-style: none;
	font-weight: 700;
	margin-left: 0;
}
#btn-add_company {
	position: absolute;
	right: 0;
	top: 80px;
}
#objects_map {
	width: 100%;
	height: 518px;
}
 /* cluster */
.cluster{
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
	text-shadow: 0 0 2px #000;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
}
.cluster-1{
	background: url(/modules/objects/pictures/group_small.png) no-repeat;
	line-height:38px;
	width: 38px;
	height: 38px;
	z-index: 200;
}
.cluster-1:hover {
	background: url(/modules/objects/pictures/group_small_hover.png) no-repeat;
}
.cluster-2{
	background: url(/modules/objects/pictures/group_medium.png) no-repeat;
	line-height:42px;
	width: 41px;
	height: 42px;
	z-index: 200;
}
.cluster-2:hover {
	background: url(/modules/objects/pictures/group_medium_hover.png) no-repeat;
}
.cluster-3{
	background: url(/modules/objects/pictures/group_big.png) no-repeat;
	line-height:51px;
	width: 52px;
	height: 51px;
}
.cluster-3:hover {
	background: url(/modules/objects/pictures/group_big_hover.png) no-repeat;
}

.infobulle{
	overflow: hidden; 
	cursor: default; 
	clear: both; 
	position: relative;  
	padding: 0pt; 
	background-color:#fff; 
	width: 250px; 
	border-radius: 4px 4px; 
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	border: 1px solid #ccc;
	padding: 7px 8px 7px 8px;
}
.infobulle .title { 
	color:#000; 
	font-size:15px; 
	line-height:17px; 
	font-weight: bold; 
}
.infobulle .address {
	color:#4e4e4e;
	font-size:13px;
	margin-top: 5px;
}

.infobulle .phone {
	color:#000;
	font-size:13px;
	margin-top: 5px;
}
.infobulle .link {
	margin-top: 5px;
}
.infobulle .link a {
	font-size:13px;
	color: #0079b2;
	text-decoration: underline;
	outline: none;
}
.infobulle .link a:hover {
	text-decoration: none;
	color: #f37016;
}
#btn-add_company {
	z-index:900;
}

.form-search-options fieldset {
	margin-top: 30px;
	padding: 20px 30px;
	border-bottom: 2px solid #c2c2c2;
}
.col-13,
.col-23 {
	float: left;
}
.col-13 {
	width: calc(33.33% - 20px);
	margin-right: 40px;
}
.col-23 {
	width: calc(66.66% - 20px);
}
.col-count2 {
	width:100%; 
	column-count: 2; 
	-moz-column-count: 2; 
	-webkit-column-count: 2;
	column-gap: 0;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
}
.title-form {
	font-size: 1.42em;
	margin-bottom: 20px;
}
.title-col-form {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.14em;
	border-bottom: 2px solid #c2c2c2;
}
.objects-col-form, .col-count2 .objects-col-form {
	margin: 0;
	margin-bottom: 2px;
	margin-top: 10px;
	font-size: 1.14em !important;
	font-weight: 500;
}
.objects-col2-form {
	margin: 5px 0 5px 0;
}
.form-search-options .field {
	margin-bottom: 20px;
	padding: 0 5px;
	height: 35px;
}
.col-count2 {
	font-size: 1.14em;
}
.col-count2 span {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: underline;
	line-height: 1;
}
.col-count2 label {
	margin-top: 0;
	line-height: 1.5;
}
.col-count2 label input {
	margin-right: 5px;
}
.col-23 .form_button {
	margin-top: 32px;
}
.search-result {
	margin-top: 40px;
}
.item-search-result {
	float: left;
	width: 50%;
	height: 90px;
	margin-bottom: 20px;
	padding-right: 40px;
	font-weight: normal;
}
.item-search-result a.title {
	color: #00a0d2;
	font-weight: 700;
	font-size: 1.3em;
}
.item-search-result .contacts {
	display: block;
	font-size: 1.1em;
}
.item-search-result p {
	margin: 0;
}
.item-search-result p span {
	display: block;
}
.tables-users {
	margin-top: 30px;
	padding-bottom: 80px;
}
.table-users {
	width: calc(50% - 25px);
}
.full-width.table-users {
	width: 100%;
}
.table-users.table-rating {
	width: calc(100% - 60px);
}
.table-users .username img {
	width: 50px;
	margin-right: 20px;
}
.friend-news .username img { 
	margin-right: 10px;
}
.table-users table.themes td {
    padding: 10px;
}
.table-users table.themes td.username {
    padding-left: 0;
}
.table-users a {
	text-decoration: underline;
}
.table-users td i {
	display: none;
}
.table-users td.rate_pos {
	color: #8dc63f;
}
.table-users td.rate_neg {
	color: #ff0000;
}
/*------------------------------------ 
  User Pages
------------------------------------*/
h1 span {
	font-weight: 500;
}
.user-page  #site-content p {
	font-size: 1.14em;
}
.person-avatar {
	width: 170px;
	margin-right: 30px;
}
.user-info {
	width: calc(100% - 200px);
}
.user-buttons > * {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.14em;
	font-weight: 700;
}
.btn {
	background-color: #00a0d2;
	padding: 0 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
}
.user-page .btn-more {
	margin-right: 0;
}
.user-buttons .user-ratio {
	background-color: #c2c2c2;
	padding-left: 15px;
}
.user-ratio-clear {
	display: none;
}
.user-buttons .user-ratio span.no-rate {
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
	margin-left: 20px;
	line-height: 38px;
	color: #000000;
	border: 1px solid #c2c2c2;
}
.user-buttons .user-ratio span.is_action {
	cursor: pointer;
}
.user-buttons .user-ratio span.c_rate {
	color: #000000;
}
.user-buttons .user-ratio span.c_rate_pos {
	color: #8dc63f;
}
.user-buttons .user-ratio span.c_rate_neg {
	color: #ff0000;
}
.user-buttons a.rating-title {
	color: #ffffff;
}
.user-ratio-btn .comment-like {
	position: relative;
	background-color: #fff;
	display: inline-block;
	height: 40px;
	margin-left: 20px;
}
.user-ratio-btn .comment-like span.loading {
	color: #000000;
	font-weight: normal;
}
.user-buttons .user-ratio-btn span.remaining-votes {
	position: absolute;
	display: block;
	top: 3px;
	right: -110px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 100px;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
	border: 0;
}
.user-page .title-col-form {
	margin-top: 25px;
	font-size: 1.42em;
}
.user-page .title-col-form a.edit {
	position: absolute;
	right: 0;
	color: #00a0d2;
	text-decoration: underline;
	font-size: 1.14rem;
}
.user-page .title-col-form a.edit:before {
	position: absolute;
	left: -20px;
	font-family:'FontAwesome';
	content: '\f040';
}
.user-page .title-col-form a.edit.add-photo:before {
	content: '\f03e';
}
.user-page .title-col-form a.edit.add:before {
	content: '\f067';
}
p .light {
	color: #c2c2c2;
}
.user-photo .photoalbum li {
	width: calc(33.33% - 14px);
	height: 240px;
	margin-right: 21px;
	margin-bottom: 21px;
}
.user-photo .photoalbum li.adm-actions {
	height: 268px;
}
.user-photo .photoalbum li img {
	width: 100%;
}
.user-photo .photoalbum li.hidden-item {
	display: none;
}
.user-photo .photoalbum li:nth-child(3n) {
	margin-right: 0;
}
.user-photo .photoBattle-box {
	float: none;
	width: 100%;
	margin: 0;
}
.user-photo .photoalbum.photoBattle li {
	height: auto;
}
.user-photo .photo-rating .title {
	background-color: #00a0d2;
	color: #fff;
	display: inline-block;
	padding: 2px 2px 2px 5px;
	font-size: 16px;
}
.user-photo .photo-rating .title a {
	color: #fff;
	text-decoration: underline;
}
.user-photo .photo-rating .value {
	color: #00a0d2;
	background-color: #fff;
	display: inline-block;
	min-width: 24px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin-left: 5px;
}
.user-photo .photo-rating .value.disabled {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
}
.user-photo .photo-rating .plus {
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
	background-color: #fff;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	font-size: 1em;
	line-height: 1;
	color: #00a0d2;
	border: 1px solid #00a0d2;
	border-radius: 100%;
	cursor: pointer;
}
.user-photo .photo-rating span.remaining-votes {
	display: inline-block;
	margin-top: 5px;
	background-color: transparent;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
}
.user-photo .photo-rating .vote-claim {
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.user-photo .photo-rating .vote-claim:hover {
	text-decoration: none;
}
.list-firends {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.list-firends li {
	float: left;
	width: calc(33.33% - 40px);
	margin-right: 40px;
	height: 100px;
	border: 1px solid #c2c2c2;
	overflow: hidden;
}
.list-firends.all li {
	margin-top: 15px;
	margin-bottom: 15px;
}
.list-firends li .avatar {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 0;
}
.list-firends li .avatar .hover-box {
	position: absolute;
	background-color: rgba(0,160,210,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-weight: 700;
	opacity: 0;
	-ms-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.list-firends li .avatar:hover .hover-box {
	opacity: 1;
}
.list-firends li .user-meta {
	float: left;
	width: calc(100% - 100px);
	padding: 10px;
}
.list-firends li .user-meta a {
	display: block;
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.6em;
}
.list-firends li .user-meta a.name {
	font-size: 1.14em;
	color: #00a0d2;
}
.posts-feed .btn {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.user-latest-themes .post_item {
	width: calc(20% - 24px);
	margin-right: 30px;
	height: auto;
}
.user-latest-themes .post_item:nth-child(5n) {
	margin-right: 0;
}
.user-latest-themes .post_item .item-prev {
	float: none;
	width: 100%;
}
.object-status-pending {
	color: #ffaa00;
}
.object-status-active {
	color: #009900;
}
.object-status-rejected {
	color: #606060;
}
.user-car .article-meta h4 a {
	color: #00a0d2;
}
.user-car .article-meta .price {
	display: block;
	font: 700 16px 'Rubik', sans-serif;
    color: #00a0d2;
}
.user-car .article-meta .run {
	font-size: 16px;
	color: #000;
}
.post_item .item-search-result {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.post_item .item-search-result a.title {
	color: #00a0d2;
	font-weight: 700;
	font-size: 1.3em;
}
.post_item .item-search-result .contacts {
	display: block;
	font-size: 1.1em;
}
.user-page #site-content .post_item .item-search-result p {
	font-size: 16px;
}
.last-votes {
	position: absolute;
	top: 50%;
	margin-top: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.table-form {
	min-width: 765px;
	margin-bottom: 60px;
}
.table-form > tbody > tr > td {
	vertical-align: top;
	padding-bottom: 20px;
}
.table-form .name-field {
	width: 25%;
	padding-right: 10px;
	font-size: 1.14em;
	text-align: right;
}
span.require {
	color: #f26522;
}
.field {
	width: 100%;
	height: 30px;
	border: 1px solid #c2c2c2;
}
textarea.field {
	height: auto;
}
.comment-field {
	margin: 0 0 6px 0;
}
.captcha {
	width: 75px; 
}
#img-captcha {
	vertical-align: top;
}
label {
	display: block;
	margin-top: 20px;
}
label.no-padding {
	margin-top: 0;
}
fieldset {
	padding: 10px;
	border: 1px solid #c2c2c2;
}
fieldset hr {
	background-color: #c2c2c2;
	height: 1px;
	border: 0;
}
.shortcode {
	color: #00a0d2;
}
.form_button {
	margin-right: 20px;
	width: 180px;
	height: 40px;
	background-color: #c2c2c2;
	color: #fff;
	font: 700 16px/40px Arial, sans-serif;
	border: 0;
	cursor: pointer;
}
.form_button[type=submit] {
	background-color: #00a0d2;
}
.form_button.alignright {
	margin-right: 0;
}
#btn-add_photo {
	margin: 10px 0;
	height: 30px;
	padding: 0 10px;
	background-color: #c2c2c2;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.photo_wrapper {
	width: 270px;
}
.photo_actions{ background-color:#acacac; margin: -6px 0 10px 0; text-align:left; padding: 2px 5px 5px; }
.photo_actions i { display: inline-block; font-weight: bold; color: #ffffff; cursor: pointer; font-style: normal; font-size: 12px; }
.add_photo {
	display: none;
	margin-top: 20px;
}
.add_photo .form_button {
	margin-top: 10px;
}
h2.comment-title {
	margin: 20px 0 20px 0;
	font-size: 1.5em;
}
.add-comment-form {
	width: 100%;
	margin: 20px 0 20px;
}
.add-comment-form td {
	vertical-align: top;
}
.avatar {
	width: 60px;
}
.btn-back {
	position: absolute;
	display: inline-block;
	background-color: #00a0d2;
	right: 0;
	top: 10px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
.cars-right-info {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 10px;
	line-height: 22px;
	font-size: 16px;
}
.cars-right-info strong {
	font-weight: bold;
}
.cars-right-info a {
	color: #00a0d2;
}
.cars-right-info a:hover {
	text-decoration: underline;
}
.cars-right-info a.user {
	padding: 0 0 0 25px;
	height: 25px !important;
	background: url(/pictures/user.png) no-repeat left;
	line-height: 26px;
	display: inline-block;
	color: #00a0d2 !important;
	margin-right: 15px;
}
.cars-right-info a.viber {
	padding: 0 0 0 25px;
	height: 25px !important;
	background: url(/pictures/viber.png) no-repeat left;
	line-height: 26px;
	display: inline-block;
	color: #7b519d !important;
	margin-right: 15px;
}
.cars-right-info a.whatsapp {
	padding: 0 0 0 25px;
	height: 25px !important;
	background: url(/pictures/whatsapp.png) no-repeat left;
	line-height: 26px;
	display: inline-block;
	color: #45ae30 !important;
	margin-right: 15px;
}
.cars-description {
	margin-top: 60px;
	
}
.user-page .btn-back {
	right: 40px;
}
.user-page .btn-back.no-padding {
	right: 0;
}
.content-account {
	margin-bottom: 120px;
}
.friend-list {
	width: 43%;
}
.messages {
	width: 53%;
}
#intercom_contacts_title {
	float: left;
	text-align: left;
	padding-bottom: 5px;
}
#intercom_search_title {
	float: right;
	text-align: right;
	padding-bottom: 5px;
}
#intercom_search_loader {
	padding: 15px;
}
#intercom_contacts_loader {
	padding: 15px;
}
#intercom_search {
	margin-bottom: 25px;
}
.intercom-error {
	margin-left: 15px;
	margin-right: 15px;
}
.intercom-active-tab {
	color: #333;
	cursor: default;
}
.intercom-inactive-tab {
	color: #00a0d2;
	cursor: pointer;
}
.load-more-contacts {
	cursor: pointer;
	/*
	display: block;
	background-color: #C7C7C7;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	*/
}
.title-list {
	margin-bottom: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 1.42em;
	font-weight: 700;
	border-bottom: 2px solid #c2c2c2;
}
.title-list a {
	color: #00a0d2;
}
.new-message-title {
	height: 35px;
	line-height: 35px;
	font-size: 1.42em;
	font-weight: 700;
}
.friend-list ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.friend-list ul li {
	display: block;
	float: left;
	width: 100px;
	margin-right: 37px;
	margin-bottom: 40px;
}
.friend-list ul li:nth-child(4n) {
	margin-right: 0;
}
.friend-list ul li a {
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #009ed1;
}
.friend-list ul li span {
	display: block;
	position: relative;
	margin-bottom: 10px;
	line-height: 0;
}
.friend-list ul li span:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 3px #f2a92b;
	opacity: 0;
}
.friend-list ul li a:hover span:before {
	opacity: 1;
}
.friend-list ul li.online span:after {
	position: absolute;
	font-family:'FontAwesome';
	content: '\f111';
	bottom: 10px;
	right: 10px;
	width: 10px;
	height: 5px;
	color: #61a60e;
}
.friend-list ul li.item-unread span:after { 
	position: absolute;
	font-family:'FontAwesome';
	content: '\f0e0';
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 12px;
	font-size: 26px;
	color: #00a0d2;
	-webkit-animation: flashing 1s infinite; 
    -ms-animation: flashing 1s infinite; 
    animation: flashing 1s infinite; 
}
@-webkit-keyframes flashing {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes flashing {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes flashing {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.friend-list .btn-more {
	margin-right: 0;
	height: 50px;
    line-height: 50px;
}
.chat {
	margin-bottom: 15px;
	padding: 10px;
	height: 385px;
	border: 1px solid #c2c2c2;
	overflow: auto;
}
.chat-list {
	margin: 0;
	padding: 0;
	max-width: 100%;
	list-style: none;
}
.chat-list li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 40px;
	min-height: 30px;
}
.chat-list li .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}
.chat-list li.notice {
	text-align: center;
	padding: 20px 0 0 0;
}

.chat-list .is-new {
	display: inline-block;
	padding: 0 0 0 20px;
	color: #00a0d2;
	font-weight: bold;
	-webkit-animation: flashing 1s infinite; 
    -ms-animation: flashing 1s infinite; 
    animation: flashing 1s infinite; 
}
.comment-meta_data .nickname {
	margin-right: 25px;
	color: #009ed1;
}
.comment-meta_data .nickname.out_mess {
	margin-right: 25px;
	color: #c2c2c2;
}
.comment-meta .intercom-text {
	margin: 15px 0 15px 0;
	font-size: 16px !important;
}
.comment-meta .intercom-text p {
	margin: 0 0 15px 0;
	font-size: 16px !important;
}
.comment-meta .intercom-text a {
	color: #009ed1;
	text-decoration: underline;
}
.comment-meta_data i.remove{
	cursor: pointer;
	color: #c2c2c2;
}
.comment-meta_data i.remove span{
	padding: 0 10px 0 0;
	font-family: Arial, sans-serif !important;
}

/*------------------------------------ 
  Pagination
------------------------------------*/
.pagination {
	padding: 40px 0;
	margin-bottom: 50px;
	border-bottom: 2px solid #c2c2c2;
}
.page-forum-post .pagination,
.page-news .pagination,
.page-photoalbum .pagination {
	margin-bottom: 0;
	border-bottom: 0;
}
.pagination ul {
	display: table;
	margin: 0 auto;
}
.pagination ul li {
	float: left;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #c2c2c2;
}
.pagination ul li.current,
.pagination ul li:not(.dotted):hover {
	background-color: #e1e1e1;
	border: 0;
}
.pagination ul li.dotted {
	width: 15px;
	border: 0;
}
.pagination ul li a {
	display: block;
	color: #000;
}

/*====================================== 
  FORMS
========================================*/
.invalid { border:2px solid #AA0000 !important;}
.invalid_label { color: #AA0000 !important;}
.error_text {
	background-color:#AA0000;
	text-align:center;
	font-size: 1.2em;
	line-height: 1.6em;
	padding:5px;
	font-weight:600;
	color:#FFFFFF;
	margin:10px 0 20px 0;
}
.success_text {
	background-color:#008000;
	text-align:center;
	padding:5px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:600;
	color:#FFFFFF;
	margin:10px 0 20px 0;
}
.info_text {
	background-color:#c2c2c2;
	text-align:center;
	padding:5px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:600;
	color:#FFFFFF;
	margin:10px 0 20px 0;
}
.info_text a {
	color:#FFFFFF;
}
.search_notice {
	color: #ff0000;
	font-weight: bold;
}
.notice {
	text-align: center;
}
.form_fake_link{
	color:#00a0d2;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
	margin-bottom: 0;
	display: inline-block;
}
.forum_picture {
	display: inline-block;
	padding: 0 5px 5px 0;
}

/*====================================== 
  SPECIAL
========================================*/
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================================== 
  FOOTER
========================================*/
#site-footer {
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 35px;
	border-top: 2px solid #c2c2c2;
	clear: both;
	
}
#site-footer .wrapper {
	padding: 0 30px;
}
.about-site {
	padding: 0 10px 0 10px;
	clear: both;
}
.social {
	margin-right: 30px;
}
.social a {
	display: inline-block;
	width: 3.92rem;
	height: 3.92rem;
	margin-right: 1.42rem;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.83;
	font-size: 2.14em;
	color: #c2c2c2;
	border: 2px solid #c2c2c2;
}
.fixed-button {
	position: fixed;
	display: table;
	bottom: 20px;
	margin-left: 760px;
	z-index: 919;
}
.fixed-button a, .fixed-button div {
	display: table-cell;
	width: 220px;
	height: 55px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
	border-left: 20px solid rgba(255,255,255,0);
	cursor: pointer;
}
.fixed-button a span, .fixed-button div span {
	display: table-cell;
	padding: 0 10px;
	width: 200px;
	height: 55px;
	vertical-align: middle;
	border: 2px solid #fff;
}
.fixed-button .btn-trnslate span {
	background-color: #e8a200;
}
.fixed-button .btn-forum span {
	background-color: #00a0d2;
}
.copy {
	clear: both;	
}
.copy a {
	color: #000 !important;
}
#footer-rubrics {
	margin-top: 25px;
	padding: 0 0 0 30px;
}
#footer-rubrics h3 {
	margin-bottom: 25px;
	font: 500 30px 'Rubik', sans-serif;
	text-transform: uppercase;
}
#footer-rubrics ul {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	width: 20%;
	list-style: none;
}
#footer-rubrics ul.rubrics {
	width: 33%;
}
#footer-rubrics ul li {
	font-size: 1em;
	padding: 4px 0 4px 0;
}
#footer-rubrics ul li a {
	color: #00a0d2; 
}
#footer-rubrics ul li a:hover {
	text-decoration: underline;
}

/*====================================== 
  MEDIA QUERIES
========================================*/ 
@media only screen and (min-width: 1280px) {
	.hover-box:before {
		position: absolute;
		display: block;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: inherit;
		background: #00a0d2;
		opacity: 0;
		z-index: 0;
		-ms-transition: opacity 0.2s ease-in;
		-webkit-transition: opacity 0.2s ease-in;
		transition: opacity 0.2s ease-in;
	}
	.cat-box a:hover .hover-box:before,
	.news-box a:hover .hover-box:before {
		opacity: 0.8;
	}
	a:hover .hover-box p {
		display: block;
	}
}
@media only screen and (max-width: 1279px) {
	html, body {
	  font-size: 12px;
	}
	#main {
	width: 1024px;
	margin: 0 auto;
	}
	.wrapper {
		padding: 0;
	}
	.hidden-mobile {
		padding: 0;
	}
	.page-content2 {
	  margin: 0 25px;
     }
	#header-banner {
		padding: 0;
	}
	#search form,
    #login .user-login,
    .account-menu {
	   width: 700px;
	}
	.menu2 {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.menu2 ul {
       margin-left: 25px;
    }
	.cat-info, .news-info {
       padding: 25px;
	}
	.box-news, .latest-items {
		width: calc(100% - 50px);
	}
	.page #section-controls, 
	.home #section-controls {
		display: none;
	}
	.gallery li {
		width: 113.5px;
		height: 113.5px;
	}
	.gallery li a:hover:before {
		display: none;
	}
	.photoalbum li {
		width: 193px;
		height: 193px;
	}
	.gallery li.title-gallery {
		top: 113.5px;
		left: 113.5px;
		width: 227px;
	}
	#recent-posts {
		padding: 0 25px;
	}
	.fixed-button {
		margin-left: 570px;
	}
	.fixed-button a {
		width: 200px;
		border-left-width: 10px;
	}
	.width-cut {
		max-width: 920px;
	}
	.width-cut #recent-posts {
		padding: 0;
	}
	.btn-back {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		margin-bottom: 35px;
		height: 40px;
        line-height: 40px;
		font-size: 15px;
	}
	.cars-right-info {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		font-size: 15px;
		margin-bottom: 16px;
	}
	.cars-description {
		margin-top: 0px;
	}
	.news-box {
		height: 206px;
	}
	.news-box.first-news {
		height: 432px;
	}	
	.width-cut .news-box { 
		height: 195px;
	}
	.width-cut .news-box.first-news {
		height: 408px;
	}	
	.offers .news-box {
		height: 195px;
	}
	.offers .news-box p {
		display: block;
		margin-bottom: 0;
	}
	#btn-add_company {
		position: relative;
		right: auto;
		left: 0;
		top: 0;
	}
	.user-photo .photoalbum li {
        height: 195px;
     }
	.user-photo .photoalbum li.adm-actions {
		height: 219px;
	}
	.user-latest-themes .post_item {
		width: calc(25% - 22.5px);
	}
	.user-latest-themes .post_item:nth-child(5n),
	.user-photo .photoBattle-box .btn-action .zoom span  {
		display: none;
		margin-right: 30px;
	}
	.user-latest-themes .post_item:nth-child(4n),
	.user-photo .photoBattle-box .btn-action .zoom i {
		margin-right: 0;
	}
	.user-latest-themes.all .post_item {
		display: block;
	}
	.table-users {
	   float: none;
	   width: 100%;
	   margin-bottom: 50px;
    }
	.table-rating {
	   margin-bottom: 20px !important;
    }
	.friend-list {
		width: 45%;
	}
	.friend-list ul li {
		margin-right: 7px;
	}
	#footer-rubrics {
		padding: 0 0 0 20px;
	}
	.breadcrumbs {
		display: block;
	}
		
}
@media only screen and (max-width: 1023px) {
	#main {
	   width: 768px;
	   margin: 0 auto;
	}
	h1 {
		font-size: 34px;
	}
	.header-nav {
		padding: 0 20px;
	}
	#logo {
		width: 145px;
		margin-right: 15px;
	}
	#main-menu > ul > li {
		margin: 0 7px;
	}
	#main-menu a {
		font-size: 14px;
	}
	.header-icon {
		margin-left: 10px;
		margin-top: 10px;
	}
	#search form,
    #login .user-login,
    .account-menu {
	   width: 525px;
	}
    .account-menu ul li {
		margin: 0 7px;
	}
	.account-menu ul li a {
	   font-size: 14px;
	}
	#login .login-links {
		 width: 145px;
	}
	#login .login-links a {
		font-size: 14px;
	}
	#login .form-login {
		width: 350px;
	}
	#login .field {
		width: 140px;
		font-size: 14px;
	}
	.dropdown_link {
		left: 20px;
	}
	.menu2 {
		height: 50px;
	}
	.menu2 ul {
       margin-left: 20px;
    }
	.menu2 ul li {
		margin-right: 10px;
	}
	.menu2 ul li a {
		width: 120px;
		font-size: 12px;
	}
	.menu2 ul li a:before {
		left: 48px;
	}
	.menu2 ul li a i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	 .main-banner .news-exceprt {
		margin-left: 20px;
	  }
	  
	  .main-banner .banner-title {
		  font-size: 30px;
	  }
	  .main-banner .news-exceprt p {
		  font-size: 16px;
	  }
	/*
	#site-content .banner img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -630px;
		height: 150px;
		width: 1260px;
		max-width: 1260px;
	}
	*/
	.user-page #site-content .wrapper {
	  padding: 0 20px;
   }
	.cat-info, .news-info {
       padding: 20px;
	}
	.mob-share-btn {
		display: block;
	}
	.page #section-controls, 
	.home #section-controls,
	.share-buttons {
		display: none;
	}
	.mob-share-btn,
	.share-buttons.visible {
		display: block;
	}
	.box-news, .latest-items {
		width: 100%;
		margin-left: 0;
	}
	.title-box {
		margin-left: 20px;
	}
	.news-box {
		height: 160px;
	}
	.list-news2 .news-box {
		margin-top: 35px;
		height: 220px;
	}
	.news-box.first-news {
		height: 340px;
	}
	.width-cut .news-box { 
		height: 152px;
	}
	.width-cut .news-box.first-news {
		height: 322px;
	}	
	.list-news2 .feature-img {
		width: 325px;
		margin-right: 20px;
	}
	.list-news2 .news-exceprt {
		max-width: calc(100% - 345px);
	}
	.list-news2 a.news-title {
		line-height: 1;
	}
	.btn-more {
		height: 50px;
		line-height: 50px;
	}
	.gallery li {
		width: 109px;
		height: 109px;
	}
	.photoalbum li {
		width: 142px;
		height: 142px;
	}
	.gallery li.title-gallery {
		top: 109px;
		left: 109px;
		width: 218px;
	}
	.gallery li:nth-child(n+23) {
		display: none;
	}
	.page-photoalbum .gallery li:nth-child(n+23) {
		display: list-item;
	}
	.list-articles {
		padding: 0 20px;
	}
	.post_item {
		float: none;
		width: 100%;
		height: 100px;
		margin-right: 0;
	}
	.post_item .item-prev {
		width: 145px;
		margin-right: 10px;
	}
	.article-exceprt {
		width: calc(100% - 155px);
	}
	.recent-items > div {
        width: 100%;
		float: none !important;
	  }
	  .latest-themes {
		  padding-right: 0;
	  }
	  #site-footer .wrapper {
		  padding: 0 20px;
	  }
	  .social {
		  margin-right: 0;
	  }
	  .social a {
		  margin-right: 10px;
	  }
	  .counters {
		  width: 200px;
	  }
	.fixed-button {
		margin-left: 440px;
	}
	.fixed-button a {
		width: 140px;
		border-left-width: 10px;
	}
	.width-cut {
		max-width: 728px;
	}
	table.themes:not(.list-users, .friend-news) {
	    border-spacing:0;
	}
	table.themes:not(.list-users) tr td.last-comment,
	table.themes:not(.list-users, .friend-news) tr th:last-child,
	#new-users ul li:nth-child(n + 7) {
		display: none;
	}
	table.themes:not(.list-users, .friend-news) th:nth-child(2),
	table.themes:not(.list-users, .friend-news) th:nth-child(3),
	.other-themes table.themes th:nth-child(4) {
		text-indent: -9999px;
	}
	table.themes td {
		width: 25%;
	}
	table.themes td.title-theme {
		width: 50%;
	}
	table.themes.friend-news td {
		width: auto;
	}
	table.themes td span {
		display: inline;
	}
	.table-form {
		width: 100%;
		min-width: 100%;
	}
	.other-themes table.themes tr {
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #e1e1e1;
	}
	.other-themes table.themes tr:first-child {
		padding: 0;
		background-color: #e1e1e1;
	}
	.other-themes table.themes td {
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		width: auto;
		border-bottom: 0;
	}
	.other-themes table.themes td.title-theme {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.article-content > * {
        margin-left: 50px;
    }
	.table-users.table-rating {
		width: calc(100% - 50px);
	}
	.comment-button,
	.page-forum-post .share-buttons  {
		height: 50px;
		line-height: 50px;
	}
	.meta-article .share-buttons {
		line-height: 50px;
	}
	.content-account > div {
		float: none;
        width: 100%;
     }
	 .friend-list {
		 margin-bottom: 25px;
	 }
	.friend-list ul li,
	.friend-list ul li:nth-child(4n) {
		margin-right: 40px;
	}
	.friend-list ul li:nth-child(5) {
       display: list-item;
    }
	.offers .news-box {
		height: 155px;
	}
	.offers .news-box  .news-exceprt {
		bottom: 10px;
	}
	.offers .news-box .news-exceprt p {
		 margin-top: 5px;
	 }
	 .contact-info dt {
	    width: 130px;
	  }
	 .contact-info dd {
		  left: 130px;
		  width: 220px;
	 }
	 #menu-services ul li {
		 width: 120px;
	 }
	  #menu-services ul li a span {
		 font-size: 16px;
	 }
	 .col-13,
	 .col-23 {
		 float: none;
		 width: 100%;
	 }
	 .col-13 {
		 margin: 0 0 40px 0;
	 }
	 .form-search-options .title-form {
		 cursor: pointer;
	 }
	 .form-search-options .title-form:after {
			position: relative;
			top: 0;
			margin-left: 10px;
			font-family:'FontAwesome';
			content: '\f107';
			color: #000;
			font-size: 18px;
	}
	.form-search-options.open .title-form:after  {
		content: '\f106';
	}
	.form-dropdown {
		display: none;
	}
	.search-result .title-box {
       margin-left: 0;
    }
	.list-firends li {
		padding: 20px 20px 0 20px;
		height: auto;
	}
	.list-firends li .avatar,
	.list-firends li .user-meta {
		float: none;
		height: auto;
		width: 100%;
		text-align: center;
	}
	.list-firends li .user-meta a {
		font-size: 1em;
	}
	.list-firends li .user-meta a.name {
		margin-bottom: 5px;
		font-size: 1.14em;
	}
	.user-photo .photoalbum li {
        height: 148px;
     }
	.user-photo .photoalbum li.adm-actions {
		height: 168px;
	}	 
	.user-latest-themes .post_item {
		float: left;
		width: calc(33.33% - 20px);
	}
	.user-latest-themes .post_item:nth-child(4n) {
		display: none;
		margin-right: 30px;
	}
	.user-latest-themes .post_item:nth-child(3n) {
		margin-right: 0;
	}
	.user-latest-themes.all .post_item {
		display: block;
	}
	.posts-feed .btn {
       height: 50px;
      line-height: 50px;
	}
	.user-ratio-btn {
		margin-top: 10px;
	}
	.user-photo .photoBattle-box .report span {
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
	#main {
		width: 480px;
	}
	.hidden-mobile {
		margin-top: 45px;
	}
	h1 {
		font-size: 30px;
	}
	.page-content2 {
        margin: 0 20px;
    }
	#main-menu,
	.categories-box,
	.menu2 ul li a:before,
	.news-box:nth-child(6),
	.btn-action button span,
	.btn-action a span{
		display: none;
	}
	#mobile-menu {
	   display: block;
    }
	.menu2 {
		margin-bottom: 60px;
	}
	#logo {
		position: absolute;
		left: 25%;
		float: none;
		width: 50%;
	}
	.header-icon {
		margin-top: 15px;
	}
	#search form, #login .user-login, .account-menu {
       width: 400px;
     }
	 .main-banner .news-exceprt {
		 bottom: 20px;
	 }
	  .main-banner .banner-title {
		  font-size: 20px;
	  }
	  .main-banner .news-exceprt p {
		  font-size: 14px;
	  }
	.dropdown_list ul, 
	.dropdown_list ul.rubrics,
	#footer-rubrics ul, 
	#footer-rubrics ul.rubrics, 
	.news-box.first-news {
		float: none;
		width: 100%;
	}
	.news-box {
		margin: 0;
		width: 50%;
		height: 160px;
	}
	.btn-more {
		margin: 10px 0 0 0;
	}
	 
	.news-box.first-news {
		height: 320px;
	}
	.width-cut .news-box { 
		height: 146px;
	}
	.width-cut .news-box.first-news {
		height: 296px;
	}	
	.width-cut .news-box a.feature-img img {
		width: 100%;
	}		
	.gallery li {
		width: 120px;
		height: 120px;
	}
	.photoalbum li {
		width: 145px;
		height: 145px;
	}
	.gallery li.title-gallery {
		top: 120px;
		left: 120px;
		width: 240px;
	}
	.gallery li:nth-child(n+18) {
		display: none;
	}
	.page-photoalbum .gallery li:nth-child(n+18) {
		display: list-item;
	}
	.title-box {
		font-size: 24px;
	}
	#recent-posts .title-box {
		margin-left: 0;
	}
	.social,
	.counters {
		float: none;
		width: 100%;
	}
	.fixed-button {
		/* margin-left: 180px; */
		display: none;
	}
	.menu2 ul li {
		margin: 0;
	}
	.menu2 ul li a {
		width: 90px;
		text-align: center;
	}
	.menu2 ul li a i {
		margin: 0;
	}
	.menu2 ul li a span {
		display: block;
		margin: 10px auto 20px;
		font-size: 10px;
	}
	.width-cut {
		max-width: 440px;
	}
	table.themes tr {
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #e1e1e1;
	}
	table.themes tr:first-child {
		display: none;
	}
	table.themes td {
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		width: auto;
		border-bottom: 0;
	}
	table.themes td.title-theme {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	table.themes td.news-text {
		padding-top: 10px;
	}
	#new-users ul li:nth-child(7) {
		display: block;
	}
	 #posts-feed .article-meta p {
		  font-size: 12px;
		  margin: 5px 0;
		  height: 34px;
		  overflow: hidden;
	  }
	  .table-form > tbody > tr {
		  display: block;
		  margin-bottom: 20px;
	  }
	  .table-form > tbody > tr > td,
	  .table-form > tbody > tr > .name-field {
		  display: block;
		  width: 100%;
		  margin-bottom: 0;
		  padding: 0;
		  text-align: left;
	  }
	  .page-forum-post h1 {
         margin-right: 0;
      }
	  #main-reply {
		  position: relative;
		  display: block;
		  width: 115px;
		  margin-bottom: 20px;
	  }
	  .comment {
		  display: block;
	  }
	  .comment .user-info {
		  display: block;
		  width: 100%;
		  padding-bottom: 0;
		  text-align: left;
	  }
	  .comment .user-info a.user-name {
		  display: inline-block;
		  width: 115px;
		  text-align: center;
	  }
	  .comment .user-info .user-ratio {
		  position: absolute;
		  top: 25px;
		  left: 125px;
	  }
	  .comment .user-info .user-meta {
		  position: absolute;
		  left: 125px;
		  bottom: 5px;
	  }
	  .comment-content {
		  display: block;
		  min-height: inherit;
		  padding: 30px 10px 50px 10px;
	  }
	  .other-themes table.themes td {
		  margin-right: 10px;
	   }
	   .list-news2 .news-box {
		   height: auto;
		   overflow: auto;
	   }
	   .list-news2 .news-box:first-child {
		   margin-top: 0;
	   }
	  .list-news2 .feature-img,
	  .list-news2 .news-exceprt {
		  float: none;
		  width: 100%;
		  max-width: 100%;
	  }
	  .list-news2 .feature-img {
		  margin: 0 0 10px 0;
	  }
	  .list-news2 a.news-title {
		font-size: 20px;
	}
	.article-content > * {
       margin-left: 20px;
	   margin-right: 20px;
    }
	.article-content .video-container {
		width: calc(100% - 20px);
	}
	.table-users.table-rating {
		width: calc(100% - 20px);
	}	
	.comment-button {
		padding: 0 10px;
	}
	.btn-action button.zoom i {
		margin-right: 0;
	}
	.photoBattle-box.vote .photoBattle-image:after {
		margin: -15px auto auto -15px;
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 25px;
		border: 3px solid #fff;
	}
	.meta-page { font-size: 12px; }
	.photoBattle-content p  { font-size: 14px; }
	.photoBattle-content .news-box { display: block; }
	.friend-list ul li {
		margin-right: 40px;
	}
	.friend-list ul li:nth-child(6) {
       display: list-item;
    }
	.slider-car,
	.info-car,
	.offers .news-box,
	.contact-info dl,
	.contact-info #map,
	.list-services ul {
		float: none;
		width: 100%;
	}
	.slider-car {
		margin-bottom: 25px;
	}
	.offers .news-box {
		margin-bottom: 30px;
		height: 285px;
	}
	.offers.list-car .news-box {
		float: left;
		margin: 0 15px 15px 0;
		width: calc(50% - 7.5px);
		height: 140px;
	}
	.offers.list-car .news-box:nth-child(2n) {
		margin-right: 0;
	}
	.offers.list-car .news-box:nth-child(6) {
		display: block;
	}
	
	 .contact-info dt {
	    width: 130px;
	  }
	 .contact-info dd {
		  left: 130px;
		  width: 305px;
	 }
	 #menu-services ul li {
		 margin-bottom: 20px;
	 }
	  .col-13 .field {
		 width: 100%;
	 }
	 .col-13 .field:nth-child(2n+1) {
		 margin-left: 0;
	 }
	 .col-count2 {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
	.item-search-result {
		float: none;
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	.person-avatar,
	.user-info {
		float: none;
		margin: 0;
	}
	.user-info {
		width: 100%;
	}
	.user-buttons {
		position: absolute;
		width: calc(100% - 230px);
		left: 190px;
		top: -200px;
	}
	.user-buttons a {
		margin: 0 0 20px 0;
	}
	.user-photo .photoalbum li {
		float: none;
		width: 100%;
		height: 295px;
		margin: 0 0 20px 0;
	}
	.user-photo .photoalbum li.adm-actions {
		height: 304px;
	}	
	.user-photo .photoalbum li img {
		width: 100%;
	}
	.list-firends li {
       width: calc(33.33% - 6.66px);
       margin-right: 10px;
       padding: 15px 15px 0 15px;
    }
	.list-firends li:nth-child(3n) {
		margin-right: 0;
	}
	.user-latest-themes .post_item {
       width: calc(50% - 15px);
	   margin-right: 30px;
	 }
	 .user-latest-themes .post_item:nth-child(3n) {
		  margin-right: 30px;
	 }

	 .user-latest-themes .post_item:nth-child(2n) {
		  margin-right: 0;
	 }
	 .user-latest-themes .post_item:nth-child(4) {
		 display: block;
	 }
	 .user-latest-themes .post_item img {
		 width: 100%;
	 }
	 .user-page .title-col-form a.edit:before {
		 left: 0;
		 background-color: #fff;
		 font-size: 20px;
	 }
	 .user-page .title-col-form a.edit {
		 width: 25px;
		 height: 25px;
		 padding-left: 25px;
		 overflow: hidden;
	 }
	 .posts-feed .btn,
	 .posts-feed .btn-more {
		 font-size: 14px;
		 margin-top: 0;
	 }
	 .user-ratio-btn {
		margin-top: 0;
	}
	.user-ratio-btn .comment-like {
		position: absolute;
	}
	.user-buttons .user-ratio {
		min-width: 100px;
	}
	.user-ratio-clear {
		display: block;
	}
	.user-buttons .user-ratio-btn span.remaining-votes {
		display: block;
		left: 0;
		position: relative;
		margin-top: 5px;
		min-width: 200px;
	}
	table.themes.list-users {
	    border-spacing:0;
	}
	table.themes.list-users  th:nth-child(2),
	table.themes.list-users  th:nth-child(3),
	table.themes.list-users  th:nth-child(4){
		text-indent: -9999px;
	}
	.table-users table.themes tr {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	.table-users table.themes tr:not(.caption-table) {
		padding-top: 30px;
		padding-left: 60px;
		height: 70px;
	}
	.table-users td.username {
		position: absolute;
		top: 0;
		left: 10px;
	}
	.table-users td.username a {
		padding-left: 60px;
	}
	.table-users td i {
        display: inline;
    }
	.table-users td img {
		position: absolute;
		left: 0;
	}
	.comment-btn {
		position: relative;
		left: 0px;
		bottom: 0px;
	}
}
@media only screen and (max-width: 479px) {
	body, html {
		font-size: 11px;
	}
	#main {
		width: 320px;
	}
	.hidden-mobile {
		margin-top: 35px;
	}
	#search form, #login .user-login, .account-menu {
       width: 280px;
     }
	 .menu2 {
		 margin-bottom: 10px;
	 }
	.menu2 ul {
       margin-left: 15px;
     }
	 .page-content2 {
		 margin: 0;
	 }
	 .header-nav {
		 padding: 0 10px;
	 }
	 #logo {
		 margin-right: 0;
		 left: 70px;
	 }
	#logo img {
		width: 130px;
	}
	.icon-menu {
		margin-top: 10px;
	}
	.main-banner .news-exceprt {
		 bottom: 10px;
	 }
	  .main-banner .banner-title {
		  font-size: 16px;
	  }
	  .main-banner .news-exceprt p {
		  display: none;
	  }
	.dropdown_link {
		height: 30px;
		line-height: 30px;
	}
	h1 {
		font-size: 24px;
	}
	.page-content2 h1 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.news-box,
	.news-box.first-news {
		float: none;
		margin: 0;
		width: 100%;
		height: 215px;
	}
	.width-cut .news-box, .width-cut .news-box.first-news {
		height: auto;
	}	
	.news-box.first-news p {
		display: none;
	}
	.news-title,
	.news-box.first-news .news-title {
       font-size: 14px;
    }
	.news-exceprt {
		bottom: 20px;
	}
	.btn-more {
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	.gallery li {
		width: 106px;
		height: 106px;
	}
	.photoalbum li {
		width: 160px;
		height: 160px;
	}
	.gallery li.title-gallery {
		top: 106px;
		left: 0;
		width: 212px;
	}
	.gallery li:nth-child(n+14) {
		display: none;
	}
	.page-photoalbum .gallery li:nth-child(n+14) {
		display: list-item;
	}
	.list-articles,
	#recent-posts  {
        padding: 0;
      }
	  .post_item {
		  height: 80px;
	  }
	  .post_item .item-prev {
		  width: 120px;
	  }
	  .article-exceprt {
          width: 180px;
	  }
	  .article-exceprt  h3 {
		line-height: 14px;
	  }
	  .article-exceprt a {
		   font-size: 12px;
	  }
	  .article-exceprt p {
		  margin-top: 0;
	  }
	  .latest-themes .post_item .item-prev,
	  #posts-feed .post_item .item-prev {
		  width: 115px;
		  margin-right: 10px;
	  }
	  .article-meta h4 {
		  height: 34px;
		  overflow: hidden;
		  font-size: 14px;
	  }
	  #posts-feed .article-meta h4 {
		  font-size: 14px;
		  height: 14px;
	  }
	  .theme-data time {
		  display: block;
	  }
	 #posts-feed  .theme-data time {
		  display: inline;
		  margin-bottom: 0;
	  }
	.fixed-button {
		margin-left: 100px;
	}
	.menu2 ul li {
		margin: 0 10px 0 0;
	}
	.menu2 ul li a {
		width: 50px;
		text-align: center;
	}
	.menu2 ul li a i {
		margin: 0;
	}
	.menu2 ul li a span {
		display: none;
	}
	.width-cut {
		width: 100%;
		margin: 0;
	}
	.page-service .width-cut,
	.search-result,
	.list-news2 .news-exceprt,
	.sort-cities {
		padding: 0 20px;
	}
	.width-cut h1,
	.width-cut .btn-add,
	.width-cut .btn-back,
	.width-cut .cars-right-info,
	.width-cut #main-reply,
	.width-cut .breadcrumbs {
		margin-left: 20px;
	}
	.page-car .width-cut p,
	.page-car .width-cut dl,
	.meta-page,
	.photoBattle-content p,
	.photoBattle-content h3 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.page-car #site-content p {
		font-size: 12px;
		margin: 0;
	}
	#new-users ul li:nth-child(n+7) {
		display: block;
	}
	.pagination ul li {
		margin: 0 2px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.form_button {
		width: 130px;
		margin-right: 10px;
	}
	.form_button:last-child {
		margin-right: 0;
	}
	.other-themes table.themes td span {
		font-size: 0;
	}
	.other-themes table.themes td span i {
		font-size: 12px;
	}
	.list-news2 a.news-title {
		font-size: 18px;
	}
	.friend-list ul li,
	.friend-list ul li:nth-child(4n) {
		margin-right: 10px;
		margin-bottom: 15px;
		width: 85px;
	}
	.friend-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.offers .news-box {
		height: 190px;
	}
	.offers.list-car .news-box {
		float: left;
		margin: 0 2px 2px 0;
		width: calc(50% - 1px);
		height: 110px;
	}
	.offers.list-car .news-exceprt {
		max-width: calc(100% - 20px);
    }
	.offers.list-car .news-info {
		padding: 0 10px;
	}
	.offers.list-car .news-title {
		font-size: 14px;
	}
	.contact-info dt {
	    width: 120px;
	  }
	 .contact-info dd {
		  left: 100px;
		  width: 170px;
	 }
	 #menu-services ul li {
		width: 105px;
	}
	.col-23 .form_button {
       width: auto;
    }
	.person-avatar {
		margin: 0 auto 30px;
	}
	.user-buttons {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	.user-photo .photoalbum li {
		height: 195px;
		margin-bottom: 10px;
	}
	.user-photo .photoalbum li.adm-actions {
		height: 210px;
	}	
	 .list-firends li {
		  float: none;
		  width: 100%;
		  height: 130px;
		  margin: 0 0 20px;
	 }
	 .list-firends li .avatar {
		  float: left;
		  width: 100px;
		  height: 100px;
	  }
	  .list-firends li .user-meta {
		  float: left;
		  width: calc(100% - 100px);
	  }
	  .list-firends li .user-meta a {
		  text-align: left;
		  font-size: 1.1em;
          margin-bottom: 5px;
      }
	  .list-firends li .user-meta a.name {
		  text-align: left;
		  font-size: 1.3em;
      }
	  
	  .posts-feed .btn-more {
		  margin-bottom: 15px;
	  }
	  .user-latest-themes .post_item {
		  float: none;
		  width: 100%;
		  margin-right: 0;
	  }
	  .photoBattle-box:first-child {
		  margin-right: 10px;
	  }
	  .photoBattle-box {
		  width: calc(50% - 5px);
	  }
	  .btn-action button {
		  font-size: 12px;
		  padding: 0 5px;
	  }
	  .btn-action button i {
	     font-size: 14px;
      }
	  .table-users table.themes tr {
		  padding-right: 0;
	  }
	  .table-users table.themes td {
		  margin-right: 0;
		  padding: 10px 5px;
	}
	.comment-meta .intercom-text {
		font-size: 13px !important;
	}
	.comment-meta .intercom-text p {
		font-size: 13px !important;
	}	
	#footer-rubrics	{
		padding: 0;
	}
}