﻿.r1-box
{
    display: table;
    border-bottom: solid 1px #ccc;
}

.r1-box .c1-box
{
    width: 350px;
    float: left;
}
.r1-box .c2-box
{
    width: 210px;
    float: left;
    margin: 0 0 0 5px;
}

.r2-box
{
    display: table;
    margin: 10px 0 10px 0;
    
}
.r2-box .c1-box
{
    float: left;
    width: 225px;
    border-right: solid 1px #ddd;
}
.r2-box .c2-box
{
    float: left;
    margin: 0 0 0 20px;
}
.ult-alb-box
{

}

.ult-alb-box .img-box
{
    border: solid 2px red;
    position: relative;
    display: block;
    width: 340px;
}
.ult-alb-box .img-box img
{
    width: 340px;
}
.ult-alb-box .img-box .descr-bkg-box
{
    background: Black;
	filter:alpha(opacity=65);
	opacity:.65;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 340px;
}

.ult-alb-box .img-box cite
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: White;
	padding: 0 0 4px 10px;

}

.ult-alb-box .img-box .descr-box
{
    color: white;
    position: relative;
    top: -60px;
    z-index: 1;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 0 0 10px;
    line-height: 0;
}



.ntc-box
{
    display: table;
    width: 100%;
}

.ntc-box .item-box
{

}

.ntc-box .item-box a
{
    text-decoration: none;
    color: Black;
    line-height: 15px;
}
.ntc-box .item-box a p
{
    margin: 5px 0 5px 0;
}
.ntc-box .item-box a span
{
    color: Red;
}

.enq-box
{

}
.enq-box .img-box
{
    border: solid 1px black;
    display: table;    
}

.enq-box .img-box .img-enq
{
    max-width: 210px;    
}

.enq-box img
{
    border: none;
}

.vid-box
{
    padding: 0 20px 0 0;
}

.vid-box h4
{
    font-size: 1.0em;
    margin: 3px 0 3px 0;
}

.vid-box .txt-box a
{
    display: block;
}

.vid-box .vid-yt-box
{
    border: solid 2px #333;
    display: table;
}

.flm-box .item-box
{
    width: 95px;
    text-align: center;
}

.flm-box .item-box .descr-box
{
    display: table;
    width: 100%;
    height: 50px;
}

.flm-box .item-box .descr-box .tit
{
    text-align: left;
    color: Red;
    display: block;
    line-height: 14px;
}

.flm-box .item-box a
{
    color: Red;
    display: block;
}

.flm-box .item-box .img-capa
{
    border: solid 2px red;    
}

.clf-min-view-box .img-box
{
    border: solid 3px red;
    position: relative;
}

.clf-min-view-box .img-box img
{
    width: 100%;    
}

.clf-min-view-box .img-box .clf-nav-box
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clf-min-view-box .img-box .inner-box
{
    width: 204px;
    height: 167px;
}

.clf-min-view-box .img-box .lnk-clf-nav
{
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    color: White;
    font-size: 2.0em;
    font-weight: bold;
    top: 0;
    cursor: pointer;
    text-align: center;
    background-color: Transparent;
    
}

.clf-min-view-box .img-box .lnk-clf-nav.prev
{
    left: 0;
    background: url(../img/icon-seta-l2.png) no-repeat left center;
}
.clf-min-view-box .img-box .lnk-clf-nav.next
{
    right: 0;
    background: url(../img/icon-seta-r2.png) no-repeat right center;
}

.clf-min-view-box .img-box cite
{
    display: block;
    height: 20px;
    background: red;
    color: White;
    font-weight: bold;
    font-style: normal;
    padding: 2px 2px 2px 5px;
}
