@charset "utf-8";
/* CSS Document */

body, html {
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #252525;
		font-weight: 300;
		background-color: #FFFFFF;
		overflow-x: hidden;
}

a {
	color: #a9a9a9;
	text-decoration:none;
}

img {
	border: 0;
}

.sidebar-nav {
	padding-top: 20px;	
}

#logo {
	width: 226px;
	height: 90px;
	background-image:url(../img/sidebar/1001_logo.jpg);
}

#social {
	padding-top: 22px;	
	padding-bottom: 12px;
}

#social > ul {
    width: 190px;
	list-style-type:none;
}

#social > ul li {
    display: inline;
}

#footer {
	position: fixed;
	bottom: 0px;	
	width: 100%;
	background-color: #424242;
	color: #c7c7c7;
	text-align:center;
	vertical-align:middle;
	height: 45px;
	line-height: 45px;
	z-index: 95;
}

#side_info {
	padding-left: 4px;	
	padding-top: 4px;
	margin-bottom: 0;
	width: 220px;
}

#side_info hr {
	border: none;
    height: 1px;
    color: #a1a1a1;
    background-color: #a1a1a1;	
}

.side_title {
	font-size: 16px;
	font-weight: bold;	
}

@media (max-width: 1020px) {
	
.nav-list {
  padding-right: 0px;
  padding-left: 16px;
  margin-bottom: 0;
  width: 100%;
  max-width: 1020px;
  font-size: 18px;
}

.nav-list > li > a {
  width: 100%;
  max-width: 1020px;
}

#sidebar {
	display: none;
}

#topbar {
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

.container-fluid {
	/*padding-top: 65px;*/	
}

.page_title_top {
	padding-top: 0px;	
}

.about_left {
	padding-top:20px; 
	padding-right:20px;
	padding-left: 20px;
}

.about_right {
	padding-top:20px; 
	padding-right:20px; 
	padding-left: 20px;	
}

.listing_left {
	padding-top:20px; 
	padding-left: 20px;
}

.listing_right {
	padding-top:20px;
	padding-left: 20px; 
}

.photo_display {
	padding-left: 20px;
	padding-right: 20px;
}

.contact_right {
	padding-top:22px; 
	padding-right:20px; 
	padding-bottom:40px;
	padding-left: 20px;	
}

.contact_map {
	padding-right:20px; 
	padding-bottom:60px;
	padding-left: 20px;	
}

#footer {
	font-size: 11px;
}

}

@media (min-width: 1020px) {
	
.nav-list {
  padding-right: 15px;
  padding-left: 16px;
  margin-bottom: 0;
  width: 192px;
  font-size: 18px;
}
	
#sidebar {
	display: block;
	position:relative;
	height: 100%;
	width: 266px;
	z-index: 90;
}

#topbar {
	display: none;
}

.container-fluid {
	margin-left: 266px;	
	/*padding-top: 0px;*/
}

.page_title_top {
	padding-top: 20px;	
}

.about_left {
	padding-top:20px; 
	padding-right:40px;
	padding-left: 0px;
}

.about_right {
	padding-top:20px; 
	padding-right:40px; 
	padding-bottom:40px;
	padding-left: 0px;	
}

.listing_left {
	padding-top:20px; 
	padding-left: 0px;
}

.listing_right {
	padding-top:20px;
	padding-left: 20px; 
}

.photo_display {
	padding-left: 0px;
	padding-right: 0px;
}

.contact_right {
	padding-top:22px; 
	padding-right:40px; 
	padding-bottom:40px;
	padding-left: 0px;	
}

.contact_map {
	padding-right:20px; 
	padding-bottom:60px;
	padding-left: 0px;	
}

#footer {
	font-size: 14px;
}

}


.menu-btn {
	background-color: #fff;
	padding: 5px;
}

.hamburger {
	position: absolute;
	right:8px;
	top: 21px;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
	background-color: #fff;
	cursor: pointer;
}
 
.menu-btn span {
	display: block;
	width: 35px;
	height: 5px;
	margin: 6px 0;
	background: rgb(0,0,0);
	z-index: 99;
}

.menu-btn-logo {
	display: absolute;
	left: 0px;
}
 
.responsive-menu{
	display: none;
	width: 100%;
	background-color: #fff;
	padding: 2px;
}
 
.expand {
	display: block !important; 
}



.page_title {
	color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	font-size: 18px;
	font-weight:300;
	padding: 10px;
}

.sub_title {
	font-weight:600;
	font-size:16px;	
}


