/*css style 2*/


@import "https://www.campigliodolomiti.it/files/getbyname/reset.css?WebbinsCacheVersion=12";
@import "https://www.campigliodolomiti.it/files/getbyname/css_FCK.css?WebbinsCacheVersion=78";
@import "https://www.campigliodolomiti.it/files/getbyname/skeleton.css?WebbinsCacheVersion=20";
@import "https://www.campigliodolomiti.it/files/getbyname/parallax.css?WebbinsCacheVersion=12";
@import "https://www.campigliodolomiti.it/files/getbyname/standard.css?WebbinsCacheVersion=129";

body{
    background: #FFF none;
    font: 14px/23px Arial, Helvetica,sans-serif;
    color: #666;
    position: relative;
    min-width: 320px;
    -webkit-text-size-adjust: none
}

.hidden{
	visibility:hidden;
}

#cookie-bar .cb-enable {
    background: #CF112D !important;
}

footer .to_the_top {
     background: url("https://www.campigliodolomiti.it/files/getbyname/to_the_top.png?WebbinsCacheVersion=3") no-repeat scroll 0px 0px #ddd;
     bottom: 50px;
    right:5px;
     cursor: pointer;
     display: block;
     height: 40px;
     margin: 0;
     padding: 0px;
     position: fixed;
     width: 40px;
     z-index: 100;
}

footer .to_the_top {
 display:none;   
}

html,body{
    height:100%
}
img{
 /*   max-width: 100%*/
}
a{
    color:#000;
    outline:none;
    cursor:pointer;
    text-decoration:none
}
a[href^="tel:"] {
    color: inherit;
    text-decoration:none
}
* {
    -webkit-text-size-adjust: none
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0
}
.clearfix:after {
  clear: both
}

.interna h2 {
    color: #333;
    text-transform:none;
    text-align:left;
    font-size:18px;
    padding-bottom:0;
    line-height:22px;
    font-family: 'open_sansbold';
}
.interna h3 {
    font-size:17px;
    padding-bottom:10px;
    /*font-family: 'open_sansregular';*/
    font-weight:bold;
}
.ricerca_mobile {
    display:none;
    border-left: 1px solid #CCCCCC;
    float: right;
    height: 40px;
    width: 58px;
}
.ricerca_mobile a{
    display:block;
    padding: 10px 18px;
}
.ricerca_mobile a img {
    
}
.menu_wide {
    clear:both;
    float:none;
    display:inline-block;
    height:50px;
    width:100%;
    z-index:1000;
    background:#EFEFEF none
}
.menu_wide ul li {
    list-style:none;
    float:left;
    color: #666;
    font-family: 'belleroselight';
    font-size:16px;
    line-height:20px;
}
.menu_wide ul li:after {
    content:"";
    color:inherit;
    font-family:inherit;
    line-height:inherit;
    font-size:inherit
}

.menu_wide ul li a:link, .menu_wide ul li a:visited {
    color:inherit;
    display:block;
    padding:16px 25px 14px 25px;
    font-weight:bold;
    letter-spacing: 0.05em;
    text-transform:uppercase;
    font-family:inherit;
    line-height:inherit;
    font-size:inherit;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    text-decoration:none
}

.menu_wide ul li:last-child {
    /*float:right;*/
}
.menu_wide ul li:last-child a {
    padding:16px 45px 18px 15px
}

.menu_wide ul li a.link_attivo {
    color: #CF112D !important;
    font-weight:bold !important;
}

/* per il link a home page */
.menu_wide ul li.link_home {
    background: #CF112D none;
    text-align:center
}

.menu_wide ul li.link_home a { 
    padding:0;
    width:50px;
    height:50px;
    line-height:50px
}

.menu_wide ul li.link_home a img {
    vertical-align:middle
}
.menu_wide ul li a:hover {
    color:#CF112D;
    text-decoration:underline
}
.nav ul {
    clear:both;
    float:right;
    margin:15px 0 10px 0;
}
.nav li {
    list-style:none;
    float:left;
    padding:0;
    color:#333333;
    font-family: 'belleroselight';
    font-size:14px;
    line-height:18px
}
.nav li:after {
    color:inherit;
    line-height:18px;
    font-family:inherit;
    font-size:inherit;
    /*content: "|";*/
    content: "\007c"; /* AB: unicode value per il "pipe" : | */
    padding:0 12px 0 8px
}
.nav li:last-child:after {
    padding:0 0 0 0;
    content: ""
}
.nav li a {
    letter-spacing: 0.05em;
    color:inherit;
    font-family:inherit;
    font-size:inherit;
    text-transform:uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration:none    
}
.nav li a:hover {
    color:#CF112D;
    text-decoration:underline
}

.menu_wide ul ul {
    position:absolute;
    top:50px;
    left:0
}
.menu_wide ul li li {
    background:white none !important
}

.menu_wide .submenu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    display: block;
    float: left;
    margin: 0;
    min-height: 256px;
    padding: 0;
    width: 274px;
    z-index: 9999;
}
.menu_wide .submenu ul {
    position:relative;
    left:0;
    top:4px
}

.img-ordine-ok{
	width:80px;
	margin-top:10px;
	margin-bottom:10px;
}
.submenu_container {
    /*opacity:0;*/
    display:none;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -ms-webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    /*z-index:-1;*/
    z-index:20001;
}

.menu_wide ul li:hover .submenu_container {
  /*  opacity:1;
    display:block;
    z-index:20001;*/
}

.submenu_container .container_12 {
    border: 1px solid #000000;
    padding: 20px 0 0;
    width: 966px /* +2px del border */
}
.submenu h3 {
     font-family: 'belleroselight';
     font-size:22px;
     color:#D0112B;
     text-transform: uppercase;
    padding-bottom:0px !important;
}
.submenu .overlay_text h4 {

}
.submenu li {
    float:none;
    clear:both
}
.submenu li:last-child {
    float:left !important
}

.offerte_submenu {
    border: 2px solid #000000;
    display: inline;
    float: left;
    margin: 0 auto;
    min-height:216px;
    cursor:pointer;
    width: 272px
}
.menu_wide .carousel_cropped {
    margin: 6px;
    overflow: hidden;
    text-align: center
}

.submenu li a:link, .submenu li a:visited {
    text-transform:none !important;
    color:#666 !important;
    text-decoration:none !important;
    font-weight:normal !important;
    padding:2px 0 !important;
    letter-spacing: normal !important;
    font-family: 'open_sansregular' !important;
    font-size: 14px !important
    
}
.submenu li a:hover {
    color:#D1162F !important;
    text-decoration:underline !important;
    padding:2px 0 !important
}
.menu_wide .overlay_text {
    bottom: 27px;
    display: inline-block;
    padding: 10px 14px 6px 64px;
    position: absolute;
    top: auto;
    width: 194px;
    z-index: 99;
}

.search_language_container {
    margin:10px 0px 0 0;
} 
.search_language_container .languages {
    float:right;
    display: block;
    float: right;
    padding-top: 4px;
    position: relative
}
.ricerca_container {
    float:right;
    display:block;
    position:relative
}
.search_language_container .languages li {
    font-family: 'belleroselight';
    list-style:none;
    float:left;
    font-size:14px;
    color:#333
}
.search_language_container .languages li a {
    font-family:inherit;
    font-size:inherit;
    color:inherit;
    text-decoration:none
}
.search_language_container .languages li a:hover {
    color:#CF112D;
    text-decoration:underline
}

