@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);.clearfix:after,
.map-section:after,
.two-cols:after,
.two-cols.title-block .title-holder:after,
.two-cols.park-details .details-list:after,
.two-cols.park-details .payment-list:after,
.search-content .form-group:after,
.search-content .input-search:after,
.search-content .deals-input:after,
.location-form:after,
.conditions .cond-row:after,
.buttons:after,
.parking-list li:after,
.search-popup .row-popup:after,
.search-popup .row-popup p:after,
.parking-search:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?ortdwn");
	src: url("../fonts/icomoon.eot?ortdwn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ortdwn") format("truetype"), url("../fonts/icomoon.woff?ortdwn") format("woff"), url("../fonts/icomoon.svg?ortdwn#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

.jcf-checkbox span,
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: context-menu;
}

a [class^="icon-"],
a [class*=" icon-"] {
	cursor: pointer;
}

.jcf-checkbox span:before {
	content: "\e907";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e901";
}

.icon-arrow-location:before {
	content: "\e902";
}

.icon-arrow-right:before {
	content: "\e903";
}

.icon-bag:before {
	content: "\e904";
}

.icon-cards:before {
	content: "\e905";
}

.icon-cash:before {
	content: "\e906";
}

.icon-check:before {
	content: "\e907";
}

.icon-clock:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

.icon-envelope:before {
	content: "\e90a";
}

.icon-event:before {
	content: "\e90b";
}

.icon-event2:before {
	content: "\e90c";
}

.icon-event3:before {
	content: "\e90d";
}

.icon-facebook:before {
	content: "\e90e";
}

.icon-faq:before {
	content: "\e90f";
}

.icon-filters:before {
	content: "\e910";
}

.icon-food:before {
	content: "\e911";
}

.icon-hall:before {
	content: "\e912";
}

.icon-health:before {
	content: "\e913";
}

.icon-metro:before {
	content: "\e914";
}

.icon-parking:before {
	content: "\e915";
}

.icon-payment:before {
	content: "\e916";
}

.icon-percent:before {
	content: "\e917";
}

.icon-search:before {
	content: "\e918";
}

.icon-twitter:before {
	content: "\e919";
}

@-ms-viewport {
	width: auto !important;
}

body {
	min-width: 320px;
}

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

p {
	margin: 0 0 22px;
}

address {
	margin-bottom: 22px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 22px;
}

h1,
.h1 {
	line-height: 1.384;
}

.headline {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 12px;
}

img {
	max-width: 100%;
	height: auto;
}

.btn {
	font-size: 16px;
	line-height: 22px;
	padding: 13px 32px;
	margin: 0 0 15px;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.list {
	margin: 0 0 21px 5px;
	padding: 0;
	list-style: none;
}

.list li {
	position: relative;
	padding: 0 0 6px 17px;
}

.list li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #424d54;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.list.blue-bullets li:after {
	background: #0079c2;
}

.list.big {
	font-size: 18px;
	line-height: 1.222;
}

.list.big li {
	padding-bottom: 8px;
}

.list.big li:after {
	top: 9px;
}

a.tel {
	color: #424d54;
}

a.tel:hover,
a.tel:focus,
a.tel:active {
	color: #424d54;
}

::-ms-clear {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=file],
input[type=submit],
input[type=reset],
input[type=search],
input[type=tel],
input[type=url],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

input[type=submit]:hover,
input[type=reset]:hover {
	cursor: pointer;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
.form-control {
	height: 50px;
	box-shadow: none;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 18px;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus {
	color: #424d54;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #424d54;
}

input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
	opacity: 1;
	color: #424d54;
}

input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder {
	color: #424d54;
}

input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
	color: #424d54;
}

input[type="email"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="text"]:focus.placeholder,
input[type="password"]:focus.placeholder,
textarea:focus.placeholder,
.form-control:focus.placeholder {
	color: #424d54;
}

.form-control.error {
	border-color: #f00;
	color: #f00;
}

.form-control.error::-webkit-input-placeholder {
	color: #f00;
}

.form-control.error::-moz-placeholder {
	opacity: 1;
	color: #f00;
}

.form-control.error:-moz-placeholder {
	color: #f00;
}

.form-control.error:-ms-input-placeholder {
	color: #f00;
}

.form-control.error.placeholder {
	color: #f00;
}

textarea {
	overflow-y: auto;
	width: 100% !important;
	min-height: 70px;
}

form {
	margin-bottom: 20px;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin: 0 0 15px;
	min-width: 150px;
	height: 50px;
	cursor: pointer;
	padding-right: 30px;
	border-radius: 4px;
	overflow: hidden;
	color: #b8b8b8;
}

.validate-row.error .jcf-select {
	border-color: #f00;
	color: #f00;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 18px;
}

