html,body {
	margin:0;
	padding:0;
  min-height:100%;
	font-family: "Verdana", "sans-serif";
}
body {
	    font-size: 16px;
}
.layout {
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
.table-display {
    display:table;
    width:100%;
    margin:0;
    padding:0;
}

.table-display .td-display {
    display:table-cell;
    vertical-align:top;
    margin:0;
    padding:0;
    position:relative;
	height:100%;
}
.table-display .td-display.td-w-300 {
    width:320px;
}
.table-display .td-display.td-w-260 {
    width:280px;
}


.table-display .td-display.td-w-200 {
    width:200px;
}
.table-display .td-display.td-w-160 {
    width:160px;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#222;
	font-weight:500;
	font-family: "Verdana", "sans-serif";
	padding:0;
	margin:0;
}


a, .btn {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a {
	color:#03A4DF;
}
a:hover {
	text-decoration:none;
	color:#07C6FF;
}

h1  {
	font-size:2.8rem;
	font-weight:600;
}
h2 {
	font-size:2.2rem;
	font-weight:500;
	margin:0 0 10px 0;
}
h3, h4 {
	font-size:1.8rem;
	font-weight:500;
	margin:0 0 10px 0;
}

hr {
	border:0px;
	height:1px;
	background:rgba(0,0,0,0.04);
	margin:20px 0;
}

ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.clr {
    clear:both;
}

form {
	margin:0;
	padding:0;
}


p {
	font-weight:400;
	margin:0 0 10px 0;
	color:rgba(0,0,0,0.9);
}

.content-align-center {
	width:100%;
	text-align:center;
}

/* layout */

#viewport {
	padding-top:136px;
	background:#f8f8f8;
}
body.scrolled #viewport {
}
#header {
	position:absolute;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	top:0;
	left:0;
	z-index:9;
	width:100%;
}
body.scrolled #header {
	position:fixed;
}

#header .middlebar {
	padding:20px 0;
}
body.scrolled #header .middlebar {

}
#header .middlebar a.brand {
	display:block;
	font-size:24px;
	color:#065ca9;
	font-weight:700;
	font-family:"Roboto", "Verdana", "sans-serif";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header .middlebar .mobile-menu-toggle {
	display:none;
}

body.scrolled #header .middlebar a.brand {
	display:block;
}


#header .middlebar form {
	position:relative;
	max-width:380px;
	padding:0;
}

#header .middlebar form .form-group {
	border:solid 1px #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0;
	padding:0;
}

#header .middlebar form .form-group input {
	font-size:14px;
	font-weight:400;
	height:38px;
	line-height:normal;
	border:0px;
}

#header .middlebar form .btn {
	position:absolute;
	top:3px;
	right:3px;
	height:34px;
	width:34px;
}
#header .middlebar form .btn i {
	margin-left:-2px;
	font-size:15px;
}

#header .middlebar .language-switch {
	border:solid 1px #e2e2e2;
	padding:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header .middlebar .language-switch > p {
	padding:0px;
	margin:0;
}
#header .middlebar .language-switch > p i.fa-language {
	margin:3px 5px 0 0;
}
#header .middlebar .language-switch > p i.fa-caret-down {
	float:right;
	margin:3px 3px 0 0;
}
#header .middlebar .language-switch ul {
	display:none;
}

#header .bottombar {
	border-bottom:solid 3px #e2e2e2;
}
#header .bottombar .layout {
	border-top:solid 1px #eee;
	-moz-box-shadow: 0px -3px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.05);
	box-shadow: 0px -3px 5px rgba(0,0,0,0.05);
}
#header .bottombar .menu {
	width:100%;
	background:#fff;
	text-align:left;
	padding:0;
	margin:0px 0 0 -20px;
}
#header .bottombar .menu li {
	display:inline-block;
}
#header .bottombar .menu li a {
	color:#023F75;
	display:block;
	padding:12px 20px;
	font-size:16px;
	font-weight:400;
}
#header .bottombar .menu li a:hover {
	text-decoration:none;
	background:#f2f2f2;
}

.mobile-menu {
	position:fixed;
	z-index:999;
	top:0;
	left:-250px;
	width:250px;
	height:100%;
	background:rgb(5, 42, 74);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mobile-menu.open {
	left:0;
}
.mobile-menu-overlay {
	display:none;
}
.mobile-menu-overlay.open {
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.4);

}

.mobile-menu a.brand {
	display:block;
	font-size:24px;
	color:#fff;
	font-weight:700;
	font-family:"Roboto", "Verdana", "sans-serif";
	padding:15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom:solid 1px #444;
}

.mobile-menu a.brand span {
	font-weight:400;
	font-size:14px;
}

.mobile-menu ul li {
	border-top:solid 1px #000;
	border-bottom:solid 1px rgba(255,255,255,0.1);
}
.mobile-menu ul li a {
	display:block;
	padding:15px;
	color:#fff;
}
.mobile-menu ul li a:hover {
	background:rgba(0,0,0,0.4);
}

.mobile-menu  .languages {
	margin:0;
	padding:10px;
}
.mobile-menu  .languages ul {
	border:solid 1px #000;
	background:rgba(0,0,0,0.4);
}
.mobile-menu  .languages ul li {
	width:auto;
	display:inline-block;
	border:0px;
}
.mobile-menu  .languages ul li span,
.mobile-menu  .languages ul li a {
	color:#fff;
	padding:15px;
	display:block;
}
.mobile-menu  .languages ul li span {
	font-weight:bold;
}
.mobile-menu  .languages  {
	color:#fff;
	padding:10px;
	margin:0;
}


/* Page */

.page {
	padding:10px 10px 20px 10px;

}

.page .page-block {
	background:#fff;
	border:solid 1px #eee;;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:20px;
}