.search_language_container .languages li:after {
    content: "\2022";
    font-family: inherit;
    font-size: inherit;
    line-height: 21px;
    padding: 0 8px
}
.search_language_container .languages li:last-child:after {
    content: "";
    padding:0 0 0 0
}

.form_search_services {
    position:relative;
    border-bottom: 1px solid rgba(153, 153, 153, 0.8);
    padding: 6px 64px 6px 16px
}
.form_search_services input[type=text] {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    color: #000000;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-left: 6px;
    padding: 6px;
    width: 220px
}
.form_search_services input[type=image] {
    position:absolute;
    top:15px;
    left:230px
}

.ricerca_text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    color: #BEBEBE;
    font-family: 'belleroselight';
    font-size: 16px;
    font-weight: 600;
    width:200px;
    margin-left: 40px;
    padding: 5px 6px 0 6px;
    border-color:#CCCCCC #CCCCCC #000000 #000000;
}
.ricerca_image {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    vertical-align: middle;
}

.sub_section_wrapper {
    display:inline-block;
    width:100%;
    background:#CF112D none;
    height:78px;
    overflow:hidden;/*da veirificare, aggiunto per problemi barra nella versione mobile*/
}


.menu_briciola {
     display:block;
     position:relative;
     margin:3px 0;
     overflow: hidden;
}

.marker_labels {
     color: black;
     background-color: none;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-align: center;
     white-space: nowrap;
   }

.marker_labels_small {
    color: black;
    font-family: "Lucida Grande","Arial",sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: -10px !important;
    padding-left: 0 !important;
    padding-top: 8px;
    text-align: center;
    width: 20px;
   }


.marker_ico {
    background-image: url("marker_hotel_monco.png");
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    position: relative;
    width: 25px;
}

#div_output_ricerca_ricettivita .marker_ico,
#div_append_ricettivita  .marker_ico{
margin:11px 18px 0 0 !important;    
}

.marker_ico a{
    font-size: 11px;
    font-weight: bold;
    color:black;
    text-decoration: none;
}



.marker_text_container {
    height: 100% !important;
    margin:0 auto !important;
    width: 100% !important;
    z-index: 15 !important;
    text-align:center !important;    
}

.marker_text
{
margin-right:1px;
    margin-top:1px;
}


.menu_briciola ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
}

.menu_briciola li {
     color: #FFFFFF;
     float: left;
     font-weight: normal;
     text-transform: lowercase;
     font-family: 'open_sansregular';
     width: auto;
     font-size:11px;
    margin-right:4px;
    display:inline-block;
}

.menu_briciola a:link, .menu_briciola a:visited {
     background: transparent none;
     background: url("separatore_briciola.png") no-repeat scroll right 4px transparent;
     color: inherit;
     display: block;
     float: left;
     font-family:inherit;
     font-weight: inherit;
     margin: 0pt 8px 0pt 0pt;
     padding: 0pt 8px 0pt 0pt;
     text-transform: lowercase;
     text-decoration:none;
     width: auto;
}
.menu_briciola a:hover {
    text-decoration:underline
}
.clickable_box {
    cursor:pointer
}

.sub_section_wrapper h1, .sub_section_wrapper span {
    text-transform:uppercase;
    font-size:24px;
    color:white;
    font-family: 'belleroselight';
    line-height:100%;
    padding:0
}
.corr_h2{
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 27px;
    margin-top: 6px;
}
.color_1{
    color: #f2ac29;
}
.color_2{
    color: #3e454c;
}
.no_shad{
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    box-shadow:         none !important;
}
.marg_1{
    margin-bottom: 28px;
}
.marg_2{
    margin-top: 10px!important;
    margin-bottom: 5px!important;
}
.marg_3{
    margin-bottom: 25px;
}
.marg_4{
    margin-bottom: 52px !important;/*era 67*/
}
.marg_5{
    margin-bottom: 52px !important;
}
.marg_6{
    margin: -3px 0 58px !important; 
}
.marg_7{
    margin-bottom: 108px !important;
}
.marg_8 {
    margin-top: 28px
}
.pad_0{
    padding-top: 23px !important;
}
.pad_1{
    padding-top: 56px;
}
.pad_2{
    padding-bottom: 25px !important;
}
.pad_3{
    padding-bottom: 28px;
}
.pad_4 {
    padding:10px !important
}
.extra-wrap{
    overflow: hidden;
}
.animate{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.f-right{
    float: right;
}
.lh{
    line-height: 21px!important;
}
/************Header************/
header {
    width:100%;
    position:relative; 
    z-index:2000;
}
.sub_page{
    background: #151a1a url("bg_1.jpg") 50% 0 no-repeat;
}
.sub_page .logo{
    margin-bottom: 65px;
}
.logo {
    display:inline-block; 
    margin-top: 5px;
    text-align: center;
}
.social{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.social-icon {
  margin: 20px 0 0;
  float: right;
}
.social-icon > li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon > li > a:hover img {
  top: -5px;
}
/************End Header************/
.button1 {
    font: 16px/24px 'belleroselight';
    letter-spacing: 0.05em;
    background: rgba(207, 17, 43, .66);
    color: #FFFFFF;
    border:2px solid #D0112B;
    display: inline-block;
    padding: 10px 26px 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase
    
}
.button1:hover {
    text-decoration:none;
}
.button2 {
    font: 18px 'belleroselight';
    letter-spacing: 0.07em;
    background: transparent none;
    color: #FFFFFF;
    display: inline-block;
    border:2px solid #FFFFFF;
    min-width:276px;
    width:100%;
    padding: 6px 0 6px 4px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
}
.button2:hover {
    color:rgb(207, 17, 43);
    background:white none
}

#iscrivi_newsletter p .button2:hover {
    color:#D1162F !important;
}

.form_compila input[type="email"],.form_compila input[type="text"]{
	width:190px!important;
}

.fancybox-opened{
z-index:99999999 !important;	
}

.preloader-ajax{
	text-align:center;
	padding-top:20px;
	padding-bottom: 20px;
	width:100%;
}

.button3 {
    font: 18px 'belleroselight';
    letter-spacing: 0.07em;
    background: #D0112B none;
    color: #FFFFFF;
    display: block;
    border:1px solid #FFFFFF;
    padding: 6px 0;
    width:100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
    
}

.button3:hover {
    background:#FFF none;
    color:#D0112B;
    border:1px solid #D0112B;
}
.button4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D0112B;
    color: #D0112B;
    cursor: pointer;
    display: inline-block;
    font: 18px 'belleroselight';
    height: 28px;
    letter-spacing: 0.07em;
    padding: 14px 0 7px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
}

.button4:hover {
    background:#D0112B none;
    color:white
}

.button4 a {
    display:block;
    color:inherit;
    text-decoration:none !important;
}

