

/******* CLEARFIX *********/


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}





/******* website *********/


html {
    height:100%; 
  	width:100%;
    /* sets html to height/width of viewport 
      (bg color will still cover viewport) */
    background-color:#f0e7da;
}
body {
    /* don't set explicit height */
    min-height:100%;
	min-width:100%;
    /* expands body to height/width of html,
       but allows it to expand further
       if content is taller than viewport */
}

#container {
	position:relative;
	height:100%;
	margin: 1.5em auto;
	margin-top: 0;
	margin-bottom: 0;
}

/* TOP NAVIGATION has it's own css file */


/* MAIN WEBSITE */

a:link, a:visited { color:#095a05; text-decoration: none ;
	border-style: none; border-width: 0px;}
a:hover {
color:#8e7640;	text-decoration:none;border-style: none; border-width: 0px;}
a:active {
color: #5a4a26; text-decoration:none;border-style: none; border-width: 0px;}

a img, a:link img, a:visited img, a:hover img{ 
text-decoration: none !important; border-width: 0px !important;}


#ie-logo-center {
	position:relative;
	margin: 0 auto;
	margin-top:60px;
	margin-bottom: 15px;
	width:373px;
	height:65px;
	align: center;
}

.main-area {
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom: 0px;
	width:954px;
	height: 100%;	
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
	background: #f7f3ed url(images/main-area-bg.jpg) repeat-y;
}

#images-home {
	position:relative;
	top:0;
	width:954px;
	height:450px;
	margin: 0;
	padding: 0;
}

.shadow {
	display:block;
}

.main-picture {
	position:relative;
	top:0;
	width:954px;
	height:355px;
}

#main-area-2col {
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	width:954px;
	height: auto;	
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
	background: #f7f3ed url(images/main-area-bg-2col.jpg) repeat-y;
}

.left-col {
	position:relative;
	top:0px;
	width: 215px;
	float:left;
	padding: 10px;
}

.left-col ul {
	width:100%;
	padding: 0;
	margin: 0;
}

.left-col ul img {
	padding: 0;
	margin: 0;
}

.left-col li {
	list-style-type: none;
	text-align: left;
	line-height: 120%;
	border-bottom: 1px dotted #8e7640;
	margin: 0 0 15px;
		text-align: center;
}

.left-col a {
	color:#095a05;
	font: 400 'Alegreya SC', serif;
}

.left-col a:hover {
	color:#8e7640;
	font: 400 'Alegreya SC', serif;
}
.right-col {
	position:relative;
	top:0;
	width:655px;
	float:right;
	overflow: auto;
	padding: 0 30px 10px;
}

/* Request for Proposal */

#request-for-proposal {
	position:relative;
	top:0px;
	width:954px;
	height:700px;
	display: inline-block;
}


/* Join Mailinglist */
#join-mailinglist {
	position:relative;
	top:0px;
	width:954px;
	height:800px;
	display: inline-block;
}



/* PRESS READY MATERIALS */

#press-ready-materials {
	position:relative;
	top:0px;
	width:954px;
	height:400px;
	display: inline-block;
}



/* ONLINE RESERVATIONS */

#online-reservations {
	position:relative;
	top:0px;
	width:954px;
	height:350px;
	display: inline-block;
}

#online-reservations a {
	text-decoration: none;
}

/* NAVIGATION HOME */

#main-page {
	position:relative;
	top:0px;
	width:954px;
	height: 100%;	
	display: inline-block;
}


#navigation-home {
	position:relative;
	top:0px;
	width:954px;
	height:170px;
	display: inline-block;
}

#company-videos {
	position:relative;
	margin-left: 35px;
	margin-top:60px;
	width:204px;
	height:74px;
	float: left;
}

#reservations {
	position:relative;
	margin-left: 40px;
	margin-top:21px;
	width:316px;
	height:109px;
	float: left;
}

#virtual-tour {
	position:relative;
	margin-top:60px;
	margin-right: 35px;
	width:204px;
	height:74px;
	float: right;
}


/* MENUS TABLE */

#menus {
	position:relative;
	margin-top: 0;
}

