﻿
.Header {
    animation-name: headerent;
    animation-duration: 1s;
}

.Header.active {
    animation-name: header;
    animation-duration: 1s;
}

.Header_background {
    background-color: transparent;
    border-bottom-color: transparent;
}

.Header_background.active {
    background-color: #231F20;
}


@-webkit-keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

@-webkit-keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}

.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;
}

/*responsive-start*/
@media screen and (max-width: 800px){
    .tmblogowhite{
    display: none;
    }

    .tmblogo{
    display: inline;
    }

    .Header_background {
    background-color: #231F20;
    }
    
    .MainContent {
    padding: 0px;
    }
    
    .comingsoon {
        top: -10px !important;
        right: 0 !important;
    }

    .experienceheader{
    padding: 10px;
    }
    
    .experiences{
    padding: 10px;
    }
    
    .content{
    }
    
    .Heading1.Text_white {
    margin-top: 45% !important;
    }
    
    .topdest{
    height: 170px;
    width: 140px;
    }
    
    .expcard {
        width: 100%;
        margin-left: 0px !important;
    }
    
    iframe {
    width: 100% !important;
    height: auto !important;
    }
    
    .Column.ColFirst {
    margin-bottom: 25px !important;
    }
    
}
/*responsive-end*/