.button5 {
    background: none repeat scroll 0 0 #CCC;
    border: 2px solid #CCC;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font: 28px 'belleroselight';
    height: 28px;
    letter-spacing: 0.07em;
    padding: 14px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

.button5:hover {
    background:#FFF none;
    color:#D0112B
}
.button5 a {
    font:inherit;
    color:inherit
}

.button6 {
    letter-spacing: 0.05em;
 /*   background: none repeat scroll 0 0 #FFFFFF;*/
    color: #000;
    display: inline-block;
    padding: 10px 26px 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}


.button6 a {
    display:block;
    width:90%; 
}

.btn_toggle {
    background: url("triangle_down_black.png") no-repeat scroll 94% 50% #FFFFFF;
    border: 2px solid #333333;
    clear: both;
    display: block;
    font: 18px/172% 'belleroselight';
    height: 49px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    transition: all 0.3s linear 0s;
}

.btn_toggle:hover {

}

.btn_toggle a,
.button4{
  text-decoration:none !important;  
}



.bt_toggle_container{
 padding-top:15px;
}


.btn_toggle_open {
    background:white url(triangle_up_black.png) no-repeat 94% 50% scroll
}
.btn_toggle h5 {
    padding:20px;
    font: 20px 'belleroselight';
    color: #333;
    cursor:pointer    
}


.cerca_prenota_container, .cerca_eventi_container {
     background: none repeat scroll 0% 0% #FFFFFF;
     border: 2px solid #D0112B;
}

.cerca_eventi_container{
	display:none;
}

.toggle_form_prenota {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    left: 0px;
    padding: 0 9px 15px 10px;
    position: absolute;
    top: 66px;
    z-index: 1100;
border: 2px solid #D0112B;
border-top:none
}


.paginazione_attiva a, .cms_ies_paginazione a:hover {
    background: #D0112B none repeat scroll 0 0 !important;
    color: #fff !important;
}
.cms_ies_paginazione a {
    border: 1px solid #bcc1c4;
    margin: 0 5px 5px !important;
    padding: 12px 15px;
    text-decoration: none;
    display:inline-block;
}

.cms_ies_paginazione{
	clear:both;
	padding:25px 0;
}


.filters_wrapper {
    display:inline-block;
    width:100%;
    clear:both;
}
.filters_container {
    position:relative;
    /*margin:8px 24px*/
}
.filters_container .icon-filter {
    position:absolute;
    top:10px;
    left:-24px
}
.filters_container .filtro_riga {
    padding:0px 0
}

.filters_container a:link,
.filters_container a:visited {

    border: 1px solid #DDDDDD;
    color: #333333;
    display: inline-block;
    font-family: 'open_sanssemibold';
    font-size: 16px;
    margin: 0 4px 4px 0;
    padding: 2px 4px;
    text-transform: uppercase;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
       
}

#info_correlate_filtro_select option
{
    padding-right:15px!important;
    padding-left:5px!important;
}

#link_testo{
    border: 1px solid #CF112D;    
}


.filters_container  a:hover {
    border:1px solid #CF112D;
    color: #CF112D
}
.filters_container  a img {
    vertical-align:middle;
    margin:-4px 0 0 0;
}
.filters_container  span {
    /*float:right;*/
    margin-top:0px;
    display:inline
}

.check_label_container span{
  float:left;   
}


.filters_container input[type=text] {
    border:1px solid #DDD;
    padding:6px 6px;
    font-size:12px;
    text-transform:uppercase;
    font-family: 'open_sanssemibold';
    color:#333;
    width:80px;
    height:15px;
}
.filters_container input[type=image] {
    margin:-4px 0;
    display:inline
}

.filtro_riga {
/*position: relative;*/
}

.filtri_nascosti {
     background: none repeat scroll 0% 0% #fff ! important;
     display: block;
     left: 0px;
     position: absolute;
     top: 31px;
     min-width: 680px;
     z-index: 2;
}

.filtro_genziane {
    background: none repeat scroll 0 0 #fff !important;
    display: block;
    left: 0;
    min-width: 680px;
    position: absolute;
    top: 31px;
    z-index: 1;
}

.select_container, .lista_genziane{
 float:left !important; 
}
.select_container select{
 border:1px solid #ddd;
  height:29px;
  margin:0 0 0 6px;
}

.interna .contenuti {
    position:relative;
    padding-top:20px;
}

.gallery_inline {
    position:absolute;
    left:-24px;
    top:0;
    width:646px;
    overflow:hidden;
    height:328px;
    margin:0;
    padding:0
}
#mappa_strutture {
    width:642px;
    height:328px;
    position:relative;
    margin:0;
    padding:0
}
#mappa_strutture img {
    max-width: none !important
}



#mappa_struttura {
    width:542px;
    height:308px;
    position:relative;
    margin:0;
    padding:0
}
#mappa_struttura img {
    max-width: none !important
}

#mappa_servizi {
    width:542px;
    height:308px;
    position:relative;
    margin:0;
    padding:0
}
#mappa_servizi img {
    max-width: none !important
}



.form_prenota_container {
    margin-right:0;
    margin-left:0;
    position:relative;
    width:322px !important
}

.form_prenota_container span {
    /*border:2px solid #D0112B;*/
    position:relative;
    clear:both;
    float:none;
    display:block    
}
.form_prenota_container_open {
    border:0
}
.form_prenota_container span h2,
.form_prenota_container span .h2_class{
    color: #D0112B;
    font-family: 'belleroselight';
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform:uppercase;
    text-align: center;
    cursor:pointer;
    background:transparent url(triangle_down_red.png) no-repeat 90% 50% scroll;
    padding:24px 0 21px;
    margin: 0 0 0 -32px;
}
.form_prenota_container_open h2,
.form_prenota_container_open .h2_class{
    background:transparent none
}
.toggle_form_prenota form input, .toggle_form_prenota form span {
    float:left;
    border:0;
    clear:none;
    margin-top:9px
}
.form_prenota_container form select {
    display:inline-block;
    width:100%
}
.form_prenota_container form input[type=text],
.form_iscrizione_newsletter form input[type=text],
.form_iscrizione_newsletter form input[type=email]{
    border: 1px solid #ccc;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #858585;
    font: 13px 'belleroselight';
    height: 30px;
    margin: 10px 4px;
    width: 74px;
    padding-left:4px;
}

.form_iscrizione_newsletter form input[type=text],
.form_iscrizione_newsletter form input[type=email]{
	width: 200px;
	margin-left:0;
}

