/*@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}*/

a {
  color: #2518B5;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #F00;
}
a:focus {
  outline: none;
}

/**/
.content {
	margin-top: 20px;
}
.cname {
	font-size: 24px;
	margin: 0 0 25px;
	overflow: hidden;
}
.cname small {
	font-size: 50%;
}
.tname {
	font-size: 12px;
	margin-top: -5px;
	overflow: hidden;
}
h2.cname {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}
h2.category {
	font-size: 14px;
	line-height: 1.42857143;
	margin-top: 0;
}
.h2.category {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	margin-top: 0;
}
h1 + h2.cname.rubrics {
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 15px;
}
h1 + h2.cname.rubrics a {
	text-decoration: none;
}
.gray,
.gray a {
	color: #999999;
}
.green,
.green a {
	color: #00802A;
}
.red,
.red a {
	color: #DD4B39;
}
.blue,
.blue a {
	color: #428bca;
}
.black,
.black a {
	color: #333333;
}
.gray a:focus,
.gray a:hover,
.green a:focus,
.green a:hover,
.red a:focus,
.red a:hover,
.blue a:focus,
.blue a:hover,
.black a:focus,
.black a:hover {
	color: #F00;
}
.block > .red {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
.block > h2.red {
	font-weight: 700;
}
.text-muted a {
	color: #999;
}
.text-muted a:focus,
.text-muted a:hover {
	color: #F00;
}
a[href="#top"] {
	border-bottom: 1px dotted #00802A;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
}
a[href="#top"]:focus,
a[href="#top"]:hover {
	border-bottom: 1px dotted #F00;
}

.italic {
	font-style: italic;
}

@media (min-width: 768px) {
	.left-sidebar {
		float: left;
		width: 160px;
	}
	.left-sidebar + .row {
		margin-left: 160px;
		padding-left: 15px;
	}
}

/* Heading */
.heading {
	font-size: 20px;
	font-weight: normal;
}
	.heading > a {
		padding: 5px 0 2px;
	}
	.heading #sitename {
		text-decoration: none;
	}
	.heading .small {
		font-size: 12px;
	}
.search-form-bar {
	background-color: #5B7FA6;
	padding: 5px 0;
}
	.search-form-bar #search-form { }
	.search-form-bar .form-group {
		margin-bottom: 0;
	}
	@media (max-width: 768px) {
		.search-form-bar {
			padding-bottom: 10px;
		}
		.search-form-bar .form-group {
			margin-bottom: 10px;
		}
		.search-form-bar .heading {
			margin-bottom: 5px;
		}
	}
	@media (min-width: 768px) {
		.search-form-bar #search-form {
			margin-left: 10px;
			width: 370px;
		}
	}
	@media (min-width: 992px) {
		.search-form-bar #search-form {
			width: 525px;
		}
	}
	@media (min-width: 1200px) {
		.search-form-bar #search-form {
			width: 635px;
		}
	}
	.search-form-bar .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.search-form-bar .heading,
	.search-form-bar .heading a {
		color: #FFF;
	}
	.search-form-bar .heading a:hover,
	.search-form-bar .heading a:focus {
		color: #F0F6FC;
	}
	.search-form-bar #city-title {
		border-color: #FFF;
		font-size: 20px;
		margin: 0 10px;
		padding-top: 7px;
	}
	.search-form-bar #city-title:hover,
	.search-form-bar #city-title:focus {
		border-color: #F0F6FC;
	}
.city-select-bar {
	background-color: #fafafa;
}
.menu-bar {
	background-color: #fafafa;
	padding: 2px 0 3px;
}
.breadcrumbs-bar {
	padding: 5px 0;
	overflow: hidden;
}
.footer-bar {
	background-color: #fafafa;
}

/* Menu */
.menu > a,
.menu > span > a {
	text-decoration: none;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.menu > a,
	.menu > span > a {
		line-height: 2em;
	}
}
.menu .label {
	padding: .2em .5em .2em;
}
	.menu .label-danger {
		background-color: #F00;
	}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 12px;
}

