/* 100% = 1 em ~= 16px ~= 14pt */
/* do the reset, see also normalize additions 1211 */
/*
#2B54A1;
#FFEB2B
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, main, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { 
	content:''; content:none; 
}

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }

abbr[title], dfn[title] { 
	border-bottom:1px dotted #000; cursor:help; 
}

hr { 
	display:block; 
	height:1px; 
	border:0; 
	border-top:1px solid #ccc; 
	margin:1em 0; 
	padding:0; 
}

ul, ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* html 5 specific */
article, aside, figure, footer, header, 
hgroup, nav, section, main {
   display: block;
}

/* normalize reset specific thinking */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom:1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

body, button, input, select, textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

figure {
    margin: 0;
}

pre, code, kbd, samp {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

small {
    font-size: 75%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #444 is more legible than #000 */
body, select, input, textarea { color:#444; }

/* optimize headers for display */
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Open Sans', sans-serif; 
	/*text-shadow: 1px 1px 0px #fff;*/
	font-weight:bold; 
	text-rendering: optimizeLegibility; 
	text-align:left;
}

@font-face { 
	font-family: 'Open Sans', sans-serif; 
}

html { 
	font-size: 100%; 
	/*overflow-y: scroll;
	overflow:hidden;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	width:100%; 
	height:100%; 
	padding:0; 
	margin:0;
}

body {
	margin:0;
	font-size:1em;
	line-height:1.2em; 
	text-align:left;
	color:#7d7d7d;
	font-family: 'Open Sans', sans-serif;
    background-size:cover;
    -ms-behavior: url(../backgroundsize.min.htc);
	/* background: #2c2c2e; */
	/*
	background-image: url(https://eurocarparks.ie/secure/resources/images/BGpattern.png);
	background-repeat:repeat;
	background-position:center center;
	background-attachment:fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	*/
}

/* some re-useable styles from base4 */
.noBorder {
	border:0px;
	outline:none;
	vertical-align:text-bottom;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.noBullet {
	list-style:none;
}

.alert {
	margin:4px 0 4px 4px;
	padding:0 0 0 24px;
	color:#CC3300;
	background-image: url(../images/icons/alert.gif);
	background-repeat: no-repeat;
}

.success {
	background-repeat: no-repeat;
}

.info {
	margin:4px 0 4px 4px;
	padding:0 0 0 24px;
	color:#1a1a1a;
	background-image: url(../images/icons/found.png);
	background-repeat: no-repeat;
}

/* useful clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* layout */
#container {
	text-align:center;
	max-width:960px;
	direction:ltr;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#fff;
	/*
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
  	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
	box-shadow: 2px 2px 4px 0px #ccc;
	*/
}

/*
#2B54A1;
#FFEB2B
*/

/* header */
header {
	width:100%;
	clear:both;
	height:82px;
	padding-top:8px;
	padding-bottom:4px;
	font-size:1.20em;
	background-color:#2B54A1;
	background-image:url(../images/headerTiler.png);
	background-repeat:repeat-x;
	background-position:top;
}
	
header h1 {
	float:left; 
}

header > #logo {
	width:320px;
	height:82px;
	display:block;
	background-color:#2B54A1;
}

#time {
	float:right;
	color:#fff;
	margin-top:-24px;
	margin-right:32px;
}
	
/* nav elements */	
nav {
	width:100%;
	margin-left:-20px;
	height:24px;
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
	color:#2B54A1;
}

nav ul {
	display:block;
	float:left;
	list-style:none;
}

nav li {
	float:left;
	width:208px;
	height:24px;
	padding-top:6px;
	padding-bottom:2px;
	display:block;
	text-align:center;
	margin-right:2px;
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
  	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
	box-shadow: 2px 2px 4px 0px #ccc;
}

nav li.yButton, nav li.bButton {
	vertical-align:middle;
	border-color:#2B54A1;
	border-style:solid;
	border-width:thin;
	background-repeat:repeat-x;
	background-position:bottom;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding-right:8px; 
	padding-left:8px;
}

