/* = Utility
********************************************************************************************************************* */
.display-none {
    display: none;
}

.tns_cv-button {
    background: #00194a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}
:focus {
    outline: none !important;
}
::-moz-focus-inner {
    border: 0 !important;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
body .alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 1.1em;
}
body .alert-danger{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
body .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
body#top.page .gallery .gallery-item{
    width: auto;
    height: auto;
}
body#top.page .gallery.gallery-columns-3 .gallery-item{
    width: 33%;
}
body#top.page .gallery.gallery-columns-3 .gallery-item:nth-child(4n+0){
    clear: both;
}

/* = USER LOGGED IN
********************************************************************************************************************* */
body.not-logged-in .hide-logged-out{
    display: none;
}
body.logged-in .hide-logged-in{
    display: none;
}


/* = VARIE
********************************************************************************************************************* */
body fieldset {
    border: 0px solid #dddddd !important;
    border-radius: 3px;
}
body legend {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    display: inline;
    float: inherit;
    padding: inherit !important;
    border-bottom: 0px solid #dddddd !important;
}

.loading-big {
    text-align: center;
}

.loading-big span {
    background: url("../images/loading-120x120.gif") no-repeat transparent center center;
    display: inline-block;
    height: 160px;
    width: 160px;
}

.text-align-center {
    text-align: center;
}

#destinations-dialog-msg label {
    font-weight: normal;
    font-size: x-small;
}

body .vertical-align-middle {
    vertical-align: middle;
}
body .avia-section {
    min-height: 50px;
}
body .float-left{
    float: left;
}
body .float-right{
    float: right;
}

/* = CERCA AGENZIA
********************************************************************************************************************* */
#top .ricerca-agenzia form{
    margin-bottom: 0;
    overflow: hidden;
}
.ricerca-agenzia form .fields{
    min-width: 400px;
    overflow: hidden;
    width: 70%;
}
#top .ricerca-agenzia form .field-text{
    float: left;
    margin-right: 10px;
    width: 84%;
}
#top .ricerca-agenzia form .field-text input{
    margin-bottom: 5px;
}
#top .ricerca-agenzia form .field-text input.error{
    border-color: #d00;
}
#top .ricerca-agenzia form .field-text label.error{
    color: #800;
}

#top .ricerca-agenzia form .field-submit{
    float: left;
}
#top .ricerca-agenzia form .field-submit input{
    padding: 10px 40px;
}
#top .bh-sl-container .bh-sl-loc-list ul{
    width: 95%;
}

/* = MODIFICHE BX SLIDER
********************************************************************************************************************* */
body .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0;
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

body .bx-wrapper .bx-prev {
    left: -20px;
    background: url(../images/controls-left.png) no-repeat;
}

body .bx-wrapper .bx-next {
    right: -20px;
    background: url(../images/controls-right.png) no-repeat;
}

body .bx-wrapper .bx-prev:hover {
    background: url(../images/controls-left-h.png) no-repeat;
}

body .bx-wrapper .bx-next:hover {
    background: url(../images/controls-right-h.png) no-repeat;
}

body .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 35%;
    margin-top: -16px;
    outline: 0;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    z-index: 9999;
}

/* = JQUERY UI
********************************************************************************************************************* */
.ui-widget-overlay.ui-front {
    z-index: 504 !important;
}

.ui-dialog {
    z-index: 524 !important;
}
body .ui-priority-secondary,
body .ui-widget-content
body .ui-priority-secondary,
body .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity=70);
    font-weight: normal;
    color: #333;
    background: #f8f8f8;
}
body .ui-autocomplete-loading {
    background-image: url("../images/loading-24x24.gif") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
body .ui-state-default,
body .ui-widget-content
body .ui-state-default,
body .ui-widget-header
body .ui-state-default,
body .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f39600;
}


.fixed-dialog {
    position: fixed;
    top: 50px;
}

/* DATEPICKER */
#top tr:first-child th,
#top tr:first-child td,
#top tr:first-child th,
#top tr:first-child td,
#top tr th:first-child,
#top tr td:first-child {
    border-left-style: solid;
    border-left-width: 0px;
    border-top-width: 0;
}

#top tr th:last-child,
#top tr td:last-child {
    border-right-style: solid;
    border-right-width: 0px;
    border-top-width: 0;
}

#top .ui-datepicker th,
#top .ui-datepicker .ui-datepicker-title {
    font-size: 0.8em;
}
/* GENERALE CALENDAR */
body .ui-datepicker {
    padding: 0;
}
body .ui-datepicker table {
    margin: 0;
}
body .ui-widget-header {
    border: 0;
}

body .ui-widget-header {
    background: #f39600;
}
body .ui-priority-secondary,
body .ui-widget-content .ui-priority-secondary,
body .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    background: #fefefe;
}
body .ui-state-active, .ui-widget-content .ui-state-active{
    background: #f39600;
}
body .ui-datepicker td {
    border: 0;
    padding: 0;
}



/* MODAL */
.ui-widget-overlay {
    background: #000;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-dialog .ui-dialog-titlebar {
    padding: .1em 1em;
    position: relative;
    border: none;
    background-color: #fcfbfb;
    background-image: none;
    color: #022d5e;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #002966 !important;
    font-size: 20px !important;
    padding: 10px 0;
    font-weight: 300 !important;

}

body #accordionOtherFilters .ui-slider-handle{
    background: #f39500!important;
}
/* = FORM DI RICERCA
********************************************************************************************************************* */
#top form.tns-cv-form {
    margin: 15px 0px 37px 0px;
    overflow: hidden;
}
#top #tns_cv-searchform-tabs form.tns-cv-form {
    margin: 0 0px 20px 0px;
    overflow: hidden;
}
boidy #wait-dialog-msg{
    text-align: center;
}
#destinations-dialog {
    display: none;
}

#top .tns-cv-form .row_field {
    margin-bottom: 0; /*ep*/
    padding-right: 20px;
}
#top .tns-cv-form .row_field label{
    display: none;
}

#top .tns-cv-form .bg-formhome {
    overflow: hidden;
    width: 70%;
}
#top #tns_cv-searchform-tabs .tns-cv-form .bg-formhome {
    width: 100%;
}

#top .tns-cv-form .submit_field.row_field {
    padding-top: 20px;
    width: 30%;
}

#top .tns-cv-form .row_field select{
    -moz-appearance:none
}

#top .tns-cv-form .row_field select,
#top .tns-cv-form .row_field input[type="text"] {
    margin-bottom: 0;
}

#top .tns-cv-form .row_field select.error,
#top .tns-cv-form .row_field input.error {
    border-color: #D2322D;
}

#top .tns-cv-form .row_field label.error {
    color: #d2322d;
    font-weight: 500;
    font-size: smaller;
}

/*EM20170304 - Nascondo campi non utilizzati e posiziona quelli visibili*/
.tns-cv-form.type-package .airport_field,
.tns-cv-form.type-cruise .destinationText_field,
.tns-cv-form .duration_field,
.tns-cv-form .adults_field,
.tns-cv-form .child_field,
.tns-cv-form .infant_field,
.tns-cv-form .key_field,
.tns-cv-form .budget_field,

.tns-cv-form.type-package .airport_field,
.tns-cv-form.type- .airport_field,
.tns-cv-form.type-cruise .destinationText_field,
.tns-cv-form .duration_field,
.tns-cv-form .adults_field,
.tns-cv-form .child_field,
.tns-cv-form .infant_field,
.tns-cv-form .key_field,
.tns-cv-form .budget_field {
    display: none;
}
body.logged-in .tns-cv-form .key_field{
    display: block;
}

.tns-cv-form .row_field{
    float: left;
    width: 50%;
}
body.logged-in .tns-cv-form .row_field{
    width: 33.3%;
}



.custom-dialog {
    /*background-color: #f1f1f1 !important;*/
}

.custom-dialog span.ui-dialog-title {
    color: #fff !important;
}

.custom-dialog .ui-dialog-titlebar {
    background-color: #00204f !important;
    font-family: 'Finger Paint', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom-dialog .ui-dialog-buttonpane {
    background-color: #f1f1f1;
}

.custom-dialog .ui-dialog-buttonpane .ui-button{
    background-color: #f48618;
    color: #fff;
}

.custom-dialog .ui-dialog-titlebar .ui-button{
    background-color: #fff;
}

.custom-dialog .ui-dialog-content {
    /*background-color: #f1f1f1 !important;*/
    margin-top: .5em;
}

div#destination-area.ui-accordion {
    border: none !important;
}

#destination-area .ui-accordion-content {
    border: none !important;
    margin-bottom: 5px;
}

#destination-area .ui-accordion-header  span {
    margin-right: 10px;
}


#destination-area .ui-icon, #destination-area .ui-widget-content .ui-icon {
    background-image: url('../images/ui-icons_222222_256x240-white.png');
}

