/* normalize */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	padding: 0;
}
/* HTML5 display definitions
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	outline: none;
}
button {
	overflow: visible;
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Large screens ----------- */

body {
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: lighter;
	color: #373737;
	background: #f2f2f2;
}
.bg-top-big{
	background-image: url('../images/bg.jpg');
	position: fixed;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
h1, h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	font-family: 'Ubuntu', sans-serif;
	padding: 0 0 15px;
	margin: 0 0 10px;
	position: relative;
}
h1.lined, h2.lined {
	padding: 0 0 25px;
	margin: 0 0 50px;
}
h1.lined:after, h2.lined:after {
	position: absolute;
	content: ' ';
	left: 50%;
	margin-left: -34px;
	bottom: 0;
	width: 67px;
	height: 3px;
	background: #ff7200;
}
h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	margin: 0 0 20px;
	font-family: 'Ubuntu', sans-serif;
}

div.h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	margin: 0 0 20px;
	font-family: 'Ubuntu', sans-serif;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
	font-family: 'Ubuntu', sans-serif;
}
a {
	color: #373737;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #373737;
	text-decoration: none;
}
img {
	vertical-align: middle;
}
p {
	margin: 0 0 16px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}
.upper {
	text-transform: uppercase;
}
.noupper {
	text-transform: none !important;
}
.clear-column {
	overflow: hidden;
}
.img-responsive {
	max-width: 100%;
}
.img-left {
	float: left;
	margin: 0 25px 25px 0;
}
.img-left img {
	max-width: 100%;
	border-radius: 8px;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.container {
	padding: 0 50px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrapper_no_over {
	width: 100%;
	display: inline-block;
}
.divider-5 {
	height: 5px;
	overflow: hidden;
	clear: both;
}
.divider {
	height: 35px;
	overflow: hidden;
	clear: both;
}
#outer {
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}
.header {
	background: url(../images/line-top.png) repeat-x 0 0;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}
#header-row {
	height: 78px;
	clear: both;
}
#logo {
	float: left;
	width: 240px;
	margin-top: 5px;
}
#logo img {
	max-width: 100%;
}
#button-add {
	position: relative;
	float: left;
	width: 250px;
	margin-top: 21px;
}
#button-add a {
	display: inline-block;
	color: #fff;
	background: #ff7200;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 20px;
}
#accountLinks {
	position: relative;
	float: right;
	text-align: right;
}
#accountLinks .account-menu {
	display: inline;
}
#accountLinks > a, #accountLinks .account-menu > a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #373737;
	font-weight: 300;
	text-decoration: none;
	padding: 25px 20px;
	margin-right: -4px;
}
#accountLinks > a:after, #accountLinks .account-menu > a:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 32px;
	display: inline-block;
	height: 14px;
	width: 1px;
	background: #e7e7e7;
}
#accountLinks > a:hover, #accountLinks .account-menu.hover > a {
	text-decoration: none;
	background-color: #e9e9e9;
}
#accountLinks .account-menu a:after {
	display: none;
}
#accountLinks .name {
	border-bottom: 1px dotted #373737;
}
#accountLinks .account-menu > a {
	padding-right: 36px !important;
	background-image: url(../images/dropdown_icon.png);
	background-repeat: no-repeat;
	background-position: right 38px;
	position: relative;
}
#accountLinks .account-dropdown {
	display: none;
	position: absolute;
	top: 78px;
	right: -50px;
	z-index: 1;
	background: #fff;
	width: 207px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	text-align: left;
	border-radius: 0 0 0 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
#accountLinks .hover .account-dropdown {
	display: block;
}
#accountLinks .account-dropdown a {
	display: block;
	color: #373737;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 28px;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
}
#accountLinks .account-dropdown a:hover {
	color: #459cd9;
}
#accountLinks .account-dropdown a.logout-link {
	background: #f2f2f2;
	line-height: 27px;
	padding: 15px 28px;
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
}
.badge {
	display: inline-block;
	background: #459cd9;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	padding: 0 12px;
	border-radius: 13px;
}
#header-menu {
	background: url(../images/nav-bg.png) repeat-x 0 0;
	height: 62px;
}
#nav-menu {
	height: 62px;
	float: left;
}
#nav-menu ul.menu {
	padding: 0;
	margin: 0;
}
#nav-menu ul.menu li {
	padding: 21px 0 21px;
	margin: 0;
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
#nav-menu ul.menu li.dropdown .caret {
	position: absolute;
	bottom: 15px;
	left: 50%;
	content: " ";
	width: 3px;
	height: 2px;
	background: url(../images/dropdown-arrow.png) no-repeat 0 0;
}
#nav-menu ul.menu li .submenu {
	display: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 1024px) {
#nav-menu ul.menu li .submenu {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;
	background: #fff;
	min-width: 200px;
	padding: 10px;
	border-bottom: 3px solid #ff7200;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
#nav-menu ul.menu li:hover .submenu {
	display: block;
}
#nav-menu ul.menu li:hover .submenu li {
	padding: 5px 0;
	text-align: left;
	color: #000;
}
#nav-menu ul.menu li a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
#nav-menu ul.menu li:hover a {
	color: #ff7200
}
#nav-menu ul.menu li:first-child a {
	border-left: none;
}
#nav-menu ul.menu li:hover .submenu li a {
	color: #373737;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
}
#nav-menu ul.menu li:hover .submenu li a:hover {
	text-decoration: underline;
}
}
#search {
	position: relative;
	float: right;
	width: 180px;
	height: 35px;
	border-radius: 17.5px;
	background: #fff;
	margin-top: 12px;
}
#newsletter {
	position: relative;
	float: left;
	width: 340px;
	height: 35px;
	border-radius: 17.5px;
	background: #fff;
}
#search input[type=text], #newsletter input[type=text] {
	width: 180px;
	height: 35px;
	padding: 0 40px 0 18px;
	background: transparent;
	border: 0;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
