@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
html {
    position: relative; /*StickyFooter*/
    min-height: 100%; /*StickyFooter*/
}


/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	/*background-color: rgba(1,1,1,1.00);*/
	background-image: url('../../Accommodation/images/HeaderBG.png');
	/*background-image: url('../../Accommodation/images/background_fade.gif');*/
	background-repeat: repeat-x;
	font-family: 'Raleway', sans-serif;
	height: 100%;/*StickyFooter*/
    position: static; /*StickyFooter*/
    margin-bottom: 120px;/*StickyFooter*/
}

.gridContainer {
	
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Bitter', sans-serif;
	color: rgba(41,41,41,1.00);
	font-style: normal;
	font-weight: 400;
}
.dark {
	color: rgba(41,41,41,1.00);
}
p, li, td{
	/*font-size: 14px;*/
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 100;
	/*color: rgba(197,186,196,1.00);*/
	color: rgba(89,85,89,1.00);
	line-height: 1.8;
}

/* Footer styles*/
.footer {
	background-image: url('../../Accommodation/images/Footer-BG.png');
	background-repeat: repeat-x;
	color:#a1988e;
	padding: 5px 0 10px;
}

.footer p { margin-bottom: 0; padding-top: 5px; padding-bottom: 5px; color: #fff; font-size: 14px;}

.footer a {
	color: rgba(161,152,142,1.00);
	text-decoration: none;
}
.footer a:visited {
	color: rgba(161,152,142,1.00);
	text-decoration: none;
}
.footer a:hover {
	color: rgba(255,255,255,0.75);
	text-decoration: underline;
}

/* Link styles*/
a {
	color: rgba(37,163,216,0.75);
	text-decoration: none;
}
a:visited {
	color: rgba(37,163,216,0.75);
	text-decoration: none;
}
a:hover {
	color: rgba(37,163,216,1.00);
	text-decoration: underline;
}

/* Header & HERO styles*/
.logo {
	text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
}


/*Phil Additions below*/
/* Helpers (show-grid puts a background around the divs to show the look)
-------------------------------------------------------------- */
.show-grid div[class*='grid-'] {
  background-color: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.5em 1em
  margin-bottom: 1em;
  text-align: center;
}

/*Phil Additions below*/
/* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/
For best results, use your favorite clearfix here.
-------------------------------------------------------------- */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) */

/*Phil Additions below*/
.row {
  clear: both;
}


/*used with grid rows*/
.left
{ text-align: left; }

/*compatibility additions*/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*over-ride boilerplate*/
ul.arrows-blue {
    margin: 1em 0px;
    padding: 0;
}

.arrows-blue ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.arrows-blue li
{
	background-image: url('../../Accommodation/images/arrow-blue.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .6em;
}

/*WARNING if images are uneven height or width and are bigger than the thumb-image need to add 100% width or 100% height to the thumb image*/
#content-gallery { float: left; width: 100%; padding-right: 15px; padding-left:0;}/* Responsive Change - width from 200px to 190px;*/
a.thumb { width: 190px; height: 234px; margin: 0 10px 10px 0; float: left; display: block; background: #fff; border: 1px solid #acd0e6; text-align: center; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; color: #898989; text-decoration: none;}
a.thumb span.thumb-image { height: 165px; width: 180px; display: block; text-align: center; margin: 9px auto 0 auto; overflow: hidden;}/* Responsive Change - width from 200px to 190px;*/
a.thumb span.thumb-title { font-size: 13px; display: block; text-align: center; padding: 2px 0 0 0; overflow: hidden; width: 190px; margin: 0 auto; }
a.thumb:hover, a.thumb:focus { background: #eff5fa; border-color: #d8eaf9; color: #2d8fd7; outline: none; }
a.thumb:active { background: #eff5fa; border-color: #eff5fa; color: #2d8fd7; }

.center { text-align: center; }

/*A date*/
.item_published {
  float: left;
  color: #4db1f1;
  width: 50px;
  font-size: 17px;
  font-weight: bold;
  /*font-family: 'Asap', sans-serif;*/
  text-transform: lowercase;
  line-height: 25px;
}
.item_published span {
  font-size: 30px;
  display: block;
}
.item_published {
  overflow: hidden;
}

/*news article formating*/
.newsDate{
	font-size: 80%;
	color: #c35129;
}


.newsImageBox
{
   width:138px;
   max-width:138px;
   display: inline-block;
   float: left;
   margin-left: 0;
}

.extra-wrap 
{ 
	overflow:hidden;
}

/*puts a number or letter in a block*/
.number {
    display: inline-block;
    width: 51px;
    height: 51px;
    text-align: center;
    background: #ec8448 none repeat scroll 0% 0%;
    color: #FFF;
    font: 400 20px/51px "Bitter",sans-serif;
}

/*time date display*/
time {
    position: relative;
    display: block;
    font-size: 40px;
    color: #FFF;
    letter-spacing: -2px;
    background: #ec8448 none repeat scroll 0% 0%;
    line-height: 40px;
    padding-top: 22px;
    font-family: "Bitter",sans-serif;
    text-align: center;
    width: 70px;
}
time .month {
    margin-top: 21px;
    padding: 10px 0px;
    color: #8F8F8F;
    background: #1F1F1F none repeat scroll 0% 0%;
    text-transform: uppercase;
}

time .year {
    color: #FFF;
    padding: 8.5px 0px;
    background: #292929 none repeat scroll 0% 0%;
}
time span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.75px;
}

.event-box time {
    float: left;
    margin-right: 28px;
}
.mg-add {
    margin-top: 5px;
}

.newsHeading {
	margin-top: 20px;
	margin-bottom: 50px;
}

.formlink1 { 
	display:block; 
	float:left; 
	background:url(../../Accommodation/images/formbutton1/link1-tail.png) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:2em;
	font-size:100%;
}
.formlink1.fright {
	float:right;
}
.formlink1 em { 
	display:block; 
	background:url(../../Accommodation/images/formbutton1/link1-left.png) no-repeat left top;
}
.formlink1 b { 
	display:block; 
	background:url(../../Accommodation/images/formbutton1/link1-right.png) no-repeat right top; 
	padding:0 12px 6px 12px; 
	font-style:normal;
	font-family: 'Bitter', sans-serif;
	color:#fff;
}
.formlink1 a { 
	color:#fff;
}
.formlink1:hover { 
	text-decoration:underline;
	color: #fff;
}
.formlink1:visited {
	color:#fff;
}

.g-mt-60 {

margin-top: 60px;

}