/* - - - COLOURS - - - */
/* - - - COLOURS - - - */



.grey {
    color: #8f8f8f;
}

.black {
    color: #000000;
}

.orange {
    color: #da6e2c;
}

.white {
    color: #ffffff;
}


.grey-bold {
    color: #8f8f8f;
    font-weight: 900;
}

/* - - - FONT SIZES - - - */
/* - - - TYPOGRAPHY - - - */
/* - - - MIXINS - - - */
.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* - - - GLOBAL STYLES - - - */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 19px;
}

input,
select {
    -webkit-appearance: none;
    background: white;
    background-image: none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
}

a:not(.skipHover):hover {
    opacity: 0.7;
}

.logoImage {
    background-image: url('../images/0-geral/0-logo_branco.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logoImage_1 {
    background-image: url('../images/0-geral/0-logo_branco.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* - - - POP UP AGE - - - */

.popup-intro {
    width: 99.9vw !important;
    height: 400px;
    margin: auto;
    background: white;
    box-shadow: 0 0 30px black;
}



.popup-intro h2 {

    font-size: 40px;
    line-height: 35px;
    margin: 0;
    padding: 40px;
    font-family: 'Markazi Text', serif;
    color: #666666;
    letter-spacing: -0.8px;
    text-align: center;


}



.bnt-intro-sim {
    width: 80px;
    float: left;
    padding: 20px;
    text-align: center;
    color: #666666;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    border-radius: 10px;
    letter-spacing: -0.8px;
    background: #d7d5d5;
    cursor: pointer;

}


.bnt-intro-nao {
    width: 80px;
    float: right;
    padding: 20px;
    text-align: center;
    color: #666666;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    border-radius: 10px;
    letter-spacing: -0.8px;
    background: #d7d5d5;
    cursor: pointer;
}


.btns {
    width: 200px;
    margin: auto;


}


.anos {
    margin: 88px auto;
    color: #666666;
    font-size: 20px;
    font-family: 'Markazi Text', serif;

}




.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 368px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    background: white;
    box-shadow: 0 0 30px black;
    border: 1px solid #888;
    width: 100%;
    height: 400px;
}



.close {
    color: #c1bfbf;
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}









.modal-content h2 {

    font-size: 40px;
    line-height: 35px;
    margin: 0;
    padding: 40px;
    font-family: 'Markazi Text', serif;
    color: #666666;
    letter-spacing: -0.8px;
    text-align: center;


}







.csswinner {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 9999;

}

.fdi {
    position: absolute;
    top: 310px;
    right: 0;
    z-index: 9999;

}


/* - - - HEADER - - - */
header {
    background-size: cover;
    height: 60%;
    position: relative;
    color: #ffffff;
    background-position: 50% 0%;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

header > .contain {
    z-index: 4000;
    position: absolute;
    width: 100%;
}

header .img_container {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}

header .img_container img {
    position: relative;
    display: none;
}

.portrait {
    width: 100% !important;
    height: auto !important;
}

.landscape {
    height: 100% !important;
    width: auto !important;
}

.menu_items {
    padding: 30px 0px;
}

.show .menu_items {
    padding: 15px 0;
    /*margin-left: 93px;*/
}

.menu_items li {
    display: inline-block;
    margin: 0 10px;
    padding: 3px 1px;
}


.menu_items li:last-child {
    display: inline-block;
    margin: 0;
    padding: 0;

}

.social img {
    margin-bottom: -5px;
}


.blog a {
    color: #d07a43 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #d07a43;
    margin-left: 23px !important;
    margin-right: -5px !important;
    padding-bottom: 2px;
}


.blog-mobile {
    color: #d07a43 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #d07a43;
    margin-top: 18px;

}

.menu_items li.pt {
    display: inline-block;
    margin: 0 10px;
    padding: 1px 0;
    font-weight: 700;

}

.menu_items li.en {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 1px 0;
    font-weight: 700;
    border-bottom: 1px solid;
}



.menu_items li.marginnulo {
    margin-right: -50px;

}

.menu_items li.selected {
    border-bottom: 1px solid #ffffff;
}

.menu_items li a {
    color: #666666;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.0em;
    vertical-align: middle;
}


.menu_items li.selected a {
    opacity: 1 !important;
}

.topfb {
    padding-top: 5px;
}





.menu_items_1 {
    padding: 30px 0px;
}

.show .menu_items_1 {
    padding: 15px 0;
    /*margin-left: 93px;*/
}

.menu_items_1 li {
    display: inline-block;
    margin: 0 10px;
    padding: 3px 1px;
}


.menu_items_1 li:last-child {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu_items_1 li.pt {
    display: inline-block;
    margin: 0 5px 0 10px;
    padding: 1px 0;
    font-weight: 700;
    border-bottom: 1px solid #000000;
}




.menu_items_1 li.en {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 1px 0;
    font-weight: 700;
    border-bottom: 1px solid;
}



.menu_items_1 li.marginnulo {
    margin-right: -50px;

}

.menu_items_1 li.selected {
    border-bottom: 1px solid #000000;
}

.menu_items_1 li a {
    color: #000000;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: normal;

    letter-spacing: 1px;
    vertical-align: middle;
}


.menu_items_1 li.selected a {
    opacity: 1 !important;
}




.shopEmp_1 {
    border-bottom: 1px solid #000000;
    display: inline-block;
}















.shopEmp {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

header.noImage .shopEmp {
    border-bottom: 1px solid #8f8f8f;
    display: inline-block;
}




header .logoImage {
    width: 243px;
    display: inline-block;
    margin-top: -20px;
    margin-bottom: 20px;
    height: 123px;
    background-image: url('../images/0-geral/0-logo_cores.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5900;
}

header .logoImage_1 {
    width: 195px;
    display: inline-block;
    margin-top: -18px;
    margin-bottom: 20px;
    height: 123px;
    background-image: url('../images/0-geral/0-logo_preto.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5000;
}



header h5 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: auto;

    letter-spacing: 1px;
}

/* - - - Variations - - - */
header.noImage {
    background-image: none;
    height: 280px;
}

header.noImage .logoImage {
    background-image: url('../images/0-geral/0-logo_preto.png');
}

header.noImage,
header.noImage .menu_items li a {
    color: #8f8f8f;
}

header.window {
    height: 100%;
}

.head_action {
    position: absolute;
    bottom: 60px;
    z-index: 5000;
    width: 250px;
    margin-left: -125px;
    left: 50%;
    text-align: Center;
    padding: 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: normal;

    letter-spacing: 1px;
}

/* - - - NAV - - - */
nav {
    background-color: #666666;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 6000;
    width: 100%;
    text-align: center;
    top: -140px;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}

nav.show {
    top: 0px;
}

nav .menu_items {
    position: relative;
    top: -16px;
    left: 0px;
}

nav .logoImage {
    width: 35px;
    display: block;
    height: 50px;
    background-image: url('../images/0-geral/0-icon_mr.svg');
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    top: 20px;
}




.caption_slogan {

    position: absolute;
    top: 300px;
    left: 236px;
}


.caption_slogan h4 {

    font-size: 45px;
    color: white;
    font-family: 'Markazi Text', serif;
}

.caption_slogan_strong {

    font-size: 55px;
    color: white;
    font-family: 'Markazi Text', serif;
    font-weight: 700;

}



/* - - - CONTENT - - - */
#main_content {
    padding-top: 10px;
}

#homepage h1 {
    padding: 5px 0px 10px;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    font-size: 81px;

    letter-spacing: 0.1px;
    color: orangered;

}

h4 {
    padding: 5px 0px 10px;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: normal;

    letter-spacing: 1px;
    color: #8f8f8f;
}

h4.bigger {
    padding: 70px 0px;
    font-size: 36px;
    font-weight: 900;
}

h4.smaller {
    padding: 0px;
}

h2 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 35px;
}

h2 em {
    font-family: 'Markazi Text', serif;
    font-style: italic;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 35px;
}

.introduction_pane,
.featured_pane {
    padding: 25px 0px;
}

.set-width {
    width: 550px;
    margin: 0 auto;
}










.introduction_pane h2 {
    padding: 10px 0px;
}

.featured_pane .block-6 h4 {
    padding-bottom: 50px;
}

.featured-tile {
    padding-bottom: 60px;
}

.featured-tile > a {
    display: block;
    overflow: hidden;
}

.featured-tile.pos-0 {
    padding-right: 12px;
}

.featured-tile.pos-1 {
    padding-right: 0px;
    padding-left: 12px;
}

.featured-tile h3 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 35px;
    max-width: 70%;
    margin: 0 auto;
}

.featured-tile .info a {
    color: #000000;
}

h3 .category {
    border-bottom: 1px solid;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 35px;
    line-height: 33px;
    display: inline-block;
}


.shop-btn {
    border: 2px solid black;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 35px;
    line-height: 33px;
    display: inline-block;
    padding: 10px;
}

.action_button {
    padding: 20px 0px;
    display: block;
    border: 1px solid #000;
    margin-bottom: 40px;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: auto;

    letter-spacing: 1px;
    color: #000000;
}






div.single-guide {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.single-guide h4 {
    font-family: 'Markazi Text', serif;

    font-size: 36px;
    color: #000;
    line-height: 36px;
}

.single-guide p {
    color: #8f8f8f;
    font-family: 'Markazi Text', serif;
    font-size: 12px;
    text-decoration: underline;
}

.single-guide p a {
    color: #8f8f8f;
    font-family: 'Markazi Text', serif;

}

.single-guide ul {
    list-style-type: circle;
    list-style-position: inside;
}

.single-guide ul li {
    list-style-type: circle !important;
}

.single-guide ol li a,
.single-guide ul li a {
    color: #8f8f8f;
    font-family: 'Markazi Text', serif;

    display: block;
    font-size: 13px;
}

.single-guide li {
    margin-bottom: 1em;
    list-style-position: inside;
}

.guide-tab {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    column-rule: 1px outset #000;
    -moz-column-rule: 1px outset #000;
    -webkit-column-rule: 1px outset #000;
}








/* - - - Product pages - - - */
.shop_pane p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.shop_pane table {
    width: 50%;
    float: left;
}

.shop_pane select {
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    background: url('https://moraisrocha.com/images/drop.png') no-repeat right !important;
    cursor: pointer !important;
    border: 1px solid #000;
}

.shop_pane input[type="submit"] {
    -webkit-appearance: none;
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFF;
    padding: 10px;
    margin-top: 21px;
}

.shop_pane {
    border-top: 1px solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.shop_pane.under {
    border-bottom: 1px solid #000000;
}




/* Noticias */

.posts-pool[data-type=stockists] {
    padding-bottom: 100px;
}

.stockist_list {
    padding-bottom: 60px;
}

.stockist_list li {
    color: #8f8f8f;
    display: inline-block;
}

.stockist_list li:not(:last-of-type):after {
    content: "/";
    margin-left: 5px;
}

.stockist_list li a {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;

    letter-spacing: 1px;
    color: #8f8f8f;
}

.stockist_list li.active a {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;

    letter-spacing: 1px;
    color: #000000;
}

.stockist_tab {
    display: none;
}

.stockist_tab.active {
    display: block;
}

.stockist_ind {
    padding: 0px 0px !important;
    padding-bottom: 60px !important;
    float: none;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    border-right: 0px solid grey;
}


.n-link {
    color: #8f8f8f;
    font-family: 'Markazi Text', serif;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;

}

.stockist_ind .info h4 a {
    color: #8f8f8f;
    font-family: 'Markazi Text', serif;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;

}



.stockist_ind .info h4 {
    margin-bottom: 0px;
    padding: 3px 0px;
    text-align: left;
}


.stockist_ind .info h3 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 26px;
}

.stockist_ind .title h3 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 22px;

    padding: 0 10px;
    text-align: right;
}


.stockist_ind .title h4 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
    ;
    line-height: 25px;
    text-align: right;
}


.zero {
    padding: 0;
}


.noticias-title {
    padding: 0 0 60px 0;
    font-size: 46px;
    font-weight: 900;
}


.bar {
    background-color: #EEE;
    padding: 60px;
}

/* - - - 1 - - - */

#share {
    background: white;
    width: 135px;
    text-align: center;
    float: right;
    position: relative;
    margin-top: 5px;
}