#newsletter input[type=text] {
	width: 340px;
	padding: 0 160px 0 18px;
}
#newsletter input[type=text] {
	border: 1px solid #dadada;
	border-radius: 17.5px;
}
#search input[type=button], #newsletter input[type=button] {
	width: 35px;
	height: 35px;
	border-radius: 17.5px;
	background: url(../images/icon_search.png) no-repeat 0 0 #ff7200;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#newsletter input[type=button] {
	background: url(../images/icon_mail.png) no-repeat 20px 14px #ff7200;
	width: auto;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 20px 8px 40px;
}
#content-top {
	position: relative;
	z-index: 0;
	width: 100%;
	margin-bottom: 50px;
}
#slider-top img {
	width: 100%;
}
#slider-top .bx-viewport {
	overflow: visible !important;
	margin-top: -3px;
}
#center-col {
	float: right;
	width: 70.5%;
}
#right-col {
	float: left;
	width: 26.8%;
}
#right-col .block {
	margin-bottom: 30px;
	padding: 1px;
	background: #efefef;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
#right-col .block-title {
	background: #ff7200;
	padding: 15px 10px 15px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
}
#right-col .block .content-padding {
	padding: 25px 14px 25px 22px;
}
.category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-list .dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.category-list div.dropdown {
	padding: 14px 15px 14px 20px;
	background: #efefef;
}
.category-list div.dropdown.open {
	display: block;
}
.category-list a {
	display: block;
	position: relative;
	margin-bottom: 1px;
	padding: 10px 15px 10px 20px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
}
.category-list.params a {
	background: #fcfcfc;
	padding: 13px 15px 12px 20px;
}
.category-list li.last-child a {
	border-bottom: 0;
}
.category-list a span {
	font-weight: 300;
}
.category-list ul a {
	padding: 10px 15px 10px 35px;
	background: #f8f8f8;
}
.category-list a.collapse:after {
	content: " ";
	position: absolute;
	right: 20px;
	top: 18px;
	display: inline-block;
	height: 5px;
	width: 8px;
	background: url(../images/category-list-arrow.png) no-repeat 0 0;
}
.param-actions {
	padding: 35px 15px 30px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.param-actions .btn {
	margin-bottom: 15px;
}
.thumbnails-wrapper, .object-wrapper {
	margin-left: -3.333%;
	margin-bottom: 20px;
	width: 103.333%
}
.listing-object {
	width: 100%;
	margin-bottom: 16px;
	position: relative;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.listing-object .content > div {
	display: none;
}
.listing-object .content > div.active {
	display: block;
}
.listing-object .tabs {
	position: absolute;
	top: 0;
	right: 0;
}
.listing.table-view {
	margin: 0 0 0 -2.333%;
}
.listing.table-view .listing-object {
	width: 31%;
	margin: 0 -4px 20px 2.333%;
	display: inline-block;
	vertical-align: top;
}
.listing.table-view .listing-object .tabs {
	display: none;
}
.listing-object .tabs a {
	display: block;
	float: left;
	margin-left: -1px;
	height: 35px;
	padding: 10px 15px;
	background: #f6f6fa;
	border: 1px solid #e4e4e4;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}
.listing-object .tabs a.active {
	background: #fff;
	border-top: 3px solid #459cd9;
	padding-top: 7px;
}
.listing-object .tabs a:last-child {
	border-radius: 0 5px 5px 5px;
}
.listing-object .map, .listing-object .photos {
	padding: 11px 15px;
}
.listing-object .description {
	/*overflow: hidden;
	width: 100%;*/
	display: flex;
}
.listing-object .description .image {
	float: left;
	margin-right: 19px;
}
.listing.table-view .listing-object .description .image {
	float: none;
	margin-right: 0;
	max-width: 100% !important;
}
.listing.table-view .listing-object .description .image img {
	width: 100%;
}
.listing-object .description .text {
	float: left;
	overflow: hidden;
	padding: 15px 150px 15px 0;
}
.listing.table-view .listing-object .description .text {
	float: none !important;
	padding: 12px !important;
	width: 100% !important;
}
.listing-object .description .text h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.listing-object .description .text div.h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.listing.table-view .listing-object .description .text h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 7px;
}
.listing.table-view .listing-object .description .text div.h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 7px;
}
.listing-object .description .text .address {
	margin-bottom: 10px;
}
.listing.table-view .listing-object .description .text .address {
	font-size: 13px;
}
.listing-object .description .text .tags {
	margin-bottom: 10px;
}
.listing.table-view .listing-object .description .text .tags {
	display: none;
}
.listing-object .description .text .tags a {
	display: inline-block;
	border: 1px dotted #dadada;
	font-size: 16px;
	line-height: 15px;
	padding: 1px 5px 3px;
	height: 19px;
	text-decoration: none;
	border-radius: 3px;
}
.listing-object .description .text .price {
	font-size: 13px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 55px;
}
.listing.table-view .listing-object .description .text .price {
	position: static;
	text-align: left;
	margin-bottom: 5px;
}
.listing.table-view .listing-object .description .text .price br {
	display: none;
}
.listing-object .description .text .price span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}
.listing.table-view .listing-object .description .text .price span {
	font-size: 16px;
	line-height: 19px;
}
.listing-object .description .text .rating {
	margin-right: 20px;
}
.listing-object .description .text .reviews a {
	color: #459cd9;
	border-bottom: 1px dotted #459cd9;
	text-decoration: none;
	margin-right: 20px;
}
.listing-object .description .text .favorites a {
	color: #ff7e16;
	border-bottom: 1px dotted #ff7e16;
	text-decoration: none;
	margin-right: 20px;
}
.listing-object .description .text .reviews a:hover, .listing-object .description .text .favorites a:hover {
	border-bottom: none;
}
.listing.table-view .listing-object .description .text .favorites {
	display: none;
}
.all-news-link {
	text-transform: uppercase;
	font-size: 12px;
}
.object-small {
	margin: 20px 0 5px 0;
}
.object-small.news {
	margin: 0 0 40px;
}
.object-small .date {
	margin-bottom: 5px;
	font-size: 12px;
}
.object-small .image {
	float: left;
	max-width: 66px;
	margin-right: 12px;
}
.object-small .image img {
	width: 100%;
	border-radius: 3px;
	margin-top: 2px;
}
.object-small .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	overflow: hidden;
}
.object-small .text p {
	margin-bottom: 0;
}
.object-small .text h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	padding: 0;
	margin: 0 0 5px;
}