/* City select */
#city-title {
	border-bottom: 1px dotted #2518b5;
	text-decoration: none;
}
#city-select {
	display: none;
	padding: 10px 0px;
}
.city-list {
	color: #666;
}
	.city-list a {
		color: #666;
	}
	.city-list a:focus,
	.city-list a:hover {
		color: #F00;
	}
	.city-list li.gap:first-letter {
		color: #DD4B39;
		font-weight: bold;
	}

/* Search form */
#search-form .row {
	margin-left: -5px;
	margin-right: -5px;
}
#search-form .row [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
#search-form label {
	font-weight: 400;
	line-height: 1.6;
}
	#search-form label input[type="radio"] {
		height: 16px;
		width: 16px;
	}
.search-form-input {
	position: relative;
}
	.search-form-input .form-control {
		border: 1px solid #999;
	}
	@media (min-width: 768px) {
		.search-form-input .form-control {
			padding-right: 130px;
		}
	}
	.search-form-input .search-type {
		border-bottom: 1px dotted #333;
		cursor: pointer;
		display: block;
		height: 18px;
		line-height: 18px;
		margin: 8px 0;
		position: absolute;
		right: 15px;
		text-align: right;
		top: 0px;
	}
	.search-form-input .dropdown-menu a {
		text-decoration: none;
	}

/* Firmlist */
.cfirm + .cfirm {
	margin-top: 20px;
}
.cfirm .rating {
	margin-top: 5px;
}
.cfirm > .firm-name {
	font-size: 19px;
}
.cfirm > div {
	margin-bottom: 2px;
}
.cfirm > .small {
	font-size: 13px;
}
.cfirm .address,
.rfirm .address {
	font-style: italic;
}
.cfirm .category a {
	text-decoration: none;
}

.rfirm {
	font-size: 12px;
}
.rfirm + .rfirm {
	margin-top: 8px;
}
.rfirm > h3,
.rfirm > .firm-name {
	font-size: 16px;
	margin: 0;
}

.last-firms .rfirm {
	font-size: 14px;
}

.vacancies .rfirm a {
	font-size: 14px;
}

/* Catlist */
@media (max-width: 768px) {
	.ccat + .ccat {
		line-height: 1.6;
		margin-top: 4px;
	}
}

.categories .red span {
	cursor: pointer;
	text-decoration: underline;
}
.categories .red span.active {
	cursor: default;
	font-size: 1.1em;
	text-decoration: none;
}

/* Queries */
@media (max-width: 768px) {
	.last-queries a,
	.last-queries-line a {
		line-height: 1.8;
	}
}
.last-queries-line { }

/* Near firms */
.near-firms { }

/* Ads */
.gis_ads { }

/* Pagination */
.pager a,
.pagination a {
	text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
	color: #2518B5;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #F00;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #3366CC;
	border-color: #3366CC;
}

