html,
body {
    height: 100%;
	font-family: 'Lato', sans-serif;
	color: #6f6963;
}

h1 {
	font-weight: 300;
	margin-bottom: 30px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.photo-list > div {
	margin: 0 10px 10px 0;
	width: 200px;
	height: 200px;
	text-align: center;
	box-sizing: content-box;
	float: left;
	padding: 5px;
}

.photo-list .thumbnail {
	display: inline-block;
}

.photo-list img {
	max-height: 200px;
	max-width:200px;
}

.carousel, .carousel .carousel-inner, .carousel .item {
	height: 100%;	
}

.carousel .item {
	background: #777 center center / cover no-repeat;	
}

.carousel-indicators {
	width: auto;
	bottom: 0;
	right: 30px;
	margin-left: 0;
	left: auto;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
	}
}

.home {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/shadow.png') top left no-repeat;
	background-size: 600px 100%;
	z-index: 10;
	overflow: scroll;
	transition: 0.6s;
}

.home h1 {
	display: none;
}

.main-menu {
	min-height: 100%;
    padding: 20px 20px 48px;	
    width: 250px;
	position: relative;
	transition: 0.6s;
}

.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
	border-bottom: 2px dotted #fff;
	transition: 0.5s;
	text-decoration: none !important;
	outline: 0 !important;
}

.main-menu ul li a:hover {	
	background-color: rgba(255, 255, 255, 0.2);
	transition: 0.5s;
}

.main-menu ul li ul {
	display: none;
}

.main-menu ul li ul li a {
	padding: 8px 0;
	font-size: 12px;
	border-bottom: none;	
}

.main-menu ul li ul li:last-child a {
	border-bottom: 2px dotted #fff;
}

.main-menu .logo a {
	text-indent: 200%;
	overflow: hidden;
	height: 55px;
	background: url('../img/logo.png') top center no-repeat;
	background-color: transparent !important;
}

.main-menu .contact {
	position: absolute;
	bottom: 0;
	border-top: 2px dotted #fff;
	width: 210px;
	padding: 12px 0;
	height: 50px;
}

.main-menu .contact a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;	
	height: 20px;
	text-transform: uppercase;
}

.main-menu .contact a.fb {
	background: url('../img/fb.png') center center no-repeat;
	width: 20px;	
	float: right;
}

.main-menu.dark {
	margin-top: 2px;
	float: left;
}

.navbar-toggle .icon-bar {
	background: #ccc;
	border-radius: 2px;
    height: 3px;
}

.top-bar {
	display: none;	
}

.top-bar .logo {
	background: url('../img/logo-dark.png') center center no-repeat;	
	height: 52px;
    width: 230px;
	float: left;
}

.right-column {	
	margin-left: 260px;
	padding-bottom: 100px;
}

.main-menu.dark .contact,
.main-menu.dark .contact a,
.main-menu.dark ul li a {
	color: #817d79;
	border-color: #817d79 !important;
	text-shadow: none;
	text-align: left;
}

.main-menu.dark a:hover {
	color: #000;
	text-decoration: none;
}

.main-menu.dark .active a {
	font-weight: bold;
	color: #000;
}

.main-menu.dark .logo a {
	background-image: url('../img/logo-dark.png');
	height: 77px;
}
.main-menu.dark .contact a.fb {
	background-image: url('../img/fb-dark.png')
}

table.photos {
	width: 100%;
	border-collapse: collapse;
}

table.photos td {
	width: 33%;
	padding: 5px;
	vertical-align: top;
}


table.photos .photo {
	width: 100%;
	height: 180px;
	background: #ddd center center /cover no-repeat;
	display: block;
	transition: 0.5s;
}

table.photos .photo.vertical {
	height: 370px;
}

.container {
	transition: 0.4s;
}

.map {
	width: 60%;
	float: right;
	height: 400px;
	background: #eee;
	transition: 0.5s;
	margin-bottom: 20px;
}

.breadcrumb {
	margin-top: 30px;
}

@media (min-width: 768px) and (max-width:992px) {
	table.photos .photo {
		height: 120px;
	}
	table.photos .photo.vertical {
		height: 250px;
	}
	.map {
		height: 300px;
	}
}

@media (max-width: 320px) {
	table.photos td {
		padding: 1px;
	}
	table.photos .photo {
		height: 80px;
	}
	table.photos .photo.vertical {
		height: 162px;
	}
}

@media (min-width: 321px) and (max-width: 500px) {
	table.photos td {
		padding: 2px;
	}
	table.photos .photo {
		height: 100px;
	}
	table.photos .photo.vertical {
		height: 204px;
	}
	.map {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
	.home {
		background-color: rgba(0,0,0,0.4);
		transition: 0.6s;
	}
	
	.carousel-indicators {
		display: none;
	}
	.main-menu .contact {
		width: 100%;
		position: static;
		border-top: 0;
	}
	.main-menu.dark .logo a {
		height: auto;
		background: none;
		text-indent: 0;
	}
	.top-bar {
		display: block;
	}
	.main-menu.dark {
		padding: 0;
	}
	.main-menu {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: 0.4s;		
	}
	.main-menu.visible {
		max-height: 1000px;
		transition: 0.4s;
	}
	.right-column {
		margin: 0;		
	}
	
	.map {
		float: none;
		width: 100%;
	}
}