#destination-area .ui-accordion-header {
    background-color: rgba(0, 32, 67, 0.8) !important;
    background: none;
    color: #fff;
    border: 0px #fff solid !important;
    font-family: 'Finger Paint', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 110%;
    margin-top: 5px;
}

.tnsregion {
    background-color: rgba(0, 32, 67, 0.7);
    padding: 10px;
    display: inline-block;
    margin: 3px;
    color: #fff;
    cursor: pointer;
}
.tnsregion.selected{
    background-color: rgb(245, 128, 7);
}

.tnsregion .CLregion{
    display: none !important;
}


/* = FORM DI RICERCA - modal destinazioni
********************************************************************************************************************* */
#top #destinations-dialog-msg {
    font-size: 0.8em;
}

#top #destinations-dialog-msg label {
    font-weight: 500;
}

#top #destinations-dialog-msg #destination-top-search,
#top #destinations-dialog-msg #destination-area,
#top #destinations-dialog-msg #destination-area ul {
    overflow: hidden;
}

#top #destinations-dialog-msg #destination-top-search li {
    display: inline-block;
    float: left;
    margin-left: 2%;
    max-width: 18%;
}

#top #destinations-dialog-msg #destination-top-search li:first-child {
    margin-left: 0;
}

#destination-area li h4 {
    color: #022d5e;
    font-style: italic;
}

#top #destinations-dialog-msg #destination-area ul li {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 18%;
}

#top #destinations-dialog-msg #destination-area ul li:first-child {
    margin-left: 0;
}

#top #destinations-dialog-msg #destination-area ul li:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
}

#top .tns-cv-form .row_field input[type="text"]:before {
    font-family: "dashicons";
    content: "\f333";
}
#destination-area .ui-accordion-header.tit-destinazioni-piu-cercate {
    background-color: rgba(245, 128, 7, 1) !important;
    background: none;
    color: #fff;
    border: 0px #fff solid !important;
    font-family: 'Finger Paint', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 110%;
    margin-top: 5px;
}
/* = RISULTATO RICERCA: RIEPILOGO DATI RICERCA
********************************************************************************************************************* */
#tns_search_result_quote > .container > .template-page{
    padding-top: 0;
}
#tns_search_result #search-result-summary {
    margin: 20px auto;
    width: 80%;
}

#tns_search_result #search-result-summary .field-value {
    font-size: smaller;
}

#tns_search_result #search-result-summary .field-value .label {
    color: #f49500;
    font-weight: 700;
}

#tns_search_result #search-result-summary .text-search-result {
    background: url('../images/logo-uvetnetwork.gif') no-repeat left center;
    margin-top: 20px;
    padding: 10px 0 10px 70px;
}


#attesaLong,
#results-container {
    display: none;
}

/* NASCONDO I CAMPI NON NECESSARI */
#search-result-summary .field-value.field-value-regionText{}
#search-result-summary .field-value.field-value-region{}
#search-result-summary .field-value.field-value-dateStart{}

#search-result-summary .field-value.field-value-airport,
#search-result-summary .field-value.field-value-duration,
#search-result-summary .field-value.field-value-adult,
#search-result-summary .field-value.field-value-children,
#search-result-summary .field-value.field-value-infant,
#search-result-summary .field-value.field-value-priceto,
#search-result-summary .field-value.field-value-destinationText{
    display: none;
}



/* = RISULTATO RICERCA: LINK PER CAMBIO ORDINAMENTO
********************************************************************************************************************* */
#tns_search_result #content-tabs {
    border: 0 !important;
}

#tns_search_result #content-tabs ul {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #e4e1e1 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0 !important;
    overflow: hidden;
    padding: .2em .2em 0;
}

#tns_search_result #content-tabs li {
    margin-left: 0;
    padding: 3px;
    float: left;
    width: 18%;
    text-align: center;
}

/*ep 1403*/
#tns_search_result #content-tabs .ui-state-default {
    border: 0;
    background: #022e5f;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

#tns_search_result #content-tabs .ui-state-default:hover {
    color: #f9991d;
}

#tns_search_result #content-tabs .ui-state-default a, #tns_search_result #content-tabs .ui-state-default a:link, #tns_search_result #content-tabs .ui-state-default a:visited {
    color: #fff;
}

#tns_search_result #content-tabs .ui-state-active {
    border-left: 1px solid #e4e1e1;
    border-right: 1px solid #e4e1e1;
    border-top: 1px solid #e4e1e1;
    background: #fff;
}

#tns_search_result #content-tabs .ui-state-active:hover {
    background: #eee;
    color: #f9991d;
}

#tns_search_result #content-tabs .ui-state-active a, #tns_search_result #content-tabs .ui-state-active a:link, #tns_search_result #content-tabs .ui-state-active a:visited {
    color: #333333;
    text-decoration: none;
}

/*ep 1403*/
#tns_search_result #tns_search-results-tab {
    overflow: hidden;
}

#tns_search_result .result-order-by {
    overflow: hidden;
}

#tns_search_result .result-order-by .sorter {
    float: left;
}

#tns_search_result .result-order-by .sorter-title h4 {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 5px 15px 15px 0;
}

#tns_search_result .result-order-by .sorter-arrows {
    display: block;
    float: left;
    height: 8px;
    padding-left: 5px !important;
    width: 25px;
}

#tns_search_result .result-order-by .sorter-label {
    float: left;
    font-size: 14px;
    font-weight: 600;
}

#tns_search_result .result-order-by .sorter-arrows {
    height: 24px;
}

#tns_search_result .result-order-by .sorter-arrows a {
    color: #aaaaaa;
    display: block;
    height: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#tns_search_result .result-order-by .sorter-arrows a .fa {
    display: block;
}

#tns_search_result .result-order-by .sorter-arrows a:hover {
    color: #000088;
    text-decoration: none;
}

#tns_search_result .result-order-by .sorter-arrows a.arrow-down {
}

#tns_search_result .result-order-by .sorter-arrows.ASC a.arrow-up,
#tns_search_result .result-order-by .sorter-arrows.asc a.arrow-up {
    color: #800;
}

#tns_search_result .result-order-by .sorter-arrows.DESC a.arrow-down,
#tns_search_result .result-order-by .sorter-arrows.desc a.arrow-down {
    height: 4px;
    color: #800;
}

#tns_search_result .number-result {
    float: right;
}

#tns_search_result .number-result span.result-items2 {
    font-size: 14px;
    color: #615f5f;
}

#tns_search_result .number-result span.result-items {
    font-size: 14px;
    color: #615f5f;
}

/* = RISULTATO RICERCA: FILTRI
********************************************************************************************************************* */
#tns-cv-contenitore-globale{
    margin-bottom: 30px;
}
#otherFilters {
    display: none;
}
#otherFilters {
    display: none;
}

#otherFilters .title_filter {
    background: #00204f;
    color: #fff;
    margin-top: 10px;
    padding: 7px 5px;
}

#otherFilters .title_filter h2 {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    padding: 15px 0 0 8px;
}
#otherFilters .title_filter h2 .filter-open-close{
    display: none;
}

#otherFilters .reset_filter,
#otherFilters .reset_filter a{
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
    text-transform: lowercase;
    text-align: right;
}

/* = CART
********************************************************************************************************************* */
#cart {
    display: none;
    margin-bottom: 50px;
}

#cart .title_cart {
    overflow: hidden;
    background: #00204f;
    margin-top: 40px;
    padding: 7px 10px;
}

a#expand-collaps {
    color: #fff !important;
    font-size: 12px;
}

#cart .title_cart h2 {
    color: #fff;
    font-family: 'Finger Paint', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 15px 0 0 8px;
}

#cart #expand-collaps {
    float: right;
    text-transform: lowercase;
}

#cart #costDetail .row-dettaglio,
#cart .totals_cart,
#cart .total_price .row-dettaglio {
    display: none;
}

td.is-markup label {
    font-weight: bold;
}
#tns_search_result_cart .det-label{
    font-weight: bold;
}
#tns_search_result_cart .box-accommodation{
    overflow: hidden;
}
#tns_search_result_cart .box-accommodation .box-accommodation-num{
    font-weight: bold;
}
#tns_search_result_cart .box-accommodation .box-accommodation-num span{
}
#tns_search_result_cart .box-accommodation .box-accommodation-name{
}
#tns_search_result_cart .box-accommodation .cartValue{
    overflow: hidden;
}
#tns_search_result_cart .box-accommodation .cartValue .person-i{
    display: inline-block;
    font-size: 1.8em;
}



/*accordion*/

#accordionOtherFilters .ui-state-default, #accordionOtherFilters .ui-widget-header .ui-state-default, body .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background-image: none !important;
    background-color: #f8f8f9;
    font-weight: normal;
    color: #555555;
}

