.excursion_date {
    margin-left: 0px!important;
}

.corsi_iscrizioni {
	position: absolute;
    bottom: 0;
    padding-bottom: 5px;
	color: #28714e;
	font-size: 18px;
}

ul#horizontal-list {
    list-style: none;
    padding-top: 20px;
    text-align: right;
    padding-inline-start: 0px;
}
.btn.tw_btn,
.btn.go_btn {
    padding: .5rem 1.3rem;
}

@media (max-height: 650px) {
    .register .content_form {
        margin: 30px 70px;
    }

    .register .content_form label {
        margin: 10px 0;
    }
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover{background-color:#28714e;color:#fff; border-radius: 0!important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.first-nav-border a:hover{border-radius: 10px 10px 0 0!important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.last-nav-border a:hover{border-radius: 0 0 10px 10px!important;}

.page-template-dashboard img.avatar.photo.img-responsive.center-block.image-change {
    width: 180px;
    height: 180px;
    border: 1px solid transparent;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
}

.table.social_contact_info.social_icon i{
    background-color: #0b663c;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.table.social_contact_info.social_icon i.fa-facebook:before{
    line-height: 38px;
    padding: 13px;
    color: #eef4f1;
    font-size: 18px;
}
.table.social_contact_info.social_icon td{
    text-align: center;
    padding: 14px 8px;
}
.table.social_contact_info.social_icon i:before{
    line-height: 38px;
    padding: 11px;
    color: #eef4f1;
    font-size: 18px;
}

select.postform{
    background-color: #f0f4f6;
}

.edit-blogpost-link{
    cursor: pointer;
	min-height: 210px;
}

.add_invite_guide{
    padding: 0 !important;
    text-align: center !important;
    font-size: .8rem !important;
    border-radius: 0 35px 35px 0 !important;
}

.checkbox-lingue-container input{
    margin-right: 5px;
    width: auto;
}

.no-border{
    border: 0!important;
}

#your-review .panel-heading strong{
    font-size: 14px;
}
#your-review .panel-heading .starrr .fa{
    font-size: 16px;
}

#your-review .col-md-12{
    margin-bottom: 50px;
}
.wrapper .culmn{
    min-height: calc(100vh - 200px);
}
.profile-content h5.guide_type {
    font-size: 1.125rem;
    line-height: 1.575rem;
    color: #000;
    border-bottom: 1px solid #000;
}

.screen-reader-text{
    color: #0000;
}

#basic-user-avatar-form:hover p:first-of-type {
    position: absolute;
    top: 100px;
}

form#basic-user-avatar-form p:first-of-type:hover::before {
    content: "Modifica immagine" !Important;
    color: white;
    cursor: pointer;
}

form#basic-user-avatar-form p:first-of-type::hover{
    cursor: pointer;
}


form#basic-user-avatar-form p:before {
    content: "Modifica immagine" !Important;
    color: white;
    cursor: pointer;
}


#basic-user-avatar-form:hover p:nth-of-type(2) {
    display:none;
}

#basic-user-avatar-form > input[type=submit]:nth-child(7){
	display:none;
}


#search_reviews_btn, #search_msg_btn{
    cursor: pointer;
}

#basic-user-avatar-form p {
    background: #28714e;
    width: 40%;
    margin: 10px auto;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    display: none;
    position: absolute;
    border-radius: 40px;
     left: 30%;
    /* margin-left: -90px; */
    /* margin: 0px 50px; */
    padding: 0;
}

#basic-user-avatar-form p label{
    margin: 0px;
}

#basic-user-avatar-form p:first-of-type{
    margin-top: 10px;
}


body.page-template-sr-profile-php .register, body.page-template-centri_visita-php .register {
    /* margin-top: 150px; */
}

span.excu-bullet::before{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
span.excu-bullet{
    margin-left: 20px;
}

span.excu-published::before{
    background-color: #28714e;
}

span.excu-draft::before{
    background-color: #ff9e17;
}
span.excu-not-pub::before{
    background-color: #e83232;
}

span.excu-iscr::before{
    background-color: #3f48cc;
}


p.recieved_message {
    text-align: left;
    font-style: italic;
    color: blue !important;
    background-color: #f5f3f3;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #28714e;
    padding: 12px;
    color: #28714e !important;

}

p.sent_message {
    text-align: right;
    font-style: italic;
    color: #28714e !important;
    background-color: #c9e4d7;
    border: 1px solid #28714e;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 10px;

}

.col-md-12.excursion-grid.post-correlati{
    padding-left: 0px;
    padding-right: 0px;
}

.pagination {

    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e0dddd;
}

.col-md-4.excursion-grid img, .col-md-4.guide-grid img {
    height: auto;
    width: auto;
}

ul.activities li:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-content{
    width: auto;
}
.button.login{
    padding: 4px 10px;
    border-radius: 30px;
}
.pagination > li> a.active,.pagination > li> a.active:hover  {

    background-color: #28714e;
    border-color: #28714e;
    border-radius: 0;
    color: #fff !important;
    z-index: 2;
    border: 1px solid #28714e;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: auto;
}

.pagination > li > a, .pagination > li > span {

    color: #28714e;
    background-color: #e0dddd;
    border: 1px solid #e0dddd;
}
.pagination a:hover{
    color: #28714ea1 !important;
}
.pagination > .active > a:hover{
    color: #fff !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {

    background-color: #dfdddd;
    border-color: #dfdddd;
}

nav.no-full a:hover, .nav.navbar-nav > li > a.dropdown-toggle:hover, .nav.extra-sticky > li > a.dropdown-toggle:hover {
    color: #fff ;
}
#sidebar-wrapper .sidebar-nav > li:hover, #sidebar-wrapper .sidebar-nav > li > a:hover, #sidebar-wrapper .sidebar-nav > li > a[aria-expanded=true]{
    background-color: #28714e !important;
    color: #fff !important;
}

 ul[aria-expanded=true] > li.active,  ul[aria-expanded=true] > li.active >a{
    background-color: #f1f1f1!important;
     color: #28714e !important;
}
#sidebar-wrapper .sidebar-nav li:hover, #sidebar-wrapper .sidebar-nav li a:hover img{
    color: #fff !important;
}

