﻿.GallContainer 
{
    display: table;
    width: auto;
	min-height: 100%;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 17px;
	padding: 16px 30px 16px 15px;
	border: 1px solid #e9e9e9;
	background-color: #efefef;
}    

.GallRecord {
	display: table-cell;
	width:50%;
	padding:10px;
}

.GallRecord ul {
	list-style-image: url("../images/new/bullet.png");
	margin-top: -10px;
	color: #3e3e3e;
	font-size: 13px;
	font-family: ProximaNovaLight;
}

.GallRecord li a,.GallRecord a:hover {
	color: #797979;
	text-decoration: underline;
}

.GallRecord:after {	
    content:'';
    display:block;
    clear:both;
}

.GallRecordhighlight {
	min-height: 100%;
	text-decoration:none;
}

/* Estilo do Titulo da Galeria */

.GallRecordTitle {
	color:#1a72ab;
	font-size: 22px;
	font-family: ProximaNovaSemiBold;
	margin-left: 185px;
	text-transform: capitalize;
}

.GallRecordCategory {
	color:#1a72ab;
	font-size: 14px;
	margin-left: 185px;
	font-family: ProximaNovaSemiBold;
}

/* --------------------------- */

/* Estilo da Imagem da Galeria */

.GallRecordImg {
	float:left;
	width: 143px;
	padding: 10px 11px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	-moz-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.GallRecordImg img {
	width:100%;
	border:0px;
    vertical-align:text-top;
}

/* ---------------------------- */

/* Imagem da Galeria (layout vertical) */

.GallRecordImgVert {
	float:left;
	width: 148px;
	padding: 10px 11px;
	margin-left: 24px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	-moz-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.GallRecordImgVert img {
	width: 100%;
	border:0px;
    vertical-align:text-top;
}

/* ----------------------------------- */


/* Descrição da Galeria */

.GallRecordDescription {
	text-align:justify;
	color: #3e3e3e;
	font-size: 14px;
	font-family: ProximaNovaLight;
	margin-left: 185px;
}

.GallRecordDescription p 
{
    padding:0;
    margin:0;
}

/* -------------------- */

/* Estilo das data das galeria */

.GallRecordDateTitle {
	color: #105f97;
	font-size: 13px;
	font-family: ProximaNovaLight;
}

/* --------------------------- */

/* Estilo dos links da galeria */

.GallRecordLink 
{
	margin-left: 185px;
}

.GallRecordLink p 
{
    padding:0;
    margin:0;
}

/* ---------------------------- */