#share ul {}

#share li {
    padding: 10px;
    display: inline-block;
}


.share-wrap {
    width: 45px;
    float: right;
    text-align: center;
}

.share-wrap a {
    cursor: pointer;
}


/* - - -2 - - - */

#share-1 {
    background: white;
    width: 135px;
    text-align: center;
    float: right;
    position: relative;
    margin-top: 5px;
}


#share-1 ul {}

#share-1 li {
    padding: 10px;
    display: inline-block;
}


.share-wrap {
    width: 45px;
    float: right;
    text-align: center;
}

.share-wrap a {
    cursor: pointer;
}




/* - - -3 - - - */

#share-2 {
    background: white;
    width: 135px;
    text-align: center;
    float: right;
    position: relative;
    margin-top: 5px;
}


#share-2 ul {}

#share-2 li {
    padding: 10px;
    display: inline-block;
}


.share-wrap {
    width: 45px;
    float: right;
    text-align: center;
}

.share-wrap a {
    cursor: pointer;
}


/* - - -4 - - - */

#share-3 {
    background: white;
    width: 135px;
    text-align: center;
    float: right;
    position: relative;
    margin-top: 5px;
}


#share-3 ul {}

#share-3 li {
    padding: 10px;
    display: inline-block;
}


.share-wrap {
    width: 45px;
    float: right;
    text-align: center;
}

.share-wrap a {
    cursor: pointer;
}




.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    right: 95px;
    top: -5px;
}






.imagem-noticia {
    /*width: 385px;*/
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url('https://moraisrocha.com/images/n_medalhaprataJun14.jpg');
    background-size: contain;
    background-repeat: no-repeat;

}

.related {

    margin-bottom: 20px;

}

.related-imagem {
    /*width: 385px;*/
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;

}



.txt-related {}

.txt-related h4 {
    font-size: 20px;
    font-family: 'Markazi Text', serif;
    color: black;
    letter-spacing: 0;
    padding: 0;

}


.txt-related p {
    color: #8F8F8F;
    font-family: 'Markazi Text', serif;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: underline;

}


.txt-related h3 {
    font-size: 11px;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #8F8F8F;

    letter-spacing: 1px;

}


.txt-related a:hover {

    opacity: 0.7;
}



.noticias-title-related {}






