/*
    Created on : 22-set-2017, 10.56.56
    Author     : nemesis
*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}
body {
  font-size: 16px;
  margin: auto;
  color: #747474;   
  font-family: Montserrat, Questrial, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

#container {
  width: 100%;
}
.container_nav{
  max-width: 1170px;  
  padding:15px;
  margin:0 auto;
  margin-top: 120px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.row{  
  /*margin:0 auto;*/
}
.tip_edit_this_space{
  display: none;
}
.tip_close_edit_this_space{
  display: none;
}
/* bootstrap 3 helpers */
 .separator{background:radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);background:-webkit-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);background:-moz-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);background:-o-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);margin-left: auto;margin-right: auto;margin-top:10px;}

.navbar-form input, .form-inline input {
  width: auto;
}

@media (min-width:992px) {
  .link_footer ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}

.footer ul {
  padding-top: 10px;
  text-align: left;
}

.footer li {
  list-style-type: none;    
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer a {
  color: #fff;
}
.footer a:hover {

}

.footer_deep {
  background: #222;
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px solid #555;
    padding: 30px 10vw 10px 10vw;
}
.footer_top {
    font-size: 12px;        
    padding: 0 10vw 0px 10vw;
    width: 100%;
}
.footer_top .menufooter ul {
    text-align: center;
    font-size: 16px;    
    padding: 0;
}
.footer {
    position: relative;
    background-color: #333;
    width: 100%;
    float: left;
    padding-top: 30px;
    color: #FFF;
}

header {
  min-height: 180px;
  margin-bottom: 5px;
}

/* only apply sticky columns on wider screens */

@media (min-width: 1200px) {
  #sidebar {
    margin-left: 15px;
  }
  #content {
    padding-right: 15px;
  }
  #sidebar.affix-top {
    position: static;
  }
  #sidebar.affix {
    position: fixed !important;
    top: 20px;
    width: 200px;
  }
  #midCol.affix-top {
    position: static;
  }
  #midCol.affix-bottom {
    padding-top: 0;
  }
  #midCol.affix {
    position: fixed !important;
    top: 20px;
    width: 292px;
  }
}

.affix {
  position: static;
}

body {
  font-weight: 300;
  color: #676767;
  background-color: #fff;
}

a {
  color: #13183B;
  text-decoration: none;
}
 a:hover {
  color: #af9350;
}

.highlight-bk {
  background-color: rgba(255,255,255,1);
  padding: 1px;
  width: 100%;
}

.highlight {
  color: rgba(255,255,255,1);
}

h3.highlight {
  padding-top: 13px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(255,255,255,1);
}

.navbar {
  background-color:#fff ;
  color:#777;
  border-radius: 0;  
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2);
  box-shadow: 0 3px 3px 0 rgba(255,255,255,.14), 0 1px 7px 0 rgba(255,255,255,.12), 0 3px 1px -1px rgba(255,255,255,.2);
  border:0 !important;
}
.info_header{
  background-color: #13183B;
  overflow:hidden;
  transition:max-height 0.3s ease-out; 
  transition:margin-bottom 0.3s ease-out; 
  height:auto;
  max-height:600px; 
  padding:0!important;
  border-bottom: 1px solid rgba(190,190,190,1);  
  text-align: right;
  color:#333;
}
.info_header.collapsed {
  max-height:0;
  margin-bottom: 0;
  border:0;
}
.info_header .container{
  padding:2px 0px;    
  font-size: 12px
}
/*
.container{
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
}
nav .container{padding:0;}*/
.info_header a{
  color:#13183B;
}
ul.navbar-nav{padding: 10px;padding-right: 0}
.navbar-nav>li>a {
 color: #666;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    height: auto;
    padding: 5px;
    padding-bottom: 0;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin:12px;
}
.navbar-nav>li>a:last-child{
  margin-right: 0
}
.navbar-nav>li>a:hover{
  background-color: #FFF; 
  border-bottom: 3px solid orange;
 
}


.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
  color: #000;
  opacity: .9;
}

.navbar-brand {
  color: #747474;
}

@media all and (max-width: 712px){
  .navbar-brand {
    float:left;
    max-width: 60%;
  }
}

.navbar-brand a:hover {
  color: #c00;
}