nav li.yButton {
	background-image:url(../images/yButtonTiler.png);
}

nav li.bButton {
	background-image:url(../images/bButtonTiler.png);
}

nav a {
	width:100%;
	/*padding:4px 16px 4px 16px;*/
	text-decoration:none;
}

nav li.bButton a {
	color:#fff;
}

nav li.yButton a {
	color:#2B54A1;
}
	
nav a:hover, nav li.yButton a:hover, nav li.bButton a:hover {
	color:#444;
	background-color:#fff;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

nav a.sel { 
	color:#ac2b31; 
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*background-color: #; */
}

/* microSite Styles */
nav li.msButton {
	height:172px;
	vertical-align:middle;
	border-color:#2B54A1;
	border-style:solid;
	border-width:thin;
	background-repeat:repeat-x;
	background-position:bottom;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding-right:8px; 
	padding-left:8px;
	text-align:left;
	font-size:0.9em;
	line-height: 16px;
	color:#fff;
	font-weight:normal;
	text-shadow: 1px 1px 2px #444;
}

nav li.msButton a {
	color:#fff;
	padding:4px 16px 4px 0px;	
}
	
nav li.msButton a:hover {
	color:#000;
}

nav li.msButton span.msNavTitle {
	font-size:1.6em;
	font-weight:bold;
}

nav li.openingHours {
	background-color:#043e6e;
}

nav li.tariff {
	background-color:#9a0103;
}

nav li.contact {
	background-color:#e6be00;
}

nav li.preBook {
	background-color:#88C3e3;
}

.gps {
	font-size:0.7em;
}
	
/* content */
main {
	width:100%;
	clear:both;
	height:auto;
	background-color:#fff;
}

/* article styling */
article {
	text-align:left;
	padding-bottom:32px;
	padding-left:32px;
}

article h1, article h2, article h3  {
	text-align:left;
	clear:both;
}

article h1 {
	font-size:1.6em;
	padding-top:12px;
	padding-bottom:26px;
	font-family:Open Sans;
	font-weight:600;
}

article h2 {
	font-size:1.3em;
	padding-top:4px;
	padding-bottom:16px;
	font-family:Open Sans;
	font-weight:400;
}

article h3 {
	font-size:1.1em;
	padding-top:4px;
	padding-bottom:14px;
	font-family:Open Sans;
}

article h1 a {
	text-decoration:none;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:2px;
	text-shadow:#ccc;
}

article h1 a:hover {
	background-color: #0481b5;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #fff;
	text-shadow:#000;
}	

article p {
	clear:right;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.3em;
	padding-bottom:12px;
}

article img.floatLeft {
	float:left;
	margin-right:12px;
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
  	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
	box-shadow: 2px 2px 4px 0px #ccc;
	border:4px #fff solid;
	}
	
article div.col {
	width:280px;
	float:left;
	padding-left:8px;
	padding-right:8px;
}

article div.threeCol {
	width:888px;
	float:left;
}
		
article ul {
	text-align:left;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.1em;
	padding-left:16px;
	list-style:none;
}
	
/*
#2B54A1;
#FFEB2B
*/

article a {
	color:#555555;
}
	
/* footer */
footer {
	width:100%;
	clear:both;
	height:48px;
	background-color:#fff;
	display:block;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	z-index:100;
}
	
footer p, footer ul {
	font-size:0.8em;
	font-weight:normal;
	padding-top:8px;
}
	
footer ul {
	display:block;
	float:right;
	list-style:none;
	text-align:right;
	margin-right:8px;
}

footer li {
	float:left;
	display:block;
	border-right:1px #666 solid;
	padding-top:0px;
	padding-right:4px;
	padding-bottom:0px;
	padding-left:4px;
}

footer a {
	color:#444;
	width:100%;
	padding-right:4px;
	padding-left:4px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
	
footer a:hover {
	color: #fff;
	background-color:#666;	
}

footer a.sel { 
	color: #ac2b31; 
	/*background-color: #; */
}
	
footer li:last-child {
	border: none; 
}

footer p.left {
	width:304px;
	float:left;
	text-align:left;
	margin-left:8px;
}
	
footer p.right {
	width:304px;
	float:right;
	text-align:right;
	margin-right:16px;
}

/* form styling */
form {
	margin:0;
}

/* specific form styling */
.row { 
	display:block; 
	float:left;
	text-align:left;
	margin-bottom:0px;
}
	
.inline { 
	display: block; 
	vertical-align:top; 
	clear:both; 
	margin-bottom:12px;  
}
	
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	*margin-left:-7px;
}

label {
	display:block; 
	float:left;
	padding-right:12px;
	width:304px; 
	text-align:left; 
	font-weight:bold; 
	font-size:0.9em;
	margin-top:8px;
}

.inputDescription {
	width:304px;
	font-size:0.75em;
	float:left;
	clear:both;
	text-align:left;
}

input, select { vertical-align:middle; }

/* experiment */	
input:not([type=submit]), input, select, checkbox, area, textarea {
	height:30px; 
	margin:0;
    border: 1px solid rgba(0, 0, 0, 0.3);  
    border-radius:0px;  
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1),   
	0px 1px 0px 0px rgba(250, 250, 250, 0.5);  
	font-family:Open Sans;
}

