/*
    Fuente: p6a_list_with_featured;
*/

.p6a_other_experiences .p6a_post_container{
    border: 1px solid #e2e2e2!important;
    padding: 20px 20px 0px 20px !important;
}

.p6a_other_experiences .p6a_experience_name {
    position: relative;
    margin-top: 5px;
    margin-right: 23px;
    text-align: right;
    font-size: 29px;
    color: #000000;
    font-weight: 100;
    line-height: 1;
}
.p6a_other_experiences .p6a_experience_name .p6a_experience_name_first {
    font-size: 45px;
}

.p6a_other_experiences .p6a_experience_number{
    font-size: 22px;

    font-weight: 100;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    background-color: #24a6b4;
    color: #ffffff;
   /* padding-left: 10px;
    padding-right: 10px;*/
    width: 25px;
    text-align: center;

}

.p6a_other_experiences .p6a_experience_number .p6a_experience_number_first {
     font-size: 32px;
    /* padding-left: 14px; */
    /* padding-right: 14px; */
    width: 40px;
    text-align: center;
    line-height: 38px;
}

.p6a_other_experiences .p6a_right_side{
    /*padding-right: 0px!important;*/
}
.p6a_other_experiences .p6a_left_side{
    /*padding-right: 0px!important;*/
}

.p6a_other_experiences .p6a_experience_author{
    font-size: 20px;
    margin-top: 5px;
}

.p6a_other_experiences .p6a_experience_destiny {
	font-size: 16px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: #ccc;
    color: #000;
    padding: 3px 10px;
    z-index: 20;
    font-weight: 400;
    letter-spacing: 2px;
}

.p6a_other_experiences .p6a_experience_name_author{
	
    width: 92%;
    margin-bottom: 0px;
    line-height: 1!important;
}

.p6a_other_experiences .p6a_experience_next_images{
	margin-top: -19px;
}

.p6a_other_experiences .p6a_experience_first_image{
    margin-top: -19px;
}


.p6a_other_experiences .p6a_title_top_general{   

    background-color: #e2e2e2!important;
    /*padding: 10px 0px 10px 0px;*/
    margin: 10px 0px 10px 0px;
    color: #000000;
    width: 30%;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;    
}  


.p6a_other_experiences .p6a_experience_number_title{
    margin-top: 5px;
}


.p6a_other_experiences .p6a_destination{
    border: 1px solid #e2e2e2;
    padding: 12px 6px 12px 6px;
    max-width: 320px;
    margin: 0 6px 12px 6px;    
}

.p6a_other_experiences .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



/*estilos para vista destination.php*/

/*.p6a_other_experiences .p6a_destination_container{
    margin-top: 25px;
}*/

.p6a_other_experiences .p6a_destiny_container_dynamic{
    border: 1px solid #e2e2e2!important;
    padding: 25px 25px 25px 25px !important;
    margin-bottom: 25px!important;
}

.p6a_other_experiences .p6a_destiny_container_dynamic img{
    width: 100%;
    height: auto;
}

.p6a_other_experiences .p6a_more_title a{
    float: right;
    background-color: #e2e2e2;
    padding: 5px 45px;
    margin-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}


.p6a_other_experiences .p6a_img_and_greybox{
    position: relative;
}

.p6a_other_experiences .p6a_greybox{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.p6a_other_experiences .p6a_post_img img{
    padding-bottom: 0px!important
}


@media(max-width:991px) {
    .p6a_other_experiences .p6a_left_side .p6a_post_img img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .p6a_other_experiences .p6a_title_top_general {
        width: 50%;
    }
}

@media(max-width:600px) {
    .p6a_other_experiences .p6a_post_container {
        margin: 10px;
    }
    .p6a_experienceList .p6a_title_experiences {
        font-size: 40px;
    }
    .p6a_other_experiences .p6a_title_top_general {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .p6a_experienceList {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p6a_other_experiences .p6a_experience_name_author {
        width: 98%;
        line-height: 25px!important;
    }
    .p6a_other_experiences .p6a_experience_name.p6a_experience_name_first {
        font-size: 26px;
    }
    .p6a_other_experiences .p6a_experience_name {
        font-size: 24px;
    }
    .p6a_other_experiences .p6a_experience_author {
        font-size: 18px;
    }
}

@media(max-width:400px) {
    .p6a_experienceList .p6a_title_experiences {
        font-size: 36px;
    }
   
    .p6a_other_experiences .p6a_experience_name.p6a_experience_name_first {
        font-size: 24px;
    }
    .p6a_other_experiences .p6a_experience_destiny {
        font-size: 12px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .p6a_other_experiences .p6a_experience_name {
        font-size: 18px;
    }
    .p6a_other_experiences .p6a_experience_author {
        font-size: 14px;
    }
}