.titulo-noticia h4 {
    font-size: 24px;
    line-height: 35px;

    font-family: 'Markazi Text', serif;
    color: black;
    letter-spacing: 0;
    padding: 0;
}


.noticiascontent {
    margin: auto;
    width: 800px;

}


.arquivocontent {
    margin: auto;
    width: 800px;
    margin-bottom: 100px;
}

.noticia-content {
    margin: 15px 0;
    padding-bottom: 50px;
}



.related-content {
    margin: 100px auto;
    height: 500px;
    width: 800px;

}



.introtxt-related {

    color: #8F8F8F;
    font-family: 'Markazi Text', serif;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;

}



.titulo-noticia {}


.titulo-noticia p {
    font-size: 11px;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0;
    line-height: 25px;
    text-align: left;
    color: #8F8F8F;

    letter-spacing: 1px;
}



.arrow-up-noticias {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #EEE;
    position: absolute;
    left: 3px;
    top: 5px;
}


.txt-noticia {
    margin-top: 10px;
}

.txt-noticia p {

    font-size: 13px;
    font-family: 'Markazi Text', serif;
    color: #8F8F8F;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 35px;
    line-height: 19px;
}



.bnt-noticias-close {
    width: 100%;
    float: left;
    padding: 8px;
    text-align: center;
    color: white;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    letter-spacing: 0px;
    background: #8F8F8F;
    cursor: pointer;
    margin-top: 20px;
}



.stockist_ind .info a h4 {
    color: #8F8F8F;
    font-family: 'Markazi Text', serif;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
}


.share-pdf {
    margin-bottom: 15px;

}

.share-wrap-pdf {}

.share-wrap-noticias-related {
    float: left;
    margin-right: 10px;
}



a.share-links {

    color: #8F8F8F;
    font-size: 15px;

}



.border-line {
    border-top: 1px solid black;

    padding-bottom: 30px;
}




.vermais {

    color: black;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Markazi Text', serif;

    margin-top: 0;
}



.box-vermais {
    width: 40px;
    height: 40px;
    background: #000000;
}



.readmore-js-toggle {

    margin-bottom: 80px;
    margin-top: 0;
}

.divider {

    height: 1px;
    border-bottom: 1px solid #ccc;

}


#accordion-header-noticias {
    padding: 15px 0 5px 0;
    text-align: left;
    color: black;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    letter-spacing: 0px;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    margin: 1px 0 0 0;
    border-bottom: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;

}



#accordion-content-noticias {
    border: none;
    color: #8F8F8F;
}



.ui-helper-reset {

    line-height: 19px;
}





.etiqueta {
    margin-left: 690px;
    margin-top: 335px;
}

.etiqueta1 {
    margin-left: 692px;
    margin-top: 628px;
}

.etiqueta-1 {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition-property: -webkit-transform, opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 400ms ease-in-out 0s;
}



.img-direita {
    margin-top: -125px;
    margin-left: 150px;
    width: 38%;
}

.img-direita1 {
    margin-top: -125px;
    margin-left: 140px;
    width: 33.8%;
}

.btn-share {
    margin-left: 445px;
}

.btn-share1 {
    margin-left: 455px;
}




.share1 {
    background: transparent;
    margin-left: 170px;
}

.share2 {
    background: transparent;
    margin-left: 785px;
}

.linha-1 {
    margin-left: 200px;
    width: 70%;
    padding-top: 280px;
}

.linha {
    margin-left: 200px;
    width: 70%;
    padding-top: 60px;
}

.caixa_redes {
    background: #EEE;
    width: 135px;
    float: center;
    text-align: center;
    position: relative;
    margin: -1px -58px;
}

.caixa_redes li {
    padding: 10px;
    display: inline-block;
}











/* - - - Standard pages - - - */
.body_pane:not(.colu) {
    padding-bottom: 40px;
    min-height: 300px;
}

.body_pane.colu {
    -webkit-column-count: 2;
    column-count: 2;
    padding-bottom: 40px;
}

.body_pane p {
    margin-bottom: 20px;
    line-height: 21px;
}

.issues h3 {
    margin-top: 30px;
}



/* - - - Single pages - - - */
/*
.single-body {
  border-right: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
*/


.single-title {
    text-align: center;
}

.single-title h1 {
    width: 60%;
    margin: 0 auto;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.single-header {
    margin-bottom: 20px;
}

.single-body h1 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    line-height: 50px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.single-body {
    font-size: 18px;
    line-height: 24px;
}

.single-body p {
    margin-bottom: 1em;
}

.single-page a {
    color: #000;
}

.excerpt {
    margin-top: 10px;
}

.featured_image {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.featured_image img {
    width: 100%;
}

.single-body .category_list li {
    display: inline-block;
}

.single-body .category_list li:not(:last-of-type):after {
    content: "/";
    margin-left: 5px;
}

/*
.single-content p {
  padding-left: 29%;
  position: relative;
  margin-bottom: 20px;
  line-height: 21px;
}
*/
.single-body p a {
    color: #000;
    font-weight: normal;
}

.single-body p img {
    width: 100%;
    height: auto;
}

.wp-caption {
    width: 100% !important;
    padding: 0px !important;
}

.wp-caption-text {
    font-size: 13px;
    color: #777;
}

blockquote {
    font-size: 36px;
    font-family: 'Markazi Text', serif;
    line-height: 35px;
}

.single blockquote {
    font-size: 36px;
    font-family: 'Markazi Text', serif;
    line-height: 35px;
    width: 60%;
    text-align: center;
    margin: 60px auto;
    font-style: italic;
}

blockquote p {
    line-height: 35px !important;
}

.share-this ul li {
    float: none;
    display: block;
    margin-top: 5px;
    display: inline-block;
}

.share-this {
    position: absolute;
    left: -60px;
    width: 50px;
    margin-top: 15px;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.share-this.stick {
    position: fixed;
    top: 110px;
    margin: 0px;
    margin-left: -60px;
    left: auto;
}

.share-this.stick.done {
    opacity: 0;
}

.share-this .social_icons {
    padding: 0px;
    margin: 0px;
}


#main_content {
    position: relative;
}


.wp-caption img {
    width: 100% !important;
}

.recent_article_list {
    padding-left: 10px;
}

.recent_article_list li {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
}

.recent_article_list li .category {
    border-bottom: 1px solid;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 35px;
}

.recent_article_list li a {
    color: #000000;
}

.recent_article_list li.title {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: normal;

    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #8f8f8f;
}

/* - - - FOOTER - - - */
footer {
    background-color: #666666;
    color: #fff;
}


footer .parent_contain:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .parent_contain:nth-child(2) {
    padding-top: 0;
    padding-bottom: 15px;
}

footer .parent_contain:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 12px;
}

footer .logoImage {
    height: 54px;
    width: 160px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    opacity: 0.7;
}

footer ul {
    margin-bottom: 0px;
    float: left;
    width: 100%;

}

footer ul:nth-child(even) {
    /*float: right;*/
}

footer ul li.title {
    color: #FFF;
}

footer ul li a {
    color: #8f8f8f;

}

.message {
    position: absolute;
    width: 100.5%;
    background-color: #ffffff;
    height: 100%;
    z-index: 1000;
    padding: 20%;
    display: none;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: normal;

    letter-spacing: 1px;
}

.message.error {
    border: 1px solid #000;
    color: #000;
}

.message.success {
    border: 1px solid #000;
    color: #000;
}

.signup_wrapper {
    background-color: #ffffff;
    padding: 115px 0px;
    border-top: 0px solid #000000;
}

.signup_wrapper h3 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: normal;

    letter-spacing: 1px;
    color: #000000;
}

