﻿#site {
    margin: 0px auto;
    padding-bottom: 20px;
    width: 95%;
}

.body, #bodyHome {
    margin: 0px;
    background-color: #eee;
}

#header, #logoHome {
    width: 100%;
    display: inline-block;
}

#logoHome {
    text-align: center;
}

#login {
    float: right;
}

#loginHome {
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    width: 270px;
    height: 220px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 20px;
}

#memorizarLoginHome {
    float: left;
    padding-top: 23px;
}

#botaoLoginHome {
    float: right;
    padding-top: 20px;
}

.botaoLoginHome, .botaoRedondo, .botaoRedondoLar {
    background: #64789D;
    color: #fff;
    cursor: pointer;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    height: 30px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
}

.botaoLoginHome:hover, .botaoRedondo:hover, .botaoRedondoLar:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #669999;

    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.botaoRedondoLar {
    background: #E06624;
}

.botaoRedondoLar:hover {
    background: #BE541B;
}

.txtLogin {
    color: #999;
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
}

#carrinho {
    float: right;
    margin-right: 6px;
}


.botaoLogin {
    background: #64789D;
    color: #fff;
    cursor: pointer;
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    height: 47px;
    padding: 10px;
    text-decoration: none;
    border: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;/* Hack to improve aliasing on mobile/tablet devices */
}

.botaoLogin:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #669999;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.carrinho {
    background-color: #E06624; 
    display: block; 
    height: 47px; 
    position: relative; 
    width: 110px;
    webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    color: #fff;
    font-family: Calibri;
    font-size: 18px;
    line-height: 35px;
    text-decoration: none;
    vertical-align: middle;
}

.carrinho:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #BE541B; 

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.botaoCarrinho {
    float: left;
    content: url('../cliente/layout/btt_carrinho_top.png');
    width: 30px;
    height: 35px;
    margin: 5px;
}

.botaoCarrinho:before {
    content: url('../cliente/layout/btt_carrinho_top.png');
}

.labelsCarrinho {
    float: left; padding: 6px 5px;
}

@media screen and (min-width: 500px) {
    
    #siteHome {
        width:550px;
        height:340px;
        position:absolute;
        margin-top:-170px;
        margin-left:-275px;
        top:50%;
        left:50%;
    }

    .logo:before {
        padding: 10px 0;
        float: left;
        width: 500px;
        height: 50px;
        content: url('../cliente/layout/topo.png');
    }

    .logoHome:before {
        width: 500px;
        height: 50px;
        content: url('../cliente/layout/topo.png');
    }

    #headerHome {
        padding-top: 15%;
    }

}

@media screen and (max-width: 550px) {

    #siteHome {
        width:100%;
        top:20%;
    }
    
    .logo, .logoHome {
        padding: 10px 0;
        margin: 0px auto;
        width: 99%;
        content: url('../cliente/layout/topo.png');
    }

    .logoHome {
        padding: 10px;
    }

    .logo:before, .logoHome:before {
        content: url('../cliente/layout/topo.png');
    }

    #login {
        float: right;
        margin-top: 10px;
    }

    #carrinho {
        float: right;
        margin-top: 10px;
        margin-right: 5px;
    }

    .carrinho, .botaoLogin {
        font-size: 14px;
        height: 30px;
        line-height: 20px;
    }

    .carrinho {
        padding: 0px;
        width: 85px;
    }

    .botaoLogin {
        padding: 5px;
    }

    .botaoCarrinho {
        margin: 3px;
        margin-left: 5px;
        width: 20px;
        height: 23px;
    }

    .labelsCarrinho {
        padding: 5px;
    }
}


@media screen and (max-width: 960px) {
    .carrinho, .botaoLogin {
        webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

#titulo {
    margin-top: 10px;
}

h1, h2 {
    color: #546586;
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    height: 16px;
}

h2 {
    font-size: 18px;
    color: #6A9B9B;
}

a.h1:link, a.h1:visited, a.h1:active {
    color: #546586;
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.h1:hover {
    color: #546586;
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.botaoCarrinhoFoto {
    position: absolute;
    bottom: 15px;right: 10px;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../cliente/layout/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../cliente/layout/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

a {
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
}

.fotoAnimacao {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 2;
}

/* ---- isotope ---- */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#filters > div > select, #sorts > select {
    height: 32px !important;
    margin: 0px;
}

@-moz-document url-prefix() {

    #filters > div > select, #sorts > select {
        padding: 7px 0px;
    }
}


.sortsDiv {
    float: right;
}

@media screen and (max-width: 500px) {
    .sortsDiv {
        float: left;
    }
}

#filters > div > input {
    width: 300px;
    height: 30px;
    margin: 0px;
    padding: 0 5px;
    font-size: 14px;
}


#isotope {
    padding-top: 20px;
    min-width: 100%;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
    margin: 0 auto;
   list-style-type: none;
  width: 220px;
  height: auto;
  padding: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    background-color: white;
    position: relative;
}

@media screen and (max-width: 500px) {
    #isotope {
        width: 80%;
        margin-left: 15%;
    }
}

.element-item:first-child {
    margin-left: 0px;
}

.element-item > div > img {
    height: auto;
    width: 100%;
}

.element-item:hover {
    -webkit-transform: scale(1.55);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.55);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.element-item .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item > div > * {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

.element-item > div > .designacao {
    font-size: 14px;
    font-weight: bold;
    margin-right: 25px;
}

.pointer {
    cursor: pointer;
}

/* Tabelas */

.tabelaLinhaImpar {
    background-color: #E6E6E6;
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
}

.tabelaLinhaPar {
    background-color: #DCDCDC;
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
}

.tabelaHeader {
    background-color: #669999;
    border: 0px;
    color: #FFFFFF;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.separadorTracejado {
    background: url('../cliente/layout/separador.gif');
    background-position: center center;
    background-repeat: repeat-x;
    height: 20px;
}

.txtNormal, .txtFormulario, .txtUrl {
    color: #000000;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
}

.txtFormulario {
    font-size: 16px;
}

.watermark, .watermark:before {
    margin: 0 auto; 
    position: absolute;
    content: url('../cliente/layout/watermark.png');
}

.bttCarrinho, .bttCarrinho:before {
    content: url('../cliente/layout/btt_carrinho.png');
}

.pager {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    }

@media screen and (min-width: 500px) {
    
    .searchFixed {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 50001;
        background-color: #eee;
        padding: 0 10px 10px 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    }
}