
/* ==== NOTES ====
=======================
green colour: #aebf57;
light grey: ##707070;
dark grey: #222222;
red color: #e20000;
logo pink: #cca3b1;
Pink Bottom #f6d0db;

/* 1175px width article pictures */
/* 1920 width splash screen pics */
/* 700px width column pics */
/*
=======================
*/


.cookie
{
	text-align:center;
	position: absolute;
	background-color: #222222;
	color: white;
	border-style:solid;
	border-width:thin;
	border-bottom-color:#000;
	padding:10px;
	z-index:10;
	
	left: 0px;
	top:200px;
	width: 100%;
	height: 90px;
}

.cookie input {color:#000}

iframe 
{
	max-width: 100%;
		
}

/* website link styling */
a:link {color:#997a85; text-decoration: none;}
a:visited {color: #997a85;}
a:hover {color: #997a85; border-bottom: 1px #997a85 dotted;}
a:active {color: #997a85;} 
/* end website link styling */



/* change padding on li for navbar*/
.nav.navbar-nav > li > a
{
	padding-left:13px;
	padding-right:13px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
  }
}
/*changes nav font size after 768px*/
@media (min-width: 768px){

.changeFont
    {	
		font-size:16px;     
    }
}




/* style for slide out panel starts here*/
#panel-container 
{
	position:relative;
}



#slide-out-panel 
{
	
	width:200px;
	position:absolute;
	top: 0px;
	left: -160px;
	z-index:20;
	border-style:none;
}

#inside-panel
{
	width:160px;
	height:122px;
	padding:8px;
	background-color:#FFF;
	border-style:solid;
	border-width:thin;
	background-color:#FFF;
	border-color:#333333;
	color:#222222;
}

#slider-button {float:right;}
/* class for slide out panel ends here*/


#slide-out-panel ul {
 list-style-type: none;
}

/* add a bit of padding to bottom of things */
.pad-bottom {
	padding-bottom: 5px;
}

.pad-top {
	padding-top: 5px;
}


.trip-advisor {
	text-align:center;
	padding-left:90px;
}

body, input, textarea {
	color: #707070;
}

h1, h2, h3, h4, h5, h6 {
	color:#222;
}

b {color:#444444;}


.main-header a:link {color: #000;}
.main-header a:visited {color: #707070;}
.main-header a:hover {color: #222222; text-decoration:none;}
.main-header a:active {color: #707070;} 
.main-header a {color:#707070;}

.main-header {
	text-align:center;
	margin-top:10px;
	margin-right:16px;
	/*padding-top:px;
	margin-bottom:15px;
	
	*/
}

.header-text {
	display:block;
	padding-top:27px;
	/*
	position:relative;
	display:inline-block;
	
	white-space: nowrap;
	left:-7.5rem;
	*/
}

/*changes nav font after 922px*/
@media only screen and (max-width : 992px) {

	.changeFont
    {	
		 font-size:11px; 
    }

	.changeFont li ul li
    {	
  		font-size:11px;
		
    }
	
/* changes email font size when smaller */
	.main-header .header-text 
	{
		/*
		position:relative;
		display:inline-block;
		white-space: nowrap;
		left:-3.5rem;
		font-size:11px;
	*/
	}
	
	.main-header .mill-logo
	{
		/*
		position:relative;
		display:inline-block;
		padding-left:40px;
		padding-right:40px;
		white-space: nowrap;
		left:-3.5rem;
		*/
	}
	
.main-header .wifi-logo
	{
		/*
		position:relative;
		display:inline-block;
		white-space: nowrap;	
		left:-3.5rem;
*/
	}
	
}
/* end navbar */





.h-title {

	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	background:url(../pics/bits/single-line.png) center center repeat-x;
	letter-spacing: 4px;
	line-height: 1.6em;
	margin: 0 0 26px 0 !important;
	font-weight: bold;
	clear: both;
	position: relative;

}

.h-title span {
	background: white;
	padding: 0 1.625em;
}

h1, h2 {

	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	/*margin: 0 0 26px 0 !important;*/
	font-weight: bold;
	clear: both;
	position: relative;
}
h3 {

	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*margin: 0 0 26px 0 !important;*/
	font-weight: bold;
	clear: both;
	position: relative;
}


/*centers the navigation text after 768px wide*/
@media (min-width: 768px){
	.nav {
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float:none;
		
	}

/*stops the navbar becoming two lines*/
#nav-no-wrap {
	height:52px;
	white-space: nowrap;

}

}

.footer-style {
	 font-family: 'Merriweather', serif;
     font-size: 14px;
  	  background-color:#77695c;
	  color: #e8e6e6;
	  text-align:center;
	  padding-left: 5.5em;
	  padding-right: 5.5em;
	  padding-top: 2em;
	  padding-bottom: 1em; 
	  line-height: 1.2em;
	  }

.footer-style a:link {
	color: #f6d0db
	}
.footer-style a:visited {
	color: #f6d0db;

	}
.footer-style a:hover {
	color: #f6d0db;
	text-decoration:none;
	}
.footer-style a:active {
	color: #f6d0db;
	} 

.footer-style a {    
    border-bottom: 1px dotted #707070;
}


/* colours pushpin icon */
.glyphicon-pushpin {
	color:#e20000;
}

/* makes a border around the tabs*/
.tab-pane {

border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 0.8em;
}

/* makes text on SMALL menu bigger for easy reading */
@media (max-width: 752px){
.changeFont
    {	
		font-size:1.5em;     
    }
		.changeFont li ul li
    {	
  		font-size:1.5em; 
    }
}

/* prevents issues in IE with bullet points*/
.well
{ padding:19px;}

.main-style {
font-family: 'Merriweather', serif;
font-size: 14px;
}

