﻿.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;}
}

.travelUpdate {
    animation: grow 0.8s alternate infinite ease;
}

@keyframes grow {
    0% {transform: scale(0.9);}
    100% {transform: scale(1);}
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.mhcontent{
    margin-top: 0px;
}

.headercontent{
    max-width: 1140px;
    display: block;
    margin:auto;
}

body{
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.MainContent {
    padding: 0px 0px 100px 0px;
}

.homepage{
    background-image: url(/tripmobav3zzz/img/backgroundsiargao.jpg?38135);
    background-size: 100% 97vh;
    background-repeat: no-repeat;
    padding: 3em;
    background-color: #f8f8f8;
}

.Search_wrapper:after {
    top: 15px !important;
}

.tripmobaperks{
    background-color: #f8f8f8;
    padding: 20px 50px;
}

.perks{
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    margin: auto;
}

.flightsearch{
    width: 100%;
}

.promos{
    width: 95%;
    margin-top: 90px;
}

.promocard{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.expcard{
    height: 280px;
    width: 210px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    position: relative;
    background-size: cover;
}

.expimg{
    height: 175px;
    width: 100%;
    background-size: cover;
    background-position-x: center;
    line-height: 175px;
    border-radius: 10px !important;
    color: #fff; 
    background-color: rgba(0,0,0,.3);
}

.expdetails{
    padding: 5px 8px;
}


.experiences{
    padding: 4em;
    background-color: #f8f8f8;
}

.reviews{
    padding: 20px 4em;
    background-color: #231F20;
    color: #fff
}

.reviewcard{
    background-color: #231f20;
    border-radius: 10px;
    border: rgba(45, 45, 45, 0.5) 1px solid;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5), -4px -4px 12px rgb(45, 45, 45);
    color: #fff;
    display: inline-block;
    height: 270px;
    padding: 10px;
    width: 200px;
    OVERFLOW: hidden;
}

.reviewcard:hover{
    background-color: #fff;
    color: #333;
    border: rgba(69, 69, 69, 0.5) 1px solid;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5), -4px -4px 12px rgb(69, 69, 69);
}

.ads{
    padding: 20px 4em;
}

.guides{
    padding: 20px 4em;
}

.latestguidetitle{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
}

.addButton, .minusButton {
    background-color: #555;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    text-align: center;
    width: 20px;
}

.guidelist{
    height: 190px;
    width: 230px;
    background-color: #e5e5e5;
    border-radius: 10px;
    position: relative;
}

.guidelist.OSInline:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    border-radius: 10px;
}



input[type="radio"], html input[type="checkbox"] {
    height: 15px !important;
    width: 15px;
}

input[type="radio"]:after {
    background: #231F20;
    border: 2px solid #231F20;
    border-radius: 12px;
    content: " ";
    display: table;
    height: 8px;
    left: 21%;
    opacity: 0;
    position: absolute;
    top: 20%;
    width: 8px;
}

.TableVerticalAlign {
    display: table;
    width: 100%;
}

.TableVerticalAlign .Cell1, .TableVerticalAlign .Cell2 {
    padding: 0px 0px;
}

.AccordionVertical__content {
    border-color: #ddd;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 0px !important;
    left: 0px;
    width: 100%;
    box-sizing: content-box;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 17px;
    -webkit-transition: height .5s ease, padding .5s ease;
    transition: height .5s ease, padding .5s ease;
    visibility: visible;
}

.AccordionVertical___icon {
    position: absolute;
    left: 63%;
    margin-top: 14px;
}

.ButtonDropdown {
    position: relative;
    width: 100%;
}

.DropdownMenu {
    left: -160px;
    min-width: 420px;
}

.ButtonDropdown_button.Button {
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
}
.removebtn   {
    border: thin solid #4dbded !important;
    margin: auto !important;
}

.ButtonDropdown_icon {
    margin-left: 5px;
    background-color: unset;
}

/*carousel-customize*/
.owl-carousel .owl-wrapper-outer {
    width: 1020px;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 1;
}