.signup_wrapper input {
    -webkit-appearance: none;
    border: 1px solid #8f8f8f;
    padding: 6px;
    display: block;
    width: 100%;
    margin: 10px 0px;
    outline: none;
    border-radius: 0px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.newsletter {
    -webkit-appearance: none;
    border: 1px solid #8f8f8f;
    padding: 6px;
    display: block;
    width: 100%;
    margin: 10px 0px;
    outline: none;
    border-radius: 0px;
    height: 50px;
    text-align: left;
    font-size: 14px;
}



#formulario-emal {
    position: relative;
}


#send {
    border: none;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;

}


.footer-txt-little {
    font-family: 'Markazi Text', serif;
    font-size: 10px;
    margin-left: 94px;
    margin-top: -10px;
}

.footer-txt {
    font-family: 'Markazi Text', serif;
    font-size: 13px;

    letter-spacing: 0;
}


.footer-txt li {
    display: inline-block;
}

.footer-txt li:last-child {
    float: right;
    margin-right: -30px;
}


.footer-txt a {
    margin-right: 30px;
}

.social_icons {
    margin: 0px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.social_icons li {
    display: inline-block;
}

.social_icons li a {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.social_icons li .twitter {
    background-image: url('http://moraisrocha.com/css/images/twitter_icon_black.svg');
}

.social_icons li .facebook {
    background-image: url('../images/0-geral/0-face_black.png');
}

.social_icons li .instagram {
    background-image: url('../images/0-geral/0-insta_black.png');
}



.share-facebook {
    background-image: url('../images/0-geral/0-face_white.png');
}

.share-mail {
    background-image: url('../images/0-geral/0-mail_white.png');
}

.share-instagram {
    background-image: url('../images/0-geral/0-insta_white.png');
}


.share-facebook1 {
    background-image: url('../images/0-geral/0-face_grey.png');
}

.share-mail1 {
    background-image: url('../images/0-geral/0-mail_grey.png');
}

.share-instagram1 {
    background-image: url('../images/0-geral/0-insta_grey.png');
}




.share-twitter {
    background-image: url('http://moraisrocha.com/images/twitter-share.svg');
}

div.button.sold-out {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: auto;

    letter-spacing: -5px;
    color: #8f8f8f;
}

.view-cart h4 a {
    color: #8f8f8f;
    text-decoration: none;
    border: 1px solid #8f8f8f;
    padding: 10px 20px;
}

.view-cart {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}




.flexslider-container {

    width: 100%;
    margin: -350px auto;
}


.altura {
    height: 500px;
    padding: 400px 0px;
}


.bnt-detalhes {
    z-index: 5000;
    width: 100px;
    text-align: Center;
    padding: 10px;
    border: 1px solid black;
    color: black;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: normal;

    letter-spacing: 1px;
    margin-left: 715px;
}


.bnt-detalhes-1 {
    z-index: 5000;
    width: 100px;
    text-align: Center;
    padding: 10px;
    border: 1px solid black;
    color: black;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: normal;

    letter-spacing: 1px;
    margin-left: 750px;
}


h1.featured-tile {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;

    text-align: left;
    margin-top: -265px;
    margin-left: 715px;
    padding-bottom: 20px;

}



p.intro {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;

    text-align: left;
    margin-top: 0px;
    margin-left: 715px;
    padding-bottom: 20px;

}


h1.featured-tile-1 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;

    text-align: left;
    margin-top: -265px;
    margin-left: 750px;
    padding-bottom: 20px;

}


p.intro-1 {
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;

    text-align: left;
    margin-top: 0px;
    margin-left: 750px;
    padding-bottom: 20px;

}

.underline {
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

.top {
    margin-top: 100px;

}


/* - - - VINHOS - - - */

.nav-vinhos {
    margin-top: -110px;
    position: relative;
    z-index: 1000;
}



.nav-vinhos li {
    display: inline-block;
    width: 120px;
    margin: -20px;
}


.nav-vinhos a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
}




#nav-vinhos-slide {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px 3px 6px #EEE;
    /* MAGIC HAPPENS HERE */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);

}




.nav-vinhos-hide {
    position: relative;
    z-index: 1000;
}



.nav-vinhos-hide li {
    display: inline-block;
    width: 60px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}




.nav-vinhos-hide a:hover {
    opacity: 0.7;

}

.nav-vinhos-hide a:active {
    opacity: 0.7;

}

.active {
    opacity: 0.7;

}



/* - - - AZEITES - - - */

.nav-azeites {
    margin-top: -110px;
    position: relative;
    z-index: 1000;
}



.nav-azeites li {
    display: inline-block;
    width: 600px;
    margin: -20px;
    margin-top: -300px;
}


.nav-azeites a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
}




#nav-azeites-slide {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px 3px 6px #EEE;
    /* MAGIC HAPPENS HERE */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);

}




.nav-azeites-hide {
    position: relative;
    z-index: 1000;
}



.nav-azeites-hide li {
    display: inline-block;
    width: 160px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


.nav-azeites-hide a:hover {
    opacity: 0.7;

}

.nav-azeites-hide a:active {
    opacity: 0.7;

}

.active {
    opacity: 0.7;

}















.nav-azeites1 {
    margin-top: -110px;
    position: relative;
    z-index: 1000;
}



.nav-azeites1 li {
    display: inline-block;

    margin: -20px;
    margin-top: -300px;
}


.nav-azeites1 a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
}




#nav-azeites1-slide {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px 3px 6px #EEE;
    /* MAGIC HAPPENS HERE */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);

}




.nav-azeites1-hide {
    position: relative;
    z-index: 1000;
}



.nav-azeites1-hide li {
    display: inline-block;
    width: 160px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


.nav-azeites1-hide a:hover {
    opacity: 0.7;

}

.nav-azeites1-hide a:active {
    opacity: 0.7;

}

.active {
    opacity: 0.7;

}





.mr-reserva {
    padding-top: 100px;
    margin-bottom: 15px;
    margin-left: 200px;

}

.mr-reserva1 {
    padding-top: 100px;
    margin-bottom: 15px;


}

.mr-reserva1 h4 {
    font-size: 64px;
    font-family: 'Markazi Text', serif;
    color: #666666;
    letter-spacing: -0.8px;
    font-weight: 500;
    line-height: 43px;
}

.mr-reserva h4 {
    font-size: 64px;
    font-family: 'Markazi Text', serif;
    color: #666666;
    letter-spacing: -0.8px;
    font-weight: 500;
    line-height: 43px;
}

.mr-reserva img {
    margin-top: -20px;
}

.content-info-vinhos {
    width: 1000px;
    margin: 0 auto;
    font-family: 'Markazi Text', serif;
    margin-left: 200px;
}


.content-info-vinhos h4 {
    font-size: 32px;
    color: #494848;
    font-weight: 500;
    margin-right: -20px;
    letter-spacing: -0.8px;
}

.content-info-vinhos p {
    font-size: 21px;
    line-height: 22px;
    color: #666666;
    margin-right: -20px;
    font-family: 'Markazi Text', serif;
    letter-spacing: -0.7px;
    margin-top: -11px;

}

.content-info-vinhos p1 {
    font-size: 21px;
    line-height: 22px;
    color: #666666;
    margin-right: -20px;
    font-family: 'Markazi Text', serif;
    letter-spacing: -0.7px;


}

.content-info-vinhos a {

    text-align: Center;


    cursor: pointer;

}


.share-wrap-vinhos {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
}

#share-vinhos {
    background: #EEE;
    width: 135px;
    text-align: center;
    float: center;
    position: relative;
    margin: 10px auto;

}