.form_iscrizione_newsletter p {
	margin:10px 0;
}
.form_iscrizione_newsletter fieldset > p {
    margin-left: 10px;
}
.form_iscrizione_newsletter label.error {
    background: darkred none;
    color: #efefef;
    padding: 0 4px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.form_iscrizione_newsletter input[type="checkbox"] + label.error {
    float: right;
    clear: both;
    top: -35px;
    right: 30%;
}


.form_iscrizione_newsletter fieldset {
    border: 1px solid #333333;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}
.form_iscrizione_newsletter fieldset > legend{
	margin: 0 8px;
	padding: 0 8px;
	color: darkred;
	font-weight: bold;
}
.form_prenota_container form span img {
    cursor:pointer
}

.form_prenota_container .menu_sidebar {
    margin:0;
    width:322px;
    clear:both;
    display:inline-block
}
.form_prenota_container .menu_sidebar ul {
    
}
.form_prenota_container .menu_sidebar li {
    background:#333 none;
    border-bottom:1px solid #999
}
.form_prenota_container .menu_sidebar li a:link,
.form_prenota_container .menu_sidebar li a:visited{
    font-family: 'belleroselight' !important;
    text-transform:uppercase;
    color:#CCC;
    background:transparent none;
    padding:12px 20px;
    display:block;
    font-size:20px;
    line-height:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form_prenota_container .menu_sidebar li a:hover,
.form_prenota_container .menu_sidebar li .link_attivo{
    color:#D0112B !important;
}


.box_struttura {
    cursor:pointer
}
.icons_hotel {
    display: inline-block;
    line-height: 28px;
    margin: 4px 0;
 /*   width:80%;*/
}




.icons_hotel img {
    margin-right:10px;
    float:left;
    clear:none;
    vertical-align:middle;
    padding:8px 8px 8px 0;
}
/************welcome***********/
#welcome{
    background: #fff none;
 /*   border-bottom: 1px solid #D9D9D9*/
}
hr {
    border: none;
    height: 1px;
    color: #4C4C4C;
    background-color: #4C4C4C;
    margin:25px 0 0px;
}
.content_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #FFF none;
    margin-bottom: 0px;/*era 24*/

}
.content_wrapper .col_8_4 .grid_8 {
    float:left;
    position:relative;
    display:inline-block;
    max-height:234px;
    border:0 none;
    margin:0 0 0 24px;
    padding:0
}

.panorama img
{
width:570px!important;
height:auto!important;
}

.panorama_doss img
{
width:570px!important;
height:auto!important;
}



.content_wrapper .col_4_8 .grid_8 {
    position:relative;
    float:right;
    display:inline-block;
    max-height:234px;
    border:0 none;
    margin:0 24px 0 0;
    padding:0
}


.content_wrapper .col_8_4 .grid_4  {
    border:0 none;
    padding:0;
    margin:0 24px;
    float:right
}

.content_wrapper .col_4_8 .grid_4 {
    border:0 none;
    padding: 0;
    margin:0 24px;
    float:left
}


.ribbon {
    position:absolute;
    top:16px;
    left:-6px;
    width:179px;
    padding: 6px 4px 6px 16px;
    text-align:left;
    z-index:100;
    background:transparent url(bg_ribbon.png) no-repeat 0 0 scroll
    
}

.ribbon img {
    vertical-align:middle;
    margin:0 4px 0 -10px
}
.bordo_nero {
    border: 2px solid black;
    max-height: 234px;
    padding:6px 6px 6px 0;
    position:relative;
    margin:0
}

.interna .bordo_nero {
    padding:6px 6px 4px;
    min-height:128px
}

.grid_4 .ribbon {
    left:-5px !important
}
.box_struttura .ribbon {
    left:-3px !important    
}

.interna .ribbon {
    left:-6px
}
.content_wrapper .grid_8 .ribbon a:link, 
.content_wrapper .grid_8 .ribbon a:visited {
    color:white;
    font-family: 'open_sansregular';
    font-size: 12px;
    text-decoration:none;
    text-transform:uppercase;
}
.content_wrapper .grid_8 .ribbon a:hover {
    text-decoration:none
}

.grid_8 .carousel_cropped {
    overflow:hidden;
    text-align:center;
    margin:0 0 0 6px;
    height:234px
}
.interna .grid_8 .carousel_cropped {
    margin:0
}
.grid_4 .carousel_cropped {
    margin:0
}
.grid_8 .overlay_text {
    bottom: 0;
    display: inline-block;
    padding: 16px 20px 16px 76px;
    position: absolute;
    top: auto;
    width: 494px;
    z-index: 99;
background-color:#fff;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*first ie8!*/
filter: alpha(opacity=80);     /* second ie5-7!*/
 opacity:0.80 /*firefox*/
}
.interna .grid_8 .overlay_text {
    width:482px
}

.grid_4 .carousel_cropped img {
    margin-top:0
}
.bg_cuore {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_cuore.png?WebbinsCacheVersion=1) no-repeat 24px 50% scroll;
}
.bg_bed {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_beds.png?WebbinsCacheVersion=1) no-repeat 24px 50% scroll;
}
.bg_servizi {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_servizi.png?WebbinsCacheVersion=3) no-repeat 9px 50% scroll;
}
.bg_eventi {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_eventi.png?WebbinsCacheVersion=1) no-repeat 24px 50% scroll;
}
.bg_style {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_italian_style.png?WebbinsCacheVersion=8) no-repeat 24px 50% scroll;
}
.bg_news {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_news.png?WebbinsCacheVersion=1) no-repeat 24px 50% scroll;
}
.bg_transfer{
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_transfer_service.png?WebbinsCacheVersion=3) no-repeat 24px 50% scroll;
}
.bg_attivita_outdoor {
    background:rgba(255,255,255,0.8) url(https://www.campigliodolomiti.it/files/getbyname/icon_attivita_outdoor.png?WebbinsCacheVersion=5) no-repeat 24px 50% scroll;
}

.content_wrapper .grid_4 .bg_attivita_outdoor{
background: url("https://www.campigliodolomiti.it/files/getbyname/icon_news.png?WebbinsCacheVersion=1") no-repeat scroll 50% 44px rgba(0, 0, 0, 0);
}
.content_wrapper .grid_4 .bg_style{
background: url("https://www.campigliodolomiti.it/files/getbyname/icon_attivita_outdoor.png?WebbinsCacheVersion=5") no-repeat scroll 50% 44px rgba(0, 0, 0, 0);
}
.content_wrapper .grid_4 .bg_transfer{
background: url("https://www.campigliodolomiti.it/files/getbyname/icon_italian_style.png?WebbinsCacheVersion=8") no-repeat scroll 50% 44px rgba(0, 0, 0, 0);
}



.content_wrapper .grid_4 h3 {
    color:#333;
    font-family: 'belleroselight';
    font-size: 20px;
    text-decoration:underline;
    text-transform:uppercase;
    text-align:center
}
.content_wrapper .grid_4 h4 {
    color:#333;
    font-family: 'belleroselight';
    font-size: 18px;
    text-transform: none;
    text-align:center
}

.submenu_container .overlay_text h3 {
    padding-bottom:0
}
.overlay_text h3 {
    color:black;
    font-family: 'belleroselight';
    font-size: 20px;
    text-align:left;
    text-transform:uppercase
}
.overlay_text h4 {
    color:black;
    font-family: 'belleroselight';
    font-size: 18px;
    text-transform:none
}
.overlay_text h5 {
    color:black;
    font-family: 'open_sansregular';
    font-size: 14px
}
.overlay_text h6 {
    color:black;
    font-family: 'open_sansregular';
    font-size: 13px
}
.content_wrapper .grid_4 .bg_attivita_outdoor,
.content_wrapper .grid_4 .bg_style,
.content_wrapper .grid_4 .bg_transfer{
    height: 128px;
    cursor:pointer;
    padding: 96px 20px 20px;
}

.bg_attivita_outdoor a,
.overlay_text a,
.bg_style a,
.overlay_text a,
.bg_transfer a,
.overlay_text a{
    display:none !important
}



.contenuti_associati h3 {
text-align: left !important;
 text-decoration: none !important;
margin-top:6%;    
}

.contenuti_associati .overlay_text {
    background-position:5px 50% !important;
}



.tour_info{
    position: absolute;
    width: 100%;
    top: 54px;
}
.tour_info .txt_1{
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 9px;
}
.tour_info .txt_2{
    font-weight: 100;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 7px;
}
.tour_info .txt_3{
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 35px;

}

.newsletter_container {
    clear:both;
    display:inline-block;
    width:100%;
    background: #D1162F none;
    padding:24px 0
}

.newsletter_container h3 {
    color:white;
    font: 20px 'belleroselight';
    text-align:center
}

.newsletter_container form input[type=text],
.newsletter_container form input[type=email]{
     background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #858585;
    font-family: 'open_sansregular';
    font-size: 13px;
    min-width: 260px;
    padding: 8px 0 8px 8px;
    width: 100%
}
.newsletter_container form input[type=checkbox] {
    appearance: none;
}
.newsletter_container .grid_4 p {
    text-align:center
}
.link_1{
    color: #3e454c;
}
.link_1:hover{
    color: #f2ac29;
    text-decoration: none;
}
.list_1 {
    margin: -7px 0 0;
    list-style: none;
}
.list_1 h5 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-style: normal;
}
.list_1 h3 {
    margin-bottom: 0;
    letter-spacing: -2px;
}
.list_1 p {
    line-height: 21px;
}
.list_1 .last {
    margin-bottom: 0 !important;
}
.list_1 > li {
    overflow: hidden;
    margin-bottom: 15px;
}
.list_1 > li > .badge > strong {
    display: block;
    margin-bottom: 0px;
}
.list_1 > li.last {
    margin-bottom: 0;
}
.list_1 > li > .badge {
    position: relative;
    padding: 12px 15px 0;
    margin: 7px 22px 2px 0;
    float: left;
    text-align: center;
    background: #f2ac29 url('bg_bage.jpg') center top;
}
.list_1 > li > .badge > strong {
    margin: 0;
    font: 100 40px/40px sans-serif;
    color: #f5f5f5;
}
.list_1 > li > .badge > span {
    position: relative;
    display: block;
    text-transform: uppercase;
    font: 100 20px/22px sans-serif;
    color: #f7f7f7;
    padding-bottom: 3px;
}
.list_1 li .badge:after {
    position: absolute;
    display: block;
    width: 13px;
    height: 15px;
    background: url("badge_arr.png") no-repeat 0 0;
    top: 14px;
    right: -12px;
    content: "";
}
.list_3 {
    position: relative;
    margin: 0;
    list-style: none;
}
.list_3 li{
    position: relative;
    margin-bottom: 26px;
}
.list_3 .badge{
    font: 100 46px/46px sans-serif;
    text-align: center;
    position: relative;
    color: #fff;
    float: left;
    background: #f2ac29;
    height: 55px;
    width: 65px;
    margin-right: 20px;
    padding: 10px 0 0;
}
.list_3 .txt_info{
    overflow: hidden;
} 
.list_4{
    position: relative;
    display: inline-block;
    margin: 6px 0 60px;
    overflow: hidden;
}
.list_4 li{
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
    background: url('marker.png') 0 7px no-repeat;
    padding: 0 0 0 17px;
    min-height: 18px;
    margin: 0 0 5px;
}
.list_4 a{
    color: #3e454c; 
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list_4 a:hover{
    color: #f2ac29;
    text-decoration: none;
}


.list_5{
    position: relative;
    display: inline-block;
    margin: 1px 0 0;
}
.list_5 li{
    position: relative;
    float: left;
    margin-right: 19px;
    background: #eff3f4;
    margin-bottom: 20px;
    width: 194px;
}
.list_5 .right{
    margin-right: 0!important;
}
.list_5 li .thumbnail {
    display: block;
    padding: 10px;
    border: none;
}
.list_5 li .thumbnail img{
    position: relative;
    display: block;
}
.list_5 li .thumbnail .caption1{
    padding: 9px 0 0;
}
.list_5 li .thumbnail .caption1 p{
    padding-bottom: 1px;
}
.tours_box2{
    font-family: sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.tours_box2 .block_1{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.tours_box2 .tour_info{
    position: absolute;
    width: 100%;
    top: 54px;
}
.tours_box2 .tour_info .txt_1{
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 9px;
}
.tours_box2 .tour_info .txt_2{
    font-weight: 100;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 7px;
}
.tours_box2 .tour_info .txt_3{
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 35px;

}
.list_6{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: -2px 0 0;
}
.list_6 li{
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
}
.list_6 li .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.list_6 li .thumbnail .img a{
    height: 100%;
}
.list_6 li .thumbnail .img{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 2px
}
.list_6 li .thumbnail img{
    position: relative;
    display: block;
}
.list_6 li .thumbnail .caption{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.list_6 li .thumbnail .caption h4{
    margin-bottom: 21px;
}
.list_6 li .thumbnail .caption p{
    padding-bottom: 25px;
}
.magnifier {
    position:relative;
    display:block
}
.magnifier:after {
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    left:0;
    top:0;
    background:url('magnifier.png') center center no-repeat;
    -webkit-transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.magnifier:hover:after {
    opacity:.8;
    -webkit-transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.list-blog {
    margin: 0;
}
.list-blog li{
    margin-bottom: 75px;
}
.list-blog li .title{
    font: 300 20px/20px sans-serif;
    color: #3e454c;
    text-transform: uppercase;
    margin-bottom: 4px!important;
}
.list-blog li time{
    font: 100 20px/20px sans-serif;
    color: #f2ac29;
    text-transform: uppercase;
}
.list-blog li .date {
    position: relative;
    margin-bottom: 23px;
}
.list-blog img{
    position: relative;
    margin-bottom: 24px;
}
.list-blog li h5{
    position: relative;
    margin-bottom: 15px;
}
.list-blog li p{
    position: relative;
    margin-bottom: 26px;
}
.figure iframe {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 25px;
}
.block_2 {
    position: relative;
    line-height: 21px;
}
.block_2 .title{
    color: #333745; 
}
.dl-1{
    margin-bottom: 60px;
}
.dl-1 p{
    margin: 0!important;
}
.dl-1 span {
    display: block;
    float: left;
    width: 89px;
}

/*outdooractive magange cross css*/


.oax-top-cont .checkbox, .oax-top-cont .radio {
    background: none !important;
    clear: none !important;
    display: inline-block !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
}

.oax header {
    height: auto !important;
}

.oax.oax_modal_wrap, .oax_singleView {z-index: 1000300 !important;}

.oax-part-singleviewpage {padding: 0;}

.contatti_dove {
     border-top: 1px solid #CCCCCC;
     padding: 70px 0px 0px;
     text-transform: uppercase;
}

.contatti_dovesiamo .icon_email {
    background:transparent url(https://www.campigliodolomiti.it/files/getbyname/icon_email.png?WebbinsCacheVersion=1) no-repeat 50% 0 scroll
}
.contatti_dovesiamo .icon_whatsapp {
    background:transparent url(https://www.campigliodolomiti.it/files/getbyname/icon_whatsapp.png?WebbinsCacheVersion=1) no-repeat 50% 0 scroll
}
.contatti_dovesiamo .icon_phone {
    background:transparent url(https://www.campigliodolomiti.it/files/getbyname/icon_phone.png?WebbinsCacheVersion=1) no-repeat 50% 0 scroll
}
.contatti_dovesiamo h3 {
    color:#D0112B;
    font-size:22px;
    text-align:center;
    font-family: 'belleroselight'
}
.contatti_dovesiamo .grid_4 h4, .contatti_dovesiamo .grid_3 h4 {
    color:#333;
    font-size:13px;
    text-align:center;
    letter-spacing: 0.09em;
    line-height:20px;
    font-family: 'open_sanssemibold';
}
.contatti_dovesiamo .grid_4 h5,
.contatti_dovesiamo .grid_4 h5 a:link,
.contatti_dovesiamo .grid_4 h5 a:visited,
.contatti_dovesiamo .grid_3 h5,
.contatti_dovesiamo .grid_3 h5 a:link,
.contatti_dovesiamo .grid_3 h5 a:visited{
    color:#333;
    font-size:13px;
    text-align:center;
    letter-spacing: 0.09em;
    text-decoration:underline;
    text-transform:none;
    font-family: 'open_sanssemibold';
}
.contatti_dovesiamo .grid_4 h5 a:hover,
.contatti_dovesiamo .grid_3 h5 a:hover {
    text-decoration:none
}

.mappa_container {
    border: 0 none;
    display: inline-block;
    height:430px;
    max-height: 430px;
    width: 100%;
    position:relative;
    z-index: 5
}
.mappa_container img {
    max-width: none !important
}


/***** contact form *****/
#form{
    margin-top: -2px;
}
#form input {
    position: relative;
    border: 1px solid #e5e5e5;
    font-size:14px;
    color:#cacaca;
    line-height: 18px;
    padding: 8px 14px;
    outline: medium none;
    width: 347px;
    float:left;
    font-family: Arial, Helvetica,sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
#form textarea {
    border: 1px solid #e5e5e5;
    font-size:14px;
    color:#cacaca;
    height: 221px;
    outline: medium none;
    overflow: auto;
    padding: 5px 14px;
    line-height: 18px;
    width: 100%;
    position: relative;
    resize:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 0 0;
}
#form label {
    position:relative;
    display: block;
    min-height: 46px;
    width: 100%;
    float: left;
}
#form .error, #form .empty {
    color: #ff7f66;
    display: none;
    font-size: 10px;
    line-height:10px;
    width:auto;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 275px;
}
#form .error-empty {
    display:none;
    float:left;
}
.message .corr_1{
    margin-bottom: -9px;
    right: 5px!important;
}
.btns_1 {
    position:relative;
    padding: 31px 0 81px;
    text-align: left;
    float: right;
}
.btns_1 a{
    margin-left: 20px;
}
#form .message {
    width: 100%;
}
.message br {
    height: 0;
    line-height: 0;
}
#form .success {
    color: #cacaca;
    display: none;
    position: absolute;
    background: #fff;
    width: 347px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 43px 10px;
    z-index: 999;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.success_wrapper {
    position: relative;    
}
/***** end contact form *****/

.menu_bottom .grid_12 {
     padding-bottom: 0px;
     padding-top: 50px;
}

.menu_bottom .grid_12 li {
    float:left;
    width:312px;
    margin:0;
    padding:0 0px;
}
.menu_bottom .grid_12 li a:link, 
.menu_bottom .grid_12 li a:visited {
    text-transform:uppercase;
    font:13px 'belleroselight';
    color: #333;
    display:block;
    line-height:24px;
    text-decoration:none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
line-height:100%;
    margin:0 0 18px 0;
}
.menu_bottom .grid_12 li a:hover {
    color:#D1162F;
    text-decoration:underline;
}
/************End Content***********/


/************Footer************/
footer {
    display: block;
    text-transform: uppercase;
    background:  #333333;
    padding: 0 0 24px;
margin:0px 0 0 0;
}
footer span{
    font-weight: 600;
}
footer p{
    position: relative;
    color: #666c81;
    margin-top: 10px;
}
.footer_wrapper{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top:24px;
    background: #333333 none;
    margin-bottom: 24px;
}



.footer_wrapper h3 {
    text-align:center;
    color:#FFF;
    font:20px 'belleroselight'
}
.footer_wrapper p {
    color: #CCCCCC;
    font-family: 'open_sansregular';
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    text-transform: none
}
.footer_wrapper p img {
    margin:8px 14px
}

.footer_wrapper a {
    color: #D1162F;
}

.list_2 {
    position: relative;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.list_2:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 125px;
    background: #dcdcdc;
    top: 0;
    left: 1px;
    content: "";
}
.list_2 > li {
    float: left;
    border-right: 1px solid #dcdcdc;
}
.soc-links a {
    display:block;
    width:34px;
    height:34px;
}

.soc-links a:hover {
    background-position:0 -34px;
}

.soc-links li {
    display:block;
    float:left;
    margin: 0 0 0 9px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow:         1px 2px 0 rgba(0, 0, 0, 0.2);
}

.soc-links {
    position: relative;
    display: inline-block;
    float: right;
}

.soc-link1 {background:url('soc_icon1.png') no-repeat 0 0  ;
}
.soc-link2 {background:url('soc_icon2.png') no-repeat 0 0  ;
}
.soc-link3 {background:url('soc_icon3.png') no-repeat 0 0  ;
}
.soc-link4 {background:url('soc_icon4.png') no-repeat 0 0  ;
}
.link{
    color: #68757f
}
.link:hover{
    color: #f2ac29;
    text-decoration: none
}

.carousel_cropped img {
   /* margin-top:-30%*/
margin-top:-10%;
}

.img_cropped img {
   /* margin-top:-30%*/
margin-top:-10%;
}

.img_cropped {
    margin-bottom: 85px;
    margin-top: 30px;
    max-height:140px;
}


/* menu fisso al bottom in tablet / smartphone */
.menu_fixed_bottom_container {
    display:none;
    position:fixed;
    height:43px;
    border:0 none;
    bottom:0;
    z-index:1000;
    width:100%;
    text-align:center;
    margin:0;
    padding:0
}
.menu_fixed_bottom {
    width:330px;
    margin:0 auto;
    display:inline-block;
    -moz-box-shadow: 0 0 3px 1px #666666;
    -webkit-box-shadow: 0 0 3px 1px #666666;
    box-shadow: 0 0 3px 1px #666666
}
.menu_fixed_bottom li {
    background: #333 url(separatore_menu_fixed_bottom.png) no-repeat 98% 50% scroll;
    float:left;
    width:143px
}
.menu_fixed_bottom li:last-child {
    padding:0;
    background: #333 none;
    width:44px;
    height:43px
}
.menu_fixed_bottom li a:link,  .menu_fixed_bottom li a:visited {
    font-size:14px;
    color:#FFF;
    font-family: 'open_sanssemibold';
    display:block;
    padding:10px 30px 10px 48px;
    text-decoration:none;
    text-align:center
}
.menu_fixed_bottom li a:hover {
    color:#D0112B;
    text-decoration:none
}

.menu_fixed_bottom li:last-child a {
    background: transparent none;
    padding:10px 0
}
.menu_fixed_bottom li:last-child a img{
    vertical-align:middle
}
.menu_fixed_bottom a.menu_segui {
    background: url(https://www.campigliodolomiti.it/files/getbyname/icon_segui.png?WebbinsCacheVersion=1) no-repeat 36px 50% scroll;
}
.menu_fixed_bottom a.menu_condividi {
    background: url(https://www.campigliodolomiti.it/files/getbyname/icon_condividi.png?WebbinsCacheVersion=1) no-repeat 24px 50% scroll;
}
/************End Footer************/


.submenu_container .offerte_submenu {
     max-height: 250px ! important;
     overflow: hidden ! important;
}

.submenu_container .carousel_cropped img {
     display: inline-block;
     float: left;
     margin: -20px 0px 0px -180px ! important;
}

.interna {
    margin-top:0
}


.contenuti .grid_4 .overlay_text {
    bottom: 4px !important;
    min-height: 60px !important;
    width: 204px;
    padding:16px 20px 16px 50px;
    text-align:left !important
}

.interna .grid_8 .grid_4 .bordo_nero .overlay_text {
    bottom: 4px;
    min-height: 66px;
    width: 194px;
}

.padding_dopo_mappa {
    padding-top:335px;/*era 350*/
}

/* override CSS di jquery UI per accordion */
.ui-accordion .ui-accordion-header {
     color:black;
     font-family:'belleroselight';
     font-weight:normal;
     max-width: 576px;
     margin-top: 30px !important;
     font-size:22px;
     width:94%;
     border:1px solid black;
     border-radius: 0 !important
}

.ui-accordion .ui-accordion-icons {
    padding-left: 1.2em !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto !important;
    right: 0.9em !important;    
}

.ui-accordion .ui-accordion-content {
    width:98% !important;
    padding:1em .4em !important;
    border:0 none !important
}

.ui-accordion .overlay_text {
    /*width:174px !important*/
}

.atleta-gratis {
    background: #0F0 none repeat scroll 0% 0%;
    color: #222;
    padding: 8px 10px 10px 10px;
    margin: 10px 0px;
    border-radius: 6px;
}
#msg_iscriz_societa,
#str_conferma_iscriz_atleta {
    margin-bottom: 30px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	
	.cerca_eventi_container{
	display:block;
}
    
    .form_prenota_container {
     margin-bottom: 20px ! important;
}

.form_prenota_container, .contenuti {
     padding-top: 0px ! important;
}
    
    .search_language_container {
    margin:10px 60px 0 0;
} 
    
    .logo img{
height:50px;
}

    .ricerca_container {
        display:none
    }
    
    .form_prenota_container .menu_sidebar {
        display:none
    }
    
    .interna {
        margin-top:100px
    }
    .filters_wrapper {
        display:none
    }
    
    .sub_section_wrapper .grid_8 {
        padding: 0 20px;
        width: 90%;
    }
    .sub_section_wrapper .grid_4 {
        width:10%
    }
    .sub_section_wrapper h1 {
        text-align:left
    }
    .menu_wide,
    .languages,
    .nav ul {
         display:none !important
    }
    .ricerca_mobile {
        display:block;
    }
.ricerca_text{
margin:6px
}

.ricerca_image {
     display: none;
}
    .text_overlay .grid_8 {
        width:604px;
        margin:0 auto;
        text-align:center
    }
    
    header {
        display: inline-block;
        height: 60px;
        position: relative;
   }
   .logo {
        margin: 4px 0 0 4px;
        width: 110px;
        height:56px
    }
    
    .weather_container {
        display:none
    }
    
    .marg_8 {
        margin-top:110px
    }
    
    .content_wrapper .grid_8 .overlay_text {
        padding: 10px 16px 6px 64px;
       /* width: 186px commentato per problemi con margine destro */
    }
    .content_wrapper .grid_4 .bordo_nero .overlay_text {
        padding: 10px 16px 6px 64px;
        width: 184px !important
    }
    .content_wrapper .riepilogo_eventi {
        margin: 0;
        padding: 10px 0 6px;
      /*  width: 604px verificare in elenco eventi, mobile rimane largo se scommento */
    }
    .content_wrapper .riepilogo_eventi .overlay_text {
        width:506px
    } 
    .overlay_text h4 {
        text-transform:none;
        font-size:16px
    }
    .overlay_text h5 {
        display:none
    }
    
    .bg_cuore {
        background-position: 16px 50%
    }
    
    .menu_fixed_bottom_container {
        display:block
    }
    
    .content_wrapper .col_8_4 .grid_8 {
        float:left;
        margin-left:0;
        margin-right:0;
        margin-bottom:80px
    }
    .content_wrapper .col_8_4 .grid_4 {
        float:right;
        margin-left:0;
        margin-right:0;
        margin-bottom:80px
    }
    .content_wrapper .col_4_8 .grid_4 {
        float:left;
        margin-left:0;
        margin-right:0;
        margin-bottom:80px
    }
    .content_wrapper .col_4_8 .grid_8 {
        float:right;
        margin-left:0;
        margin-right:0;
        margin-bottom:80px
    }
    
    .carousel_cropped img {
        margin-top:0
    }
    .toggle_form_prenota {
        width:276px;
        left:0
    }
    .form_prenota_container input[type="text"] {
        width:78px
    }
    
    .ui-accordion .overlay_text {
        width:194px !important
    }
    .padding_dopo_mappa {
        padding-top:20px
    }

}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    
    .menu_bottom .container_12 {
        width:728px;
        margin:0 auto    
    }
    .menu_bottom .container_12 .grid_12 {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        width: 728px
    }
    
    .gallery_inline {
        left:0;
        position:relative;
        height:324px;
        width:598px
    }
    #mappa_strutture {
        width:598px
    }
    .menu_bottom .grid_12 ul {
        margin:0 auto;
        width:540px;
        display:block;
        position:relative
    }
    .menu_bottom .grid_12 li {
        width:270px
    }
    
    .form_prenota_container {
        clear: none;
        display: inline;
        float: right !important;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 274px !important;
    }
    
    .contenuti {
        clear: none;
        display: block;
        float: left !important;
        margin: 0 auto;
        padding-top: 0;
        width: 594px;/* !important; dava problemi con lo slogan in home*/
    }
    
    .contenuti .grid_8 {
        clear:none;
        width: 274px
    }
    .contenuti .grid_4 {
        clear:none;
        width: 274px
    }
    
    .interna .contenuti {
        position:relative;
        padding-top: 50px
    }
    
    .box_struttura .overlay_text {
        width: 194px !important
    }

}


@media only screen and (max-width: 767px) {
	
	body #tawkchat-container{
		bottom:140px !important;
		margin:0 !important;
		top: auto !important;
		border: 0px none !important;
    padding: 0px !important;
    z-index: 999999999 !important;
    overflow: visible !important;
    min-width: 0px !important;
    min-height: 0px !important;
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    display: block !important;
    right: 0px !important;
    left: auto !important;
	}
	
	iframe{
		max-width:100%;
	}
    
.interna .contenuti_pagine_eventi p img {
     max-width: 100%;
}

.contenuti_pagine_eventi table th, 
.contenuti_pagine_eventi table td, 
.contenuti_pagine_eventi table thead{
/*display:block;*/
}

.table_mini_promo td, .table_mini_promo th {
/*    display: table-cell !important;
    width: auto !important;
    */
}
   
.contenuti_pagine_eventi .button4{
height:auto;
}
    
    .content_wrapper {
     padding: 20px 0 0;
}

.newsletter_container{
    padding: 20px 0 20px;
}
    
    .gallery_inline{
 position:relative;  
}
    
    .interna .contenuti {
        padding-top:190px
    }
    .text_overlay .grid_8 {
        width:276px        
    }
    
.sub_section_wrapper h1 {
    font-size: 140% !important;
    line-height: 120% !important;
}
    .form_prenota_container {
        margin:0;
        margin:20px auto;
        width:276px !important;
        clear:both
    }
    .content_wrapper .grid_8 .overlay_text {
        padding: 10px 20px 6px 64px;
        max-width: 408px;
       /* width:191px    !important verificare in elenco eventi, mobile rimane largo se scommento */
    }
    .content_wrapper .grid_8 .bordo_nero .overlay_text {
        /*width:160px; per problemi nei box piccoli commentato */
    }
    .gallery_inline {
        left:0;
        height:184px;
        width:274px
    }
    #mappa_strutture {
        width:274px
    }
    .marg_4 {
        margin-bottom:0 !important
    }
    .riepilogo_eventi .marg_4 {
        margin-bottom:30px !important
    }
    .riepilogo_eventi .overlay_text {
        width:176px !important
    }
    .content_wrapper .col_8_4 .grid_4 .bordo_2px,
    .content_wrapper .col_4_8 .grid_4 .bordo_2px {
        border: 2px solid #000000;
        clear: both;
        float:left;
        padding: 8px 0
    }
    
    
    .content_wrapper .col_8_4 .grid_8 .bordo_2px, 
    .content_wrapper .col_4_8 .grid_8 .bordo_2px {
        border: 2px solid #000000;
        clear: both;
        display: inline-block;
        float: none;
        margin: 0 auto;
        max-height: 234px;
        padding: 8px 0;
        position: relative;
    }
    .content_wrapper .col_8_4 .grid_4 .bordo_2px,
    .content_wrapper .col_4_8 .grid_8 .bordo_2px {
        margin:24px 0 0 0
    }
    
    .content_wrapper .col_8_4 .grid_8 .bordo_2px,
    .content_wrapper .col_4_8 .grid_4 .bordo_2px {
        margin:0 0 24px 0
    }
    .content_wrapper .grid_4 .bg_attivita_outdoor {
        background: url("https://www.campigliodolomiti.it/files/getbyname/icon_news.png?WebbinsCacheVersion=1") no-repeat scroll 50% 18px rgba(0, 0, 0, 0);
        padding: 80px 20px 20px;
    }
    .banner {
        top: 270px!important;
    }
    .banner .txt_1 {
        font-size: 80px!important;
        line-height: 80px!important;
    }
    .banner .txt_4{
        display: none;
    }
    .slider_wrapper {
        height: 735px!important;
    }
    .camera_prev {
        top: 550px!important;
    }
    .camera_next {
        top: 550px!important;
    }
    .list_5 li {
        width: 100%;
    }
    .list_5 li img{
        width: 100%;
    }
    .tours_box2 .tour_info .txt_1 {
        font-size: 40px;
    }
    .tours_box2 .tour_info {
        top: 54px;
    }
    .list_6 li .thumbnail .img {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .list_6 li .thumbnail img{
        width: 100%;
    }
    h1 {
        font-size:21px;
        line-height:32px;
        text-align:center
    }
    .content_wrapper .grid_4 .bg_attivita_outdoor {
        height:auto
    }
    .carousel_cropped img {
        margin-top:0
    }
    .marg_8 {
        margin-top:20px
    }
    
    .menu_bottom .container_12 {
        width:320px;
        margin:0 auto    
    }
    .menu_bottom .container_12 .grid_12 {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        width: 320px
    }
    .menu_bottom .grid_12 ul {
        margin:0 auto;
        width:300px;
        display:block;
        position:relative;
    padding:0 10px;
    }
    .menu_bottom .grid_12 li {
        min-width:33%;
    }
    #mappa_struttura {
        width:228px; /* più 24px di margine (=276px) */
    }
    
    .padding_dopo_mappa {
        padding-top:20px
    }

    .ui-accordion .ui-accordion-header {
        max-width:256px
    }
    .ui-accordion .ui-accordion-icons {
        padding-left: 0.4em !important;
    }

.tabs li{
 clear:none !important;   
}

.content_wrapper .grid_8 .overlay_text {
    max-width: 200px;
}

/*immagini centrate e rimpicciolite box*/

.riepilogo_eventi .tipo_evento_1 .carousel_cropped img, .riepilogo_eventi .tipo_evento_2 .carousel_cropped img, .riepilogo_eventi .tipo_evento_8 .carousel_cropped img, .riepilogo_eventi .tipo_evento_9 .carousel_cropped img {
    margin: 0 0 0 0 !important;
    width:100% !important;
}

.riepilogo_eventi .tipo_evento_8 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_24 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_25 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_26 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_27 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_28 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_29 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_30 .carousel_cropped img,
.riepilogo_eventi .tipo_evento_31 .carousel_cropped img,
.swiper-offerte-3  .carousel_cropped img{
    margin: 14% 0 0 0 !important;
    width:100% !important;
}


}
@media only screen and (max-width: 320px) {
	
	
	
.why-not li {
    clear: both !important;
    display: block;
}
	
    
    .menu_bottom .grid_12 li {
        width: 138px;
    }

.tabs li{
 clear:none !important;   
}



.content_wrapper .grid_8 .overlay_text {
    max-width: 200px;
}

 
}


