/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section {
	display: block;
}

td{vertical-align:top;}
a {
    color: #89b1b9;
    text-decoration: none;
}
a:hover{color: #040709;text-decoration: none;}
ol, ul { 
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
display: block;
height: auto;
max-width: 100%;
}


/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clear, .clear:before, .clear:after { zoom: 1; clear: both; line-height:0; display: block; height: 0; overflow: hidden; }


/*------------------------------------*\
  TYPE - 12px BASE
\*------------------------------------*/

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

h1 {
 font-size: 2em; 
 line-height: 1.125em; 
 margin-top: 12px;
}

h2 {
  font-size: 1.8em; 
  line-height: 1.125em; 
}

h3 {
  font-size: 1.6em; 
  line-height: 1.2857em; 
}

h4, h5, h6 {
  font-size: 1em; 
  line-height: 1.5em; 
}

/*--- PARAGRAPHS ---*/
p {
  margin-bottom: 18px;
}

/*--- LISTS ---*/
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: square outside;
  padding-left:20px;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
background-color: #ffffff;
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 1.42857em;
margin-top: 0;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {

}
.logo {margin:auto;}

.white {color: #ffffff!important;}
.red {color: #d71920!important;}
.green {color:#93a176!important;}
.black  {color:#040709;}
.blue {color:#00b9f2;}
.red-bg {background:#d71920;}
.green-bg {background:#93a176;}
.blue-bg {background:#00b9f2;}

embed, object, iframe{max-width: 100%;}

.navbar {
position: relative;
min-height: 50px;
margin: 0;
background: #89b1b9;
}
.navbar-inverse {
border: none;
}
.navbar-nav {
float: left;
margin: 0;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
}
.navbar-toggle {border: 2px solid;}

.navbar-inverse .nav-justified>li>a {
color: #333;
padding: 18px 0;
font-size: 100%;
line-height: 100%;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-weight: bold;
white-space: nowrap;
}
.navbar-inverse .nav-justified>li>a:hover, .navbar-inverse .nav-justified>li>a:focus {color: #fff; background-color: transparent;}
.navbar-inverse .nav-justified>.active>a, .navbar-inverse .nav-justified>.active>a:hover, .navbar-inverse .nav-justified>.active>a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .nav-justified>.open>a,.navbar-inverse .nav-justified>.open>a:hover,.navbar-inverse .nav-justified>.open>a:focus{
color:#1f1b17;
background-color: transparent;
}
.nav-justified>li>.dropdown-menu {background: #00b9f2;}
.dropdown-menu {
left: 25%;
margin: 0px 0 0;
}
.dropdown-menu>li>a {
color: #fff;
font-family: 'Lato', sans-serif;
padding: 6px 10px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #82000a;
background-color: #fff;
}
.navbar-inverse .nav-justified>li>a > span {
margin-right: 4px;
}
.nav-justified>li>a {
    text-align: left;
}
.jumbotron {
clear: both;
padding: 0 0 15px 0;
margin: 0 auto;
background: transparent;
}
.social-media img {display:inline;}
.bbnz {float:right;}
.accommodation img {margin: 10px 0;}
.explore img, .reviews img {margin: 10px;}

#content {
	padding-bottom:110px; /* Height of the footer element */
}
#footer {
color: #333;
background: #89b1b9;
padding: 8px 0;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer a {
color: #333;
}
#footer a:hover {
color: #fff;
}
#footer p {
    margin-bottom: 0;
}
.row-centered {
    text-align:center;
}
.col-centered {
display: inline-block;
text-align: left;
margin: 10px;
vertical-align: top;
}
.nivo-directionNav {
display: none;
}

/********  Media Queries *********/
@media (max-width: 767px) {
  .bbnz {float:none;}
  #content {padding-bottom:180px;}
  #footer {height: 180px;
    position: absolute;}
}



/************************ TEMP ****************************/

#temp {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
}

#canvas{
  width:1170px;
  margin:auto;
  position:relative;
}

/******************** END TEMP *************************/
/* Stylesheet: main Modified On 2017-05-01 00:46:00 */
