@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic|Quantico);

/**
 * Fonts:
 * 
 * font-family: 'Gentium Book Basic', serif;
 * font-family: 'Quantico', sans-serif;
 */

/**
 * General rules
 */
 body,html{
   height:100%;
   font-family: 'Gentium Book Basic', serif;
 }

 body {
    background-color: lightgray;
 }

.content {
    min-width: 900px;
}

.main_content {
    min-width: 1180px;
}

.background_img {
    position: fixed !important; 
    display: none;
    left: 0;
    top:0;
    width: 2100px !important;
    height: 1600px !important;
    /*max-width: none !important;*/
}

.slideshow {
    z-index: -9999;
    overflow: hidden;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.logo {
    margin: 0 auto;
    text-align: center;
    border-bottom: 5px solid #8A6A36;
}

.invisible {
    opacity: 0;
}

.left-slide {
    margin-left: -575px;
}

.slider {
    height: 100%;
    width: 100%;
}

.transparent {
    zoom: 1;
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.transparent-90 {
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

.blue-95 {
    background: url("/img/blue-95.png") repeat fixed; 
}

.blue-90 {
    background: url("/img/blue-90.png") repeat fixed; 
}

.white-90 {
    background: url("/img/white-90.png") repeat fixed;   
}

.non_transparent {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.gray-background {
    background-color: lightgray;
}

.gold-background {
    background-color: #8A6A36;
}

.gold-color {
    color: #8A6A36;   
}

.pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin: 0;
}

.pagination > li {
    display: inline;
}

.pagination a {
    color: black;
}

.top-icon {
    width: 15px;
    margin: 0 3px 3px 0;
}

.right-column {
    margin-top: 217px;
}

.hidden {
    display: none;
}

.square-bg {
    width: 5px;
}

a:active {
/*    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    display: block;*/
}

.no-margin {
    margin: 0;
}

a.hide-link {
    background-color: #8A6A36;
    width: 12px;
    font-size: 14px;
}

div.bg-buttons {
    background: url('/img/white-50.png');
    width: 12px;
    height: 440px;
}

    div.bg-buttons ul {
        margin-left: 1px;
        list-style-type: disc;
        list-style: none;
    }

        div.bg-buttons ul a{
            color: white;
            text-decoration: none;
        }

/**
 * Buttons
 */

 .back-button {
    /*width: 145px;*/
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 18px;
    padding-left: 5px;
    color: white;
    display: block;
 }

.generic-button {
    text-align: left;
    margin: 2px;
    background-color: #0a1d48;
    color: white;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    display: block;
    font-family: 'Quantico', sans-serif;
    font-size: 12px;
}

a.generic-button, 
a.generic-button:link {
    color: white;
    text-decoration: none;
}

a.generic-button:hover {
    font-size: 13px;
}

.gold-button {
    background-color: #8A6A36;
}

.button-loja {
    background: url('/img/button-store.png') no-repeat;
    background-size: 100px;
    padding-left: 10px;
    width: 90px;
    display: block;
    line-height: 24px;
}

.back-button-equipa {
    margin-top: 0;
    margin-bo: 3px;
}

.back-button-equipa a {
    display: block;
    width: 135px;
    color: white;
}

/**
 * Admin page
 */

.admin_login {
    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -150px;
    margin-top: -185px;
}

/**
 * Intro page
 */

.main_background_img {
    position: fixed;
    top: 0;
    width: 100%;
}

 #intro_text {
     color: white;
     margin-top: 50px;
     padding: 0 15%;
 }

@media (max-width: 1680px) {
    
    #intro_text {
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

@media (min-width: 1680px) {
    
    #intro_text {
        font-size: 1.6em;
        line-height: 1.1em;
    }

    .language_select {
        font-size: 1.3em;
    }
}

#intro_column {
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
    min-width: 300px;
    max-width: 440px;
    width: 25%;
    height: 85%;
    min-height: 640px;
}

#intro_column .btn {
    margin-top: 20%;
    width: 45%;
    color: #8b6b37;
}

#intro_language_select {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#intro_language_select > a:link, #intro_language_select a:visited {
    color: #8A6A36;
    text-decoration: none;
}

/**
 * Main page
 */

.left_column li a, .left_column li a:visited {
    color: #8A6A36;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
}

.left_column li a:hover {
    color: white;
}

#main_logo {
    width: 100%;
}



.main_menu {
    position: relative;
}

.header {
    background-color: #001340;
    height: 25px;
    position: relative;
    z-index: 10;
    min-width: 1180px;
}

.top-menu {
    color: white;
    margin-right: 50px;
    line-height: 30px;
    font-family: 'Quantico', sans-serif;
    font-size: 12px;
}

.top-menu a, .top-menu a:visited {
    color: white;
}