/* Map */
.map {
	position: relative;
}
	.map .map-city {
		font-size: 10px;
		left: 5px;
		position: absolute;
		top: 3px;
		z-index: 1000;
	}
	.map img {
		max-width: 100%;
	}
	.place-photo,
	.street-view-mini,
	.map-mini,
	#streetview {
		position: relative;
	}
		#gis-mobile-map {
			max-width: 100%;
		}
		.map-mini .fullscreen-map,
		#streetview .fullscreen-map {
			position: absolute;
			right: 5px;
			top: 5px;
			z-index: 1000;
		}
		.street-view-mini .fullscreen,
		.map-mini .fullscreen,
		#streetview .fullscreen {
			background-color: #f5f7f9;
			border-radius: 4px;
			box-shadow: 0 2px 3px .5px rgba(0,0,0,0.2);
				-webkit-box-shadow: 0 2px 3px .5px rgba(0,0,0,0.2);
			opacity: .8;
			padding: 10px;
			position: absolute;
			right: 10px;
			top: 10px;
		}
		.street-view-mini .fullscreen:hover,
		.street-view-mini .fullscreen:focus,
		.map-mini .fullscreen:hover,
		.map-mini .fullscreen:focus,
		#streetview .fullscreen:hover,
		#streetview .fullscreen:focus {
			background-color: #E8F6FF;
			opacity: 1;
		}
			.street-view-mini .fullscreen .fullscreen-icon,
			.map-mini .fullscreen .fullscreen-icon,
			#streetview .fullscreen .fullscreen-icon {
				background: url('/assets/images/fullscreen.png') no-repeat 0 0;
				height: 14px;
				width: 14px;
			}
			.street-view-mini .fullscreen:hover .fullscreen-icon,
			.street-view-mini .fullscreen:focus .fullscreen-icon,
			.map-mini .fullscreen:hover .fullscreen-icon,
			.map-mini .fullscreen:focus .fullscreen-icon,
			#streetview .fullscreen:hover .fullscreen-icon,
			#streetview .fullscreen:focus .fullscreen-icon,
			span[data-toggle="modal"]:hover .fullscreen-icon,
			span[data-toggle="modal"]:focus .fullscreen-icon {
				background-position:0 -15px;
			}
#show-street-view,
#show-map-mini {
	border-bottom: 1px dashed #999;
	cursor: pointer;
	margin-right: 10px;
}
#show-map-mini:hover,
#show-street-view:hover {
	border-bottom-color: #F00;
	color: #F00;
}
#show-street-view.active,
#show-map-mini.active {
	color: #999 !important;
	border-bottom: none;
	cursor: default;
}
span[data-toggle="modal"] {
	cursor: pointer;
}

.profile-map a {
	color: #ffe6aa;
}
.profile-map a:hover,
.profile-map a:focus {
	color: #fdc74a;
}
.profile-map .dg-popup__container {
	font-size: 13px;
}
#city-map .dg-zoom {
	width: 30px;
}

/* Profile */
#profile-assets {
	margin-left: 10px;
	width: 225px;
}
	.near-firms {
	}
		.near-firms strong.red {
			font-size: 16px;
		}
		.near-firms .rfirm + .rfirm {
			margin-top: 5px;
		}
			.near-firms .rfirm .firm-name {
				font-size: 13px;
			}
@media (min-width: 992px) {
	#profile-info {
		max-width: 360px;
	}
}
@media (min-width: 1200px) {
	#profile-info {
		max-width: 495px;
	}
	.profile .share-wrapper {
		float: left;
		position: relative;
		top: 3px;
		margin-left: 30px;
	}
	#profile-rating {
		float: left;
		/*font-size: 1.2em;*/
	}
}
	.profile .btn-xxs {
		border-radius: 3px;
		font-size: 12px;
		line-height: 14px;
		margin-right: 30px;
		/*margin-top: 1px;*/
		padding: 2px 8px;
	}
	#profile hr {
		border-top-color: #CCCCCC;
	}

.asset-links {
	color: #999;
}
.asset-links > a {
	border-bottom: 1px dashed #999;
	color: #999;
	text-decoration: none;
}
.asset-links > a:hover,
.asset-links > a:focus {
	border-bottom: 1px dashed #f00;
	color: #f00;
	text-decoration: none;
}

.asset-links > a + a {
	margin-left: 10px;
}

.contacts > li {
	position: relative;
}
.contacts > li + li {
	margin-top: 5px;
}
.contacts .glyphicon {
	color: #A5A09C;
	font-size: .8em;
	display: inline-block;
	min-width: 1.2em;
	/*margin-left: 10px;*/
}
.contacts .param {
	color: #666;
	font-weight: 700;
	font-size: 15px;
	margin-top: 5px;
	padding-right: 5px;
}
.contacts .param strong {
	color: #555;
	font-size: 17px;
}
.contacts #show-phone {
	position: absolute;
	padding-left: 20px;
	left: 145px;
	right: 0;
	white-space: nowrap;
	background :#fff;
	background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 20px) repeat-y;
	opacity: 1;
	transition: margin-left .4s ease-out,opacity .1s ease-out;
	width: 140px;
}
.show-hidden > a {
	border-bottom: 1px dotted #444444;
	color: inherit;
	text-decoration: none;
}
#show-shedule {}
	#shedule-list .week-day {
		display: inline-block;
		min-width: 1.5em;
	}

