/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    overflow: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle; /* IE 9 */      /* Chrome, Safari, Opera */     
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.totallp{
    width: 100%;
    -webkit-touch-callout: none;     -webkit-user-select: none;     -khtml-user-select: none;     -moz-user-select: none;     -ms-user-select: none;     user-select: none;
    text-align: center;
}
.totallp > .center-me{
    display: block;

    background-repeat: no-repeat;
    background-image: url('../img/background.jpg');
    background-position: 50%;
    max-width: 1000px;
    width: 100%;
    height: 382px;
    position: relative;
}
.groupx{
    position: relative;
    width: 205px;
    height: 248px;
    display: inline-block;
    vertical-align: top;
    left: -19px;
}
.groupx img{
    margin-left: 10px;
    margin-top: 6px;

}

.groupx div.defaultdata{
    top: 210px;
    text-align: center;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.groupx div.defaultdata div{
    margin: 2px;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div .imagens{
    display: inline-block;
    width: 755px;
    height: 382px;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -20px;
    left: -8px;
}
.rotate{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -25px;
}

div .imagens .shadow{
    height: 380px;
    display: inline-block;
    background-position-x: 0px;
    opacity: 0;
    box-sizing: border-box;
}

div .imagens .defaultimage{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: initial;
    height: 362px;
    width: 242px;
}

div .imagens .defaultimage .link{
    display:inline-block;
    overflow: hidden;
    width: 232px;
    height: 353px;
    border-radius: 7px;  /* For Safari 3.1 to 6.0 */
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    opacity: .4;
    filter: alpha(opacity=40);
}
div .imagens .defaultimage .link:hover{
    width: 226px;
    height: 347px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 5px;
}

div .imagens .defaultimage .link img:hover{
    -webkit-transition: width .05s, height .05s,-webkit-transform .05s;  /* For Safari 3.1 to 6.0 */
    transition: width .05s, height .05s,transform:.05s;
    margin-left: 0px;   
    margin-top: 0px;
}

/* ************* SMALL VIEW CASE ******************* */
div .imagens .defaultimage-small{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: initial;
    height: 362px;
    width: 168px;
}

div .imagens .defaultimage-small .link{
    display:inline-block;
    overflow: hidden;
    width: 168px;
    height: 353px;
    border-radius: 7px;  /* For Safari 3.1 to 6.0 */
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    opacity: .4;
    filter: alpha(opacity=40);
}
div .imagens .defaultimage-small .link:hover{
    width: 162px;
    height: 346px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 5px;
}
div .imagens .defaultimage-small .link img:hover{
    -webkit-transition: width .05s, height .05s,-webkit-transform .05s;  /* For Safari 3.1 to 6.0 */
    transition: width .05s, height .05s,transform:.05s;
    margin-left: 0px;   
    margin-top: 1px;
}
/* ************* END SMALL VIEW CASE ******************* */

.link img{
    height: auto;
    width: 233px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.changeweek{
    display: inline-block;
    position: absolute;
    top: 177px;
    color: #fff;
    cursor: pointer;
    border: none;
    z-index: 5;
}
.after{
    background-image:url('../img/seta.png')
;
    background-position-x: 0px;
    width: 35px;
    height: 34px;
    background-repeat: no-repeat;
}
.after:hover{
    background-image:url('../img/seta_over.png')
}
.before{
    background-image:url('../img/seta.png');
    width: 32px;
    height: 34px;
    background-repeat: no-repeat;
    border-style: none;
}
.not-selected{
    background-image:url('../img/seta.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 34px;
    opacity: .4;
    filter: alpha(opacity=40);
}
.before:hover{
    background-image:url('../img/seta_over.png')
}

div .imagens .item{
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    background-image: url('../img/shadow_left.png'),url('../img/shadow_right.png');
    background-position: left top, right top;
    background-repeat: no-repeat;
    margin-left: -16px;
}

div .imagens .item:nth-child(0){
    margin-left: 0px;
}

div .imagens .item:nth-child(0){
    margin-left: 0px;
}

div .imagens .defaultimage div.label{
    background-color: rgba(255, 255, 255, 0.93);
    color: #0078b8;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 2;
    text-align: center;
    font-family: 'din-blackregular';
    font-size: 1.2em;
    line-height: 1.4;
}
div .imagens .defaultimage .alpha-effect{
    opacity: 0.80;
    filter: alpha(opacity=70);
}
div .imagens .defaultimage .visible-alpha-effect{
    opacity: 1;
    filter: alpha(opacity=100);
}


div .imagens .defaultimage .hover{
    opacity:1;!important;
    width: 226px;
    height: 347px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 5px;
}

/* ************* SMALL VIEW CASE ******************* */
div .imagens .defaultimage-small div.label{
    background-color: rgba(255, 255, 255, 0.93);
    color: #0078b8;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 2;
    text-align: center;
    font-family: 'din-blackregular';
    font-size: 1.2em;
    line-height: 1.4;
}
div .imagens .defaultimage-small .alpha-effect{
    opacity: 0.80;
    filter: alpha(opacity=70);
}
div .imagens .defaultimage-small .visible-alpha-effect{
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ************* END SMALL VIEW CASE ******************* */

.groupx > img.week{
    margin-top: 40px;     
    
}
.pagemove{
    display: inline-flex;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}