.feature {
	position: relative;
	overflow: hidden;
}

.home_listing {
	position: relative;	
	overflow: hidden;
}

.feature .home_listing_image {
	width: 100%;
	opacity: 1;
	z-index: 10;
}

.feature:hover .home_listing_image {
	opacity: 0.8;
}

.home_listing_description {
        position: absolute;
        bottom: 20px;
        left: 20px;
		background-color: #858585;
        width: 75%;
		z-index: 20;
		font-size:14px;
		line-height: 16px;
		padding: 10px;
		padding-top: 20px;
		padding-bottom: 40px;
		max-width: 700px;
    }
	
.home_listing_heading {
	position: absolute;
	top: -18px;
	left: 0px;
	padding: 8px;
	width: 210px;
	background-color: #ebebeb;	
	font-size: 18px;
	color: #252525;
	font-weight:500;
}

.home_listing_title {
	font-size: 20px;
	line-height: 22px;
	font-weight:bold;
	font-style:italic;
	vertical-align:top;
}

.home_listing_date {
	font-size: 16px;
	font-style: italic;
line-height: 22px;

}

.home_listing_blurb {
	font-size: 13px;
}

.home_listing_blurb_small {
	font-size: 13px;
}

.home_read_more {
	position:absolute;
	bottom: 15px;
	right: 20px;
	font-size: 16px;
	font-weight:500;
}

.home_read_more a {
	color: #252525;
}		

.listing {
	/*padding-top: 20px;*/
	overflow: hidden;
	
}

.listing img {
	width: 100%;
	opacity: 1;
}

.listing:hover img {
	opacity: 0.8;
}

.loadie {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #C33;
	width: 0;
	height: 5px;
	-webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	z-index: 9999;
}

img.lazy { 
	background: no-repeat 50% 50%; 
}

#map {
	position: relative;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: 450px;
	z-index: 1;
}

#journey_planner{
	position: absolute;
	width: 280px;
	height: 32px;
	padding: 5px;
	bottom: 230px;
	right: 50px;
	z-index: 6;
	background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	cursor: pointer;
}

#journey_planner_form {
	display:none; 
	position:absolute; 
	bottom:270px;  
	right: 50px; 
	height:150px;
	width: 280px;
	padding: 5px; 
	font-size:26px; 
	color: #ffffff;
	line-height: 28px;
	background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0077b3, #0088cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0077b3), to(#0088cc));
    background-image: -webkit-linear-gradient(top, #0077b3, #0088cc);
    background-image: -o-linear-gradient(top, #0077b3, #0088cc);
    background-image: linear-gradient(to bottom, #0077b3, #0088cc);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	z-index:5;
	font-size: 16px;
	font-weight:500;
}

.listing_article_title {
	font-size: 18px;
	font-weight:700;	
	font-style: italic;
}

.listing_article_title a {
	color: #252525;	
}

.listing_article_date {
	font-size: 16px;
	font-weight: 500;	
	font-style: italic;
}

.listing_article_room {
	font-size: 16px;	
}

.listing_article_description {
	font-size: 14px;	
}

.listing_article_description_short {
	display: inline-block;
    zoom: 1;
    *display: inline;
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
}


.listing_article_read_more {
	font-size: 14px;
	font-weight:500;	
}

.listings_break {
	margin-top: 40px;
}

.listing_article_soundcloud {
	padding-top: 30px;
}

.listing_article_nav {
	display: table;
	width: 100%;
	padding-top: 20px;
}

.listing_article_nav .cell {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
}

.photo_category_title {
	font-size: 18px;
	font-weight:500;	
}

.photo_category_description {
	font-size: 14px;	
	padding-right: 20px;
}

.photo {
	padding-top: 25px;
}

.photos_break {
	margin-top: 47px;
}

.hover {
	opacity: 1;
}

.hover:hover {
	opacity: 0.8;
}

#chew-player-21855 { 
	width: 100%;    
	display: inline-block;    
	position: relative;
}

#chew-player-21855:after {    
	padding-top: 56.25%;    
	display: block;    
	content: "";
}

#chew-player-21855 iframe {    
	border: 0;    
	position: absolute;    
	top: 0; 
	bottom: 0; 
	right: 0; 
	left: 0;    
	width: 100%;    
	height: 100%;
}


.crop {
  width: 100%;
  min-height: 458px;	
  overflow: hidden;
  position: relative;
}
  
.crop img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

.stripes {
	background-image: url(../img/stripes.jpg);
	background-repeat:repeat;
}