#menus a {
	font: 400 20px/40px 'Alegreya SC', serif;
	color:#095a05;
	text-decoration: none;
	
}

#menus a:hover {
	font: 400 20px 'Alegreya SC', serif;
	color:#8e7640;
	text-decoration: underline;
}

#menus img {
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.5);
}

#menus img:hover {
	-webkit-box-shadow: 1px 1px 15px rgba(14, 101, 44, 0.75);
	-moz-box-shadow:    1px 1px 15px rgba(14, 101, 44, 0.75);
	box-shadow:         1px 1px 15px rgba(14, 101, 44, 0.75);
}

/* MENUS NAVIGATION */

#menu-navigation {
	position:relative;
	margin-top: 0;
	padding-top: 0;
	width:954px;
	height:63px;
	background-color: #8e7640;
	text-align: center;
	line-height: 27px;
}

#menu-navigation p {
	position:relative;
	top: 5px;
	color:white;
	margin-top: 0;
}

#menu-navigation strong {
	color:white;
	letter-spacing: 2px;
	font: 700 14px 'Alegreya SC', serif;
}

#menu-navigation a {
	color:white;
	letter-spacing: 2px;
	font: 400 14px 'Alegreya SC', serif;
	text-decoration: none;
}

#menu-navigation a:hover {
	color: yellow;
	letter-spacing: 2px;
	font: 400 14px 'Alegreya SC', serif;
	text-decoration: underline;
}

/* TEXT GENERAL */

.text {
	text-align: center;
	/* color:#6c5838; */
	color:#000;
}

.text h1 {
	color:#095a05;
	font: 400 50px 'Alegreya SC', serif;
	margin-top: 15px;
	margin-bottom: 5px;
	text-shadow: silver 2px 2px 3px;
	letter-spacing: 2px;
}

.text h2 {
	color:#095a05;
	font: 400 36px 'Alegreya SC', serif;
	margin-top: 20px;
	margin-bottom: 15px;
	text-shadow: silver 2px 2px 3px;
	letter-spacing: 2px;
}

.text strong {
/*	font: 400 22px 'Alegreya', serif; */
	font-family: 'Alegreya SC', serif;
	font-weight: 700;
}

.text p {
/*	font: 400 18px 'Alegreya', serif; */
	font: 400 18px 'Alegreya SC', serif;	
	margin-bottom: 15px;
	margin:0 60px 15px 60px;
}

.text p a {
	font-family: 'Alegreya SC', serif;
	font-weight: 400;	
	text-decoration: none;
}

.text p a strong {
	font-family: 'Alegreya SC', serif;
	font-weight: 700;	
	text-decoration: none;
}

.text table tr td {
	font-family: 'Alegreya SC', serif;
	font-weight: 40000;	
	font-siz:18px;
	text-decoration: none;
}

.text table tr td strong {
	font-family: 'Alegreya SC', serif;
	font-weight: 700;	
	font-siz:18px;
	text-decoration: none;
}

.text table {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dublin {
	color:#11004c;
}

.menus strong {
	color:#095a05;
}

.titles-img {
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
}

.padding-sides {
	padding-right: 50px;
	padding-left: 50px;
}

/* TEXT LINK */

.txtlink {
	-moz-transition-property: color, text-decoration;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: color, text-decoration;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: color, text-decoration;
	-o-transition-duration: 0.5s;
	color:#095a05;
	text-decoration: none;
}

.txtlink:hover {
	-moz-transition-property: color, text-decoration;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: color, text-decoration;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: color, text-decoration;
	-o-transition-duration: 0.5s;
	color:#8e7640;
	text-decoration: underline;
}


.signature-event {
	background-color:#8d753f;
	padding:4px;
	text-align: center !important;
}

.signature-event a.txtlink {
	color:#ffffff;
}

.signature-event a.txtlink:hover {
	color:yellow;
}



.image-thumb img {
	-moz-transition-property: all;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-duration: 1s;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.image-thumb img:hover {
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: all;
	-o-transition-duration: 0.3s;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* ADDRESS */

#contacts-bottom-container {
	position:relative;
	margin: 0 auto;
	margin-bottom: 75px;
	width:954px;
	height:55px;
	clear:both;
}

#address {
	clear:both;
}

#address p {
	color: black;
	font-family: 'Alegreya SC', serif;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
}