/* Footer */


#footer {
	background:#065ca9;
	padding:10px 0 0;
}

#footer h5 {
	font-size:18px;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
}
#footer  p {
	color:rgba(255,255,255,0.7);
}
#footer ul li a {
	color:rgba(255,255,255,0.7);
	padding:5px;
	display:inline-block;
}
#footer ul li a:hover {
	color:rgba(255,255,255,1);
}

#footer .row {

	border-bottom:1px solid rgba(255,255,255,0.06);
}

#footer .bottom-bar {
	padding:10px;
}
#footer .bottom-bar  ul {
	float:left;
}
#footer .bottom-bar  ul li {
	display:inline-block;
}
#footer .bottom-bar  ul li a {
	display:block;
	padding:5px;
}
#footer .bottom-bar  p {
	float:right;
	padding:3px  0 0 0;
}

/* common */

ul.city-list li {
	display:inline-block;
}
ul.city-list li a {
	padding:4px;
	display:block;
}

.google-maps {
	position:relative;
	z-index:1;
	width:100%;
	height:380px;
}

/* HOME */

.main-search {
	padding:80px;
	text-align:center;
	background-color:#f2f2f2;
	background-image:url('/themes/blank/img/home-search-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-search h1 {
	margin:0 0 20px 0;
	color:#fff;
	 text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.main-search .form-group {
	position:relative;
	max-width:700px;
	margin:0 auto;
}
.main-search .form-group input {
	height:48px;
	font-size:16px;
}
.main-search .form-group button {
	position:absolute;
	height:40px;
	width:40px;
	font-size:20px;
	top:4px;
	right:4px;
}
.home-city-listing {

}
.home-city-listing h3 a{
}

.home-city-listing a.more-link {
	display:block;
	padding:4px;
	color:#333;
	font-size:13px;
}
.home-city-listing a.more-link:hover {
	color:#07C6FF;
}


.digi-ad-main {

}

.digi-ad-main iframe {
	max-width:780px;
	border:0px;
	width:100%;
	height:140px;
	overflow:hidden;
	display:block;
	margin:10px auto 0;
}


.cookie-notification {
	position:fixed;
	z-index:999;
	bottom:-200px;
	left:0;
	width:100%;
	height:auto;
	padding:20px 0 16px;
	background:rgba(12,63,160,0.7);
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cookie-notification.show {
	bottom:0;
}
.cookie-notification p {
	color:#fff;
	font-size:16px;
	display:inline-block;
}
.cookie-notification p a {
	color:#fff;
	text-decoration:underline;
}

.cookie-notification .btn {
	margin-left:5px;
}

.static-text table tr td {
	    font-size: 14px;
    font-weight: 300;

}

.static-text ul {
	margin-bottom:15px;
     list-style-type: disc;
    padding-left: 15px;
}
.static-text ul li {
	    font-size: 14px;
    font-weight: 300;
}


.privacy-and-cookies {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:block;
	z-index:999;
	background:#eee;
	border-top:solid 2px #e2e2e2;
	opacity:0;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.privacy-and-cookies.loaded {
	opacity:1;

}
.privacy-and-cookies > * {
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}

.privacy-and-cookies .label {
	position:absolute;
	top:0px;
	left:15px;;
	background:#eee;
	color:#242424;
	padding:10px 15px;
	font-size:13px;
	font-weight:600;
	border:solid 2px #e2e2e2;
	border-bottom-width:0px;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.privacy-and-cookies.open .label {
	-webkit-transition: top 0s ease-in-out;
    -moz-transition: top 0s ease-in-out;
    -o-transition: top 0s ease-in-out;
    transition: top 0s ease-in-out;
}
.privacy-and-cookies.loaded .label {
	top:-45px;
}

.privacy-and-cookies .label img {
	width:24px;
	height:24px;
	line-height:14px;
	margin:0 5px 0 0;
}

.privacy-and-cookies p {
	font-size:13px;
	line-height:20px;
	margin:0px 0 10px 0;
}
.privacy-and-cookies p a {
	color:#1164a3;
}

.privacy-and-cookies .folder {
	font-size:13px;
	font-weight:600;
}

.privacy-and-cookies .folder:hover {
	cursor:pointer;
	text-decoration:underline;
}

.privacy-and-cookies .folder .arrow {
	font-size:10px;
	-webkit-transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display:inline-block;
}
.privacy-and-cookies .folder.open .arrow {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.privacy-and-cookies .folder-box {
	background:#fff;
	padding:10px 15px;
	border:solid 1px #e2e2e2;
	margin:5px 0 10px 0;
	display:none;
}
.privacy-and-cookies .folder-box .text2 {
	margin:5px 0 5px 0;
}
.privacy-and-cookies ul {
	list-style-type:none;
	margin:0px 0 0 -5px;
	padding:0;
}

.privacy-and-cookies ul li {
	display:inline-block;
}

.privacy-and-cookies ul li label {
	display:block;
	padding:5px;
	font-size:13px;
	cursor:pointer;
}

.privacy-and-cookies ul li label:hover {
	color:#1164a3;
	text-decoration:underline;
}
.privacy-and-cookies ul li:first-child label {
	color:#222;
	text-decoration:none;
	cursor:default;
}
.privacy-and-cookies ul li label input {
	vertical-align:middle;
	margin-right:2px;
}
.privacy-and-cookies .btn {
	margin:5px 0 5px 0;
}
.privacy-and-cookies .btn.btn-saving {
	cursor:default!important;
	background:#ccc;
	color:#666;
	opacity:1!important;
}
.privacy-and-cookies .btn.btn-saved {
    background: #14a52d;
    border: #14a52d;
    color: #fff;
	cursor:default!important;
	opacity:1!important;
}