#share-vinhos li {
    padding: 10px;
    display: inline-block;
}

.arrow-up-vinhos {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #EEE;
    position: absolute;
    right: 95px;
    top: -5px;
}


.nav {
    padding: 25px 0;
    background-color: white;
    position: -webkit-sticky;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}



.tinny {
    margin-top: -110px;
    position: relative;
    z-index: 1000;
}


.tinny li {
    display: inline-block;
    width: 165px;
    margin: -20px;
}


.tinny a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
}



.fichas-tecnicas {
    background: black;
    text-align: center;
    position: relative;
    margin: 10px auto;
    font-family: 'Markazi Text', serif;
    width: 115px;
    font-size: 12px;
}

.fichas-tecnicas ul {}



.fichas-tecnicas li {
    padding: 10px;

}


.fichas-tecnicas li a {
    color: white;
    cursor: pointer;


}


.fichas-tecnicas li a:hover {
    padding: 10px;
    cursor: pointer;


}



.arrow-up-fichas {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
    position: absolute;
    right: 46%;
    top: -6px;
}


.show {
    -o-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    opacity: 1;
}




.popup-dist {
    width: 350px;
    height: auto;
    margin: auto;
    background: white;
    box-shadow: 0 0 10px black;
}


div#my_popup {
    /* Hide the div */
    display: none;
}


#my_popup_wrapper {

    overflow: auto;
    z-index: 100001;
    -webkit-transition: all 0.3s;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    text-align: center;
    visibility: visible;
    opacity: 1;

}

.my_popup_close_dist {
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
}


#accordion-header {
    padding: 18px;
    text-align: left;
    color: white;
    font-family: 'Markazi Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    letter-spacing: 0px;
    background: black;
    cursor: pointer;
    border-radius: 0;
    margin: 1px 0 0 0;
    border: 0;


}




#accordion-content {
    border: none;
    color: #8F8F8F;


}




#accordion-content li {
    padding: 5px;
}


#accordion-content a {
    text-decoration: underline;
    color: #8F8F8F;


}

#accordion-content p {
    margin-left: 25px;
    padding: 2px;
    background-color: white;
    color: #8F8F8F;
    font-family: 'Markazi Text', serif;
    font-size: 12px;
    text-align: left;
}



.line {
    border-top: 1px solid white;
    border-bottom: 1px solid #CCC;
    width: 100%;
    height: 1px;
    margin: 15px 0 15px 0;
}


#accordion-header-icon {
    position: absolute;
    right: 15px;
    top: 44%;
    margin-top: -8px;
    width: 20px;
    display: block;
    height: 20px;
    background-image: url("../images/0-geral/0-pinpoint.png");
    background-size: contain;
    background-repeat: no-repeat;

}


#accordion-resizer {
    padding: 10px;
    width: 350px;
    height: 220px;
}






.accordion1 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion1:hover {
    background-color: #ccc;
}

.panel {
    padding: 5px 0px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-family: 'Markazi Text', serif;
}



.premios {
    font-family: 'Markazi Text', serif;
    color: #da6e2c;
    padding: 16px;
    font-size: 32px;
    border: none;
    cursor: pointer;
    padding-left: 0;
    letter-spacing: -0.8px;
    font-weight: 500;
}















.overflow {
    max-height: 530px;
    overflow-y: auto;


}


.close-box {
    position: absolute;
    top: -24px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #000000;
}



/* - - - EMPRESA - - - */




.mapa-empresa {

    margin-top: 50px;
    position: relative;
}

.mapa-empresa a:hover {
    opacity: 1;
}


.bar-empresa {
    background-color: #EEE;

    height: 900px;

}


.pinpoint-1 {
    position: absolute;
    left: 388px;
    top: 190px;
}

.pinpoint-2 {
    position: absolute;
    left: 662px;
    top: 206px;
}

.pinpoint-3 {
    position: absolute;
    left: 435px;
    top: 286px;
}

.pinpoint-4 {
    position: absolute;
    left: 439px;
    top: 343px;
}

.pinpoint-5 {
    position: absolute;
    left: 165px;
    top: 115px;
}

.pinpoint-6 {
    position: absolute;
    left: 266px;
    top: 290px;
}

.pinpoint-7 {
    position: absolute;
    left: 356px;
    top: 202px;
}

.pinpoint-8 {
    position: absolute;
    left: 335px;
    top: 175px;
}

.pinpoint-9 {
    position: absolute;
    left: 180px;
    top: 180px;
}

.pinpoint-10 {
    position: absolute;
    left: 493px;
    top: 335px;
}

.pinpoint-11 {
    position: absolute;
    left: 423px;
    top: 169px;
}

.pinpoint-12 {
    position: absolute;
    left: 461px;
    top: 134px;
}






.txt-empresa {
    width: 300px;
    margin: 0 auto;
    ;

}


.comprigor-title {
    padding: 0 0 60px 0;
    font-size: 46px;
    font-weight: 900;
}



.content-info-empresa {
    width: 840px;
    margin: 0 auto;
    font-family: 'Markazi Text', serif;
}




.content-info-empresa p {
    font-size: 21px;
    line-height: 22px;
    color: #666666;
    font-family: 'Markazi Text', serif;
    margin: -10px auto;
    width: 600px;
}


.timeline-title {

    margin: 45px 0 45px 0;

}





#touchScroller {
    width: 1180px;
    height: 540px;
    position: relative;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 200px;
}

/* Replace the last selector for the type(s) of element(s) you have in
   your scroller.
   If you have images use #touchScroller div.scrollableArea img,
   If you have div's use #touchScroller div.scrollableArea div,
   if you have links use #touchScroller div.scrollableArea a,
   or add several selectors if you have mixed content
   ...and so on. */
#touchScroller div.scrollableArea a {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 5px;
    /* If you don't want the images in the scroller to be selectable, try the following
       block of code. It's just a nice feature that prevent the images from
       accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}



div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
}

























div.scrollingHotSpotLeft {
    /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
    min-width: 75px;
    width: 10%;
    height: 100%;
    /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
    background-image: url("https://moraisrocha.com/images/big_transparent.gif");
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0px;
    /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
    cursor: url("http://moraisrocha.com/images/cursors/cursor_arrow_left.png"), url("http://moraisrocha.com/images/cursors/cursor_arrow_left.cur"), w-resize;
    top: 85px;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
    background-image: url("../images/0-geral/0-arrow-left.png");
    background-color: #fff;
    background-repeat: no-repeat;

}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url("https://moraisrocha.com/images/big_transparent.gif");
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0px;
    cursor: url("http://moraisrocha.com/images/cursors/cursor_arrow_right.png"), url("http://moraisrocha.com/images/cursors/cursor_arrow_right.cur"), e-resize;
    top: 85px;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
    background-image: url("../images/0-geral/0-arrow-right.png");
    background-color: #fff;
    background-repeat: no-repeat;

}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 1180px;
    height: 100%;
    margin: auto;
    margin-bottom: 100px;
}





div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
}




#makeMeScrollable {
    position: relative;
}



/*TOOLTIP'S*/


