body
{
    margin: 0;
    padding: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #fff;
}

body.vf-promos-list-col-4
{
    background-color: #F4F4F4;
}

.vf-promos-list
{
    overflow: hidden;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.vf-promos-title
{
    text-transform:capitalize;
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vf-promos-list .vf-promos-list-item
{
    float: left;
    width: 40%;
    max-width: 350px;
    min-width: 150px;
    padding: 10px 15px;
}

.vf-promos-list .vf-promos-list-item:first-child
{
    padding-left: 0;
}

.vf-promos-list .vf-promos-list-item:last-child
{
    padding-right: 0;
}

.vf-promos-list-item-title
{
    font-weight: bold;
    font-size: 14px;
    height: 40px;
}

.vf-promos-list-item-subtitle
{
    margin-top: 5px;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}

.vf-promos-list-item-subtitle
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vf-promos-list-item-image-wrapper
{
    position: relative;
    margin-top: 15px;
}

.vf-promos-list-item-image-wrapper .vf-promos-list-item-discount-percentage
{
    position: absolute;
    top: 0;
    left: 10px;
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 110%;
}


.vf-promos-list-item-image-wrapper img
{
    width: 100%;
}

.vf-promos-list-item-details
{
}

.vf-promos-list-item-details .vf-promos-list-item-description
{
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
}

.vf-promos-list-item-price-wrapper
{
    margin-top: 10px;
    display: table-cell;
}

.vf-promos-list-item-price-wrapper > div
{
    display: table-cell;
}

.vf-promos-list-item-price-wrapper .vf-promos-list-item-old-price
{
    font-size: 90%;
    text-decoration: line-through;
    padding-right: 10px;
}

.vf-promos-list-item-price-wrapper .vf-promos-list-item-price
{
    font-weight: bold;
    font-size: 110%;
}

.vf-promos-list-item-btn
{
    background-color: #e60000;
    color: white;
    border: none;
    padding: 6px 10px;
    font-size: 110%;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.vf-promos-list-item-btn:hover
{
    background-color: #d60606;
}

/*Links*/
.vf-promos-links
{
    margin-top: 10px;
}

.vf-promos-links a
{
    display: block;
    text-align: right;
    line-height: 30px;
}

.vf-promos-links a, .vf-promos-links a:hover, .vf-promos-links a:focus, .vf-promos-links a:active
{
    color: #333333;
}

.vf-promos-list-item-options
{
    display: table-cell;
    text-align: right;
}

.vf-promos-list-item-footer
{
    display: table;
    width: 100%;
    margin-top: 5px;
}

/*RESPONSIVE*/
@media all and (max-width: 700px)
{

    .vf-promos-list
    {
        display: block;
    }

    .vf-promos-list .vf-promos-list-item
    {
        width: 100%;
        float: none;
        display: block;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*.vf-promos-list .vf-promos-list-item .vf-promos-list-item-title, .vf-promos-list .vf-promos-list-item .vf-promos-list-item-subtitle, .vf-promos-list .vf-promos-list-item .vf-promos-list-item-details .vf-promos-list-item-description
    {
        height: 100%;
    }*/
}
@font-face
{
    font-family: 'VodafoneLight';
    src: url('../fonts/vodafonelt-webfont.eot');
    src: url('../fonts/vodafonelt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vodafonelt-webfont.woff') format('woff'), url('../fonts/vodafonelt-webfont.ttf') format('truetype'), url('../fonts/vodafonelt-webfont.svg#vodafone_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'VodafoneRegular';
    src: url('../fonts/vodafonerg-webfont.eot');
    src: url('../fonts/vodafonerg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vodafonerg-webfont.woff') format('woff'), url('../fonts/vodafonerg-webfont.ttf') format('truetype'), url('../fonts/vodafonerg-webfont.svg#vodafone_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.contentor
{
    font-family: Arial, sans-serif;
    width: 940px; /*height: 400px;*/ /*background: #333;*/
    display: table;
    margin: 20px auto;
}
.contentor h1
{
    width: 940px;
    font-family: "VodafoneLight" , "VodafoneRegular" , Arial, sans-serif;
    color: #333;
    font-weight: lighter;
    font-size: 30px;
    line-height: 30px;
    float: left; /*background: #CCC;*/
    margin: 15px 0;
    padding: 0;
}

.parceria
{
    width: 940px;
    font-family: "VodafoneLight" , "VodafoneRegular" , Arial, sans-serif;
    color: #333;
    font-weight: lighter;
    font-size: 12px;
    line-height: 13px;
    float: left; /*background: #CCC;*/
    margin: -15px 0 3px 3px;
    padding: 0;
}
.oferta
{
    width: 218px; /*height: 281px;*/
    float: left; /*background: #999;*/
    border: solid 1px #CCC;
}
.oferta-espaco
{
    width: 16px;
    height: 300px;
    float: left;
}
.oferta-titulo
{
    width: 200px;
    height: 11px;
    padding: 0 10px;
    margin: 10px 0 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    overflow: hidden;
}
.oferta-local
{
    font-family: "VodafoneRegular" , Arial, sans-serif;
    width: 200px;
    height: 20px;
    padding: 0 10px;
    margin: 0 0 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF0000;
    float: left;
    overflow: hidden;
}
.oferta-percentagem
{
    width: 60px;
    height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: #FF0000;
    line-height: 26px;
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 55px 5px;
}
.oferta-imagem
{
    float: left;
}
.oferta-descricao
{
    width: 198px;
    height: 30px;
    padding: 0 10px;
    margin: 5px 0;
    font-size: 12px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oferta-contentor
{
    width: 198px;
    height: 30px; /*background: #FFF;*/
    margin: 10px;
    float: left;
}
.oferta-preco_anterior
{
    width: 46px;
    height: 30px; /*background: #CCC;*/
    float: left;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #999;
    z-index: 1;
    position: relative;
}
.traco-pequeno
{
    width: 46px;
    height: 30px;
    background: url("img/promo4utraco-peq.png") center center no-repeat;
    z-index: 3;
    position: relative;
}
.oferta-preco
{
    width: 64px;
    height: 30px;
    float: left;
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    z-index: 1;
    position: relative;
}
.oferta-bt_ver
{
    width: 88px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #9C2AA0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

/* OFERTA */
.oferta-descricao-titulo
{
    width: 940px;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    float: left;
    font-family: Arial;
    font-weight: bold;
}
.oferta-descricao-local
{
    width: 940px;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}
.oferta-descricao-texto_topo
{
    width: 940px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    float: left;
}
.oferta-descricao-contentor
{
    width: 940px;
    height: 330px;
    margin: 20px 0 50px 0;
    padding: 0;
    background: #CCC;
    float: left;
}
.oferta-descricao-contentor img
{
    float: left;
    z-index: 1;
}
.oferta-descricao-contentor-percentagem
{
    width: 100px;
    height: 50px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: #FF0000;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 10px 10px;
}

.oferta-descricao-contentor-opcoes
{
    width: 410px;
    height: 290px;
    margin: 20px;
    padding: 0; /*background: #FF6600;*/
    float: left;
    text-align: center;
    z-index: 1;
}
.oferta-descricao-contentor-opcoes-ativada
{
    width: 410px;
    float: left;
    font-family: "VodafoneLight" , "VodafoneRegular" , Arial, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
    margin: 20px 0 0 0;
}
.oferta-descricao-contentor-opcoes-tempo
{
    width: 410px;
    float: left;
    font-size: 18px;
    z-index: 1;
    color: #777;
}
.oferta-descricao-contentor-opcoes-p1
{
    width: 160px;
    height: 70px;
    line-height: 70px;
    margin: 10px 0 20px 40px;
    float: left;
    font-size: 38px; /*background: #333;*/
    color: #A5A5A5;
    z-index: 1;
    position: relative;
}
.oferta-descricao-contentor-opcoes-p2
{
    width: 170px;
    height: 70px;
    line-height: 70px;
    margin: 10px 40px 20px 0;
    float: left;
    font-size: 42px; /*background: #777;*/
    font-weight: bold;
    z-index: 1;
}
.traco-grande
{
    width: 170px;
    height: 70px;
    background: url("../img/promo4utraco-gr.png") center center no-repeat;
    z-index: 5;
    margin: -70px 0 0 0;
    position: relative;
}
.oferta-descricao-contentor-opcoes-bt
{
    width: 250px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #9C2AA0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0 70px;
    padding: 0 15px 0 15px;
    cursor: pointer;
    font-family: Arial;
}

.oferta-descricao-contentor-opcoes-bt1
{
    width: 150px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #9C2AA0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0 110px;
    padding: 0 15px 0 15px;
    font-family: Arial;
    cursor: pointer;
}

.oferta-descricao-contentor-opcoes-oferecer
{
    width: 140px;
    height: 20px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777;
    margin: 10px 130px;
    padding: 0 0 0 20px;
    /*background: url("http://static.lifecooler-travel.com/imagens/promo4uofereca_icon.png") 0 1px no-repeat;*/
    float: left;
}
.oferta-descricao-contentor-opcoes-2colunas
{
    width: 924px; /*height: 200px;*/
    float: left; /*background: #ccc;*/
    margin: 10px 0;
}
.oferta-descricao-contentor-opcoes-1colunas
{
    width: 930px;
    float: left;
    margin: 10px 0;
}
.oferta-descricao-contentor-opcoes-2colunas h1, .oferta-descricao-contentor-opcoes-1colunas h1
{
    font-family: "VodafoneLight" , "VodafoneRegular" , Arial, sans-serif;
    color: #333;
    font-weight: lighter;
    font-size: 30px;
    line-height: 30px;
    float: left;
    margin: 15px 0;
    padding: 0;
}
.oferta-descricao-contentor-opcoes-2colunas p, .oferta-descricao-contentor-opcoes-1colunas p
{
    font-size: 14px;
}
.separador_colunas
{
    margin-right: 50px;
}

/* caixa registo */
.caixa-registo
{
    background-color: #FFF;
    width: 500px; /*height: 300px;*/
    padding: 40px;
    text-align: center;
}
.caixa-registo h1
{
    font-family: "VodafoneLight" , "VodafoneRegular" , Arial, sans-serif;
    color: #333;
    font-weight: lighter;
    font-size: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    width: 500px;
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
}
.caixa-registo h1.caixa-registo-espaco
{
    margin-top: 40px;
}

.caixa-registo_ver_oferta-bt
{
    width: 130px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #9C2AA0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin: 0;
    cursor: pointer;
}
.caixa-registo_ver_oferta-bt2
{
    width: 315px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #9C2AA0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin: 0;
    cursor: pointer;
}
.caixa-registo-fechar
{
    height: 26px;
    width: 26px;
    background: url("../img/promo4ubt_fechar.png");
    position: absolute;
    right: -13px;
    top: -13px;
}
.caixa-registo input
{
    width: 150px;
    height: 20px;
    padding: 10px;
    margin: 0 10px 0 0;
    font-size: 14px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.45) inset;
    -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.45) inset;
    box-shadow: 0 1px 3px rgba(50,50,50,0.45) inset;
    float: left;
}


#slideshow
{
    height: 330px; /*margin:0 auto 0;*/
    position: relative;
    width: 490px;
    z-index: 1;
    float: left;
}
#bullets
{
    bottom: 20px;
    height: 11px;
    position: absolute;
    z-index: 20;
    text-align: center;
    width: 490px;
}
#bullets a
{
    background: url("../img/bola-off.png") no-repeat center bottom;
    margin: 0 3px;
    padding: 0 5px;
}
#bullets a.active
{
    background: url("../img/bola-on.png") no-repeat center bottom;
}
#bullets a span
{
    display: none;
}
.jcarousel-container
{
    position: relative;
    width: 490px;
}
.jcarousel-clip
{
    height: 330px;
    overflow: hidden;
    position: relative;
    width: 490px;
}
.jcarousel-list
{
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 20;
}
.jcarousel-list li
{
    float: left;
    height: 330px;
    width: 490px;
}
.jcarousel-prev, .jcarousel-next
{
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 140px;
    width: 40px;
    z-index: 30;
}
.jcarousel-prev
{
    background: url("../img/bt-esq.png") no-repeat;
    left: 0px;
}
.jcarousel-next
{
    background: url("../img/bt-dir.png") no-repeat;
    right: 0px;
}
.numerosContador
{
    float: left;
    text-align: center;
    width: 30px;
    margin-right: 5px;
}
.conteudo_destaque_info_ativada3
{
    text-align: center; /*font-family: Arial, Helvetica, sans-serif; 	font-size: 17px; 	color:#20A1C6;*/
    margin: 0 auto 30px auto;
    width: 150px;
}
#subscricaoSobreMalhaopcoes
{
    width: 100%;
    height: 100%;
    background-image: url("../img/subscricaoMalha1.png");
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
}
#subscricaoMalhaopcoes
{
    width: 600px;
    height: 440px;
    border-color: #c1c1c1;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    position: absolute;
    z-index: 200;
    margin-left: -300px;
    margin-top: -820px;
    top: 980px;
    left: 50%;
    text-align: left;
}
.opcoes
{
    background: #FFF;
    padding: 10px;
    width: 580px;
    height: 420px;
}
.opcoes_topo
{
    background: #FF0000;
    padding: 10px;
    width: 560px;
    height: 30px;
    font-family: 'Nunito' , Arial, sans-serif;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 10px;
    font-weight: normal;
}
.opcoes_disponiveis
{
    background: #FFF;
    width: 580px;
    height: 350px;
    margin: 0;
    overflow: auto;
}
.opcao
{
    width: 560px;
    padding: 15px 0;
    border-bottom: solid #CCC 1px;
    float: left;
}
.opcao_desc
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
    width: 330px;
}
.opcao_preco
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #000;
    float: left;
    width: 60px;
    margin-left: 20px;
    font-weight: bold;
}
.opcoes_bt
{
    background: #FF0000;
    width: 118px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 15px;
    float: right;
    margin-top: -5px;
    cursor: pointer;
}
.opcoes_bt_fechar
{
    float: right;
    margin: 15px;
}
.h1Titulo
{
    font-size: 26px !important;
    font-family: VodafoneLight, VodafoneRegular !important;
}
.Texto
{
    font-size: 16px !important;
    font-family: Arial;
}