.object-small .text div.h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	padding: 0;
	margin: 0 0 5px;
}
.object-small .text h5 a {
	text-decoration: none;
}
.object-small .text h5 a:hover {
	text-decoration: underline;
}

.object-small .text div.h5 a {
	text-decoration: none;
}
.object-small .text div.h5 a:hover {
	text-decoration: underline;
}

.object {
	width: 30%;
	margin-left: 3.333%;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 15px 5px 15px 14px;
	position: relative;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
}
.object .image {
	float: left;
	max-width: 96px;
	margin-right: 10px;
}
.object .image img {
	width: 100%;
	border-radius: 4px;
	margin-top: 5px;
}
.object .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	overflow: hidden;
}
.object .text a {
	border-bottom: 1px dotted #373737;
	text-decoration: none;
}
.object:before {
	position: absolute;
	content: ' ';
	left: 15px;
	top: 0;
	width: 47px;
	height: 3px;
	background: #459cd9;
}
.thumbnail {
	width: 30%;
	margin-left: 3.333%;
	margin-right: -4px;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}
.thumbnail .image img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.thumbnail .text {
	position: relative;
	background: #f2f2f2;
	border-top: 0;
	padding: 12px 15px 12px 30px;
	border-radius: 0 0 6px 6px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
.thumbnail .text span {
	font-weight: 300;
}
.thumbnail .text, .thumbnail .text a {
	text-decoration: none;
}
.thumbnail .text img.arrow {
	position: absolute;
	left: 10px;
	top: 13px;
	vertical-align: middle;
}
.border-box {
	border: 1px solid #dce9e0;
	border-top: 0;
	background: url(../images/border-top.png) repeat-x 0 0;
	padding: 35px 25px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], textarea {
	display: inline-block;
	height: 34px;
	margin-bottom: 5px;
	border: 0;
	background: #fff;
	border-radius: 3px;
	padding: 8px 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: lighter;
	outline: none !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
input[type=text].full, textarea.full {
	width: 100%;
}
.input-size-xs {
	width: 39px;
	text-align: center;
}
.input-size-sm {
	width: 60px;
	text-align: center;
}
.input-size-270 {
	width: 270px;
}
.input-size-145 {
	width: 145px;
}
textarea {
	height: 130px;
}
span.label {
	display: inline-block;
	padding: 0 15px 0 0;
	float: left;
	line-height: 34px;
}
span.label.pull-right {
	float: right;
}
input[type="text"].datetimepicker {
	background: url(../images/icon-calendar.png) no-repeat right 6px #fff;
}
.radio-item, .checkbox-item {
	margin: 6px 0;
}
.radio-item label, .checkbox-item label {
	display: inline-block;
	line-height: 20px;
	padding-left: 25px;
}
.radio-item .iradio_flat, .checkbox-item .icheckbox_flat {
	margin-right: 2px;
	margin-left: -25px;
}
.clearfix {
	height: 0;
	clear: both;
}
.required {
	color: red;
}
.form-box {
	background: #e3e3e3;
	border-radius: 6px;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.form-box input[type=text], .form-box textarea {
	max-width: 100%;
}
.form-box a {
	color: #459cd9;
}
.form-box .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.form-box .label {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 19px;
}
.form-box .label-inline {
	width: 140px;
	display: inline-block;
}
.form-box .input-inline {
	width: 327px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.form-box .textarea-inline {
	width: 425px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.form-box .wrapper_no_over {
	clear: both;
}
.form-box .add-more {
	display: inline-block;
	background: #ff7200;
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 10.5px;
	text-transform: uppercase;
}
.form-box .inside {
	padding: 18px 18px 10px;
}
.form-box .divider {
	height: 5px;
	background: #fff;
}
.form-box .col {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	max-width: 100%;
}
.form-box .col1 {
	width: 230px;
	margin-right: 20px;
}
.form-box .col2 {
	width: 200px;
	margin-right: 20px;
}
.form-box .col3 {
	width: 190px;
}
.form-box .col4 {
	width: 340px;
}
.form-box .col5 {
	width: 185px;
}
.form-box .col6 {
	width: 545px;
}
.col-form {
	display: block;
	float: left;
	width: 50%;
	padding-right: 10px;
}
.btn {
	display: inline-block;
	border: 2px solid #ff7200;
	height: 44px;
	background: #ff7200;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 22px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn:hover {
	background: transparent;
	color: #ff7200;
}
.btn img {
	vertical-align: middle;
	padding-right: 6px;
}
.btn.btn-full {
	width: 100%;
	text-align: center;
}
.btn.btn-invert {
	background: transparent;
	color: #ff7200;
}
.btn.btn-invert:hover {
	background: #ff7200;
	color: #fff;
}
#sliderPriceOuter input, #sliderMoreOuter input {
	width: 89px;
}
#sliderPrice {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sliderMore {
	margin-top: 10px;
	margin-bottom: 20px;
}
#side-menu {
	margin-bottom: 20px;
}
#side-menu, #side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-menu li a {
	display: block;
	padding: 15px 30px 15px 15px;
	background: #f4f4f4;
	border-radius: 8px;
	font-size: 13px;
	line-height: 13px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#side-menu li.parent a {
	background: url(../images/side-menu-arrow.png) no-repeat right 20px #f4f4f4;
}
#side-menu li a.active {
	background: url(../images/side-menu-arrow-up.png) no-repeat right 20px #f4f4f4;
}
#side-menu ul li a {
	padding: 15px 15px 15px 35px;
	background: url(../images/side-menu-arrow-1.png) no-repeat 20px 18px #f9f9f9 !important;
	font-style: italic;
}
#side-menu li ul {
	display: none;
}
.breadcrumbs {
	padding: 12px 0 14px;
	background: #f7f7f7;
	margin-top: -3px;
	margin-bottom: 15px;
}
.breadcrumbs, .breadcrumbs a {
	color: #a9a9a9;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
.breadcrumbs span{
	margin: 20px 20px;
}
.breadcrumbs a {
	color: #373737;
	display: inline-block;
	margin: 10px 20px;
	position: relative;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a:after {
	content: " ";
	position: absolute;
	right: -12px;
	top: 8px;
	width: 2px;
	height: 3px;
	display: block;
	background: url(../images/breadcrumb-divider.png) no-repeat 0 0;
}
.filters {
	height: 54px;
	padding: 13px 0;
	border-radius: 5px;
	background: #459cd9;
	margin-bottom: 25px;
}
.filters .view-mode {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.filters .view-mode a {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	opacity: 0.5;
}
.filters .view-mode a.active {
	opacity: 1;
}
.filters .param {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 4px;
}
.filters .param a {
	display: inline-block;
	vertical-align: top;
	opacity: 0.4;
}
.filters .param a.active {
	opacity: 1;
}
.filters .param span {
	font-size: 16px;
	line-height: 15px;
	margin-right: 10px;
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.table {
	width: 100%;
	background: none;
	border-collapse: collapse;
	margin-bottom: 10px;
	position: relative;
	margin-top: 15px;
	border: 1px solid #fff;
}
.table th {
	background: #459cd9;
	padding: 14px 5px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
}
.table td {
	padding: 14px 5px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
	color: #000;
	border: 1px solid #fff;
}
.table tr:nth-child(odd) td {
	background: #f6f6f6;
}
.table tr:hover td {
	background: #d1ecff;
}
.table-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 900px) {
.table-container {
	overflow: visible;
}
}
#breadcrumbs {
	padding: 25px 0 0;
}
#breadcrumbs span.divider {
	color: #529263;
	padding: 0 10px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.object-title-under {
	margin-top: -25px;
	font-size: 16px;
	line-height: 26px;
}
.object-title-under .favorites {
	padding-left: 30px;
	background: url(../images/icon-favorite.png) no-repeat 0 0;
}
.object-title-under .favorites a {
	display: inline-block;
	color: #ff7e16;
	border-bottom: 1px dotted #ff7e16;
	text-decoration: none;
}
.object-tabs {
	margin: 20px 0 25px;
	border-bottom: 1px solid #e4e4e4;
	display: inline-block;
	width: 100%;
}
.object-tabs a {
	display: block;
	float: left;
	margin-left: -1px;
	height: 35px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;

}
.category .object-tabs a{
background: #ff7200;
color: #fff;
}
.object-tabs a.active {
	background: #fff;
	border-bottom: 3px solid #459cd9;
	padding-bottom: 7px;
}
.object-tabs a .badge {
	margin-top: -6px
}
.object-tab-content {
	//margin: 35px 0;
}
.object-tab-content > div {
	display: none;
}
.object-tab-content > div.active {
	display: block;
}
.object-photos {
	background: #f5f5f5;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
}
#main-photo {
	width: 332px;
	border-right: 3px solid #fff;
	float: left;
	margin-bottom: 0 !important;
}
#thumb-photos {
	width: 110px;
	max-height: 304px;
	overflow: hidden;
	border-right: 3px solid #fff;
	float: left;
	margin-bottom: 0 !important;
}
#thumb-photos .slick-slide {
	border: 0;
	border-bottom: 3px solid #fff;
}
#main-photo img, #thumb-photos img {
	width: 100%;
}
#thumb-photos img {
	cursor: pointer;
}
a.all-photos {
	display: inline-block;
	padding-top: 7px;
	color: #459cd9;
	border-bottom: 1px dotted #459cd9;
	text-decoration: none;
}
#callUs {
	overflow: hidden;
}
#callUs .call-btn {
	display: block;
	background: #ff7200;
	padding: 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#callUs .phone {
	margin: 40px 0 25px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