::-webkit-input-placeholder {
   color: #333 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #333 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #333 !important;  
}

:-ms-input-placeholder {  
   color:  #333 !important;  
}

/**/

.room_nights_n {
	/*margin-right: 20px !important;*/
	min-width: 140px !important;
}


.clock-wrapper {
    text-align: center;
    font-size: 20px !important;
    margin-top: 50px;
    color: #fff !important;
    background-color: transparent;
    padding: 0px 15px 15px 15px;
    padding-bottom: 0;
    vertical-align: top;
}

.clock-wrapper span {
	display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #333333;
    padding: 15px 15px;
    width: 50px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 30px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.clock-wrapper span:last-child { color: #CF112D; }

@media(min-width: 0px) and (max-width: 767px) {
	.clock-wrapper {
		padding-bottom: 15px;
	}
	.clock-wrapper span {
		display: block;
		width: 195px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
}

/* AB per form GGN 2018 */
#form_compila_32 fieldset,
#form_compila_33 fieldset {
    border: 2px inset;
    padding: 0 20px;
    margin: 20px 0;
}

#form_compila_32 fieldset > legend,
#form_compila_33 fieldset > legend {
    padding: 0 20px;
    top: 4px;
    display: block;
    padding-top: 8px;
}

#form_compila_33 .check_box_form {
	margin-left:0;
}
#form_compila_33 .check_box_form  li {
	list-style:none;
}
#form_compila_33 .check_box_form  li span {
	font-size: 12px;
	
}

