﻿body {
    background: #FFF url("../image/degrade.jpg") repeat-x;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

/* ====================== CLASSES PARA OTIMAZIÇÃO DE CODIGO ====================== */

/*GLOBAL*/
* {
    outline: medium none;
    text-decoration: none !important;
}

.none {
    display: none;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.caps {
    text-transform: uppercase;
}

.capslower {
    text-transform: lowercase !important;
}

.tnone {
    text-transform: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.cpointer {
    cursor: pointer;
}

.cunvailable {
    cursor: not-allowed;
}

.indent0 {
    text-indent: 0px;
}

.z-index100 {
    z-index: 100;
}

.z-index1000 {
    z-index: 1000;
}

.ohidden {
    overflow: hidden;
}

.posright-0 {
    right: auto !important;
}

/*TYPOGRAPHY CUSTOMISATION*/
.xslim {
    font-weight: 100;
}

.slim {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.lh1 {
    line-height: 7px !important;
}

.lh2 {
    line-height: 15px;
}

.lh3 {
    line-height: 60px;
}

.lh4 {
    line-height: 17px;
}

.lh5 {
    line-height: 36px;
}

.size8 {
    font-size: 8px;
}

.size10 {
    font-size: 10px;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size28 {
    font-size: 28px;
}

.size26 {
    font-size: 26px;
}

.size30 {
    font-size: 30px;
}

.size40 {
    font-size: 40px;
}

.size48 {
    font-size: 48px;
}

.size60 {
    font-size: 60px;
}

.size65 {
    font-size: 65px;
}

.size100 {
    font-size: 100px;
}

/*COLORS*/
.black {
    color: #000;
}

.white {
    color: #fff;
}

.dark {
    color: #333;
}

.lgrey {
    color: #ccc;
}

.lightgrey {
    color: #ccc;
}

.grey {
    color: #999;
}

.grey2 {
    color: #666;
}

.green {
    color: #72bf66;
}

.green2 {
    color: #339933;
}

.lblue {
    color: #0099cc;
}

.yellow {
    color: #ffff00;
}

.red {
    color: #ff3300;
}

.lred {
    color: #ff9966;
}

.lred2 {
    color: #ff5a00;
}

/*SHADOW*/
.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*Alignments positioning*/
.paddingg {
    padding: 0px !important;
}

.paddingg15 {
    padding: 15px !important;
}

.pbottom15 {
    padding-bottom: 10px;
}

.m1 {
    margin: 13px 0px 0px 22px;
}

.mt110 {
    position: relative;
    top: 90px;
}

.mt1 {
    position: relative;
    top: 1px;
}

.mt2 {
    position: relative;
    top: 2px;
}

.mt3 {
    position: relative;
    top: 3px;
}

.mt4 {
    position: relative;
    top: 4px;
}

.mt5 {
    position: relative;
    top: 5px;
}

.mt6 {
    position: relative;
    top: 6px;
}

.mt7 {
    position: relative;
    top: 7px;
}

.mt8 {
    position: relative;
    top: 8px;
}

.mt9 {
    position: relative;
    top: 9px;
}

.mt10 {
    position: relative;
    top: 10px;
}

.mt15 {
    position: relative;
    top: 15px;
}

.mt20 {
    position: relative;
    top: 20px;
}

.mt25 {
    position: relative;
    top: 25px;
}

.mt30 {
    position: relative;
    top: 30px;
}

.mt-1 {
    position: relative;
    top: -1px;
}

.mt-2 {
    position: relative;
    top: -2px;
}

.mt-3 {
    position: relative;
    top: -3px;
}

.mt-4 {
    position: relative;
    top: -4px;
}

.mt-5 {
    position: relative;
    top: -5px;
}

.mt-6 {
    position: relative;
    top: -6px;
}

.mt-7 {
    position: relative;
    top: -7px;
}

.mt-8 {
    position: relative;
    top: -8px;
}

.mt-9 {
    position: relative;
    top: -9px;
}

.mt-10 {
    position: relative;
    top: -10px;
}

.mt-200 {
    position: relative;
    top: -261px;
}

.mt-130 {
    position: relative;
    top: 0px;
}


.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml175 {
    margin-left: 175px;
}

.cmtt {
    position: relative;
    top: 500px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.pt-6 {
    position: relative;
    top: -6px;
}

.margtop1 {
    margin-top: 1px !important;
}

.margtop2 {
    margin-top: 2px !important;
}

.margtop3 {
    margin-top: 3px !important;
}

.margtop4 {
    margin-top: 4px !important;
}

.margtop5 {
    margin-top: 5px !important;
}

.margtop6 {
    margin-top: 6px !important;
}

.margtop7 {
    margin-top: 7px !important;
}

.margtop8 {
    margin-top: 8px !important;
}

.margtop9 {
    margin-top: 9px !important;
}

.margtop10 {
    margin-top: 10px !important;
}

.margtop12 {
    margin-top: 12px !important;
}

.margtop15 {
    margin-top: 15px !important;
}

.margtop20 {
    margin-top: 20px !important;
}

.margtop25 {
    margin-top: 25px !important;
}

.margtop30 {
    margin-top: 30px !important;
}

.margtop35 {
    margin-top: 35px !important;
}

.margtop40 {
    margin-top: 40px !important;
}

.margtop60 {
    margin-top: 60px !important;
}

.margtop-0 {
    margin-top: 0px;
}

.margtop-1 {
    margin-top: -1px !important;
}

.margtop-2 {
    margin-top: -2px !important;
}

.margtop-3 {
    margin-top: -3px !important;
}

.margtop-4 {
    margin-top: -4px !important;
}

.margtop-5 {
    margin-top: -5px !important;
}

.margtop-10 {
    margin-top: -10px !important;
}

.margtop-15 {
    margin-top: -15px !important;
}

.margtop-20 {
    margin-top: -20px !important;
}

.margtop-25 {
    margin-top: -25px !important;
}

.margtop-30 {
    margin-top: -30px !important;
}

.margtop-35 {
    margin-top: -35px !important;
}

.margtop-40 {
    margin-top: -40px !important;
}

.margleft5 {
    margin-left: 5px !important;
}

.margleft10 {
    margin-left: 10px !important;
}

.margleft15 {
    margin-left: 15px !important;
}

.margleft20 {
    margin-left: 20px !important;
}

.margright10 {
    margin-right: 10px !important;
}

.margright20 {
    margin-right: 20px !important;
}

.margbottom40 {
    margin-bottom: 40px !important;
}


.margbottom35 {
    margin-bottom: 35px !important;
}

.margbottom30 {
    margin-bottom: 30px !important;
}

.margbottom20 {
    margin-bottom: 20px !important;
}

.margbottom10 {
    margin-bottom: 10px !important;
}

.margbottom5 {
    margin-bottom: 5px !important;
}

/*CUSTOM COLUMNS*/
.w50percent {
    width: 50%;
    float: left;
}

.w50percentlast {
    width: 50%;
    float: right;
}

.wh33percent {
    width: 33%;
}

.wh25percent {
    width: 25%;
}

.wh66percent {
    width: 66%;
}

/*PERCENTAGES*/
.wh10percent {
    width: 10%;
}

.wh20percent {
    width: 20%;
}

.wh30percent {
    width: 30%;
}

.wh33percent {
    width: 33.333%;
}

.wh40percent {
    width: 40%;
}

.wh50percent {
    width: 50%;
}

.wh60percent {
    width: 60%;
}

.wh70percent {
    width: 70%;
}

.wh75percent {
    width: 75%;
}

.wh80percent {
    width: 80%;
}

.wh90percent {
    width: 90%;
}

.wh100percent {
    width: 100%;
}


/*LINHAS*/
.line1 {
    background: #e7e7e7;
    height: 1px;
    margin: 16px 0 6px 0;
    padding: 0;
    display: block;
    clear: both;
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
    clear: both;
}

.line3 {
    background: #e8e8e8;
    height: 1px;
    margin: 0px 0 0px 0;
    padding: 0;
    display: block;
    clear: both;
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
    clear: both;
}

.line5 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0 12px 0;
    padding: 0;
    display: block;
    clear: both;
}


/* ====================== TOPO ====================== */

.navbar-wrapper2 {
    background: none repeat scroll 0 0 white;
    border-bottom: 2px solid #cccccc;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
    min-height: 110px;
    padding-bottom: 0;
}
/* LOGO */

/* ATENDIMENTO */



/* ====================== CAIXA DE BUSCA PRINCIPAL====================== */

/*TABS customisations*/
.tab-content2 {
    background: #000;
    color: #FFF;
    padding: 15px 10px 15px 10px;
    min-height: 210px;
    height: auto !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #ccc;
}

#air {
    height: auto !important;
    overflow-x: hidden;
    width: 100%;
}

#hotel { /*min-height:218px; max-height:218px;*/
    height: auto !important;
    overflow-x: hidden;
    width: 100%;
}

/* SOMBRA DA CAIXA PRINCIPAL*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 35px;
        width: 50%;
        top: 80%;
        /*max-width:300px;*/
        background: #777;
        -webkit-box-shadow: 0 20px 18px #272727;
        -moz-box-shadow: 0 20px 18px #272727;
        box-shadow: 0 20px 18px #272727;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        content: "";
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 35px;
        left: auto;
    }

/* ======= LINKS ======= */

a {
    color: #09c;
    text-decoration: none !important;
}


/* ====================== BOOTSTRAP CUSTOM ITENS ====================== */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #000;
    color: #fff;
    cursor: default;
    border-radius: 0 !important;
    border: 0px !important;
}

.nav > li.active > a {
    color: #fff;
    border-radius: 0 !important;
    margin-right: 0px !important;
}

.nav-tabs > li > a {
    color: #332C28;
    line-height: 1.42857;
    border-radius: 0 !important;
    outline: none !important;
}

.nav-tabs {
    border-bottom: 0 solid #DDDDDD;
    height: 40px !important;
    border-radius: 0 !important;
}

    .nav-tabs > li > a:hover {
        border-radius: 0 !important;
        margin-right: 0px !important;
    }

    .nav-tabs > li {
        border-right: none !important;
        float: left;
        margin-bottom: -1px;
        border-radius: 0 !important;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #000000;
    border-color: #FF0;
    color: #FFFFFF;
    z-index: 2;
}

.nav > li > a {
    display: block;
    padding: 11px 15px;
    position: relative;
}

.list-group-item {
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.navbar-collapse a {
    color: #000;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
}

.navbar-form {
    border: 0 none;
    box-shadow: none;
    margin-left: 0;
    margin-right: -15px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
    overflow: none;
}

    .navbar-form .form-control {
        display: inline-block;
        height: 25px;
        font-size: 10px;
        border-radius: 0px;
    }

.navbar .btn-default {
    background-color: #FF0;
    border-color: #000;
    color: #000;
    font-size: 10px;
    border-radius: 0px;
}


.navbar-default .navbar-form {
    border-color: #111111;
}

@media (max-width: 991px) {

    .menuPaginasCell {
        width: 100%;
        float: left;
    }

        .menuPaginasCell li {
            padding: 1px !important;
        }

            .menuPaginasCell li a {
                width: 100%;
                float: left;
                text-align: center;
                padding: -10px -15px !important;
                margin: 0 0 0 0px;
            }

    #navbar-wrapper {
        /*height:90px;*/
    }

    .img-tel {
        display: none;
    }

    #logo {
        height: 80px;
    }

    .textright {
        text-align: right;
    }

    .navbar-header {
        margin-top: 15px;
    }

    .telportalnew {
        float: none !important;
        margin-top: 15px;
    }
}
/*Makes bootstrap menu drop on hover*/
@media (min-width: 992px) {
    ul.nav li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top: 40px;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0px;
        opacity: 1;
        max-width: 900px;
        max-height: 500px;
    }
}





























.lightcaret {
    width: 10px;
    height: 5px;
    background: url(../image/caret.png) scroll 0 0 no-repeat;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}


.mtnav {
    position: relative;
    top: 0px;
}

.navbar-wrapper2 {
    min-height: auto;
    background: white;
    border-bottom: 0px solid #cccccc;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
    padding-bottom: 0px;
}

.mtslide {
    position: relative;
    top: 50px;
}

.mtslide2 {
    position: relative;
    top: 0px;
}

@media (min-width: 992px) {
    .navbar-wrapper2 {
        min-height: 110px;
        background: white;
        border-bottom: 2px solid #cccccc;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
        padding-bottom: 0px;
    }

    .mtnav {
        position: relative;
        top: 20px;
    }

    .mtslide {
        position: relative;
        top: 90px;
    }
}









.tp-leftarrow {
    top: 240px !important;
}

.tp-rightarrow {
    top: 240px !important;
}

@media (min-width: 992px) {
    .tp-leftarrow {
        top: 50% !important;
    }

    .tp-rightarrow {
        top: 50% !important;
    }
}


img.fullwidth {
    width: 100%;
    height: 261px;
}


img.logo {
    width: 120px;
}



