body {
	font: 15px 'Montserrat', sans-serif; 
	color: #00f;
  margin: 0px;
}

#body-margin {
  padding: 0;
}

a, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	font-weight: 800;
}

.new_post {
  border: solid 0px #f00;
  overflow: hidden;
  display: flex;
}

.tags {
  display: none;
}

.new_post img {
  width: 100%;
  border: solid 3px #ff0;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.new_post_first {
  width: 70%;
  flex: 7;
}

#new_post_excerpt {
  max-width: 640px;
  overflow: auto;
}

#new_post_excerpt .more {
  float: right;
  display: inline-block;
  margin-bottom: 15px;
}

#new_footer {
  border-top: solid 3px #ff0;
  display: flex;
}

#new_footer > div {
  flex: 1;
}

#new_contact {
  color: #f0f;
}

#new_contact a {
  color: #f0f;
}

#new_contact > span {
  display: inline-block;
  float: right;
}

#new_footer_dots {
  padding-top: 20px;
}

#new_footer_dots img {
  height: 100px;
}

#new_go_to_map {
  margin-left: 20px;
  flex: 3;
  color: #f0f;
  text-align: left;
  font-size: 23px;
  font-weight: 800;
  align-self: center;
  padding: 50% 20px;
  height 100%;
}

.spacer {
  flex: 3;
}

#new_go_to_insta a {
  color: #f0f;
  transform: rotate(-90.0deg);
  display: inline-block;
  top: 50%;
  left: -49%;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.3ch;
}

#new_go_to_insta {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  flex: 3;
  position: relative;
  height: 50%;
}

#new_go_to_insta a::hover {
  font-weight: 800;
}

#new_go_to_insta a::after {
  font-size: 14px;
  letter-spacing: 0.3ch;
  content: attr(title);
  font-weight: 800;
  height: 0;
  overflow: hidden;
  display: block;
/*  visibility: hidden;*/
}


#new_go_to_insta div {
  position: absolute;
}

#new_go_to_map a {
  display: block;
  float: right;
  color: #f0f;
}

#new_load_more {
  text-align: right;
  margin-top: -15px;
}

#new_load_more a,
#new_load_more a:hover {
  color: #f0f;
}

#main-footer {
  margin-top: 40px;
}

/*  OLD */

#main-page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
  max-width: 1120px;
}
#main-headerimg {
	margin: 0 auto 15px;
	border: solid 0px black;
	height: 100px;
	text-align: center;
}
#main-headerimg img {
	height: 100%;
}
#main-menu {
	border: solid 0px black;
	text-align: center;
  margin-bottom: 5px;
}
#main-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: inherit;
  height: 1.5em;
  overflow: hidden;
}
#main-menu li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.3ch;
}

#nav-toggle:hover {
  font-size: 17px;
  font-weight: 400;
}

#nav-toggle::after {
  font-size: 17px;
  overflow: hidden;
  font-weight: 400;
}

#main-menu li a::after {
  content: attr(title);
  font-weight: 400;
  height: 0;
  overflow: hidden;
  display: block;
/*  visibility: hidden;*/
}
#main-menu li a::hover {
  font-weight: 400;
}
#main-content {
	border: solid 0px red;
}
#map {
	border: solid 2px #00f;
  height: 600px;
  min-height: 600px;
	margin: 0 auto;
	position: relative;
}
#main-mc {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 255, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#main-post-container {
	border: solid 2px #ffff00;
	overflow: auto;
	min-height: inherit;
  height: 600px;
}

#main-post {
	min-height: inherit;
	width: 100%;
	border: none;
}

div.circle {
    background: #00f;
    border-color: #00f;
    border-radius: 5px;
    border-style: solid;
    border-width: 5px;
		z-index: 15;
}

#content {
	overflow: visible;
	border: solid 0px red;
	min-height: 600px;
	height: 600px;
  padding: 0 20px;
}

.post-header {
	font-weight: 800;
	line-height: 160%;
}
.post-title {
  margin-bottom: 32px;
}

.post-content {
  max-width: 650px;
  margin: 0 auto;
}

.post-content p,
#new_post_excerpt p {
	line-height: 160%;
}

.post-content h3 {
  font-size: 15px;
}

.full {
/*  width: 1000px;*/
	padding: 0 20px 20px;
}

.full h1 {
	font-weight: 400;
}

.hidden {
  display: none;
	width: 0%;
}

.fullVis {
  width: 99%;
  display: block;
}

.right {
  float: right;
}

.fullscreen,
.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav,
.fotorama-overlay {
  background-color: #f5f2ed;
}

.thumbs > .fotorama {
  overflow: visible;
}

/* style thumbs a bit */
.thumbs a {
  text-decoration: none;
  display: inline !important;
  color: #34457b;
}
.thumbs a:hover {
  color: #af1d05;
}
.thumbs a.switch {
  border-bottom: 1px dashed;
}
.thumbs img {
  width: auto;
  border: 2px #fff solid;
  margin-left: -2px;
  max-height: 100px;
  max-width: 100px;
  vertical-align: top;
}

.thumbs a:hover img {
  border-color: #f0f;
}

/* straight “close” icon instead of “cancel fullscreen” */
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -64px 0;
}

.gallery {
}
.thumbs {
  height: 100px;
  display: inline-block;
}
#moving_strip {
  position: relative;
  left: 0;
}
#moving_strip img {
  display: inline-block;
}
.strip {
  width: 550px;  
  overflow: hidden;
  display: inline-block;
  clear: none;
  white-space: nowrap;
}
.nav {
  display: inline-block;
  clear: none;
  font-weight: 800;
  vertical-align: top;
}
.nav a, .nav a:visited, .nav a:hover {
 color: #f0f;
 display: inline-block;
 line-height: 100px;
}
.nav::after {
  content: '>';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.fotorama__thumb-border {
  border-color: #f0f;
}

.hidden_post {
  display: none;
}

/*  TMP
#main-page {
  border: solid 1px #F00;
}

#main-header {
  border: solid 1px #0F0;
}

#main-content {
  border: solid 1px #00F;
}
*/