#footer {
	margin-top: 25px;
}
#footer-menu {
	background: url(../images/footer-menu-bg.png) repeat-x 0 0;
	height: 61px;
}
#footer-menu ul {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#footer-menu ul li {
	display: inline-block;
	padding: 0 10px;
}
#footer-menu ul li a {
	font-size: 16px;
	line-height: 21px;
	color: #3c3c3c;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	text-decoration: underline;
}
#footer-bot {
	width: 100%;
	color: #000;
	padding: 25px 0 20px;
}
#footer-bot .counters {
	float: left;
	width: 24.5%;
}
#footer-bot .newsletter {
	float: left;
	width: 47%;
}
#footer-bot .social {
	float: left;
	width: 28.5%;
	text-align: right;
}
#footer-bot .social a {
	text-decoration: none;
}
#footer-top {
	display: inline-block;
	width: 100%;
	position: relative;
	clear: both;
	padding-top: 35px;
}
#footer .footer-logo {
	margin-bottom: 20px;
}
#footer .footer-copyright {
	color: #3c3c3c;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
}
#footer-top .col1 {
	width: 24.5%;
	float: left;
}
#footer-top .col2 {
	width: 25%;
	float: left;
}
#footer-top .col3 {
	width: 22%;
	float: left;
}
#footer-top .col4 {
	width: 28.5%;
	float: left;
}
.footer-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.footer-list li {
	margin-bottom: 15px;
	padding-left: 12px;
	font-size: 16px;
	line-height: 19px;
	color: #3c3c3c;
	background: url(../images/marker-list.png) no-repeat 0 8px;
}
.footer-list li a {
	color: #3c3c3c;
	text-decoration: none;
}
.footer-list li a:hover {
	text-decoration: underline;
}
.hidden-desktop {
	display: none !important
}
.visible-tablet {
	display: none !important
}
.visible-mobile {
	display: none !important
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
.hidden-tablet {
	display: none !important
}
.visible-tablet {
	display: block !important
}
#outer {
	max-width: 996px;
}
.container {
	padding: 0 35px;
}
#logo {
	width: 250px;
}
#accountLinks > a, #accountLinks .account-menu > a {
	padding-left: 15px;
	padding-right: 15px;
}
#button-add {
	width: 220px;
}
#nav-menu ul.menu li a {
	font-size: 13px;
	padding: 0 8px;
}
.listing-object .description .text {
	padding: 15px 150px 15px 0;
	width: 460px;
}
.filters .param {
	padding-left: 10px;
}
.filters .param span {
	margin-right: 5px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.visible-mobile {
	display: block !important
}
.hidden-mobile {
	display: none !important
}
header {
	height: auto;
}
#header-row {
	height: auto;
}
#outer {
	max-width: 100%;
}
.container {
	padding: 0 25px;
}
#logo {
	width: 250px;
}
#accountLinks > a, #accountLinks .account-menu > a {
	padding-left: 15px;
	padding-right: 15px;
}
#button-add {
	width: 220px;
}
#slide-menu {
	position: absolute;
	left: 25px;
	top: 90px;
	width: 51px;
	height: 51px;
	background: url(../images/icon-menu.png) no-repeat center top transparent;
}
#slide-menu.active {
	background: url(../images/icon-menu.png) no-repeat center bottom transparent;
}
}