#contacts-bottom {
	position:relative;
	margin: 0 auto;
	width:954px;
	height:20px;
	text-align: center;
}

#contacts-icon {
	margin-top:0px;
	margin-left: 12px;
	width:19px;
	height:18px;
	clear: right;
	display: inline;
}

/* SUPPLIER TABLE */

.supplier {
	font: 400 20px/40px 'Alegreya SC', serif;
}



/* FOOTER */

#footer {
	position:fixed;
	bottom:0;
	height:56px;
	width:100%;
	background-color:black;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


#restaurants {
	position:relative;
	margin: 0 auto;
	bottom:0;
	height:56px;
	width:954px;
}		

#foot-embassy-group {
	position:relative;
	margin-left: 50px;
	width:160px;
	height:56px;
	float: left;
}

#foot-divider {
	position:relative;
	top:0px;
	margin-left: 35px;
	width:2px;
	height:56px;
	float: left;
}

#foot-irish-embassy {
	position:relative;
	margin-left: 35px;
	top:0px;
	width:147px;
	height:56px;
	float: left;
}

#foot-quinns {
	position:relative;
	margin-left: 45px;
	top:0px;
	width:111px;
	height:56px;
	float: left;
}

#foot-pj {
	position:relative;
	margin-left: 45px;
	top:0px;
	width:122px;
	height:56px;
	float: left;
}

#foot-shopsys {
	position:relative;
	margin-left: 45px;
	top:0px;
	width:99px;
	height:56px;
	float: left;
}


/* PRESS / REVIEWS --------------------------------------------------------------*/


#ContentNCol div {width:180px;height:180px; float:left;}

#ContentNCol div p {
	margin: 0px 0px 0px 10px;
	color: #8f8f8f;
	font: 12px/15px 'Alegreya SC', serif;
	text-align: center;
}

#ContentNCol div p i {
	margin: 0px 0px 0px 10px;

	color: #8f8f8f;
	font: 15px/17px 'Alegreya SC', serif;
}

#ContentNCol div p a:link, #ContentNCol div p a:visited {
        margin: 0px 0px 0px 10px;
        color: #8f8f8f;
        text-decoration: none;
        font: 15px/25px 'Alegreya SC', serif;
}

#ContentNCol div p a:hover {color:#00B5ED;	text-decoration:none;border-style: none; border-width: 0px;}

#ContentNCol div p a:active {color:#0083FF; text-decoration:none;border-style: none; border-width: 0px;}

#ContentNCol div a img, #ContentNCol div a:link img, #ContentNCol div a:visited img, #ContentNCol div a:hover img, #ContentNCol div a:active img {
	padding-right:0px;
	width: 120px;
	height: 45px;
}

.photos-txt {
	color: red;
}

.photos-txt p {
	font-size: 10px;
}


/* FANCYBOX STYLES --------------------------------------------------------------*/


#PressBoxLeftColumn {
	position: absolute; 
	top: 0px; 
	left: 0px;
	overflow: hidden;
	background: #095a05;
	width: 250px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}
#PressBoxLeftColumn p img {
	padding-left: 10px;
}
#PressBoxLeftColumn p a {
	border-bottom: none !important;
}
#PressBoxLeftColumn p {
	font-family: 'Alegreya SC', serif;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	font-style: italic;
	font-weight: bold;
}
#PressBoxHeader {
	position: absolute; 
	top: 0px; 
	left: 250px;
	width: 350px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: #f7f3ed url(images/main-area-bg.jpg) repeat-y;
}
#PressBoxHeader h2{
	color:#095a05;
	font: 700 20px 'Alegreya SC', serif !important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: silver 2px 2px 3px;
	letter-spacing: 2px;		
}
#PressBoxHeader h2 span {
	font: 400 12px 'Alegreya SC', serif !important;
	line-height: 15px;
	color: #7b7b7b;
	text-shadow: none;	
	margin-right: 0px;	
}