.navbar-brand li a:active {
   border-top: 5px solid #FFF;
}
.navbar-brand div {
    padding: 15px 0;
    font-size: 20px;
    color: #13183B;
    font-weight: bold;
    text-transform: uppercase;
}
.info_header .tel{
    font-size: 14px;
    text-align: left;
    color: #FFF;
    width: 100%;
    line-height: 50px;
    vertical-align:middle;
    float:left;
    padding: 0 15px;

}
.info_header .navbar-nav{
   color:#FFF;
  padding: 5px;
}
.info_header  ul.nav.navbar-nav.navbar-right{
  padding-right:15px;
}
.info_header .navbar-nav>li{
  letter-spacing: 0px;
  height: 100%;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;

}
.info_header .navbar-nav>li>a{
  padding:0;
  line-height: initial;
  font-size: 12px;
  color:#777;
}
.info_header .navbar-nav>li>a>img{
  width:20px;
  height:20px;
}
.info_header .navbar-nav li a:hover,.info_header .navbar-nav li a:focus,.info_header .navbar-nav li a:active{  
  border-bottom:0px;
  background: transparent;
}
.accordion-group {
  border-width: 0;
}
-
.dropdown-menu {
  min-width: 200px;
}

.caret {
  color: #747474;
}

.navbar-toggle {
  color: #13183B;
  border-width: 0!important;
  font-size: 16px !important;
  margin-right:0 !important;
}


.navbar-toggle:hover {
  background-color: #eee;
}

.panel, .panel-heading {
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
}

.thumbnail {
  margin-bottom: 8px;
  border-radius: 0;
}

.well {
  border-radius: 0;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li>a {
  padding-left: 1px;
}

footer {
  height: 50px;
  background-color: #dfdfdf;
  color: #888;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .no-gutter.row>div[class*='col-md'] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter.row>.col-md-12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .no-gutter.row .col-md-11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .no-gutter.row>.col-md-10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .no-gutter.row>.col-md-9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .no-gutter.row>.col-md-8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .no-gutter.row>.col-md-7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .no-gutter.row>.col-md-6 {
    width: 49.99999999999999%;
  }
  .no-gutter.row>.col-md-4 {
    width: 33.33333333333333%;
  }
  .no-gutter.row>.col-md-3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .no-gutter.row>.col-md-2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .no-gutter.row>.col-md-1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
}

.column {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* end custom theme */

/*STILE CAROSELLO*/
.carosello table{
  width:100%;
  background: #FFF !important;
  text-align: center;
}
.item_slide {
  height: 250px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  cursor: hand;
  padding: 3px;
}

.item_slide .testo {
  
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  width: 100%;  
  position: auto;
  bottom: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}

.item_slide .prezzo {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left:0px; 
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  width: 100%;
  padding:5px 10px;
  background: #b7711c;
  color: #fff;

}
.item_slide .prezzo:hover{
  background-color: #13183B;
}

.item_slide .tour_operator {
  font-style: italic
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  right:10px;  
  padding:5px 10px;
  background: rgba(255,100,0,0.8);
  color: #fff;
}

.item_slide .titolo {
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top:5px;
}

.item_slide img {
  max-width: 100%;
  height: auto;
  min-height: 70%;
  width: auto;
  margin: 0 auto;
}

figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}

figure:hover+span {
  opacity: 1;
}

.item_slide figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.item_slide figure:hover img {
  opacity: .5;
}

.slick-prev:before, .slick-next:before {
  color: #000 !important;
}

.carosello {
  max-width: 95%;
  margin: 0 auto;
}

/*FINE STILE CAROSELLO*/

/*STILE FORM VACANZE*/

.btn_sumbit {
  border: 0;
  border-radius: 3px;
  margin-top: 17px;
}

.btn_mostra_ricerca_avanzata {
  margin-top: 40px;
  font-weight: normal;
  text-decoration: underline;
}

.selectize-control::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  display: block;
  top: 50%;
  right: 34px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  background: url(/images/loader/loader.gif);
  background-size: 16px 16px;
  opacity: 0;
}

.selectize-control.loading::before {
  opacity: 1;
}

.optiondisabled {
  pointer-events: none;
  color: #333;
  background: #eee;
  font-weight: bold;
}

/*FINE STILE FORM VACANZE*/

/*DATAPICKER*/

.datepicker .day {
  color: #337ab7 !important;
}

.datepicker .active {
  color: #FFF !important;
  background-color: #13183B !important;
}
.datepicker .disabled { display: none}

.datepicker .new {
  color: rgba(255,255,255,1) !important;
}

.datepicker .old {
  color: #eee !important;
}

.datepicker .disabled {
  color: #DDD !important;
}

/* Tab style */

#scrollUp {
  bottom: 0;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
  background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.dettagli_subtitle{
  color: #13183B !important;
}
.dettagli_title{
  color: #13183B !important;
}
.highlight{
  color: #13183B !important;
}