#tns_search_result_cart .ui-state-default {
    border: none;
    background-image: none !important;
    background-color: #f8f8f9;
    font-weight: normal;
    color: #555555;
}

body #tns_search_result_cart .ui-widget-content {
    border-bottom: 1px solid #e2e1e1 !important;
    border: none;
    background: #ffffff;
    color: #222222;
}

#tns_search_result_cart .ui-accordion .ui-accordion-content {
    padding: 1em 1.5em;
    border-top: 0;
    overflow: auto;
    font-size: 14px;
}

.totals_cart h2 {
    margin-top: 20px;
}

#accordionDetail span.number-c {
    border-radius: 50%;
    behavior: url(pie-1.0.0/PIE.htc); /* remove if you don't care about IE8 */
    width: 26px;
    height: 26px;
    padding: 4px 8px;
    background: #022e5f;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

#accordionDetail span.number-t {
    color: #022e5f;
    font-size: 18px;
    padding-left: 20px;
}

ul#details_fare_dates li {
    margin: 0;
    padding: 5px 0;
}
ul#details_fare_dates ul li {
    float: left;
    margin: 0 1% 0 0;
    width: 49%;
}

#details_fare_dates fieldset legend{
    font-family: 'Finger Paint', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

#top ul.det_date {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#top ul.det_date li {
    float: left;
    margin: 0 2%  1% 0;
    padding: 0;
    width: 48%;
}
#top ul.det_date li:nth-child(even) {
    margin-right: 0%;
}
#top ul.det_date li:nth-child(odd) {
    clear: both;
}
#top #viaggio_di_nozze{
    text-align: center;
    width: 200px;
}
#top #viaggio_di_nozze label,
#top ul.det_date li label,
#top .typeC_select label,
#top .air_selectNO_air label {
    background-color: #eaeaea;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
    padding: 10px;
    width: 100%;
}
#top #viaggio_di_nozze label{
    width: 100%;
}
#top #viaggio_di_nozze label.selected,
#top ul.det_date li label.selected,
#top .typeC_select label.selected,
#top .air_selectNO_air label.selected {
    background-color: rgb(245, 128, 7);
    color: #fff;
}
#top ul.det_date li label.selected span.datePrice{
    color: #fff;
}

#top #viaggio_di_nozze label input,
#top .typeC_select label input,
#top .air_selectNO_air label input,
#top ul.det_date li label input{
    display: none !important;
}

#top ul.det_date li label span.datePrice {
    color: #f49600;
    display: inline-block;
    font-size: 18px;
    font-weight: normal !important;
}

#accordionDetail span.flag-select {
    text-align: left;
    color: #f49600;
}

.childrenBoxAge span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.childrenBoxAgeDetail {
    padding-top: 10px;
}

#accordionCart .ui-accordion-header-icon, #accordionDetail .ui-accordion-header-icon, #accordionOtherFilters .ui-accordion-header-icon {
    float: right;
}

#records-container h2#calcola-preventivo {
    padding: 10px 20px;
    color: #002966;
    font-size: 20px;
}

#accordionDetail .ui-state-active {
    border: none;
    background: #f8f8f9;
    font-weight: normal;
    color: #212121;
}

#accordionDetail .ui-state-default {
    border: none;
    background: #f8f8f9;
    font-weight: normal;
    color: #555555;
}

#accordionDetail .ui-widget-content {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #555555;
}

#content-tabs .ui-widget-content .ui-state-default {
    border: 1px solid #e2e1e1;
    background-image: none !important;
    background-color: #f8f8f9 !important;
    font-weight: normal;
    color: #555555;
}

#content-tabs .ui-state-active {
    border-top: 1px solid #e2e1e1 !important;
    border-left: 1px solid #e2e1e1 !important;
    border-right: 1px solid #e2e1e1 !important;
    background: none;
    font-weight: normal;
    color: #212121;
    text-transform: uppercase;
}

body .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 0;
    padding: 1em .5em 1em .7em;
    font-size: 100%;
    border-bottom: 1px solid #e2e1e1 !important;
}

body .ui-accordion {
    border: 1px solid #e2e1e1 !important;
}

body #accordionOtherFilters .ui-widget-content {
    border-bottom: 1px solid #e2e1e1 !important;
    border: none;
    background: #ffffff;
    color: #222222;
}

/*form*/
.search-form-container {
    background: #fff;
    padding: 10px;
}

/* = DETTAGLIO PRODOTTO
********************************************************************************************************************* */
div#tns-row-waiting-searchresult{
    margin-top: -60px!important;
}
#tns_search_result_detail_product .detail-container {
    border: none;
    padding: 20px 0;
    margin-top: 35px;
}

#tns_search_result .detail-container {
    border: 1px solid #e4e1e1 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 35px;
}

#tns_search_result .dashicons-format-aside:before,
#tns_search_result_detail_product .dashicons-format-aside:before {
    content: "\f123";
}

#tns_search_result .amount {
    text-align: center;
    padding: 0;
    margin: 0;
}

body #tns_search_result .amount .price,
body #tns_search_result_detail_product .amount .price {
    color: #f39500;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#tns_search_result .serp-item-container,
#tns_search_result_detail_product .serp-item-container {
    float: left;
    width: 100%;
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    margin-top: 20px;
    padding: 10px 0;
}

#tns_search_result .serp-item-container .serp-bott-menu,
#tns_search_result_detail_product .serp-item-container .serp-bott-menu {
    margin-bottom: 0;
    overflow: hidden;
}

#contTab span.left {
    color: #f9910d;
}

#contTab a.result-description, #contTab a.result-photo, #contTab a.result-map, #contTab a.result-meteo, #contTab a.result-comments {
    color: #022e5f;
    font-size: 16px;
}

#tns_search_result .containerOption .divInfoDetail,
#tns_search_result_detail_product .containerOption .divInfoDetail {
    overflow: hidden;
    padding: 5px;
    text-align: center;
}
#tns_search_result .containerOption .divInfoDetail,
#tns_search_result_detail_product .containerOption .divInfoDetail {
    max-height: 265px;
    overflow: scroll;
    padding: 5px;
    text-align: center;
}

#tns_search_result .moreBox {
    padding-top: 20px;
}

#tns_search_result .serp-departure-info,
#tns_search_result_detail_product .serp-departure-info {
    float: left;
    margin-right:2%;
    width: 81%;
}

#tns_search_result .serp-second-container,
#tns_search_result_detail_product .serp-second-container {
    padding-top: 15px;
    float: left;
    width: 100%;
}

#tns_search_result .select-offers,
#tns_search_result_detail_product .select-offers {
    float: left;
    width: 17%;
    text-align: center;
}

#tns_search_result .date-dep,
#tns_search_result_detail_product .date-dep {
    font-size: 14px;
    color: #323232;
}

#tns_search_result .date-dep span,
#tns_search_result_detail_product .date-dep span {
    color: #bcbbbb; /*ep1403*/
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#tns_search_result .price-type,
#tns_search_result_detail_product .price-type {
    font-size: 12px;
    color: #bcbbbb;
    line-height: 1.2;
    margin: 10px 2px 6px 2px;
    padding: 0;
}

#tns_search_result p.price_catalogue_barrato,
#tns_search_result_detail_product p.price_catalogue_barrato {
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
}

#tns_search_result .price_catalogue { /*ep1403*/
    text-decoration: line-through;
    color: #137ef4;
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    padding-right: 5px;
    text-decoration: line-through;
}

#tns_search_result .discount,
#tns_search_result_detail_product .discount {
    background: #137ef4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin: 0 10px;
    padding: 2px 4px;
}

#tns_search_result .discount {
    background: #137ef4;
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px;
    padding: 2px 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

#tns_search_result .short-descr,
#tns_search_result_detail_product .short-descr {
    display: none;
}

#tns_search_result .product-detail,
#tns_search_result_detail_product .product-detail {
    background: #f39500;
    border-color: transparent;
    border-image: initial;
    border-radius: 10px;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    max-width: 120px;
    padding: 15px 4px;
    text-transform: uppercase;
    width: 100%;
}

#tns_search_result .serp-first-container,
#tns_search_result_detail_product .serp-first-container {
    overflow: hidden;
    width: 100%;
}

body #tns_search_result_detail_product .detail-container {
    border: 0 !important;
    padding: 10px;
    margin-top: 15px;
}

#tns_search_result .serp-img-container,
#tns_search_result_detail_product .serp-img-container {
    float: left;
    width: 29%;
    position: relative;
    height: 160px;
    overflow: hidden;
}

#tns_search_result .serp-img-container img,
#tns_search_result_detail_product .serp-img-container img {
    width: 100%;
    height: 160px;
    cursor: pointer;
}