@media screen and (max-width: 1023px) {
body.sidr-open {
	position: fixed !important;
}
#nav-menu ul.menu li a {
	font-size: 13px;
	padding: 0 8px;
	text-decoration: none;
}
#nav-menu ul.menu > li:hover > a {
	color: #ff7200
}
#nav-menu ul.menu li {
	float: none;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.6)
}
#nav-menu ul.menu li:last-child {
	border: none;
}
#nav-menu ul.menu li a {
	padding: 10px 15px;
}
#nav-menu ul.menu li li a {
	padding: 10px 15px 10px 25px;
	text-transform: none;
}
#nav-menu ul.menu li.dropdown .caret {
	left: auto;
	right: 0;
	top: 3px;
	width: 35px;
	height: 35px;
	background-position: center center;
}
#footer-menu ul li a {
	font-size: 12px;
}
#footer-menu ul li {
	padding: 0 5px;
}
.object .image {
	max-width: 56px;
}
.footer-list {
	margin-left: 15px;
}
#footer-bot .newsletter {
	float: left;
	width: 40%;
}
#newsletter, #newsletter input[type="text"] {
	width: 100%;
}
#footer-bot .social {
	width: 35.5%;
}
#center-col {
	width: 100%;
	padding: 0 20px;
	margin: 0;
}
#right-col {
	width: 100%;
	padding: 0;
	margin: 25px 0 25px 0;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#button-add {
	position: absolute;
	right: 220px;
	bottom: 15px;
}
.filters .param {
	padding-left: 10px;
}
.filters .param span {
	margin-right: 5px;
}
}