.payoptions {
}
	[class^="pay-"] {
		background-image: url("/assets/images/pay_icons.png");
		display: inline-block;
		margin-right: 5px;
		height: 22px;
		position: relative;
		top: 5px;
		width: 28px;
	}
	.pay-visa            { background-position:0 0; }
	.pay-mastercard      { background-position:-30px 0; }
	.pay-cash            { background-position:-60px 0; }
	.pay-non-cash        { background-position:-90px 0; }
	.pay-internet        { background-position:-120px 0; }
	.pay-dinersclub      { background-position:-150px 0; }
	.pay-goldcrown       { background-position:-180px 0; }
	.pay-americanexpress { background-position:-90px 0; }
	.pay-internet        { background-position:-90px 0; }
	.pay-maestrocard     { background-position:-90px 0; }

#photo-preview {
	margin-left: -5px;
	margin-right: -5px;
}
#photo-preview [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
#photo-preview .thumbnail {
	position: relative;
}
#photo-preview .thumbnail .remove-image {
	color: #444;
	cursor: pointer;
	background-color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px;
	padding: 4px;
}
#photo-preview .thumbnail .remove-image:hover {
	color: #F00;
}
#image-thumbnail .thumbnail {
	cursor: pointer;
	margin-bottom: 5px;
}
#image-thumbnail .thumbnail:hover {
	border-color: #428bca;
}

/* Footer */
.cities {
	border-top: 1px solid #EEE;
	font-size: 10px;
	padding: 7px 5px;
	word-spacing: 7px;
}
footer {
	border-top: 1px solid #EEE;
	color: #666;
	font-size: 12px;
	padding: 10px 5px;
}
	footer a {
		color: #666;
	}
	footer a:focus,
	footer a:hover {
		color: #F00;
	}
@media (max-width: 768px) {
	footer {
		font-size: 14px;
		line-height: 1.8;
	}
}

/* Misc */
#vk_comments,
#vk_comments iframe {
	width: 100% !important;
}
.partner {
	position: absolute;
	right: 15px;
	top: -25px;
}
@media (max-width: 768px) {
	.partner {
		float: none;
		margin-bottom: 5px;
	}
}
.partner a {
	font-size: 12px;
	margin-top: 1px;
	text-decoration: none;
}
.sort-by .sorted {
	background: #E8E9EC;
	padding: 0.3em 0.3em;
	margin: 0 0.3em;
}
a.btn,
.nav a {
	text-decoration: none;
}
.nav > li > a {
	border-bottom-color: #DDDDDD;
	background-color: #EEEEEE;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #DDDDDD;
}
.see_also .cfirm > span {
	font-size: 16px;
}
.see_also .cfirm > .firm-name {
	font-size: 20px;
}
.see_also .cfirm + .cfirm {
	margin-top: 5px;
}
.see_also .firm-list {
	margin-bottom: 0;
}
.tp {
	/*border: 1px solid #ffde2e;*/
	/*background-color: #ffeb80;*/
	/*color: #363636;*/
	font-size: 14px;
	/*padding: 10px;*/
	margin: 0 0 10px;
}
.no-decor a {
	text-decoration: none;
}