.top-menu > ul {
    margin-bottom: 0;
    line-height: 25px;
}

.left_column > .left-menu {
    color: #8A6A36;
    margin: 50px 30px;
    min-height: 200px;
}

#main-language-select {
     position: absolute;
     bottom: 0;
     margin: 0 30px;
}

#main-language-select > ul >li a{
    font-size: 14px;
}

.content-menu {
    padding-right: 25px;
}

.content-menu, .content-box {
    margin-left: 0;
}

.content-menu, .content-menu a {
    color: #8A6A36;
    text-decoration: none;
}

.content-menu a:hover {
    text-decoration: underline;
}

.main_content > .right-column {
    margin-left: 0;
}

@media (max-width: 1599px) {

    .left_column {
        height: 645px;
        width: 300px;
    }
    
    .content-menu {
        margin-bottom: 3px;
        padding-left: 10px;
        height: 40px;
        line-height: 40px;
    }

    .content-menu, .content-menu a {
        font-size: 15px;
    }

    .content-box {
        height: 355px;
        padding: 15px 20px 15px 15px;
        color: #3a4e6f;
        font-family: 'Gentium Book Basic', serif;
        font-size: 15px;
    }

    .main_content > .right-column {

    }
}

@media (min-width: 1600px) {

    .left_column {
        min-height: 700px;
    }
    
    .content-menu {
        margin-bottom: 3px;
        padding-left: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .content-box {
        height: 410px;
        padding: 15px 20px 15px 15px;
        color: #3a4e6f;
        font-family: 'Gentium Book Basic', serif;
        font-size: 15px;
    }

    .main_content > .right-column {
        width: 850px;
    }
}

.selected {
    font-weight: bold;
    color: #3a4e6f !important;
}

/**
 * Quinta
 */


/**
 * Equipa
 */

.membro-equipa a {
    color: #586075;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

@media (max-width: 1599px) {

    .equipa {
        height: 399px;
        width: 485px;
        font-family: 'Quantico', sans-serif;
        font-size: 14px;
    }

    .equipa-detail-content {
        font-size: 14px;
        text-align: left;
        margin-top: 0;
    }

    .membro-equipa {
        height: 185px;    
        margin: 10px 0 10px 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        float: left;
        text-align: left;
    }

    .membro-equipa img {
        height: 165px;
    }

}

@media (min-width: 1600px) {

    .equipa {
        height: 455px;
        width: 575px;
        font-family: 'Quantico', sans-serif;
        font-size: 14px;
    }

    .equipa-detail-content {
        font-size: 17 px;
        text-align: left;
        margin-top: 0;
    }

    .membro-equipa {
        height: 225px;    
        margin-left: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        float: left;
        text-align: left;
    }

    .membro-equipa img {
        height: 200px;
    }

}

.equipa-detail-header {
    color: #8A6A36;
}

.equipa-detail-image {
/*    width: 150px;
    float: left;*/
}

/**
 * Produtos
 */

.content-box-products img:hover
 {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
 }

.content-box-products img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-column-detail {
    float: left;
}

.products {
    display: inline-block;
}

.product {
    display: block;
    float: left;
}

.product-anchor {
    height: 270px;
    display: block;
    float: left;
    position: relative;
}

span.product-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    font-family: 'Quantico', sans-serif;
}

.product:hover span.product-label { display: block; }


.group-title {
    color: #8A6A36;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.product-content > a {
    text-decoration: none;
}

 @media (max-width: 1598px) {

    .content-box-products {
        
    }

    .product-content {
        height: 375px;
        /*width: 250px;*/
        padding-top: 10px;
    }

    .content-box-products img {
        
    }

 }

  @media (min-width: 1599px) {

    .content-box-products {
        
    }

    .product-content {
        height: 442px;
        /*width: 250px;*/
    }

    .content-box-products img {
        
    }

  }

.content-box-products {
    width: 100%;
    text-align: center;
}

.content-box-products img {
    height: 220px;
}

.product-group {
    color: white;
    margin-right: 3px;
    float: left;
}

.product-header {
    /*width: 250px;*/
    margin-bottom: 3px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-family: 'Gentium Book Basic', serif;
    font-size: 18px;
    color: #8A6A36;
}

/**
 * Vinho detail
 */

.details-bottles a {
 text-decoration: none;
}

.back-button-wine {
width: 15px;
}

.back-button-wine a {
    color: white;
}

.product-subtitle {
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
}

.vinho-detail-header {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-family: 'Gentium Book Basic', serif;
    font-size: 18px;
    color: #8A6A36;
    padding-left: 10px;
    margin-bottom: 3px;
}

 @media (max-width: 1598px) {

    .vinho-detail-box {
        float: left;
    }

    .vinho-detail-content {
        height: 366px;
        width: 270px;
        padding: 10px;
    }

    .vinho-details-buttons {
        width: 190px;
    }

    .vinho-details-bottle {
        top: -200px;
        position: relative;
        float: left;
        margin-bottom: -342px;
    }

    .product-detail-image {
        max-height: 660px;
        max-width: 240px;
    }

    .details-bottles {
        width: 188px;
        height: 180px;
        margin-top: 165px;
    }

    .details-bottles img {
        width: 54px;
        max-height: 200px;
    }

 }

 @media (min-width: 1599px) {

    .vinho-detail-box {
        float: left;
    }

    .vinho-detail-content {
        height: 411px;
        width: 300px;
        padding: 15px;
        font-size: 17px;
    }

    .vinho-details-buttons {
        width: 190px;
    }

    .vinho-details-bottle {
        top: -205px;
        position: relative;
        float: left;
        margin-bottom: -320px;
        width: 250px;
    }

    .product-detail-image {
        height: 725px;
    }

    .vinho-detail-header {
        width: 320px;
    }

    .details-bottles {
        width: 188px;
        height: 180px;
        margin-top: 220px;
    }

    .details-bottles img {
        width: 54px;
        max-height: 200px;
    }

 }

.content-mini h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
}