nav.no-full.extra-sticky a:hover  {
    color: #28714e !important;
}
table.certificate{
    width: 100%;
}

table.certificate tr.titolo_table{
    background: #f89c3b;
    width: 100%;
    padding: 10px 0;
}
table.certificate.associativa tr.titolo_table{
    background: #28714e;
    width: 100%;
    padding: 10px 0;
}



.form-control, .form-control select {
    border-radius: 10px;
    border: 1px solid #28714e !important;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    width: 100%;
    height: 35px;
    background-color: #fff;
}

table.certificate tr.titolo_table td {
    padding: 10px 0;
    color: #fff !important;
}

.contri-upload{
    width: auto !important;
    float: right !important;
    margin: 0px auto -4px 74% !important;
    background: #28714e !important;
    color: #fff !important;
    padding: 6px 38px !important;
    height: 45px !important;
}

#add-invite-guide{
    padding: 10px!important;

    margin: -10px auto -4px 70% !important;
}


#sidemenu  svg{
    fill: #28714e;
}
#sidemenu li.active svg, #sidemenu li:hover svg, a[aria-expanded=true] svg{
    fill: #fff !important;
}

#sidemenu *{
    transition: none !important;
    -webkit-transition:none!important;
}

.social_content h4 {
    color: #28714e;
}

.sidebar-nav.nav-tabs > li > a {
    margin-right: 0px;
}
#sidebar-wrapper{
    border-right: 0px;
}

/* Sottotitolo homepage */
div.home_text h2.h2_subtitle {
	font-size: 24px;
}

.h4_guide_home {
	text-align: center;
    margin-left: 70px;
    margin-right: 70px;
}

@media (max-width: 479px) {
	.h4_guide_home {
		font-size: 1.2em;
	}
	
	.subtitle_rifugi {
		font-size: 1.2em !important;
	}
	
	.h2_subtitle_escursion {
		font-size: 1.2em !important;
	}
	
	.h2_subtitle_prof {
		font-size: 1.2em !important;
	}
}

.features_item { position: relative; }
div#your-con .features_item .top-left {
    color: white;
}

#feat_img_url{
    color: #f0f4f6;
}

.back-container a.btn{
    font-size: 10px;
    padding: .4rem 1rem;
}
.single-excu-info>.table>tbody>tr>td{
    white-space: normal;
}

#new-excursion h4{
    margin: 12px;
}
ul#horizontal-list li {
    display: inline;
    margin-right: 10px;
}
p.copyright {
    font-weight: lighter;
    font-size: 0.8rem;
}
.home .img-responsive.list-excursion-img{
    width: 100%;
	height: auto;
}
.img-responsive.list-excursion-img{
    width: 100%;
	height: 200px;
}
li.image_profile-header img{
    width: 100% !important;
    border: 0 !important;
}
.excursion_image{
    margin-bottom: 20px !important;
}

.home-search-container{
    display: block !important;
}

.form-control.home-search{
    width: 100%;
    border: 1px solid #28714e;
    border-radius: 20px !important;
}

.profile-card{
    border: 1px solid #ffffff;
    padding: 1rem;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(214,214,214,1);
    -moz-box-shadow: 3px 3px 5px 1px rgba(214,214,214,1);
    box-shadow: 3px 3px 5px 1px rgba(214,214,214,1);
    min-height: 210px;
}

.profile-card .row.image-name-card{
    min-height: 145px;
}
.review-button {
    top: 94px !important;
    right: 120px !important;
}

.guide-profile-card{
    display: table;
}

#reviews img.img-responsive.user-photo.img-circle{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #eee;
}

.guide-profile-card.pc-left{
    width: 40%;
    float: left;
}
.guide-profile-card.pc-left img, .profile_content img.profile_img{
    object-fit: cover;
    border: 1px solid #eee;
}

.guide-profile-card.pc-right{
    padding: 1rem 0.5rem;
    width: 60%;
}


.profile-activities-container{
    margin-top: 25px;
    padding: 1rem;
}

h4.user-dashboard-name{
    display: inline-block;
    margin-left: 10px;
}
img.user-dashboard-image{
    display: inline !important;
    position: inherit !important;
    margin-left: 0px!important;
}

.cate_container{
    left: 15px;
    background-color: #215f3dd6;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 10px;
    border-bottom: none !important;
}

select#difficulty_type_edit, select#excursion_type_edit  {
    padding-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 45px;
}

.bottom-left{
    position: absolute;
    bottom: 20px;
    top: auto;
    font-size: 1rem;
    color: #ffffff;
    left: 35px;
}
.color_define li span {
    margin-left: 25px;
    font-size: 15px;
}

.color_define {
    background: #f1f4f6;
    padding: 5px;
    text-align: left;
}
.profile-pic-container{
    width: auto;
}

.profile-pic-container img{
    width: 100px;
    /*border-radius: 50%;*/
    height: 100px;
    object-fit: cover;
    border: 1px solid #eee;
}

.guide-block-parks .profile-pic-container img{
    width: 88px;
    border-radius: 50%;
    height: 88px;
    object-fit: cover;
    border: 1px solid #eee;
}
.profile-pic-container.px75 img{
    width: 75px;
    border-radius: 50%;
    height: 75px;
    object-fit: cover;
    border: 1px solid #eee;
}

.profile-activity p{
    text-align: left !important;
    margin-top: 0px!important;
}

