
.posts {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 2em -4em;
width: calc(100% + 6em);
}

.posts article {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
margin: 0 0 6em 6em;
position: relative;
width: calc(33.33333% - 6em);
}

.posts article .ico {
text-align: center;
}

@media screen and (max-width: 736px){
.posts img {
margin: 0 auto;
max-width:85%;
}
}
@media screen and (max-width: 1280px){
.posts img {
margin: 0 auto;
max-width:40%;
}
}
@media screen and (min-width: 1281px){
.posts img {
margin: 0 auto;
max-width:40%;
}
}

.posts article .photos {
display: block;
margin: 0 0 2em 0;
}

.posts article .photos img {
display: block;
width: 100%;
}

@media screen and (min-width: 1681px) {
.posts {
margin: 0 0 2em -1em;
width: calc(100% + 2em);
}

.posts article {
margin: 0 0 2em 1em;
width: calc(20% - 2em);
}

.posts article:nth-child(3n + 1):before {
display: none;
}

.posts article:nth-child(3n + 1):after {
width: 100%;
}

.posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
margin-bottom: 0;
}
}

@media screen and (max-width: 1680px) {
.posts article {
width: calc(25% - 1em);
}

.posts article:nth-last-child(3) {
margin-bottom: 3em;
}
}

@media screen and (min-width: 481px) and (max-width: 1680px) {
.posts {
margin: 0 0 2em -1em;
width: calc(100% + 6em);
}

.posts article {
margin: 0 0 2em 1em;
width: calc(25% - 2em);
}
}

@media screen and (max-width: 736px) {
.posts {
margin: 0.5em 0 2em 0em;
width: calc(100% + 2em);
}

.posts article {
margin: 0 0 2em 1em;
width: calc(25% - 2em);
}
}

@media screen and (max-width: 934px) {
.posts {
margin: 0 0 2em -1em;
width: calc(100% + 2em);
font-size: 110%;
}

.posts article {
margin: 0 0 2em 1em;
width: calc(33% - 2em);
}
}

@media screen and (max-width: 640px) {
.posts {
margin: 0 0 2em -1em;
width: calc(100% + 2em);
font-size: 110%;
}

.posts article {
margin: 0 0 2em 1em;
width: calc(50% - 2em);
}
}

.posts article:before {
    background: none;
    content: '';
}

.posts article:after {
    background: none;
}


.iframe-wrap {
    width: 100%;
    height: 250px;
    border: none;
    display: block;
		overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #c9c9c9;
		}
	.info {
	    float: right;
	    padding-right: 0px;
	    text-align: right;
    height: 250px;
	}
h4 {
    font-size: 16px;
    color: #4F4F4F;
    border-left: 10px solid #7ABCEB;
    padding: 6px 0px 3px 10px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    line-height: 28px;
    background-color: #E5EDFF;
		margin-bottom: 0;
		margin: 0 auto;
		width: 85%;
}

a { border: 0;}a:hover { border: 0;}
.hoverico {
  /*border-radius: 50%;*/
  transition: all 0.6s ease 0s;
}
.hoverico:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
}

p{
	line-height: 2.2em;
}

h3{ font-size: 100%;}