#tns_search_result .serp-main-info-container,
#tns_search_result_detail_product .serp-main-info-container {
    float: left;
    width: 54%;
    padding: 5px 10px 0 15px;
}

#tns_search_result .serp-price-container,
#tns_search_result_detail_product .serp-price-container {
    float: right;
    margin-bottom: 10px;
    width: 17%;
}

#tns_search_result .price-container { /*ep1403*/
    background: #f8f8f8;
    border-radius: 10px;
    text-align: center;
    padding: 6px 6px 20px 6px;
}

#tns_search_result .discount-price-container {
    clear: right;
    float: right;
    width: 17%;
}

#tns_search_result .price_catalogue_barrato {
    border: 0px solid #137ef4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    background: #cee5ff;
    color: #fff;
}

#tns_search_result .serp-main-info-container h1,
#tns_search_result_detail_product .serp-main-info-container h1 {
    color: #002966 !important;
    font-size: 18px !important;
    padding: 0;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 12px;
}

#tns_search_result .serp-main-info-container h2,
#tns_search_result_detail_product .serp-main-info-container h2 {
    color: #232323 !important;
    font-size: 16px !important;
    padding: 10px 0 5px 0;
    font-weight: 400 !important;
    font-style: italic;
}

#tns_search_result .structure-images ul,
#tns_search_result_detail_product .structure-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tns_search_result .structure-images ul li,
#tns_search_result_detail_product .structure-images ul li {
    float: left;
    margin-left: 10px;
}

#tns_search_result .structure-images ul li img,
.serp-item-container .structure-images ul li img {
    height: 110px;
    width: 180px;
}

#tns_search_result .supplier-logo-serp,
#tns_search_result_detail_product .supplier-logo-serp {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 7px;
}

#tns_search_result .supplier-logo-serp img,
#tns_search_result_detail_product .supplier-logo-serp img {
    height: auto;
}

#tns_search_result .region-serp,
#tns_search_result_detail_product .region-serp {
    color: #f9910d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
}

#tns_search_result .creation-datecode-serp,
#tns_search_result_detail_product .creation-datecode-serp {
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    float: left !important; /*ep 1403*/
    padding-right: 5px;
}

#tns_search_result .serp-bott-menu li,
#tns_search_result_detail_product .serp-bott-menu li {
    float: left;
    list-style: none;
    margin-left: 1em;
    padding: 3px;
    text-align: center;
    width: 18%;
}

#tns_search_result .serp-bott-menu li:first-child,
#tns_search_result_detail_product .serp-bott-menu li:first-child {
    margin-left: 0;
}

#tns_search_result .buttonFinalizza {
    display: none;
}

#tns_search_result table.tbl_itinery,
#tns_search_result_detail_product table.tbl_itinery {
    width: 95%;
    margin: 10px auto;
    font-size: 0.85em;
}

#top #tns_search_result table.tbl_itinery thead th,
#top #tns_search_result_detail_product table.tbl_itinery thead th {
    background: #022b5c;
    color: #ffffff;
    font-size: 0.9em;
    padding: 5px;
}

#top #tns_search_result table.tbl_itinery tbody td,
#top #tns_search_result_detail_product table.tbl_itinery tbody td {
    font-size: 0.9em;
    padding: 5px;
}

#tns_search_result div.moreBox {
    margin-top: 20px;
    text-align: center;
}
#tns_search_result div.moreBox.moreBox-up {
    margin-top: 0;
    margin-bottom: 20px;
}

#tns_search_result_detail_product h1.detail-product-title {
    color: #002966 !important;
    font-size: 30px !important;
    padding: 0 0 10px 0;
    font-weight: 300 !important;
}

#tns_search_result_detail_product h2.detail-product-subtitle {
    color: #232323 !important;
    font-size: 18px !important;
    padding: 10px 0;
    font-weight: 300 !important;
    font-style: italic;
}

#tns_search_result_detail_product .product-info {
    float: left;
    width: 55%;
    padding-left: 20px;
    font-size: 18px; /*ep1403*/
}

#tns_search_result_detail_product span.price-detail {
    color: #f49600;
    font-size: 20px;
    font-weight: bold;
}

#tns_search_result_detail_product span.pax {
    font-size: 16px;
    color: #c5c4c4;
    padding-left: 5px;
}

#tns_search_result_detail_product .product-main-image img {
    width: 100%;
}

#tns_search_result_detail_product ul.detail-list {
    list-style: none;
}

#tns_search_result_detail_product ul.detail-list li {
    margin: 0;
    float: none !important;
    width: 100%;
    text-align: left;
    padding: 3px 0;
}

#tns_search_result_detail_product .search-form-container {
    background: #fff;
}

.sr-form-label {
    color: #c0c0c0;
}

span.detail-product-region {
    color: #f49600 !important;
    font-size: 18px !important;
    padding: 20px 0;
    font-weight: 300 !important;
    font-style: italic;
}


.tns-prod-weather{
    background: #fff;
    overflow: hidden;
}
#tns_search_result_detail_product .tns-prod-weather{
    margin: 0 auto;
    overflow: hidden;
}

#top #wrap_all .tns-prod-weather h4.tns-location{
    font-weight: bold;
    margin: 6px 0;
    text-align: center;
}
.tns-prod-weather .tns-week-day{
    background: rgb(224, 224, 224);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 5px 1%;
    min-width: 100px;
    text-align: center;
    width: 14%;
}
#tns_search_result_detail_product .tns-prod-weather .tns-week-day{
    min-width: 120px;
    width: 12%;
}

.tns-prod-weather .tns-week-day.tns-today{
    background: rgba(243, 149, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tns-prod-weather .tns-day{
    margin: 4px 0 8px 0;
}
.tns-prod-weather .tns-temp{
    margin: 4px 0;
}
.tns-prod-weather .tns-temp .tns-temp-max{
    color: #333;
    padding: 0 4px;
}
.tns-prod-weather .tns-temp .tns-temp-min{
    color: #888;
    padding: 0 4px;
}
.tns-prod-weather .tns-image{
}
.tns-prod-weather .tns-image img{
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


#tns_cv-mapResults {
    display: block;
    width: 95%;
    height: 350px;
    margin: 0 auto;
    -moz-box-shadow: 0px 5px 20px #ccc;
    -webkit-box-shadow: 0px 5px 20px #ccc;
    box-shadow: 0px 5px 20px #ccc;
}

.detail-container-marker {
    overflow: hidden;
}

.detail-container-marker .marker-img-container {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 38%;
}

.detail-container-marker .marker-img-container img {
    width: 100%;
}

.detail-container-marker .marker-img-container .supplier-logo-marker {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 7px;
}

.detail-container-marker .marker-main-info-container {
    float: left;
    position: relative;
    width: 60%;
}

.detail-container-marker .marker-main-info-container h1 {
    font-size: 16px;
}

.detail-container-marker .marker-main-info-container h2 {
    font-size: 14px;
}

.detail-container-marker .marker-main-info-container .dates {
    font-size: 12px;
}

.detail-container-marker .marker-main-info-container .dates .region-marker {
    color: #f39500;
    font-size: 14px;
}

body .detail-container-marker .amount .price {
    color: #f39500 !important;
    display: inline !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

body .detail-container-marker .product-detail {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 6px 15px !important;
}

body .detail-container-marker .select-offers {
    float: right;
    margin-right: 68px;
}

/* = PAGINA QUOTATION
********************************************************************************************************************* */
#accAccomodation .typeC_select{
    overflow: hidden;
}
#accAccomodation .typeC_select span.camera-numero{
    display: inline-block;
    font-weight: bold;
    width: 5%;
}
#accAccomodation .typeC_select span.camera-numero-tipologia{
    display: inline-block;
    width: 90%;
}
#accAccomodation .typeC_select span.camera-numero-tipologia select.accomodationType{
    font-size: 14px;
}
#accAccomodation .typeC_select span.camera-numero-person{
    display: inline-block;
}
#accAccomodation .typeC_select .camera-numero-person{
    overflow: hidden;
}
#divPeople .tns-select-select-people,
#accAccomodation .typeC_select .camera-numero-person .tns-select-select-people{
    float: left;
    margin-right: 1%;
    width: 32%;
}
#divPeople .tns-select-select-infant,
#accAccomodation .typeC_select .camera-numero-person .tns-select-select-infant{
    margin-right: 0;
}
#divPeople .tns-select-select-child-age,
#accAccomodation .typeC_select .tns-select-select-child-age{
    float: left;
    margin-right: 1%;
    overflow: hidden;
    width: 48%;
}
#accAccomodation .typeC_select .tns-select-select-child-age span{
    display: inline-block;
    float: left;
    line-height: 39px;
    width: 40%;
}
#accAccomodation .typeC_select .tns-select-select-child-age select{
    float: left;
    width: 50%;
}


