﻿body {
}

.cb {
    clear: both;
}

.navbar
{
    /*background-color: #e2d8d8;*/
    background-color: black;
}

.navbar-brand
{
    color: #b1aaaa;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: white;
  background-color: transparent;
}

.navbar-nav > li a:hover,
.navbar-nav > li a:focus
{
    background-color: transparent;
    color: white;
}

.navbar-nav > li > a
{
    color: #b1aaaa;
}

.navbar-nav .active
{
    /*background-color: #d1c6c6;*/
}

.navbar-nav .active > a
{
    color: white;
}

footer .copyright
{
    float:right;
    font-size: x-small;
    color: #b1aaaa;
    margin: 0 100px 0 0;
    text-align: right;
}

/* ************* Home ************* */


.home_esculturas_carrossel
{
    list-style: none;
}

.home_esculturas_carrossel > li
{
    float: left;
    padding: 5px;
}

.home_esculturas_carrossel > li > img
{
    width: 80px;
    height: 80px;
}


.home_exposicoes_carrossel
{
    list-style: none;
}

.home_exposicoes_carrossel > li
{
    float: left;
    padding: 5px;
}

.home_exposicoes_carrossel > li > img
{
    
}


/* ************* Página Esculturas ************* */

.img_med {
    width: 400px;
    height: 400px;
}

.img_small {
    width: 80px;
    height: 80px;
}

.ctnEscultura
{
    margin-bottom: 50px;
}

.ctnEscultura .left_panel
{
    float: left;
    border: 1px solid #cccccc;
}

.ctnEscultura .carrossel
{
    float: left;
    width: 100px;
    margin-left: 8px;
}

.ctnEscultura .carrossel .arrow-up
{
    width: 80px;
    height: 20px;
    cursor: pointer;
}

.ctnEscultura .carrossel .arrow-down
{
    width: 80px;
    height: 20px;
    cursor: pointer;
}

.ctnEscultura .carrossel .itens
{
    top: 0;
    width: 80px;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.ctnEscultura .carrossel .itens .img_small
{
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

.ctnEscultura .rigth_panel
{
    float: left;
}

.ctnEscultura .rigth_panel .title{

}

.ctnEscultura .rigth_panel .dimensions{
    font-size: 10px;
    color: #808080;
}

.ctnEscultura .rigth_panel .price {
    font-size: 10px;
    color: #808080;
}

/* ************* Página Exposições ************* */

.thumb_video
{
    width: 320px;
    height: 180px;
}

.revista_jornal_carrossel 
{
    list-style: none;
}

.revista_jornal_carrossel > li
{
    float: left;
    padding: 5px;
}

.revista_jornal_carrossel > img
{
    width: 150px;
    height: 200px;
}

/* ********** Página Artista **************** */

.likeButton
{
    height: 50px;
}