@media only screen and (max-width : 767px) {
.visible-mobile {
	display: block !important
}
.hidden-mobile {
	display: none !important
}
#outer {
	max-width: 100%;
}
.container {
	padding: 0 25px;
}
#header-row {
	height: 143px;
}
#logo, #accountLinks {
	float: none;
	margin-top: 7px;
	text-align: center;
	width: 100%;
	margin: 0;
}
#button-add {
	bottom: 15px;
	left: 15px;
	position: absolute;
	right: 0;
}
#accountLinks .account-menu {
	position: relative;
}
#accountLinks .account-dropdown {
	top: 46px;
	right: 0;
}
#slide-menu {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 51px;
	height: 51px;
	background: url(../images/icon-menu-orange.png) no-repeat center top transparent;
}
#footer-menu {
	display: none;
}
#footer {
	border-top: 3px solid #459cd9;
}
#footer-top .col1, #footer-top .col2, #footer-top .col3, #footer-top .col4 {
	width: 50%;
}
.filters .param {
	padding-left: 5px;
}
.filters .param span {
	margin-right: 3px;
}
.listing-object .description .text {
	padding: 15px 150px 15px 0;
	width: 460px;
}
#callUs .phone {
	margin: 20px 0 15px;
	font-size: 20px;
}
.col-form {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
}