/* = SHOWCASE
********************************************************************************************************************* */

.tns-showcase-item-thumb a {
    width: 100%;
    height: 268px;
    overflow: hidden;
}

.tns-showcase-item-thumb {
    width: 100%;
    height: 268px;
    overflow: hidden;
}

body .tns-showcase-item-thumb img,
body .tns-showcase-item-thumb a img {
    width: 100%;
    height: 268px;
}

.tns-showcase-package h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0;
    font-weight: 300 !important;
}

.tns-showcase-cruise h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0;
    font-weight: 300 !important;
}

.tns-showcase-item-content {
    padding: 20px 10px;
}

.tns-showcase-item-content h5 {
    font-size: 17px;
    color: #002966 !important;
    text-transform: uppercase !important;
    text-align: center;
    min-height: 50px;
    font-weight: 600 !important;
}

.tns-showcase-item-content h5 b {
    font-size: 17px;
    color: #002966 !important;
    text-transform: uppercase !important;
    text-align: center;
    min-height: 50px;
    font-weight: 600 !important;
}

.showcase-location-details {
    font-size: 16px;
    color: #022d5e !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-weight: 400 !important;
}

.tns-showcase-item-content p {
    color: #232323 !important;
    font-size: 16px !important;
    text-align: center;
    font-weight: 400 !important;
    padding: 0 10px;
    min-height: 50px;
}

.tns-showcase-item-content span {
    font-weight: 600 !important;
}

.tns-showcase-item {
    width: 33.3%;
}

/* = LATEST OFFERS
********************************************************************************************************************* */

.tns-offers .tns-offers-container {
    float: left;
    margin-bottom: 30px !important;
}

.tns-offers-package h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0;
    font-weight: 300 !important;
}

.tns-offers-cruise h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0;
    font-weight: 300 !important;
}

.offers-title {
    font-size: 13px;
    line-height: 18px;
    color: #002966 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-align: center;
    padding: 15px 10px;
    min-height: 70px;
}

.tns-offers .tns-offers-item {
    float: left;
    width: 20%;
    position: relative;
    margin-bottom: 18px;
}

.tns-offers .offers-duration {
    color: #232323 !important;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

.tns-offers .offers-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.tns-offers .offers-img img {
    width: 100%;
    height: 160px;
}

.tns-offers{  }
.tns-offers .offers-infobox {
    padding: 0 10px 30px 0;
    background: #f2f2f2;
}
.tns-offers .tns-offers-item:nth-child(even),
.tns-offers .tns-offers-item:nth-child(even) .offers-infobox {
    background: #f8f8f8;
}


.tns-offers .offers-departure {
    color: #232323;
    font-size: 14px;
    text-align: center;
    padding-top: 18px;
    padding: 18px 8px 0 8px;
    text-transform: capitalize;
}

.tns-offers .offers-price,
.tns-offers .offers-price a {
    color: #f8981d !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
}

.tns-offers .supplier-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 7px;
}

/*Latest departure*/
.tns-latest-departures {
    float: left;
    width: 100%;
    margin-bottom: 30px !important;
}

.tns-latest-departures-item {
    float: left;
    width: 20%;
    position: relative;
    margin-bottom: 18px;
    border: 1px solid #e4e4e4 !important;
}

.tns-latest-departures-item:hover {
    background-color: #fff;
}

.latest-departures-name {
    font-size: 14px;
    line-height: 18px;
    color: #002966 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-align: center;
    padding: 15px;
    min-height: 80px;
    background: #f2f2f2;
}

.latest-departures-location {
    color: #232323;
    font-size: 14px;
    text-align: center;
    padding: 18px 0;
    font-style: italic;
    font-weight: 400;
}

.latest-departures-date {
    color: #232323;
    font-size: 14px;
    text-align: center;
    padding: 18px 0;
    font-weight: 300;
}

.latest-departures-price {
    color: #f8981d !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 18px 0;
}

.tns-latest-departures h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0 !important;
    font-weight: 300 !important;
}

.latest-departures-treatment {
    text-align: center;
    background: #f2f2f2;
    min-height: 50px;
    padding: 0 15px 15px;
    font-size: 14px;
    line-height: 16px;
}

/* = LATEST SEARCH
********************************************************************************************************************* */

.tns-last-search {
    float: left;
    width: 100%;
}

.tns-last-search h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0 !important;
    font-weight: 300 !important;
}

.tns-latest-departures-cruise h3 {
    color: #002966 !important;
    font-size: 36px !important;
    text-align: center;
    padding: 40px 0 !important;
    font-weight: 300 !important;
}

th.tns-last-search-header {
    background: #f2f2f2 !important;
    text-align: center;
    color: #232323;
    font-size: 12px;
}

td.tns-last-search-in {
    text-align: center;
    color: #232323;
    font-size: 14px;
    text-align: center;
}

td.tns-last-search-name {
    color: #002966 !important;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-weight: 600;
}

td.tns-last-search-date {
    color: #969696 !important;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.more-info {
    margin: 20px 0;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f49600;
}

.more-info:hover {
    background: #022e5f;
    color: #fff;
}

.more-info a:link, .more-info a:visited {
    color: #fff;
}

.more-info a:hover {
    color: #fff !important;
}

/* = TABS
********************************************************************************************************************* */
#accordionOtherFilters .ui-widget.ui-widget-content {
    border: none;
}

#accordionOtherFilters .ui-tabs .ui-tabs-nav {
    padding: 0;
}

.infoAdvNote .details,
#accordionOtherFilters .otherFiltersI {
    clear: both;
    max-height: 150px;
    padding-right: 5px;
    overflow: inherit;
}
#accordionOtherFilters .tns-filter-row {
    overflow: hidden;
    position: relative;
}
#accordionOtherFilters .tns-filter-check{
    left:0;
    position: absolute;
    top: 0;
}
#accordionOtherFilters .tns-filter-label{
    padding: 1px 0 1px 18px;
}
#accordionOtherFilters .tns-filter-label label{
    font-weight: 500;
}
#accordionOtherFilters .tns-filter-label label.disabled{
    color: #888;
    text-decoration: line-through;
}

#accordionOtherFilters .ui-widget-header {
    border: none !important;
    background: none !important;
    color: #222222;
    font-weight: bold;
}

#accordionOtherFilters .ui-tabs .ui-tabs-panel {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    padding: 1em 1.4em;
    background: none;
}

#accordionOtherFilters .ui-accordion .ui-accordion-content {
    padding: 1em 1.2em;
    border-top: 0;
    overflow: auto;
}

#accordionOtherFilters a.select-all {
    color: #022e5f !important;
    float: right;
    font-size: 12px;
    font-weight: bold !important;
    padding-bottom: 10px;
}

body .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: auto;
}

body .image-overlay .image-overlay-inside:before {
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

body .main_color .image-overlay .image-overlay-inside:before {
    background-color: #f49600;
    color: #ffffff;
    border-color: #f49600;
}

body .avia_transform a:hover .image-overlay {
    opacity: 0.8 !important;
}

body .image-overlay.overlay-type-video .image-overlay-inside:before {
    content: "+";
    font-size: 30px;
}

/* = SEARCH FORM TABS
********************************************************************************************************************* */
#tns_cv-searchform-tabs {
    background: none;
    border: none;
    left: 10%;
    margin-top: -30%;
    position: absolute;
    width: 80%;
    z-index: 9999;
}

#tns_cv-searchform-tabs .ui-widget-content,
#tns_cv-searchform-tabs .ui-content {
    overflow: hidden;
    padding: 0;
}

#tns_cv-searchform-tabs ul.ui-tabs-nav {
    padding-left: 0;
}

#tns_cv-searchform-tabs .bg-formhome {
    background: #fff;
    overflow: hidden;
    padding: 1em 1.4em 3em 1.4em;
    width: 100%;
}

.bg-formhome {
    width: 70%;
    padding-bottom: 0;
    float: left;
}

#tns_cv-searchform-tabs .tns-cv-form {
    overflow: hidden;
}

#tns_cv-searchform-tabs .ui-widget-header {
    border: none;
    background: none;
    font-weight: bold;
}

#tns_cv-searchform-tabs .ui-state-default {
    border: none;
    background-color: #f39600;
    background-image: none;
    font-weight: 400;
    text-transform: uppercase;
}

#tns_cv-searchform-tabs .ui-tabs-nav li {
    margin-right: 0;
    padding: 5px 28px;
}

#tns_cv-searchform-tabs .ui-tabs-nav li a {
    font-size: 0.9rem;
}

#tns_cv-searchform-tabs .ui-tabs-nav li a[href="#tns_cv-searchform-tabs-vacanze"] {
    background-image: url('../images/viaggi-bianco.png?v=0');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 34px;
}

