@charset "utf-8";
/* CSS Document */
.schermo_full{
	border:1px solid #CCC;
	width:100%;
	min-height:100%;
	height:auto;
	position:relative;
}
.schermo_full>.search_container{
	position: relative;
	top:0;
	left:0;
	margin-top: -moz-calc(100% - (75%));
    margin-top: -webkit-calc(100% - (75%));
    margin-top: calc(100% - (75%));
    display:block;
}
.slim_fit{
	border:1px solid #CCC;
	width:100%;
	height:auto;
	position:relative;
}
.gsc-input{margin-bottom:0px !important;}
.gsc-adBlock{display:none !important;}
.gsc-resultsHeader{display:none !important;}
body {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.image-grid {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 5px 0;
}

.image__cell {
  float: left;
  position: relative;
}

.image--basic {
  padding: 0 5px;
}

.helper__basic__img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.basic__img {
  display: block;
  max-width: 100%;
  max-height:160px;
  vertical-align: middle;
  height: auto;
  margin: 0 auto;
}

.image__cell.is-collapsed .image--basic, .image__cell.is-expanded .image--basic{
  cursor: pointer;
  min-height: 160px;
  white-space: nowrap;
  text-align: center;
  position:relative;
}

.image__cell.is-expanded .image--expand {
  max-height: 500px;
  margin-bottom: 10px;
}

.image--expand {
  position: relative;
  left: -5px;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
  background: #222;
  max-height: 0;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s;
}

.image__cell.is-collapsed .arrow--up {
  height: 10px;
  width: 100%;
}

.image__cell.is-expanded .arrow--up {
  border-bottom: 8px solid #222;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
}

.expand__close:before {
  content: 'x'; /*content: '×';*/
}

.expand__close:hover {
  color: #fff;
}

.image--large {
  max-width: 50%;
  height: auto;
  float:left;
  max-height:470px;
  /*display: block;*/
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 530px) {

  .image__cell {
      width: 50%;
  }

  .image__cell:nth-of-type(2n+2) .image--expand {
      margin-left: -100%;
  }

  .image__cell:nth-of-type(2n+3) {
      clear:left;
  }

  .image--expand {
      width: 200%;
  }
  .image--large {
  max-width: 50%;
  height: auto;
  float:left;
  max-height:470px;
  /*display: block;*/
  padding: 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
.image-large-info, .image-large-info > a{
	color:white;
}
.image-large-info{
	max-width: 43%;
	float:left;
	margin:0;
	text-align:center;
	padding:5px;
}
.expand__close {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #454545;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}
.image-large-thumbs > a > img{
	height:30px !important;
	width:30px !important;
	border:1px solid #FFF;
	margin:2px;  
	object-fit: cover;
}
/* BUTTON */
a.irc_but {
    display: inline-table;
    height: 100%;
    margin: 0;
    margin-right: 10px;
    padding: 0 4px;
}
a.irc_but:link {
    cursor: pointer;
}
a.irc_but:visited {
    color: #609;
}
a.irc_but:link, a.irc_but:visited, a.irc_but:active {
    color: #1a0dab;
}
.irc_but {
    background-color: #454545;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,#3e3e3e),color-stop(1,#333));
    background-image: -webkit-linear-gradient(top,#3e3e3e,#333);
    background-image: linear-gradient(top,#3e3e3e,#333);
    border: 1px solid #141414;
    border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,.06), 1px 1px 0 rgba(255,255,255,.03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255,255,255,.05);
    box-shadow: 0 1px 0 rgba(255,255,255,.06), 1px 1px 0 rgba(255,255,255,.03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255,255,255,.05);
    color: #aaa !important;
    cursor: pointer !important;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#262626');
    font-size: 9px;
    font-weight: bold;
    margin: 0 2px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    -webkit-user-select: none;
    user-select: none vertical-align:middle;
    white-space: normal;
    word-wrap: normal;
}
.irc_but_t {
    display: table-cell;
    padding: 1px 0;
    vertical-align: middle;
}
/* /BUTTON */
.social_left{width:100%; float:left; text-align: center;}
.social_right{width:100%; float:left; text-align: center;}
}

@media only screen and (min-width: 531px) {
  .image__cell {
      width: 20%;
  }
  
  .image__cell:nth-of-type(5n+2) .image--expand {
    margin-left: -100%;
  }

  .image__cell:nth-of-type(5n+3) .image--expand {
    margin-left: -200%;
  }

  .image__cell:nth-of-type(5n+4) .image--expand {
    margin-left: -300%;
  }
  
  .image__cell:nth-of-type(5n+5) .image--expand {
    margin-left: -400%;
  }

  .image__cell:nth-of-type(5n+6) {
    clear: left;
  }
  
  .image--expand {
    width: 500%;
  }
  .image-large-info, .image-large-info > a{
	color:white;
}
.image-large-info{
	max-width: 43%;
	min-width: 42%;
	float:left;
	margin:0;
	text-align:center;
	padding:40px;
}
.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #454545;
  font-size: 50px;
  line-height: 35px;
  text-decoration: none;
}
.image-large-thumbs > a > img{
	height:100px !important;
	width:100px !important;
	border:1px solid #FFF;
	margin:10px;  
	object-fit: cover;
}
/* BUTTON */
a.irc_but {
    display: inline-table;
    height: 100%;
    margin: 0;
    margin-right: 10px;
    padding: 0 8px;
}
a.irc_but:link {
    cursor: pointer;
}
a.irc_but:visited {
    color: #609;
}
a.irc_but:link, a.irc_but:visited, a.irc_but:active {
    color: #1a0dab;
}
.irc_but {
    background-color: #454545;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,#3e3e3e),color-stop(1,#333));
    background-image: -webkit-linear-gradient(top,#3e3e3e,#333);
    background-image: linear-gradient(top,#3e3e3e,#333);
    border: 1px solid #141414;
    border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,.06), 1px 1px 0 rgba(255,255,255,.03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255,255,255,.05);
    box-shadow: 0 1px 0 rgba(255,255,255,.06), 1px 1px 0 rgba(255,255,255,.03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255,255,255,.05);
    color: #aaa !important;
    cursor: pointer !important;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#262626');
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    -webkit-user-select: none;
    user-select: none vertical-align:middle;
    white-space: normal;
    word-wrap: normal;
}
.irc_but_t {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}
/* /BUTTON */
.social_left{width:50%; float:left; text-align:center;}
.social_right{width:50%; float:left; text-align:right;}
}