@media only screen and (max-width : 767px) {
#accountLinks > a, #accountLinks .account-menu > a {
	padding: 10px;
}
#accountLinks > a::after, #accountLinks .account-menu > a::after {
	top: 18px;
}
#accountLinks .account-menu > a {
	background-position: right 25px;
}
#accountLinks {
	margin-top: 10px;
}
#header-row {
	height: 123px;
}
#accountLinks .account-dropdown {
	right: 0;
	top: 31px;
}
.thumbnail {
	width: 48%;
	margin-left: 2%;
}
.thumbnails-wrapper {
	margin-left: -2%;
	width: 102%;
}
.object {
	width: 48%;
	margin-left: 2%;
}
.object-wrapper {
	margin-left: -2%;
	width: 102%;
}
#footer-bot .counters {
	width: 40%;
}
#footer-bot .newsletter {
	width: 60%;
}
#footer-bot .social {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
h1, h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
.listing-object .description .text {
	width: 360px;
}
.listing-object .description .image {
	float: left;
	max-width: 150px;
}
.listing-object .description .image img {
	max-width: 100%;
}
.listing-object .tabs {
	top: -35px;
}
.listing-object .tabs a {
	border-radius: 0 !important;
	border-top: 1px solid #e4e4e4;
	border-bottom: 0;
}
.listing-object {
	margin-bottom: 50px;
}
.listing-object {
	border-radius: 7px 0 7px 7px;
}
.filters {
	height: auto;
	margin-bottom: 50px;
}
.filters .view-mode {
	float: none;
	margin-top: 15px;
	margin-left: 10px;
}
.listing-object .description .image {
	float: left;
	max-width: 50%;
}
.listing-object .description .text {
	width: 100%;
	padding: 15px;
}
.listing-object .description .text .reviews a, .listing-object .description .text .favorites a {
	margin-right: 5px;
}
.listing-object .description .text .rating {
	margin-right: 5px;
}
.filters .param {
	display: block;
	padding-top: 10px;
}
.filters .param span {
	min-width: 120px;
	display: inline-block;
}
#callUs {
	padding: 0 0 15px 0;
	width: 100%;
	border-radius: 7px;
}
.object-photos {
	text-align: center;
}
#main-photo, #thumb-photos {
	display: inline-block;
	margin-right: -4px;
	float: none;
	vertical-align: top;
}
#main-photo {
	width: 73%;
	max-width: 332px;
	margin: 0;
	border: 0;
}
#thumb-photos {
	width: 27%;
	max-width: 110px;
	margin: 0;
	border: 0;
}
.object-tabs a {
	display: block;
	float: none;
	border-radius: 0;
	margin: 0 0 -1px 0;
}
}

@media only screen and (max-width : 530px) {
#main-photo {
	width: 100%;
	max-width: 332px;
	margin: 0;
	border: 0;
}
#thumb-photos {
	display: inline-block;
	width: 100%;
	max-width: 332px;
	margin: 5px 0 0 0;
	border: 0;
}
}

@media only screen and (max-width : 480px) {
#accountLinks > a {
	display: none;
}
#accountLinks {
	margin-top: 12px;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right;
}
.accont-links{
	display: none;
}
#logo {
	position: absolute;
	top: 5px;
	left: 70px;
	width: 200px;
}
#header-row {
	height: 70px;
}
#button-add a {
	font-size: 12px;
	padding: 10px;
}
.thumbnail {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.thumbnails-wrapper {
	margin-left: 0;
	width: 100%;
}
.object {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.object-wrapper {
	margin-left: 0;
	width: 100%;
}
#footer-top .col1 {
	text-align: center;
}
#footer-top .col1, #footer-top .col2, #footer-top .col3, #footer-top .col4 {
	width: 100%;
	float: none;
}
#footer-bot .counters {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#footer-bot .newsletter {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#footer-bot .social {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.listing-object .description .text .price span {
	font-size: 20px;
	line-height: 20px;
}
.listing.table-view {
	margin-left: -5%;
}
.listing.table-view .listing-object {
	margin: 0 -4px 20px 5%;
	width: 45%;
}
}

@media only screen and (max-width : 435px) {
#logo {
	position: absolute;
	top: 13px;
	left: 70px;
	width: 150px;
}
#search, #search input[type=text] {
	width: 150px;
}
}

@media only screen and (max-width : 380px) {
.container {
	padding: 0 5px;
}
#logo {
	top: 18px;
	left: 55px;
	width: 120px;
}
#search, #search input[type=text] {
	width: 150px;
}
#slide-menu {
	left: 5px;
}

#accountLinks > a, #accountLinks .account-menu > a {
	font-size: 16px;
}
#button-add {
	left: 5px;
}
#button-add a {
	font-size: 11px;
}
#search, #search input[type=text] {
	width: 130px;
}
}


/*popup*/

.popup-form {
	position: relative;
	background: #ffffff;
	padding: 10px 40px 40px;
	width: auto;
	max-width: 811px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}


/*favorites*/

#favorite {
	z-index: 1000;
	position: fixed;
	top: 50%;
	margin-top: -20px;
	background: #fff;
	border: 1px solid #0097eb;
	border-left: 0;
	text-shadow: 0 1px rgba(255,255,255,.7);
	border-radius: 0 5px 5px 0;
	padding: 8px 8px 8px 5px;
	font-size: 16px;
}
#favorite a {
	text-decoration: none;
	color: #0097eb;
}
#favorite a:hover {
	color: #555;
}

@media only screen and (max-width : 768px) {
	#favorite {
		display: none;
	}
}

/* детальная объекта */
.dashed_width{
	margin: 4px 0 4px 0;
	display: inline-block;
	color: #459cd9;
	border-bottom: 1px dotted #459cd9;
	text-decoration: none;
}

.listing-object .title_nu {
	display: inline-block;
	color: #459cd9;
	border-bottom: 1px dotted #459cd9;
	text-decoration: none;
	margin-bottom: 10px;
}