select {
	height:28px;
}
	
/* buttons and inputs */
button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; 
	*overflow: visible; 
}

.submitButton {
	vertical-align:middle;
	border-color:#ccc;
	border-style:solid;
	border-width:thin;
	color:#1a1a1a;
	background-color:;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding-right:8px; 
	padding-left:8px;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="radio"] { 
	vertical-align: text-bottom; 
}

input[type="checkbox"] { 
	vertical-align: bottom; *vertical-align: baseline; 
}
	
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow:auto;
	vertical-align:top;
	width:180px;
}

.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button {  width: auto; overflow: visible; }
	
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
}
	
/* defining some specific input sizes */
input[type=text], input[type=tel], input[type=email], input[type=url], select { 
	width:220px;
	clear:both; 
}

select.small {
	width:108px;
}

input[type=number] { width: 3em; }
input[type=color] { width: 4em; }
input[type=submit] { margin:0; height:24px; }

/* dynamic CSS3 validation styles */
input[type=text]:focus:valid, input[type=email]:focus:valid, input[type=number]:focus:in-range { 
	outline: 2px #0f0 solid; 
}

input[type=text]:focus:invalid,	input[type=email]:focus:invalid, input[type=number]:focus:out-of-range { 
	outline: 2px #f00 solid; 
}

input:disabled {
    background: #c3d7fd;
    border: solid 1px #aaa;
}
	
/* google maps */
#mapDisplay {
	width:100%;
	height:380px;
	float:left;
}

/* javascript and browser warnings */
.jsMessage {
	background:url(https://eurocarparks.ie/secure/resources/images/icons/warning.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}

#jsAlert {
	width:920px;
	padding:20px;
	margin-bottom:4px;
	background-color:#ed2e30;
	color:#fff;
	font-weight:bold;
	float:left;
	clear:both;
	border:1px;
	border-color:#fff;
	border-style:solid;
}

/* opacity styles */
#opacityTest {
	background-color: #6374ab;
	width: 100%;
	color: #fff;
}

.opaque1 {
	opacity: .5;
}

.opaque2 {
	filter: alpha(opacity=50);
}

.opaque3 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

/* modal inputs */
.modal {
	background-color:#fff;
	z-index:9999;
	display:none;
	width:240px;
	padding:12px;
	text-align:left;
	border:10px solid #666;
	border:10px solid rgba(82, 82, 82, 0.698);
}