/* "fallback" links for non-CSS supporting browsers. */
.fallback {
    display: none;
}

/* Here's our default note styles. */
.notedefault,
.notenested {
    position: absolute;
    visibility: hidden;
    top: 1.5em;
    left: 2em;
    width: 239px;
}

.notedefault {
    padding: 10px;
    background-color: white;
    color: #8F8F8F;
}

.notenested {
    width: 9em;
    padding: 3px;
    border: 1px solid #963;
    background-color: #C96;
    color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset,
.snp-triggeroffset,
.snp-mousetrack {
    margin-left: 25px;
    margin-top: 4px;
}

/* Headings within notes */
.notedefault h5 {
    margin: 0 0 15px 0;
    padding: 2px;
    background-color: white;
    color: black;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: -0.8px;

}


.notedefault p {
    margin-left: 25px;
    padding: 2px;
    background-color: white;
    color: #666666;
    font-family: 'Markazi Text', serif;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: -0.8px;
}


/* Note close marker is only shown within pinned notes. */
.note-close {
    float: right;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: black;
    text-decoration: none;
    visibility: hidden
}

.snb-pinned .note-close {
    visibility: inherit;
}



.icon {

    float: left;
    margin-right: 0;


}


.vendas {
    cursor: pointer;
    text-decoration: underline;
    color: #8f8f8f;

}



.my_popup_content {
    position: relative;
    width: 800px;
    height: 500px;
    background: white;
    padding: 15px;



}




.gallery-close {

    position: absolute;
    bottom: 18px;
    right: 12px;
    cursor: pointer;
}


.owl-pagination {
    display: none;
}

.owl-buttons {
    width: 50%;
    position: relative;
    text-align: left;
    margin-top: 30px;
}


.owl-prev {
    width: 40px;
    height: 44px;
    display: inline-block;
    background: url("../images/0-geral/0-arrow-left-small.png");
    background-repeat: no-repeat;
}

.owl-next {
    width: 40px;
    height: 44px;
    display: inline-block;
    background: url("../images/0-geral/0-arrow-right-small.png");
    background-repeat: no-repeat;
}




.separador-tooltip {

    width: 100%;
    height: 1px;
    background: #DDD;
    margin: 20px 0 9px auto;

}






/* - - - ADEGA - - - */



.content-info-adega {
    width: 840px;

    margin: 0 auto;
    font-family: 'Markazi Text', serif;
}




.content-info-adega p {
    font-size: 21px;
    line-height: 22px;
    color: #666666;
    font-family: 'Markazi Text', serif;
    margin: 0px auto;
    width: 500px;
    margin-top: -5px;

}





.content-info-adega h4 {
    font-size: 30px;

    color: #666666;
    font-family: 'Markazi Text', serif;
    margin: 0px auto;
    width: 600px;
    margin-top: -100px;
    margin-left: 100px;
}



.info-adega {

    margin-top: 120px;
    position: relative;
    margin-bottom: 120px;
}









/* - - - MOBILE FIXES - - - */
.banner,
.mobile_head,
.navicon {
    display: none;
}

@media screen and (max-width: 1359px) {
    .guide-tab {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }


    #full-width-slider {
        width: 100%;
        color: black;
        margin: -295px 0 125px;
        padding: 0;
        position: relative;
        z-index: 5000;
    }




}










/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {



    div.scrollWrapper {
        position: relative;
        overflow: hidden;
        width: 1000px;
        height: 100%;
        margin: auto;
        margin-bottom: 100px;
    }

    .nav-vinhos li {
        display: inline-block;
        width: 125px;
        margin: -20px;
    }

    .linha-1 {
        margin-left: 150px;
        width: 70%;
        padding-top: 280px;
    }

    .linha {
        margin-left: 150px;
        width: 70%;
        padding-top: 280px;
    }


    .mr-reserva {
        padding-top: 100px;
        margin-bottom: 15px;
        margin-left: 60px;
        width: 70%;
    }

    .img-direita {
        margin-top: -125px;
        margin-left: 5px;
        width: 38%;
    }

    .img-direita1 {
        margin-top: -125px;
        margin-left: -1px;
        width: 33.8%;
    }

    .btn-share1 {
        margin-left: 435px;
    }

    .btn-share {
        margin-left: 430px;
    }



    .stockist_ind {
        padding: 0px 0px !important;
        padding-bottom: 60px !important;
        float: none;
        display: inline-block;
        width: 75%;
        vertical-align: top;
        border-right: 0px solid grey;
    }



    .content-info-empresa {
        width: 750px;
    }


    .pinpoint-1 {
        position: absolute;
        left: 388px;
        top: 190px;
    }

    .pinpoint-2 {
        position: absolute;
        left: 662px;
        top: 206px;
    }

    .pinpoint-3 {
        position: absolute;
        left: 435px;
        top: 286px;
    }

    .pinpoint-4 {
        position: absolute;
        left: 439px;
        top: 343px;
    }

    .pinpoint-5 {
        position: absolute;
        left: 165px;
        top: 115px;
    }

    .pinpoint-6 {
        position: absolute;
        left: 266px;
        top: 290px;
    }

    .pinpoint-7 {
        position: absolute;
        left: 356px;
        top: 202px;
    }

    .pinpoint-8 {
        position: absolute;
        left: 335px;
        top: 175px;
    }

    .pinpoint-9 {
        position: absolute;
        left: 180px;
        top: 180px;
    }






    .content-info-adega {
        width: 750px;

    }






}







@media screen and (max-width: 1069px) and (min-width: 480px) {

    .guide-tab {

        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }




}