.btn-default-grey {
  color: #333;
  background-color: #f2f2f2;
  border-color: #DFDFDF;
}
.btn-default-grey:hover,
.btn-default-grey:focus,
.btn-default-grey:active,
.btn-default-grey.active,
.open .dropdown-toggle.btn-default-grey {
  color: #333;
  background-color: #dadada;
  border-color: #ccc;
}
.btn-default-grey:active,
.btn-default-grey.active,
.open .dropdown-toggle.btn-default-grey {
  background-image: none;
}
.btn-default-grey.disabled,
.btn-default-grey[disabled],
fieldset[disabled] .btn-default-grey,
.btn-default-grey.disabled:hover,
.btn-default-grey[disabled]:hover,
fieldset[disabled] .btn-default-grey:hover,
.btn-default-grey.disabled:focus,
.btn-default-grey[disabled]:focus,
fieldset[disabled] .btn-default-grey:focus,
.btn-default-grey.disabled:active,
.btn-default-grey[disabled]:active,
fieldset[disabled] .btn-default-grey:active,
.btn-default-grey.disabled.active,
.btn-default-grey[disabled].active,
fieldset[disabled] .btn-default-grey.active {
  background-color: #fafafa;
  border-color: #DFDFDF;
}
.btn-default-grey .badge {
  color: #fff;
  background-color: #222;
}
a.close ,
.dropdown-menu > li > a {
	text-decoration: none;
}
.modal-body {
	padding: 15px;
}
.modal-footer {
	margin-top: 0;
	padding: 15px;
}
.alert-sm {
	padding: 10px;
}
.spoiler-head {
	border-bottom: 1px dashed #2518B5;
	color: #2518B5;
	cursor: pointer;
	text-decoration: none;
}
.spoiler-head:hover,
.spoiler-head:focus {
	border-bottom-color: #F00;
	color: #F00;
}
.spoiler-body {
	display: none;
}

/* Ya Share */
.share {
	/*margin-left: 15px;*/
	margin: 0 0 10px;
}
	.share #ya_share .b-share {
		padding: 1px 0 !important;
	}
	.share .b-share__handle {
		padding-top: 0 !important;
	}

/* Share */
.share {
	font: 86%/1.4545em Arial,sans-serif;
	display: inline-block;
	padding: 1px 0;
	vertical-align: middle;
}
.share-handle {
	float: left;
	height: 16px;
	padding: 0 3px 5px 2px !important;
	cursor: pointer;
	text-align: left;
	text-decoration: none !important;
}
.share-icon {
	float: left;
	display: inline;
	overflow: hidden;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	vertical-align: top;
	border: 0;
	background: url('/assets/images/share-icon.png') 0 99px no-repeat;
}
.share-icon_vkontakte { background-position: 0 0; }
.share-icon_lj { background-position: 0 -34px; }
.share-icon_twitter { background-position: 0 -51px; }
.share-icon_facebook { background-position: 0 -68px; }
.share-icon_moimir { background-position: 0 -85px; }
.share-icon_odnoklassniki { background-position: 0 -170px; }
.share-icon_gplus { background-position: 0 -426px; }

/* Well */
.cwell {
	border-radius: 4px;
	padding: 10px;
}
.cwell-sm {
	padding: 5px 10px;
}
.cwell-lg{
	padding: 15px;
}
.cwell-default {
	background-color: #FAFAE8;
}
.cwell-warning {
	background-color: #FFFACD;
}
.cwell-gray {
	background-color: #fafafa;
}

/* Print */
.print {
	width: 650px;
}
	.print .head {
		margin-top: 5px;
		padding-bottom: 0;
	}
	.print-page {
		float: right;
		margin: 5px 0 20px 20px;
	}
	.site-url {
		margin-top: 5px;
	}
	.print .cname {
		font-size: 15px;
	}

/* Magicpanel */
.b-magicpanel { display: none; position: fixed; width: 10%; top: 0; left: 0; height: 100%; z-index: 9000; } .b-magicpanel__side { position: fixed; width: 100px; height: 100%; top: 0; left: 0; background: black; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } .b-magicpanel__arrow { cursor: pointer; position: fixed; width: 100px; height: 100%; top: 0; left: 0; background: black; background: url(/assets/images/magicpanel_arrow.png) center center no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}