#PressBoxContent {
	position: absolute; 
	top: 67px; 
	left: 250px;
	overflow: auto;
	width: 350px;
	height: 383px;
	padding: 0px;
	margin: 0px;
	background: #f7f3ed url(images/main-area-bg.jpg) repeat-y;
}
#PressBoxContent p {
	font-family: 'Alegreya SC', serif;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
	line-height: 1.2;
}

#PressBoxContent h1 {
	font-family: 'Alegreya SC', serif;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 30px;
	color: #000;
}

#PressBoxContent h2 {
	font-family: 'Alegreya SC', serif;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 30px;
	color: #000;
}

#PressTable {
	width: 400px;
	text-align: left;
	margin-top:35px;
	margin-left:170px;
	color: #000;
	font-family: 'Alegreya SC', serif;
	right: 50%;
	left: 50px;
	overflow: auto;
}

.PressTableTitle {
	font-family: 'Alegreya SC', serif !important;
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	color: #095a05;
}

#PressBoxContent a:link, #PressBoxContent a:visited { color:RED; text-decoration: none ;
	border-style: none; border-width: 0px;
}
#PressBoxContent a:hover {
color:#095a05;	text-decoration:none;border-style: none; border-width: 0px;}
#PressBoxContent a:active {
color:#095a05; text-decoration:none;border-style: none; border-width: 0px;}



/* - FORM STYLES ------------------------------------------- */

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	width: 400px;
}
form div label {
	display: block;
	float: left;
	width: 85px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	position: relative;
	top: -5px
}
form div {
  clear: left;
  display: block;
  width: 400px;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}
form div input, form div select, form div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
	background-color: #d7d6b3;
}
form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d6b3;
	margin: 0px 0px 0px 90px;
	padding: 0px 5px 5px 5px;
	width: 193px;
}
form div fieldset legend {
	font-size: 100%;
	color: #545223;
	padding: 0px 3px 0px 9px;
}
form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 150px;
  text-align: left;
}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 5px;
  width: 170px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
}
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}
form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}
form div small {
  display: block;
  margin: 0px 0px 5px 90px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
form div.submit {
  width: 214px;
  padding: 0px 0px 0px 90px;
}
form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #0e672e;
  color: #ffffff;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}
form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0px 0px 0px 5px;
}

/*** sports schedule **/
.clear {
    clear: both;
}
#sport_schedule_wrap {
    width: 680px;
	margin-left:1px;
}
#sport_schedule_wrap td.head{
	text-align: center;
	color:#7f7246;
	font-weight:900;
	font: 400 18px 'Alegreya SC', serif;	
}
#sport_schedule_content > div > div{
    float: left;
}
#sport_schedule_content .month_year {
	font: 400 18px 'Alegreya SC', serif;	
	width:130px;	
	font-weight: 400;	
	text-align: left;
}
#sport_schedule_content .bar {
	width:530px;	
	text-align: right;
	background-color: #7f7246;
	height:5px;
	vertical-align:bottom;
	margin:12px 0px 0px 0px;	
}
#sport_schedule_content .date{ color:#000; width:50px; float:left;}
#sport_schedule_content .sport { width:100px; float:left;	}
/**
#sport_schedule_content .competition {width:150px; float:left;}
#sport_schedule_content .teams {width:300px; float:left;	}
**/
#sport_schedule_content .competition {width:160px; float:left;}
#sport_schedule_content .teams {width:290px; float:left;	}

#sport_schedule_content .time {width:60px; float:left;	}


#sport_schedule_content > a > div > div{
	text-align: center;
	font-weight: 900;	
	font: 400 14px 'Alegreya SC', serif;	
    float: left;
	margin:5px 0px 5px 0px;
	
}

.bxslider li img {
    height: unset!important;
}

@media screen and (max-width: 1000px) {
#pop_up {
    width: 100% !important;
    margin-left: 0px!important;
    left: 0!important;
    max-width: 100%!important;
}
}
#pop_up_content {
        max-width: 100%;
    height: unset!important;
}
