﻿/*#maincontent #contentwrapper { width:100% !important; padding:0; max-width:1920px;}
#maincontent #contentwrapper #column_center{ width:100% !important;}
.albuns .albuns_content ul li{padding-bottom:0px; margin-right:0;width:25%;}*/
/* ============================================================
  GLOBAL
============================================================ */
.effects {
  /*padding-left: 15px;*/
}
.effects .img {
  position: relative;
/*  float: left;*/
 /* margin-bottom: 5px;*/
  /*width: 25%;*/
  overflow: hidden;
}
.effects .img:nth-child(n) {
/*  margin-right: 5px;*/
}
.effects .img:first-child {
 /* margin-left: -15px;*/
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  color: #fff;
  font-size: 20px;
  /*width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  
  line-height: 50px;
  font-weight: 700;
  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;*/
}
p.vermais {
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 20% auto;
  padding: 10px;
  width: 50%;
}
/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 0;
  /*margin: 0 auto 0 auto;*/
  height:100%;
  padding:10% 5px;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}
@media screen and  (min-width :768px)  and (max-width: 999px) 
{ 
    .albuns .albuns_content ul li {width:33.3333% !important;}
}
@media screen and  (min-width :481px)  and (max-width: 767px) 
{ 
    .albuns .albuns_content ul li {width:50% !important;}
}
@media screen  and (max-width: 480px) 
{ 
.albuns .albuns_content ul li {width:100% !important;}
}