/* Articles */
#article img {
	max-width: 100%;
}
.article-meta {
	font-size: 12px;
	margin: -15px 0 20px;
}
.article-actions {
	font-size: 12px;
	margin: -20px 0 20px;
}
	.article-actions a {
		text-decoration: none;
	}
	.article-actions a:hover,
	.article-actions a:focus {
		text-decoration: underline;
	}
		.article-actions a .glyphicon {
			padding-right: 3px;
		}
#article-images {
	margin-left: -10px;
	margin-right: -10px;
}
	#article-images [class^="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

/* Categories */
#category-list a.list-group-item {
	text-decoration: none;
}
#category-list a.list-group-item:hover,
#category-list a.list-group-item:focus {
	color: #555;
}
#category-list a.list-group-item.active:hover,
#category-list a.list-group-item.active:focus {
	color: #fff;
}

/* Comments */
#comment-form .form-rating {
	display: none;
}
#comment-form.parent-0 .form-rating {
	display: block;
}
#form-rating .rating-item,
#profile-rating .rating-item {
	cursor: pointer;
}
.rating-item {
	color: #BEBEBE/*#d9d9d9*/;
	font-size: 1.4em;
	padding: 0 2px 0 0;
}
.rating-stat-1 .rating-item-1,
.rating-stat-2 .rating-item-1,
.rating-stat-2 .rating-item-2,
.rating-stat-3 .rating-item-1,
.rating-stat-3 .rating-item-2,
.rating-stat-3 .rating-item-3,
.rating-stat-4 .rating-item-1,
.rating-stat-4 .rating-item-2,
.rating-stat-4 .rating-item-3,
.rating-stat-4 .rating-item-4,
.rating-stat-5 .rating-item-1,
.rating-stat-5 .rating-item-2,
.rating-stat-5 .rating-item-3,
.rating-stat-5 .rating-item-4,
.rating-stat-5 .rating-item-5 {
	color: #E7711B;
}

#profile_comments .media > .pull-left,
.cfirm .media > .pull-left {
	margin-top: 5px;
}
#profile_comments .media-heading,
.cfirm .media-heading {
	margin: 0;
}
#profile_comments .media-body {
	padding-left: 10px;
}
#profile_comments .reply {
	border-bottom: 1px dashed;
	text-decoration: none;
}
#profile_comments .reply + #comment-form {
	margin-top: 10px;
}

.cfirm .media {
	margin-top: 0;
}

#review-create .cfirm {
	cursor: pointer;
}
#review-create .list-group-item {
	background-color: #fefefe;
	border: 0;
	margin-bottom: 5px;
}
#review-create .list-group-item:hover,
#review-create .list-group-item:focus,
#review-create .list-group-item.selected {
	background-color: #fafafa;
}
#review-create .cfirm .firm-name {
	color: #2518B5;
	text-decoration: underline;
}
#review-create .cfirm + #comment-form {
	margin-top: 10px;
}

#reviews-categories-list {
	position: relative;
}
	#reviews-categories-list .dropdown-menu {
		left: -360px;
		padding: 5px 15px;
		width: 700px;
	}

#last-comments .red {
	font-size: 16px;
}
#last-comments ul {
	font-size: 13px;
}
#last-comments small {
	font-size: 12px;
}

/* Reader */
#reader-articles-list .media + .media {
	margin-top: 30px;
}
#reader-articles-list .thumbnail {
	height: 100px;
	overflow-y: hidden;
}
#reader-articles-list .thumbnail > span {
	background-color: #EEEEEE;
	display: block;
	height: 100%;
}
#reader-articles-list .reader-article-title {
	font-size: 20px;
	font-weight: 400;
	display: block;
}

@media (min-width: 992px) {
	#reader-article-info {
		max-width: 360px;
	}
}
@media (min-width: 1200px) {
	#reader-article-info {
		max-width: 495px;
	}
}
#reader-article-assets {
	margin-left: 10px;
	width: 225px;
}

#last-reader-articles strong.red a {
	font-size: 16px;
	text-decoration: none;
}
#last-reader-articles ul {
	font-size: 13px;
}
#last-reader-articles ul > li + li {
	margin-top: 15px;
}