.modal {
	opacity: .5;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.modal {
	filter: alpha(opacity=50);
}

.modal {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.modal {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
	
.modal h2 {
	background:url(https://eurocarparks.ie/secure/resources/images/icons/info.png) 0 50% no-repeat;
	margin:0px;
	font-size:0.9em;
	padding-top:8px;
	padding-right:0;
	padding-bottom:16px;
	padding-left:40px;
}

.modal a { 	font-size:0.9em; }
.modal a:link { color: #ac2b31; text-decoration: none; }
.modal a:visited { color: #ac2b31; text-decoration: none; }
.modal a:active { color: #ac2b31; text-decoration: none; background-color: #c0c8bb; }
.modal a:hover { color: #ac2b31; text-decoration: none; background-color: #c0c8bb; }

.modalInput {
	background-color:#fff;
	border:0;
	outline:0;
}

div.modalClose {
	float:right;
	padding-top:16px;
}

/* quickreg */
#quickReg {
	display:none;
	z-index:9999;
	width:240px;
	border:10px solid #666;
	border:10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#quickReg div {
	padding:10px;
	border:1px solid #3B5998;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#quickReg h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#6d84b4;
	padding:5px 10px;
	border:1px solid #3b5998;
	font-size:20px;
}

/* for xml feed stuff */
#newsfeed {
	float:left;
	clear:left;
	text-align:center;
	width:320px;
	min-height:200px;
	height:auto!important;
	height:200px;
	font-size:0.8em;
	background-image:url(https://eurocarparks.ie/secure/resources/images/tweet.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.tickerstyle {
	height:80px; 
	overflow:hidden;
}

.messagediv {
	width:192px;
	margin-top:16px;
	margin-left:64px;
	padding-right:12px;
	height:54px;
	display:none;
	text-align:left;
	float:left;
	text-decoration:none;
}

/* cookie warning */
div#cookiewarning div#back{
    z-index:99999999;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    min-height:100%;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    text-align:center;
}

div#cookiewarning p#buttons{
    text-align: right;
    overflow:hidden;
}

div#cookiewarning div#back div{
    background-color:#fff;
    width:50%;
    margin:5em auto;
    height:auto;
    padding:1.5em;
    text-align:justify;
}

a#cookiewarningOK{
    display:block;
    min-width:1px;
    min-height:1px;
    float:right;
    background-color: #4cbb17;
    border: 2px solid #93db70;
    font-size:100%;
    padding: 0.3em;
    color:#fff;
    font-weight:bold;
}

a#cookienotOK{
    float:right;
    font-size:80%;
    margin-right:1em;
    padding-top: 1em;
}

/* @media overrdes */

/*
@media screen and (min-width: 481px) and (max-width: 768px) {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
*/

@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}

@media screen and (max-width: 960px) {
#body, #header, #footer { width:100%; max-width: 100%; }
#main p { width:100%; }
}

@media screen and (max-width: 959px) {
	#container { width:640px; }
	#main > article div.twoCol { width:640px; height:240px; }
	#main > article div.col { width:600px; margin-bottom:12px; }
	#main > article p { padding-bottom:12px; }
	#main > article div.threeCol { width:600px; margin-left:-12px; }
	#main > article h1 { width:600px; margin-top:12px; line-height:1.4em; }
	#main > article h2 { width:600px; margin-top:0px; margin-bottom:8px; line-height:1.4em; }
	nav { height:62px; }
	nav li { width:280px; margin-bottom:2px; }
	
	.noMob {
		display:none;
	}
}
	
@media screen and (max-width: 639px) {
	html { -webkit-text-size-adjust: none; }	
	#container { width:320px; }
	#main > article div.col { width:300px; margin-left:-36px; }
	#main > article p { padding-bottom:12px; }
	#main > article div.threeCol { width:320px; margin-left:-32px; }
	#main > article h1 { width:300px; margin-top:12px; line-height:1.4em; }
	#main > article h2 { width:300px; margin-top:0px; margin-bottom:8px; line-height:1.4em; }

	nav {
		height:82px;
		margin-left:-40px;
	}

	nav li {
		width:302px;
		margin-bottom:6px;
	}
	
	.noMob {
		display:none;
	}
}
#sp-top-bar {
  display: none; /* This is how it looks on mobile */
}

@media (min-width: 600px) {
  #sp-top-bar {
    display: block; /* This is how it looks on desktop */
  }
}