body{
    margin:0px;
    font-family:sf ui text,open sans,Arial,sans-serif;
}

a{
    text-decoration:none;
    color:inherit;
}
input:hover{
    opacity:0.8;
}
p{
    padding-bottom:10px;
}
.green_button{
    font-size:12px;
    padding:10px;
    color:whitesmoke;
    font-family: open sans,sans-serif;
    font-weight: bold;
    background-color:#7db61d;
    border-style:none;
    border-radius:3px;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.main_nav{
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size:16px;
    padding:10px;
    font-weight:bold;
    color:white;
    font-family:  sf ui text,open sans,Arial,sans-serif;;
}
.logo{
    width:120px;
}

.xcontainer {
    position: relative;
    width: 100%; /* Maximum width */
    margin:0px;

}

.xcontainer .xcontent {
    position: absolute; /* Position the background text */
    bottom: 15px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.8); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
}


.xcontainer .x2content {
    position: absolute; /* Position the background text */
    bottom: 0px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.8); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    border-radius:5px;
}

.round_icon{
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #353535;
    margin: 0 10px 0 0;
    line-height: 36px;
    text-align: center;
    vertical-align:middle;
}


.header {
    width:100%;
    z-index: 999;
}

.content {
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}


.traveler_container{
    position:relative;
    display: flex;
    overflow-x:hidden;
}


.traveler_box{
    text-align:center;
    padding:10px;
}

.traveler{
    width:120px;
    height:120px;
    border-radius:50%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.traveler_name{
    padding:5px;
    font-size:13px;
    font-weight:bold;
}

.traveler_bio{
    font-size:12px;
    color:gray;
}

.tour_group{
    width:100%;
    border-radius:5px;
    padding: 9px;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    cursor:pointer;
}


.tour_group_img{
    height: 84px;
    width: 84px;
    object-fit: cover;
    width: 100%;
    vertical-align: bottom;
    border-radius: 4px;
}

.tour_group_day{
    margin-bottom: 2px;
    font-size: 40px;
    line-height: 1.2;
    color: #363535;
    font-weight: 300;
}

.tour_group_month{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #1b1b1b;
}

.tour_group_title{
    text-align:left;
    color: #74ad14;
    font-size: 15px;
    line-height: 1.2;
    font-weight:bold;
    cursor:pointer;
}


.tour_group_title:hover{
    text-decoration: underline;
}

.tour_group_dates{
    font-size: 13px;
    line-height: 1.2;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #282828;
    padding-left:5px;
}

.tour_group_price{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #1b1b1b;

}

.tour_group_discount {
    height: 22px;
    padding: 10px 14px;
    margin: 0 12px;
    font-size: 11px;
    color: #fff;
    background-color: #ca3e3e;
    border-radius: 8px;
}

.tour_group_join{
    display: block;
    height: 43px;
    width: auto;
    padding: 0 10px;
    font-size: 15px;
    line-height: 43px;
    color: #6bb534;
    text-align: center;
    border-radius: 9px;
    background-color:whitesmoke;
    border: 1px solid #d8d8d8;
}


.tour_group_join:hover{
    background-color:  #74ad14;
    color:white;
    border-style:none;
}



.expedition_img{
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 15px 0 0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.expedition_title{
    text-align:left;
    color: #74ad14;
    font-size: 16px;
    line-height: 1.2;
    font-weight:bold;
    cursor:pointer;
}

.expedition_desc{
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-align: justify;
    color: #393939;
    cursor: pointer;
}

.read_more{
    color: #76aa20;
    font: 500 12px/16px "SF UI Text", "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    text-align: justify;
    letter-spacing: -.025em;
}

.instagram_photos{
    border-radius: 4px;
    height: 60px;
    width: 60px;
}