.reader-articles .row {
	margin-left: -5px;
	margin-right: -5px;
}
.reader-articles [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.reader-articles li + li {
	margin-top: 10px;
}
.reader-articles .thumbnail {
	margin-bottom: 0;
	height: 50px;
	overflow-y: hidden;
}
.reader-articles .thumbnail > span {
	background-color: #EEEEEE;
	display: block;
	height: 100%;
}

/* Classifieds */
.icon-new {
	background: url('/assets/images/new.png') no-repeat 0 -3px;
	padding-left: 40px;
}
.block > .red.icon-new {
	margin-bottom: 10px;
}

#classified-content .show-hidden {
	border-bottom: 1px dashed #333;
	cursor: pointer;
	text-decoration: none;
}
	#classified-content .show-hidden:hover,
	#classified-content .show-hidden:focus {
		border-bottom-color: #F00;
		color: #F00;
	}

#classified-content dt {
	text-align: left;
	width: 120px;
}
#classified-content dd {
	margin-left: 130px;
}
	#classified-content dd .label {
		font-size: 1em;
	}
#classified-content dt,
#classified-content dd {
	line-height: 2;
}

#classifieds-gallery .classified-container {
}
	#classifieds-gallery .classified-container .panel-body,
	#classifieds-gallery .classified-container .panel-footer {
		padding: 5px;
	}
	#classifieds-gallery .classified-container .panel-footer {
		height: 71px;
	}
	#classifieds-gallery .thumbnail {
		background-color: #EEEEEE;
		border: none;
		height: 200px;
		margin-bottom: 0;
		padding: 0;
	}
		#classifieds-gallery .thumbnail img {
			height: 200px;
		}
	#classifieds-list .media {
		margin-top: 20px;
	}
	#classifieds-list .classified-title {
		font-size: 20px;
		font-weight: 400;
	}
	#classifieds-list .thumbnail {
		height: 100px;
		overflow-y: hidden;
	}
		#classifieds-list .thumbnail > span {
			background-color: #EEEEEE;
			display: block;
			height: 100%;
		}
	.classified-title {
		display: block;
	}
		#classifieds-gallery .classified-description {
		overflow: hidden;
		white-space: nowrap;
	}
		#classifieds-gallery .classified-description ul {
			margin-bottom: 0;
		}
		.classified-description p {
			margin-bottom: 5px;
		}

#classifieds-categories-list [class^="col-"] {
	position: static;
}
#classifieds-categories-list li {
	line-height: 1.6;
}
#classifieds-categories-list .dropdown-menu {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin: 0;
	padding: 0 30px;
	top: auto;
}
#classifieds-categories-list strong {
	font-size: 18px;
}
#classifieds-categories-list .dropdown-menu-content {
  min-width: 160px;
  padding: 5px 15px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#classifieds-last li + li {
	margin-top: 5px;
}

/* Streetview */
#streetview .fullscreen {
	cursor: pointer;
	z-index: 1000;
}

/* Geosearch */
#geosearch .switch-tab > a {
	border-bottom: 1px dashed #333;
	color: #333;
	text-decoration: none;
}
#geosearch .switch-tab > a:hover,
#geosearch .switch-tab > a:focus {
	border-bottom: 1px dashed #f00;
	color: #f00;
	text-decoration: none;
}

#geosearch .switch-tab > a + span,
#geosearch .switch-tab > span + a {
	margin-left: 10px;
}

/* Weather */
.weather {
	font-size: 20px;
	line-height: 1.3em;
	margin-top: 10px;
	padding-left: 240px;
}
.weather-temperatures {
	width: 100%;
}
	.weather-temperatures th {
		padding-bottom: 1em;
		color: #666;
		font-size: 0.9em;
		font-weight: normal;
	}
	.weather-temperatures td,
	.weather-temperatures th {
		width: 27px;
		text-align: center;
		padding: 2px;
	}
	.weather-temperatures td {
		height: 150px;
		vertical-align: top;
		font-size: 1.2em;
	}