/**
 * Packs
 */

.pack-details img {
    max-height: 429px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    }
}

.details-packs {
    width: 188px;
    height: 300px;
    margin-top: 100px;
}

.details-packs img {
    max-height: 90px;
    margin-top: 30px;
    padding-right: 10px;
}

@media (max-width: 1598px) {
    
    .pack-details {
        position: relative;
        float: left;
        height: 429px;
        width: 240px;
        margin: 0 20px;
    }

    .details-packs {
        width: 188px;
        height: 300px;
        margin-top: 87px;
    }

    .details-packs img {
        max-height: 90px;
        margin-top: 10px;
        padding-right: 10px;
    }

    .product-content .img-pack {
        height: 95px;
    }

}

@media (min-width: 1599px) {
    
    .pack-details {
        position: relative;
        float: left;
        height: 484px;
        width: 270px;
        margin: 0 20px;
    }

    .details-packs {
        width: 188px;
        height: 300px;
        margin-top: 100px;
    }

    .details-packs img {
        max-height: 90px;
        margin-top: 10px;
        padding-right: 10px;
    }

    .product-content .img-pack {
        height: 120px;
    }
}




.packs-anchor {
    height: auto;
    padding: 0 20px;
}

.products-packs {
    margin: 10px 0 0 25px;
}

.product-header-packs {
    width: 350px;
}

.product-content-packs {
    width: 350px;
}

.product-pack {
    margin: 10px 0;
}

/**
 * 
 */

@media (max-width: 1598px) {

    .right-content {
        margin-left: 210px;
    }

    .content-mini {
        width: 248px;
        float: left;
        margin-top: 0;
        font-size: 14px;
    }

    .content-mini-right {
        margin-left: 4px;
    }

    .news_content {
        height: 310px;
        position: relative;
    }

}

@media (min-width: 1599px) {

    .right-content {
        margin-left: 210px;
    }

    .content-mini {
        width: 283.5px;
        float: left;
        margin-top: 0;
    }

    .content-mini-right {
        margin-left: 3px;
    }

    .news_content {
        height: 375px;
        position: relative;
    }

}

/**
 * News
 */

.article {
    margin-bottom: 15px;
}

.news-text {
    font-size: 14px;
    text-transform: uppercase;
}

/**
 * Distribuicao
 */

.dist-countries ul, .dist-regions ul {
    margin-left: 0;
}

.dist-countries li {
    text-transform: uppercase;
}

.dist-countries li, .dist-regions li {
    list-style: none;
}

.dist-countries a {
    text-decoration: none;
    color: #3A4E6F;
    font-size: 14px;
    font-weight: bold;
}

.dist-countries a:hover {
    color: #8A6A36;
}

.dist-regions {
    height: 350px;
}

.store-contact {
    margin-bottom: 5px;
}

@media (min-width: 1599px) {
    
    .dist-regions {
        height: 415px;
    }

    .store-contact {
        margin-bottom: 15px;
    }

}

.region {
    font-family: 'Quantico', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #3A4E6F;
    text-transform: uppercase;
}

.store-name {
    color: #8A6A36;
    text-transform: none;
}

/**
 * Media queries
 */

@media screen and (max-width: 480px) {
    
}

@media (min-width: 481px) and (max-width: 960px) {

}

@media screen and (max-width: 1598px) {
    
    div.bg-buttons {
        height: 385px;
    }

}

@media screen and (max-height: 800px) {

}

@media screen and (max-height: 650px) {

}