@media screen and (max-width: 890px) {
    header .header-menu {
        display: none;
    }



    .stockist_ind {
        width: 49%;
    }



    .navicon {
        position: fixed;
        right: 0px;
        width: 100%;
        height: 72px;
        font-size: 42px;
        line-height: 42px;
        padding: 12px 20px;
        z-index: 5000;
        -webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
        z-index: 6000;
        color: #FFF;
        text-align: right;
        display: block;
    }

    header .navicon {
        color: #FFF;
    }

    header.window .navicon {
        color: #FFF;
    }

    header.noImage .navicon {
        color: #000;
    }

    header.show .navicon {
        color: #FFF;
    }



    nav {
        height: 100%;
        position: fixed;
        background-color: #000;
        width: 80%;
        left: 100%;
        top: 0px !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transform: transform 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
    }

    nav * {
        -webkit-transform: translate3d(0, 0, 0);
    }

    nav.mobile {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    /*  Mobile Menu Animations */

    .menu_items li {
        transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
    }


    .mobile .menu_items li:first-child {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.2s;
    }

    .mobile .menu_items li:nth-child(2) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.25s;
    }

    .mobile .menu_items li:nth-child(3) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.3s;
    }

    .mobile .menu_items li:nth-child(4) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.35s;
    }

    .mobile .menu_items li:nth-child(5) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.4s;
    }

    .mobile .menu_items li:nth-child(6) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.45s;
    }

    .mobile .menu_items li:nth-child(7) {
        opacity: 1.0 !important;
        -webkit-transition-delay: 0.5s;
    }

    .menu_items {
        height: 480px;
        position: absolute !important;
        top: 50% !important;
        margin-top: -190px;
        width: 100%;
    }


    /*  End of Mobile Animations */




    .menu_items li:nth-child(6) {
        border-bottom: none;
        display: block;
    }

    .show .menu_items li:nth-child(7) {
        border-bottom: none;
        display: block;
    }

    .show .menu_items li:nth-child(6) {
        border-bottom: none;
    }

    .flexslider {
        margin-bottom: 20px;
    }

    .single-title h1 {
        width: 100%;
        font-size: 35px;
        line-height: 35px;
    }

    .body_pane.colu {
        -webkit-column-count: 1;
    }

    .menu_items li {
        display: block;
    }

    .menu_items li.logoTitle {
        display: none;
    }

    header,
    #main_content,
    footer,
    .banner,
    .mobile_head {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transform: transform 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
    }

    header.mobile,
    #main_content.mobile,
    footer.mobile,
    .banner.mobile,
    .mobile_head.mobile {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    .menu_items li {
        margin: 0px;
        padding: 10px;
    }

    .menu_items li a {
        font-size: 24px;
    }

    .menu_items li.pt {
        display: inline-block;
        margin: 40px 0 0 0;
        padding: 1px 0;
        font-weight: 700;
        border-bottom: 1px solid white;
    }

    .banner,
    .mobile_head {
        position: fixed;
        height: 72px;
        width: 100%;
        -webkit-transition: top 0.2s ease-out;
        -moz-transition: top 0.2s ease-out;
        -o-transition: top 0.2s ease-out;
        transition: top 0.2s ease-out;
        z-index: 5500;
        -webkit-transition: top 0.2s ease-out, background-color 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
        -moz-transition: top 0.2s ease-out, background-color 0.2s ease-out, -moz-transform 0.2s ease-in-out;
        -o-transition: top 0.2s ease-out, background-color 0.2s ease-out, -o-transform 0.2s ease-in-out;
        transition: top 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-in-out;
        display: block;
        background-color: transparent;
    }

    .banner.show {
        background-color: #000;
    }

    .mobile_head {
        width: 0px;
        height: 0px;
        margin-left: -100px;
        left: 50%;
        z-index: 6500;
        padding: 15px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }

    .banner.show .mobile_head {
        width: 200px;
        height: 72px;
        opacity: 1;
    }

    .mobile_head a {
        width: 100%;
        height: 100%;
        display: block;
    }

    header .logoImage {
        max-width: 30%;
        margin-left: 30px;
        position: absolute;
        left: 0;
        top: -10px;
    }

    .featured-tile.pos-0 {
        padding-right: 0px;
    }

    .featured-tile.pos-1 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .set-width {
        width: 80%;
    }

    footer ul {
        float: none;
        width: 100%;
    }

    .mobile-footer {
        width: 100%;
        background-color: #000;
        height: 545px;
    }

    .mobile-footer ul li a {
        width: 100% !important;
        font-family: 'Markazi Text', serif;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: normal;

        letter-spacing: 1px;
        color: #fff;
        display: block;
        background-color: black;
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid #5f5f5f;
    }

    .mobile-footer ul li:last-of-type {
        border: 0px;
    }

    .mobile-footer ul li a:hover {
        background-color: #3C3735;
        opacity: 1.0;
    }



    #nav-vinhos-slide {

        top: 71px;

    }






}




@media screen and (max-width: 807px) and (min-width: 480px) {


    .stockist_ind {
        width: 65%;
        margin: auto;
        display: block;
    }


    .bar {
        background-color: #EEE;
        padding: 60px;
        height: 1920px;
    }


    .stockist_ind .title h3 {
        text-align: center;
    }

    .stockist_ind .title h4 {
        text-align: center;
    }


    .stockist_ind .info h4 {
        margin-bottom: 40px;
        text-align: center;
    }




    .share-wrap {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #share {
        background: white;
        width: 135px;
        text-align: center;
        float: center;
        position: relative;
        margin: 10px auto;
        margin: 10px auto;
    }

    #share-1 {
        background: white;
        width: 135px;
        text-align: center;
        float: center;
        position: relative;
        margin: 10px auto;
        margin: 10px auto;
    }

    #share-2 {
        background: white;
        width: 135px;
        text-align: center;
        float: center;
        position: relative;
        margin: 10px auto;
        margin: 10px auto;
    }

    #share-3 {
        background: white;
        width: 135px;
        text-align: center;
        float: center;
        position: relative;
        margin: 10px auto;
        margin: 10px auto;
    }

    .arrow-up {
        right: 63px;
    }



    .newsletter {
        background: white;
        text-align: center;
        color: black;
        font-family: 'Markazi Text', serif;

        font-weight: 400;
        height: 50px;
        border-bottom: 1px solid #5F5F5F;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        margin: auto;
        width: 70%;
    }


    #send {
        top: 9px;
        right: 110px;
    }



    .share-mobile {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .share-mobile a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }


    footer .logoImage {
        height: 54px;
        width: 160px;
        display: block;
        margin: auto;
        opacity: 0.7;
        margin: auto;
    }



    .noticias-title {
        padding: 0 0 50px 0;
    }



    #topTop a {
        color: #8F8F8F;






    }


    ::-webkit-input-placeholder {
        text-align: center;
        color: white;
        font-family: 'Markazi Text', serif;

        font-weight: 400;
        font-size: 16px;

    }

    :-moz-placeholder {
        /* Firefox 18- */
        text-align: center;
        color: white;
        font-family: 'Markazi Text', serif;

        font-weight: 400;
        font-size: 16px;

    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: center;
        color: white;
        font-family: 'Markazi Text', serif;

        font-weight: 400;
        font-size: 16px;

    }

    :-ms-input-placeholder {
        text-align: center;
        color: white;
        font-family: 'Markazi Text', serif;

        font-weight: 400;
        font-size: 16px;

    }

    .content-info-adega {
        width: 600px;

    }


    .my_popup_content {
        width: 750px;

    }





    div.scrollWrapper {
        width: 750px;
    }

    .content-info-empresa {
        width: 600px;
    }


    .pinpoint-1 {
        position: absolute;
        left: 388px;
        top: 190px;
    }

    .pinpoint-2 {
        position: absolute;
        left: 662px;
        top: 206px;
    }

    .pinpoint-3 {
        position: absolute;
        left: 435px;
        top: 286px;
    }

    .pinpoint-4 {
        position: absolute;
        left: 439px;
        top: 343px;
    }

    .pinpoint-5 {
        position: absolute;
        left: 165px;
        top: 115px;
    }

    .pinpoint-6 {
        position: absolute;
        left: 266px;
        top: 290px;
    }

    .pinpoint-7 {
        position: absolute;
        left: 356px;
        top: 202px;
    }

    .pinpoint-8 {
        position: absolute;
        left: 335px;
        top: 175px;
    }

    .pinpoint-9 {
        position: absolute;
        left: 180px;
        top: 180px;
    }


    .gallery-close {
        position: absolute;
        bottom: 35px;
        right: 12px;
        cursor: pointer;
    }





    .nav-vinhos li {
        width: 120px;
    }


    .content-info-vinhos {
        width: 600px;

    }



    .content-info-vinhos h4 {
        text-align: center;
        width: 600px;
    }


    .content-info-vinhos p {
        text-align: center;
        width: 600px;

    }


    .share-wrap-vinhos {
        width: 600px;
        margin-top: 30px;

    }


    .botoes {
        margin-left: 170px;
        margin-bottom: 50px;
    }



    .noticiascontent {

        width: 600px;
    }


    .arquivocontent {

        width: 600px;
    }

    .txt-noticia {
        margin-top: 30px;
    }


    .menu_items_2 {
        padding: 30px 0px;
    }

    .show .menu_items_2 {
        padding: 15px 0;
        /*margin-left: 93px;*/
    }

    .menu_items_2 li {
        display: inline-block;
        margin: 0 20px;
        padding: 3px 1px;
    }


    .menu_items_2 li a {
        color: #000000;
        font-family: 'Markazi Text', serif;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        line-height: normal;

        letter-spacing: 1px;
        vertical-align: middle;
    }




}