#bt_submit_form_33 {
	margin-top:20px;
}

#form_compila_33 .policy {
	height:100px!important;
}

#form_compila_33 .fee_includes {
	padding-bottom:10px;
}

#form_compila_33 #table_prices,
#form_compila_33 #table_prices td {
	border-collapse: collapse;
	border:1px solid #CCC;
}
#form_compila_33 #table_prices th{
	background: #999 none;
	color: #DDD;
	line-height: 1.3;
}
#form_compila_33 #table_prices tr:nth-of-type(odd){
	/*background: #BBB none;*/
}
#form_compila_33 #table_prices tr:nth-of-type(even){
	/*background: #DDD none;*/
}

#form_compila_33 .note {
	font-size: 12px;
	color: #999;
}

#form_compila_33 .note.very_important b {
	font-size: 14px;
	color: #999;
}


.mdc-drawer, .mdc-drawer--modal, .mdc-drawer--modal.mdc-drawer--open {
    z-index: 2000 !important;
}



/* Box richiesta newsletter */
#messaggio_newsletter input[type="email"] {
	width: 100% !important;
	padding: 8px 0 8px 2px !important;
}

#messaggio_newsletter button {
	cursor: pointer !important;
}

#messaggio_newsletter .checkbox, #form_compila_3 .checkbox {
	background: none;
    clear: left;
    display: block;
    float: none;
    height: auto;
    padding: 0px;
    width: auto;
}

#messaggio_newsletter .label-text, #messaggio_newsletter a {
	color: white !important;
}
#messaggio_newsletter .label-text {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

#messaggio_newsletter a, #form_compila_3 a {
	font-weight: bold;
}

#messaggio_newsletter label.error, #form_compila_3 label.error {
	color: white;
    font-weight: bold;
}

.newsletter_container h2 {
	color: white !important;
}