#tns_cv-searchform-tabs .ui-tabs-nav li.ui-tabs-active a[href="#tns_cv-searchform-tabs-vacanze"] {
    background-image: url('../images/viaggi-blu.png?v=0');
}

#tns_cv-searchform-tabs .ui-tabs-nav li a[href="#tns_cv-searchform-tabs-crociere"] {
    background-image: url('../images/crociere-bianco.png?v=0');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 34px;
}

#tns_cv-searchform-tabs .ui-tabs-nav li.ui-tabs-active a[href="#tns_cv-searchform-tabs-crociere"] {
    background-image: url('../images/crociere-blu.png?v=0');
}

#tns_cv-searchform-tabs .ui-state-default a {
    color: #fff;
    padding: 10px;
}

#tns_cv-searchform-tabs .ui-state-active, #tns_cv-searchform-tabs .ui-widget-content .ui-state-active, #tns_cv-searchform-tabs .ui-widget-header .ui-state-active {
    background-color: #fff;
    color: #002966;
}

#tns_cv-searchform-tabs .ui-state-active a, #tns_cv-searchform-tabs .ui-widget-content .ui-state-active, #tns_cv-searchform-tabs .ui-widget-header .ui-state-active {
    color: #f39600;
}

#tns_cv-searchform-tabs label {
    font-style: italic;
    font-size: 18px;
    color: #c0c0c0;
}

#tns_cv-searchform-tabs .input-text, #tns_cv-searchform-tabs input[type='text'] {
    border: none;
    background-color: #ffffff;
    color: #00204f;
}

#tns_search- .tns-cv-form .row_field select,
#tns_search- .tns-cv-form .row_field input[type="text"],
#tns_cv-searchform-tabs .tns-cv-form .row_field select,
#tns_cv-searchform-tabs .tns-cv-form .row_field input[type="text"],
#tns_search-cruise .tns-cv-form .row_field select,
#tns_search-cruise .tns-cv-form .row_field input[type="text"],
#tns_search-package .tns-cv-form .row_field select,
#tns_search-package .tns-cv-form .row_field input[type="text"] {
    margin-bottom: 0;
    border: none;
    /*border-bottom: 1px solid #c0c0c0;*/
    background: none;
    color: #232323;
    font-size: 0.9rem;
}

#top #tns_cv-searchform-tabs input[type="text"]:focus,
#top #tns_cv-searchform-tabs input[type="password"]:focus,
#top #tns_cv-searchform-tabs input[type="email"]:focus,
#top #tns_cv-searchform-tabs input[type="number"]:focus,
#top #tns_cv-searchform-tabs input[type="url"]:focus,
#top #tns_cv-searchform-tabs input[type="tel"]:focus,
#top #tns_cv-searchform-tabs input[type="search"]:focus,
#top #tns_cv-searchform-tabs textarea:focus {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

#top #tns_cv-searchform-tabs .submit_field {
    float: left;
    margin-top: 20px;
    padding-right: 0;
    text-align: right;
    width: 100%;
}

.submit_field {
    width: 30%;
    float: right;
    padding-top: 15px;
}

#tns_cv-searchform-tabs input[type='submit'], #search-form-package input[type='submit'], #search-form-package input[type='button'],#tns_cv-searchform-tabs input[type='button'] {
    background-color: #f39600;
    color: #ffffff;
    border-color: #f39600;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* placeholder */
.tns_cv--placeholder, /* Internet Explorer 10-11 */
#search-form-cruise input::-webkit-input-placeholder,
#search-form-package input::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #c0c0c0;
    font-size: 0.9rem;
    font-style: italic;
}

/*20170314*/
#tns_search_result_detail_product h1.detail-product-title b {
    color: #002966 !important;
    font-weight: normal;
}

#tns_search_result_detail_product .product-main-image {
    float: left;
    width: 45%;
    padding-right: 20px;
    position: relative;
}

#tns_search_result_detail_product .to-box {
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 12px;
}

#tns_search_result_detail_product .prod-price-container {
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    padding: 5px 0 10px 0;
    margin: 5px 0;
}

#tns_search_result_detail_product .price_catalogue {
    color: #137ef4;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}

#otherFilters .ui-accordion .ui-accordion-content {
    padding: 1em 1.5em;
    padding: 0.8em 0.8em;
    border-top: 0;
    overflow: auto;
    font-size: 12px;
}

#dateCreate {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #bcbbbb;
    text-transform: uppercase;
}


form.tns-cv-form .row_field_i{
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
form.tns-cv-form .row_field_i i.fa{
    left: 0;
    position: absolute;
    top: 6px;
}
#top form.tns-cv-form .row_field_i input[type="text"],
#top form.tns-cv-form .row_field_i select{
    border-bottom: 1px solid #c0c0c0;
    padding-left: 15px;
}

/*Form reservation*/
.passanger-row {
    width: 100%;
    float: left;
    padding: 0 20px 0 0;
}

.passanger-box {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
#top .tablePassenger .passanger-box:nth-child(odd) {
    clear: both;
}
#top .tablePassenger .passanger-box label.error{
    color: #b81900;
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
}
#top .main_color .tablePassenger .passanger-box select.error,
#top .main_color .tablePassenger .passanger-box input.error{
    border-color: #b81900;
}

.tablePassenger {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.passanger-label {
    font-size: 16px;
    font-style: italic;
    padding-top: 15px;
    color: #626262;
}
.passanger-input {
}

h3.form-passanges-title a {
    font-size: 18px;
    color: #022e5f;
}

h4.forms-passanges-header {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.passanger-box-note {
    padding-top: 15px;
    float: left;
    width: 100%;
}

#divPaxs .passanger-input select,
#divPaxs .passanger-input input[type="text"] {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    background: none;
    color: #c0c0c0;
    font-size: 0.9rem;
}

.passangers-button {
    width: 100%;
    text-align: right;
    padding: 15px 10px;
}

.passangers-button a:link, .passangers-button a:visited {
    color: #f49600;
    text-decoration: underline;
}

.passangers-button a:hover {
    color: #022e5f;
}

#tns_search_result_cart .totals_cart h2 {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
}

#tns_search_result_cart .totals_cart h2 a {
    font-size: 24px;
    color: #022e5f;
    font-weight: bold;
}

#tns_search_result_cart h4.price.tooltip {
    font-size: 18px;
}

#tns_search_result_cart h4.price.tooltip span {
    font-weight: bold;
    color: #f49600;
}

#tns_search_result_cart .alert {
    font-size: 14px;
    color: #f60e0e;
    font-style: italic;
    padding: 5px 0 15px 0;
}

#accordionCart .header-boxpricedetails {
    width: 100%;
    float: left;
}
#cartExtra,
#cart_Extra{
    display: none;
}

.h-detail {
    float: left;
    width: 70%;
    padding: 10px 5px;
    background: #f9f9f9;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #fff !important;
    font-weight: bold;
    text-align: center;
}

.h-price {
    float: left;
    width: 30%;
    padding: 10px 5px;
    background: #f9f9f9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.boxPriceDetails {
    float: left;
}

#accordionCart .header-boxpricedetails {
    width: 100%;
    padding: 10px 5px;
    float: left;
}

#accordionCart .content-boxpricedetails {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
}

#Sistemazione {
    padding: 20px 0;
    overflow: hidden;
}

.header-title {
    width: 100%;
    font-weight: bold !important;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.c-detail {
    float: left;
    width: 70%;
    padding: 10px 5px;
    border-right: 1px solid #eee;
}

.c-price {
    float: left;
    width: 30%;
    padding: 10px;
    color: #f49600;
    font-weight: bold;
}

.c-price span {
    color: #000;
}

span.qty {
    font-style: italic;
    color: #022e5f;
}

.flights.left span {
    font-size: 14px;
}

#addNewPassenger span.cartValue {
    padding: 30px 0;
}

#addNewPassenger span.cartValue b {
    color: #022e5f;
}