.profile-info{
    max-width: 65%;
    width: auto;
    padding: 10px 0px 20px 10px;
}
.profile-card .profile-info{
    max-width: 100%;
    width: auto;
    padding: 0px 0px 20px 10px;
}
.profile-info h3{
    font-size: 16px;
    font-weight: 700;
}
.profile-info h4{
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #215f3d;}


.delete_btn{
    color: #b20707;
    background-color: #fff;
    align-items: self-start;
    float: right;
    margin: 20px;
}
.top-right {
    right: 0px !important;
    left: auto;
}

.top-left {
    font-size: 17px;
    margin-right: 35px !important;
}

p.alert-text-dashboard{
    margin-bottom:20px !important;
}

div.thumbnail.reviews img{
    width: 80px;
    height: 80px;
}

.tnp-subscription input.tnp-submit {
    background-color: #255e3e;
    color: white;
    width: 80px !important;
    height: 40px !important;
    margin: -50px -1px !important;
    border-radius: 0 20px 20px 0;
    line-height: 15px !important;
}
li.myupload1 span i {
    padding: 14px 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 10px;
}
.add_excursion a i,
.add_story a i {
    margin: 35% auto;
    font-size: 25px;
    font-weight: 400;
    border: 2px solid #28714e;
    padding: 16px 4px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.social_form .insert {
    width: auto;
    float: right;
    margin: -10px auto -4px 74% !important;
    background: #28714e;
    color: #fff;
    padding: 6px 38px;
    height: 45px;
}

.panel_form .close, .activity_panel_clone .close {
    padding: 0px 6px 4px 6px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 10px;
    border-radius: 15px;
    font-size: 15px !important;
}

.form-control.insert.leggi{
    background-color: #ff9d17;
    color: #fff;
}
.form-control.premium{
    background-color: #28714e;
    color: #fff;
}
.form-control.insert.att_asso{
    background-color: #28714e;
    color: #fff;
}
.activity_panel_clone .clearfix{
    margin-bottom: 10px;
}

.activity_panel_clone .close {
    float: right;
    font-size: 25px;
    font-weight: 400;
    color: #fff!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1!important;
    background: #df800a!important;
    margin-top: -6%;
    margin-right: -3%;
}

.activity_panel_clone {
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 25px;
}

select {
    /*border: 1px solid #28714e00!important;*/
    /*color: #999999!important;*/
    /*border-radius: 22px !important;*/
}

.form-group {
    margin: 20px 0 30px 0 !important;
}

input[name="meeting_point"]{
    background: #f1f4f6;
    border-radius: 20px;
    height: 40px;
    padding-left: 20px;
    color: #555;
}
input[name="meeting_point"]::placeholder{
    color:#999999;
}

.left-excursion-filters div{
    margin-bottom: 20px !important;
}

.excursion-for-children{
    color: #165337 !important;
}
.excursion-for-children label{
    font-weight: normal !important;
}


.closer{

    margin-top: 30px;
}

.form-control.md-textarea{
    padding-top: 12px;
}

#search-excursion-form input {
    margin-top: 0px;
    border: 1px solid rgb(40, 113, 78);
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 20px !important;
}
#search-excursion-form input#reset_fields {
    border: 1px solid #24714d;
}
#search-excursion-form input#reset_fields {
    border: 1px solid #24714d;
}
#search-excursion-form input#send_fields {
    font-size: 0.8rem;
}
#media-list1 li {
    margin: 0px 5px 5px 0px;
}

.card-img-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

li.myupload1 span {
    width: auto;
}
 input.resetform{
    width: auto;
    color: #24714d;
    background-color: #fff;
    border: 1px solid #24714d;
    font-size: 0.8rem;
}

.selects-container{
    margin-top:20px
}

p.month-filter-title{
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}

.search-excursion-form-month label,.search-excursion-form-month input{
    cursor: pointer !important;
}
.search-excursion-form-month:hover, .search-excursion-form-month label:hover,.search-excursion-form-month input:hover{
    background-color: #efeeee;
    color: #3a9167;
}
.search-excursion-form-month > label {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.features_item.sm-m-top-30 .f_item_text.f_item_text1 .btn.find_btn{
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email] {
    padding: 10px 10px 10px 15px;
    background-color: #fff !important;
    border: 1px solid #215f3d !important;
    border-radius: 40px;
    height: 40px;
}

.tnp-subscription  input[type=submit] {
    width: auto;
    height: 40px;
    padding: 10px 15px;

    border-color: #017551;
    background-color: #017551;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    margin: auto;
}

.search_bg.newsletter {
    background: url('../images/search_bg.jpg') no-repeat;
    background-size: cover;
    padding: 20px;
    min-height: 450px;
    margin-bottom: 25px;
}

.search_bg.newsletter h3 {

    padding-top: 30px;
    padding-bottom: 25px;
}

label[for="feat_img_url"] i{
    opacity: 0;
}

.row.supertop-menu{
    padding: 5px 0;
    border-bottom: 1px solid #ffffff73;
}

.container-fluid.main-header{
    border-bottom: 1px solid #ffffff73;

}
.home_btns{
    background-color: transparent !important;
}

@media(max-height:1000px){
    body.page-template-register{
        height: fit-content !important;
    }
    .page-template-register .col-md-6 > .row {
        min-height: 600px !important
    }
}

@media (max-width: 479px){

    #add-invite-guide-new, #add-invite-guide{
        padding: 10px!important;
        margin: 0px auto !important;
        width: 100%;
        position: relative;
        font-size: .75rem !important;
    }


    .profile_backend{
        padding: 10px;
    }
    .message-panel .col-xs-6{
        width: 50% !important;
    }
    .xs-no-padding{
        padding: 0!important;
    }
    .img-responsive.img-circle.open-message{
        padding-top: 10px;
    }

    input#search_reviews_keyword, input#search_msg_keyword{
        padding-left: 20px;
    }

    .delete-search-messages, .delete-search-reviews {
        width: auto;
        background-color: #01663c;
        color: #fff;
        border-radius: 50px;
        padding: 8px 4px !important;
        text-transform: uppercase;
        margin-top: 4px;
        font-size: 10px;
        line-height: 25px;
    }

    .col-lg-9.resetform{
        text-align: center !important;
        margin-top: 30px !important;
    }
    .main_home.text-center.excursion {
        margin-top: 0px !important;
    }
    .social_form .insert {
        margin: -7px auto -4px 57% !important;
        padding: 6px 25px !important;
    }
    th.long-text-in{
        white-space: normal !important;
    }
    .home {
        margin-top: 0!important;
}

    a.guide-tab{
        font-size: 0.6rem !important;
    }

    .btn.btn-back.pull-right{
        margin-bottom: 20px;
    }

    table.info-guide td{
        white-space: normal !important;
    }

        #imaginary_container {
            margin-left: 0 !important;
        }
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
        padding-left: 0;
    }
    nav.navbar.bootsnav .navbar-brand img {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
    }
    .navbar-brand>img {
        display: block;
        width: 100%;
        padding-left: 0%;
    }
    .fixed-logo{
        padding: 0px 35px 0 10px;
    }

    .col-md-2.col-sm-2.suggest{
        margin-top: 20px;
    }
}

