/*
Theme Name: Best Car Park
Theme URI: http://www.themeurl.com/
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


          /*---------- Structure ----------*/
		  
* { 
	margin:0;
	padding:0;
	outline:0;
}

img { 
	border:none;
	max-width:100% ;
	height:auto;
}

a { 
	text-decoration:none;
	color:#83c5ec;	
}


@font-face {
	font-family: "arialregular";
	src: url('fonts/arial.eot') format('embedded-opentype');
	src: url('fonts/arial.eot?#iefix') format('embedded-opentype'),
	url('fonts/arial.svg#arialregular') format('svg'),
	url('fonts/arial.woff') format('woff'),
	url('fonts/arial.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Seravek-Medium";
	src: url('fonts/Seravek-Medium.eot') format('embedded-opentype');
	src: url('fonts/Seravek-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Seravek-Medium.svg#Seravek-Medium') format('svg'),
		url('fonts/Seravek-Medium.woff') format('woff'),
		url('fonts/Seravek-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Seravek";
	src: url('fonts/Seravek.eot') format('embedded-opentype');
	src: url('fonts/Seravek.eot?#iefix') format('embedded-opentype'),
		url('fonts/Seravek.svg#Seravek') format('svg'),
		url('fonts/Seravek.woff') format('woff'),
		url('fonts/Seravek.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


h1 {font-size: 30px;}	
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

h1, h2, h3, h4, h5, h6 {
	line-height:1;
	font-weight:normal;
	font-family: "Seravek-Medium";
}

body { 
	direction:ltr;
	color:#484848;
	font-size:14px;
	background:#fff;
	font-family: "arialregular";
}

.main {
	display:inline-block;
	width:100%;
	float:left;
	position:relative;
}
.container { 
	width:100%;
	margin:0 auto;
	max-width:1036px;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}
.row, .one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}
.row { width:100%;}
.one-half { width:50%;}
.one-three { width:30%;}
.one-four { width:40%;}
.one-five { width:50%;}
.one-six { width:60%;}
.one-seven { width:70%;}
.one-eight { width:80%;}
.one-nine { width:90%;}
.one-ten { width:100%;}
.one-third { width:33.33333%;}
.one-fourth { width:25%;}
.one-fifth { width:20%;}



          /*---------- Header ----------*/

.topbar {
	float:left;
	width:100%;
	background:#00a4cd;
}
.topbar-inner {
	float:right;
}
.top-quicklinks {
	float:right;
	padding:6px 20px;
	background:#005497;
}
.top-quicklinks a {
	color:#fff;
	float:left;
	font-size:12px;
}
.top-quicklinks .dot-sprtr {
	width:5px;
	height:5px;
	float:left;
	margin:5px;
	background:url(images/dot-sprtr.png) no-repeat;
}

.contact-info {
	float:right;
	margin-right:20px;
}
.contact-info a {
	color:#fff;
	font-size:14px;
	margin-top:4px;
	margin-right:20px;
	display:inline-block;
}
.contact-info .email {
	padding-left:30px;
	background:url(images/email.png) no-repeat left center;
}
.contact-info .phone {
	padding-left:20px;
	background:url(images/phone.png) no-repeat left center;
}
.topbar a:hover {
	text-decoration:underline;
}
.contact-info .login {
	padding-left:20px;
	background:url(images/login.png) no-repeat left center;
}
.contact-info .signup {
	padding-left:20px;
	background:url(images/signup.png) no-repeat left center;
}
.contact-info .user {
	padding-left:20px;
	background:url(images/user.png) no-repeat left center;
}
.contact-info .logout {
	padding-left:20px;
	background:url(images/logout.png) no-repeat left center;
}


.header {
	width:100%;
	float:left;
	background:#fff;
	padding:20px 0;
}
.header .container {
	display: flex;
	align-items: center;
}
.header .one-seven {
	text-align: right;
}

.my_account {
	color: #fff;
    font-size: 18px;
	margin-right: 10px;
    border-radius: 3px;
    background: #005497;
	display: inline-block;
	vertical-align: middle;
    text-transform: uppercase;
    padding: 8px 15px 7px 15px;
}
.my_account:hover {
	opacity: 0.8;
}

.book-now {
	width:141px;
	height:39px;
	display: inline-block;
	vertical-align: middle;
	background:url(images/booknow.png) no-repeat;
}
.book-now:hover {
	opacity:0.8;
}


.download_app {
	padding-left: 5%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.download_app h3 {
	color: #005397;
	margin-bottom: 6px;
    text-transform: uppercase;
}
.download_app span {
	color: #00a4cd;
}
.download_app a {
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
}



          /*---------- Menu ----------*/

.primary-menu { 
	background:#00a4cd;
	border-right:1px #ececec solid;
}

.primary-menu ul {
	list-style:none;
	font-size:0;
	margin:0 auto;
	display:table;
	margin-bottom:0 !important;
}

.primary-menu ul li {
	float:left; 
	position:relative;
	font-size:18px;
	*display:inline;
	zoom:1;
	padding-right:10px;
	background:url(images/menu-dot.png) no-repeat right center;
}
.primary-menu ul li:last-child {
	background:none;
}
.primary-menu ul li a { 
	display:inline-block;
	color:#fff;
	line-height:16px;
	padding:15px 10px;
	cursor:pointer;
	margin:0 10px;
	font-family: "Seravek-Medium";
}

/*.primary-menu ul li:last-child a { 
	padding-right:0;
}*/

.primary-menu ul ul { 
	position:absolute;
	left:0;
	top:16px;
	z-index:999;
	width:170px;
	padding-top:29px;
	background:url(images/transparent.png);
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.primary-menu ul ul li { 
	display:block;
	border:none;
	text-align:left;
	background:#595a5c;
}
.primary-menu ul ul li:hover {
	background:#696a6d;
}
.primary-menu ul ul li a { 
	padding:10px;
	width:100%;
	text-align:left;
	box-sizing:border-box;
	text-transform:uppercase;
	border-bottom:1px solid #696a6d;
}
.primary-menu ul li a:hover { 
	color:#fff;
	background:#005497;
}
.primary-menu ul ul ul { 
	left:100%;
	top:0;
	padding:0;
}

.primary-menu ul li:hover > ul { 
	visibility:visible;
	opacity:1;
}

/*.primary-menu ul li:hover > a { 
	color:#fff;
	background:#000;
}
*/
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a {
	background:#005497;
}	

.nav-toggle1 { 
	display:none;
}



          /*---------- Slider ----------*/

.main-slider.cf {
	border-bottom: 20px #00a4cd solid;
}
.main-slider .cycloneslider-template-standard {
	margin-bottom: 0;
	max-width: none !important;
}
.main-slider .cycloneslider-template-standard img {
	width: 100%;
}


.main-services {
	width:100%;
	float:left;
	padding:40px 0;
	text-align:center;
	/* border-bottom:20px #00a4cd solid;
	background:#004c93 url(images/services-bg.jpg) no-repeat center top ; */
}
.main-services .one-three {
	color:#fff;
	float:none;
	width:29%;
	padding:30px 0;
	margin:0 10px;
	text-align:center;
	border-radius:10px;
	display:inline-block;
	border:1px #1286b5 solid;
	background: #004c93 url(images/servicebox-bg.png);
}
.main-services .one-three:hover {
	border:1px #fff solid;
}
.service-icon {
	width:100%;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
	display:inline-block;
}
.service-desc {
	font-size:15px;
	font-family: "Seravek";
	padding:0 20px 10px 20px;
}
.service-desc h6 {
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.service-desc h6 a {
	color:#fff;
}
.service-desc h6 a:hover {
	text-decoration:underline;
}

          /*---------- Main Content ----------*/

.main-content {
	width:100%;
	float:left;
	padding-top:30px;
	background:#e7f0f4;
}
.main-content-options {
	width:100%;
	float:left;
	padding:20px 0 40px 0;
	text-align:center;
}
.main-content-options .one-three {
	float:none;
	width:29%;
	margin:0 10px;
	text-align:left;
	overflow:hidden;
	border-radius:5px;
	display:inline-block;
}
.home-about {
	background:#fff;
}
.ha-title {
	color:#fff;
	padding:15px 0;
	text-align:center;
	background: #104981;
	text-transform:uppercase;
	background: -moz-linear-gradient(top,  #104981 0%, #104981 100%);
	background: -webkit-linear-gradient(top,  #104981 0%,#104981 100%);
	background: linear-gradient(to bottom,  #104981 0%,#104981 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104981', endColorstr='#104981',GradientType=0 );
}
.ha-desc {
	color:#707070;
	line-height:24px;
	padding:10px 15px;
	margin-top:4px;
}
.ha-readmore {
	color:#fff;
	font-size:18px;
	margin:15px auto;
	padding:8px 25px;
	background:#0b4a7f;
	display:table;
	border-radius:3px;
	font-family: "Seravek-Medium";
}
.ha-readmore:hover {
	background:#00a4cd;
}



.home-carpark {
	background:#fff;
	vertical-align:top;
}
.hcp-title {
	color:#fff;
	padding:15px 0;
	text-align:center;
	background: #104981;
	text-transform:uppercase;
	background: -moz-linear-gradient(top,  #0b8dae 0%, #00a4cd 100%);
	background: -webkit-linear-gradient(top,  #0b8dae 0%,#00a4cd 100%);
	background: linear-gradient(to bottom,  #0b8dae 0%,#00a4cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8dae', endColorstr='#00a4cd',GradientType=0 );
}
.home-carpark ul ul {
	margin-top:9px;
	padding:0 12px;
	box-sizing:border-box;
}
.home-carpark ul ul li {
	font-size:11px;
	font-family:"Arial";
	line-height:18px;
	font-weight:bold;
	list-style:none;
	padding:10px 15px 10px 0;
	text-transform:uppercase;
	background:url(images/list-arrow.png) no-repeat right 11px;
}
.home-carpark ul ul li a {
	color:#707070;
}
.home-carpark ul ul li a:hover {
	color:#06589f;
}

.carpark-nav {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
}
.carpark-nav a, .home-carpark .bx-pager-link {
	width:10px;
	height:10px;
	border-radius:50%;
	background:#c4c4c4;
	display:inline-block;
}
.carpark-nav a:hover {
	background:#26b2d4;
}
.carpark-nav-selected, .home-carpark .bx-pager-link.active {
	background:#26b2d4 !important;
}

.main-content-options .featured-carpark {
	background: #065aa2;
	vertical-align:top;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
	background: -moz-linear-gradient(top,  #0b4a7f 0%, #065aa2 100%);
	background: -webkit-linear-gradient(top,  #0b4a7f 0%,#065aa2 100%);
	background: linear-gradient(to bottom,  #0b4a7f 0%,#065aa2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a7f', endColorstr='#065aa2',GradientType=0 );
}
.featured-carpark h5 {
	color:#fff;
	margin-bottom:10px;
	line-height:22px;
}
.featured-carpark h5 span {
	color:#00a4cd;
}
.fcp-desc {
	padding:20px 0;
	border-radius:5px;
	background:#1467af;
}
.fcp-desc span {
	color:#fff;
	font-size:18px;
	line-height:44px;
	font-family: "Seravek-Medium";
}
.fcp-booknow {
	color:#fff;
	font-size:18px;
	margin:14px auto 0 auto;
	padding:8px 25px;
	background:#00a5cd;
	display:table;
	border:none;
	border-radius:3px;
	font-family: "Seravek-Medium";
}
.fcp-booknow:hover {
	background:#0b4a7f;
}


          /*========== Footer ==========*/

.footer {
	float:left;
	width:100%;
	padding:30px 0;
	background:#fff;
}
.footer > .container {
	max-width:1070px;
	padding-bottom:30px;
	border-bottom:3px #e9e9ea solid;
}
.footer-top .container,
.footer-botm .container {
	max-width:950px;
}
.fmenu {
	color:#004c93;
	font-size:12px;
	margin-top:13px;
}
.fmenu li {
	float:left;
	list-style:none;
	margin-right:10px;
	background:url(images/fmenu-dot.png) no-repeat right center;
}
.fmenu li:last-child {
	background:none;
	margin-right:0;
}
.fmenu li a {
	color:#004c93;
	margin-right:15px;
	font-family: "Seravek-Medium";
}
.fmenu li:last-child a {
	margin-right:0;
}
.fmenu li a:hover {
	text-decoration:underline;
}

.flogo {
	text-align:center;
}
.flogo a {
	margin-right:42px;
}
.footer .one-three .fmenu {
	float:right;
}
.footer-botm {
	color:#868686;
	font-size:12px;
	font-family: "Seravek";
}
.footer-botm .one-four {
	padding-top:37px;
	display:inline-block;
}
.footer-botm .one-six {
	text-align:right;
	margin-top:15px;
}




          /*========== Page With Sidebar ==========*/

.content { 
	float:left;
	width:72%;
}
.content strong, .content b {
	width:100%;
	color:#388abf;
	margin-bottom:10px;
	font-weight:normal;
	display:inline-block;
	font-family: "open_sanssemibold";
}
.content-inner {
	float:left;
	width:100%;
	min-height:407px;
	background:#f5f5f5;
}
.padding {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}



.sidebar { 
	float:right;
	width:25%;
	margin-left:3%;
	font-family: "open_sansregular";
}
.sidebar .entry-header {
	padding:10px 15px;
}
.sidebar .entry-header span {
	 
}
.widget-1 {
	margin-bottom:15px;
}
/*.widget-title { 
	background: #37587e;
	border-bottom:5px solid #0181c5;
    color: rgb(255, 255, 255);
    padding: 10px 10px 6px 10px;
	text-transform:uppercase;
}
*/
.widget-cnt {
	width:100%;
	padding:15px 10px;
	background:#e0dddd;
	display:inline-block;
	box-sizing:border-box;
}

.widget-cnt ul { 
	list-style:none;
}

.widget-cnt ul li { 
	color:#76c0eb;
    list-style:square;
	line-height:24px;
    list-style-position: inside;
}
.widget-cnt ul li a { 
	padding-left:5px;
	color:#767676;
	/*display:block;*/
	font-size:14px;
}

.widget-cnt ul li a:hover { 
	/*background:#000;*/
	color:#76c0eb;
}
.widget-cnt ul > li > a {
	/*background:#595a5c;
	color:#fff;*/
}
.widget-cnt ul > li > a:hover {
	/*background:#5393cf;
	color:#fff;*/
}

.side-pros {
	width:100%;
	padding-left:15px;
	background:#f6f6f6;
	display:inline-block;
	box-sizing:border-box;
}
.side-pros h1 {
	color:#afafaf !important;
	font-size:30px;
	margin-top:15px;
	margin-bottom:10px;
	font-family: "open_sanssemibold";
}
.side-pros h1 strong {
	color:#565656;
	font-family: "open_sansregular";
}
.side-pros a {
	font-size:14px;
	color:#83c5ec;
}
.side-pros a:hover {
	text-decoration:underline;
}






/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}




.justify {
	text-align:justify;
}
div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#0181c5;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#78b140;
	color:#fff;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#522a07;
}






          /*---------- Entry Content ----------*/		  

.sidebar .entry-header {
    color: #fff;
    background: #54a3d7;
}
.entry-header h1 { 
	color: #3d9cd6;
    font-size: 30px;
   /* padding: 0 30px;
    background: url(images/title-border.png) repeat-x center;
    display: inline-block;*/
}
.news-title, .entry-title {
	color:#036958;
	margin-bottom:20px;
	/*padding-bottom:5px;
	text-transform:capitalize;
	border-bottom:1px solid #eee;*/
}
.widget-title, .page-title, .product_title { 
	margin-bottom:10px;
	color:#036958;
	font-size:20px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

.entry-content, .widget-content { 
	font-size:14px;
}

.entry-content p, .widget-content p { 
	margin-bottom:20px;
}

.entry-content p:last-child, .widget-content p:last-child { 
	margin-bottom:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.widget-content h1,
.widget-content h2,
.widget-content h3, 
.widget-content h4, 
.widget-content h5, 
.widget-content h6 { 
	margin-bottom:15px;
	color:#036958;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 10px 12px;
	line-height:1.5;
}
.entry-content ul ul, .entry-content ol ol,
.widget-content ul ul, .widget-content ol ol { 
	margin:0;
}

.entry-content a, .widget-content a { 
	color:#83c5ec;
}

.entry-content a:hover, .widget-content a:hover { 
	text-decoration:underline;
}

/*.btn { 
	padding:4px 10px;
	background:#c6cc2d;
	color:#fff !important;
	display:inline-block;
	*display:inline;
	zoom:1;
	border:none;
	text-align:center;
}

.btn:hover { 
	background:#575857;
	text-decoration:none !important;
}
*/

.btn-small { 
	font-size:14px;
}

.btn-large { 
	font-size:16px;
	padding:8px 25px;
}

.text-left { 
	text-align:left;
}

.text-center { 
	text-align:center;
}

.text-right { 
	text-align:right;
}

div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="tel"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#036958;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#439bd5;
	color:#fff;
	cursor:pointer;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#595a5c;
}

.map { 
	margin:10px 0 0;
}

.map iframe { 
	width:100%;
}

.page-template .post-thumbnail, .page-template-default .post-thumbnail, .page-template-services-sidebar .post-thumbnail {
	display:none;
}


.widget-cnt div.wpcf7 {
	color:#036958;
	font-size:13px;
	background:#f6f6f6;
	padding:20px !important;
	border-radius:10px;
}
.widget-cnt div.wpcf7 p {
	margin-bottom:5px;
}
.widget-cnt div.wpcf7 p.submit-btn {
	padding-top:5px;
	text-align:right;
}
.widget-cnt div.wpcf7 img.ajax-loader {
	float:left;
}



.maps {
	width:100%;
	padding:10px 0;
	text-align:center;
	display:inline-block;
}
button, input, select, textarea {
	padding:7px;
}

.frm {
	width:60%;
	margin:0 auto;
}
.frm .row_1 {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.frm .f_name {
    float: left;
    width: 40% !important;
}
.frm .f_place {
    width: 60%;
    float: left;
}
.frm .f_place input, .frm .f_place select {
    width: 100%;
    box-sizing: border-box;
}
.frm a.button {
	color: #fff;
    font-size: 18px;
    margin: 10px auto 0 auto;
    padding: 8px 25px;
    background: #00a5cd;
    display: table;
    border-radius: 3px;
    font-family: "Seravek-Medium";
}
.frm a.button:hover {
    background: #0b4a7f;
}




.find_car_park_outer {
	width: 100%;
    float: left;
    padding: 40px 0;
	background:#034a98;
    border-bottom: 20px #00a4cd solid;
}
.findcar-wrap {
	float:left;
	width:100%;
	height:410px;
	background:#fff;
	overflow:hidden;
	border:1px #5285be solid;
}
.findcar-wrap .one-three {
	width:35%;
	height:410px;
	overflow-y:scroll;
	position:relative;
}
.findcar-wrap .one-seven {
	width:65%;
}
.findcar-wrap .one-three ul li {
	width:100%;
	display:table;
	list-style:none;
	box-sizing:border-box;
	padding:0 0 0 30px;
	border-bottom:1px #f1f1f1 solid;
	background:url(images/map-list-arrow.png) no-repeat 7px 12px;
}
.findcar-wrap .one-three ul li > a {
	padding-top:8px;
	display:table-cell;
	line-height:24px;
	box-sizing:border-box;
	vertical-align:top;
}
.findcar-wrap .one-three ul li:hover {
	color:#fff;
	background:#004c93 url(images/map-list-arrow-hover.png) no-repeat 7px 12px;
}
.findcar-wrap .one-three ul li:hover a {
	color:#fff;
}
.findcar-wrap .one-three ul .loc-selected {
	color:#fff;
	background:#004c93 url(images/map-list-arrow-hover.png) no-repeat 7px 11px;
}
.findcar-wrap .one-three ul .loc-selected a {
	color:#fff;
}


.list-buttons {
	display:none;
	float:right;
}
.btn-info {
	padding:10px;
	color:#fff;
	display:table-cell;
	background:#3579c2;
	vertical-align:middle;
}
.btn-book {
	padding:10px;
	color:#fff;
	display:table-cell;
	background:#1e9cc2;
	vertical-align:middle;
}
.btn-info:hover, .btn-book:hover {
	background:#868686;
}


.findcar-wrap .one-three ul li:hover .list-buttons {
	display:block;
}



.map-wrap img,
.map-wrap iframe {
	width:100% !important;
	float:left;
}




article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.booking_product_inn article {
    background: #ffffff;
    padding: 20px 20px 17px;
    border: 1px solid #CBD2D5;
    border-bottom-width: 2px;
    margin-bottom: 15px;
    font-size: 105%;
    color: #727272;
    position: relative;
}
.booking_product_inn article {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 100%;
	box-sizing:border-box;
}
.booking_product_inn article.slider_select {
	float:left;
    text-align: center;
    position: relative;
}
.booking_product_inn article.slider_select:nth-child(2n+2) {
	margin-right:0;
}
form div label {
    /* display: block; */
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
    margin: 1.5em 0 1.1em;
    font-size: 0.9em;
}
.booking_product_inn article label {
    color: #0A80B5;
    text-transform: uppercase;
    font-size: 80%;
}
.booking_product_inn article.slider_select div {
    position: relative;
    z-index: 10;
}
.booking_product_inn article.slider_select div input {
    text-align: center;
    width: 85%;
    margin: 0 auto;
	border:none;
	font-size:18px;
}
.field-validation-valid {
    display: none;
}
.booking_product_inn article.slider_select div textarea {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    resize: none;
}
.booking_product > div {
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
	line-height:20px;
}

.booking_product_inn article.slider_select span.slider_controls a {
    position: absolute;
    border: 1px solid #CBD2D5;
    background: #EEF1F2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;	
    border-radius: 100px;
    color: #a5a5a5;
    border-bottom-width: 2px;
}
.booking_product_inn article.slider_select span.slider_controls a.prev {
    left: 0;
}
.booking_product_inn article.slider_select span.slider_controls a.next {
    right: 0;
}
.booking_product_inn article.slider_select span.slider_controls .prev.hover_pointer {
	background:#EEF1F2 url(images/prev-value.png) no-repeat center center;
}
.booking_product_inn article.slider_select span.slider_controls .next.hover_pointer {
	background:#EEF1F2 url(images/next-value.png) no-repeat center center;
}
.booking_product_inn article.slider_select span.slider_controls a:hover {
    background: #0A80B5;
    border-color: #0972a2;
    color: #ffffff;
}
.hover_pointer {
    cursor: pointer;
}
.booking_product_inn article.slider_select span.slider_controls {
    width: 100%;
    height: 100%;
    position: relative;
    top: -42px;
    display: block;
    z-index: 15;
}
.booking_product_inn article.slider_select div textarea {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    resize: none;
	border:none;
}
.booking_product_inn article div.label, .booking_product_inn article.review div.label {
    color: #0A80B5;
    text-transform: uppercase;
    float: left;
    width: 50% !important;
}
.booking_product_inn article.total div.value, .booking_product_inn article.review div.value {
    float: left;
    width: 50%;
    text-align: right;
}
.booking_product_inn article.slider_select.spaces .slider_controls {
	top:-50px;
}



.bx-controls-direction {
	display:none;
}
.home-carpark .bx-wrapper {
	margin:0 auto 36px;
}
.home-carpark .bx-wrapper .bx-viewport {
	height:215px !important;
	box-shadow:none;
}
.home-carpark .bx-wrapper .bx-pager.bx-default-pager a {
	margin:0 2px;
}




.desktop-menu {
	
}
.mobile-menu {
	display:none;
}



.map-details {
	color:#fff;
}
.map-details {
	color:#fff;
	text-align:left;
}
.map-details h1 {
	font-size:36px;
	padding-right:70px;
	box-sizing:border-box;
	font-family: "Seravek";
}
.detail-buttons {
	float:left;
	clear:left;
	margin-top:10px;
}
.detail-buttons a {
	float:left;
	margin-right:10px;
}
.map-preview {
	width:100%;
	height:335px;
	overflow:hidden;
	display:inline-block;
	border-radius:10px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:4px solid rgba(255,255,255,0.2);
}
.map-preview img,
.map-preview iframe {
	height:100% !important;
	float:left;
}
.map_inn_desc {
	margin-bottom:20px;
}
.map_detail_inn .one-five {
	width:42%;
	margin-right:8%;
	position:relative;
	overflow:hidden;
}
.map_detail_inn .one-five h4 {
	font-family: "Seravek";
}
.map_detail_inn .one-five h4 span {
	padding-right:8px;
}
.map_detail_inn .one-five > h4:after {
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid #fff;
    top: 0;
    width: 100%;
}
.detail_booknow {
	color:#fff;
	font-size:24px;
	margin-top:10px;
	padding:13px 30px;
	background:#229bc6;
	border-radius:10px;
	font-family: "Seravek";
	text-transform:uppercase;
}
.detail_booknow:hover {
	background:#3579c2;
}
.detail_clamp {
	color:#fff;
	font-size:24px;
	margin-top:10px;
	padding:13px 20px;
	background:#3579c2;
	border-radius:10px;
	font-family: "Seravek";
	text-transform:uppercase;
}
.detail_clamp:hover {
	background:#23a3d2;
}

.detail-buttons {
	
}

.content-sprtr {
	display:none;
}
.review {
	text-align:left;
}
.page-template-page-contact .content-inner {
	text-align:left;
}
.ShowForDesktop {
	
}
.ShowForMobile {
	display:none;
}




#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	opacity: 0.8 !important;
	display:none;
}
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height: 450px;
	display:none;
	z-index:9999;
	text-align: center;
}
#boxes #dialog {
	width:450px; 
	height:auto;
	background-color:#ffffff;
	font-size: 15pt;
}


.popup_box {
	top: 50%;
	left: 50%;
	position: fixed;
	transform: translateX(-50%) translateY(-50%);
}
.popup_overlay {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
}
.popup_inner {
	position: relative;
}
.popup_inner img {
	display: block;
}
.popup_close {
	top: 0px;
	right: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	position: absolute;
}
.popup_inner a {
    left: 25px;
    bottom: 21%;
    width: 30%;
	position: absolute;
}
.popup_inner a:nth-child(2) {
    bottom: 34%;
}


.lastbox { 
	margin-left:40px !important; 
	margin-top:10px !important; 
	float:left !important;
}



.formobile {
	display: none;
}

/* Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width : 1024px) { 
	
	.container {
		padding:0 15px;
		box-sizing:border-box;
	}

	.download_app {
		padding-left: 0;
	}
}
@media only screen and (max-width : 924px) {

	.header .container {
		flex-wrap: wrap;
	}
	.header .one-seven {
		padding-top: 10px;
	}
	.header .one-three, .header .one-seven {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width : 800px) { 
	
	.book-now {
		vertical-align:top;
	}
	#collapse1 {
		width:100%;
		display:none;
		margin-top:-2px;
	}
	.primary-menu {
		float:none;
		display:inline-block;
		position:relative;
		z-index:999;
    	width:100%;
		padding-right:0;
		margin-right:0;
	}
	.primary-menu .container {
		padding:0;
	}
	.primary-menu ul { 
		float:none;
		width:100%;
		text-align:left;
		border-radius:0;
		padding:2px 15px;
		display:inline-block;
		box-sizing:border-box;
	}
	.primary-menu ul li { 
		display:block;
		margin:0;
		float:none;
		padding-right:0;
	}
	.primary-menu ul li a { 
		color:#707070;
		border-radius:0;
		padding:10px;
		width:auto;
		display:block;
		border-bottom:1px solid #0c0603;
		border-right:none;
		height:auto;
		line-height:18px;
		margin:0;
		background:#e7f0f4;
	}
	.primary-menu ul li a:after { 
		content:none;
	}
	.primary-menu ul li {
		background:none;
		border-right:none;
	}
	.primary-menu ul ul { 
		position:static;
		top:0;
		padding:0;
		width:auto;
		opacity:1;
		visibility:visible;
		display:none;
	}
	.primary-menu ul ul li a {
		padding:10px 10px 10px 30px;
		border-bottom:1px solid #0c0603;
		background:url(images/bullet-1.png) no-repeat 18px center #666;
	}
	.primary-menu ul ul li a:hover {  
		padding:10px 10px 10px 30px;
		background:url(images/h-bullet-1.png) no-repeat 18px center #000;
	}
	.primary-menu ul ul ul li a { 
		padding:10px 10px 10px 50px;
		background-position:38px 17px;
	}
	.primary-menu ul li:hover > a {
		color:#fff; 
		background-color:#0c0603;
	}
	.primary-menu ul li a:hover {  
		color:#fff;
		opacity:1;
		background-color:#005497;
	}
	.nav-toggle1 { 
		display:block;
		position:relative;
		color: #fff;
		padding:11px 15px 10px 15px;
		font-size: 12px;
		font-weight:bold;
		line-height:18px;
		text-align:left;
		background:#439bd5;
		text-transform:uppercase;
	}
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.nav-toggle1:hover { 
		background-color:#0c0603;
	}
	.primary-menu ul ul {
		display:block;
	}
	
	.footer-top {
		text-align:center;
	}
	.footer-top .one-three,
	.footer-top .one-seven {
		width:100%;
	}
	.fmenu li {
		float:none;
		display:inline-block;
	}
}
@media only screen and (max-width : 768px) {
	
	.header .one-three {
		width:70%;
	}
	.header .one-seven {
		width:30%;
	}
	
	.map-details > .one-five {
		width:100%;
	}
	.map-preview {
		margin-top:30px;
	}
	
	
	
	.main-content-options .one-three {
		width:75%;
		margin-bottom:20px;
	}
	.footer-top .one-four {
		width:100%;
		margin-bottom:20px;
	}
	.flogo a {
		margin-right:0;
	}
	.footer .one-three .fmenu {
		float:none;
	}
}
@media only screen and (max-width : 736px) {
	
	
}
@media only screen and (max-width : 667px) {
	
	.ShowForDesktop {
		display:none;
	}
	.ShowForMobile {
		display:block;
	}
	.ShowForMobile.findcar-wrap {
		height:auto;
		overflow:auto;
	}
	.ShowForMobile .one-three {
		width:100%;
		height:auto;
		overflow:visible;
	}
	
	.main-services {
		background-repeat:repeat;
	}
	.main-services .one-three {
		width:90%;
		margin:10px;
		padding:10px 0;
		text-align:center;
		box-sizing:border-box;
	}
	.service-icon {
		width:20%;
		float:none;
		margin-top:0;
		margin-bottom:0;
		text-align:right;
		display:inline-block;
		vertical-align:middle;
	}
	.service-icon > img {
		vertical-align: middle;
		width: 65px;
	}
	.service-desc {
		float:none;
		padding:0;
		width:50%;
		text-align:left;
		display:inline-block;
		vertical-align:middle;
	}
	.service-desc h6 {
		margin-bottom:0;
	}
	.service-desc > p {
		display:none;
	}
	
	.contact-info {
		float:left;
		margin-right:0;
	}
	
	
	.frm {
		width:100%;
	}
	.value input,
	.value select {
		width:100%;
		box-sizing:border-box;
	}
	.value select#card_month,
	.value select#card_year {
		width:48% !important;
		box-sizing:border-box;
	}
}
@media only screen and (max-width : 640px) {

	.download_app {
		padding-top: 20px;
	}
	
	.content, .page-template-page-contact .one-full .one-half {
		float:none;
		display:inline-block;
		width:100% !important;
	}
	.page-template-page-contact .wpcf7 {
		padding-left:0 !important;
		margin-top:30px;
	}
	.sidebar {
		width:70% !important;
		float:none;
		margin:0 auto;
		margin-top:20px;
		display:table;
	}
}
@media only screen and (max-width : 600px) {
	
	.booking_product_inn .my_account {
		width: 100%;
		margin: 3px 0;
		box-sizing: border-box;
	}
}
@media only screen and (max-width : 568px) {
	
	.topbar-inner {
		width:100%;
		padding:5px 0;
		text-align:center;
	}
	.top-quicklinks, .contact-info {
		float:none;
		display:inline-block;
	}
	.header .one-three,
	.header .one-seven {
		width:100%;
		text-align:center;
	}
	.book-now, .header .my_account {
		float:none;
		display:inline-block;
	}
}
@media only screen and (max-width : 480px) {
	
	.fordesktop {
		display: none;
	}
	.formobile {
		display: block;
	}

	.booking_product > div {
		padding-left:0;
		padding-right:0;
	}

	#boxes #dialog {
		width: 90%;
		top: 20vh !important;
		left: 5% !important;
	}
	
	.sidebar { width:100% !important;}
	.lastbox { float:none !important; margin-left:0 !important; margin-top:0 !important;}
}
@media only screen and (max-width : 414px) {
	
	.main-services .one-three,
	.main-content-options .one-three {
		width:90%;
	}
	.footer-botm .one-four,
	.footer-botm .one-six {
		width:100%;
		text-align:center;
	}
	.booking_product_inn article div.label,
	.booking_product_inn article.review div.label {
		width:100% !important;
	}
	.booking_product_inn article.total div.value,
	.booking_product_inn article.review div.value {
		width:100%;
		text-align:center;
	}
}
@media only screen and (max-width : 384px) {
	
	
}
@media only screen and (max-width : 375px) {
	
	
}
@media only screen and (max-width : 320px) {

	.download_app a {
		max-width: 47%;
	}
	.header .book-now {
		height: 34px;
		background-size: 100% 100%;
	}
	.header .my_account {
		max-width: 43%;
		font-size: 15px;
	}
	
	.service-desc {
		width:70%;
	}
}