/*IMAGE*/
.fwi {
    width: 100%;
    height: 261px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.fwi2 {
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    background: url("../image/pontilhado.png") repeat scroll 0 0 white;
    border: 1px dotted #808080;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
}

.fwi img {
    width: 100%;
    margin-left: 0px;
}

@media (min-width: 992px) {
    .fwi img {
        width: 120%;
        margin-left: -20px;
    }
}

@media (min-width: 1200px) {
    .fwi img {
        width: 100%;
        margin-left: 0px;
    }
}


.ctitle {
    width: 100%;
    height: 63px;
    padding: 18px;
    background: #FFFF33;
    position: relative;
    font-family: Lato;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

    .ctitle span {
        color: #5E4700;
        font-size: 9px;
    }

    .ctitle a {
        float: right;
        font-size: 24px;
        color: #000;
    }

        .ctitle a img {
            width: 14px;
            height: 18px;
            display: block;
            background: url('../image/sprite.png') 0px -36px;
        }

        .ctitle a:hover img {
            width: 14px;
            height: 18px;
            display: block;
            background: url('../image/sprite.png') 0px -54px;
        }

.ctitle2 {
    width: 100%;
    position: relative;
    font-family: Lato;
    font-size: 18px;
}

.ftitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #FF0;
    font-weight: 700;
}

.ftitleblack {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #000;
    font-weight: 700;
}




/* ====================== BUTTONS ====================== */

.btn-search {
    background: #ff0;
    border-radius: 3px;
    border: 0px solid #f9f94c;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    padding: 7.5px 20px;
    margin-top: 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100% !important;
}

.btn-search3 {
    /*color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  */
    text-transform: 0;
    position: absolute;
    bottom: 20px;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .btn-search3:hover {
        /*color:#be3507;*/
        color: #ffffff;
        /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
        text-shadow: rgba(0,0,0,.4) 0 -1px 0;
        background: #ff6633;
        background: -webkit-gradient(linear, left top, left bottom, from(#e35121), to(#ff6633));
        background: -webkit-linear-gradient(top, #e35121, #ff6633);
        background: -moz-linear-gradient(top, #e35121, #ff6633);
        background: -ms-linear-gradient(top, #e35121, #ff6633);
        background: -o-linear-gradient(top, #e35121, #ff6633);
    }


.btn-search4 {
    text-transform: uppercase;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    box-shadow: rgba(0,0,0,0.18) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .btn-search4:hover {
        /*color:#be3507;*/
        color: #ffffff;
        /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
        text-shadow: rgba(0,0,0,.4) 0 -1px 0;
        background: #ff6633;
        background: -webkit-gradient(linear, left top, left bottom, from(#e35121), to(#ff6633));
        background: -webkit-linear-gradient(top, #e35121, #ff6633);
        background: -moz-linear-gradient(top, #e35121, #ff6633);
        background: -ms-linear-gradient(top, #e35121, #ff6633);
        background: -o-linear-gradient(top, #e35121, #ff6633);
    }


.btn-search5 {
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.1) 0 3px 2px;
    color: #999999;
    font-size: 11px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .btn-search5:hover {
        color: #333;
        border: 1px solid #bababa;
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
        background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
        background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
        background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
        background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    }


.bluebtn {
    text-transform: uppercase;
    border: 1px solid #006699;
    background: #3994d4;
    background: -webkit-gradient(linear, left top, left bottom, from(#3994d4), to(#1d7db7));
    background: -webkit-linear-gradient(top, #3994d4, #1d7db7);
    background: -moz-linear-gradient(top, #3994d4, #1d7db7);
    background: -ms-linear-gradient(top, #3994d4, #1d7db7);
    background: -o-linear-gradient(top, #3994d4, #1d7db7);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .bluebtn:hover {
        color: #fff;
        border: 1px solid #006699;
        background: #1d7db7;
        background: -webkit-gradient(linear, left top, left bottom, from(#1d7db7), to(#3994d4));
        background: -webkit-linear-gradient(top, #1d7db7, #3994d4);
        background: -moz-linear-gradient(top, #1d7db7, #3994d4);
        background: -ms-linear-gradient(top, #1d7db7, #3994d4);
        background: -o-linear-gradient(top, #1d7db7, #3994d4);
    }


.bookbtn {
    background: #ff0;
    border: 0px solid #f9f94c;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    margin-top: 0px;
    padding: 6.5px 7px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    cursor: pointer;
}



.iosbtn {
    border: 2px solid #353535;
    background: transparent;
    color: #353535;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

    .iosbtn:hover {
        border: 2px solid #353535;
        background: #353535;
        color: white;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-weight: 700;
        text-transform: uppercase;
    }

.roundbtn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

    .roundbtn:hover {
        background: #15262f;
        border: 1px solid #15262f;
        color: #fff;
    }









/*Last minute*/
.lastminute {
    height: 990px;
    width: 100%;
    background: #f2f2f2;
    position: relative;
    top: 0px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}

.lastminute2 {
}

.lastminute3 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 560px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}

.lastminutecontact {
    height: 790px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 560px;
    position: absolute;
    top: 0px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}

.lmcc {
    opacity: 0;
    margin-top: 100px;
}

.lcfix {
    background: #fff !important;
}

.bgfix {
    background: #f2f2f2 !important;
}

@media (min-width: 992px) {

    /*Last minute*/
    .lastminute {
        height: 277px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 110px;
        position: absolute;
        top: 0px;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden;
    }

    .lastminute2 {
    }

    .lastminute3 {
        height: 250px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 60px;
        margin-bottom: 60px;
        margin-top: 90px;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden;
    }

    .lastminutecontact {
        height: 277px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 110px;
        position: absolute;
        top: 0px;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden;
    }

    .deals3 {
        clear: both !important;
        position: relative;
        overflow: hidden;
        margin-top: 110px;
    }

    .deals4 {
        min-height: 300px;
        width: 100%;
        background: #fff;
        padding-top: 50px !important;
        overflow: hidden;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        color: #444;
        overflow: hidden;
        border-bottom: 0px solid #ccc;
    }
}

.deals3 {
}

.deal {
    background-color: #F0F0F0;
    border-bottom: 2px solid #FFFFFF;
    font-family: 'Lato';
    font-weight: 400;
    min-height: 78px;
    padding: 10px 5px;
}


    .deal:hover {
        background-color: #e9e9e9;
    }

img.dealthumb {
    float: left;
}

.dealtitle {
    float: left;
    max-width: 60%;
    margin-left: 10px;
    border: 0px solid black;
    line-height: 16px;
    margin-top: 15px;
}

    .dealtitle a {
        color: #000;
        font-weight: bold;
    }

.dealprice {
    float: right;
}

.price {
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.dtitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #B7B7B7 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px;
    margin-bottom: 20px;
}


.deals4 {
    min-height: 300px;
    width: 100%;
    background: #fff;
    padding-top: 510px;
    text-align: left;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    border-bottom: 0px solid #ccc;
}

.lastminute4 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 55px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}

/*CarouFredSel*/
.wrapper {
    background-color: white;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}

.list_carousel {
    background-color: #fff;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        font-size: 40px;
        color: #999;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 0px solid #efefef;
        width: 255px;
        height: 230px;
        padding: 0;
        margin: 0px 20px;
        display: block;
        float: left;
        line-height: 10px;
        text-align: left;
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 60px;
    left: -10px;
}




.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}





button.prev2 {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    /*background:#15262f;*/
    position: absolute;
    bottom: 40px;
    left: -10px;
    z-index: 100;
    border: 0;
    background: transparent;
}

.prev2:hover {
    /*background:#72bf66;*/
}

button.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') -14px -36px;
    margin: 0px 0 0 4px;
}

button:hover.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') -42px -36px;
}


.next2 {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    /*background:#15262f;*/
    position: absolute;
    bottom: 40px;
    right: -11px;
    z-index: 100;
    border: 0;
    background: transparent;
}

    .next2:hover {
        /*background:#72bf66;*/
    }

button.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') 0px -36px;
    margin: 0px 0 0 2px;
}

button:hover.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') -28px -36px;
}










/*BLACK FOOTER*/
.footerbgblack {
    width: 100%;
    background: #15262f;
    padding: 60px 0;
    margin-top: 80px;
    overflow: hidden;
}

.footerbg3black {
    width: 100%;
    background: #12222a;
    padding: 30px 0;
    overflow: hidden;
}

    .footerbg3black a {
        color: #999;
    }

        .footerbg3black a:hover {
            color: #ff0;
            text-decoration: none;
        }

.fccustom2black {
    background: #495459;
    height: 32px;
    color: #999 !important;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}







/*FOOTER BG*/
.footerbg {
    width: 100%;
    background: #111;
    padding: 60px 0;
    overflow: hidden;
}

.footerbg2 {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

    .footerbg2 a {
        color: #999;
    }

        .footerbg2 a:hover {
            color: #ff0;
            text-decoration: none;
        }

.footerbg3 {
    width: 100%;
    background: #000;
    padding: 30px 0;
    overflow: hidden;
}

    .footerbg3 a {
        color: #FF0;
        margin: 25px;
    }

        .footerbg3 a:hover {
            color: #fff;
            text-decoration: none;
        }

.footer {
    text-align: center;
    color: #999;
    font-size: 14px;
}

    .footer a {
        color: #0099cc;
        font-size: 14px;
        font-weight: normal;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

        .footer a:hover {
            color: #72BF66;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
        }

.scont {
    text-align: left;
    color: #999;
    font-size: 14px;
}

    .scont a {
        color: #Fff;
        font-size: 14px;
        font-weight: normal;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

        .scont a:hover {
            color: #72BF66;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
        }

ul.footerlist {
    padding-left: 20px;
    list-style: none;
}

    ul.footerlist li {
        line-height: 24px;
    }

        ul.footerlist li a {
            color: #fff;
        }

            ul.footerlist li a:hover {
                color: #ff0;
                text-decoration: none;
            }

ul.footerlistblack {
    padding-left: 0px;
    list-style: none;
}

    ul.footerlistblack li {
        line-height: 16px;
    }



.pnr {
    font-family: "Open Sans";
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.descri_tit {
    font-family: "Open Sans";
    color: #B0B0B0;
    font-weight: normal;
    margin-left: 3px;
}

    .descri_tit strong {
        color: #F00;
        font-weight: bold;
    }


.fccustom {
    background: #f2f2f2;
    height: 32px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.fccustom2 {
    background: #ffffff;
    height: 32px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btncustom {
    width: 32px;
    height: 32px;
    background: url(../image/arrow.png) #000 -5px -5px;
    border: 0px;
    text-indent: -100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

    .btncustom:hover {
        background: url(../image/arrow.png)#666 37px -5px;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
    }

.fbgfix {
    background: #FCFCFC;
    margin-top: 80px;
}

.bordertop1 {
    border-top: 1px solid #e5e5e5;
}

.bordertype1 {
    height: 115px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
}

.bordertype2 {
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}

.bordertype3 {
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}

.bordertype4 {
    border-left: 1px solid #e7e7e7;
    color: #999;
}

.bordertype5 {
    border-right: 1px solid #e7e7e7;
    color: #999;
}


.sfix {
    position: absolute;
    top: 995px;
}

.sfix2 {
    position: absolute;
    top: 440px;
}

.sfix3 {
    position: absolute;
    top: 790px;
}

@media (min-width: 992px) {
    .sfix {
        position: absolute;
        top: 277px;
    }

    .sfix2 {
        position: absolute;
        top: 277px;
    }

    .sfix3 {
        position: absolute;
        top: 277px;
    }
}



.gotop {
    position: relative;
    top: 100px;
}

a.gotop {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    a.gotop img {
        width: 37px;
        height: 37px;
        display: block;
        background: url('../image/sprite.png') 0px -72px;
    }

a:hover.gotop img {
    width: 37px;
    height: 37px;
    display: block;
    background: url('../image/sprite.png') 0px -109px;
}

a.social1 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}

a.social2 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}

a.social3 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}

a.social4 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}

a.social1b {
    margin: 0 5px;
}

a.social2b {
    margin: 0 5px;
}

a.social3b {
    margin: 0 5px;
}

a.social4b {
    margin: 0 5px;
}

/*CUSTOM SELECT, INPUT*/

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    background: url(../image/select.png) #fff no-repeat right;
    border: 2px solid #ebebeb;
}

    .customSelect.customSelectHover {
        /* Styles for when the select box is hovered */
    }

    .customSelect.customSelectOpen {
        /* Styles for when the select box is open */
        background: url('../../images/select-over.png') #fff no-repeat right;
        border-color: #66afe9;
        outline: 0;
    }

    .customSelect.customSelectFocus {
        /* Styles for when the select box is in focus */
    }

.customSelectInner {
    /* You can style the inner box too */
}
/*.hasCustomSelect {background:#66afe9; color:white;}*/


.customSelect2 {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    background: url('../../images/select-intro.png') #e7e2e2 no-repeat right;
    border: 0px solid #fff;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .customSelect2.customSelect2Open {
        /* Styles for when the select box is open */
        background: url('../../images/select-over.png') #e7e2e2 no-repeat right;
        border: 0px solid #66afe9;
        color: #999;
        outline: 0;
    }



.mySelectCalendar {
    background: url(../image/calendar.png) #fff no-repeat right;
    background-position: 98% 1px;
}

.mySelectMarker {
    background: url(../image/marker.png) #fff no-repeat right;
    background-position: 98% 3px;
}

.boxshadow2 {
    min-height: 350px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 3px solid #000000;
    float: left;
}

@media (min-width: 992px) {
    .boxshadow2 {
        margin-bottom: 20px;
    }
}

.bscontainer {
    padding: 16px;
}

img.fwimg {
    width: 100%;
}


.slidercontainer {
    width: 100%;
    height: 446px;
    background: #fff;
    color: #666;
}

.scolleft {
    background: #f2f2f2;
    height: 100%;
    padding: 15px 30px 30px 30px;
    top: 446px;
}

.scolright {
    background: #333;
    height: 100%;
    overflow: hidden;
    top: -410px;
}

@media (min-width: 992px) {
    .scolleft {
        background: white;
        height: 450px;
        padding: 15px 30px 30px 30px;
        top: 0px;
    }

    .scolright {
        background: #333;
        height: 100%;
        overflow: hidden;
        top: 0px;
    }
}

.blacklable {
    height: 75px;
    width: 100%;
    padding: 10px 10px 0 20px;
    display: block;
    background: rgba(24,24,24,0.9);
}

.lbl {
    position: relative;
    overflow: hidden;
}

.smallblacklabel {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    font-family: 'Lato';
    Font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    background: rgba(24,24,24,0.9);
}

span.flight-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url('../image/sprite.png') 0px -215px;
}

span.hotel-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url('../image/sprite.png') -22px -215px;
}

span.car-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url('../image/sprite.png') -44px -215px;
}

span.suitcase-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url('../image/sprite.png') -66px -215px;
}

span.cruise-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url('../image/sprite.png') -88px -215px;
}

.hotelstab, .flightstab, .vacationstab, .carstab, .cruisestab, .flighthotelcartab, .flighthoteltab, .flightcartab, .hotelcartab {
    height: 205px;
    overflow: hidden;
}

.hotelstab2, .flightstab2, .vacationstab2, .carstab2, .cruisestab2, .flighthotelcartab2, .flighthoteltab2, .flightcartab2, .hotelcartab2 {
}


.flighttab3, .hoteltab3, .cartab3, .suitcasetab3, .flighthoteltab3, .cruisetab3, .hotelcartab3, .flighthotelcartab3 {
}


.slideup {
    position: absolute;
    top: -446px;
    width: 100%;
}

.ctup {
    background: #fff;
    margin-top: 498px;
    position: relative;
    z-index: 100;
    display: block;
}

@media (min-width: 992px) {
    .ctup {
        background: #fff;
        margin-top: 600px;
        position: relative;
        z-index: 100;
        display: block;
    }
}

.sboxpurple {
    margin-left: 25px;
}

.slidecouple {
    width: 558px;
    height: 504px;
    display: block;
    background: url('../../images/slider/couple.png') no-repeat;
}

/*CSS FOR DETAILS PAGE*/
.pagecontainer2 {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    position: relative;
    /*  margin-top: 110px;*/
}

/*CSS FOR LIST PAGE*/
.thebg {
    background: url('../../images/palmleafs.png') #f2f2f2 no-repeat top center;
}

.pagecontainer {
    background: #fff;
    margin-top: 32px;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}

.offset-0 {
    padding-left: 0px;
    padding-right: 0px !important;
}

.offset-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.offset-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.offset-3 {
    padding-left: 15px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    .offset-3 {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
}

.filters {
    background: #f2f2f2;
    font-family: 'Open Sans';
    color: #666;
}

.rightcontent {
    min-height: 500px;
}

.paddingbtm20 {
    padding-bottom: 20px;
}

.padding0 {
    padding: 0px !important;
}

.padding4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.hpadding30 {
    padding: 0 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}

.hpadding50 {
    padding: 0 50px;
}

.padding20title {
    padding: 20px 20px 0px 20px;
}

.hpadding20 {
    padding: 0px 20px 0px 20px;
}

.cpadding0 {
    padding: 50px 50px 30px 50px;
}

.cpadding1 {
    padding: 0px 30px 10px 30px;
    font-size;
    13px;
}



.filtertip {
    height: 100px;
    background: #006699;
    padding: 0px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 10px;
    font-family: 'Open Sans';
}

    .filtertip a {
        color: #fff;
    }

.tip-arrow {
    width: 33px;
    height: 9px;
    background: url('../../images/tip-arrow.png');
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -15px;
}

.breadcrub {
    margin-top: 70px;
    color: #ccc;
}

@media (min-width: 992px) {
    .breadcrub {
        margin-top: 130px;
        color: #ccc;
    }
}

.brlines {
    height: 8px;
    width: 100%;
    margin-top: 10px;
    background: url('../../images/breadcrumb.png');
}

ul.bcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.bcrumbs li {
        float: left;
        margin-left: 20px;
    }

        ul.bcrumbs li a {
            color: #666;
        }

            ul.bcrumbs li a:hover {
                color: #999;
                text-decoration: none;
            }

            ul.bcrumbs li a.active {
                color: #999;
            }

a.homebtn {
    width: 21px;
    height: 21px;
    background: url('../../images/home-icon.png') #fff no-repeat scroll -16px -10px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

a:hover.homebtn {
    background: url('../../images/home-icon.png') #222 no-repeat scroll -16px -33px;
}

a.backbtn {
    width: 21px;
    height: 21px;
    background: url('../../images/back-icon.png') #fff no-repeat scroll -16px -12px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

a:hover.backbtn {
    background: url('../../images/back-icon.png') #222 no-repeat scroll -16px -31px;
}

.bookfilters {
    position: relative;
    font-size: 12px;
    padding-bottom: 60px;
    padding-top: 20px;
}

.topsortby {
    padding-top: 30px;
    padding-bottom: 69px;
    border-bottom: 1px solid #e6e6e6;
}

.itemlabel {
    background: #000;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
}

.listitem {
    background: #202020;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .listitem img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
/*.listitem:hover img{ width:110%; margin-left:0%; margin-top:0%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}*/

@media (min-width: 992px) {
    .listitem {
        background: #202020;
        width: 100%;
        height: 260px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 992px) {
    .listitem img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    /*.listitem:hover img{ width:110%; margin-left:0%; margin-top:0%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}*/
}

@media (min-width: 1200px) {
    .listitem img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    /*.listitem:hover img{ width:110%; margin-left:0%; margin-top:0%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}*/
}

.itemlabel3 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}

.itemlabel2 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}

.labelright {
    float: right;
    height: 100%;
    padding: 10px;
    border-left: 1px solid #e8e8e8;
}

.labelleft {
    padding: 10px 0 15px 15px;
}

.labelleft2 {
    padding: 10px 0 15px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 18px;
}



.listitem2 {
    background: #efefef;
    height: 210px;
    overflow: hidden;
    position: relative;
}

    .listitem2 img {
        height: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .listitem2:hover img {
        height: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

@media (max-width: 992px) {
    /*.listitem2{background:#efefef; width:100%; height:100%; overflow:hidden; position:relative;}*/
    .listitem2 img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .listitem2:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
}

@media (min-width: 1200px) {
    .listitem2 img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .listitem2:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
}



.fav-icon {
    width: 25px;
    height: 23px;
    background: url('../../images/fav-book-icons.png') scroll 0 -70px no-repeat;
    position: absolute;
    top: 0px;
}

    .fav-icon:hover {
        width: 25px;
        height: 23px;
        background: url('../../images/fav-book-icons.png') scroll 0 -93px no-repeat;
        position: absolute;
        top: 0px;
    }

.book-icon {
    width: 25px;
    height: 23px;
    background: url('../../images/fav-book-icons.png') scroll 0 0 no-repeat;
    position: absolute;
    top: 0px;
}

    .book-icon:hover {
        width: 25px;
        height: 23px;
        background: url('../../images/fav-book-icons.png') scroll 0 -23px no-repeat;
        position: absolute;
        top: 0px;
    }

.collapsebtn {
    width: 100%;
    height: 32px;
    border: 0px solid black;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
}

    .collapsebtn.last {
    }

    .collapsebtn span.collapsearrow {
        width: 9px;
        height: 8px;
        float: right;
        margin-top: 10px;
        background: url('../../images/collapsearrow.png') scroll 0 -8px no-repeat;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .collapsebtn.collapsed span.collapsearrow {
        width: 9px;
        height: 8px;
        float: right;
        margin-top: 10px;
        background: url('../../images/collapsearrow.png') scroll 0 0px no-repeat;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }


.collapsebtn2 {
    width: 100%;
    height: 32px;
    border: 0px solid black;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #15262f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

    .collapsebtn2.last {
    }

    .collapsebtn2 span.collapsearrow {
        width: 9px;
        height: 8px;
        float: right;
        margin-top: 10px;
        background: url('../../images/collapsearrow.png') scroll 0 -8px no-repeat;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .collapsebtn2.collapsed span.collapsearrow {
        width: 9px;
        height: 8px;
        float: right;
        margin-top: 10px;
        background: url('../../images/collapsearrow.png') scroll 0 0px no-repeat;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }





.collapsebtn3 {
    width: 9px;
    height: 6px;
    border: 0px solid black;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: url('../../images/arrows.png') scroll 0 -6px no-repeat;
}

    .collapsebtn3.collapsed {
        width: 9px;
        height: 6px;
        border: 0px solid black;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        background: url('../../images/arrows.png') scroll 0 0 no-repeat;
    }




/*PREFERENCE LIST*/
ul.hotelpreferences {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hotelpreferences li {
    width: 28px;
    height: 28px;
    background: url('') #fff;
    border: 2px solid #efefef;
    border: 2px solid #ebebeb;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/
    float: left;
    margin-left: 2px;
}


/*PREFERENCE LIST GREEN VERSION*/
ul.hotelpreferences2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hotelpreferences2 li {
    width: 28px;
    height: 28px;
    background: url('') #72bf66;
    border: 2px solid #72bf66;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/
    margin-top: 4px;
}



.testimonialbox {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}

.needassistancebox {
    margin-left: -15px;
    margin-right: -15px;
}

.alsolikebox {
    margin: 0px;
    padding: 0px;
}

.loginbox {
    margin-left: -15px;
    margin-right: -15px;
}

.paymentbox {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {
    .testimonialbox {
        margin-left: 10px;
        margin-right: -15px;
        margin-top: 0px;
    }

    .needassistancebox {
        margin-left: 10px;
        margin-right: -15px;
    }

    .loginbox {
        margin-left: 10px;
        margin-right: -15px;
    }

    .paymentbox {
        margin-left: 10px;
        margin-right: -15px;
    }
}


.testimonialbox2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.needassistancebox2 {
    margin-left: 0px;
    margin-right: 0px;
}

.alsolikebox2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .testimonialbox2 {
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 0px;
    }

    .needassistancebox2 {
        margin-left: 0px;
        margin-right: 20px;
    }
}

.details-slider2 {
    height: 734px;
    overflow: hidden;
}

@media (min-width:992px) {
    .details-slider2 {
        height: 534px;
        overflow: hidden;
    }
}



span.icon-quote {
    width: 27px;
    height: 27px;
    background: url('../../images/icon-quote.png') no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

span.icon-help {
    width: 24px;
    height: 24px;
    background: url('../../images/icon-phone.png') no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

span.icon-location {
    width: 17px;
    height: 24px;
    background: url(../image/icon-location.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

span.icon-lockk {
    width: 23px;
    height: 29px;
    background: url('../../images/lock.png') no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

.detailsright {
    min-height: 534px;
    border-left: 1px solid #e7e7e7;
}



.details-slider {
    height: 334px;
    overflow: hidden;
}

#inner {
    height: 334px;
}


@media (min-width:399px) and (max-width:499px) {
    .details-slider {
        height: 434px;
        overflow: hidden;
    }

    #inner {
        height: 434px;
    }
}

@media (min-width:500px) {
    .details-slider {
        height: 534px;
        overflow: hidden;
    }

    #inner {
        height: 534px;
    }

    .caroufredsel_wrapper {
        max-height: 400px !important;
    }
}



/*
###########################
CAROUFREDSEL DETAILS PAGE
###########################
*/
#c-carousel {
    height: 100%;
    padding: 0;
    margin: 0;
}

#c-carousel {
    background: #fff;
    min-height: 534px;
}

    #c-carousel * {
        font-family: Arial, Geneva, SunSans-Regular, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 22px;
    }

#wrapper {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#inner {
    width: 100%;
    min-width: 250px;
    max-width: 960px;
    /*height:534px;*/
    position: absolute;
    top: 0px;
    left: 0px;
}

#carousel-wrapper {
    background: #fff;
    width: 100%;
    height: 434px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

#carousel {
    /*width: 970px;
	height: 250px;*/
    height: auto;
    /*position:fixed;*/
    margin: 0 auto !important;
}

    #carousel img {
    }

#pager-wrapper {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
}

#pager img {
    cursor: pointer;
    background: #fff;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    display: block;
    width: 120px;
    height: 80px;
    padding: 10px;
    margin: 10px;
    float: left;
}

    #pager img:hover {
        background: #eff;
    }

    #pager img.selected {
        background: #dff;
    }






ul.checklist {
    margin: 0px;
    padding: 0px;
}

.checklist li {
    list-style-image: url('../../images/check.png');
    list-style-position: inside;
    padding: 5px;
    margin-left: -20px;
}

ul.checklist2 {
    margin: 0px;
    padding: 0px;
}

.checklist2 li {
    list-style-image: url('../../images/check.png');
    list-style-position: inside;
    padding: 0px;
    margin-left: 0px;
    color: #72bf66;
}

#map-canvas {
    width: 100%;
    height: 648px;
    display: none;
}

#map-canvas2 {
    width: 100%;
    height: 80%;
    display: none;
}

.gm-style-mtc:nth-child(1) {
    margin-top: 25px;
}

.gm-style-mtc:nth-child(2) {
    margin-top: 25px;
}




.scircle {
    width: 62px;
    height: 65px;
    background: url('../../images/circle.png') no-repeat;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 14px 0 0 12px;
}

.sctext {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.circlewrap {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    position: relative;
}

    .circlewrap span {
        width: 23px;
        height: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        position: absolute;
        bottom: 0px;
        right: -10px;
        background: #0099cc;
        color: #fff;
        font-size: 11px;
        padding-top: 3px;
    }

.circleimg {
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
}

ul.circle-list {
    list-style: none;
    padding-left: 0px;
}

.circle-list li {
    float: left;
    background: #fff;
    width: 23px;
    height: 23px;
    color: #999999;
    font-size: 11px;
    border: 2px solid #e7e7e7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding-top: 3px;
    padding-left: 1px;
    margin-left: 3px;
}



ul.jslidetext {
    width: 100px;
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
    text-align: right;
    margin: 0 auto;
}

.jslidetext li {
    margin-top: 10px;
}

ul.jslidetext2 {
    width: 100px;
    list-style: none;
    padding-left: 0px;
    text-align: right;
    margin: -5px auto 0 auto;
}

.jslidetext2 li {
    margin-top: 22px;
}

#ascrail2000_ {
    width: 16px !important;
}

/* Styles */
.cstyle01 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

.cstyle02 {
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    margin-left: -20px;
    padding: 20px;
}

.cstyle03 {
    margin-top: 15px;
    position: relative;
    z-index: 100;
    display: block; /*background:#FFF url("../image/degrade.jpg") repeat-x;*/
}

.cstyle04 {
    position: relative;
    margin-top: 120px;
}

.cstyle05 {
    display: block;
    background: white;
    width: 100%;
    height: 324px;
    overflow: hidden;
}

.cstyle06 {
    min-height: 640px;
}

.cstyle07 {
    min-height: 570px;
}

.cstyle08 {
    line-height: 7px;
    margin-top: 16px;
}

.cstyle09 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

.cstyle10 {
    background: #0099cc;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.cstyle11 {
    background: #ccc;
    width: 100%;
    height: 100%;
}



/* MEDIA FIXES*/
.mediafix1 {
    margin-top: 30px;
    margin-left: -15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .mediafix1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
}



/* LOGIN PAGE CSS*/
.login-fullwidith {
    width: 100%;
    height: 100%;
    background: url('../../images/login-bg.jpg') #fff scroll center center no-repeat;
    position: relative;
}

.login-wrap {
    width: 250px;
    height: 310px;
    background: transparent;
    margin: auto auto;
    position: absolute;
}

.cpadding50 {
    padding: 20px;
}

.chpadding50 {
    padding: 0 20px;
}


@media (min-width:400px) {

    .login-wrap {
        width: 372px;
        height: 380px;
    }

    .cpadding50 {
        padding: 50px;
    }

    .chpadding50 {
        padding: 0 50px;
    }

    img.login-img {
        margin-left: 5px;
        margin-bottom: 5px;
        width: 147px !important;
    }

    .login-c1 {
        height: 195px !important;
    }

    .login-c2 {
        height: 231px !important;
    }

    .login-c3 {
        margin-top: 281px !important;
    }

    .alignbottom {
        right: 50px !important;
    }

    .alignbottom2 {
        left: 50px !important;
    }
}

img.login-img {
    margin-left: 5px;
    margin-bottom: 5px;
    width: 110px;
}

.login-c1 {
    width: 94%;
    height: 147px;
    background: #ffffff;
    z-index: 100;
    position: absolute;
    margin-left: 3%;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.login-c2 {
    width: 100%;
    height: 171px;
    background: #f2f2f2;
    color: #666;
    z-index: 50;
    margin-top: 50px;
    position: absolute;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.login-c3 {
    width: 94%;
    height: 54px;
    background: #006699 url(../../images/login-blue.png) repeat-y left;
    z-index: 10;
    margin-top: 221px;
    margin-left: 3%;
    position: absolute;
}

.logmargfix {
    padding-left: 3%;
    padding-right: 3%;
}

input.logpadding {
    height: 42px;
}

.alignbottom {
    position: absolute;
    bottom: 25px;
    right: 20px;
    margin-right: 3%;
}

.alignbottom2 {
    position: absolute;
    bottom: 23px;
    left: 20px;
    margin-left: 3%;
}

.login-c3 .right {
    margin-right: 20px;
    margin-top: 15px;
}

.login-c3 .left {
    margin-left: 20px;
    margin-top: 15px;
}

    .login-c3 .left span {
        width: 26px;
        height: 26px;
        background: url('../../images/login-home.png') scroll 0 0 no-repeat;
        display: block;
        float: left;
        margin-top: -3px;
        margin-right: 5px;
    }

.roundstep.active {
    width: 23px;
    height: 23px;
    background: #72bf66;
    color: #fff;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #72bf66;
}

.roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #ccc;
}


/*Navigation-tabs*/
.navigation-tabs {
    height: 43px;
    border-bottom: 1px solid #ebebeb;
}

    .navigation-tabs li {
        height: 43px;
        float: left;
        background: #ebebeb;
        color: #999999;
        padding: 0 15px 0 10px;
        margin: 0px;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }

        .navigation-tabs li a {
            color: #999999;
        }

        .navigation-tabs li.active {
            background: #fff;
            color: #333;
        }

            .navigation-tabs li.active a {
                color: #333;
            }


/*profile-tabs*/

.profile-tabs {
    border-bottom: 1px solid #ebebeb;
}

    .profile-tabs li {
        background: #f2f2f2;
        color: #999999;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid #e6e6e6;
    }

        .profile-tabs li a {
            width: 100%;
            height: 115px;
            color: #999999;
            padding-top: 30px;
            text-align: center;
        }

        .profile-tabs li.active {
            background: #fff;
            color: #333;
            border-bottom: 1px solid #ffffff;
        }

            .profile-tabs li.active a {
                color: #333;
            }

.tab-content5 {
    width: 100%;
}


.myTab2pos {
    z-index: 100;
    position: relative;
    left: 1px;
    top: 1px;
}

.tab-content6 {
    width: 100%;
    min-height: 160px;
    border: 1px solid #e8e8e8;
    position: relative;
    top: -40px;
    z-index: 10;
    padding: 60px 20px 76px 20px;
}








/*ABOUT PAGE*/
.progress-about {
    height: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.pbar1, .pbar2, .pbar3, .pbar4 {
    text-align: left;
    overflow: hidden;
    padding: 9px 10px;
}

.margbtm10 {
    margin-bottom: 10px;
}

.margbtm20 {
    margin-bottom: 20px;
}

.cpdd01 {
    padding: 0px 15px 0px 0px;
}

.cpdd02 {
    padding: 0px 0px 0px 15px;
}

.hpadding50c {
    padding: 20px 10px;
}

@media (min-width:480px) {
    .hpadding50c {
        padding: 20px 50px;
    }

    .navbar-brand {
        margin-left: 15px;
    }
}


@media (max-width:480px) {
    .phone1 {
        clear: none;
        color: #000000;
        font-size: 9px !important;
        text-align: right;
    }

    .navbar-brand {
        margin-left: 0px;
    }



    .nav > li.active > a {
        color: #FFFFFF;
        font-size: 11px;
        text-align: center;
    }

    .nav-tabs > li > a {
        color: #332C28;
        line-height: 1.42857;
        font-size: 11px;
        text-align: center;
        border-radius: 0px !important;
        margin-right: 2px;
        border: none;
        margin-right: 2px;
    }

    .nav-tabs {
        border-bottom: 0 solid #DDDDDD;
        height: 33px !important;
    }

    .ctitle span {
        color: #5E4700;
        font-size: 7px;
    }

    .ctitle {
        background: none repeat scroll 0 0 #FFFF33;
        color: #000000;
        font-family: Lato;
        font-size: 15px;
        height: 63px;
        padding: 18px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

    .fwi {
        height: 200px !important;
        overflow: hidden;
        position: relative;
        width: 100%;
    }


    .itemlabel {
        font-family: "Open Sans";
        font-size: 9px;
        line-height: 15px;
    }


    .btn-search {
        font-size: 11px;
    }








    img.logo {
        margin-left: 15px;
        margin-top: 25px;
        width: 150px;
    }

    h1#logo a, div#logo a {
        float: left;
        height: 90px;
        margin-left: 40px !important;
        padding-bottom: 30px;
        text-indent: -4000px;
        text-transform: uppercase;
        width: 280px;
    }
}

span.gcircle {
    display: block;
    float: left;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    background: #666;
    text-align: center;
    font-size: 18px;
    font-family: lato;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.aboutarrow {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    bottom: -20px;
    width: 25px;
    height: 13px;
    background: url('../../images/about-arrow.png') no-repeat;
}

.abover {
    position: relative;
    overflow: hidden;
}

.abover-off {
    position: relative;
    overflow: hidden;
}

.abbg {
    background: #0099cc;
    background: rgba(114,191,102,0.8);
    position: absolute;
    top: 0;
}


span.socials-twitter {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') 0 0 no-repeat;
}

    span.socials-twitter:hover {
        width: 18px;
        height: 18px;
        display: block;
        background: url('../../images/socials.png') 0 -18px no-repeat;
    }

span.socials-facebook {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') -18px 0 no-repeat;
}

    span.socials-facebook:hover {
        width: 18px;
        height: 18px;
        display: block;
        background: url('../../images/socials.png') -18px -18px no-repeat;
    }

span.socials-gplus {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') -36px 0 no-repeat;
}

    span.socials-gplus:hover {
        width: 18px;
        height: 18px;
        display: block;
        background: url('../../images/socials.png') -36px -18px no-repeat;
    }

.socials-container {
    position: relative;
}





/*BLOG PAGE*/
ul.blogcat {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.blogcat li {
        border-bottom: 1px solid #e5e5e5;
        padding: 5px 0;
    }

        ul.blogcat li a {
            color: #333;
            transition: all .3s ease-in-out;
        }

            ul.blogcat li a:hover {
                color: #0099cc;
                text-decoration: none;
            }


a.blogpost-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    a.blogpost-hover:hover {
        background: #fff;
        color: #333;
    }

a.blogpost-hover2 {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    a.blogpost-hover2:hover {
        background: #fff;
        color: #333;
    }

/*Navigation-tabs3*/
.navigation-tabs3 {
    height: 43px;
    border-bottom: 1px solid #ebebeb;
}

    .navigation-tabs3 li {
        height: 43px;
        float: left;
        background: #efefef;
        color: #999999;
        padding: 0 15px 0 10px;
        margin-left: 2px;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }

        .navigation-tabs3 li.active {
            border-bottom: 1px solid #fff;
        }

        .navigation-tabs3 li a {
            color: #999999;
        }

        .navigation-tabs3 li.active {
            background: #fff;
            color: #333;
            border-left: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }

            .navigation-tabs3 li.active a {
                color: #333;
            }

/*CarouFredSel Blog*/
.wrapper2 {
    background-color: white;
    width: 100%;
    height: 407px;
    margin: 0px auto;
    padding: 5px;
}

.list_carousel2 {
    background-color: #fff;
    margin: 0px;
    width: 100%;
    height: 407px;
    overflow: hidden;
    position: relative;
}

    .list_carousel2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel2 li {
        font-size: 40px;
        color: #999;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 0px solid #efefef;
        width: 100%px;
        max-height: 407px;
        padding: 0;
        margin: 0px 20px;
        display: block;
        float: left;
        line-height: 10px;
        text-align: left;
    }

    .list_carousel2.responsive {
        width: auto;
        margin-left: 0;
    }

.xprev {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    left: -10px;
}

    .xprev:hover {
        background: #72bf66;
    }

a.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') -14px -36px;
    margin: 18px 0 0 9px;
}

a:hover.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') -14px -54px;
}


.xnext {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    right: -11px;
}

    .xnext:hover {
        background: #72bf66;
    }

a.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') 0px -36px;
    margin: 18px 0 0 12px;
}

a:hover.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../image/sprite.png') 0px -54px;
}


.circlewrap2 {
    width: 52px;
    height: 52px;
    margin: 0;
    ../image/sprite.pngition:relative;
}

    .circlewrap2 span {
        width: 23px;
        height: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        position: absolute;
        bottom: 0px;
        right: -10px;
        background: #0099cc;
        color: #fff;
        font-size: 11px;
        padding-top: 3px;
    }

.cpdl {
    padding: 0 6px;
    top: 28px;
}

.cpwidth {
    width: 150px;
}

.cpwidth2 {
    width: 90px;
}

.cpwidth3 {
    width: 290px;
}

.line6 {
    background: #e8e8e8;
    height: 1px;
    margin: 30px 0 30px 0;
    padding: 0;
    display: block;
}





.ofertasBoxs {
    background: #000;
}

.topOfertas .ofertasBtns {
    background: #FF0;
    overflow: hidden;
}


.home .topOfertas .item1 .ativo {
    background-position: 0 -597px;
}

.home .topOfertas .item1, .home .topOfertas .item1 span {
    background-position: 0 -560px;
    width: 143px;
}

.home .topOfertas .item2, .home .topOfertas .item2 span {
    background-position: -140px -560px;
    width: 130px;
}


.topOfertas .disclaimer-procon {
    float: left;
    padding: 5px 17px;
    width: 100%;
}


.home .topOfertas ul {
    background-position: 17px -646px;
}

.topOfertas ul {
    background-position: -344px -646px;
    padding-top: 44px;
}


.topOfertas .ofertasBox1, .topOfertas .ofertasBox2 {
    background: #EFEFEF;
    clear: both;
    padding-bottom: 4px;
}


.home .topOfertas ul {
    background-position: 17px -646px;
    padding: 0px !important;
}

.topOfertas ul {
    background-position: -344px -646px;
    padding-top: 44px;
    padding: 0px !important;
}


    .topOfertas ul li {
        border-top: 1px dotted #C1C1C1;
        margin: 0 15px;
        list-style: none !important;
    }



        .topOfertas ul li a span {
            color: #00ADEF;
            float: left;
            font-size: 13px;
            width: 155px;
        }


        .topOfertas ul li a small {
            background-position: -673px 12px;
            color: #9D9D9D;
            float: left;
            font-size: 11px;
            margin-left: 5px;
            padding-left: 12px;
        }


        .topOfertas ul li a strong {
            color: #000;
            float: right;
        }


        .topOfertas ul li a {
            display: block;
            line-height: 34px;
            overflow: hidden;
        }


.airlineLogo {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px 2px 2px;
}


.nav-tabs {
    border-bottom: 0 solid #DDDDDD;
    height: 35px;
}


.phone1 {
    float: right;
    font-size: 11px;
    font-weight: 300;
    position: unset;
    text-align: right;
    top: 5px;
    color: #000;
}






.mod-special-offers {
    padding: 5px 0 1px;
    position: relative;
}


    .mod-special-offers .content-offers .offers-description:first-child {
        border-top: 0 none;
        margin-top: 10px;
    }


    .mod-special-offers .title-product-container .title-product {
        color: #000;
    }

    .mod-special-offers .title-product-container .image-product.flight-image {
        background: url(../image/flys.png) no-repeat scroll left top rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        display: block;
        font: 0px/0 serif;
        height: 20px;
        text-shadow: none;
        width: 25px;
    }

    .mod-special-offers .title-product-container .image-product.hotel-image {
        background: url(../image/hotel_icon_b.png) no-repeat scroll left top rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        display: block;
        font: 0px/0 serif;
        height: 20px;
        text-shadow: none;
        width: 25px;
    }


    .mod-special-offers .title-product-container .image-product {
        float: left;
        margin: 0 10px;
    }



    .mod-special-offers .content-offers .offers-description .offers-destination-container .offers-destination {
        color: #333;
        font-size: 13px;
    }

    .mod-special-offers .content-offers .offers-description .offers-destination-container .offers-destination-description .offers-destination {
        display: inline-block;
        float: left;
        margin: 2px 5px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase !important;
        font-weight: bold;
    }

    .mod-special-offers .title-product-container {
        border-radius: 3px;
        color: #666666;
        position: relative;
        font-size: 11px;
        border: 1px solid #cccccc;
    }



        .mod-special-offers .title-product-container ul {
            border: 1px solid #000;
        }

    .mod-special-offers .title-product-container {
        padding: 8px 0;
    }


    .mod-special-offers .title-offers-container .title-offers {
        color: #FF0;
        line-height: 24px;
    }

    .mod-special-offers .title-offers-container .title-offers {
        font-size: 24px;
        letter-spacing: -1px;
    }


    .mod-special-offers .title-offers-container .subtitle-offers {
        color: #666666;
        font-size: 13px;
        line-height: 13px;
    }

.offers-day-disclaimer .text-disclaimer {
    font-size: 9px;
    line-height: 9px;
}

.mod-special-offers .title-product-container .offers-view-more {
    font-size: 11px;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 14px;
}

.mod-special-offers .title-product-container .from {
    font-size: 13px;
}


.mod-special-offers .title-offers-container .image-offer-br[class^="image-offer"], .mod-special-offers .title-offers-container .image-offer-celeb[class^="image-offer"] {
    bottom: -15px;
    right: -20px;
    top: -89px;
}

.mod-special-offers .title-offers-container [class^="image-offer"] {
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 1;
}

.mod-special-offers .content-offers .offers-description .offers-destination-container {
    float: left;
    height: 30px;
    overflow: hidden;
}

.mod-special-offers .content-offers .offers-description a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    list-style: none;
    width: 99%;
    text-decoration: none;
}

    .mod-special-offers .content-offers .offers-description a:hover {
        height: 37px;
        font-weight: bold;
    }

.mod-special-offers .content-offers .offers-description .offers-price-container {
    color: #666666;
}

.mod-special-offers .content-offers .offers-description .offers-price-container {
    float: right;
}

.mod-special-offers .content-offers .offers-description {
    border-top: 1px dotted #000;
}

.mod-special-offers .content-offers .offers-description {
    overflow: hidden;
    //margin-left: -35px;
    height: 35px;
}

.mod-special-offers .title-offers-container {
    margin-top: 0px;
}

.mod-special-offers .content-offers .offers-description .offers-destination-container .offers-destination-description {
    color: #888888;
}

.mod-special-offers .content-offers .offers-description .offers-destination-container .offers-destination-description {
    display: inline-block;
    float: left;
    font-size: 11px;
    max-width: 250px;
    overflow: hidden;
    text-transform: capitalize;
}


.mod-special-offers .title-product-container .city-pop-up.active-pop-up {
    color: #000;
    display: inline-block;
    max-width: 113px;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* novas classes hotel list*/



.hotelist {
    position: relative;
}

    .hotelist .content-offers .offers-description a {
        display: inline-block;
        list-style: none;
        width: 100%;
        margin-top: -4px;
        height: 65px;
        text-decoration: none;
        color: #000 !important;
    }

    .hotelist .content-offers .offers-description .offers-destination-container .offers-destination-description {
        display: inline-block;
        float: left;
        font-size: 11px;
        max-width: 250px;
        overflow: hidden;
        text-transform: capitalize;
        border: 1px dotted #f00;
    }


    .hotelist .content-offers .offers-description a:hover {
        font-weight: bold;
    }

    .hotelist .content-offers .offers-description {
        overflow: hidden;
        margin-left: -40px;
        height: 35px;
    }


/**/


.heightx {
    height: auto !important;
    min-height: 265px;
}




.widget-titulo strong {
    color: #333333;
    float: left;
    font-size: 1.333em;
    margin-bottom: 0;
    padding: 10px 0 11px 12px;
    width: 100%;
}

.widget p, .widget strong {
    display: block;
}

.widget-titulo strong {
    color: #333333;
    float: left;
    font-size: 1.333em;
    margin-bottom: 0;
    padding: 10px 0 11px 12px;
}

.widget p, .widget strong {
    display: block;
}

.widget {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    margin-bottom: 2.5em;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    float: left;
    width: 100%;
    min-height: 350px;
}

.destaque, .widget {
    z-index: 0;
}

.agrupamento-ranking-textual .widget-titulo {
    border-top-color: #000;
    background: #FFFF00;
    color: #000 !important;
}

.widget-titulo {
    border-top: 2px solid #A1A1A1;
    overflow: hidden;
}

.agrupamento-ranking-textual .chamadas-maislidas ul {
    list-style-type: none;
    padding: 0px;
}

.agrupamento-ranking-textual .chamadas-maislidas {
    border-top: 1px solid #D1D1D1;
    line-height: 16px;
    padding: 0 10px;
}



    .agrupamento-ranking-textual .chamadas-maislidas ul li a:hover {
        text-decoration: underline;
        color: #000;
    }

    .agrupamento-ranking-textual .chamadas-maislidas ul li a {
        display: block;
        min-height: 29px;
        padding: 10px 13px 12px 38px;
        color: #000;
    }



    .agrupamento-ranking-textual .chamadas-maislidas ul li:first-child {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    }

    .agrupamento-ranking-textual .chamadas-maislidas ul li {
        background: url("https://s.glbimg.com/es/ge/static/live/common/img/estrutura/borderbottom.gif?e0599b301003") repeat-x scroll center top rgba(0, 0, 0, 0);
        min-height: 26px;
        padding: 0 0 8px;
    }


        .agrupamento-ranking-textual .chamadas-maislidas ul li.item-li-1 a {
            background: url("../image/numbers.gif") no-repeat scroll 5px 9px rgba(0, 0, 0, 0);
        }

        .agrupamento-ranking-textual .chamadas-maislidas ul li.item-li-2 a {
            background: url("../image/numbers.gif") no-repeat scroll 5px -70px rgba(0, 0, 0, 0);
        }

        .agrupamento-ranking-textual .chamadas-maislidas ul li.item-li-3 a {
            background: url("../image/numbers.gif") no-repeat scroll 5px -148px rgba(0, 0, 0, 0);
        }

        .agrupamento-ranking-textual .chamadas-maislidas ul li.item-li-4 a {
            background: url("../image/numbers.gif") no-repeat scroll 5px -226px rgba(0, 0, 0, 0);
        }

        .agrupamento-ranking-textual .chamadas-maislidas ul li.item-li-5 a {
            background: url("../image/numbers.gif") no-repeat scroll 5px -306px rgba(0, 0, 0, 0);
        }

#passagemaerea {
    font-size: 11px !important;
}

    #passagemaerea li > a {
        padding-left: 35px !important;
        padding-top: 10px !important;
    }

.linkpassagemaerea {
    color: #428BCA !important;
}

.newsletterimg {
    margin-bottom: 30px;
}

.ficha {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 15px #EAEAEA inset;
    height: 264px;
    margin-bottom: 17px;
    position: relative;
}

    .ficha:after {
        background: radial-gradient(#000000, rgba(0, 0, 0, 0) 390px) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -30px;
        content: "";
        height: 115px;
        left: 0;
        opacity: 0.4;
        position: absolute;
        right: 0;
        z-index: -1;
    }

.ficha2 {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #b5b5b5;
    border-bottom: 3px solid #b5b5b5;
    box-shadow: 0 0 15px #EAEAEA inset;
    height: 264px;
    margin-bottom: 17px;
    position: relative;
}

    .ficha2:after {
        background: radial-gradient(#000000, rgba(0, 0, 0, 0) 179px) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -30px;
        content: "";
        height: 60px;
        left: 0;
        opacity: 0.4;
        position: absolute;
        right: 0;
        z-index: -1;
    }

.deal:after {
    background: radial-gradient(#000000, rgba(0, 0, 0, 0) 179px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -30px;
    content: "";
    height: 115px;
    left: 0;
    opacity: 0.11;
    position: absolute;
    right: 0;
    z-index: -1;
}


.widget:after {
    background: radial-gradient(#000000, rgba(0, 0, 0, 0) 170px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 95px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    z-index: -1;
}





.passagenstitulo {
    width: 100%;
    background: #000;
    overflow: hidden;
    clear: both;
    color: #FF0;
    font-size: 14px;
    padding: 9px 0px 0px 18px;
    height: 60px;
    background: url("../image/bgpassagens.png");
}

.offers-price {
    color: #000;
    font-weight: bold;
}




.form-control {
    border-radius: 0px !important;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}



.cmcorporativo {
    min-height: 137px;
    padding-top: 10px !important;
}

.corporativo {
    margin: 0 auto;
    padding: 0 40px 0 0;
}



    .corporativo form {
        position: relative;
    }

        .corporativo form input[type="text"],
        .corporativo form input[type="password"] {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            /*background: #eae7e7 url(https://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;*/
            border: 1px solid #c8c8c8;
            color: #777;
            font: 13px Helvetica, Arial, sans-serif;
            margin: -5px 0 -10px;
            /*padding: 15px 10px 15px 40px;*/
        }

            .corporativo form input[type="text"]:focus,
            .corporativo form input[type="password"]:focus {
                -webkit-box-shadow: 0 0 2px #ed1c24 inset;
                -moz-box-shadow: 0 0 2px #ed1c24 inset;
                -ms-box-shadow: 0 0 2px #ed1c24 inset;
                -o-box-shadow: 0 0 2px #ed1c24 inset;
                box-shadow: 0 0 2px #ed1c24 inset;
                background-color: #fff;
                border: 1px solid #ed1c24;
                outline: none;
            }

#username {
    background-position: 10px 10px !important;
}

#password {
    background-position: 10px -53px !important;
}

.corporativo form div a {
    color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}

.button {
    background: rgb(247,249,250);
    background: -moz-linear-gradient(top, rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0;
}

    .button a {
        background: url(https://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
        color: #7E7E7E;
        font-size: 17px;
        padding: 2px 0 2px 40px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .button a:hover {
            background-position: 0 -135px;
            color: #00aeef;
        }







h1#logo a, div#logo a {
    /* background: url("https://ota.portaldaagencia.com.br/imgagc/cnt/logo.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0); */
    float: left;
    font: 100 55px;
    height: 90px;
    padding-bottom: 30px;
    text-indent: -4000px;
    text-transform: uppercase;
    width: 350px;
    margin-top: -11px;
}

h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 14px;
}

















.cpdl {
    padding: 0 6px;
    top: 28px;
}

.cpwidth {
    width: 150px;
}

.cpwidth2 {
    width: 90px;
}

.cpwidth3 {
    width: 290px;
}

.line6 {
    background: #e8e8e8;
    height: 1px;
    margin: 30px 0 30px 0;
    padding: 0;
    display: block;
}








.clock {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
    font-size: 11px;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    z-index: 100;
}




.property-thumb-meta {
    bottom: 0;
    left: 0;
    position: absolute;
}


.property-type {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #1D1D1D;
    float: left;
    font-size: 12px;
    padding: 10px 18px;
}

    .property-type a {
        color: #1C1C1C;
    }

.property-price {
    background-color: #ff0;
    clear: both;
    color: #000;
    float: left;
    font-size: 9px;
    margin-bottom: 68px;
    padding: 2px 10px;
}

.property-price2 {
    background-color: #ff0;
    clear: both;
    color: #000;
    float: left;
    font-size: 9px;
    margin-bottom: 0px;
    padding: 2px 10px;
}

.property-price3 {
    background-color: #ff0;
    clear: both;
    color: #000;
    float: left;
    font-size: 9px;
    margin-bottom: 38px;
    padding: 2px 10px;
}


.entry-meta {
    float: right;
    font-family: 'Lato';
    margin-top: 10px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 60px;
    z-index: 1;
}


    .entry-meta .date {
        color: #000;
        margin: 0;
        padding: 2px;
        position: relative;
        background-color: #ff0;
        font-size: 9px;
    }

        .entry-meta .date .day {
            color: #000;
            font-size: 11px;
            line-height: 18px;
            margin: 0;
            padding: 5px 0;
        }

    .entry-meta .entry_format {
        background: none repeat scroll 0 0 #1C1C1C;
        color: #FFFFFF;
        display: block;
        font-size: 10px;
        line-height: 14px;
        height: 55px;
        padding: 4px;
        position: relative;
        text-align: center;
        text-decoration: inherit;
    }


.property-contract-type {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    background: none repeat scroll 0 0 #ff0;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    left: -33px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    transform: scale(1) rotate(-45deg) translate(0px);
    -moz-transform: scale(1) rotate(-45deg) translate(0px);
    -webkit-transform: scale(1) rotate(-45deg) translate(0px);
    -o-transform: scale(1) rotate(-45deg) translate(0px);
    transform: scale(1) rotate(-45deg) translate(0px);
    width: 120px;
    z-index: 1;
}

    .property-contract-type .fa-plane {
        transform: scale(1) rotate(-45deg) translate(0px);
        -moz-transform: scale(1) rotate(-45deg) translate(0px);
        -webkit-transform: scale(1) rotate(-45deg) translate(0px);
        -o-transform: scale(1) rotate(-45deg) translate(0px);
        transform: scale(1) rotate(-45deg) translate(0px);
    }

.smallblacklabelnew {
    background: none repeat scroll 0 0 rgba(24, 24, 24, 0.9);
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
}

.servicos {
    margin: 4px !important;
}





.pane-menu-block-3 ul.menu {
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}



    .pane-menu-block-3 ul.menu li {
        background: url("../image/bg_services.png") no-repeat scroll center top rgba(0, 0, 0, 0);
        border-bottom: 1px solid #E7E7E7;
        display: block;
        font-size: 20px;
        line-height: 28px;
    }

        .pane-menu-block-3 ul.menu li a {
            display: block;
            padding: 10px;
        }

        .pane-menu-block-3 ul.menu li:hover {
            background: #f2f2f2;
        }

.carousel-inner {
    /*height: 250px;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .carousel-inner > .item {
        height: 250px;
        /*  position: relative;
    transition: left 0.6s ease-in-out 0s;*/
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
            max-width: 100%;
        }

.carousel-indicators {
    bottom: 5px;
}

.bscontainer a {
    font-size: 25px;
}

.passagemtit {
    background: #ff0;
    padding: 6px;
    color: #000 !important;
}

.tip-arrowpas {
    background: url("../image/tip-arrownew.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 9px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 33px;
    z-index: 1;
}

/* menu servicos */


.agrupamento-ranking-textual .chamadas-servico ul {
    list-style-type: none;
}

.agrupamento-ranking-textual .chamadas-servico {
    border-top: 1px solid #D1D1D1;
    line-height: 16px;
    padding: 0 10px;
}



    .agrupamento-ranking-textual .chamadas-servico ul li a:hover {
        text-decoration: underline;
        color: #000;
    }

    .agrupamento-ranking-textual .chamadas-servico ul li a {
        display: block;
        min-height: 29px;
        padding: 10px 13px 12px 38px;
        color: #000;
    }



    .agrupamento-ranking-textual .chamadas-servico ul li {
        background: url("https://s.glbimg.com/es/ge/static/live/common/img/estrutura/borderbottom.gif?e0599b301003") repeat-x scroll center top rgba(0, 0, 0, 0);
        min-height: 26px;
        padding: 0 0 8px;
    }

        .agrupamento-ranking-textual .chamadas-servico ul li:first-child {
            background: none repeat scroll 0 center rgba(0, 0, 0, 0);
        }


        .agrupamento-ranking-textual .chamadas-servico ul li > a {
            padding-left: 4px !important;
            padding-top: 21px !important;
        }


.widget2-titulo strong {
    color: #333333;
    float: left;
    font-size: 1.333em;
    margin-bottom: 0;
    padding: 10px 0 11px 12px;
    width: 100%;
}

.widget2 p, .widget strong {
    display: block;
}

.widget2-titulo strong {
    color: #333333;
    float: left;
    font-size: 1.333em;
    margin-bottom: 0;
    padding: 10px 0 11px 12px;
}

.widget2 p, .widget2 strong {
    display: block;
}

.widget2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    margin-bottom: 2.5em;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    float: left;
    width: 100%;
    min-height: 350px;
}

.destaque, .widget2 {
    z-index: 0;
}


    .widget2:after {
        background: radial-gradient(#000000, rgba(0, 0, 0, 0) 165px) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -10px;
        content: "";
        height: 115px;
        left: 0;
        opacity: 0.4;
        position: absolute;
        right: 0;
        z-index: -1;
    }

.agrupamento-ranking-textual .widget2-titulo {
    border-top-color: #000;
    background: #FFFF00;
}

.widget2-titulo {
    border-top: 2px solid #A1A1A1;
    overflow: hidden;
}





.blue-background.opacity {
    background: none repeat scroll 0 0 rgba(28, 154, 204, 0.9);
}

.blue-background {
    background: none repeat scroll 0 0 #009ace;
    color: #fff;
}

.color-container {
    border-radius: 6px;
    position: relative;
    width: 35%;
    z-index: 0;
}



.acid-green-background.opacity {
    background: none repeat scroll 0 0 rgba(193, 215, 40, 0.9);
    color: #fff;
}

.acid-green-background {
    background-color: #c4d600;
    color: #fff;
}



.orange-background.opacity {
    background: #e35121 none repeat scroll 0 0;
    color: #fff;
}

.orange-background {
    background-color: #e35121;
    color: #fff;
}


.yellow-background.opacity {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}

.yellow-background {
    background-color: #ff0;
    color: #000;
}


.publicidade {
    background: url("../image/pontilhado.png") repeat scroll 0 0 white;
    margin: 0 auto;
    width: 100%;
}

.hero-banner {
    height: 150px;
    position: relative;
}

.text-center-content {
    display: table-cell;
    margin: -150px auto 0;
    max-width: 450px;
    padding: 0 8%;
    vertical-align: middle;
}

.text-center-container {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    table-layout: fixed;
    width: 100%;
}


.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 35px;
    left: 0;
    opacity: unset;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 10%;
}


    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        display: inline-block;
        left: 0px;
        position: relative;
        top: 50%;
        z-index: 5;
    }


.carousel-indicators .active {
    background-color: #ff0;
    height: 15px;
    margin: 0;
    width: 15px;
}

.carousel-indicators li {
    border: 1px solid #ff0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}


.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    left: 0;
    position: relative;
    top: 100px;
    z-index: 5;
}


.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    left: 0;
    position: relative;
    top: 100px;
    z-index: 5;
}


.footerbg .container .col-md-5 a.active {
    color: #fff;
}

    .footerbg .container .col-md-5 a.active:hover {
        color: #ff0;
    }

.footerbg .container .col-md-5 a.disable {
    color: #666;
    cursor: no-drop;
}

    .footerbg .container .col-md-5 a.disable:hover {
        color: #777;
        cursor: no-drop;
    }

/*
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    list-style: none outside none;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    width: 100% !important;
}

 .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #666;
    white-space: nowrap;
    border-bottom: 1px solid #EFEFEF;
    transition: all 0.2s ease-in-out 0s;
    width: 100% !important;
}

ul.dropdown-menu {
      width: 100% !important;
      min-width:350px; 
      font-size:12px;
	  
	  

}*/

.precoht {
    font-size: 14px;
    display: block;
}


.ng-dirty.ng-invalid {
    border-color: #FF0000 !important;
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6) !important;
    outline: 0 none !important;
}



.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #222;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}



.telportalnew {
    /*text-transform:capitalize  !important;  */
    line-height: 20px;
}

a[href^='mailto:'] {
    text-transform: lowercase !important;
    /*text-decoration:underline;*/
}

/*
        a[href^='mailto:']:before {
            color: red;
            content: "E-mail: ";
            font-style: italic;
        }
		
		*/




.cstyle04 .close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: inherit !important;
    text-shadow: none;
}


.cstyle04 a {
    cursor: pointer;
    font-size: 13px;
}



.cstyle04 .tooltip {
    z-index: 4000 !important;
    position: fixed;
}



iframe {
    float: left;
}

.navbar-brand {
    padding: 0px !important;
    height: auto !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 20px !important;
}

/* ====================== CORES CALENDARIO E AUTOCOMPLET ====================== */

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #000 !important;
}

.ui-widget-content {
    background: none repeat scroll 0 0 #1c1c1c !important;
    border: 1px groove #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    color: #fff !important;
}

    .ui-widget-content a {
        color: #fff !important;
    }

.ui-datepicker th {
    border: 0 none;
    color: #fff !important;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}


/* ====================== Caixa para novos Layouts ====================== */

.caixanew {
    height: 280px !important;
    overflow: auto;
    width: 100%;
    margin-bottom: 15px;
}


.listitem3 {
    background: none repeat scroll 0 0 #efefef;
    height: 260px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .listitem3 img {
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .listitem3 .smallblacklabelnew {
        background: none repeat scroll 0 0 rgba(24, 24, 24, 0.9);
        bottom: 0;
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        left: 0;
        padding: 5px 20px;
        position: absolute;
        text-transform: uppercase;
    }

/* ====================== CORES PADRÃO PARA PERSONALIZAÇÃO ====================== */


/*Cor de Texto*/

.nav-tabs > li, .mod-special-offers .title-product-container {
    background: none repeat scroll 0 0 #F0F0F0;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #000000;
        color: #FFFFFF;
    }

.navbar .btn-default {
    background-color: #FFFF00;
    color: #000000;
}

.nav-tabs > li > a:hover {
    background: none repeat scroll 0 0 #FFFF00;
}

.btn-search, .btn-search:hover, .bookbtn, .bookbtn:hover, .property-contract-type, .passagemtit, .ctitle, .agrupamento-ranking-textual .widget-titulo, .footerbg3 {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}

    .widget-titulo strong, .passagemtit, .footerbg3 a {
        color: #000000;
    }

.apps a {
    color: #FFFFFF;
}


.texto1, .smallblacklabel, .tab-content2 b, .pnr {
    color: #FFFFFF;
}

.ftitle, .yellow, .passagenstitulo, .texto4 {
    color: #FFFF00;
}

.nav-tabs > li > a, .ftitleblack, .chamadas-maislidas ul li a, .price, .phone1, .mod-special-offers .title-product-container .city-pop-up.active-pop-up, .texto2, .mod-special-offers .title-product-container .title-product {
    color: #000000;
}

/* Texto aba desativada Sem tirar a Classe texto1*/

.nav-tabs > li.active > a.texto1 {
    color: #FFFFFF;
}

.nav-tabs > li > a.texto1 {
    color: #000000;
}



.texto3, .grey, .mod-special-offers .content-offers .offers-description .offers-price-container, .ctitle span, .lightgrey, .mod-special-offers .title-product-container, .scont, .input-group-addon {
    color: #999999;
}



/*Cor de Texto*/

/*Cor de Fundo */
body {
    background: linear-gradient(#, #) repeat scroll 0 0 #ffffff;
}

.navbar-default {
    background-color: #000000;
}

.footerbg, .smallblacklabel, .passagenstitulo, .tab-content2 {
    background: none repeat scroll 0 0 #000000;
}

/*Cor de Fundo*/


.caixa-busca {
    min-height: 280px;
}

.agrupamento-ranking-textual {
    min-height: 400px;
}


.news-text {
    padding: 25px;
}

.news-img {
    padding: 25px;
}

.info-pacote {
    padding: 15px;
}

#divpainelaereo .item {
    margin: 6px !important;
}

#divpainelhotel .item {
    margin: 6px !important;
}

.owl-wrapper-outer {
    padding-bottom: 20px;
}

.centerdiv {
    margin: 0 auto;
}

.acessar-painel {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

a.acessar-painel:hover {
    text-decoration: underline !important;
    color: inherit;
}


.dropdown-menu > li > a.linkPaginas:hover {
    text-decoration: underline !important;
    background: none !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: underline !important;
    background: none !important;
}

.img-responsive-pac {
    width: 100%;
    opacity: 0.8;
}

    .img-responsive-pac:hover {
        opacity: 1;
    }

.a-pac {
    height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
}


/* PACOTES */

.tab-container ul.tabs {
    margin: 0;
    padding: 0;
}

    .tab-container ul.tabs li {
        float: left;
        padding-right: 4px;
    }

        .tab-container ul.tabs li:last-child {
            padding-right: 0;
        }

        .tab-container ul.tabs li a {
            color: #fff;
            display: block;
            padding: 0 20px;
            background: #d9d9d9;
            font-size: 1em;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
            color: #01b7f2;
            background: #fff;
        }

    .tab-container ul.tabs.full-width {
        display: block;
        /*margin-bottom: -4px;*/
    }

        .tab-container ul.tabs.full-width li {
            float: none;
            display: table-cell;
            vertical-align: middle;
            width: 1%;
        }

            .tab-container ul.tabs.full-width li a {
                padding: 0;
                text-align: center;
            }

    .tab-container ul.tabs:after {
        display: table;
        content: "";
        clear: both;
    }


.tab-container .tab-content {
    background: #fff;
}

    .tab-container .tab-content .tab-pane {
        padding: 20px;
        line-height: 1.7em;
    }

        .tab-container .tab-content .tab-pane .row {
            margin-bottom: 15px;
        }

        .tab-container .tab-content .tab-pane > img {
            margin: 0 15px 0 0;
        }

        .tab-container .tab-content .tab-pane:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-container .tab-content .tab-pane .image-box .details {
            padding-right: 0;
        }

.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}

    .tab-container.style1 ul.tabs li {
        padding-right: 10px;
    }

        .tab-container.style1 ul.tabs li a {
            height: 30px;
            line-height: 30px;
            background: #f5f5f5;
            padding: 0 18px;
            color: #9e9e9e;
            font-weight: normal;
            font-size: 0.9167em;
            font-weight: bold;
        }

        .tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
            color: #fff;
            background: #01b7f2;
            position: relative;
        }

            .tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                margin-left: -10px;
                border-top: 5px solid #01b7f2;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                content: "";
            }

            .tab-container.style1 ul.tabs li:hover > a:after {
                display: none;
            }

        .tab-container.style1 ul.tabs li.active:hover > a:after {
            display: block;
        }

    .tab-container.style1 ul.tabs.full-width li a {
        padding: 0;
    }



.tab-container.full-width-style ul.tabs {
    width: 14%;
    float: left;
}

    .tab-container.full-width-style ul.tabs:after {
        display: none;
        clear: none;
    }

    .tab-container.full-width-style ul.tabs li {
        float: none;
        margin: 0;
        padding-right: 0;
    }

        .tab-container.full-width-style ul.tabs li a {
            height: 100px;
            display: block;
            border-bottom: 3px solid #f5f5f5;
            border-right: 3px solid #f5f5f5;
            background: #fff;
            color: inherit;
            font-size: 1.1667em;
            text-transform: none;
            font-weight: normal;
            text-align: center;
            padding-top: 20px;
            line-height: 2em;
        }

            .tab-container.full-width-style ul.tabs li a > i {
                color: #d9d9d9;
                display: block;
                font-size: 18px;
                margin: 0 auto;
                width: 1.6em;
                height: 1.6em;
                line-height: 1.5em;
                overflow: hidden;
            }

            .tab-container.full-width-style ul.tabs li a:hover i:before {
                -webkit-animation: toTopFromBottom 0.3s forwards;
                -moz-animation: toTopFromBottom 0.3s forwards;
                animation: toTopFromBottom 0.3s forwards;
            }

            .tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
                color: #2d3e52;
            }

                .tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
                    color: #fdb714;
                    border-color: #fdb714;
                }

        .tab-container.full-width-style ul.tabs li:last-child.active a {
            border-bottom: none;
        }

        .tab-container.full-width-style ul.tabs li.active a {
            border-right-color: transparent;
        }

.tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px;
}

    .tab-container.full-width-style.arrow-left ul.tabs li a {
        border: none;
        margin-right: 4px;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li.active a {
        margin-right: 0;
        border-left: 2px solid #fdb714;
        position: relative;
    }

        .tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5px;
            border-left: 3px solid #fdb714;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
    padding: 30px;
}

.tab-container.full-width-style .tab-content {
    float: left;
    width: 86%;
}

    .tab-container.full-width-style .tab-content .tab-content-title {
        color: #01b7f2;
    }

.tab-container.full-width-style:after {
    display: table;
    content: "";
    clear: both;
}

.titulo-pacote {
    padding-left: 10px;
}

.tab-container .tab-content .tab-pane > img {
    margin: 0 15px 0 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.photo-gallery .flex-direction-nav, .image-carousel.style2 .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -40px;
    width: 72px;
    height: 22px;
}

    .photo-gallery .flex-direction-nav li a, .image-carousel.style2 .flex-direction-nav li a {
        width: 30px;
        height: 22px;
        background: #01b7f2;
        color: #fff;
        text-indent: -9999px;
        text-align: left;
        position: static;
        float: left;
        margin: 0;
        filter: alpha(opacity=100) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important;
        -moz-transition: none 1s ease-in-out;
        -o-transition: none 1s ease-in-out;
        -webkit-transition: none 1s ease-in-out;
        -ms-transition: none 1s ease-in-out;
        transition: none 1s ease-in-out;
    }

        .photo-gallery .flex-direction-nav li a:before, .image-carousel.style2 .flex-direction-nav li a:before {
            position: absolute;
            display: block;
            font-family: FontAwesome;
            text-indent: 0;
            font-size: 12px;
            line-height: 22px;
        }

        .photo-gallery .flex-direction-nav li a.flex-prev, .image-carousel.style2 .flex-direction-nav li a.flex-prev {
            margin-right: 10px;
        }

            .photo-gallery .flex-direction-nav li a.flex-prev:before, .image-carousel.style2 .flex-direction-nav li a.flex-prev:before {
                content: "\f177";
                left: 8px;
            }

        .photo-gallery .flex-direction-nav li a.flex-next:before, .image-carousel.style2 .flex-direction-nav li a.flex-next:before {
            content: "\f178";
            right: 9px;
        }

        .photo-gallery .flex-direction-nav li a.flex-disabled, .image-carousel.style2 .flex-direction-nav li a.flex-disabled {
            background: #d9d9d9;
        }

.travelo-box > .image-carousel.style2 .flex-direction-nav {
    top: -60px;
}

.photo-gallery {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .photo-gallery img {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .photo-gallery .flex-control-nav {
        width: auto;
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

        .photo-gallery .flex-control-nav > li {
            float: left;
            margin-left: 5px;
            margin-right: 0;
        }

            .photo-gallery .flex-control-nav > li a {
                background: none;
                display: block;
                width: 14px;
                height: 14px;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                border: 1px solid #fff;
                text-indent: -9999px;
                cursor: pointer;
                background: rgba(255, 255, 255, 0);
                box-shadow: none;
            }

                .photo-gallery .flex-control-nav > li a.flex-active {
                    background: #fdb714;
                    border-color: #fdb714;
                }

    .photo-gallery.style1 .flex-control-nav {
        display: none;
    }

    .photo-gallery.style1 .flex-direction-nav {
        display: none;
    }

    .photo-gallery.style3 .flex-control-nav {
        display: none;
    }

    .photo-gallery.style3 .flex-direction-nav {
        right: 10px;
        bottom: 10px;
        top: auto;
    }

    .photo-gallery.style4 .flex-control-nav {
        right: 25px;
        bottom: 25px;
        top: auto;
    }

    .photo-gallery.style4 .flex-direction-nav {
        display: none;
    }


.image-carousel {
    position: relative;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: none;
}

    .image-carousel .slides > li {
        display: none;
    }

    .image-carousel img {
        max-width: 100%;
    }

    .image-carousel.style1 {
        padding: 10px 45px;
        background: #fff;
    }

        .image-carousel.style1 .slides > li {
            margin-right: 10px;
            height: 70px;
            cursor: pointer;
            overflow: hidden;
        }

            .image-carousel.style1 .slides > li:last-child {
                margin-right: 0;
            }

            .image-carousel.style1 .slides > li img {
                height: 100%;
                width: auto;
                max-width: none;
                filter: alpha(opacity=50);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
                -moz-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                -webkit-transition: opacity 0.3s ease-in;
                -ms-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

            .image-carousel.style1 .slides > li.flex-active-slide img, .image-carousel.style1 .slides > li:hover img {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
            }

        .image-carousel.style1 .flex-control-nav {
            display: none;
        }

        .image-carousel.style1 .flex-direction-nav {
            position: static;
            width: 0;
            height: 0;
        }

            .image-carousel.style1 .flex-direction-nav li a {
                background: rgba(1, 183, 242, 0.7);
                float: none;
                width: 25px;
                height: auto;
                position: absolute;
                top: 10px;
                bottom: 10px;
                margin: 0;
                filter: alpha(opacity=100) !important;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
                -moz-opacity: 1 !important;
                -khtml-opacity: 1 !important;
                opacity: 1 !important;
                text-indent: -9999px;
                text-align: left;
                color: #fff;
                -moz-transition: background 0.2s ease-in;
                -o-transition: background 0.2s ease-in;
                -webkit-transition: background 0.2s ease-in;
                -ms-transition: background 0.2s ease-in;
                transition: background 0.2s ease-in;
            }

                .image-carousel.style1 .flex-direction-nav li a:hover {
                    background: #01b7f2;
                }

                .image-carousel.style1 .flex-direction-nav li a:before {
                    display: block;
                    position: absolute;
                    left: 9px;
                    top: 50%;
                    margin-top: -6px;
                    text-indent: 0;
                    font-family: FontAwesome;
                    font-size: 12px;
                    line-height: 1;
                    text-shadow: none;
                }

                .image-carousel.style1 .flex-direction-nav li a.flex-prev {
                    left: 10px;
                }

                    .image-carousel.style1 .flex-direction-nav li a.flex-prev:before {
                        content: "\f053";
                    }

                .image-carousel.style1 .flex-direction-nav li a.flex-next {
                    right: 10px;
                }

                    .image-carousel.style1 .flex-direction-nav li a.flex-next:before {
                        content: "\f054";
                    }

                .image-carousel.style1 .flex-direction-nav li a.flex-disabled {
                    background: #f5f5f5;
                    color: #9e9e9e;
                }

    .image-carousel.style2 .slides > li {
        margin-right: 30px;
    }

        .image-carousel.style2 .slides > li:last-child {
            margin-right: 0;
        }

        .image-carousel.style2 .slides > li .hover-effect {
            z-index: 0;
        }

            .image-carousel.style2 .slides > li .hover-effect img {
                position: relative;
            }

            .image-carousel.style2 .slides > li .hover-effect .caption {
                filter: alpha(opacity=0);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 33px;
                line-height: 33px;
                overflow: hidden;
                padding: 0;
                text-align: center;
                right: 0;
                z-index: 3;
                margin: 0;
                background: #2d3e52;
                color: #fff;
                font-size: 1.1667em;
                -webkit-transform: translate3d(0, 100%, 0);
                -moz-transform: translate3d(0, 100%, 0);
                -ms-transform: translate3d(0, 100%, 0);
                -o-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                -moz-transition: -moz-transform 0.35s;
                -o-transition: -o-transform 0.35s;
                -webkit-transition: -webkit-transform 0.35s;
                -ms-transition: -ms-transform 0.35s;
                transition: transform 0.35s;
            }

            .image-carousel.style2 .slides > li .hover-effect:hover .caption {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .image-carousel.style2 .slides > li .hover-effect:hover:after {
                /*margin-top: -20px;*/
            }

    .image-carousel.style2 .flex-control-nav {
        display: none;
    }

    .image-carousel.style2.row-2 li > a:first-child {
        margin-bottom: 30px;
    }

    .image-carousel.style3 {
        margin-bottom: 30px;
    }

        .image-carousel.style3 .slides {
            margin-bottom: 0;
        }

            .image-carousel.style3 .slides > li {
                margin-right: 30px;
            }

                .image-carousel.style3 .slides > li:last-child {
                    margin-right: 0;
                }

                .image-carousel.style3 .slides > li .box {
                    margin-bottom: 0;
                }

        .image-carousel.style3 .flex-control-nav {
            display: none;
        }

        .image-carousel.style3 .flex-direction-nav {
            position: static;
            width: 0;
            height: 0;
        }

            .image-carousel.style3 .flex-direction-nav li a {
                width: 40px;
                height: 40px;
                border: 2px solid;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                background: none;
                color: #d9d9d9;
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                text-shadow: none;
                text-align: left !important;
                text-indent: -9999px;
            }

                .image-carousel.style3 .flex-direction-nav li a:before {
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    right: 0;
                    text-align: center;
                    line-height: 36px;
                    font-family: "soap-icons";
                    text-indent: 0;
                    font-size: 24px;
                }

                .image-carousel.style3 .flex-direction-nav li a.flex-prev {
                    left: -80px;
                }

                    .image-carousel.style3 .flex-direction-nav li a.flex-prev:before {
                        content: "\e87b";
                    }

                .image-carousel.style3 .flex-direction-nav li a.flex-next {
                    right: -80px;
                }

                    .image-carousel.style3 .flex-direction-nav li a.flex-next:before {
                        content: "\e887";
                    }

                .image-carousel.style3 .flex-direction-nav li a:hover {
                    color: #fff;
                }

                .image-carousel.style3 .flex-direction-nav li a.flex-disabled {
                    color: #838383;
                }

.flex-viewport .slides li {
    /*img { */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    /* }*/
}

#hotel-features, #cruise-features {
    margin-top: 30px;
}


#hotel-description .intro, #hotel-reviews .intro, #hotel-write-review .intro, #car-details .intro, #flight-details .intro, #cruise-description .intro, #cruise-reviews .intro, #cruise-write-review .intro, #travel-guide .intro, #tour-details .intro {
    background: #f5f5f5;
}

    #hotel-description .intro.table-wrapper, #hotel-reviews .intro.table-wrapper, #hotel-write-review .intro.table-wrapper, #car-details .intro.table-wrapper, #flight-details .intro.table-wrapper, #cruise-description .intro.table-wrapper, #cruise-reviews .intro.table-wrapper, #cruise-write-review .intro.table-wrapper, #travel-guide .intro.table-wrapper, #tour-details .intro.table-wrapper {
        padding: 0;
        border-spacing: 15px;
        border-collapse: separate;
        table-layout: fixed;
    }

        #hotel-description .intro.table-wrapper > *, #hotel-reviews .intro.table-wrapper > *, #hotel-write-review .intro.table-wrapper > *, #car-details .intro.table-wrapper > *, #flight-details .intro.table-wrapper > *, #cruise-description .intro.table-wrapper > *, #cruise-reviews .intro.table-wrapper > *, #cruise-write-review .intro.table-wrapper > *, #travel-guide .intro.table-wrapper > *, #tour-details .intro.table-wrapper > * {
            border-collapse: collapse;
        }

        #hotel-description .intro.table-wrapper .table-cell, #hotel-reviews .intro.table-wrapper .table-cell, #hotel-write-review .intro.table-wrapper .table-cell, #car-details .intro.table-wrapper .table-cell, #flight-details .intro.table-wrapper .table-cell, #cruise-description .intro.table-wrapper .table-cell, #cruise-reviews .intro.table-wrapper .table-cell, #cruise-write-review .intro.table-wrapper .table-cell, #travel-guide .intro.table-wrapper .table-cell, #tour-details .intro.table-wrapper .table-cell {
            background: #fff;
        }

            #hotel-description .intro.table-wrapper .table-cell:first-child, #hotel-reviews .intro.table-wrapper .table-cell:first-child, #hotel-write-review .intro.table-wrapper .table-cell:first-child, #car-details .intro.table-wrapper .table-cell:first-child, #flight-details .intro.table-wrapper .table-cell:first-child, #cruise-description .intro.table-wrapper .table-cell:first-child, #cruise-reviews .intro.table-wrapper .table-cell:first-child, #cruise-write-review .intro.table-wrapper .table-cell:first-child, #travel-guide .intro.table-wrapper .table-cell:first-child, #tour-details .intro.table-wrapper .table-cell:first-child {
                margin-bottom: 15px;
            }

            #hotel-description .intro.table-wrapper .table-cell:last-child, #hotel-reviews .intro.table-wrapper .table-cell:last-child, #hotel-write-review .intro.table-wrapper .table-cell:last-child, #car-details .intro.table-wrapper .table-cell:last-child, #flight-details .intro.table-wrapper .table-cell:last-child, #cruise-description .intro.table-wrapper .table-cell:last-child, #cruise-reviews .intro.table-wrapper .table-cell:last-child, #cruise-write-review .intro.table-wrapper .table-cell:last-child, #travel-guide .intro.table-wrapper .table-cell:last-child, #tour-details .intro.table-wrapper .table-cell:last-child {
                padding-left: 0;
                padding-right: 0;
            }


#hotel-description .features, #cruise-description .features, #travel-guide .features {
    padding: 25px 20px;
    font-size: 0.8333em;
}

    #hotel-description .features li, #cruise-description .features li, #travel-guide .features li {
        line-height: 2em;
        list-style: none;
    }

    #hotel-description .features label {
        text-transform: uppercase;
    }

    #hotel-description .features label, #cruise-description .features label, #travel-guide .features label {
        margin: 0;
        width: 110px;
        margin-right: 130px;
        color: #01b7f2;
        white-space: nowrap;
    }

#hotel-description .long-description, #cruise-description .long-description, #travel-guide .long-description {
    margin-top: 25px;
}

.table-wrapper {
    display: table;
}

    .table-wrapper .table-row {
        display: table-row;
        float: none !important;
    }

    .table-wrapper .table-cell {
        display: table-cell;
        vertical-align: top;
        float: none !important;
    }

        .table-wrapper .table-cell.content-middle {
            vertical-align: middle;
        }

.tab-container ul.tabs.full-width {
    display: block;
    /*margin-bottom: -4px;*/
}

    .tab-container ul.tabs.full-width li {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 1%;
    }

        .tab-container ul.tabs.full-width li a {
            padding: 0;
            text-align: center;
        }

#hotel-features, #cruise-features {
    margin-top: 30px;
}

.marker-holder .image-box .details .table-cell {
    padding: 10px 20px 10px 10px;
    border-top: 1px solid #f5f5f5;
}

    .marker-holder .image-box .details .table-cell:first-child {
        border-right: 1px solid #f5f5f5;
    }


.sidebar .widget-queries ul {
    margin-bottom: 15px;
}

.sidebar .widget-queries li {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 5px;
    line-height: 24px;
    font-size: 0.9167em;
    text-transform: uppercase;
}

    .sidebar .widget-queries li a {
        display: block;
    }

        .sidebar .widget-queries li a:hover {
            color: #2d3e52;
        }

            .sidebar .widget-queries li a:hover i {
                color: #01b7f2;
            }

    .sidebar .widget-queries li i {
        color: #d9d9d9;
        font-size: 2em;
        display: block;
        float: left;
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }

.sidebar .post-list .details {
    padding-top: 3px;
}

.sidebar .post-list .box-title {
    margin-bottom: 4px;
}

.sidebar .post-list .avatar img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}


.travelo-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

    .travelo-box > *:last-child {
        margin-bottom: 0;
    }

    .travelo-box .title {
        margin-bottom: 5px;
    }

    .travelo-box .box-title {
        margin-bottom: 15px;
    }

    .travelo-box.box-full {
        padding: 30px;
    }

    .travelo-box.search-stories-box button {
        height: 34px;
        /*margin: 0 !important;*/
        padding: 0 10px;
        font-size: 1em;
    }

    .travelo-box.contact-box .contact-details {
        margin: 0;
    }

        .travelo-box.contact-box .contact-details .contact-phone {
            color: #01b7f2;
        }

            .travelo-box.contact-box .contact-details .contact-phone > i {
                color: #fdb714;
            }

        .travelo-box.contact-box .contact-details .contact-email {
            color: inherit;
        }

    .travelo-box.book-with-us-box li, .travelo-box.contact-us-box .contact-address li {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px 0 10px 40px;
        position: relative;
    }

        .travelo-box.book-with-us-box li > i, .travelo-box.contact-us-box .contact-address li > i {
            position: absolute;
            font-size: 1.5em;
            color: #fdb714;
            left: 0;
            top: 12px;
        }

        .travelo-box.book-with-us-box li:last-child, .travelo-box.contact-us-box .contact-address li:last-child {
            border-bottom-width: 0;
            padding-bottom: 0;
        }

        .travelo-box.book-with-us-box li .title, .travelo-box.contact-us-box .contact-address li .title {
            color: #2d3e52;
        }

        .travelo-box.book-with-us-box li:after, .travelo-box.contact-us-box .contact-address li:after {
            display: table;
            clear: both;
            content: "";
        }

        .travelo-box.book-with-us-box li > *:last-child, .travelo-box.contact-us-box .contact-address li > *:last-child {
            margin-bottom: 0;
        }

    .travelo-box.contact-us-box .title {
        color: #2d3e52;
    }

    .travelo-box.contact-us-box .contact-address {
        margin-bottom: 0px;
    }

        .travelo-box.contact-us-box .contact-address li {
            padding-left: 50px;
        }

            .travelo-box.contact-us-box .contact-address li p {
                font-size: 0.8333em;
                text-transform: uppercase;
                margin-bottom: 0;
            }

            .travelo-box.contact-us-box .contact-address li:last-child {
                border-bottom-width: 1px;
                padding-bottom: 10px;
            }

    .travelo-box.contact-us-box .social-icons a {
        overflow: hidden;
    }

        .travelo-box.contact-us-box .social-icons a:hover i:before {
            -webkit-animation: toBottomFromTop 0.4s forwards;
            -moz-animation: toBottomFromTop 0.4s forwards;
            animation: toBottomFromTop 0.4s forwards;
        }

    .travelo-box.newsletter-box {
        padding: 20px 30px;
    }

        .travelo-box.newsletter-box button {
            margin-right: 0 !important;
            margin-bottom: 0 !important;
        }

        .travelo-box.newsletter-box .row > div {
            margin-bottom: 0 !important;
        }

    .travelo-box.re-search-box label {
        font-size: 0.8333em;
        text-transform: uppercase;
        margin: 5px 0 0 0;
    }

    .travelo-box.re-search-box button {
        text-transform: uppercase;
    }

    .travelo-box.about-travelo-box .title {
        color: #01b7f2;
    }

    .travelo-box.guarantee-box {
        text-align: center;
    }

        .travelo-box.guarantee-box .guarantee-image {
            display: block;
            margin: 0 auto 15px;
        }

    .travelo-box.insurance-benefits ul {
        font-size: 0.9167em;
    }

        .travelo-box.insurance-benefits ul li {
            line-height: 3.6667em;
            border-bottom: 1px solid #f5f5f5;
            text-transform: uppercase;
        }

            .travelo-box.insurance-benefits ul li:before {
                color: #d9d9d9;
            }

            .travelo-box.insurance-benefits ul li.active:before, .travelo-box.insurance-benefits ul.hover li:hover:before {
                color: #fdb714;
            }

.contact-details {
    font-style: normal;
}

    .contact-details .contact-phone {
        color: #2d3e52;
        font-size: 1.6667em;
    }

        .contact-details .contact-phone i {
            color: #01b7f2;
        }

    .contact-details .contact-email {
        color: #01b7f2;
        font-size: 1.1667em;
        padding: 0 24px;
        line-height: 2em;
    }


input.input-text, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: none;
    line-height: normal;
}

input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    width: 100%;
    margin-top: 10px;
}

    input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
        height: 43px;
        font-size: 1.1667em;
    }

    input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
        height: 34px;
    }

    input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
        height: 28px;
    }

    input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
        height: 19px;
    }

    input.input-text.white, textarea.white, span.custom-select.white {
        background: #fff;
    }

textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header.style4 .quick-search .input-text {
    width: 250px;
}

.search-box-wrapper.style2 .search-tab-content input.input-text, .search-box-wrapper.style2 .search-tab-content select, .search-box-wrapper.style2 .search-tab-content textarea, .search-box-wrapper.style2 .search-tab-content span.custom-select {
    background: #fff;
    border: 1px solid #d1d1d1;
}

form .form-group {
    margin-bottom: 15px;
}

.botao-enviar {
    border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    background-color: #E6E4E4;
}

    .botao-enviar:hover {
        color: #09c;
        background-color: #F1F1F1;
    }

.image-box .box, .image-box.box {
    text-align: left;
    background: #fff;
    margin-bottom: 30px;
}

    .image-box .box img, .image-box.box img {
        width: 100%;
        height: 60px;
    }


.image-box.style14 figure {
    float: left;
    width: 63px;
}

.image-box.style14 .details {
    margin-left: 63px;
    padding: 0px 15px 0;
}

.image-box.style14 .price {
    float: none;
    text-align: left;
    display: inline;
    font-size: 1.4em;
}

.image-box.style14 .box-title {
}

    .image-box.style14 .box-title small {
        line-height: 1em;
    }

.section {
    padding-top: 80px;
    padding-bottom: 70px;
}