/* = SELEZIONA AGENZIA
********************************************************************************************************************* */
.scegli-agenzia {
    background: #f4f4f4;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 4px 0 4px;
}
.scegli-agenzia h2{
    font-size: 1.6em;
}
.agenzia-selezionata{
    display: none;
}
.scegli-agenzia-form{
    float: left;
    margin-right: 2%;
    padding: 4px;
    width: 48%;
}
#top #tns-agency-name-search{
    float: left;
    width: 70%;
}
input#tns-agency-name-search.readonly {
    background: #b1a189!important;
    color: #eeeeee;
}
input#tns-agency-name-search:-webkit-autofill {
    background: #eeeeee!important;
    color:#333 ;
}
input#tns-agency-name-search-btn{
    float: left;
    margin-left: 5%;
    padding: 11px 30px;
    width: 25%;
}
input#tns-agency-name-search-btn.readonly {
    background: #9a9a9a!important;
}
.agNome-i-nome{
    overflow: hidden;
    color: #666;
}
.agNome-i-nome a{
    font-weight: bold;
}
.scegli-agenzia-results{
    float: left;
    margin-top: 10px;
    padding: 4px;
    width: 100%;
}
.scegli-agenzia-results h4.effettua-ricerca{
    font-size: 1.4em;
    text-align: center;
}
.scegli-agenzia-results-lista{}
body .scegli-agenzia-results .scegli-agenzia-results-alert{
    border: 1px solid #f89700;
    color: #f89700;
    display: none;
    padding: 6px;
    margin-top: 6px;
    text-align: center;
}
body .scegli-agenzia-results .scegli-agenzia-results-error{
    border: 1px solid #800;
    color: #800;
    display: none;
    padding: 6px;
    margin-top: 6px;
    text-align: center;
}
.scegli-agenzia-results .agenzie-list{
    overflow: hidden;
}
.scegli-agenzia-results .agenzie-list .agNome-i{
    border-bottom: 1px solid #ccc;
    float: left;
    margin-right: 6%;
    margin-bottom: 15px;
    padding-bottom: 4px;
    width: 44%;
}
.scegli-agenzia-results .agenzie-list .agNome-i:nth-child(odd){
    clear: both;
}



body .button-quote-right{
    float: right;
}
input.brown-button {
    background: #00194a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
}

input.orange-button {
    background: #f89700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

input.red-button {
    background: #f89700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

#repButtonPreventivo{
    float: left;
}
input.buttonFinalizza {
    background: #f89700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

form#loginform {
    max-width: 320px;
    width: auto;
}
body.not-logged-in #tns_search_result_quotefinalize_detail,
body.not-logged-in #tns_search_result_quotefinalize .avia-builder-el-first{
    display: none;
}


/* = AGENCY CONTATTI
********************************************************************************************************************* */
body#top .agency-dovesiamo h2,
body#top .agency-contatti h2{
    font-weight: 700;
    margin-bottom: 20px;
}
body#top .agency-dovesiamo div.dato,
body#top .agency-contatti div.dato{
    color: #444;
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}
body#top .agency-dovesiamo div.dato.indirizzo,
body#top .agency-contatti div.dato.indirizzo{
    text-transform: uppercase;
}

body#top .agency-dovesiamo div.dato i,
body#top .agency-contatti div.dato i{
    position: absolute;
    top: 3px;
    left: 0;
}
body#top .agency-dovesiamo h3 span,
body#top .agency-contatti h3 span{
    font-weight: 700;
}
body#top .agency-dovesiamo div a,
body#top .agency-contatti div a{
    color: #37589b;
}
body#top .agency-dovesiamo-data{
    float: left;
    width: 40%;
}
body#top .agency-dovesiamo .bh-sl-container{
    float: right;
    margin-top: 0;
    width: 60%;
}
body#top .agency-dovesiamo .bh-sl-map-container{
    margin-top: 0;
}
body#top .agency-dovesiamo .bh-sl-container .bh-sl-map {
    height: 300px;
    width: 100%;
}

body#top .agency-dovesiamo .bh-sl-container-filiali{
    float: right;
    margin-top: 0;
    width: 100%;
}
body#top .agency-dovesiamo .bh-sl-container-filiali .bh-sl-map-container{
    margin-top: 0;
}
body#top .agency-dovesiamo .bh-sl-loc-list-filiali{
    float: left;
    width: 40%;
}
body#top .agency-dovesiamo .bh-sl-container-filiali .bh-sl-map {
    height: 300px;
    float: right;
    width: 60%;
}

body#top .agency-dovesiamo .bh-sl-container.bh-sl-container-filiali{
    float: none;
    width: 100%;
}

body .agency-chi-siamo.agency-presentazione img{
    max-width: 30%;
}
body .agency-chi-siamo.agency-presentazione img.presentazionefotoUrl{
    float:left;
    max-width: 30%;
    margin: 4px 20px 8px 0;
}
body#top h3.agency-chi-siamo{
    margin: 20px 0 5px;
}