.jcf-drop-active {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

.jcf-drop-active .jcf-select-text {
	color: #424d54;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 22px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border: solid transparent;
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #0079c2;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	border-width: 5px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background: #fff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 150px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 20px;
	font-size: 16px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 14px 18px;
	color: #424d54;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover {
	background: #eee;
}

.jcf-select-drop .jcf-selected {
	display: none !important;
}

/* custom file input styles */

.jcf-file {
	display: block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-file .jcf-fake-input {
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	padding: 14px 18px;
	font-size: 16px;
	line-height: 20px;
	height: 50px;
	border-radius: 3px 0 0 3px;
	color: #b8b8b8;
}

.jcf-file .jcf-upload-button {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin: 0 0 0 -1px;
	padding: 13px 18px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	border-radius: 0 3px 3px 0;
	color: #424d54;
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .75);
	background: url(../images/btn-file-gradient.jpg) repeat-x;
	background-size: 10px 48px;
	cursor: pointer;
}

.jcf-file:hover .jcf-upload-button {
	background: url(../images/btn-file-gradient-hover.jpg) repeat-x;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e7e7e7;
	border-radius: 4px;
	width: 7px;
	bottom: 0;
	right: 7px;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 7px;
	width: 7px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #0079c2;
	height: 1px;
	width: 7px;
	border-radius: 4px;
	cursor: pointer;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 7px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 7px;
	width: 7px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 7px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #e7e7e7;
	height: 7px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e7e7e7;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-select-sidenav-select {
	width: 168px;
	height: 36px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .05);
	padding: 0;
	font-weight: bold;
	margin: 0 0 22px;
	display: block !important;
}

.jcf-select-sidenav-select .jcf-select-opener {
	left: 0;
	right: auto;
}

.jcf-select-sidenav-select .jcf-select-opener:after {
	left: 13px;
}

.jcf-select-sidenav-select .jcf-select-text {
	color: #0079c2;
	font-size: 14px;
	padding: 5px 10px 5px 33px;
}

.jcf-select-sidenav-select .jcf-list {
	font-size: 14px;
	font-weight: bold;
}

.jcf-select-sidenav-select .jcf-list .jcf-option {
	color: #0079c2;
	padding: 6px 12px;
}

.short-file .jcf-fake-input {
	border: 0;
	padding: 15px 12px 15px 0;
	width: 116px;
}

.short-file .jcf-upload-button {
	margin-left: 0;
	border-radius: 3px;
	width: 174px;
}

.short-file .error .jcf-fake-input {
	color: #f00;
}

.jcf-select-select2 .jcf-select-drop-content {
	border-radius: 0 0 4px 4px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.jcf-select-select2 .jcf-list {
	font-size: 14px;
}

.jcf-select-select2 .jcf-list .jcf-option {
	color: #222;
	padding: 12px 13px;
}

.jcf-select-select2 .jcf-list ul li {
	border-top: 1px solid #f0f0f0;
}

.jcf-select-select2 .jcf-list ul li:first-child {
	border: none;
}

body > .jcf-select-select2 {
	margin: -3px 0 0;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin: 0 3px 0 0;
	height: 22px;
	width: 22px;
}

.jcf-checkbox span:before {
	position: absolute;
	left: 5px;
	top: 2px;
	display: none;
	color: #0079c2;
	font-size: 12px;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span:before {
	display: block;
}

.details-popup {
	margin: -90px 0 0 50px;
	position: absolute;
	padding: 6px 10px 10px;
	width: 238px;
	background: #fff;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	border: 1px solid #0079c2;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	z-index: 100;
}

.details-popup:after,
.details-popup:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 10px 9px 0;
	border-color: transparent #fff transparent transparent;
}

.details-popup:before {
	border-color: transparent #0079c2 transparent transparent;
	left: -11px;
}

.details-popup address {
	overflow: hidden;
}

.details-popup .btn {
	width: 100%;
	margin: 0;
	font-size: 15px;
	padding: 7px 22px;
}

.details-popup .address {
	margin: 0 0 9px;
	line-height: 1.05;
}

.details-popup .address .street {
	font-size: 14px;
	line-height: 1.2;
}

.details-popup .address em {
	font-size: 12px;
	color: #666;
	font-style: normal;
}

.details-popup img {
	border-radius: 3px;
}

.details-popup .col-right,
.details-popup > img {
	display: none;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "PT Sans", sans-serif;
	padding-top: 60px;
}

.container {
	width: 100% !important;
	max-width: 1102px;
}

.navbar {
	border: 0;
	margin: 0;
	padding-top: 60px;
	overflow-y: auto;
	max-height: 100%;
	background: #fff;
	z-index: 1000;
}

.navbar .holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
	padding: 5px 15px 4px;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.navbar-brand {
	padding: 0;
	height: auto;
	background: url(../images/logo.svg) no-repeat;
	width: 131px;
	height: 50px;
	background-size: 100% auto;
	text-indent: -9999px;
	overflow: hidden;
}

.navbar-toggle {
	margin: 3px -13px 3px 10px;
	border-radius: 0;
	padding: 0;
	outline: none;
	width: 46px;
	height: 43px;
	border: 0;
}

.navbar-toggle .icon-bar {
	position: absolute;
	top: 15px;
	left: 13px;
	right: 13px;
	height: 3px;
	width: auto;
	background: #492910;
	border-radius: 3px;
	margin: 0 !important;
}

.navbar-toggle .icon-bar.second {
	opacity: 0;
	top: 20px;
}

.navbar-toggle .icon-bar.third,
.navbar-toggle .icon-bar.first {
	left: 10px;
	right: 10px;
	top: 21px;
}

.navbar-toggle .icon-bar.third {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle .icon-bar.first {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-toggle.collapsed .icon-bar.second {
	opacity: 1;
}

.navbar-toggle.collapsed .icon-bar.third,
.navbar-toggle.collapsed .icon-bar.first {
	top: 15px;
	left: 13px;
	right: 13px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar.third {
	top: 25px;
}

.navbar-collapse {
	max-height: 9999px !important;
	padding: 6px 15px;
	margin: 0 !important;
	box-shadow: none;
	border: 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.navbar-nav {
	margin: 0;
}

.navbar-nav > li {
	border-top: 1px solid #d7d7d7;
}

.navbar-nav > li:first-child {
	border-top: 0;
}

.navbar-nav > li > a {
	padding: 12px 9px;
	color: #492910;
	background: none !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > afocus {
	color: #0079c2;
}

.navbar-nav > li > a i {
	display: inline-block;
	vertical-align: top;
	margin: 3px 7px 0 0;
}

.navbar-nav > li > a i.icon-payment,
.navbar-nav > li > a i.icon-envelope {
	margin-top: 4px;
}

.navbar-nav > li.active > a {
	color: #0079c2;
}

.gray-section {
	background: #eef1f3;
}

.section,
.gray-section {
	padding-top: 28px;
	padding-bottom: 6px;
}

.light-red {
	background: #f6f6f6;
}

.content {
	padding-bottom: 15px;
}

.sidebar {
	display: table;
	width: 100%;
}

.sidenav-wrapper {
	display: table-footer-group;
	width: 100%;
}

.sidenav {
	display: none;
}

.banners {
	margin: 0 -10px 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.banners li {
	float: left;
	width: 50%;
	padding: 0 10px 20px;
}

.banners img {
	display: block;
	width: 100%;
}

.list-default {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.list-default a {
	color: #fff;
}

.list-default a:hover {
	color: #0079c2;
}

.footer {
	background: #322a25;
	color: #fff;
	padding-top: 26px;
	padding-bottom: 10px;
}

.footer .brand {
	display: block;
	margin: 0 auto 26px;
	width: 190px;
	height: 73px;
	background: url(../images/logo-2.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	overflow: hidden;
}

.footer .title {
	display: block;
	color: #8c847f;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.footer .listings .col-sm-6 + .col-sm-6 {
	margin-top: -22px;
}

.footer-nav {
	margin: 0 auto 4px;
	padding: 0;
	list-style: none;
	text-align: center;
	max-width: 280px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 16px;
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover {
	color: #0079c2;
}

.social-networks {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 20px;
}

.social-networks a {
	display: block;
	background: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 33px;
	text-align: center;
	-webkit-transition: line-height .2s linear, font-size .2s linear;
	transition: line-height .2s linear, font-size .2s linear;
}

.social-networks a i {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	    line-height: 33px;
}

.social-networks a .icon-facebook {
	color: #39579a;
}

.social-networks a .icon-twitter {
	color: #1ea8e3;
}

.social-networks a:hover {
	font-size: 20px;
	line-height: 35px;
}

.social-networks a:hover i {
	color: #8c847f;
}

.copy {
	text-align: center;
	color: #8c847f;
}

.copy p {
	margin-bottom: 18px;
}

.staff-list {
	overflow: hidden;
	margin: 0 -23px 7px -22px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
}

.staff-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 20px 0;
	width: 50%;
	padding: 0 23px 0 22px;
}

.staff-list img {
	display: block;
	width: 100%;
	margin-bottom: 9px;
}

.staff-list .name {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.staff-list .position {
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

.staff-list .location {
	display: block;
	font-style: italic;
}

.staff-list p {
	margin: 0;
}

.map-section {
	padding: 10px 10px 0;
	background: #f6f6f6;
}

.map-section.find-parking {
	padding: 0 !important;
}

.map-section .map-holder {
	height: 185px;
}

.map-section .map-holder iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.map-section .parking-gallery {
	display: none;
}

.main-holder {
	background: #f6f6f6;
	padding: 0 10px;
}

.main-holder .container {
	background: #fff;
	padding: 19px 0 0;
}

.two-cols .col-2 {
	padding: 0 0 13px;
}

.two-cols.title-block {
	border-bottom: 2px solid #ededed;
	padding: 0 20px 1px;
	margin: 0 0 28px;
}

.two-cols.title-block .title-holder .img-left {
	width: 71px;
	float: left;
	margin: 0 12px 10px 0;
}

.two-cols.title-block .title-holder .img-left img {
	border-radius: 3px;
}

.two-cols.title-block .title-holder .text-holder {
	overflow: hidden;
}

.two-cols.title-block .title-holder .text-holder h1 {
	margin: -5px 0 5px;
}

.two-cols.title-block .title-holder .text-holder span {
	display: block;
	font-size: 17px;
	line-height: 20px;
}

.two-cols.title-block .btn-holder {
	text-align: center;
}

.two-cols.title-block .btn-holder .btn {
	min-width: 217px;
	padding: 6px 10px 9px;
	font-size: 15px;
	line-height: 22px;
}

.two-cols.park-details {
	padding: 0 22px;
}

.two-cols.park-details .col-2 {
	padding: 0;
}

.two-cols.park-details h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 20px;
	color: #0079c2;
	text-transform: uppercase;
}

.two-cols.park-details h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 3px;
}

.two-cols.park-details .hours-list {
	list-style: none;
	margin: 0;
	padding: 0 0 22px;
}

.two-cols.park-details .details-list {
	margin: 0;
	padding: 0 0 10px;
}

.two-cols.park-details .details-list dt {
	float: left;
	clear: both;
}

.two-cols.park-details .details-list dd {
	overflow: hidden;
	padding: 0 0 12px 5px;
}

.two-cols.park-details .payment-block {
	padding: 10px 0 33px;
}

.two-cols.park-details .payment-list {
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
}

.two-cols.park-details .payment-list li {
	float: left;
	padding: 0 33px 0 0;
}

.two-cols.park-details .payment-list li .ico {
	display: inline-block;
	vertical-align: middle;
}

.two-cols.park-details .payment-list li span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 7px;
}

.gallery-mobile-block {
	padding: 5px 20px 31px;
}

.gallery-mobile-block h2 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 25px;
	color: #0079c2;
	text-transform: uppercase;
}

.parking-gallery-mobile {
	max-width: 315px;
}

.parking-gallery-mobile .carousel-inner {
	padding: 0 0 9px;
	border-radius: 3px;
	overflow: hidden;
}

.parking-gallery-mobile .carousel-inner img {
	border-radius: 3px;
}

.parking-gallery-mobile .carousel-indicators {
	display: block;
	width: 100%;
	text-align: left;
	position: static;
	margin: 0;
}

.parking-gallery-mobile .carousel-indicators li {
	display: inline-block;
	vertical-align: top;
	width: 30.5%;
	height: auto;
	text-indent: 0;
	margin: 0 4px 10px 0;
}

.parking-gallery-mobile .carousel-indicators li img {
	border-radius: 3px;
}

.visual-area {
	position: relative;
}

.visual {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.visual li {
	display: none;
}

.visual li:first-child {
	display: block;
}

.visual .bg-stretch {
	position: relative;
	overflow: hidden;
	display: block;
	height: 435px;
}

.visual .bg-stretch img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 435px !important;
	margin: 0 0 0 -327px !important;
	width: 655px !important;
	max-width: 655px;
}

.search-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.input-holder {
	margin: 0;
}

.input-holder input[type="email"],
.input-holder input[type="tel"],
.input-holder input[type="search"],
.input-holder input[type="password"],
.input-holder input[type="text"] {
	border: none;
	margin: 0;
	border-radius: 3px;
	height: 50px;
	padding: 11px 16px 13px;
	float: left;
	width: 100%;
}

.search-content {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 16px -10px 10px;
}

.search-content p {
	margin: 0 0 29px;
}

.search-content .btn-arrow-down {
	padding: 0 12px;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin-left: -26px;
	font-size: 30px;
	color: #fff;
	outline: none;
}

.search-content h1 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

.search-content .text-area {
	display: none;
}

.search-content .form-group {
	max-width: 845px;
	margin: 0 auto 11px;
	margin: 0 auto 91px;
	background: rgba(0, 0, 0, .5);
	border-radius: 2px;
	padding: 10px;
}

.search-content .form-group .col {
	width: 100%;
	margin: 0 0 10px;
}

.search-content .form-group .col:first-child {
	margin: 0;
}

.search-content .form-group .btn {
	float: right;
	height: 50px;
	font-size: 16px;
	padding: 11px 20px 12px;
	background: #0079c2;
	color: #fff;
	border: none;
	width: 100%;
	border-radius: 3px;
	margin: 0;
}

.search-content .form-group .btn .icon-search {
	display: inline-block;
	margin: 4px 12px 0 0;
	vertical-align: top;
	font-size: 16px;
}

.search-content .form-group .btn:hover {
	background: #00395c;
}

.search-content .input-search {
	text-align: left;
	position: relative;
	background: #fff;
	border-radius: 3px;
}

.search-content .input-search .input-holder {
	margin: 0 38px 0 0;
}
.search-content .input-search input[type="text"] {
	text-align: left;
	display: block;
	width: 100%;
	height: 50px;
	padding: 11px 16px 13px;
	font-size: 16px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	color: #b8b8b8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	outline: none;
}

.search-content .input-search .open-select {
	float: right;
	height: 50px;
	width: 38px;
	outline: none;
}

.search-content .input-search .open-select:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #b8b8ba transparent transparent transparent;
	right: 16px;
	top: 50%;
	margin-top: -2px;
}

.search-content .deals-input {
	text-align: left;
	background: #fff;
	color: #b8b8b8;
	border-radius: 3px;
	position: relative;
}

.search-content .deals-input .btn-location {
	display: none;
	float: right;
	color: #dbdbdb;
	width: 36px;
	height: 50px;
	padding: 12px 0 7px;
}

.search-content .deals-input .tooltip {
	right: -49px;
	top: 57px;
	opacity: 1;
	font-weight: 700;
	display: none;
}

.search-content .deals-input .tooltip .tooltip-arrow {
	opacity: .8;
	border-width: 0 8px 8px;
	top: -3px;
	margin-left: -9px;
}

.search-content .deals-input .tooltip .tooltip-inner {
	background: rgba(0, 0, 0, .8);
	border-radius: 0;
	padding: 5px 9px;
}

.search-content .deals-input:hover .tooltip {
	display: block;
}

.search-content .btn-holder {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
	border-radius: 2px;
	width: 100%;
	margin: 0 0 10px;
}

.search-content .btn-holder .btn {
	background: #d74c1c;
	padding: 12px 23px;
	height: 50px;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	border-radius: 2px;
	border: none;
	width: 100%;
}

.search-content .btn-holder .btn i {
	font-size: 25px;
	display: inline-block;
	vertical-align: top;
	margin: -1px 14px 0 0;
}

.search-content .btn-holder .btn:hover {
	background: #7d2c10;
}

.search-content .btn-holder.btn-parking {
	position: absolute;
	top: 228px;
	left: 0;
	width: 100%;
}

.search-content .btn-holder.btn-parking .btn {
	background: #0079c2;
}

.search-content .btn-holder.btn-parking .btn i {
	font-size: 12px;
	margin: 6px 10px 0 0;
}

.search-content .btn-holder.btn-parking .btn:hover {
	background: #00395c;
}

.search-content input[type="email"]:focus,
.search-content input[type="tel"]:focus,
.search-content input[type="search"]:focus,
.search-content input[type="text"]:focus,
.search-content input[type="password"]:focus,
.search-content textarea:focus,
.search-content .form-control:focus {
	box-shadow: none !important;
	outline: none;
}

.jcf-scrollable {
	max-height: 230px;
	overflow: auto;
	width: 100% !important;
}

.drop-select {
	background: #fff;
	position: absolute;
	border-radius: 0 0 3px 3px;
	top: -9999px;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.drop-select .jcf-scrollable {
	float: left;
}

.drop-select ul {
	padding: 12px 16px;
	font-size: 14px;
}

.drop-select ul li {
	list-style: none outside;
	margin: 14px 0 0;
}

.drop-select ul li:first-child {
	margin-top: 0;
}

.drop-select ul li.ui-state-focus a {
	color: #0069a9;
}

.drop-select ul li a {
	display: block;
	cursor: pointer;
	color: #222;
	font-weight: bold;
}


.drop-select ul li a i {
	display: inline-block;
	vertical-align: top;
	color: #0079c2;
	margin: 2px 13px 0 0;
	font-size: 17px;
}

.location-form.active-drop .drop-select {
	display: block;
}

.active-drop .drop-select {
	top: 96%;
}
#featured-list .ui-autocomplete {
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
}

.details-col {
	padding: 0 0 11px;
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
}

.details-col .icon-thumbnail {
	width: 80px;
	height: 80px;
	background: #eef1f3;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 26px;
}

.details-col .icon-thumbnail i {
	color: #482910;
	font-size: 39px;
	margin-top: 20px;
	display: inline-block;
}

.details-col .icon-thumbnail i.icon-parking {
	font-size: 58px;
	margin-top: 11px;
}

.details-col h2 {
	font-weight: bold;
	margin: 0 0 9px;
	font-size: 20px;
}

.details-col h2 a {
	color: #424d54;
}

.details-col p {
	margin: 0 0 22px;
}

.details-col .btn {
	font-size: 15px;
	border-radius: 3px;
	padding: 6px 21px 9px;
	margin: 0;
}

.deals-blocks {
	overflow: hidden;
	margin: 0 10px 5px;
}

.deals-block {
	position: relative;
	margin: 0 0 20px;
}

.deals-block img {
	display: block;
	width: 100%;
}

.deals-block .caption {
	padding: 12px 16px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #322a25;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
}

.deals-block .caption p {
	margin: 0;
}

.deals-block .tooltip {
	z-index: 20;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
}

.deals-block .tooltip .tooltip-inner {
	background: #0079c2;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	padding: 4px 11px 5px;
	font-size: 12px;
}

.deals-block .tooltip .tooltip-arrow {
	border-top-color: #0079c2;
	border-width: 8px 10px 0;
	margin-left: -10px;
}

.location-form {
	position: relative;
	float: left;
	display: none;
	margin: 5px 0 0 15px;
}

.location-form .input-frame {
	background: #e8ecee;
	border-radius: 3px;
	float: left;
	width: 245px;
}

.location-form input[type="search"] {
	background: none;
	font-size: 14px;
	padding: 8px 14px 9px;
	height: auto;
	border: none;
	margin: 0;
	width: 100%;
	height: 40px;
}

.location-form input[type="email"],
.location-form input[type="tel"],
.location-form input[type="search"],
.location-form input[type="text"],
.location-form input[type="password"] {
	outline: none;
}

.location-form input[type="email"]:focus,
.location-form input[type="tel"]:focus,
.location-form input[type="search"]:focus,
.location-form input[type="text"]:focus,
.location-form input[type="password"]:focus,
.location-form textarea:focus,
.location-form .form-control:focus {
	box-shadow: none;
}

.location-form .open-select {
	float: right;
	color: #12a1f8;
	width: 36px;
	height: 38px;
	padding: 11px 9px 5px 0;
	text-align: center;
	outline: none;
}

.location-form .open-select i {
	font-size: 19px;
}

.location-form .drop-select {
	display: none;
}

.location-form .btn {
	float: right;
	padding: 10px;
	background: #0079c2;
	border: none;
	color: #fff;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	margin: 0 0 0 2px;
}

.location-form.gray-light input[type="search"]::-webkit-input-placeholder {
	color: #b8b8b8;
}

.location-form.gray-light input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.location-form.gray-light input[type="search"]:-moz-placeholder {
	color: #b8b8b8;
}

.location-form.gray-light input[type="search"]:-ms-input-placeholder {
	color: #b8b8b8;
}

.location-form.gray-light input[type="search"].placeholder {
	color: #b8b8b8;
}

.location-form.gray-light .open-select {
	color: #b8b8b8;
}

.drop-select .ui-autocomplete {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

.aside {
	background: #fff;
}

.aside .searching-title {
	background: #fff;
	font-size: 14px;
	padding: 4px 10px;
}

.aside .searching-title h3 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	background: #e8ecee;
	overflow: hidden;
	padding: 8px 14px 9px;
	border-radius: 3px;
}

.aside .searching-title h3 span {
	display: none;
}

.aside .searching-title h3 b {
	font-weight: normal;
}

.aside .searching-title .wrap {
	overflow: hidden;
}

.aside .searching-title input[type=text] {
	display: block;
	background: none;
	border: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	background: #e8ecee;
	padding: 8px 10px 9px;
	border-radius: 3px;
	height: 36px;
	box-shadow: none !important;
}


.aside .searching-title input[type=text]::-webkit-input-placeholder {
	color: #424d54;
}

.aside .searching-title input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #424d54;
}

.aside .searching-title input[type=text]:-moz-placeholder {
	color: #424d54;
}

.aside .searching-title input[type=text]:-ms-input-placeholder {
	color: #424d54;
}

.aside .searching-title input[type=text].placeholder {
	color: #424d54;
}

.aside .searching-title .link {
	float: right;
	margin: 4px 6px 0;
	text-align: center;
	width: 33px;
}

.conditions .cond-row {
	display: none;
	border-top: 1px solid #ececec;
	padding: 7px 10px;
}

.conditions .filter-row {
	padding: 10px 10px 6px;
	text-align: right;
	display: block;
	border-bottom: 1px solid #e2e2e0;
}

.conditions .filter-row .btn {
	outline: none;
	float: left;
	padding: 4px 12px 6px;
	border-radius: 3px;
	font-size: 14px;
	margin: -5px 0 0;
}

.conditions .filter-row .btn i {
	font-size: 11px;
	margin: 0 5px 0 0;
}

.conditions .filter-row p {
	margin: 0;
}

.conditions .mini-title {
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.conditions .cond-row:first-child .mini-title {
	margin-top: 0;
}

.conditions .jcf-select {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 117px;
	min-width: 117px;
	font-weight: bold;
}

.conditions .jcf-select .jcf-select-text {
	font-size: 14px;
	padding: 3px 12px;
	color: #0079c2;
}

.conditions .jcf-select.jcf-drop-active {
	box-shadow: none;
	border-color: #0079c2;
}

.conditions .filters .jcf-select {
	width: 150px;
	min-width: 150px;
}

.conditions .link {
	float: right;
	font-weight: bold;
}

.conditions.conditions-month {
	display: none;
}

.conditions .buttons {
	margin: 16px 0 8px;
}

.buttons {
	padding: 0;
	margin: 0;
	list-style: none;
}

.buttons li {
	float: left;
	border-radius: 0 3px 3px 0;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.buttons li:first-child {
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.buttons li a {
	outline: none;
	color: #222;
	display: block;
	padding: 4px 10px 6px;
	font-weight: bold;
}

.buttons li:hover a,
.buttons li.active a {
	color: #0079c2;
}

.parking-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	border-top: 1px solid #e1e1e1;
}

.parking-list p {
	margin: 0;
}

.parking-list li {
	cursor: pointer;
	padding: 5px 20px 5px 10px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

.parking-list li:hover,
.parking-list li.active {
	background: #edf7fd;
}

.parking-list .btn {
	padding: 8px 17px;
	font-size: 15px;
	border-radius: 3px;
	padding: 7px 9px 8px;
	margin: 0 0 0 2px;
}

.parking-list .col-left,
.parking-list .col-right {
	text-align: right;
	float: right;
	margin: 5px 0 0 10px;
}

.parking-list .col-left img,
.parking-list .col-right img {
	margin: 0 0 7px;
}

.parking-list .col-left {
	text-align: left;
	float: left;
	margin: 5px 10px 0 0;
}

.parking-list .text {
	overflow: hidden;
}

.parking-list img {
	border-radius: 3px;
}

.filter-street-meters {
	background-color: #fff;
}

.filter-street-meters .top {
	text-align: center;
	padding: 15px 0;
	border: solid #e1e1e1;
	border-width: 1px 0;
}

.filter-street-meters .btn {
	font-size: 15px;
	border-radius: 3px;
	padding: 7px 9px 8px;
	margin: 0 0 0 2px;
}

.list-street-meters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-street-meters .item {
	padding: 9px 20px 9px 10px;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}

.list-street-meters .item:hover {
	background-color: #edf7fd;
}

.list-street-meters .item-meter-description {
	overflow: hidden;
}

.list-street-meters .item-meter-title {
	padding: 0 0 9px 5px;
}

.list-street-meters .item-meter-frame {
	overflow: hidden;
}

.list-street-meters .item-meter-frame::before {
	content: "";
	float: right;
	margin: 6px 0 0;
	width: 57px;
	height: 57px;
	border-radius: 50%;
}

.list-street-meters .item[data-category="0"] .item-meter-frame::before {
	background-color: #fc0d1b;
}

.list-street-meters .item[data-category="1"] .item-meter-frame::before {
	background-color: #fffd7d;
}

.list-street-meters .item[data-category="2"] .item-meter-frame::before {
	background-color: #78dffd;
}

.list-street-meters .item[data-category="3"] .item-meter-frame::before {
	background-color: #fda929;
}

.list-street-meters .item[data-category="4"] .item-meter-frame::before {
	background-color: #a6fd7b;
}

.list-street-meters .item[data-category="5"] .item-meter-frame::before {
	background-color: #febfe7;
}

.list-street-meters .item[data-category="6"] .item-meter-frame::before {
	background-color: #ccb79f;
}

.list-street-meters .item[data-category="7"] .item-meter-frame::before {
	background-color: #47a242;
}

.list-street-meters .item[data-category="8"] .item-meter-frame::before {
	background-color: #dd78fc;
}

.list-street-meters .item[data-category="9"] .item-meter-frame::before {
	background-color: #1474fb;
}

.parking-type {
	color: #000;
	display: block;
	margin: 0 3px 5px 0;
	position: relative;
	font-size: 12px;
	text-align: right;
}

.parking-type:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background: #f87822;
}

.parking-type.green-point:before {
	background: #47a242;
}

.address {
	margin: 0 0 9px;
	font-size: 16px;
	line-height: 1.3;
}

.address .street {
	display: block;
	font-size: 16px;
	margin: 0 0 2px;
}

.address em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	display: block;
}

.map-content {
	overflow: hidden;
	position: relative;
}

.map-content .buttons {
	position: absolute;
	left: 15px;
	top: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	border-radius: 4px;
	z-index: 100;
}

.map-content .buttons li {
	border-radius: 0 4px 4px 0;
}

.map-content .buttons li:first-child {
	border-radius: 4px 0 0 4px;
}

.map-content .buttons li a {
	color: #000;
	padding: 6px 15px 9px;
	font-weight: normal;
}

.map-content .buttons li:hover a,
.map-content .buttons li.active a {
	color: #000;
}

.map-content .buttons li.active a {
	font-weight: bold;
}

.map-content img.img-map {
	display: block;
	width: 100%;
}

.parking-type-select {
	width: 100%;
	position: absolute;
	top: 62px;
	left: 15px;
	z-index: 100;
}

.parking-type-select .open-select {
	outline: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	border-radius: 4px;
	background: #fff;
	padding: 4px 25px 5px 11px;
	position: relative;
	font-weight: bold;
}

.parking-type-select .open-select:after {
	content: "";
	position: absolute;
	right: 11px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #0079c2 transparent transparent transparent;
}

.parking-type-select.active-drop .open-select {
	border: 1px solid #0079c2;
}

.parking-type-select.active-drop .drop-select {
	top: 30px;
	margin-left: 1px;
}

.parking-type-select .drop-select {
	width: 270px;
}

ul.key-buttons-list {
	padding: 0 0 0 41px;
	margin: 0;
	list-style: none outside;
}

ul.key-buttons-list li {
	margin: 0;
	padding: 5px 0 9px;
	border-top: 1px solid #f1f1f1;
}

ul.key-buttons-list li:first-child {
	border-top: none;
}

ul.key-buttons-list label {
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 8px;
	margin: 0;
	position: relative;
}

ul.key-buttons-list label:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 6px 0 0;
	border-radius: 50%;
	background: #f87822;
}

ul.key-buttons-list label.purple-point:before {
	background: #7d48a5;
}

ul.key-buttons-list label.blue-point:before {
	background: #0079c2;
}

ul.key-buttons-list label.green-point:before {
	background: #47a242;
}

ul.key-buttons-list label.pricecategories-0:before {
	background-color: #fc0d1b;
}

ul.key-buttons-list label.pricecategories-1:before {
	background-color: #fffd7d;
}

ul.key-buttons-list label.pricecategories-2:before {
	background-color: #78dffd;
}

ul.key-buttons-list label.pricecategories-3:before {
	background-color: #fda929;
}

ul.key-buttons-list label.pricecategories-4:before {
	background-color: #a6fd7b;
}

ul.key-buttons-list label.pricecategories-5:before {
	background-color: #febfe7;
}

ul.key-buttons-list label.pricecategories-6:before {
	background-color: #ccb79f;
}

ul.key-buttons-list label.pricecategories-7:before {
	background-color: #47a242;
}

ul.key-buttons-list label.pricecategories-8:before {
	background-color: #dd78fc;
}

ul.key-buttons-list label.pricecategories-9:before {
	background-color: #1474fb;
}

ul.key-buttons-list label.empty:before {
	background: none;
}

ul.key-buttons-list .jcf-checkbox {
	margin: 0 0 0 -30px;
}

.col-left,
.img-left {
	float: left;
	margin: 4px 9px 10px 0;
}

.col-right,
.img-right {
	float: right;
	margin: 4px 0 10px 12px;
}

.search-popup {
	display: none;
	background: #f6f6f6;
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	min-width: 320px;
	z-index: 100;
}

.search-popup .link {
	float: right;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

.search-popup h2 {
	font-size: 15px;
	text-transform: capitalize;
	margin: 0;
	margin: 0 20px 0 24px;
	overflow: hidden;
}

.search-popup .heading {
	background: #0079c2;
	text-align: center;
	color: #fff;
	overflow: hidden;
	padding: 11px 10px 12px;
	margin: -10px -10px 10px;
}

.search-popup .heading .link {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

.search-popup h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.search-popup .row-popup {
	padding: 0 5px;
	margin: 0 0 7px;
}

.search-popup .row-popup .label {
	float: left;
	margin: 5px 5px 0 0;
	width: 45px;
}

.search-popup .row-popup p {
	margin: 0 0 3px;
}

.search-popup .row-popup .input-holder {
	margin: 0 7px 0 0;
	float: left;
	position: relative;
}

.search-popup .row-popup .input-holder .icon-event3 {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #0079c2;
	cursor: pointer;
}

.search-popup .row-popup input[type="text"],
.search-popup .row-popup .jcf-select,
.search-popup .row-popup select {
	margin: 0;
	float: left;
	height: 32px;
	width: 107px;
	min-width: 107px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	position: relative;
}

.search-popup .row-popup input[type="text"] {
	padding: 4px 26px 6px 9px;
}

.search-popup .row-popup .jcf-select .jcf-select-text {
	padding: 5px 9px;
	font-size: 12px;
	line-height: 17px;
	color: #424d54;
	margin: 0 7px 0 0;
}

.search-popup .buttons {
	width: 100%;
	position: static;
	text-align: center;
	display: table;
	float: none;
	margin: 0 0 10px;
	font-size: 12px;
}

.search-popup .buttons li {
	width: 50%;
	display: table-cell;
}

.search-popup .buttons li a {
	padding: 11px 15px 12px;
	border-radius: 0 4px 4px 0;
}

.search-popup .buttons li a:hover,
.search-popup .buttons li.active a {
	background: #0079c2;
	color: #fff;
}

.search-popup .buttons li:first-child a {
	border-radius: 4px 0 0 4px;
}

.search-popup .slider-row {
	padding: 0 51px 0 0;
	position: relative;
}

.search-popup .slider-row .value {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
}

.jcf-select-select2 .jcf-list .jcf-option {
	padding: 8px;
}

.slider-distance-wrapper {
	background: #fff;
	border: 1px solid #e1e1e1;
	height: 20px;
	border-radius: 3px;
	padding: 0 13px;
}

.ui-slider {
	position: relative;
	height: 18px;
}

.ui-slider .ui-slider-handle {
	box-shadow: 0 0 1px #e1e1e1;
	border-radius: 2px;
	background: #0079c2;
	position: absolute;
	top: -5px;
	width: 26px;
	height: 29px;
	margin-left: -13px;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:before {
	background: #156493;
	height: 1px;
	left: 5px;
	position: absolute;
	right: 5px;
	top: 16px;
	content: "";
	top: 9px;
}

.ui-slider .ui-slider-handle:after {
	height: 6px;
	left: 5px;
	position: absolute;
	right: 5px;
	top: 14px;
	content: "";
	border: solid #156493;
	border-width: 1px 0;
}

.search-popup2 {
	left: 410px;
}

.details-lightbox {
	background: #fff;
	left: 800px;
	padding-top: 13px;
	padding-bottom: 0;
}

.details-lightbox .col-right {
	position: relative;
	padding-bottom: 20px;
	min-height: 58px;
}

.details-lightbox .col-right .parking-type {
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}

.details-lightbox .btn {
	margin: 0 -10px;
	border-radius: 0;
	display: block;
}

.details-lightbox .address {
	overflow: hidden;
}

.details-lightbox .address .street {
	font-size: 14px;
	margin: 0;
}

.details-lightbox .address em {
	font-size: 12px;
	display: block;
	margin-top: 1px;
}

.details-lightbox img {
	border-radius: 3px;
}

.details-lightbox .close-details {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 12px;
	color: #aaa;
}

.buttons-aside {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 60px 0 20px;
	width: 219px;
	border-right: 1px solid #8c8985;
	background: #f6f6f6;
	display: none;
}

.buttons-aside .key-buttons-list {
	background: #fff;
}

.buttons-aside .key-buttons-list .jcf-checkbox {
	border: none;
	margin: 0 0 0 -35px;
}

.buttons-aside .key-buttons-list label {
	padding: 0 0 0 6px;
}

.parking-aside {
	position: absolute;
	left: 100px;
	top: 100px;
	bottom: 0;
	padding: 7px 10px 20px;
	background: #fff;
	width: 375px;
	z-index: 100;
	display: none;
}

.parking-aside h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 14px;
}

.parking-aside .icon-arrow-location {
	font-size: 12px;
	margin: 0 9px 0 0;
}

.parking-aside p {
	margin: 0 0 16px;
}

.parking-aside ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.parking-aside ul li {
	margin: 0 0 14px;
}

.parking-aside ul li a {
	color: #222;
}

.parking-search {
	margin: 0;
}


.parking-search .text-holder {
	margin: 0 45px 0 0;
}

.parking-search input[type="text"] {
	background: #e8ecee;
	color: #b8b8b8;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	height: 35px;
	padding: 8px 14px 9px;
	float: left;
	width: 100%;
	margin: 0;
}

.parking-search input[type="submit"] {
	float: right;
	width: 45px;
	border: none;
	color: #0079c2;
	background: none;
	margin: 4px 0 0;
	display: none;
}

.map-section.find-parking .parking-search input[type="submit"] {
	display: block;
}

.map-section.find-parking .aside .searching-title .link {
	display: none;
}

.map-section.find-parking .location-list {
	display: block !important;
}

.map-section.find-parking .no-result {
	display: none !important;
}

.modal-dialog {
	margin-top: 70px;
}

.modal-content {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding: 30px 20px 0;
	overflow: hidden;
}

.modal-content h1,
.modal-content .h1,
.modal-content h3,
.modal-content .h3 {
	margin-bottom: 4px;
}

.modal-content p {
	margin-bottom: 14px;
}

.modal-content input[type=submit] {
	width: 182px;
	margin-bottom: 10px;
}

.modal-content .close {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	border: 0;
	padding: 0;
	color: #aaa;
	font-size: 18px;
	line-height: 18px;
}

.head-image {
	overflow: hidden;
	position: relative;
	height: 175px;
}

.head-image img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 907px;
	height: 175px;
	max-width: 907px;
	margin-left: -453px;
}

.head-image .head-title {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	white-space: nowrap;
	text-align: center;
	padding: 50px 0;
}

.head-image .head-title:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.head-image .head-title .container {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.head-image .head-title h1 {
	color: #fff;
	font-size: 36px;
	line-height: 1.222;
	margin: 0;
}

.deals-list {
	overflow: hidden;
	margin-bottom: 2px;
}

.deals-list .item {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	margin-bottom: 26px;
	padding-bottom: 10px;
}

.deals-list .item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.deals-list .item h2 {
	margin-bottom: 5px;
}

.deals-list .item h2 a,
.deals-list .item h2 a:hover {
	color: #424d54;
}

.deals-list .item p {
	margin-bottom: 14px;
}

.deals-list .item .btn {
	font-size: 15px;
	padding: 7px 26px;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
}

.btn-more [class^=icon] {
	font-weight: normal;
	font-style: normal;
	float: left;
	margin: 3px 6px 0 0;
}

.two-cols-2 {
	background: #fff;
	padding: 20px 15px;
	border-radius: 5px;
	margin-bottom: 28px;
}

.two-cols-2 h1 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.two-cols-2 .share {
	margin-bottom: 15px;
}

.two-cols-2 h1 + .share {
	margin-top: -8px;
}

.two-cols-2 .head {
	margin-bottom: 7px;
	overflow: hidden;
}

.two-cols-2 .column-right img {
	display: block;
	width: 100%;
	margin-bottom: 22px;
	max-width: 420px;
}

.two-cols-2 .column-left + .column-left,
.two-cols-2 .column-right + .column-left {
	padding-top: 0 !important;
}

.logos-list {
	margin: 0 -22px 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.logos-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px 44px;
}

.headline + .logos-list {
	padding-top: 5px;
}

.accordion {
	margin: -13px 0 40px;
}

.accordion .panel {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 13px 0;
}

.accordion .panel-body {
	padding: 11px 0 0 35px;
	overflow: hidden;
}

.accordion .panel-body p {
	margin-bottom: 11px;
}

.accordion .panel-heading {
	padding-left: 35px;
}

.accordion .panel-heading .panel-title {
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 0;
}

.accordion .panel-heading .panel-title a {
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #0079c2;
}

.accordion .panel-heading .panel-title a [class^=icon] {
	position: absolute;
	top: 8px;
	left: -25px;
	font-size: 12px;
}

.accordion .panel-heading .panel-title a.collapsed {
	color: #424d54;
}

.accordion .panel-heading .panel-title a.collapsed .icon-arrow-down:before {
	content: "\e903";
	top: 10px;
}

.news-list {
	overflow: hidden;
}

.news-list > article {
	overflow: hidden;
	padding-bottom: 13px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e1e1e1;
}

.news-list > article h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.news-list > article time {
	display: block;
	font-style: italic;
	margin-bottom: 15px;
}

.news-list > article h2 + time {
	margin-top: -8px;
}

.news-list > article p {
	margin-bottom: 15px;
}

.news-post h1 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.news-post time {
	display: block;
	font-style: italic;
	margin-bottom: 15px;
}

.news-post h1 + time {
	margin-top: -8px;
}

.news-post .share {
	margin-bottom: 15px;
}

.news-post .sub-title {
	display: block;
	font-style: italic;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.222;
}

.news-post header {
	margin-bottom: 7px;
	overflow: hidden;
}

.image-wide {
	margin-bottom: 22px;
}

.image-wide img {
	display: block;
	width: 100%;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

@media (min-width: 375px) {
	.visual .bg-stretch {
		height: 510px;
	}

	.visual .bg-stretch img {
		height: 510px !important;
		margin-left: -384px !important;
		width: 768px !important;
		max-width: 768px;
	}

	.visual .bg-stretch img {
		margin-left: -501px !important;
		width: 1002px !important;
		max-width: 1002px;
	}

	.search-content h1 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 20px;
	}

	.search-content {
		margin: 40px 0 10px;
	}
}

@media (min-width: 480px) {
	.footer .listings .col-sm-6 {
		float: left;
		width: 50%;
	}

	.footer .listings .col-sm-6 + .col-sm-6 {
		margin-top: 0;
	}

	.footer-nav {
		max-width: 100%;
	}
}

@media (min-width: 640px) {
	.staff-list li {
		width: 33.3%;
	}

	.deals-list .pull-right {
		float: right !important;
	}

	.deals-list .pull-left {
		float: left !important;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	.search-content .form-group {
		position: relative;
		padding-right: 133px;
		padding-left: 6px;
	}

	.search-content .form-group .col {
		width: 47%;
		float: right;
		padding-left: 3px;
		padding-right: 3px;
	}

	.search-content .form-group .col:first-child {
		float: left;
		width: 53%;
	}

	.search-content .form-group .btn-submit {
		position: absolute;
		top: 11px;
		right: 10px;
		max-width: 120px !important;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
		line-height: 1.222;
	}

	h2,
	.h2,
	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4,
	h5,
	.h5 {
		font-size: 22px;
	}

	h6,
	.h6 {
		font-size: 20px;
	}

	.list {
		margin-bottom: 27px;
	}

	.jcf-select-sidenav-select {
		display: none !important;
	}

	.navbar {
		overflow: visible;
	}

	.section,
	.gray-section {
		padding-top: 36px;
		padding-bottom: 16px;
	}

	.two-cols {
		overflow: hidden;
	}

	.content {
		padding-bottom: 0;
		float: right;
		width: 69.5%;
	}

	.sidebar {
		float: left;
		width: 27.5%;
		display: block;
	}

	.sidenav-wrapper {
		display: block;
		position: static;
		top: auto;
		left: auto;
	}

	.sidebar .sidenav-wrapper:first-child {
		margin-top: -10px;
	}

	.sidenav {
		display: block;
		margin: 0 0 41px;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 1px;
	}

	.sidenav li {
		border-top: 1px solid #e1e1e1;
	}

	.sidenav li:first-child {
		border-top: 0;
	}

	.sidenav a {
		outline: none;
		display: block;
		padding: 22px 30px 22px 0;
		color: #424d54;
		position: relative;
	}

	.sidenav a:after {
		font-size: 12px;
		position: absolute;
		top: 50%;
		right: 11px;
		margin-top: -6px;
		content: "\e903";
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.sidenav a.active,
	.sidenav a:hover {
		color: #0079c2;
	}

	.banners {
		margin: 0 0 20px;
	}

	.banners li {
		float: none;
		padding: 0 0 15px;
		width: auto;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 15px;
	}

	.footer .col-1 {
		float: left;
		width: 36%;
		padding-right: 20px;
	}

	.footer .col-2 {
		float: left;
		width: 24%;
		padding-right: 20px;
	}

	.footer .col-3 {
		overflow: hidden;
	}

	.footer .brand {
		margin: 0 0 15px;
	}

	.footer-nav {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer-nav li {
		margin: 0 15px 0 0;
	}

	.copy {
		text-align: left;
	}

	.copy .social-networks {
		display: inline-block;
		vertical-align: top;
		margin: 0 -15px 0 0;
	}

	.copy .social-networks li {
		margin-left: 0;
		margin-right: 15px;
	}

	.form-1 {
		max-width: 556px;
	}

	.staff-list {
		font-size: 14px;
		line-height: 22px;
		margin: 0 -15px 15px;
	}

	.staff-list li {
		padding: 0 15px;
		width: 50%;
	}

	.staff-list .location {
		font-size: 12px;
		margin-bottom: 1px;
	}

	.staff-list .position {
		font-size: 14px;
	}

	.staff-list .name {
		font-size: 18px;
		margin-bottom: 1px;
	}

	.staff-list img {
		margin-bottom: 14px;
	}

	.map-section {
		overflow: hidden;
		position: relative;
	}

	.two-cols .col-2 {
		float: left;
		width: 50%;
		padding: 0;
	}

	.two-cols.title-block {
		border-bottom: 0;
		margin: 0 0 0;
	}

	.two-cols.title-block .title-holder .img-left {
		width: 82px;
		margin: 0 17px 10px 0;
	}

	.two-cols.title-block .title-holder .text-holder h1 {
		margin: 0 0 5px;
	}

	.two-cols.title-block .btn-holder {
		text-align: right;
		padding: 19px 0 0;
                margin-right: 50px;
	}

	.two-cols.title-block .btn-holder .btn {
		padding: 12px 10px 14px;
	}

	.two-cols.park-details .col-2 {
		padding: 0 0 0 15px;
	}

	.two-cols.park-details .col-2:first-child {
		padding: 0;
	}

	.two-cols.park-details h2 {
		font-weight: 300;
	}

	.two-cols.park-details p {
		margin: 0 26px 23px 0;
	}

	.input-holder {
		margin: 0 38px 0 0;
	}

	.search-content .text-area {
		display: block;
	}

	.search-content .form-group {
		margin-bottom: 20px;
	}

	.search-content .form-group .col {
		float: left;
		margin-bottom: 0;
	}

	.search-content .form-group .col:first-child {
		margin-left: 0 !important;
	}

	
	.search-content .form-group .btn-submit {
		max-width: 135px;
	}

	.search-content .deals-input {
		display: none;
	}

	.search-content .btn-holder {
		width: auto;
	}

	.search-content .btn-holder.btn-parking {
		position: static;
		top: auto;
		left: auto;
		background: none;
		padding: 0;
		margin: 0;
	}

	.details-col {
		text-align: left;
	}

	.details-col .icon-thumbnail {
		margin: 0 0 26px;
	}

	.deals-blocks {
		margin: 0;
	}

	.location-form {
		display: block;
	}

	.aside .searching-title h3 {
		padding: 0 0 4px;
		margin-bottom: -4px;
		font-size: 18px;
		background: none;
	}

	.aside .searching-title h3 b {
		font-weight: bold;
	}

	.aside .searching-title h3 span {
		display: inline;
	}

	.aside .searching-title .link {
		display: none;
	}

	.aside {
		background: #f6f6f6;
		position: relative;
		z-index: 1;
		box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
		float: left;
		width: 31%;
		min-width: 290px;
		padding-bottom: 9999px;
		margin-bottom: -9999px;
	}

	.conditions .cond-row {
		display: block;
	}

	.conditions .filter-row {
		display: none;
	}

	.parking-list {
		display: block;
	}
	.search-popup {
		min-width: 375px;
	}

	.buttons-aside {
		display: none;
	}
	.parking-search {
		display: none;
	}


	.modal-content {
		border-radius: 3px;
		padding-top: 33px;
		padding-left: 52px;
		padding-right: 52px;
	}

	.modal-content h1,
	.modal-content .h1,
	.modal-content h3,
	.modal-content .h3 {
		margin-bottom: 22px;
	}

	.modal-content p {
		margin-bottom: 36px;
	}

	.modal-content .close {
		right: 26px;
		top: 22px;
	}

	.head-image {
		height: 275px;
	}

	.head-image img {
		width: 1425px;
		height: 275px;
		max-width: 1425px;
		margin-left: -712px;
	}

	.deals-list .item {
		margin-bottom: 45px;
		padding-bottom: 18px;
	}

	.deals-list .item h2 {
		font-size: 30px;
	}

	.deals-list .item p,
	.deals-list .item .btn,
	.deals-list .item h2,
	.deals-list .item img {
		margin-bottom: 29px;
	}

	.btn-more {
		font-size: 18px;
	}

	.btn-more [class^=icon] {
		margin-right: 12px;
	}

	.two-cols-2 {
		background: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}

	.two-cols-2 h1 {
		font-size: 30px;
	}

	.two-cols-2 .column-left,
	.two-cols-2 .column-right {
		background: #fff;
		border-radius: 5px;
	}

	.two-cols-2 .column-left {
		float: left;
		width: 58%;
		padding: 27px 20px 0;
	}

	.two-cols-2 .column-left:last-child {
		min-height: 368px;
		margin-bottom: 18px;
	}

	.two-cols-2 .column-right {
		margin-bottom: 18px;
		float: right;
		width: 39.5%;
		overflow: hidden;
	}

	.two-cols-2 .column-right img {
		margin: 0;
		max-width: 100%;
	}

	.frame-1 {
		margin: 0 auto;
		max-width: 948px;
	}

	.frame-2 {
		margin: 0 auto;
		max-width: 620px;
	}

	.frame-3 {
		margin: 0 auto;
		max-width: 750px;
	}

	.accordion {
		margin-top: -18px;
	}

	.accordion .panel {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.accordion .panel-body {
		padding-right: 38px;
		padding-left: 60px;
	}

	.accordion .panel-heading {
		padding-right: 38px;
		padding-left: 60px;
	}

	.accordion .panel-heading .panel-title {
		font-size: 20px;
		line-height: 1.4;
	}

	.news-list {
		margin-bottom: 0;
	}

	.news-list > article {
		padding-bottom: 35px;
		margin-bottom: 36px;
	}

	.news-list > article h2 {
		font-size: 30px;
	}

	.news-post h1 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1048px) {
	.conditions .buttons li {
		border-radius: 3px;
		margin: 0 0 10px;
		float: none;
		display: inline-block;
	}

	.conditions .buttons li:first-child {
		border-right: 1px solid #e1e1e1;
		border-radius: 3px;
	}
}

@media (min-width: 900px) {
	.search-content .form-group .col {
		margin-left: 10px;
		max-width: 335px;
	}
}

@media (min-width: 992px) {
	.navbar {
		padding: 4px 0;
		border-bottom: 1px solid #e1e1e1;
		box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	}

	.navbar .frame-fluid {
		padding: 0 15px;
	}

	.navbar .frame {
		max-width: 1102px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.navbar .holder {
		float: left;
		position: static;
		top: auto;
		left: auto;
		width: auto;
		padding: 0;
		border: 0;
		box-shadow: none;
		height: auto;
	}

	.navbar-collapse {
		border: 0;
		box-shadow: none;
		width: auto;
		float: right;
		padding: 0;
	}

	.navbar-nav {
		font-weight: bold;
		padding: 15px 0;
	}

	.navbar-nav > li {
		border-top: 0;
		margin-left: 21px;
	}

	.navbar-nav > li:first-child {
		margin-left: 0 !important;
	}

	.navbar-nav > li > a {
		padding: 0;
	}

	.navbar-nav > li > a i {
		display: none;
	}

	.staff-list li {
		width: 33.3%;
	}

	.map-section {
		padding: 0;
	}

	.map-section .map-holder {
		position: absolute;
		top: 0;
		left: 0;
		right: 600px;
		height: 100%;
	}

	.map-section .parking-gallery {
		display: block;
		float: right;
		width: 600px;
		overflow: hidden;
	}

	.map-section .parking-gallery .carousel-inner .item .image img {
		width: 100%;
	}

	.map-section .parking-gallery .carousel-indicators {
		bottom: 10px;
		margin-bottom: 0;
	}

	.map-section .parking-gallery .carousel-indicators li {
		margin: 0 2px 0 4px;
		display: inline-block;
		vertical-align: top;
		width: 17px;
		height: 17px;
		border: 3px solid rgba(0, 0, 0, .22);
		border-radius: 50%;
		background: rgba(255, 255, 255, .4);
	}

	.map-section .parking-gallery .carousel-indicators li.active {
		position: relative;
	}

	.map-section .parking-gallery .carousel-indicators li.active:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #0079c2;
		border-radius: 50%;
	}

	.main-holder {
		background: #fff;
	}

	.gallery-mobile-block {
		display: none;
	}

	.search-content .btn-arrow-down {
		padding: 10px 20px;
		margin-left: -35px;
	}
/*
	.search-content .btn-holder .btn {
		width: auto;
	}
*/
	.search-content {
		font-size: 20px;
		margin: 148px 0 10px;
	}

	.search-content h1 {
		font-size: 48px;
		margin: 0 0 16px;
	}

	.details-col {
		padding: 22px 0 23px;
	}

	.deals-blocks {
		margin-top: 15px;
	}

	.deals-block {
		margin-bottom: 46px;
	}

	.deals-block .caption {
		padding: 14px 18px 16px;
	}

	.head-image .head-title h1 {
		font-size: 48px;
		line-height: 1.1;
	}

	.deals-list h2 {
		padding-top: 8px;
	}

	.deals-list .col-xs-5 {
		max-width: 356px;
	}

	.two-cols-2 .column-left {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (min-width: tablet) and (max-width: 992px) {
	.search-content h1 {
		font-size: 41px;
	}

	.search-content .form-group {
		max-width: 599px;
		margin-bottom: 10px;
	}

	.search-content .form-group .col {
		max-width: 212px;
	}

	.search-content .text-area p {
		margin: 0 0 10px;
	}
}

@media (min-width: 1000px) {
	.visual .bg-stretch {
		height: 672px;
	}

	.visual .bg-stretch img {
		height: 672px !important;
		margin-left: -660px !important;
		width: 1320px !important;
		max-width: 1320px;
	}
}

@media (min-width: 1024px) {
	.section,
	.gray-section {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.sidebar {
		width: 21.5%;
	}

	.sidenav {
		font-size: 20px;
	}

	.footer {
		padding-bottom: 33px;
	}

	.footer .col-1 {
		width: 42.5%;
		/*padding-right: 95px;*/
		padding-right: 15px;
	}

	.footer .col-2 {
		width: 30.5%;
		padding-right: 30px;
	}

	.footer .brand {
		margin: 4px 0 26px;
	}

	.footer-nav {
		margin-bottom: 25px;
	}

	.copy p {
		display: inline-block;
		vertical-align: top;
		margin: 0 22px 20px 0;
		padding: 4px 0;
	}

	.copy .social-networks {
		display: inline-block;
		vertical-align: top;
		margin: 0 -15px 0 0;
	}

	.copy .social-networks li {
		margin-left: 0;
		margin-right: 15px;
	}

	.location-form {
		margin-left: 30px;
	}

	.location-form .input-frame {
		width: 265px;
	}
}

@media only screen and (min-width: 1025px) {
	a.tel {
		cursor: text;
		pointer-events: none;
	}
}

@media only screen and (min-width: 1100px) {
	.navbar-nav > li {
		margin-left: 36px;
	}

	.deals-blocks {
		margin-left: -8px;
		margin-right: -8px;
	}

	.deals-block {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	.navbar .frame-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}

	.staff-list {
		margin-left: -31px;
		margin-right: -31px;
	}

	.staff-list li {
		width: 33.3%;
		padding: 0 31px;
		margin-bottom: 46px;
	}

	.main-holder {
		background: #fff;
	}

	.main-holder .container {
		padding: 31px 15px 50px;
	}

	.two-cols.title-block {
		padding: 0 0 20px;
	}

	.two-cols.park-details {
		padding: 0 0 63px;
	}
}

@media (min-width: 1320px) {
	.visual .bg-stretch {
		height: 665px;
	}

	.visual .bg-stretch img {
		height: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		top: auto;
		bottom: 0;
		margin-left: 0 !important;
		left: 0;
		z-index: -1;
	}

	.visual {
		max-height: 1330px;
	}
}

@media (min-width: 1400px) {
	.aside .searching-title {
		padding: 20px 30px;
		font-size: 18px;
	}

	.conditions .cond-row {
		padding: 7px 10px 8px 31px;
	}

	.buttons li a {
		padding: 5px 20px 7px;
	}

	.parking-list li {
		padding: 5px 17px 5px 30px;
	}
	
	.list-street-meters .item {
		padding: 5px 17px 5px 30px;
	}
}

@media only screen and (min-width: 1425px) {
	.head-image {
		height: auto;
	}

	.head-image img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.pull-right,
	.pull-left {
		float: none !important;
	}

	.details-popup {
		border: 0;
		border-top: 1px solid #e1e1e1;
		border-radius: 0;
		padding-top: 15px;
		padding-bottom: 56px;
		box-shadow: none;
	}

	.details-popup .col-right,
	.details-popup > img {
		display: block;
	}

	.details-popup:after,
	.details-popup:before {
		display: none;
	}

	.details-popup .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		border-radius: 0;
		padding-top: 13px;
		padding-bottom: 13px;
	}
		.aside .searching-title h3 {
		display: none;
	}


	.details-lightbox .col-right,
	.details-lightbox .address,
	.details-lightbox .img-left {
		margin-bottom: 16px;
	}

	.modal-dialog {
		margin: 0;
	}

	.modal-content .form-control {
		margin-bottom: 10px;
	}

	.fixed-popup {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 102;
	}

	.overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: .7;
		z-index: 101;
		display: none;
	}

	.map-canvas .details-popup {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		margin: 0 !important;
		width: auto !important;
	}

	.parking-aside {
		left: 0;
		top: 35px;
		width: 100%;
	}
}

@media (max-width: 639px) {
	.deals-list [class^=col] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 479px) {
	.deals-blocks [class^="col-xs-"] {
		width: 100%;
	}
}

@media (max-width: 374px) {
	.logos-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.logos-list li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.share .really_simple_share{
	float:left;
	clear:none;
}
.share .really_simple_share_clearfix{
	clear:none;
}

.sitemap-section li{
    font-family: inherit;
      list-style:none;
	}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
	border-bottom:none !important;
	border-top:none !important;
	background-color:white !important;
}
.form-control.error1 {
    border-color: #f00;
    color: #f00;
}
/* ~~~~~~ ADDED BY MWILSON ~~~~~~ */
.caps {
	text-transform: uppercase;
}
.img-wide {
	margin-bottom: 30px;
}
.mar-top {
	margin-top: 30px !important;
}
.mar-bot {
	margin-bottom: 30px !important;
}
.off-park {
	/*max-width: 32%;*/
	box-shadow: #666666 4px 4px 4px;
	opacity: 0.9 !important;
}
.off-park:hover {
	opacity: 1 !important;
}
.img-block {
	display: inline-block !important;
	width: 100% !important;
}
.center-aln {
	text-align: center !important;
}
.lg-phone {
	font-weight: bold;
	font-size: 24px;
}
h2.on-park-hd {
	margin-bottom: 5px !important;
	font-size: 18px;
}
/* ~~~~~~ END MWILSON EDITS ~~~~~~ */

.parking-list
{
height:800px;
}

.sidenav li.active a{
    color: #0079c2 !important;
    
}

/* ~~~~~~ START FOR FORMS ERROR MSG ~~~~~~ */

.form-control.error1::-moz-placeholder{
	color: red !important;
}

.jcf-fake-input.error1{
	color: #f00;
}

.gfield_description.validation_message{
	display:none;
}
.instruction.validation_message{
	display:none !important;
}
.gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below input{
	 border-color: #f00;
}
.gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below textarea{
	 border-color: #f00;
}
.gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below .form-control::-moz-placeholder{
	color: red !important;
}
.gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below .jcf-select{
	border-color: #f00 !important;
} 
.gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below .jcf-option-gf_placeholder{
	color: red !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
    max-width: 100% !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
    max-width: 100% !important;
}

/* ~~~~~~ END FOR FORMS ERROR MSG ~~~~~~ */

.icon-star{
	background: url(../images/star-icon.svg) no-repeat;
	width:17px;
	height:17px;
	background-size:100% 100%;
	
	
}

/*====Kev Edits====*/
.btn-holder2 {
    margin-top: 20px;
}
.btn-primary2 {
    color: #fff;
    background-color: #F55818;
}
.btn-primary2:hover {
    color: #fff !important;
    background-color: #b9481a;
}
/*@media only screen and (min-width: 991px){
.two-cols.park-details {
    margin-top: -85px;
}
}*/
@media only screen and (min-width: 375px) and (max-width: 517px) {
.search-content .btn-holder.btn-parking {
    top: 288px;
}
}
.gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex input[type=text] {
    width: 100% !important;
}
body.post-id-352 .two-cols.title-block .btn-holder {
display: none !important;
}
/*====TICKER=====*/
#s1 {
    height: 39px !important;
}
.tickrtitle {
    float: left;
    padding: 0 25px;
    font-weight: 600;
}
.tickr {
    /*background-color: #0279c2;*/
    background-color: #eef1f3;
    /*color: #ffffff;*/
    color: #0279c2;
    /*padding-top: 40px;*/
    padding-top: 19px;
}
.tickrlink {
    /*color: #ffffff;*/
    color: #0279c2;
}
a.tickrlink:hover, a.tickrlink:focus {
    /*color: #ffffff;*/
      color: #0279c2;
}
@media only screen and (max-width:767px){
.tickrtitle {
    float: none;
    padding: 0px 0px 3px 0px;
    text-align: center;
}
.tickr {
    padding-top: 9px;
}
#s1 {
    height: 29px !important;
}
}
strong.name {
    margin-top: 35px;}