#sfondo_home{
    margin: auto;
    background-color: #fff;
    position: fixed;
    height: 100%;
    width: 105%;
    top: 0px;
    left: 0;
    margin-left: -30px;
}
#sfondo_home .column, #sfondo_home .carousel, #sfondo_home .carousel-inner,#sfondo_home .carousel-inner .item{
  height:100%;
  padding: 0px;
}
#sfondo_home .carousel-inner .item img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.carousel-control{z-index: 10000;}
#idtest_0_143{
  /*testo sfondo home testo_sfondo_home */
    margin: 50vh auto;
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    padding: 0 20vh;
}
#container_resto_home{
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: inherit;
  border: inherit;
  margin-top:calc(100vh - 170px);
  position: relative;
  z-index: 1000;
}
#container_blog article.post header h1.post-title{
  margin-top: 20px;
  margin-bottom: 10px;
}
#container_blog div.plugin-box h3.plugin-title{
  color:#13183B;
}
#container_blog a {
    color: #333;
}
#container_blog article.post header div.post-published, #container_blog article.post header div.share_wrap{
    border: 0;
    width: 50%;
    float: left;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }
#container_blog article.post header div.share_wrap{
  text-align: right
}
#container_blog header{min-height: auto;float: left;width: 100%;}
#container_blog footer{float: left;width: 100%;margin-bottom: 0px; background: transparent;}
#container_blog footer .readmore{ background: transparent;float: left;width: 50%;padding:5px;}
#container_blog .post-content{float: left;    width: 100%;}
#container_blog .read_more{
  font-size: 16px;
  padding:5px;
    color: #13183B;
    text-decoration: underline;
}
#container_blog article{
  float: left;
  width: 100%;
}
 #container_blog article:after {
  content: "";
  float: left;  
  height: 20px;
  width: 100%;
}
#container_blog article:after{
    background: radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-radial-gradient(ellipse at 50% -50% , #e0dede 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;    
}
#container_blog article.post{
    margin-bottom: 20px
}
#container_blog #comments{
  float:left;
  font-size: 14px;
}
#container_blog article.post footer div.post-tags{
  border-left:0;margin-top:0;padding:5px;float: right;width: 50%;text-align: right;
}
#container_blog article.post footer div.post-tags li a{
  background-color:#13183B;color:#FFF;padding:2px 5px;margin-left: 5px; 
}
#container_blog article.post footer div.post-tags:before {
  content: " < Tags";
  float: right;       
}
 #container_blog .share_wrap:before {
  content: "Condividi Su:";        
}
#container_blog .share_wrap a {
  background-color:#13183B;color:#FFF;padding:2px 5px;margin-left: 5px; 
}
#container_blog #comment_form {
    margin-top: 30px;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}
.btn_sumbit, .btn_primary, .btn, input[type=submit]{
    background: #F7941E;
    text-transform: uppercase;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b7711c, endColorstr=#b7711c);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 0px;
}
.btn:hover,.btn:active,.btn:focus,.btn:active:focus,.btn:active:hover{
    background: #efa836;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efa836, endColorstr=#efa836);
    border-color: #ffffff;
}
.box_sx_title, .box_offerta_bottom, .dettagli_box_title, .prenotazione_title {
    background-color: #13183B;
}
.btn_dettagli:hover{
 color: #13183B; 
}
select {
    outline-width: 3px;
    outline-color: #13183B;
    margin-bottom: 5px;
}
.selectize-input{min-height: 36px}
.selectize-dropdown{
  margin-top: 10px;
  border:1px solid #ccc;
  border-radius: 6px;      
}
.selectize-dropdown:before {
    content: ' ';
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    display: block;
    width: 0;
    height: 0;
    margin-top: -11px;
    left: 25%;
    position: absolute;
}
.selectize-dropdown:after {
    content: ' ';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    background: transparent;
    left: calc(25% + 1px);
    position: absolute;
    top: 0;
}
.partenza_text .selectize-dropdown{margin-top: -1px;border-top:0;}
.partenza_text .selectize-dropdown:before {content:none;}
.partenza_text .selectize-dropdown:after {content:none;}
.passeggeri.form-control[readonly], .aeroportodata.form-control[readonly], .periododurata.form-control[readonly],.portonave.form-control[readonly],#ddf[readonly],#ddt[readonly] {background: #FFF !important;}
.passeggeri, .aeroportodata.form-control[disabled] {background: #eee !important;}
.popover.bottom{width: 100%;}
.data_partenza_content{max-height: 300px;overflow-y: scroll;float: left}
.data_partenza_content .departure_date{width: 45px;float:left;border:1px solid #ccc;margin-right:4px;margin-bottom: 5px;text-align: center;cursor: pointer;cursor: hand;}
.data_partenza_content .departure_date:hover{background: #f2f2f2}
.data_partenza_content .departure_date.active{background: #f2f2f2;border: 1px solid #13183B;}
.data_partenza_content .departure_date .day{font-size: 20px;font-weight: bold;}
.data_partenza_content .departure_date .dweek{font-size:11px;}
.data_partenza_content .departure_date .price{font-size:11px;font-weight: bold;background:#eee;padding:2px;}
.kite-circle-button{background-color: #13183B!important;}
.bg_green{background-color: #13183B}