@media screen and (max-width: 1822px) {


    .arrow-up-vinhos {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #EEE;
        position: absolute;
        right: 85px;
        top: -5px;
    }



}

@media screen and (max-width: 1366px) {




    .nav-vinhos li {
        display: inline-block;
        width: 135px;
        margin: -20px;
    }



    .nav-azeites li {
        display: inline-block;
        width: 450px;
        margin: -20px;
        margin-top: -200px;
    }

    .mr-reserva {
        padding-top: 100px;
        margin-bottom: 15px;
        margin-left: 150px;
        width: 75%;

    }

    .img-direita {
        margin-top: -125px;
        margin-left: 150px;
        width: 38%;
    }

    .img-direita1 {
        margin-top: -125px;
        margin-left: 142px;
        width: 33.8%;
    }

    .share1 {
        background: transparent;
        margin-left: 85px;
    }

    .btn-share {
        margin-left: 485px;
    }

    .btn-share1 {
        margin-left: 495px;
    }

    .linha {
        margin-left: 180px;
        width: 70%;
        padding-top: 100px;
    }

    .content-info-vinhos {
        width: 1000px;
        margin: 0 auto;
        font-family: 'Markazi Text', serif;
        margin-left: 150px;
    }

    .content-info-adega p {
        font-size: 21px;
        line-height: 22px;
        color: #666666;
        font-family: 'Markazi Text', serif;
        margin: 0px auto;
        width: 500px;
        margin-top: -5px;

    }





    .content-info-adega h4 {
        font-size: 30px;

        color: #666666;
        font-family: 'Markazi Text', serif;
        margin: 0px auto;
        width: 600px;
        margin-top: -100px;
        margin-left: 100px;
    }

    .mapa {
        margin-left: -100px;
        margin-top: 50px;
    }


    .pinpoint-1 {
        position: absolute;
        left: 342px;
        top: 163px;
    }


    .pinpoint-2 {
        position: absolute;
        left: 587px;
        top: 182px;
    }

    .pinpoint-3 {
        position: absolute;
        left: 385px;
        top: 251px;
    }

    .pinpoint-4 {
        position: absolute;
        left: 396px;
        top: 306px;
    }

    .pinpoint-5 {
        position: absolute;
        left: 148px;
        top: 105px;
    }

    .pinpoint-6 {
        position: absolute;
        left: 232px;
        top: 250px;
    }

    .pinpoint-7 {
        position: absolute;
        left: 313px;
        top: 172px;
    }

    .pinpoint-8 {
        position: absolute;
        left: 295px;
        top: 145px;
    }

    .pinpoint-9 {
        position: absolute;
        left: 180px;
        top: 180px;
    }


}

@media screen and (max-width: 1024px) {




    div.scrollWrapper {
        position: relative;
        overflow: hidden;
        width: 1000px;
        height: 100%;
        margin: auto;
        margin-bottom: 100px;
    }

    .nav-vinhos li {
        display: inline-block;
        width: 125px !important;
        margin: -20px;
    }

    .linha-1 {
        margin-left: 150px !important;
        width: 70%;
        padding-top: 280px;
    }

    .linha {
        margin-left: 150px !important;
        width: 70%;
        padding-top: 280px;
    }


    .mr-reserva {
        padding-top: 100px;
        margin-bottom: 15px;
        margin-left: 60px !important;
        width: 70%;
    }

    .img-direita {
        margin-top: -125px;
        margin-left: 85px !important;
        width: 38%;
    }

    .img-direita1 {
        margin-top: -125px;
        margin-left: 80px !important;
        width: 33.8%;
    }

    .btn-share1 {
        margin-left: 470px !important;
    }

    .btn-share {
        margin-left: 465px !important;
    }

    .content-info-vinhos {
        width: 1000px;
        margin: 0 auto;
        font-family: 'Markazi Text', serif;
        margin-left: 60px !important;
    }

    .aeio123 {
        margin-left: 120px !important;
    }

    .share1 {
        background: transparent;
        margin-left: 1px !important;
    }


}

@media screen and (max-width: 1280px) {



    div.scrollWrapper {
        position: relative;
        overflow: hidden;
        width: 1000px;
        height: 100%;
        margin: auto;
        margin-bottom: 100px;
    }

    .nav-vinhos li {
        display: inline-block;
        width: 135px;
        margin: -20px;
    }




    .nav-azeites li {
        display: inline-block;
        width: 450px;
        margin: -20px;
        margin-top: -200px;
    }

    .mr-reserva {
        padding-top: 100px;
        margin-bottom: 15px;
        margin-left: 110px;
        width: 75%;
    }





    .btn-share {
        margin-left: 485px;
    }

    .btn-share {
        margin-left: 495px;
    }

    .linha {
        margin-left: 160px;
        width: 70%;
        padding-top: 100px;
    }

    .content-info-vinhos {
        width: 1000px;
        margin: 0 auto;
        font-family: 'Markazi Text', serif;
        margin-left: 110px;
    }


    .pinpoint-1 {
        position: absolute;
        left: 388px;
        top: 190px;
    }

    .pinpoint-2 {
        position: absolute;
        left: 662px;
        top: 206px;
    }

    .pinpoint-3 {
        position: absolute;
        left: 435px;
        top: 286px;
    }

    .pinpoint-4 {
        position: absolute;
        left: 439px;
        top: 343px;
    }

    .pinpoint-5 {
        position: absolute;
        left: 165px;
        top: 115px;
    }

    .pinpoint-6 {
        position: absolute;
        left: 266px;
        top: 290px;
    }

    .pinpoint-7 {
        position: absolute;
        left: 356px;
        top: 202px;
    }

    .pinpoint-8 {
        position: absolute;
        left: 335px;
        top: 175px;
    }

    .pinpoint-9 {
        position: absolute;
        left: 180px;
        top: 180px;
    }

    .arrow-up-vinhos {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #EEE;
        position: absolute;
        right: 85px;
        top: -5px;
    }


}


@media screen and (max-width: 479px) {


    h2,
    h2 em,
    h3 {
        font-size: 32px;
        line-height: 32px;
    }

    .set-width {
        width: 100%;
    }

    .featured-tile h3 {
        max-width: 100%;
    }

    .menu_items li a {
        font-size: 21px;
    }

    .menu_items li {
        padding: 15px;
    }

    .navicon {
        font-size: 30px;
        padding: 15px;
        color: #ccc;
    }

    .stockist_ind {
        width: 100%;
    }


    .guide-tab {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }



}


::selection {
    color: white;
    background: black;
}

::-moz-selection {
    color: white;
    background: black;
}