section#content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #fff;
}

    section#content:after {
        display: table;
        content: "";
        clear: both;
    }


.field-validation-error {
    color: #b00000;
    font-size: 13px;
}

.titulo-pacote {
    padding-left: 20px;
}

.price-per-unit {
    padding-top: 13px;
}

@media (min-width: 992px) {
    .listitemcrop img {
        height: 110% !important;
        width: auto !important;
        overflow: hidden !important;
    }
}

@media (min-width:500px) and (max-width:991px) {
    .listitemcrop img {
        height: 40% !important;
        width: auto !important;
        overflow: hidden !important;
    }
}


@media (min-width:399px) and (max-width:499px) {
    .listitemcrop img {
        height: 50% !important;
        width: auto !important;
        overflow: hidden !important;
    }
}

@media (min-width:199px) and (max-width:398px) {
    .listitemcrop img {
        height: 35% !important;
        width: auto !important;
        overflow: hidden !important;
    }
}


.listitemcropHome img {
    width: auto !important;
    overflow: hidden !important;
}

.listitemcrop2 {
    width: 60px !important;
    height: 60px !important;
    overflow: hidden !important;
}

    .listitemcrop2 img {
        height: 100% !important;
        width: auto !important;
    }


.price-wrapper {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: inherit;
    line-height: 1.3333em;
    margin: 0;
}

    .price-wrapper .price-per-unit {
        color: #7db921;
        font-size: 1.4em;
        padding-right: 5px;
    }

.opensans2 {
    float: left !important;
    width: 100% !important;
}



@media (max-width: 768px) {
    .textright {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse.in.footerbg.bordertop1.margtop15 a {
        margin: 25px !important;
    }
}



@media (max-width: 700px) {
    .textright {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .textright {
        text-align: center !important;
    }
}

.circle-tel {
    vertical-align: middle;
    font-size: 5px;
}

a.acessar-link {
    text-decoration: none;
    color: #999;
}

    a.acessar-link:hover {
        text-decoration: underline !important;
        color: inherit;
    }

@media (max-width: 700px) {
    .mobilehidden {
        display:none;
    }
}

.opacity1{
    opacity : 1 !important
}

.img-pacote {
    width: 100%;
    height: 260px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pre-descritivo{
    background: none repeat scroll 0 0 rgb(47, 47, 47, 0);
    color: #FFFFFF;
    border: 0;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}