.container-filiali{
    overflow: hidden;
    position: relative;
}
.container-filiali .filiale-i .i{
    width: 20px;
    height: 20px;
    text-align: center;
    background: #022c5d;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 4px;
}
.container-filiali .filiale-i{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px 10px 28px;
}
.container-filiali .filiale-i:first-child{
    border-top: 1px solid #ccc;
}
.container-filiali .filiale-i:nth-child(even){
    background: #f1f1f1;
}
.container-filiali .filiale-i .tradename{
    font-size: larger;
    font-weight: 700;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /* = SCOPRI LE NOSTRE OFFERTE
    ***************************************************************************************************************** */

    .offers-infobox .offers-title{
        height: 86px;
        overflow: hidden;
    }
    .offers-departure{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    /* = RISULTATO DELLA RICERCA: TAB
    ***************************************************************************************************************** */
    #tns_search_result #content-tabs li {
        width: 30%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    /* = GENERAL
    ***************************************************************************************************************** */
    body .container {
        padding: 0px 30px;
    }


    /* = RISULTATO DELLA RICERCA: FILTRI
    ***************************************************************************************************************** */
    body #tns_search_result .amount .price,
    body #tns_search_result_detail_product .amount .price {
        font-size: 22px;
    }

    /* = RISULTATO DELLA RICERCA: SINGOLO PRODOTTO
    ***************************************************************************************************************** */
    #contTab a.result-description, #contTab a.result-photo, #contTab a.result-map,
    #contTab a.result-meteo, #contTab a.result-comments {
        display: block;
        font-size: 14px;
    }
    #tns_search_result .serp-bott-menu li,
    #tns_search_result_detail_product .serp-bott-menu li {
        width: 16%;
    }
    #tns_search_result .serp-bott-menu li.li_DVDE,
    #tns_search_result_detail_product .serp-bott-menu li.li_DVDE {
        width: 18%;
    }
    #tns_search_result .serp-bott-menu li.li_DivAgg,
    #tns_search_result_detail_product .serp-bott-menu li.li_DivAgg {
        width: 22%;
    }
    .tns-prod-weather .tns-week-day {
        margin: 5px 0.5%;
        min-width: 86px;
        width: 10%;
    }

    /* = SINGOLO PRODOTTO QUOTATION
    ***************************************************************************************************************** */
    #tns_search_result_quote .post-entry .entry-content-wrapper > .flex_column.avia-builder-el-first{
        width: 30.5%;
    }
    #tns_search_result_quote .post-entry .entry-content-wrapper > .flex_column.avia-builder-el-last{
        width: 63.5%;
    }
    #top #viaggio_di_nozze label, #top ul.det_date li label, #top .typeC_select label, #top .air_selectNO_air label {
        font-size: 13px;
        margin: 3px;
        padding: 6px;
    }
    #accAccomodation .typeC_select .tns-select-select-child-age span {
        display: inline-block;
        float: left;
        line-height: 39px;
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    /* = SEARCH FORM TABS
    ***************************************************************************************************************** */
    #tns_cv-searchform-tabs {
        left: initial;
        margin-top: initial;
        position: initial;
        width: 100%;
    }
    #tns_cv-searchform-tabs .ui-state-active {
        border-left: 1px solid #f39600;
        border-right: 1px solid #f39600;
        border-top: 1px solid #f39600;
    }
    #tns_cv-searchform-tabs .ui-widget-content, #tns_cv-searchform-tabs .ui-content {
        border: 1px solid #f39600;
    }
    #tns_cv-searchform-tabs .bg-formhome {
        background: #fff;
        overflow: hidden;
        padding: 1em 1.4em 1em 1.4em;
        width: 100%;
    }
    #top #tns_cv-searchform-tabs .submit_field {
        margin-top: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .passanger-box { width: 100%; }

    body#top .agency-dovesiamo-data{
        float: left;
        width: 100%;
    }
    body#top .agency-dovesiamo .bh-sl-container{
        float: right;
        margin-top: 0;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }


    /* = SEARCH FORM TABS
    ***************************************************************************************************************** */
    .tns-cv-form .row_field{
        float: none;
        width: 100%;
    }
    #tns_cv-searchform-tabs .ui-tabs-nav li {
        padding: 5px 14px;
    }

    #top .tns-cv-form .bg-formhome {
        width: 100%;
    }
    #top .tns-cv-form .submit_field.row_field {
        clear: both;
        width: 100%;
    }
    #top #destinations-dialog-msg label {
        font-size: 0.8em;
    }
    #top #destinations-dialog-msg .ui-accordion .ui-accordion-content {
        padding: 0.8em 1em;
    }
    #top #destinations-dialog-msg .ui-accordion .fieldset {
        margin-bottom: 0;
    }

    /* = SCOPRI LE NOSTRE OFFERTE
    ***************************************************************************************************************** */
    .tns-offers .tns-offers-container {
        text-align: center;
    }
    .tns-offers .tns-offers-item {
        display: inline-block;
        float: none;
        width: 44%;
        position: relative;
        margin: 0 2% 4%;
    }
    .tns-offers .tns-offers-item:nth-child(odd){
        clear: both;
    }

    /* = RISULTATO DELLA RICERCA
    ***************************************************************************************************************** */
    #tns-cv-contenitore-globale .post-entry > .entry-content-wrapper > .flex_column.first{
        margin: 0 0 40px 0;
        width: 100%;
    }
    #otherFilters .title_filter {
        margin-top: 0;
    }
    #tns-cv-contenitore-globale .post-entry > .entry-content-wrapper > .avia-builder-el-last{
        margin: 0;
        width: 100%;
    }

    /* = RISULTATO DELLA RICERCA: FILTRI
    ***************************************************************************************************************** */
    #tns_search_result .result-order-by .sorter.sorter-title{
        padding-bottom: 25px;
    }
    #otherFilters .title_filter h2{
        cursor: pointer;
    }
    #otherFilters .title_filter h2 .filter-open-close{
        display: inline-block;
        float: right;
    }
    #otherFilters .reset_filter,
    #otherFilters .select-all,
    #otherFilters .accordionOtherFilters{
        display: none;
    }
    #otherFilters .tns-filter-row{
        float: left;
        margin-right: 1%;
        width: 32%;
    }
    #otherFilters .tns-filter-row:nth-child(3n+1){
        clear: both;
    }


    /* = RISULTATO DELLA RICERCA:
    ***************************************************************************************************************** */
    .serp-item-container .serp-bott-menu li,
    #tns_search_result .serp-bott-menu li {
        margin-left: 0!important;
        width: 18%!important;
    }
    .serp-item-container .serp-bott-menu li span.icon,
    #tns_search_result .serp-bott-menu li span.icon{
        display: block;
        font-size: 1.8em;
        margin-bottom: 4px;
        text-align: center;
    }
    .serp-item-container .serp-bott-menu li span.text,
    #tns_search_result .serp-bott-menu li span.text{
        display: none;
    }

    .tns-prod-weather .tns-week-day {
        margin: 5px 0.5%;
        min-width: 78px;
        width: 10%;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .passanger-box { width: 100%; }

    /* = RISULTATO DELLA RICERCA: FILTRI
    ***************************************************************************************************************** */
    #tns_search_result .result-order-by .sorter.sorter-title {
        padding-bottom: 45px;
    }
    /* = RISULTATO DELLA RICERCA: TAB
    ***************************************************************************************************************** */
    #tns_search_result #content-tabs li {
        width: 36%;
    }

    /* = SCOPRI LE NOSTRE OFFERTE
    ***************************************************************************************************************** */
    .tns-offers .tns-offers-item {
        float: none;
        width: 90%;
        margin: 0 auto 18px auto;
    }

    /* = RISULTATO DELLA RICERCA:
    ***************************************************************************************************************** */
    #tns-cv-contenitore-globale .post-entry > .entry-content-wrapper > .flex_column.first{
        display: none !important;
    }
    #tns-cv-contenitore-globale .post-entry > .entry-content-wrapper > .avia-builder-el-last{
        margin: 0;
        width: 100%;
    }

    #tns_search_result_detail_product .serp-first-container,
    #tns_search_result .serp-first-container{
        text-align: center;
    }
    #tns_search_result_detail_product .product-main-image,
    #tns_search_result .serp-img-container{
        float: none;
        margin-bottom: 15px;
        width: auto;
    }
    #tns_search_result_detail_product .product-main-image{
        padding-right: 0;
    }
    #tns_search_result_detail_product .product-info {
        float: none;
        width: 100%;
        padding-left: 0;
        font-size: 16px;
    }
    #tns_search_result_detail_product ul.detail-list {
        list-style: none;
        margin-left: 0;
    }
    #tns_search_result_detail_product .product-main-image > img,
    #tns_search_result .serp-img-container img {
        width: 100%;
    }
    #tns_search_result_detail_product .serp-main-info-container,
    #tns_search_result .serp-main-info-container{
        padding: 5px 10px 0 0px;
        text-align: left;
        width: 60%;
    }
    #tns_search_result_detail_product .serp-departure-info{
        font-size: 0.8em;
        width: 70%;
    }

    #tns_search_result .serp-departure-info{
        font-size: 0.8em;
        width: 58%;
    }
    #tns_search_result_detail_product .select-offers{
        width: 28%;
    }
    #tns_search_result .select-offers{
        width: 40%;
    }
    #tns_search_result_detail_product .product-detail,
    #tns_search_result .product-detail{
        padding: 8px 20%;
    }
    #tns_search_result_detail_product .serp-main-info-container h2,
    #tns_search_result .serp-main-info-container h2{
        font-size: 0.8em !important;
    }
    #tns_search_result_detail_product .serp-main-info-container .region-serp,
    #tns_search_result .serp-main-info-container .region-serp{
        font-size: 0.8em !important;
    }
    #tns_search_result_detail_product .discount-price-container,
    #tns_search_result_detail_product .serp-price-container,
    #tns_search_result .discount-price-container,
    #tns_search_result .serp-price-container{
        width: 40% ;
    }
    #tns_search_result .creation-datecode-serp,
    #tns_search_result_detail_product .creation-datecode-serp{
        font-size: 10px;
        line-height: 1.4;
        display: block;
    }
    #top #wrap_all .tns-prod-weather h4.tns-location {
        font-size: 0.8em;
    }
    .tns-prod-weather .tns-week-day {
        margin: 2px 0.5%;
        min-width: 78px;
        width: 10%;
    }
    .tns-prod-weather .tns-week-day img{
        width: 55%;
    }
    .tns-prod-weather .tns-day {
        margin: 2px 0;
    }
    .tns-prod-weather .tns-temp {
        margin: 0;
    }
    #records-container .ui-accordion .ui-accordion-content {
        padding: 0.8em;
    }
    #accAccomodation .typeC_select span.camera-numero {
        font-size: 1em;
        width: 10%;
    }
    #accAccomodation .typeC_select span.camera-numero-tipologia {
        width: 80%;
    }

    #accordionDetail .ui-state-default a{
        display: block;
        position: relative;
    }
    #accordionDetail span.number-c {
        position: absolute;
        left: 0;
        top: -3px;
    }
    #accordionDetail span.number-t {
        display: block;
        font-size: 1.05em;
        padding-left: 32px;
    }
    .preventivo-buttons input {
        padding: 15px 20px;
    }
    .tns_cv_bookingdocument .tableRow {
        overflow: hidden;
    }
    .tns_cv_bookingdocument .tableHead {
        font-size: 0.6em;
    }
    .tns_cv_bookingdocument .tableHead.colum2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;

    }
    .tns_cv_bookingdocument .tableCell{
        font-size: 0.6em;
    }
    .tns_cv_bookingdocument .totalPrice{
        margin-top: 20px;
    }
    .tns_cv_bookingdocument .totalPrice > span {
        font-size: 2em;
    }
    .tns_cv_bookingdocument .alertQuote {
        font-size:0.8em;
        margin-top: 6px;
        padding: 6px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    body div#tns_cv-searchform-tabs ul.ui-tabs-nav li {
        padding: 4px 8px;
    }
    body div#tns_cv-searchform-tabs ul.ui-tabs-nav li a {
        background-image: none !important;
        padding: 8px !important;;
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


div#search-agency-tabs {
    /*border: none !important;*/
}

div#search-agency-tabs .ui-widget-header {
    background-color: rgb(0,46,95) !important;
    border: 1px solid rgb(0,46,95) !important;
}

div#search-agency-tabs li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background-color: #fff !important;
}

.bh-sl-container .bh-sl-loc-list {
    overflow-x: hidden !important;
}


#top .ricerca-agenzia form .field-text select.error {
    border-color: #d00;
}

#top .ricerca-agenzia form .field-text select {
    margin-bottom: 5px;
}

#search-agency-tabs { margin-bottom: 5px; }


.to-box-target-supplier {
    /*
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    */
    position: absolute;
    top: 0px;
    right: 0;
    /* width: 40px; */
    background: transparent;
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    /* padding: 5px; */
}

.to-box-target-supplier img {
/*
    width: auto !important;
    display: inline-block !important;
    float: left !important;
    width: 30px !important;
    height: auto !important;
*/
    width: auto !important;
    display: inline-block !important;
    float: left !important;
    width: 70px !important;
    height: auto !important;
}

.btn-request-info-adv {
    background: #f89700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    border-image: initial;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    cursor: pointer;
    padding: 10px 14px;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 10px;
    display: block;
    text-align: center;
}