@charset "UTF-8";
/*
Theme Name: Finnish Architecture Navigator
Theme URI: https://navi.finnisharchitecture.fi
Author: Steep Interactive Ltd
Author URI: https://www.steep.fi/
Description:
Version: 1.0
*/



body {
	padding: 50px 0 0 0;
	background: #f7f7f7;
	font-family: 'Open Sans' !important;
	overflow: auto;
}

html.layout-map body,
html.tt-lock body {
	overflow: hidden;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

a.facebook {
	color: #3b5998;
}

a.twitter {
	color: #55acee;
}

a.google {
	color: #d34836;
}

a.primary {
	color: #F92;
}

label {
	color: #888;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.checkbox label,
.checkbox-inline label {
	color: #333;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

p {
	margin-bottom: 1em;
	font-weight: 300;
	line-height: 1.5;
}

article p {
    line-height: 1.75;
}

.alert {
	border: 0;
	border-radius: 0;
}

.alert-info {
	color: #3373a6;
	background-color: #daebf8;
}

.alert-lg h1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.alert-lg .close {
	position: absolute;
	top: 15px;
	right: 15px;
}


.attachment img {
	width: 100%;
	height: auto;
}

.btn {
	border-radius: 0;
	min-height: 34px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.btn-sm {
	min-height: 30px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px;
}

.btn-primary {
	background: #FFF;
	border-color: #F92;
	color: #F92;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
	background: #F92;
	border-color: #F92;
	color: #FFF;
}

.btn-toolbar-overlay {
	margin: 2.5px;
}

.btn-group-overlay {
	float: left;
	clear: both;
	margin: 7.5px;
}

.btn-overlay {
	width: 30px !important;
	height: 30px !important;
	margin: 0;
	padding: 5px;
	border: 0;
	line-height: 20px;
}

.checkbox-addon {
	background: none;
}

.checkbox-addon label {
	margin: 0;
	font-weight: 400;
}

.checkbox-bordered {
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.checkbox-bordered label {
	display: block;
    padding: 13px 15px;
    padding-left: 25px;
}

.checkbox-bordered.checked {
	background: rgba(0,96,142,.1);
	border-color: rgba(0,96,142,1);
}

.collapse-preview {
	display: block;
	position: relative;
	max-height: 120px;
	margin-bottom: 0;
	overflow: hidden;
}

.collapse-preview:not(.in):after {
	position: absolute;
	content: '';
	bottom: 0;
	height: 50%;
	left: 0;
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); */
	pointer-events: none;
}

.collapse-preview.in {
	max-height: none;
	margin-bottom: 0;
}

.dl-horizontal dt {
	float: left;
	clear: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	color: #888;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 20px;
	padding: 5px 0;
	text-align: left;
	text-transform: uppercase;
}

.dl-horizontal dd {
	font-size: 14px;
	line-height: 20px;
	margin-left: 50%;
	padding: 5px 0;

}

.dd-inline {
	display: block;
}


.display-table {
	display: table;
	width: 100%;
}

.display-table-cell {
	display: table-cell;
}


.dropdown-menu {
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
	background-clip: padding-box;
	border-radius: 0;
	border: 0;
	margin: 0;
}

.dropdown-menu > li > a:hover {
	background: rgba(0,96,142,.1);
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
	background:  rgba(0,96,142,.2);
	color: inherit;
}

.dropdown-header {
	font-size: 12px;
	padding: 5px 10px;
}




/* ***** */

.form-control {
	border-radius: 2px;
	padding-left: 6px;
}




.img-full {
	width: 100%;
	height: auto;
}

/* http://embed.plnkr.co/5D8fv5o5egpKpYz509O3/preview */

.inner-addon {
	position: relative;
}

.inner-addon .icon {
	position: absolute;
	top: 0;
	border: 0;
	background: none;
	cursor: default;
}

.inner-addon .icon {}

.inner-addon .icon:before {
	font-size: 16px;
	line-height: 20px;
}

.inner-addon button.icon:hover {}

.inner-addon span.icon {
	pointer-events: none;
}

.inner-addon .left-addon-icon {
	left:  0;
}

.inner-addon .right-addon-icon {
	right: 0;
}

.inner-addon.left-addon input  {
	padding-left:  40px;
}

.inner-addon.right-addon input {
	padding-right: 40px;
}

.lead {
	line-height: 1.5;
}


.modal-backdrop.in {
    opacity: .8;
}

.map {
	background: #ccc;
}

.map-fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin-top: 300%;
	padding-top: 100px;
	z-index: 300;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

html.layout-map .map-fixed {
	margin-top: 0;
}


.map-static {
	position: relative;
	width: 100%;
	height: 200px;
}


.map-canvas {
	position: relative;
	width: 100%;
	height: 100%;
}

.map-canvas .cluster {
	background-repeat: no-repeat;
	background-position: center;
}


.map-canvas .cluster {
	background-image: url('mapmarkers/cluster-default-S.svg');
}

.map-canvas .cluster.active {
	background-image: url('mapmarkers/cluster-active-S.svg');
}

.map-canvas .cluster-medium {
	background-image: url('mapmarkers/cluster-default-M.svg');
}

.map-canvas .cluster-medium.active {
	background-image: url('mapmarkers/cluster-active-M.svg');
}

.map-canvas .cluster-large {
	background-image: url('mapmarkers/cluster-default-L.svg');
}

.map-canvas .cluster-large.active {
	background-image: url('mapmarkers/cluster-active-L.svg');
}

.map-canvas .marker {
	width: 26px;
	height: 34px;
	padding: 6px 0 0 0;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.map-canvas .marker-approximate {
	/*color: transparent;
	//cursor: default;
	//pointer-events: none !important;*/
	background-image: url('mapmarkers/marker-approximate-default.svg');
	color: #FB9200;
}

.map-canvas .marker-approximate.active {
	/*color: transparent;
	//cursor: default;
	//pointer-events: none !important;*/
	background-image: url('mapmarkers/marker-approximate-active.svg');
	color: #00608F;
}

.map-canvas .marker-precise {
	background-image: url('mapmarkers/marker-precise-default.svg');
	color: #fff;
}

.map-canvas .marker-precise.active {
	background-image: url('mapmarkers/marker-precise-active.svg');
	color: #fff;
}

.map-footer {
	display: none;
}

.map-footer.active {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,.15);
}

.map-legend {
	position: absolute;
    top: 10px;
    left: 10px;
	max-width: 80%;
    padding: 5px 10px;
	background: #fff;
    font-size: 11px;
}

.map-fixed .map-controls {
	position: absolute;
	top: 100px;
	right: 0;
}

.map-static .map-controls {
	position: absolute;
	top: 0;
	right: 0;
}




.mm-navbar {
    line-height: 30px;
    height: 50px;
}

.mm-navbar .mm-title {
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.mm-panel > .mm-navbar + .mm-listview {
    margin-top: -10px;
}

.mm-listview > li {
	text-align: center;
}

.mm-listview > li > a,
.mm-listview > li > span {
    padding: 15px;
    line-height: 20px;
}

.mm-listview > li > a:hover,
.mm-listview > .active > a,
.mm-listview > .active > a:hover,
.mm-listview > .active > a:focus {
	color: #FFF;
	background-color: transparent;
}

.mm-listview .mm-divider {
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .05em;
	text-indent: 0;
}

.mm-menu.mm-theme-dark {
	background: #111;
}

.mm-menu.mm-theme-dark .mm-navbar {
    border-color: transparent;
}

.mm-menu.mm-theme-dark .mm-listview .mm-divider {
	background: transparent;
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: transparent;
}



.navbar {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	max-height: 100%;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px -2px;
}

.navbar-header {
	display: table-cell;
	vertical-align: middle;
}

.navbar-search {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.navbar-toggle-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.navbar-brand {
	float: left;
	height: 50px;
	margin-left: -15px;
	padding: 13px 10px 13px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.navbar-brand img {
	width: auto;
	height: 24px;
}

.navbar-toggle {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 -15px 0 0;
	padding: 18px 15px;
	border: 0;
	border-radius: 0;
	font-size: 14px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
}

.navbar-search .form-group {
	margin: 0;
}

.navbar-search .form-control {
	height: 30px;
	background: #fff;
	border: 0;
	border-radius: 2px;
	color: #333;
	font-size: 12px;
}

.navbar-search .form-control:focus {
	outline: auto;
	box-shadow: none;
}

.navbar-search .inner-addon {
	height: 30px;
}

.navbar-search .inner-addon .icon {
	padding: 5px;
}

.navbar-search .inner-addon .icon {
	color: #333;
}

.navbar-search .inner-addon .icon:before {
	font-size: 16px;
	line-height: 20px;
}

.navbar-search .inner-addon .icon:hover {
	color: #49D;
}

.navbar-search-background {
	position: absolute;
	width: 100%;
	background: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

.navbar-search-menu {
	display: none;
}

.navbar-search-menu.tt-open {
	display: block;
}

.navbar-static-bottom {
	text-align: center;
}

.navbar-inverse {
	background-color: #111;
	border-color: transparent;
}

.navbar-inverse .navbar-brand {
	color: #DDD;
}

.navbar-inverse .navbar-nav > li > a {
	color: #DDD;
}

.navbar-inverse .navbar-nav > .featured > a,
.navbar-inverse .navbar-nav > .primary > a {
	color: #F92;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: transparent;
}

.navbar-inverse .navbar-brand:hover {
	color: #49D;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
	background: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #DDD;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: #49D;
}


.nav-submenu > li > a {
	letter-spacing: .025em;
	text-transform: uppercase;
}

.nav-submenu > li > a:hover,
.nav-submenu > li > a:focus {
	background-color: transparent;
}

.nav-submenu > .active > a,
.nav-submenu > .active > a:hover,
.nav-submenu > .active > a:focus {
	color: #fff;
	background-color: #49d;
}

.page {
	background: #f7f7f7;
}

.page-navbar {
	width: 100%;
	background: #fff;
	z-index: 1010;
}

.page-navbar.fixed {
	position: fixed;
	top: 50px;
}

.page-navbar .nav {
	display: inline-block;
}

.page-navbar .navbar-nav {
	margin: 0 -10px;
}

.page-navbar .navbar-nav > li {
	display: inline-block;
	float: left;
}

.page-navbar .navbar-nav > li> a {
	margin: 0;
	padding: 15px;
	min-width: 50px;
	height: 50px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.page-navbar .navbar-nav > li> a .caret {
	margin-left: 5px;
}

.page-navbar .navbar-nav > li> a .icon {
	line-height: 20px;
}

.page-navbar .navbar-nav > li > a:hover,
.page-navbar .navbar-nav > li > a:focus {
	background: none;
}

.page-navbar .navbar-nav .open > a,
.page-navbar .navbar-nav .open > a:focus {
	background: rgba(0,96,142,.1)
}
.page-navbar .navbar-nav .active > a,
.page-navbar .navbar-nav .active > a:focus {
	background:  rgba(0,96,142,1);
	color: #ffffff;
}
.page-navbar .navbar-nav > li > a:hover {
	background: transparent;
	color: rgba(37,117,166,1);
}
.page-navbar .navbar-nav .open > a:hover {
	background: rgba(0,96,142,.2);
	color: rgba(37,117,166,1);
}
.page-navbar .navbar-nav .active > a:hover {
	background: rgba(0,96,142,1);
	color: #ffffff;
}

.page-navbar .navbar-nav > li > a.primary,
.page-navbar .navbar-nav > li > a.primary:focus {
	color: rgba(251,146,0,1);
}
.page-navbar .open > a.primary,
.page-navbar .open > a.primary:focus {
	background: rgba(251,146,0,.2);
}
.page-navbar .navbar-nav .active > a.primary,
.page-navbar .navbar-nav .active > a.primary:focus {
	background: rgba(251,146,0,1);
	color: #ffffff;
}
.page-navbar .navbar-nav > li > a.primary:hover {
	background: transparent;
	color: rgba(218,122,0,1);
}
.page-navbar .navbar-nav .open > a.primary:hover {
	background: rgba(251,146,0,.2);
	color: rgba(218,122,0,1);
}
.page-navbar .navbar-nav .active > a.primary:hover {
	background: rgba(218,122,0,1);
	color: #ffffff;
}


.page-cover {
	display: block;
	background: #fff;
	overflow: hidden;
}

.page-cover.has-background {
	width: 100%;
	height: 180px;
	background-position: center;
	background-size: cover;
}

.page-title {
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.page-cover .page-title {

}

.page-cover .page-tagline {
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
}

.page-navbar .page-title {
	padding-right: 5px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




.page-content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}


.posts {
	margin: 0 -10px;
	padding: 0;
}

.post {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 10px;
	cursor: pointer; /* required for event bubbling in IOS */
}

.post,
.post a {
	color: rgba(255,255,255,1);
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.post:hover,
.post:hover a {
	color: rgba(255,255,255,.75);
}

.post:hover a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.post-grid {
	margin-bottom: 10px;
}

.post .post-background {
	position: relative;
	width: auto;
	height: auto;
	background-color: #16A;
	background-size: cover;
	background-position: center;
}

.post .post-background:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
	pointer-events: none;
}


/*.post-term .post-background:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/selection-background-corner-right.png), url(images/selection-background-corner-left.png), url(images/selection-background-shadow.png);
	background-position: top right, bottom left, bottom right;
	background-repeat: no-repeat, no-repeat, no-repeat;
	pointer-events: none;
	z-index: 100;
}*/

.post .post-header {
	position: absolute;
	top: 10px;
	right: 20px;
	width: auto;
	height: auto;
	padding: 0;
	font-size: 12px;
	letter-spacing: .025em;
	line-height: 20px;
	z-index: 200;
}

.post .post-header a {
	display: inline-block;
	margin-left: 1ex;
}

.post .post-header .icon:before {
	position: relative;
	font-size: 120%;
	line-height: 20px;
}

.post .post-body {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
}


.post .post-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

.post .post-icon {
	margin-left: 0;
	margin-right: .4em;
}

.post .post-icon:before {
	position: relative;
	top: -1px;
	margin: 0;
	font-size: 85%;
	line-height: 1;
}

.post .post-details {
	margin: 0;
	padding: 0;
	list-style: none;
	pointer-events: none;
}

.post .post-details li {
	display: inline;
	margin-right: 1ex;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .025em;
}






.post-mini a {
	float: left;
	width: 100%;
	height: 100%;
	color: inherit;
}

.post-mini a:focus,
.post-mini a:hover {
	color: #49D;
	text-decoration: none;
}

.post-mini .post-background {
	float: left;
	width: 100px;
	margin: 0;
	background-color: #16A;
	background-size: cover;
	background-position: center;
}

.post-mini .post-header {
	display: none;
}

.post-mini .post-body {
	position: absolute;
	top: 10px;
	left: 110px;
	right: 0;
	width: auto;
	height: auto;
	padding: 0;
}

.post-mini .post-title {
	margin: 0 10px 5px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-mini .post-details {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
}

.post-mini .post-details li {
	display: inline;
	margin-right: 1ex;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .025em;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-cover-slider + .section-v2 {
	padding-top: 35px;
}

.section-break {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-actions {
	margin: 0 -5px 15px -5px;
	padding: 0;
	list-style: none;
}

.section-actions > li {
	display: inline-block;
}

.section-actions > li > a {
	margin: 0 7.5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.section-actions > li > a:hover,
.section-actions > li > a:focus {
	text-decoration: none;
}


.section-title {
	margin-top: 0;
	margin-bottom: 15px;
	padding-right: 5px;
	color: #888;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 20px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.section.footer {
	margin-top: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #111;
	color: #fff;
}

.sidebar {
	position: relative;
	width: 100%;
}

.twitter-typeahead {
	display: inline-block !important;
	width: 100%;
}

.tt-dataset {
	margin: 0;
}

.tt-header {
	padding: 10px;
	color: #439dd5;
	font-size: 12px;
	pointer-events: none;
}

.tt-hint {
	color: #888;
}

.tt-suggestion {
	padding: 10px;
	border-bottom: solid 1px  rgba(0,96,142,.1);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.025em;
}

.tt-suggestion-icon {
	display: table-cell;
	color: #ccc;
}

.tt-suggestion-label {
	display: table-cell;
	padding-left: 10px;
	white-space: nowrap;
}

.tt-cursor,
.tt-suggestion:hover {
	background-color: rgba(0,96,142,.1);
	cursor: pointer;
}

.tt-cursor .tt-suggestion-icon,
.tt-suggestion:hover .tt-suggestion-icon {
	color: rgba(0,96,142,1);
}

/*
#infscr-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	overflow: hidden;
	z-index: 5000;
}

#infscr-loading img {
	display: none;
}
*/

#infscr-loading {
	position: absolute;
	bottom: -60px;
	width: 100%;
	height: 30px;
	background-image: url(images/preloader-blue-30x30.svg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	z-index: 9999;
}

#infscr-loading img {
	display: none;
}

#fancybox-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	background-image: url(images/preloader-white-30x30.svg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	z-index: 9999;
}

#sidebar-loading {
	position: relative;
    width: 30px;
    height: 30px;
    margin: 10px 20px 10px 0;
	background-image: url(images/preloader-blue-20x20.svg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	z-index: 9999;
}

.dl-horizontal dd p {
	font-size: 14px;
	color: #49d;
	font-weight: 400;
	line-height: 20px;
}

@media (min-width: 768px) {

	body {
		padding: 70px 0 0 0;
		min-height: 100%;
		background: #f7f7f7;
	}


	p {
		font-size: 16px;
	}


	.alert-lg h1 {
		font-size: 18px;
	}


	.btn-overlay {
		width: 40px !important;
		height: 40px !important;
		padding: 10px;
	}

	.collapse-preview {
		margin-bottom: 15px;
	}

	.collapse-preview.in {
		margin-bottom: 0;
	}

	.container {
		width: 760px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-resizeable {
		-webkit-transition: width 400ms ease;
		-ms-transition: width 400ms ease;
		transition: width 400ms ease;
	}

	.dl-horizontal dt {
		font-size: 12px;
		width: 100px;
	}

	.dl-horizontal dd {
		font-size: 14px;
		margin-left: 110px;
	}

	.dl-horizontal dd p {
		font-size: 14px;
		color: #49d;
		font-weight: 400;
		line-height: 20px;
	}

	.form-group {
		margin-bottom: 30px;
	}

	.lead {
		font-size: 18px;
	}

	.map-fixed {
		position: fixed;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		margin: 0;
		margin-right: -100%;
		padding-top: 70px;
	}

	.map-fullscreen {
		width: 100%;
		height: 100%;
	}

	.map-fixed .map-controls {
		position: absolute;
		top: 70px;
		bottom: auto;
	}

	.map-static {
		height: 320px;
	}

	.map-static .map-controls {
		position: absolute;
		top: 0;
		right: 0;
	}

	.map-footer,
	.map-footer.active {
		display: none;
	}

	.map-legend {
		top: 15px;
		left: 15px;
		padding: 10px 15px;
		font-size: 14px;
	}

	.navbar-header {
		display: inline-block;
		float: left;
	}

	.navbar-search {
		display: inline-block;
		float: left;
		width: 300px;
		margin: 0;
		padding: 15px;
	}

	.navbar-search .form-control {
		background: #fff;
		height: 40px;
	}

	.navbar-search .inner-addon {
		height: 40px;
	}

	.navbar-search .inner-addon .icon {
		padding: 10px;
	}

	.navbar-search .inner-addon .icon:hover {
		color: #49D;
	}

	.navbar-toggle-wrapper {
		display: none;
	}

	.navbar-toggle {
		display: inline-block;
		width: 70px;
		height: 70px;
		padding: 28px 25px;
	}

	.navbar-brand {
		height: 70px;
		padding: 20px 15px;
	}

	.navbar-brand img {
		width: auto;
		height: 30px;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}

	.navbar-toggle-button {
		height: 70px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.navbar-nav.navbar-right {
		margin-right: 0;
	}

	.navbar-nav > li > a {
		padding: 25px 15px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.025em;
	}

	.navbar-search .form-group {
		width: 100%;
	}

	.navbar-search .form-control {
		width: 100%;
		height: 40px;
		border-radius: 2px;
	}

	.navbar-inverse .navbar-brand:hover {
		color: #FFF;
	}


	.page-cover.has-background {
		height: 240px;
	}

	.page-navbar {
		position: absolute;
		width: 100%;
		-webkit-transition: width 400ms ease;
		-ms-transition: width 400ms ease;
		transition: width 400ms ease;
	}

	.page-navbar.fixed {
		position: fixed;
		top: 70px;
	}

	.page-navbar .navbar-nav {
		margin: 0;
	}

	.page-navbar .navbar-nav > li > a {
		height: auto;
		padding: 30px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.page-navbar .navbar-nav > li.toggle > a {
		margin: 15px 0;
		padding: 15px;
	}

	.page-navbar-resizeable .page-title,
	.page-navbar-resizeable .navbar-nav > li > a{
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		transition: all 400ms ease;
	}

	.page-navbar-resizeable:not(.fixed) .page-title {
		/*padding-top: 45px;
		padding-bottom: 45px;
		font-size: 36px;*/
	}

	.page-navbar-resizeable:not(.fixed) .navbar-nav > li > a {
		/*padding: 60px 15px;*/
	}

	.page-title {
		padding: 20px 0;
		padding-right: 15px;
		font-size: 24px;
		font-weight: 300;
		line-height: 40px;
	}

	.page-navbar .page-title {

	}

	.page-cover .page-title {
		padding: 30px 0;
	}

	.page-cover .page-tagline {
		position: relative;
		margin-top: -15px;
		margin-bottom: 30px;
	}

	.post {
		width: 50%;
	}

	.post-grid {
		margin-bottom: 20px;
	}

	/*.post-background,
	.post:not(.post-photo) .post-background {
		position: relative;
		float: none;
		width: auto;
		height: auto;
	}
	*/





	.post .post-body {
		left: 25px;
		right: 25px;
		bottom: 15px;
	}

	.post .post-header {
		right: 25px;
		top: 15px;
	}

	.post .post-icon {
		display: inline-block;
	}

	.post .post-details li {
		font-size: 12px;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.page-cover-slider + .section-v2 {
    padding-top: 60px;
	}

	.section-break {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.section-actions {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.section-actions > li > a{
		font-size: 14px;
	}

	.section-title {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
	}

	.section.footer {

	}

	.sidebar {
		width: 100%;
		z-index: 1;
		-webkit-transition: width 400ms ease;
		-ms-transition: width 400ms ease;
		transition: width 400ms ease;
	}

	.twitter-typeahead {
		display: inline-block !important;
	}

	.tt-hint,
	.tt-input {
		width: 100% !important;
	}

	.tt-suggestion-icon {
		padding-left: 15px;
	}

	#sidebar-loading {
		margin: 25px 10px;
	}


	/* map layout implications */

	html.tt-lock body {
		overflow: hidden;
	}

	html.layout-map body {
		overflow: auto;
	}

	html.layout-map .container-resizeable {
		max-width: none;
		width: 100%;
	}

	html.layout-map .col-fluid {
		max-width: none;
		width: 100%;
	}

	html.layout-map .footer {
		display: none;
	}

	html.layout-map .map-fixed {
		margin-right: 0;
	}

	html.layout-map .sidebar {
		width: 50%;
	}

	html.layout-map .page-navbar {
		width: 50%;
	}

	html.layout-map .post {
		width: 100%;
	}

	html.layout-map .post.active .post-background:after,
					.post:hover .post-background:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,96,142,.75);
	}

	.post-photo:hover:after {
		content: "";
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
		bottom: 0;
		width: auto;
		height: auto;
		background: rgba(0,96,142,.5);
	}

}

/* modifications by la&la */

a:hover, a:focus {
  color: #49d;
}

.section-v2 .section-title {
	font-size: 24px;
	text-transform: none;
	font-weight: 300;
	line-height: 1.2;
	overflow-x: inherit;
	color: #333;
	margin-left: 4px;
}

/* slider, la&la */

.container .slick-slider {
	margin-left: -10px;
	margin-right: -10px;
}

.container .slick-slider .post-single .post, .container .slick-slider .post-pair .post, .container .slick-slider .post-triple .post {
	width: 100%;
}

.container .slick-slider .post-pair .post:last-of-type, .container .slick-track > .post, .slick-slider .post-triple .post:last-of-type {
	margin-bottom: 0;
}

/*
.post.slick-slide {
	padding-left: 0;
	padding-right: 0;
}
*/

.post-triple a {
	display: block;
	overflow: auto;
	background: white;
}

.post-triple .post {
}

.post-triple .post-background {
	width: 33.3%;
	float: left;
}

.post-triple .post-body {
	position: static;
	width: 66.6%;
	float: right;
	text-align: center;
	padding-top: 5%;
	text-shadow: none;
	color: #333;
}

.container .slick-next, .container .slick-prev {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer;
	position: absolute;
	top: 50%;
	width: 18px;
	height: 28px;
	margin-top: -14px;
}

.container .slick-prev {
	left: -30px;
}

.container .slick-next {
	right: -30px;
}

/* cover slider, la&la */

.page-cover-slider {
	position: relative;
}

.lala-slider-text-container {
	width: 1200px;
	left: calc(50% - 600px);
	position: absolute;
	top: 0;
	z-index: 1;
}

.lala-slider-text {
	width: 635px;
	height: 240px;
	margin-top: calc(20vw - 120px);
	background: #111111cc;
	color: #fff;
	padding: 10px 30px;
}

.lala-slider-text p {
	font-size: 14px;
}

.lala-slider-text h1 {
	margin-bottom: 20px;
}

.lala-slider-front-page-slide {
	height: 40vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lala-slider-locations .post .post-details li {
	margin-right: 0;
}

/* submit form, la&la */

div.wpcf7 {
	margin-top: 30px;
}

.wpcf7 label, .wpcf7 textarea, .wpcf7 input[type="text"] {
	width: 100%;
}

span.wpcf7-list-item {
    margin: 0 0 0 0;
}

@media (max-width: 1441px) {
	.lala-slider-text-container {
		width: 960px;
		left: calc(50% - 480px);
	}
}

/*
@media (min-width: 992px) {
	.single-post .col-md-6 {
	    float: right;
	}
}
*/

@media (max-width: 991px) {
	.lala-slider-text-container {
		left: calc(50% - 360px);
	}
	.lala-slider-text {
		width: 476px;
		height: 190px;
		margin-top: calc(20vw - 95px);
		padding: 1px 20px;

	}
	.lala-slider-text h1 {
		font-size: 20px;
	}
	.lala-slider-text p {
		font-size: 12px;
	}


	/* project content order */

	.single-post .row {
	  display: flex;
	  flex-wrap: wrap;
		margin-top: 14px;
	}

	.single-post .row > div {
		width: 100%;
	}

	.single-post .row > div:first-of-type {
		order: 2;
	}

	.single-post .row > div:last-of-type {
		margin-bottom: 20px;
	}

	.slick-slider .post .post-details {
		line-height: 14px;
	}

	.slick-slider .post .post-title, 	.slick-slider .post .post-details li, 	.slick-slider .post .post-header a {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 800px) {

	.page-cover-slider ~ .section .section-title {
		text-align: center;
	}

	/*
	.container .slick-slider .slick-prev, .container .slick-slider .slick-next {
		display: none !important;
	}
	*/

	.container .slick-next, .container .slick-prev {
    width: 13.5px;
    height: 21px;
    margin-top: 0;
		margin-left: 30px;
		margin-right: 30px;
		top: -38px;
	}

}

@media (max-width: 767px) {
	.container .slick-slider {
    margin-left: -5px;
    margin-right: -5px;
	}
	.container .slick-slider .post {
    padding: 0 5px;
	}
	.lala-slider-text-container {
		position: static;
		width: 100%;
	}
	.lala-slider-text {
		width: 100%;
		height: auto;
		background: #fff;
		margin-top: 0;
		color: #333;
	}
	.lala-slider-text h1 {
		font-size: 14px;
    font-weight: 700;
    line-height: 20px;
		margin-bottom: 14px;
	}
	.lala-slider-text p {
		font-size: 14px;
	}
	.lala-slider-front-page-slide {
    height: 50vw;
	}
}

@media (max-width: 720px) {
}

/* tag cloud, la&la */

.lala-tag-cloud a {
	background: white;
	color: #333;
  padding: 6px 12px;
  margin: 10px 20px 10px 0px;
  white-space: nowrap;
	font-size: 16px;
	font-weight: 200;
  line-height: 20px;
	border-radius: 4px;
  display: block;
  float: left;
}

.lala-tag-cloud a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00608ebf;
}

@media (max-width: 767px) {
	.lala-tag-cloud a {
	  padding: 3px 6px;
	  margin: 6px 12px 6px 0px;
		font-size: 14px !important;
	  line-height: 18px;
		border-radius: 3px;
	}
	.section-v2 .section-title {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.section-v2 .section-title {
		font-size: 16px;
	}
	.container .slick-next, .container .slick-prev {
    width: 12px;
    height: 18.7px;
		top: -35px;
		margin-left: 45px;
		margin-right: 45px;
	}
}

/* architects, la&la */

.lala-architect-placeholder {
	padding-top: 114%;
}

/* accessibility, la&la */

/* links */
a, a.btn-link {
	color: #0073ce;
}
a:hover, a:focus {
  color: #005ea9;
}
.page-cover-slider a {
	color: #6cb0e6;
}
.section-title a {
	color: #4694d2;
}
/* bookmark link */
.page-navbar .navbar-nav > li > a.primary, .page-navbar .navbar-nav > li > a.primary:focus {
    color: #6D6D6D;
}
.page-navbar .navbar-nav > li > a.primary:hover {
    color: #3D3D3D;
}

/* slider */
.lala-slider-pause-play {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: #111111cc;
	font-size: 12px;
	padding: 5px 10px;
}
.lala-slider-play {
	display: none;
}
/* to make room for pause/play button */
@media (max-width: 767px) {
	.lala-slider-text {
	    padding-bottom: 2em;
	}
}

/* slider focus */
.slick-slider .post > a {
	outline-offset: 3px;
}

/* form labels */

label {
  color: #777070;
}

/* Stupid fix for too long headings on mobile */
/*
.section-v2 .section-title {
    overflow-x: hidden;
}
*/

/* previews */
/*
.post {
  cursor: auto;
}
*/

@media (min-width: 992px) {

	.alert-lg h1 {
		font-size: 21px;
	}

	.container {
		width: 1000px;
	}

	.lead {
		font-size: 21px;
	}

	.post {
		width: 33.33%;
	}


	.post-lg .post-background {
		padding-bottom: 6px;
	}

	.map-static {
		height: 360px;
	}

	.navbar-brand {
		height: 70px;
		padding: 23px 15px;
	}

	.navbar-brand img {
		width: auto;
		height: 24px;
	}

	.navbar-search {
		width: 320px;
	}

	.navbar-search .form-control {
		font-size: 14px;
	}


	.page-cover.has-background {
		height: 320px;
	}

	.page-cover .page-title {
		padding: 30px 0;
	}


	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	html.layout-map .post {
		width: 50%;
	}

}

@media (min-width: 1442px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
	.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
	.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
	.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
	.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
	.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container {
		width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.navbar-brand {
		height: 70px;
		padding: 21px 15px;
	}

	.navbar-brand img {
		width: auto;
		height: 28px;
	}

	.navbar-search {
		width: 480px;
	}

	.posts {
		margin-left: -15px;
		margin-right: -15px;
	}

	.post {
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-grid {
		margin-bottom: 30px;
	}

	.post .post-body {
		left: 30px;
		right: 30px;
		bottom: 15px;
	}

	.post .post-header {
		right: 30px;
		top: 15px;
	}

	.page-cover.has-background {
		height: 360px;
	}

	.page-cover .page-title {
		padding: 45px 0;
	}

	.page-cover .page-tagline {
		position: relative;
		margin-top: -30px;
		margin-bottom: 45px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.section {
		padding-top: 45px;
		padding-bottom: 45px;
	}


	.post-photo:hover:after {
		left: 15px;
		right: 15px;
	}


}
