#page #ad-1,
#page #ad-3 {
    width: 100%;
    height: 90px;
    line-height: 90px
}

#page {
    padding-bottom: 2.7rem
}

#page #ad-1 {
    margin-bottom: 2rem
}

#page #ad-2 {
    width: 100%;
    height: 280px;
    line-height: 280px;
    margin: 2rem 0
}

#page #ad-3 {
    margin-top: 3rem
}

#page .left-side {
    margin-top: 5rem
}

#page .left-side #itens {
    margin-bottom: 2.5rem
}

#page .left-side #itens .list .item {
    display: block;
    padding: 2.5rem 0;
    border-bottom: 1px solid #ccc;
    font-size: 0
}

#page .left-side #itens .list .item .button {
	display: inline-block;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	color: white;
	background-color: #003b99;
	margin: 1em 5px 0 0;
	border-radius: 4px;
}

#page .left-side #itens .list .item:after {
    content: " ";
    display: block;
    clear: both
}

#page .left-side #itens .list .item.no-border {
    border-bottom: 0
}

#page .left-side #itens .list .item .lazyload {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 191px;
    height: 127px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box
}

#page .left-side #itens .list .item .lazyload .lazyload-image {
    -webkit-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -webkit-transform 1s, visibility 0s linear .3s;
    -moz-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -moz-transform 1s, visibility 0s linear .3s;
    -o-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -o-transform 1s, visibility 0s linear .3s;
    transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -webkit-transform 1s, -moz-transform 1s, -o-transform 1s, transform 1s, visibility 0s linear .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#page .left-side #itens .list .item .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 191px);
    padding-left: 2rem
}

#page .left-side #itens .list .item .info h2 {
    font-family: open_sansbold;
    font-size: 14px;
    font-size: 1.4rem;
    color: #d73230;
    margin-bottom: 3px
}

#page .left-side #itens .list .item .info h1 {
    font-family: open_sansbold;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 15px;
    margin-bottom: 1rem
}

#page .left-side #itens .list .item .info .info-item {
    position: relative;
    display: block;
    margin-bottom: 1rem
}

#page .left-side #itens .list .item .info .info-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px
}

#page .left-side #itens .list .item .info .info-item svg * {
    fill: #d73230;
    color: #d73230
}

#page .left-side #itens .list .item .info .info-item p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666
}

#page .left-side #itens .list .item:hover .lazyload-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -webkit-transform 5s, visibility 0s linear .3s;
    -moz-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -moz-transform 5s, visibility 0s linear .3s;
    -o-transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -o-transform 5s, visibility 0s linear .3s;
    transition: opacity .3s cubic-bezier(.69, .69, .39, .99), -webkit-transform 5s, -moz-transform 5s, -o-transform 5s, transform 5s, visibility 0s linear .3s
}

@media only screen and (max-width:970px) {
    #page #ad-1,
    #page #ad-2,
    #page .right-side #read-more {
        display: none
    }
    #page .common-page-title .common-limiter h1 {
        font-size: 25px;
        font-size: 2.5rem
    }
    #page .left-side {
        margin: 0 0 0 -1.5rem;
        width: calc(100% + 3rem);
        background-color: #fff;
        padding-bottom: 3rem
    }
    #page .left-side #itens .list .item {
        padding: 2rem 1.5rem;
        border: 0;
        border-bottom: 2px solid #ccc
    }
    #page .left-side #itens .list .item .lazyload {
        width: 100%;
        height: 58vw;
        margin-bottom: 2rem
    }
    #page .left-side #itens .list .item .info {
        width: 100%
    }
    #page .left-side #itens .list .item .info h1 {
        margin-bottom: 1.2rem
    }
    #page .left-side .pagination {
        margin-top: 3rem
    }
    #page .left-side .gotopage {
        margin-bottom: 0
    }
    #page .right-side #newsletter {
        margin-top: 0
    }
}