.profile_backend h4 {

    margin: 12px;
}
@media (min-width: 480px){
    section.search-excursion-main{
        padding-top: 180px !important;
        padding-bottom: 0 !important;
    }
    #add-invite-guide-new, #add-invite-guide{
        padding: 10px!important;
        margin: 0 !important;
        width: 100%;
    }
}

nav.navbar.bootsnav .navbar-toggle{
    background-color: transparent !important;
}
nav.navbar.bootsnav .navbar-toggle.white-bars i.fa-bars{
    color: #fff !important;
}

body#white-header nav.navbar.bootsnav .navbar-toggle.white-bars i.fa-bars {
    color: #28704e !important;
}

nav.navbar.bootsnav .navbar-toggle.green-bars i.fa-bars{
    color: #24714d !important;
}

.text-md-right {
    text-align: right;
}

@media (max-width: 992px){

    div#navbar-menu {
        background-color: #28714e;
    }
    .navbar-collapse.collapse.in{
        margin-bottom: -10px !important;
        padding-bottom: 10px !important;
    }

    .review-button {
		width: 100%;
        top: 0px !important;
        right: 0px !important;
		margin-bottom: 10px;
        transform: rotate(0deg) !important;
    }

    nav.navbar.bootsnav ul.nav > li > a  {
        color: #fff !important;
    }
    .register .content.login {
        margin: 41px 10px !important;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 100%;
    overflow-y: auto !important;
    }

    .navbar-collapse.in {
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
    }

    .fixed-logo, .sticky-logo.enabled{
        width: 92%;
        float: left;
        padding: 0px 35px 0 10px !important;
    }
    .sticky-logo.enabled{
        padding:0;
    }
    .navbar-toggle{
        float: right !important;
        margin-right: 0px !important;
    }
    .container-fluid.main-header.header-no-padding {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    body.page-template-guide_profile section#features {
        margin-top: 123px;
    }

    .text-md-right {
        text-align: left;
    }

    .tour_profile ul:not(.list-inline) {
        display: flex !important;
        flex-flow: column;
    }

    .tour_profile li {
        border-left: 1px solid;
    }

    .tour_profile .nav-tabs > li > a {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    ul.nav.navbar-nav.navbar-left.left_mr{
        font-size: 0.9rem;
        margin-left: 0%!important;
    }
    div#your-con .features_item.sm-m-top-30 img {
        height: 170px;
    }
}
@media (min-width: 1200px){
    div#your-con .features_item.sm-m-top-30 img {
        height: 207px;
    }
}
@media (min-width: 992px){
    .blog-post-image{
        height: 175px;
        object-fit: cover;
    }

    .strutture_centri_related img{
        height: 160px;
        width: 195px;
        object-fit: cover;
    }
    .strutture_centri_related h5{
        min-height: 70px;
    }

    .excursion-grid .features_item .f_item_text{
        min-height: 145px;
    }
    .strutture_e_parchi{
        width: 280px;
        height: 200px;
        object-fit: cover;
    }

    nav.navbar.extra-sticky li.dropdown a.dropdown-toggle:hover{
        color:#007552 !important;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
        color: #fff !important;
    }
    .back-container{
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .row.guide-container{
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .submit-reset{
        text-align: right;
    }


    .icona-guide{
        margin-top: 0px !important;
    }
	
	.icona-rifugi{
        margin-top: 0px !important;
		margin-bottom: 5%;
    }

    .register .content.login {
        margin: 41px 55px !important;
    }


    .fixed-logo.mobile img{
        display: none;
    }

    .col-md-4.first_block.excu_grid{
        min-height: 480px !important;
    }
    .container-fluid.main-header.header-no-padding{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (min-width: 480px) and (max-width: 991px) {

	section.corsi, section.excursion, section#business, .grafica_home_freccia {
		background: none !important;
	}

    .navbar-brand > img {
        padding-left: 0%;
        /*width: 35%;*/
    }

    h6.no-facilities, h6.no-parks, .list_park{
        margin-top: 30px;
    }

    .excursion-grid{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .guide-grid{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    nav.navbar.bootsnav .navbar-brand img {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
    }

    nav.navbar.bootsnav .navbar-header{
        text-align: left;
    }

    .suggest_btn{
        padding: 10px !important;
    }

}




a.secondary-menu{

    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    color: #fff !important;
    float: left;
    margin-left: 20px;
    margin-top: 0;
    border: 1px solid #24714d !important;
    padding:0 !important;
}
a.secondary-menu.icon i.fa{

    line-height: 20px;
    margin-top: 0px;
    font-size: 20px;
    color: #fff;

}
a.secondary-menu.icon{

    padding-top: 10px !important;
    line-height: 20px !important;
    padding-left: 11px !important;

}

a.secondary-menu.icon.logout,a.secondary-menu.icon.logoin{

    background-color: #ff9e19 !important;
}

a.secondary-menu img{

    border-radius: 50% !important;
}


ul.user_control{
margin-top: 20px !important;
}

input[name=homesearch] {
    border-radius: 20px 0px 0px 20px;
}

#imaginary_container input.suggest_btn {
    border-radius: 20px 20px;
}


#imaginary_container span{
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #28714e;
    background: #28714e !important;}

#imaginary_container span i{
    color: #fff;;
}

#imaginary_container, .home_btns.m-top-40{
   background-color: transparent; !important;
}

body.page-template-register {
    height: auto !important;

}

@media (max-width: 479px){
    .main_home {
        margin-top: 0%;
    }

    .home_text h2{
        line-height: 40px !important;
        margin-bottom: 40px !important;
    }

    .home_top.excursion{
        margin-top: 0px !important;
    }

}
@media (max-width: 991px){
    .dropdown ul li a {
        color: #ffffff !important;
        border-bottom: none;
    }
    .dropdown ul li {
        margin-top: 10px;
    }

	div.home_text h2.h2_subtitle {
		display: none;
	}
    #wrapper #sidebar-wrapper {
        width: 100%;
    }
    .col-md-8.dashboard-container{
        margin-top: 50px;
    }
    .col-md-4.dashboard-sidebar{
        margin-top: 80px;
    }
    nav.navbar.extra-sticky li.dropdown a.dropdown-toggle:hover{
        color:#fff !important;
    }
    .home {
        margin-top: 0!important;
	}
    .navbar-header {
        width: 100%;
    }
    .owl-carousel{
        padding: 0 20px;
    }

    li.dropdown ul.dropdown-menu{
        background-color: #fff !important;
    }

    li.dropdown ul.dropdown-menu li a{
        border-bottom: 0px !important;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: transparent !important;
    }

    li.dropdown.open a:before{
        transform: rotate(90deg);
    }

    .dropdown-menu li a{padding:7px 15px!important}
    left_mr li a{padding:15px 12px!important; margin: 15px auto}
    /*.profile-pic-container img {
        border-radius: 50%;
    }*/
    body.page-template-register {
        height: auto !important;
        overflow: hidden;
    }
    .submit-reset{
        text-align: center;
    }
	.form-control.home-search{
		margin-bottom: 10px;
	}

	.back-container{
		margin-bottom: 10px;
	}

    .main_home .home_text h2 {
            font-size: 21px;
            line-height: 46px ;
        }
    .btn_white.btn_white_loginpage.user_login {
        margin-right: 0px !important;
    }
    .prof_register, .user_reg {
        padding: 1.2rem 1rem !important;
    }

    .register1 .content ul li {
        text-align: left;
        margin-left: 65px;
    }

    .register1 .content p {
        text-align: center;
    }

    .register1 .content h3 {
        text-align: center;
    }

    .register1 .content {
        margin: 41px 0px;
        text-align: left;
    }

    .register1 .content h4 {
        text-align: center;
    }

    .register1 .content h5 {
        text-align: center;
    }

    .login-social-button a{
        margin-top: 20px !important;
    }
    .login-social-button{
        margin-bottom: 20px !important;
    }

    .page-template-register .col-md-6 {
        height: 100%;
        display: block;
        vertical-align: middle;
    }

    .register .content {
        margin: 41px 40px;
        text-align: center;;
    }


    #sidebar-wrapper .sidebar-nav li a {

        line-height: 50px!important;
    }
    .main_home.text-center.excursion .slid_item {
            padding-top: 0%!important;
        }
    .time-filters, .closer{
        margin-top: 50px;
    }


    .features.home_top.excursion .flex-excursion-grid{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-top:0px !important;
    }

.col-md-3.first_block.excu_grid{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    min-height: 480px !important;
    }
.col-md-3.excursion-grid.block_1{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.col-md-3.excursion-grid.block_2{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.col-md-3.excursion-grid.block_3{
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.col-md-3.excursion-grid.block_4{
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.col-md-3.excursion-grid.block_5{
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 5;
    }
.col-md-3.excursion-grid.block_6{
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.col-md-3.excursion-grid.block_7{
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 7;
    }

.guide.roomy-70{
    padding-top: 0px !important;
}

    .parks.roomy-70{
        padding-top: 0px !important;
    }
}


.navbar-brand {
    padding: 15px 15px !important;
}

.navbar-brand>img {
    max-width: 247px !important;
}


.row.search-form-row {
    background-color: transparent !important;
}

section.register {
    margin-top: 110px;
}

section.register.login, section.register.as_user, section.register.as_professional{
    padding-top: 32px !important;
}

body.page-template-register {
    overflow: auto !important;
}


.register .content.login h4 {
    margin-top: 0px !important;
}




.nav.navbar-nav.navbar-left.left_mr li.dropdown a:hover
{
    /*color: #28714ecf !important;*/
}


/* carousel */

.owl-dots, .owl-nav{
    text-align: center;
    margin-top: 30px;
}


.owl-dot{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #f5f5f5 !important;
    margin: 5px;
}

.owl-dot:focus {
    border: none !important;
}

.owl-dot.active{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background-color: #a1bcad !important ;
}

.owl-prev, .owl-next{
    margin: 10px;
}

.owl-prev span, .owl-next span{
    font-size: 30px;
}

.choosen h2{
    color:#fff;
    margin-bottom: 30px;
}

.owl-carousel .items{
    background-color: #fff;
}

.main_home.text-center.excursion{
    /*margin-top: 70px;*/
}


ul#select2-search-excursion-form-difficulty-results{
    background: linear-gradient(to bottom, #c5dace , #faff01 , #b4010196 );
    background-size: 15px;
    background-repeat-x: no-repeat;
    padding-left: 15px;
    max-height: fit-content !important;
}




.reviews-area{
    padding: 20px !important;
}

.row.users{
    margin-bottom: 20px;
}



.media-frame.mode-select.wp-core-ui.hide-menu, .media-frame-router a{
    color: #28714e;
}

.button.media-button.button-primary.button-large.media-button-select{
    background-color: #28714e;
    border-color: #28714e;
}
.button.media-button.button-primary.button-large.media-button-select[disabled]{
    background-color: #28714ead !important;
    border-color: #28714ead !important;
    color:#fff !important;
}

.wp-core-ui .attachment.details {
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #28714e !important;
}

.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check {
    background-color: #28714e !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #28714e !important;
}

.delete-search-messages, .delete-search-reviews{
    width: auto;
    background-color: #01663c;
    color: #fff;
    border-radius: 50px;
    padding: 8px 10px;
    text-transform: uppercase;
    margin-top: 4px;
}

.message-panel{
    margin-bottom: 20px !important;
}

input#guide_name_invite_new{
    padding-left:20px !important;
}

input#add-invite-guide-new{
padding: 6px 0px !important;
}

.guide_name_invite_new{
    border-radius: 35px 0 0 35px !important;
}


.partner-tecnico{
    margin: 15px;
    padding: 15px;
    border-top: 1px solid #0c663b;
}
.partner-tecnico.excu div{
    margin: 15px 0;
    padding: 15px;
    border-top: 0px solid #0c663b !important;
    background-color: #eef4f1;

}
.partner-tecnico.excu{
    margin: 0;
    padding: 0px;
    border-top: 0px solid #0c663b !important;

}
.partner-tecnico img{
    /*max-width: 50%;*/
    margin: auto;
    display: block;
}
.partner-tecnico.excu img{
    max-width: 90%;
    margin: 15px auto;
    display: block;
}
.partner-tecnico p{
    margin: 0;
    font-size: 1.2rem;
}

.partner-tecnico p.titolo-partner{
    font-size: 1rem;
}

.profile-activities-container{
    margin-bottom: 10px;
}


table.certificate td,table.certificate.associativa td {
    padding-left: 15px !important;
    width: 50%;
}


 body.page-template-centri_visita-profile .register {
    margin-top: 120px;
}
body.page-template-user-profile .register {
    margin-top: 120px;
}

.register.dashboard .alert-success{
    font-size: 1.3rem;
}


.sharing-div i{
    width: 26px;
    height: 26px;
    background-color: #ff9d1b;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    margin: 0px;
    text-align: center;

}

.sharing-div li, .sharing-div ul{
border: 0 !important;
}

.sharing-div{
    margin-bottom: 10px;
}
.sharing-div li{
    margin-right: 10px !important;
    padding: 0 !important;
}

.search_blog select{
    width: 100%;
    height: 35px;
    border: 1px solid #28714e !important;
    background-color: #fff;
    border-radius: 10px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 1px 10px;
    color: rgb(121,121,121) !important;
}
.search_blog input{
    width: 100%;
    border: 1px solid #28714e;
    border-radius: 10px;
    height: 35px;
}
.search_blog input[type="submit"]{
    width: auto;
    background-color: #28714e;
    color: #fff;
    padding: 5px 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #28714e;
    border-radius: 10px;
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
    text-align: left;
}

.strutture_centri_related{
    border: 1px solid #cecece;
    margin-bottom: 20px;
}
.strutture_centri_related h5{
    margin: 10px 4px
}

#google_social_link, #ct_loginbtn_fb, #ct_loginbtn_google, #facebook_social_link{
    padding: .5rem 1.3rem;
    margin: 10px 10px 10px 0;
}

.see-all-excu-required, .backhome_404{
    height: 35px;
    background-color: #28714e;
    padding: .5rem 1.3rem;
    border-radius: 10px;
    color: #fff;
}

.backhome_404{
    font-size: 1.5rem;
    background-color: #ff9d1a;
    margin-top: 20px;
}

#TB_ajaxContent select{
    margin: 10px auto !important;
}

h3.testi_social-login-popup{
    margin-bottom: 5px;
}

p.testi_social-login-popup{
    padding-top: 0;
    margin-bottom: 5px;
}


.qzq h1{
    font-size: 6rem;
    margin-top: 80px;
    color: #28714e;
    margin-bottom: 30px;
}


.single-page-and-post ul{
    list-style: disc !important;
}
.single-page-and-post .main-container{
    padding: 30px 60px 60px 60px;
}


.profile-activity {
    min-height: 45px;
}

.blog-post-image{
    width: 100%;
}

.table.social_contact_info.social_icon>thead>tr {
    background-color: #ff9d1a;
}


.top-left.gallery_and_co{
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
}
.top-left.gallery_and_co p{
    font-size: 15px;
}
.top-left.gallery_and_co h3{
    color: #fff;
    margin-bottom: 5px;
}
p.terms_gallery{
    text-transform: uppercase;
    margin-bottom: 5px;
}
p.autore_gallery{
    margin-bottom: 0px;
}

.profile-cate.main_cate h4{
    float: left;
}
.profile-cate.main_cate img.logo-aigae{
    border: 1px solid #27704e;
    border-radius: 50%;
    margin: 5px 10px;
    width: 32px;
}

.profile-name{
    clear: both;
}


.content-guida-sidebar-description h5{
    width: max-content;
    float: left;
}

.content-guida-sidebar-description img.logo-aigae{
    border: 1px solid #27704e;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
    width: 32px;
}

.guide-profile-card.pc-right > .content-guida-sidebar-description {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.guide-profile-card.pc-right > .content-guida-sidebar-description > h5 {
    flex: 100% 0 0;
}

.guide-name-sidebar{
    clear: both;
}

.guide-filters .form-group{
    margin-top:0px !important;
}

#legend.features {
    margin: 50px auto;
}

.interest_point {
    display: flex;
    align-items: center;
	justify-content: center;
}

.zoom-in {
    display: block;
    transition: transform .3s; /* Animation */
}
.zoom-in:hover {
    transform: scale(1.1); /* Animation */
}

@media screen and (max-width: 542px) {
    .interest_point {
        justify-content: center;
    }

    .interest_point a {
        margin-top: 1em;
    }
}

/* Pagina /abbonamenti/ */
span.fa-li {
	left: -3em;
}

.margin-b-1 {
    margin-bottom: 1rem;
}

.margin-t-1 {
    margin-top: 1rem;
}

.padding-r-15px {
    padding-right: 15px;
}

.padding-l-15px {
    padding-left: 15px;
}

.display-block {
    display: block;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.banner-container {
    height: 90px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* carousel */

.guide-carousel .carousel-container {
    height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.guide-carousel .carousel-container img {
    height: auto;
}

/* guide profile premium */
.guide-profile:not(.premium) {
    background-image: none !important
}

.guide-profile.premium {
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.guide-profile .tour_profile,
.guide-profile .profile1 {
    background: #fff;
}

.remove_image .fa {
    color: #fff;
    font-size: 17px;
    padding: 5px 8px;
    background: #ff3333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.profile_backend .excursion_image {
    position: relative;
}

body.page-template-guide_profile section#features {
    padding-bottom: 35px;
    min-height: calc(100vh - 300px);
}

a.btn.btn-back {
    background-color: #fff;
}

a.btn.btn-back:active,
a.btn.btn-back:hover,
a.btn.btn-back:focus {
    background-color: #28714e;
}

a.btn.btn-back:active .fa,
a.btn.btn-back:hover .fa,
a.btn.btn-back:focus .fa {
    color: #fff;
}

.btn-forgot-pwd {
    color: #255e3e;
    background: #f5f5f5;
}

.btn-forgot-pwd:hover {
    color: #255e3e;
    background: #efefef;
}

/* immagine profilo guida */

.mfp-bottom-bar {
    display: none;
}

.guida-profile-image {
    display: block;
    position: relative;
}

.guida-profile-image:after {
    display: block;
    font-family: FontAwesome;
    content: "\f002";
    color: #fff;
    width: 120px;
    height: 120px;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: calc(50% - 60px);
    /*border-radius: 50%;*/
    margin: auto;
    opacity: 0;
    font-size: 26px;
    padding: 47px;
    position: absolute;
}

.guida-profile-image:hover:after {
    opacity: 1;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}

.presenza.label{
    font-size: 100%;
}

nav.pagination.pagination-posts {
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding: 1rem;
    background-color: transparent;
}

.dynamic-input-wrapper {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.dynamic-input-wrapper input[type="text"]{
    width: 95%;
}

.patrocinio p {
    text-align: right;
}

.patrocinio .logo-aigae{
    display: block;
    margin-left: auto;
    margin-right: 10px;

    border: 1px solid #27704e;
    border-radius: 50%;
    width: 32px;
}

ul.dotted-list {
    display: block !important;
    list-style-type: disc;
    padding-left: 2em;
    margin-bottom: 1em;
}

ul.dotted-list li {
    display: block;
    list-style-type: disc;
    border-top: 0;
    border-right: 0;
    text-align: left;
}

ul.dotted-list li:first-child {
    border-left: 0;
}

.gallery-container {
    display: flex;
    flex-flow: wrap;
}

.gallery-container .gallery-picker-image {
    flex: 0 0 32.33%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0.5%;
    border: 5px solid #28714e;
}

.gallery_corso .owl-theme .owl-dots .owl-dot span,
.gallery_corso .owl-theme .owl-dots .owl-dot.active span,
.gallery_corso .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}

@media screen and (max-width: 991px) {
    .patrocinio p {
        text-align: left;
    }

    .patrocinio .logo-aigae{
        margin-left: 10px;
        margin-right: auto;
    }
}

.container-iscrizione {
    padding: 0;
    margin-bottom: 3em;
}

.header-iscrizione {
    text-align: left;
    background: #0c663d;
    color: #fff;
    padding: 15px;
}

.campi-iscrizione,
.subheader-iscrizione {
    background: #eef4f1;
    color: #333;
}

.subheader-iscrizione {
    padding: 15px 0;
}

.campi-iscrizione .row {
    padding: 14px 0;
    border-top: 1px solid #0c663d;
}

.campi-iscrizione .col-md-1,
.campi-iscrizione .col-md-2,
.campi-iscrizione .col-md-3,
.campi-iscrizione .col-md-4 {
    padding: 0 5px;
}

.campi-iscrizione .row_iscritti {
    font-weight: normal;
    border: 1px solid #0c663d;
    padding: 2px;
    color: black;
}

.campi-iscrizione select.row_iscritti {
    width: 100%;
}

.campi-iscrizione .row_iscritti::placeholder {
    color: #909090;
}

.tnp-field-privacy a {
    color: #ffffff;
}

.multiple-select {
    width: 100%;
    min-height: 200px;
    padding: 10px;
}

.register[class*="single-"] .tour_profile ul:not(.list-inline) {
    display: block !important;
    padding-left: 1rem;
    list-style-type: disc;
}

.register[class*="single-"] .tour_profile ol:not(.list-inline) li,
.register[class*="single-"] .tour_profile ul:not(.list-inline) li {
    display: list-item !important;
    text-align: left;
    border: 0 !important;
}

/* RIFUGI e BIVACCHI SINGLE */

.servizi > .servizi-title {
    padding: 1rem;
    background: #0c663d;
    color: #fff;
}

.servizi > .servizi-list {
    display: flex;
    flex-flow: wrap;
    padding: 1rem;
    background: #eef4f1;
}

@media (max-width: 479px) {
	.servizi > .servizi-list {
		flex-flow: column;
		padding: 0 1rem;
	}

	.servizio {
		margin-top: 15px;
	}
}

.servizi > .servizi-list > .servizio {
    flex: 33.3% 0 0;
}

.servizi > .servizi-list > .servizio:nth-child(n + 4) {
    margin-top: .5rem;
}

.servizi > .servizi-list > .servizio > .servizio-description {
    color: #000;
}

.informations > div {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.informations > div div[class$="-title"] {
    font-size: 1.5rem;
    color: #333333;
    border-left: 3px solid #ccc;
    padding: 0.5rem;
}

.informations > div div[class$="-title"] > span[class$="-icon"] {
    margin: 0 1rem 0 0.5rem;
}

.informations > div div.accesso-title {
    border-left: none;
    padding: 0;
}

.rifugio-card {
	background-color: #f6f6f6;
}

/* ICONE SERVIZI */
.servizio-icon{
    margin-right: 5px;
}

.Riscaldamento{
    background: url('../images/riscaldamento.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Acqua_calda{
    background: url('../images/acquacalda.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Ristorante{
    background: url('../images/Ristorante.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Wc{
	background: url('../images/wc.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Presenza_di_docce{
	background: url('../images/docce.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Acqua_fredda{
	background: url('../images/acquafredda.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.Presenza_luce_elettrica{
	background: url('../images/luce.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Possibilità_di_cucinare{
	background: url('../images/cucinare.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Sconti_associati_CAI{
	background: url('../images/cai.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.Carte_di_credito{
	background: url('../images/cartecredito.png');
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.rifugi-image{
	border-radius: 20px 0 0;
}

/* FINE RIFUGI e BIVACCHI SINGLE */

.google-captcha-notice {
    display: none;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-selection--multiple {
	cursor: pointer !important;
}

.select2-search__field {
	cursor: pointer;
}

.select2-container {
	cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #28714e;
	border-top-color: rgb(40, 113, 78);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(40, 113, 78);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(40, 113, 78);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(40, 113, 78);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.select2-selection__rendered {
	text-align: left;
}

.custom_placeholder_select {
	margin-top: 5px;
}

.advanced_search_div {
	display: none;
    justify-content: center;
}

.mobile_advanced_src {
	background-color: #FF8E15;
	white-space: nowrap;
	font-weight: bold;
	width: 60%;
	padding: 20px;
}

.advanced_search_div {
	display: flex;
}

.mobile_btn_src {
	white-space: nowrap;
	font-weight: bold;
	width: 60%;
	padding: 20px;
	line-height: 0;
	font-family: Raleway,sans-serif;
}

.input-wrapper:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    padding-left: 13%;
    font-size: inherit;
    color: white;
    padding-top: 3%;
}

.options_list {
	display: none;
}

@media (max-width: 479px) {

	.input-wrapper:before {
    padding-left: 18%;
    padding-top: 5%;
}

	.select2-container--default {
		width: 100%;
	}

	.mobile_advanced_src {
		padding: 30px;
		height: 5vw;
	}

	.mobile_btn_src {
		padding: 30px;
		height: 5vw;
	}
}

.advanced_search {
	display: flex;
    justify-content: center;
    align-items: center;
	/*width: min-content;*/
	cursor: pointer;
}

.custom-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row;
}

.custom-checkbox .custom-control-input {
    width: auto;
    margin: 0 1rem;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.text-black {
	display: flex;
    justify-content: space-between;
}

.text-black h5 {
	margin-bottom: 0px;
}

.text-black i {
	font-size: 25px;
}



.logo-search {
	max-width: 140px;
	max-height: 100px;
	height: max-content;
	margin-top: auto;
	margin: 0px;
	align-self: center;
}

.top_bar_search {
	display: flex;
	justify-content: space-evenly;
	margin-top: 1vw;
	margin-bottom: 1vw;
}

.main_search {
	display: flex;
	justify-content: center;
}

@media (max-width: 479px) {
	.logo-search {
		margin: auto;
	}
	.top_bar_search {
		margin-top: 6vw;
		flex-flow: column;
	}

	.main_search {
		display: inline;
	}
}

.show_map {
	    background-color: #28714e !important;
		color: #FFFFFF !important;
		height: max-content;
}

.flex-switch {
    display: flex;
    align-items: center;
}

.flex-switch .switch-label {
    display: block;
    margin: 0 1rem;
    font-weight: normal;
}

.flex-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.flex-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.flex-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.flex-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.flex-switch input:checked + .slider {
    background-color: #0c663d;
}

.flex-switch input:focus + .slider {
    box-shadow: 0 0 1px #0c663d;
}

.flex-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.flex-switch .slider.round {
border-radius: 34px;
}

.flex-switch .slider.round:before {
border-radius: 50%;
}

.closeMapButton {
	background-color: #666666;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 50%;
	position: absolute;
    right: 0vw;
    top: 29vh;
    height: 40px;
    width: 40px;
}

div.cluster img {
	height: 100px;
}

h2.subtitle_rifugi {
	font-size: 1.5rem;
	line-height: 2rem;
}

.find_btn
{
	margin-top: 0;
	align-self: center;
}

span.select2-selection--multiple ul input.select2-search__field { width: auto !important; }