.weather-chart {
	position: relative;
}
	.weather-chart hr {
		margin: 0;
		border: none;
		height: 3px;
		background-color: #000;
	}

ul.weather-ten_days { }

ul.weather-ten_days,
ul.weather-ten_days li ul {
	list-style: none;
}

li.weather-day + li.weather-day {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
}

ul.weather-ten_days table {
	width: 100%;
}
	tr.weather-top td {
		height: 70px;
	}
	tr.weather-bottom td {
		padding: 0 0 10px 10px;
		font-size: 11px;
		color: #666;
	}
	td.weather-week {
		width: 82px;
		text-align: center;
	}
		tr.weather-top td.weather-week span {
			font-size: 3.8em;
			line-height: 40px;
			font-weight: bold;
		}
		td .weather-weekday { }
		td .weather-weekend {
			color: #FF3300;
		}
		td.weather-day_month {
			font-size: 12px;
		}
		td.weather-weather_icon {
			width: 70px;
		}
		td.weather-weather_type {
			width: 98px;
			vertical-align: middle;
			color: #666;
		}
		td.weather-day_temp {
			font-size: 24px;
			width: 95px;
			padding-right: 5px;
			text-align: center;
			line-height: normal;
		}
		td .weather-night_temp {
			font-size: 12px;
		}
		td.weather-pressure { }

#weather {
	position: relative;
}
	#weather .red {
		position: relative;
		z-index: 2;
	}
	#weather .weather-image {
		position: absolute;
		z-index: 1;
		top: 20px;
	}
	#weather .weather-temp {
		line-height: 1.2;
	}
	#weather .day-temp {
		font-size: 24px;
	}
	#weather .night {
		font-size: 14px;
	}
	#weather .weather-data {
		font-size: 12px;
		line-height: 1.2;
	}

/* Auth */
#authModal .switch-tab {
	border-bottom: 1px dashed #333;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

/* Realty */
#form-realty-area .row,
#form-price .row {
	margin-right: -5px;
	margin-left: -5px;
}
	#form-realty-area .row .col-sm-6,
	#form-price .row .col-sm-6 {
		padding-right: 5px;
		padding-left: 5px;
	}
		#form-realty-area .row .col-sm-6 input,
		#form-price .row .col-sm-6 input {
			max-width: 75%;
		}

/* Helpers */
.nowrap {
	margin-bottom: 0;
}
.wrap {
	margin-bottom: 20px;
}
.wrap-sm,
.wrap-small {
	margin-bottom: 10px;
}
.wrap-xsm,
.wrap-xsmall {
	margin-bottom: 5px;
}
.wrap-top {
	margin-top: 20px;
}
.wrap-top-sm,
.wrap-top-small {
	margin-top: 10px;
}
.wrap-top-xsm,
.wrap-top-xsmall {
	margin-top: 5px;
}
.wrap-lg {
	margin-bottom: 30px;
}
.wrap-xlg {
	margin-bottom: 40px;
}
.wrap-top-lg {
	margin-top: 30px;
}
.border-left {
	border-left: 1px solid #ccc;
}

/* select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
	margin: 0 10px;
}
.select2-container {
	width: auto !important;
}
.select2-dropdown {
	width: 400px !important;
}
.select2-container--default .select2-selection--single {
	background: none;
	border: none;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	font-size: 20px;
	height: auto;
	line-height: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 25px;
	width: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #FFF transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #FFF transparent;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 15px;
}
.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #aaa;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 400px;
}
.city-select-title {
	font-size: 20px;
}
.city-select-title a {
	text-decoration: none;
}
.city-select-title a:hover,
.city-select-title a:focus {
	color: #2518B5;
}
.select2-results__option--highlighted .city-select-title a,
.select2-results__option--highlighted .city-select-title a:hover,
.select2-results__option--highlighted .city-select-title a:focus {
	color: #FFF;
}
.city-select-childs {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*
     */
/*
*/