﻿.experienceheader{
    background-image: url(/ExperienceV3/img/vigantour.jpg?31907);
    background-size: cover;
    background-position: 0% 100%;
    padding: 3em 9em;
    height: 300px;
    position: relative;
    z-index: -2;
    background-position: center;
}

.experienceheader:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:300px;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity: 1;
    z-index: -1;
}

.MainContent {
    padding: 0px 0px 100px 0px;
}


.experiences{
    padding: 20px 5em;
    max-width: 1120px;
}

.Search_wrapper:after {
    left: 10px;
    top: 16px;
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.topdest{
    height: 280px;
    width: 230px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;

}

.expcard {
    height: 280px;
    width: 230px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
    color: black;
}

.expcard:hover{
    box-shadow: 0px 10px 10px rgba(100,100,100,.2);
}

.destimg{
    height: 280px;
    background-size: cover;
    background-position-x: center;
    line-height: 280px;  
    background-color: rgba(0,0,0,.20)
}

.expimg{
    height: 175px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.expdetails{
    padding: 5px 8px;
}