.owl-carousel .owl-item {
    float: left;
    /*width: 220px !important;*/
    margin-right: 0px;
}

.offers .owl-item {
    width: 220px !important;
    margin-right: 40px;
}


#LisbonTheme_wt77_block_wtMainContent_WebPatterns_wt3_block_wtContent_WebPatterns_wt347_block_wtItems .owl-item {
    width: 255px !important;
    margin-right: 0 !important;
}

/**/


.Tabs_body {
    border-radius: 10px;
}

.Tabs {
    border: 0px !important;
    border-top: none;
    min-height: 250px;
}

.Tabs__tab.active {
    border-top-color: #fff;
    color: #4dbded;
}

.Tabs_header {
    border-radius: 10px 10px 00px 0px;
    overflow: hidden;
    background: transparent;
    padding-left: 20px;
}

.Tabs__tab {
    background-color: #c1c1c1;
    border: 0;
    border-left: 0px;
    border-radius: 10px 10px 0px 0px;
    border-top: 0px;
    color: #79868a;
}


.ButtonGroup {
    padding: 0px 10px;
}

.ButtonGroup_button.Button {
    text-align: left !important;
    height: unset !important;
    width: 100%;
    border: 0px !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}


.Button, a.Button {
    color: #231F20;
}

.ButtonGroup_button.active, .desktop .ButtonGroup_button.active:hover {
    background-color: #231F20;
}

.ButtonGroup_button.Button:hover {
    background: #7b7b7b;
}

.topexperiences{
    width: 150px;
    border-radius: 10px;
}


.desktop .Tabs_header, .tablet .Tabs_header {
    display: block;
}

.Card {
    background-color: transparent !important;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.09) !important;
}

.titleheader{
}

/*responsive-start*/
@media screen and (max-width: 800px){
    .homepage{
    background-image: url(/tripmobav3zzz/img/backgroundsiargao.jpg?38135);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    color: unset !important;
    padding: 70px 10px 30px 10px;
    }
    
    .titleheader{
    }
    
    .headercontent{
    max-width: 100%;
    }
    
    .flightsearch{
    width: 100%;
    }
    
    .DropdownMenu {
    left: 0px;
    min-width: 100%;
    }
    
    
    .mhcontent{
    margin-top: 0px;
    }
    
    .promos{
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    }

    .tripmobaperks{
    background-color: #f8f8f8;
    padding: 20px 20px;
    }
    
    .experiences{
    padding: 20px;
    }
    
    .expcard{
    height: 280px;
    width: 210px;
    margin-left: auto !important;
    background-size: cover;
    }
    
    .reviews{
    padding: 20px;
    }
    
    .guides{
    padding: 20px;
    }

    .tmblogowhite{
    display: none;
    }

    .tmblogo{
    display: inline;
    }
    
    .perks-logo {
    margin: 0 0 10px -20px !important;
    }
    
    .perks-text {
    margin-left: 10px;
    }

    .Header_background {
    background-color: #231F20;
    }
    
    .guidelist{
    height: 200px;
    width: 100%;
    }
    
    .owl-carousel .owl-wrapper-outer {
    width: 100%;
    }
    
    .Tabs_header {
    border-radius: 10px 10px 00px 0px;
    overflow: hidden;
    background: transparent;
    padding-left: 0px;
    } 
/**/
    .owl-carousel .owl-item {
    width: 210px !important;
    margin-right: 40px !important;
    }
    
    .latestarticle {
    height: 170px !important;
    background-position: right;
    }
    
}
/*responsive-finish*/


.select2-container .select2-choice {
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    background-color: #fff;
    border-left: 0;
    width: 30px;
    padding: 7px 0px;
}

.select2-search input {
    background-position: -35px -12px;
    padding-left: 28px;
    padding-right: 12px;
    background: #fff url(https://www.tripmoba.com/images/thJmVqsearchflight.png) no-repeat;
    background-position: 6px 13px;
    background-size: 15px;
}

.Search_wrapper:after {
    left: 10px;
    top: 26px;
}

.guideslink{
    font-size: 16px;
    color: #fff !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    z-index: 5;
}