/* ссылки в ПУ пользователя */
.coins{
	background:url(./images/coins.png) no-repeat left top;
}
.pay_p{
	margin-left:20px;
	color: #EC4D00;
	text-decoration: none;
	border-bottom: 1px dashed #EC4D00;
}
.pay_p:hover{
	color: #FFB08A;
	border-bottom: 1px dashed #FFB08A;
}

.pay_p:visited {
	color:#EC4D00;
}

.info_p{
	background:url(./images/get_info.png) no-repeat left top;
}

.info_free{
	font-size:16px;
	margin-left:20px;
	color: #008000;
	text-decoration: none;
	border-bottom: 1px dashed #008000;
}
.info_free:hover{
	color: #72C43C;
	border-bottom: 1px dashed #72C43C;
}

.info_pay{
	font-size:16px;
	margin-left:20px;
	color: #FF5959;
	text-decoration: none;
	border-bottom: 1px dashed #FF5959;
}
.info_pay:hover{
	color: #FFB08A;
	border-bottom: 1px dashed #FFB08A;
}

/* стиль для выводы информации платно бесплатно */
.info_pf, .info_pf div{
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	color:#4a585b;
	line-height:28px;
}

.info_pf .yes{
	padding-left:23px;
	background:url(../images/yes.png) no-repeat left center;
	background-color:#fff;
	margin:5px 0 10px 0;
	border-right: 1px solid #92AAC9;
}


/* Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
.button_big {
	color: #fff!important;
	display: inline-block;
	padding: 8px 18px;
	margin-right: 15px;
	margin-bottom: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
	overflow: visible;
}

.button_big:hover, .button_big:focus {
	text-decoration:none;
}

.button_big-green {
	color: #fff!important;
	background: #a5bd24; /* Old browsers */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #781;
}

.button_big-green:hover,
.button_big-green:focus {
	color: #fff!important;
	background: #5c8825; /* Old browsers */
	background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* W3C */
	border: 1px solid #670;
}

.button_big-blue {
	color: #fff!important;
	background: #39aad4; /* Old browsers */
	background: -moz-linear-gradient(top, #41c4f4 0%, #39aad4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c4f4), color-stop(100%,#39aad4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #41c4f4 0%,#3a8fb6 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #3a8fb6;
}

.button_big-blue:hover,
.button_big-blue:focus {
	color: #fff!important;
	background: #0189bc; /* Old browsers */
	background: -moz-linear-gradient(top, #14bcfb 0%, #0189bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bcfb), color-stop(100%,#0189bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* W3C */
	border: 1px solid #0370A2;
}

.button_big-red {
	color: #fff!important;
	background: #DF3206; /* Old browsers */
	background: -moz-linear-gradient(top, #DF3206 0%, #F95931 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF3206), color-stop(100%,#F95931)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DF3206 0%,#F95931 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DF3206 0%,#F95931 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #DF3206 0%,#F95931 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF3206', endColorstr='#F95931',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #DF3206 0%,#F95931 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #BE2B05;
}

.button_big-red:hover,
.button_big-red:focus {
	color: #fff!important;
	background: #FB714F; /* Old browsers */
	background: -moz-linear-gradient(top, #FB714F 0%, #DF3206 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB714F), color-stop(100%,#DF3206)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FB714F 0%,#DF3206 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FB714F 0%,#DF3206 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FB714F 0%,#DF3206 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB714F', endColorstr='#DF3206',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FB714F 0%,#DF3206 100%); /* W3C */
	border: 1px solid #BE2B05;
}

span.strong{
	font-weight: bold;
}

#center-col form {
background: #f2f2f2;
padding: 10px;
}

.favorites form, .favor_form {
background: none!important;
padding: 0!important;
}


#timer-msk{
	margin-top: 20px;
}
#timer-msk .t-time{
	font-size: 38px;
	color: #ff7200;
	font-weight: 600;
	margin: 5px;
}
#timer-msk .t-title{
	font-size: 16px;
	color: #0576bc;
	font-weight: 600;
	margin: 5px;
}

#timer-msk .timeseparator {
	-webkit-animation: blink1 1s linear infinite;
	animation: blink1 1s linear infinite;
}
@-webkit-keyframes blink1 {
	0% { color: rgb(245, 138, 8); }
	50% { color: rgba(245, 138, 8, 0); }
	100% { color: rgba(245, 138, 8, 1); }
}
@keyframes blink1 {
	0% { color: rgba(245, 138, 8, 1); }
	50% { color: rgba(245, 138, 8, 0); }
	100% { color: rgba(245, 138, 8, 1); }
}



.tooltip {
	cursor: help;
}

.tooltip::after {
	background: #ff7200;
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
	color: #FFF;
	content: attr(data-tooltip);
	margin-top: -32px;
	margin-left: -22px;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	visibility: hidden;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
}

.tooltip:hover::after {
	opacity: 1; /* Показываем его */
	visibility: visible;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
	margin: 2px 20px 0 0!important;
}