
#map-canvas {
    border: 1px solid lightgray;
}

#loading {
    display: none;
    z-index: 1;
    position: static;
    margin-bottom: -15px;
}

.one_half {
    overflow: hidden;
}

.gm-style-iw {
    color: #333;
    width: 250px !important;
    overflow: visible;
    padding: 0;
}

#infoDVC {
    width: 580px;
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
}


@media(max-width:767px) {
    .map-area {
        left: 0px;
    }
}

@media(min-width:768px) {
    .map-area {
        left: 0px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .map-area {
        left: 10px;
    }
}

#map-canvas {
    width: 100%;
    height: 800px;
    /*border: #dcdcdc solid 1px;*/
    padding-left: 0;
}


.title {
    text-transform: capitalize;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.locations {
    overflow-y: scroll;
    position: relative;
    height: 92%;
}

.loc {
    padding: 5px 10px 20px 10px;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 5px solid #b50000;
    border-radius: 3px;
}

.loc.directions {
    height: 255px;
}

.map-active, .loc:hover {
    background: #f6f6f6;
}

.loc h3 {
    font-size: 14px;
    font-weight: 600;
}

.loc p {
    margin-top: 5px;
    color: #666;
    font-size: 11px;
    padding: 1px;
    text-overflow: clip;
    font-family: sans-serif, verdana;
}

.things {
    border-bottom: 5px solid #4ca5c6;
    margin-left: 0;
    margin-right: auto;
}

@media all and (min-width: 540px) {
    .things {
        width: 48%;
        /*max-width: 250px;*/
        min-height: 336px;
        float: left;
        /*padding: 5px;*/
        margin-right: 2%;
    }
    .things h3 {
        padding-left: 10px;
    }
    .things .iconMapViewInfoPanel {
        padding-left: 10px;
    }
}

@media all and (min-width: 736px) {
    .things {
        max-width: 220px;
        margin-right: 15px;
    }
    .things a.things-view-btn, .things .orange-btn a {
        font-size: 10px;
    }
}

@media all and (min-width: 992px) {
    div.map-info {
        height: 639px;
    }
    #map {
        width: 75%;
    }
    .things {
        width: 100%;
        max-width: 232px;
        left: 0;
        min-height: 100px;
    }
}

@media all and (min-width: 1200px) {
    div.map-info {
        height: 798px;
    }
    .things {
        max-width: 100%;
        min-height: 100px;
    }
}

.travel {
    border-bottom: 5px solid #00a050;
}

.food {
    border-bottom: 5px solid #96c949;
}

.stay {
    border-bottom: 5px solid #ecc64d;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Post Thumbnails*/

.things-view-btn, .travel-view-btn, .food-view-btn, .stay-view-btn {
    color: #ffffff;
    margin: 0;
    padding: 9px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.things-view-btn {
    background-color: #4ca5c6;
}

.things-view-btn a:hover {
    background-color: #82c0d7;
}

.travel-view-btn {
    background-color: #00a050;
}

.travel-view-btn a:hover {
    background-color: #4bb680;
}

.food-view-btn {
    background-color: #96c949;
}

.food-view-btn a:hover {
    background-color: #a7d850;
}

.stay-view-btn {
    background-color: #ecc64c;
}

.stay-view-btn a:hover {
    background-color: #dbc075;
}

.post-view-btn {
    background-color: #00a050;
}

.post-view-btn a:hover {
    background-color: #4bb680;
}

.videoWidth {
    width: 1000px;
}

.iconMapViewInfoPanel {
    padding-top: 10px;
}

.iconMapView {
    padding-right: 20px;
}

.paddingLeft {
    padding-left: 20px;
}

.btn {
    text-decoration: none;
}

.sidebarContent {
    height: 165px;
}

.sidebarContentImage {
    height: 125px;
    overflow: hidden;
}

@media(max-width:767px) {
    #map-canvas {
        height: 450px;
    }
}

@media(min-width:768px) {
    #map-canvas {
        height: 450px;
    }
}

@media(min-width:992px) {
    .title {
        font-size: 13px;
    }
    .loc h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    #map-canvas {
        height: 600px;
    }
    .map-info {
        position: absolute;
        padding: 5px;
        top: 25px;
        right: 0;
        display: hidden;
        height: 620px;
        width: 25%;
    }
}

@media(min-width:1200px) {
    #map-canvas {
        width: 100%;
        height: 750px;
        border: #dcdcdc solid 1px;
    }

    .loc h3 {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
    }

    .locations {
        overflow-y: scroll;
        position: relative;
        height: 92%;
    }
    .title {
        text-transform: capitalize;
        width: 100%;
        font-size: 15px;
        margin-top: 23px;
        font-weight: bold;
    }
}


#routes-controls {
    width: 140px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 10px;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    z-index: 100;
}

#routes-controls a {
    box-sizing: border-box;
    text-decoration: none;
    color: rgb(241, 241, 241);
    line-height: 20px;
    height: 30px;
    padding: 5px;
    border: 1px solid rgb(241, 241, 241);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    cursor: pointer;
    color: rgb(86, 86, 86);
    font-size: 11px;
    border-bottom-right-radius: 2px;
}

#routes-controls a.red.active {
    background-color: rgb(229, 89, 92);
    color: #fff;
    opacity: 1;
}

#routes-controls a.blue.active {
    background-color: #3d668e;
    color: #fff;
    opacity: 1;
}

#routes-controls a.black.active {
    background-color: black;
    color: #fff;
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}


/*----------------------------------------*/
/*GENERAL STYLES*/
/*----------------------------------------*/

html {
    height: 100%;
}

body {
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #f0f0f0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background: rgb(241, 241, 241);
}


.things h2 a {
    color: #4ca5c6;
}

.single-things h2 {
    color: #4ca5c6;
}

.single-things h3 {
    color: #4ca5c6;
}

.single-things a {
    color: #4ca5c6;
}

.single-things a:hover {
    color: #4ca5c6;
}

.single-things a:active {
    color: #4ca5c6;
}

/*Travel*/

.travel h2 a {
    color: #00a050
}

.single-travel h2 {
    color: #00a050
}

.single-travel h3 {
    color: #00a050
}

.single-travel a {
    color: #00a050
}

.single-travel a:visited {
    /*color: #00a050*/
}

.single-travel a:hover {
    color: #00a050
}

.single-travel a:active {
    color: #00a050
}


/*Food*/

.food h2 a {
    color: #96c949;
}

.single-food h2 {
    color: #96c949;
}

.single-food h3 {
    color: #96c949;
}

.single-food a {
    color: #96c949;
}

.single-food a:visited {
    /*color: #96c949;*/
}

.single-food a:hover {
    color: #96c949;
}

.single-food a:active {
    color: #96c949;
}


/*Where to Stay*/

.stay h2 a {
    color: #ecc64d;
}

.single-stay h2 {
    color: #ecc64d;
}

.single-stay h3 {
    color: #ecc64d;
}

.single-stay a {
    color: #ecc64d;
}

.single-stay a:visited {
    /*color: #ecc64d;*/
}

.single-stay a:hover {
    color: #ecc64d;
}

.single-stay a:active {
    color: #ecc64d;
}


/*Blog*/

.post h2 a {
    color: #00a050;
}

.single-post h2 {
    color: #00a050;
}

.single-post h3 {
    color: #00a050;
}

.single-post a {
    color: #00a050;
}


/*.single-post a:visited{color: #00a050;}*/

.single-post a:hover {
    color: #00a050;
}

.single-post a:active {
    color: #00a050;
}

.event-post h2 a {
    color: #00a050;
}

.single-events h2 {
    color: #00a050;
}


/*.single-events h3{color: #00a050;}*/

.single-events a {
    color: #00a050;
}


/*.single-events a:visited{color: #00a050;}
.single-events a:hover{color: #00a050;}
.single-events a:active{color: #00a050;}*/

.activity-thumb.events h2 a {
    color: #00a050;
}

a {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* opacity: 0.7; */
    /* filter: alpha(opacity=70); */
}

a:active {
    text-decoration: none;
}

/*----------------------------------------*/


/*HOME PAGE PANELS*/


/*----------------------------------------*/

@media(max-width:767px) {
    .home-panel {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .home-panel {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) {
    .home-panel {
        margin-bottom: 0px;
    }
}

@media(min-width:1200px) {
    .home-panel {
        margin-bottom: 0px;
    }
}

.home-panel ul {
    padding: 0px;
}

.home-panel li {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    list-style-type: none;
}

#text-10 {
    background-color: #890004;
    text-align: center;
}

#text-10 .img-responsive {
    margin: 0 auto;
}

.home-panel {
    position: relative;
    margin-bottom: 20px;
}

.home-panel .overlay {
    overflow: hidden;
    height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.home-panel .overlay:hover {
    background: none;
}

.home-panel .overlay h2 {
    color: #ffffff;
    /*font-size:30px;*/
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*padding-top:25px;
    line-height:30px;*/
}

@media(max-width:767px) {
    .home-panel .overlay h2 {
        padding-top: 20px;
        line-height: 20px;
        /*margin-top:-10px*/
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 {
        padding-top: 25px;
        line-height: 30px;
        /*margin-top:0px*/
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .home-panel .overlay h2 {
        padding-top: 40px;
        line-height: 40px;
    }
}

.home-panel .overlay h2 a {
    color: #ffffff;
    /*font-size:30px;*/
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    .home-panel .overlay h2 a {
        font-size: 20px;
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 a {
        font-size: 30px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.home-panel .overlay h2 a:hover {
    color: #ffffff;
    /*font-size:30px;*/
    opacity: 1.0;
    filter: alpha(opacity=100);
}

@media(max-width:767px) {
    .home-panel .overlay h2 a span {
        display: none;
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 a span {
        font-size: 18px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}


/*.hp1 .overlay{background: rgba(76,165,198,0.8);}
.hp1 .overlay:hover{background: rgba(76,165,198,0.4);}*/


/*.hp1 li div.widget_text img{margin-top:-30%;}*/

@media(max-width:767px) {
    .hp1 {
        overflow: hidden;
    }
    .hp1 li div.textwidget img {
        margin-top: -30%;
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.hp1 .overlay {
    background: rgba(220, 90, 73, 0.8);
}

.hp1 .overlay:hover {
    background: rgba(220, 90, 73, 0.4);
}

.hp2 .overlay {
    background: rgba(0, 160, 80, 0.8);
}

.hp2 .overlay:hover {
    background: rgba(0, 160, 80, 0.4);
}

.hp3 .overlay {
    background: rgba(236, 198, 76, 0.8);
}

.hp3 .overlay:hover {
    background: rgba(236, 198, 76, 0.4);
}

.hp8 .overlay {
    background: rgba(234, 121, 36, 0.8);
}

.hp8 .overlay:hover {
    background: rgba(234, 121, 36, 0.4);
}

.hp9 .overlay {
    background: rgba(150, 201, 73, 0.8);
}

.hp9 .overlay:hover {
    background: rgba(150, 201, 73, 0.4);
}


/*.hp10 .overlay{background: rgba(220,90,73,0.8);}
.hp10 .overlay:hover{background: rgba(220,90,73,0.4);}*/

.hp10 .overlay {
    background: rgba(76, 165, 198, 0.8);
}

.hp10 .overlay:hover {
    background: rgba(76, 165, 198, 0.4);
}

.hp4 li {
    background-color: transparent;
    border: none;
}

.hp6 img:hover {
    cursor: pointer;
}

@media(max-width:767px) {
    .hp6 {
        margin-top: 20px;
    }
}

@media(min-width:768px) {
    .hp6 {
        margin-top: 20px;
    }
}

@media(min-width:992px) {
    .hp6 {
        margin-top: 0px;
    }
}

@media(min-width:1200px) {}

ul.slides {
    padding: 0;
    margin: 0;
}

ul.slides li {
    /*margin-left:-20px;*/
    list-style-type: none;
    position: relative;
}

ul.slides li img {
    width: 100%;
}

.more-details {
    position: absolute;
    bottom: 0;
    left: 0;
}

.more-details h3 {
    margin: 25px;
}

.more-details p {
    margin: 25px;
}

.more-details a {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(220, 90, 73);
    background-color: rgba(220, 90, 73, 0.6);
    padding: 10px;
}

.all-events {
    position: absolute;
    bottom: 0;
    right: 0;
}

.all-events p {
    margin: 25px;
}

.all-events a {
    text-decoration: none;
    color: #ffffff;
    background-color: #E52027;
    padding: 10px;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: none;
}


/*
@media(max-width:767px){.flexslider{margin-bottom:20px;}}
@media(min-width:768px){.flexslider{margin-bottom:20px;}}
@media(min-width:992px){.flexslider{margin-bottom:0px;}}
@media(min-width:1200px){}*/

@media(min-width:1200px) {
    .ls-container, .ls-inner, .ls-lt-container, .ls-lt-tile, .ls-slide {
        height: 248px !important;
    }
}

ul.recent_posts_with_excerpts {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts blockquote {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts li {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts li {
        height: 100px;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts li {
        height: 97px;
        margin-bottom: 10px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts li {
        height: 59px;
        margin-bottom: 10px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts li {
        height: 74px;
        margin-bottom: 13px;
    }
}

ul.recent_posts_with_excerpts img {
    float: left;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts img {
        height: 99px;
        width: 99px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts img {
        height: 96px;
        width: 96px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts img {
        height: 58px;
        width: 58px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts img {
        height: 73px;
        width: 73px;
    }
}

ul.recent_posts_with_excerpts h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    padding-top: 10px;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 110px;
        font-size: 14px;
        width: 50%;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 105px;
        font-size: 14px;
        width: 160px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 65px;
        font-size: 10px;
        width: 90px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 85px;
        font-size: 14px;
        width: 130px;
    }
}

ul.recent_posts_with_excerpts h2 a {
    color: #4d4d4d;
    text-decoration: none;
}

ul.recent_posts_with_excerpts h2 a:visited {
    color: #4d4d4d;
    text-decoration: none;
}

ul.recent_posts_with_excerpts h3 {
    margin: 0;
    padding: 0;
    color: #acacac;
    width: 130px;
    padding-top: 5px;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 110px;
        font-size: 14px;
        width: 250px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 105px;
        font-size: 14px;
        width: 160px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 65px;
        font-size: 10px;
        width: 90px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 85px;
        font-size: 10px;
        width: 130px;
    }
}

ul.recent_posts_with_excerpts blockquote p:first-child {
    display: none;
}

ul.recent_posts_with_excerpts blockquote small:before {
    content: ''
}

ul.recent_posts_with_excerpts blockquote small {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts blockquote small a {
    width: 50px;
    height: 25px;
    display: inline-block;
    background-color: #00a050;
    float: right;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Latest Posts Widget*/

.things-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #4ca5c6;
    color: #ffffff;
}

.travel-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #00a050;
    color: #ffffff;
}

.food-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #96c949;
    color: #ffffff;
}

.stay-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #ecc64c;
    color: #ffffff;
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts blockquote small a {
        font-size: 12px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts blockquote small a {
        font-size: 14px;
    }
}

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


/*----------------------------------------*/


/*SIDEBARS*/


/*----------------------------------------*/

.sidebar-1 {
    padding: 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
}

.sidebar-1 ul {
    padding: 0px;
}

.attribute {
    padding: 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
    margin-top: -20px;
    font-size: 9px;
}

.sidebar-1 h2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
}

.sidebar-1 li {
    list-style-type: none;
}

.sidebar-1 li a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.sidebar-1 ul.children {
    /*padding-left:20px;*/
    padding-left: 0px;
}

.sidebar-1 ul.children li a {
    color: #4d4d4d;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
}

.sidebar-1 li.blog-side-heading {
    color: #00a050;
    font-weight: normal;
    font-size: 14px;
}

.sidebar-1 li.blog-side-heading {
    color: #00a050;
    font-weight: normal;
    font-size: 14px;
}

.sidebar-1.events-sidebar ul {
    padding-left: 15px;
}

.sidebar-1.events-sidebar ul li {
    margin-bottom: 5px;
}

.sidebar-1.events-sidebar ul li a {
    color: #00a050;
}

.upcoming-events h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

.upcoming-event {
    /*padding:20px;*/
    height: 75px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
}

.event-image {
    float: left;
}

.event-title {
    float: left;
    width: 130px;
}

.event-title h2 {
    font-size: 14px;
    margin: 10px 0 0 10px;
}

.event-link a {
    float: right;
    margin: 10px 10px 0 0;
    background-color: #00a050;
    padding: 3px 10px;
    color: #ffffff;
    text-decoration: none;
}

.upcoming-events .activity-frame {
    margin-bottom: 20px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Sidebars*/

.things-sidebar li a {
    color: #4ca5c6;
}

.travel-sidebar li a {
    color: #00a050;
}

.food-sidebar li a {
    color: #96c949;
}

.stay-sidebar li a {
    color: #ecc64c;
}

.product-sidebar li a {
    color: #00a050;
}


/*----------------------------------------*/


/*MEET THE TEAM PAGE*/


/*----------------------------------------*/

.sidebar-1 .wp-caption {
    margin: 0 auto;
    width: 80% !important;
}

.sidebar-1 .img-responsive {
    border-radius: 150px;
    -webkit-border-radius: 150px;
    max-width: 100%;
}

.sidebar-1 .wp-caption-text {
    text-align: center;
}

.team h2 {
    color: #00a050;
    margin-left: 20px;
}

.flags img {
    float: right;
    margin: 0 2px !important;
}

.team a {
    text-decoration: none;
}

.team p {
    font-size: 1.2em;
}

.page-id-1064 .team ul {
    padding-left: 0px;
}

.page-id-1064 .team h2 {
    margin-left: 0px;
}

h1.sidebar-1 {
    margin-top: 0;
    font-size: 2em;
}

@media(min-width:992px) and (max-width:1199px) {
    .team h2 {
        margin-left: 0px;
    }
}

@media(max-width:991px) {
    .team h2 {
        margin-left: 10px;
    }
}

@media(max-width:767px) {
    .team {
        text-align: center;
    }
    .team h2 {
        margin-left: 0px;
    }
    .flags img {
        float: none;
        text-align: center;
    }
    .sidebar-1 .wp-caption {
        width: 236px !important;
    }
    .sidebar-1 .img-responsive {
        margin: 0 auto;
    }
    .page-id-1064 .team {
        text-align: left;
    }
    .page-id-1064 .team ul {
        padding-left: 0px;
    }
}


/*----------------------------------------*/


/*HIDDEN GEMS/SPECIAL OFFERS*/


/*----------------------------------------*/

.page-numbers-container {
    margin-bottom: 30px;
    margin-top: 10px;
}

.page-numbers {
    font-size: 1.2em;
}

a.page-numbers {
    color: #00a050;
    text-decoration: none;
}


/*----------------------------------------*/


/*ISOTOPE FILTER GENERAL*/


/*----------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/*----------------------------------------*/


/*ISOTOPE FILTER*/


/*----------------------------------------*/

#filters {
    float: left;
}

#filters .button {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
}

#filters .button:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/*Colors for Buttons and Headings for Different Sections/Categories for Filter Icons*/

.tax-things_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-things_categories #filters .filter {
    background-image: url(images/nav-things-icon.png);
}

.tax-travel_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-travel_categories #filters .filter {
    background-image: url(images/nav-travel-icon.png);
}

.tax-food_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-food_categories #filters .filter {
    background-image: url(images/nav-food-icon.png);
}

.tax-stay_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-stay_categories #filters .filter {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-special-php #filters .all, .page-template-hidden-php #filters .all {
    background-image: url(images/all.png);
}

.page-template-special-php #filters .things, .page-template-hidden-php #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.page-template-special-php #filters .food, .page-template-hidden-php #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.page-template-special-php #filters .stay, .page-template-hidden-php #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-special-php #filters .travel, .page-template-hidden-php #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.tooltip.top {
    margin-top: -10px;
}

.tooltip-inner {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-transform: uppercase;
    max-width: 300px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Tooltips*/

.tax-things_categories .tooltip-inner {
    color: #4ca5c6;
}

.tax-things_categories .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.tax-travel_categories .tooltip-inner {
    color: #00a050;
}

.tax-travel_categories .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}

.tax-food_categories .tooltip-inner {
    color: #96c949;
}

.tax-food_categories .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.tax-stay_categories .tooltip-inner {
    color: #ecc64c;
}

.tax-stay_categories .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.page-template-special-php .tooltip-inner, .page-template-hidden-php .tooltip-inner {
    color: #f05a24;
}

.page-template-special-php .tooltip.top .tooltip-arrow, .page-template-hidden-php .tooltip.top .tooltip-arrow {
    border-top-color: #f05a24;
}

.page-template-special-php #filters .things:hover + .tooltip .tooltip-inner, .page-template-hidden-php #filters .things:hover + .tooltip .tooltip-inner {
    color: #4ca5c6;
}

.page-template-special-php #filters .things:hover + .tooltip.top .tooltip-arrow, .page-template-hidden-php #filters .things:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.page-template-special-php #filters .food:hover + .tooltip .tooltip-inner, .page-template-hidden-php #filters .food:hover + .tooltip .tooltip-inner {
    color: #96c949;
}

.page-template-special-php #filters .food:hover + .tooltip.top .tooltip-arrow, .page-template-hidden-php #filters .food:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.page-template-special-php #filters .stay:hover + .tooltip .tooltip-inner, .page-template-hidden-php #filters .button.stay:hover + .tooltip .tooltip-inner {
    color: #ecc64c;
}

.page-template-special-php #filters .stay:hover + .tooltip.top .tooltip-arrow, .page-template-hidden-php #filters .button.stay:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.page-template-special-php #filters .travel:hover + .tooltip .tooltip-inner, .page-template-hidden-php #filters .button.travel:hover + .tooltip .tooltip-inner {
    color: #00a050;
}

.page-template-special-php #filters .travel:hover + .tooltip.top .tooltip-arrow, .page-template-hidden-php #filters .button.travel:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}

@media(max-width:767px) {
    .sorts-filters {
        display: none;
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


/*
==========================================================================================
Search results page
==========================================================================================
*/

.search-results #filters .all, .search-results #filters .all {
    background-image: url(images/all.png);
}

.search-results #filters .things, .search-results #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.search-results #filters .food, .search-results #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.search-results #filters .stay, .search-results #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.search-results #filters .travel, .search-results #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.search-results .tooltip-inner, .search-results .tooltip-inner {
    color: #f05a24;
}

.search-results .tooltip.top .tooltip-arrow, .search-results .tooltip.top .tooltip-arrow {
    border-top-color: #f05a24;
}

.search-results #filters .things:hover + .tooltip .tooltip-inner, .search-results #filters .things:hover + .tooltip .tooltip-inner {
    color: #4ca5c6;
}

.search-results #filters .things:hover + .tooltip.top .tooltip-arrow, .search-results #filters .things:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.search-results #filters .food:hover + .tooltip .tooltip-inner, .search-results #filters .food:hover + .tooltip .tooltip-inner {
    color: #96c949;
}

.search-results #filters .food:hover + .tooltip.top .tooltip-arrow, .search-results #filters .food:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.search-results #filters .stay:hover + .tooltip .tooltip-inner, .search-results #filters .button.stay:hover + .tooltip .tooltip-inner {
    color: #ecc64c;
}

.search-results #filters .stay:hover + .tooltip.top .tooltip-arrow, .search-results #filters .button.stay:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.search-results #filters .travel:hover + .tooltip .tooltip-inner, .search-results #filters .button.travel:hover + .tooltip .tooltip-inner {
    color: #00a050;
}

.search-results #filters .travel:hover + .tooltip.top .tooltip-arrow, .search-results #filters .button.travel:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}


/*
==========================================================================================
Top 5 page
==========================================================================================
*/

.page-template-top5-php #filters .all, .page-template-top5-php #filters .all {
    background-image: url(images/all.png);
}

.page-template-top5-php #filters .things, .page-template-top5-php #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.page-template-top5-php #filters .food, .page-template-top5-php #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.page-template-top5-php #filters .stay, .page-template-top5-php #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-top5-php #filters .travel, .page-template-top5-php #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.page-template-top5-php .tooltip-inner, .page-template-top5-php .tooltip-inner {
    color: #f05a24;
}

.page-template-top5-php .tooltip.top .tooltip-arrow, .page-template-top5-php .tooltip.top .tooltip-arrow {
    border-top-color: #f05a24;
}

.page-template-top5-php #filters .things:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .things:hover + .tooltip .tooltip-inner {
    color: #4ca5c6;
}

.page-template-top5-php #filters .things:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .things:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.page-template-top5-php #filters .food:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .food:hover + .tooltip .tooltip-inner {
    color: #96c949;
}

.page-template-top5-php #filters .food:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .food:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.page-template-top5-php #filters .stay:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .button.stay:hover + .tooltip .tooltip-inner {
    color: #ecc64c;
}

.page-template-top5-php #filters .stay:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .button.stay:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.page-template-top5-php #filters .travel:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .button.travel:hover + .tooltip .tooltip-inner {
    color: #00a050;
}

.page-template-top5-php #filters .travel:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .button.travel:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}

.page-template-top5-php nav.col-md-9.col-md-push-3.sidebar-1 {
    display: none;
}


/*----------------------------------------*/


/*ISOTOPE SORT BY*/


/*----------------------------------------*/

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    display: none;
    width: 198px;
    right: -21px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

dl.sort-by {
    position: relative;
    float: right;
    width: 198px;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 20px 0 8px;
    z-index: 15;
    background-color: #ffffff;
}

dl.sort-by dt {
    height: 35px;
    line-height: 35px;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

dl.sort-by dt:hover {
    cursor: pointer;
}

ul.sort-options li {
    list-style-type: none;
    text-align: left;
}

ul.sort-by li ul.visible {
    display: block;
    margin: 0;
    padding: 0;
    width: 198px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    right: -1px;
}

dl.dropdown dd ul.sort-options li button {
    float: left;
    text-align: left;
    width: 100%;
    display: block;
    border: none;
    background-color: #ffffff;
}

dl.dropdown dd ul.sort-options li button:hover {
    color: #ffffff;
    background-color: #ccc;
}

#filters, .postcount {
    margin-left: 10px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Sort By Dropdown*/

.tax-things_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #4ca5c6;
}

.tax-travel_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #00a050;
}

.tax-food_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #96c949;
}

.tax-stay_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #ecc64c;
}

.blog dl.dropdown dd ul.sort-options li button:hover {
    background-color: #00a050;
}


/*----------------------------------------*/


/*ACTIVITY THUMBNAILS*/


/*----------------------------------------*/

.things-to-do-special-offers-things .activity-frame p, .places-to-go-special-offers-travel .activity-frame p, .places-to-eat-special-offers-food .activity-frame p, .where-to-stay-special-offers-stay .activity-frame p {
    display: none;
}

.things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
    background-color: #F2E7CB;
    background-image: url(images/special-offer.png);
    background-repeat: no-repeat;
}

@media(max-width:767px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 50px;
        background-size: 60%;
    }
}

@media(min-width:768px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 50px;
        background-size: 80%;
    }
}

@media(min-width:992px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 70px;
        background-size: 95%;
    }
}

@media(min-width:1200px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 60px;
        background-size: 90%;
    }
}

.activity-thumb {
    margin: 0 0 30px 0;
}

@media(max-width:767px) {
    .activity-thumb {
        /*max-width: 727px !important;
        min-width: 727px !important;*/
        width: 95%;
    }
    .activity-thumb .thumb-img {
        min-height: 80px;
        overflow: hidden;
    }
}

@media(min-width:768px) {
    .activity-thumb {
        /*         max-width: 357px !important; */
    }
    .activity-thumb .thumb-img {
        height: 165px;
        overflow: hidden;
    }
}

@media(min-width:992px) {
    .activity-thumb {
        max-width: 235px !important;
    }
    .activity-thumb .thumb-img {
        height: 100px;
        overflow: hidden;
    }
    .activity-frame h2 {
        height: 45px;
        /*overflow:hidden;*/
    }
    .activity-frame p {
        height: 40px;
        overflow: hidden;
    }
}

@media(min-width:1200px) {
    .activity-thumb {
        max-width: 290px !important;
    }
    .activity-thumb .thumb-img {
        height: 125px;
        overflow: hidden;
    }
    .activity-frame h2 {
        height: 45px;
        /*overflow:hidden;*/
    }
    .activity-frame p {
        height: 40px;
        overflow: hidden;
    }
}

.activity-frame {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.activity-frame .thumb-text {
    padding: 0 20px 20px 20px;
    height: 120px;
}

.activity-frame h2 {
    margin-top: 0;
    /*line-height:.4em;*/
    line-height: 16px;
}

h2.az.za {
    padding-top: 5px;
}

.post .activity-frame .thumb-text {
    padding: 0 20px 20px 20px;
    height: 100px;
}

.post .activity-frame h2 {
    line-height: .4em;
    margin-top: 0;
}

.activity-frame h2 a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.activity-frame p {
    font-size: 14px;
    margin: 0px;
}

.activity-frame .thumb-img {
    position: relative;
}

.activity-frame .view-btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    letter-spacing: 2px;
}

.activity-frame .view-btn a {
    font-size: 14px;
    text-decoration: none;
}

.activity-frame .view-btn a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.view-btn a {
    color: #ffffff;
    margin: 0;
    padding: 8px 15px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Post Thumbnails*/

.things .view-btn a {
    background-color: #4ca5c6;
}

.things .view-btn a:hover {
    background-color: #82c0d7;
}

.travel .view-btn a {
    background-color: #00a050;
}

.travel .view-btn a:hover {
    background-color: #4bb680;
}

.food .view-btn a {
    background-color: #96c949;
}

.food .view-btn a:hover {
    background-color: #a7d850;
}

.stay .view-btn a {
    background-color: #ecc64c;
}

.stay .view-btn a:hover {
    background-color: #dbc075;
}

.post .view-btn a {
    background-color: #00a050;
}

.post .view-btn a:hover {
    background-color: #4bb680;
}

.event-post .view-btn a {
    background-color: #00a050;
}

.event-post .view-btn a:hover {
    background-color: #4bb680;
}

.activity-thumb.events .view-btn a {
    background-color: #00a050;
}

.activity-thumb.events .view-btn a:hover {
    background-color: #4bb680;
}

a.week {
    background-color: #00a050;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

a.week:hover {
    background-color: #4bb680;
}


/*----------------------------------------*/


/*ACTIVITY DETAIL PAGE*/


/*----------------------------------------*/

.activity-detail {
    padding-bottom: 20px;
    /*font-size:12px;*/
    font-size: 14px;
}

.activity-main-content {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-top: 15px;
    margin-bottom: 20px;
}

.activity-detail .one_half {
    padding-right: 15px;
}

.activity-detail .featured-image, .activity-detail .featured-video {
    margin-bottom: 20px;
}

.featured-image .img-responsive {
    display: inline;
}

.activity-detail .share-activity {
    margin: 2px 0 20px 0;
}

.activity-detail .share-activity span {
    font-weight: bold;
}

.activity-detail .share-activity a {
    color: #f0f0f0;
    border: none;
}

.activity-detail .share-activity a:hover {
    color: #f0f0f0;
}

.activity-detail .share-activity img {
    margin-left: 10px;
}

.activity-detail .share-activity .visit-site-link {
    float: right;
    color: #ffffff;
    background-color: #00a050;
    font-weight: bold;
    padding: 8px 20px;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 5px;
}

.activity-side-links {
    padding: 10px;
}

.side-link img {
    margin-right: 15px;
    float: left;
}

.side-link {
    margin-bottom: 20px;
}

.side-link a {
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    color: #4d4d4d;
    line-height: 30px;
}

.side-link a:hover {
    cursor: pointer;
}

.associated a {
    float: right;
}

.orange-btn a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    background-color: #f05a24;
    padding: 8px 10px;
    /* box-shadow: 0px 0px 10px #999999; */
    letter-spacing: 2px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    margin-top: -25px;
    /*margin-right: 5px;*/
    margin-left: 15px;
}

.orange-btn-taxon a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: normal;
    background-color: #f05a24;
    padding: 8px 15px 7px;
    /* box-shadow: 0px 0px 10px #999999; */
    letter-spacing: 2px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    bottom: 18px;
    right: 25px;
    position: absolute;
}

.orange-btn-taxon a:hover {
    background-color: #ee8762;
    opacity: 1;
}

.wpfp-link {
    padding: 10px;
}


/*Saved Button in Sidebar*/

.saved {}

.saved .wpfp-span {
    background: white;
    margin-left: 0px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    padding: 10px;
}

.side-link .wpfp-span {
    margin-left: 0px;
}

.wpfp-span .saved_icon {
    background: url(http://dvc.evolvedublin.com/wp-content/themes/dublin-visitors-centre/images/save-icon.png);
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px;
}

.wpfp-span ul {
    list-style: none;
    padding: 0;
}

.wpfp-span ul li {
    line-height: 4em;
    height: 4em;
    clear: both;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.wpfp-span li a {
    text-transform: uppercase;
    font-weight: normal;
    color: #4d4d4d;
    text-decoration: none;
    margin-right: 5px;
}

.wpfp-span li a.title {
    float: left;
    width: 45%;
}

.wpfp-span .share-activity {
    width: 40%;
    float: left;
    text-align: right;
}

.wpfp-span .remove-parent {
    padding-top: 10px;
    float: left;
    width: 12%;
    text-align: center;
    background: url(images/remove_saved.png)no-repeat;
    background-position: 8px 15px;
    height: 50px;
    width: 50px;
}

.activity-side-details {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.activity-side-details h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 15px 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.activity-side-details p {
    margin: 0 0 5px 0;
}

.activity-side-details span {
    padding-right: 15px;
}

.loveireland-ad {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.loveireland-ad img {
    display: block;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Activity Detail Pages*/

.single-things .activity-side-details span {
    color: #4ca5c6;
}

.single-things .visit-site-link {
    background-color: #4ca5c6;
}

.single-travel .activity-side-details span {
    color: #00a050
}

.single-travel .visit-site-link {
    background-color: #00a050
}

.single-food .activity-side-details span {
    color: #96c949;
}

.single-food .visit-site-link {
    background-color: #96c949;
}

.single-stay .activity-side-details span {
    color: #ecc64d;
}

.single-stay .visit-site-link {
    background-color: #ecc64d;
}


/*----------------------------------------*/


/*BLOG DETAIL PAGE*/


/*----------------------------------------*/

.blog-side {
    margin-bottom: 20px;
}

.comment-respond {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 20px;
    margin-bottom: 20px;
}

h2.comments-title {
    color: #00a050;
}

a time, a.comment-edit-link, a.comment-reply-link, .logged-in-as a {
    color: #00a050;
}

h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #00a050;
}

input#author, input#email {
    width: 49%;
    background-color: #ebebeb;
    border: none;
    height: 30px;
    margin-bottom: 10px;
    padding: 5px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    font-size: 12px;
    color: #000000;
}

input#author {
    float: left;
}

input#email {
    float: right;
}

textarea#comment {
    width: 100%;
    background-color: #ebebeb;
    border: none;
    height: 60px;
    margin-bottom: 10px;
    padding: 5px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    color: #000000;
}

input#submit {
    background-color: #00a050;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border: none;
    color: #ffffff;
    padding: 6px 20px;
}


/*----------------------------------------*/


/*MAP PAGE*/


/*----------------------------------------*/

ul.map-menu, ul.map-menu ul.map-sub-menu {
    padding: 0;
    margin: 0;
    border: none;
}

ul.map-menu li {
    /*width: 23.875%;
    margin-right: 1.5%;*/
    background-color: #ffffff;
    min-height: 34px;
    border-bottom: 4px solid;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

ul.map-menu li:hover {
    cursor: pointer;
}

ul.map-menu li.map-things {
    border-color: #4ca5c6;
}

ul.map-menu li.map-travel {
    border-color: #00a050;
}

ul.map-menu li.map-food {
    border-color: #96c949;
}

ul.map-menu li.map-stay {
    border-color: #ecc64c;
}

ul.map-menu li:last-child {
    margin-right: 0;
}

ul.map-sub-menu li {
    background: rgb(255, 255, 255);
    /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .9);
}

ul.map-sub-menu, ul.map-sub-menu li {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    text-align: left;
    padding: 10px;
}

ul.map-menu li, ul.map-menu ul.map-sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul.map-menu li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

ul.map-menu li ul.map-sub-menu {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 10;
}

@media(min-width: 407px) and (max-width: 767px) {
    ul.map-menu li ul.map-sub-menu {
        width: 250px;
    }
    li.map-stay ul.map-sub-menu {
        left: -132px !important;
    }
}


/*@media(max-width:406px) {
    ul.map-menu li ul.map-sub-menu {
        width: 250px;
    }
    li.map-stay ul.map-sub-menu {
        left: -162px !important;
        top: 64px !important;
    }
}*/


/*@media(max-width:399px) {
    li.map-things ul.map-sub-menu {
        top: 64px !important;
    }
}*/

#map_loading_img {
    width: 650px;
    height: 250px;
    margin: auto;
}

ul.map-menu li:hover ul.map-sub-menu {
    display: block;
}

div.checks input[type="checkbox"] {
    display: none;
}


/*labels style*/

div.checks label {
    font-size: 12px;
    padding: 3px;
    font-weight: normal;
    color: #acacac;
    line-height: normal;
    display: block;
    line-height: 13px;
}

div.checks label:hover {
    cursor: pointer;
    background: #ccc;
}

div.checks label.parent-label {
    font-size: 15px;
    padding-left: 3px;
    font-weight: bold;
}

div.checks input[type="checkbox"]:checked+label {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

div.checks input[type="checkbox"]:not(:checked)+label {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

div.checks input[type="checkbox"]:checked+label.parent-label {
    background-position: left center;
}

div.checks input[type="checkbox"]:not(:checked)+label.parent-label {
    background-position: left center;
}

div.things-checks.checks label:hover {
    background: rgba(76, 166, 199, 0.59);
}

div.travel-checks.checks label:hover {
    background: rgba(0, 161, 81, 0.59);
}

div.food-checks.checks label:hover {
    background: rgba(150, 202, 73, 0.59);
}

div.stay-checks.checks label:hover {
    background: rgba(238, 200, 75, 0.59);
}

div.things-checks input[type="checkbox"]:not(:checked)+label {}

div.travel-checks input[type="checkbox"]:not(:checked)+label {}

div.food-checks input[type="checkbox"]:not(:checked)+label {}

div.stay-checks input[type="checkbox"]:not(:checked)+label {}

div.things-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.travel-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.food-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.stay-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.things-checks input[type="checkbox"]:checked+label.parent-label {
    color: #4ca5c6;
}

div.travel-checks input[type="checkbox"]:checked+label.parent-label {
    color: #00a050;
}

div.food-checks input[type="checkbox"]:checked+label.parent-label {
    color: #96c949;
}

div.stay-checks input[type="checkbox"]:checked+label.parent-label {
    color: #ecc64c;
}

div.map-btm-banner {
    height: 60px;
    /*width:1170px;
    width:100%;
    overflow:hidden;
    position:absolute;
    top:574px;*/
    position: relative;
    top: -60px;
    z-index: 10;
}

.food-checks.checks {
    overflow: scroll;
}


/*----------------------------------------*/


/*FOOTER*/


/*----------------------------------------*/


/*
.footer-container {
    background: #333333;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    margin-top: 30px;
    position: relative;
}

#footer {
    width: 100%;
    min-height: 135px;
    position: relative;
    bottom: 0;
    left: 0;
}

footer {
    margin: 0 auto;
    width: 100%;
    color: #b2b2b2;
    font-size: 11px;
}

@media(min-width:768px) {
    footer {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    footer {
        max-width: 940px;
    }
    .orange-btn-taxon a {
        color: #ffffff !important;
        font-size: 14px;
        font-weight: normal;
        background-color: #f05a24;
        padding: 7px 15px 7px;
         box-shadow: 0px 0px 10px #999999; 
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        cursor: pointer;
        bottom: 18px;
        right: 15px;
        position: absolute;
    }
    .activity-frame .view-btn {
        position: absolute;
        bottom: 25px;
        left: 5px;
        letter-spacing: 2px;
    }
}

@media(min-width:1200px) {
    footer {
        max-width: 1140px;
    }
}

footer h4 {
    font-size: 14px;
    color: #ffffff;
}

footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer p {
    color: #b2b2b2;
    font-size: 11px;
}

footer a {
    color: #b2b2b2 !important;
    text-decoration: none;
    font-size: 11px;
}

footer a:visited {
    color: #b2b2b2 !important;
    text-decoration: none;
}

footer a:hover {
    color: #b2b2b2 !important;
    text-decoration: underline;
}

footer .single-things a,
footer .single-travel a,
footer .single-food a,
footer .single-stay a,
footer .single-post a {
    color: #b2b2b2;
}

.footer-container li {
    list-style: none;
}

.footer-container .social,
#footer-slide-container .social {
    float: left;
    width: 40px;
}

.social_icons {
    margin-bottom: 26px;
    height: 30px;
}


----------------------------------------


POP UP FOOTER 


----------------------------------------

#footer-slide-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #bbb;
    z-index: 2;
    border-top: 4px solid #bbb;
}

.footer-slide-container2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333333;
    color: #eaeaea;
    z-index: 10010;
}

#footer-slider-button {
    background: #bbb url(images/dualway-logo.png);
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 35px;
    border: none;
    cursor: pointer;
}

#footer-slide-content {
    width: 940px;
    height: 0px;
    background: #bbb;
    color: #000000;
    font-size: 1em;
    border: none;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

#footer-slide-content h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 10px 0;
}

#footer-slide-content ul {
    color: #000000;
    list-style-type: none;
    line-height: 1.6em;
    padding: 0px;
}

#footer-slide-content a {
    color: #000000;
    text-decoration: none;
}

#footer-slide-content2 {
    width: 940px;
    height: 0px;
    background: #bbb;
    color: #000000;
    font-size: 0.8em;
    border: none;
    margin: 0 auto;
}

#footer-slide-content2 h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 10px 0;
}

#footer-slide-content2 ul {
    color: #000000;
    list-style-type: none;
    line-height: 2em;
}

#footer-slide-content2 a {
    color: #000000;
}

.footer-slide-text {
    padding: 20px 10px 25px 10px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

#footer-slide-container .footer-slide-text h2 {
    color: white;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

.footer-slide-container2 .footer-slide-text h2 {
    color: white;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
     margin: 10px 0 10px 0; 
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.forum .footer-slide-text h2 {
    padding-left:   0px;
}

.footer-slide-container2 .footer-slide-text ul {
    color: #b2b2b2;
    padding-left: 20px;
    padding-top: 5px;
}
.footer-slide-container2 strong {
    display: block;
    padding-bottom: 2px; 
    padding-bottom: 5px; 
    color: #b2b2b2;
}
@media screen and (max-width: 768px) {
    .footer-slide-container2 strong {
        padding-top: 5px;
        padding-top: 20px; 
    }
    
}

.footer-slide-text p {
    color: #b2b2b2 !important;
    font-family: Raleway;
    font-weight: normal;
    font-size: 1em;
    margin: 0px;
    padding-bottom: 15px;
}

.footer-slide-text .textwidget p {
    color: #000 !important;
    font-family: Raleway;
    font-weight: normal;
    font-size: .9em;
    margin-bottom: 10px;
}
div.footer-slide-text a {
    color: #4bb680;
}
.footer-slide-content {
    overflow-x: auto;
}

#lookHere h1,
#lookHere h2 {
    font-size: 20em;
    padding: 0;
    margin: 0;
    color: #AAAAAA;
}

#lookHere h2 {
    font-size: 1.5em;
    margin: 0 0 0 30px;
}

#lookHere span.orange {
    color: #EE8D40;
}

#lookHere span.green {
    color: #9AC941;
}

.close {
    color: #8ac736;
    opacity: .8;
    margin-top: 5px;
    font-size: 16px;
    text-shadow: none;
}


.hide {
    display: none;
}*/


/*
------------------------------------------------------------------------------------------
Shop Styles - These are here until we are given the go ahead on the actual shop
------------------------------------------------------------------------------------------
*/


/*.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100% !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100% !important;
    float: left !important;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    display: none;
}

.woocommerce .related,
.woocommerce .upsells.products,
.woocommerce-page .related,
.woocommerce-page .upsells.products {
    clear: both;
    display: none;
}
*/


/*
------------------------------------------------------------------------------------------
End Shop Styles Above
------------------------------------------------------------------------------------------
*/

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
    padding: 0 0 0 20px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.5% !important;
    height: 189px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: 0 !important;
}

.products .activity-frame h2 {
    line-height: 1.4em;
    margin-top: 0;
    color: #00a050;
    height: 50px;
}

.count {
    background: transparent;
}

.products .activity-frame .thumb-text {
    height: 60px;
}

.products .activity-frame .view-btn {
    bottom: 33px;
    left: 15px !important;
}

.products .activity-frame .price .amount {
    background: #00a050;
    position: absolute;
    right: 25px;
    bottom: 4px;
    padding: 3px 10px;
    color: white;
}

a.button.view-btn.product_type_simple {
    color: white;
    background: #00a050;
    font-weight: normal;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: green !important;
    opacity: 1;
}

.single-product .col-md-pull-9 {
    right: 0;
}


/*LOADING SPINNER

.loading-text {
    margin: 200px auto;
    width: 280px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    font-size: 24px;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: 0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: 0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: 0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: 0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: 0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}*/


/*
------------------------------------------------------------------------------------------
    Various bug fixes and improvements 
------------------------------------------------------------------------------------------
*/


/* google remarketing causes 13px margin on body */

iframe[name='google_conversion_frame'] {
    display: none;
}


/*
home page video hover
*/

.home .textwidget img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

.home .textwidget img:hover, .home .textwidget img:active {
    opacity: .6;
}


/*map navigation*/


/*@media all and (max-width: 420px) {

    ul.map-menu li {

        box-sizing: border-box;
        padding-top: 10px; 
        padding-bottom: 7px;
        display: block;
        width: 100%;
        background-color: #ffffff;
        min-height: 34px;
        border-bottom: 4px solid;
        text-align: center;
        line-height: 120%;
        font-size: 15px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
                 transition: ease margin-bottom 200ms; 
                 background-color: red; 

    }
    ul.map-menu li > a {
        text-decoration: none;
        color: inherit;
    }
     push nubnav down on hover and active 
    ul.map-menu li:hover,
    ul.map-menu li:active {
        margin-bottom: 215px;
    }
    ul.map-menu li:hover:last-child,
    ul.map-menu li:active:last-child {
        margin-bottom: 0;
    }

    li ul.map-sub-menu li {
        
        width: 100%;
        height: 100%;
        text-align: left;
        top: 5px;
        box-sizing: border-box;
        z-index: 10;
        padding: 0;
        margin-top: 1px;
       
         border: none; 
    }

    li ul.map-sub-menu li a {
          background-color: green; 
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        padding: 5px 0;
        line-height: 140%;
         background-color: green; 
        padding: 10px 10px 10px 10px;
        font-size: 15px;
        border-top: 1px solid lightgray;
         margin-bottom: 8px; 
         border-bottom: 1px solid lightgray; 
    }
}

li ul.map-sub-menu li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}

li ul.map-sub-menu li a:hover {
    text-decoration: underline;
}

 Helper 
.ralitive {
    position: relative;

}

*/


/*Paul December 2016*/


/*
ul.map-menu li.map-attractions {border-color: #4ca5c6;}
ul.map-menu li.map-tour-packages {border-color: #ecc64c;}
ul.map-menu li.map-food-and-drink {border-color: #00a050;}
ul.map-menu li.map-blog {border-color: #df5b4a;}*/


/*
@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');
@import url('bootstrap/css/bootstrap-theme.css');
*/


/*-----------------------------------------*/


/* Map Styles
/*----------------------------------------*/


/*html {
    background-color: #333333;
}*/

#map-canvas {
    border: 1px solid lightgray;
}

#loading {
    display: none;
    z-index: 1;
    position: static;
    margin-bottom: -15px;
}

.one_half {
    overflow: hidden;
}

.gm-style-iw {
    color: #333;
    width: 250px !important;
    overflow: visible;
    padding: 0;
}

#infoDVC {
    width: 580px;
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
}

.map-area {
    /*position: absolute;*/
    /*width: 100%;*/
    /*min-height: 650px !important;*/
}

@media(max-width:767px) {
    .map-area {
        left: 0px;
    }
}

@media(min-width:768px) {
    .map-area {
        left: 0px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .map-area {
        left: 10px;
    }
}

#map-canvas {
    width: 100%;
    height: 800px;
    /*border: #dcdcdc solid 1px;*/
    padding-left: 0;
}

.map-info {
    /*    margin-top: -25px;
        padding-left: 30px;
        padding-right: 40px;
        float: right;
        top: 0;
        display: hidden;
        height: 820px;*/
}

.title {
    text-transform: capitalize;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.locations {
    overflow-y: scroll;
    position: relative;
    height: 92%;
}

.loc {
    padding: 5px 10px 20px 10px;
    background: #fff;
    border: 1px solid #ccc;
    /*border-right : 1px solid #ccc;*/
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 5px solid #b50000;
    border-radius: 3px;
}

.loc.directions {
    height: 255px;
}

.map-active, .loc:hover {
    background: #f6f6f6;
}

.loc h3 {
    font-size: 14px;
    font-weight: 600;
}

.loc p {
    margin-top: 5px;
    color: #666;
    font-size: 11px;
    padding: 1px;
    text-overflow: clip;
    font-family: sans-serif, verdana;
}

.things {
    border-bottom: 5px solid #4ca5c6;
    margin-left: 0;
    margin-right: auto;
}

@media all and (min-width: 540px) {
    .things {
        width: 48%;
        /*max-width: 250px;*/
        min-height: 336px;
        float: left;
        /*padding: 5px;*/
        margin-right: 2%;
    }
    .things h3 {
        padding-left: 10px;
    }
    .things .iconMapViewInfoPanel {
        padding-left: 10px;
    }
}

@media all and (min-width: 736px) {
    .things {
        max-width: 220px;
        margin-right: 15px;
    }
    .things a.things-view-btn, .things .orange-btn a {
        font-size: 10px;
    }
}

@media all and (min-width: 992px) {
    div.map-info {
        height: 639px;
    }
    #map {
        width: 75%;
    }
    .things {
        width: 100%;
        max-width: 232px;
        left: 0;
        min-height: 100px;
    }
}

@media all and (min-width: 1200px) {
    div.map-info {
        height: 798px;
    }
    .things {
        max-width: 100%;
        min-height: 100px;
    }
}

.travel {
    border-bottom: 5px solid #00a050;
}

.food {
    border-bottom: 5px solid #96c949;
}

.stay {
    border-bottom: 5px solid #ecc64d;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Post Thumbnails*/

.things-view-btn, .travel-view-btn, .food-view-btn, .stay-view-btn {
    color: #ffffff;
    margin: 0;
    padding: 9px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.things-view-btn {
    background-color: #4ca5c6;
}

.things-view-btn a:hover {
    background-color: #82c0d7;
}

.travel-view-btn {
    background-color: #00a050;
}

.travel-view-btn a:hover {
    background-color: #4bb680;
}

.food-view-btn {
    background-color: #96c949;
}

.food-view-btn a:hover {
    background-color: #a7d850;
}

.stay-view-btn {
    background-color: #ecc64c;
}

.stay-view-btn a:hover {
    background-color: #dbc075;
}

.post-view-btn {
    background-color: #00a050;
}

.post-view-btn a:hover {
    background-color: #4bb680;
}

.videoWidth {
    width: 1000px;
}

.iconMapViewInfoPanel {
    padding-top: 10px;
}

.iconMapView {
    padding-right: 20px;
}

.paddingLeft {
    padding-left: 20px;
}

.btn {
    text-decoration: none;
}

.sidebarContent {
    height: 165px;
}

.sidebarContentImage {
    height: 125px;
    overflow: hidden;
}

@media(max-width:767px) {
    #map-canvas {
        height: 450px;
        /*margin-bottom: 40px;*/
        /*width: 100% !important;*/
    }
    /*    .map-info {
            height: 550px;
            display: none;
        }*/
    .footer-container {
        /*display: none;*/
    }
}

@media(min-width:768px) {
    #map-canvas {
        height: 450px;
        /*margin-bottom: 40px;*/
    }
    /*    .map-info {
            margin-top: -25px;
            padding: 5px;
            float: right;
            top: 0;
            display: hidden;
            height: 450px;
            margin-right: 10px;
            width: 150px;
        }*/
}

@media(min-width:992px) {
    /*    .map-info {
            margin-right: -60px;
        }*/
    .title {
        font-size: 13px;
    }
    .loc h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    #map-canvas {
        height: 600px;
        /*margin-bottom: 40px;*/
    }
    .map-info {
        position: absolute;
        /*margin-top: -25px;*/
        padding: 5px;
        top: 25px;
        right: 0;
        display: hidden;
        height: 620px;
        /*margin-right: 10px;*/
        width: 25%;
    }
    /*    .title {
            text-transform: capitalize;
            width: 100%;
            font-size: 15px;
            font-weight: bold;
        }*/
}

@media(min-width:1200px) {
    .map-info {}
    #map-canvas {
        width: 100%;
        height: 750px;
        border: #dcdcdc solid 1px;
    }
    .map-info {
        /*        margin-top: -25px;
                padding: 5px;
                float: right;
                top: 0;
                display: hidden;
                height: 800px;
                margin-right: 10px;
                width: 270px;*/
    }
    .loc h3 {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
    }
    .locations {
        overflow-y: scroll;
        position: relative;
        height: 92%;
    }
    .title {
        text-transform: capitalize;
        width: 100%;
        font-size: 15px;
        margin-top: 23px;
        font-weight: bold;
    }
}


/* 
*   city sight seeing dublin
    route controls (toggles)
*/

#routes-controls {
    width: 140px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 10px;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    z-index: 100;
}

#routes-controls a {
    /*    display: block;*/
    box-sizing: border-box;
    text-decoration: none;
    color: rgb(241, 241, 241);
    line-height: 20px;
    height: 30px;
    padding: 5px;
    /*height: 20px;*/
    /*background-color: green;*/
    border: 1px solid rgb(241, 241, 241);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    cursor: pointer;
    color: rgb(86, 86, 86);
    font-size: 11px;
    border-bottom-right-radius: 2px;
}

#routes-controls a.red.active {
    background-color: rgb(229, 89, 92);
    color: #fff;
    opacity: 1;
}

#routes-controls a.blue.active {
    background-color: #3d668e;
    color: #fff;
    opacity: 1;
}

#routes-controls a.black.active {
    background-color: black;
    color: #fff;
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}


/*
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}*/

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 15px;
    margin-bottom: -20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*----------------------------------------*/


/*GENERAL STYLES*/


/*----------------------------------------*/

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

html {
    height: 100%;
}

body {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: sans-serif, verdana;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #f0f0f0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background: rgb(241, 241, 241);
}


/*
@media(max-width:767px){.content{padding-bottom: 310px;}}
@media(min-width:768px){.content {padding-bottom: 230px;}}
@media(min-width:992px){.content {padding-bottom: 150px;}}
@media(min-width:1200px){.content {padding-bottom: 150px;}} 
*/


/*Colors for Buttons and Headings for Different Sections/Categories on Activity Detail Pages*/


/*Things to Do*/

.things h2 a {
    color: #4ca5c6;
}

.single-things h2 {
    color: #4ca5c6;
}

.single-things h3 {
    color: #4ca5c6;
}

.single-things a {
    color: #4ca5c6;
}

.single-things a:visited {
    /*color: #4ca5c6;*/
}

.single-things a:hover {
    color: #4ca5c6;
}

.single-things a:active {
    color: #4ca5c6;
}


/*Travel*/

.travel h2 a {
    color: #00a050
}

.single-travel h2 {
    color: #00a050
}

.single-travel h3 {
    color: #00a050
}

.single-travel a {
    color: #00a050
}

.single-travel a:visited {
    /*color: #00a050*/
}

.single-travel a:hover {
    color: #00a050
}

.single-travel a:active {
    color: #00a050
}


/*Food*/

.food h2 a {
    color: #96c949;
}

.single-food h2 {
    color: #96c949;
}

.single-food h3 {
    color: #96c949;
}

.single-food a {
    color: #96c949;
}

.single-food a:visited {
    /*color: #96c949;*/
}

.single-food a:hover {
    color: #96c949;
}

.single-food a:active {
    color: #96c949;
}


/*Where to Stay*/

.stay h2 a {
    color: #ecc64d;
}

.single-stay h2 {
    color: #ecc64d;
}

.single-stay h3 {
    color: #ecc64d;
}

.single-stay a {
    color: #ecc64d;
}

.single-stay a:visited {
    /*color: #ecc64d;*/
}

.single-stay a:hover {
    color: #ecc64d;
}

.single-stay a:active {
    color: #ecc64d;
}


/*Blog*/

.post h2 a {
    color: #00a050;
}

.single-post h2 {
    color: #00a050;
}

.single-post h3 {
    color: #00a050;
}

.single-post a {
    color: #00a050;
}


/*.single-post a:visited{color: #00a050;}*/

.single-post a:hover {
    color: #00a050;
}

.single-post a:active {
    color: #00a050;
}

.event-post h2 a {
    color: #00a050;
}

.single-events h2 {
    color: #00a050;
}


/*.single-events h3{color: #00a050;}*/

.single-events a {
    color: #00a050;
}


/*.single-events a:visited{color: #00a050;}
.single-events a:hover{color: #00a050;}
.single-events a:active{color: #00a050;}*/

.activity-thumb.events h2 a {
    color: #00a050;
}

a {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* opacity: 0.7; */
    /* filter: alpha(op
    acity=70); */
}

a:active {
    text-decoration: none;
}


/*----------------------------------------*/


/* Page Navigation

/*----------------------------------------*/


/*.navbar-default .navbar-toggle {
    background-color: #13a151;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0e773c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.page-numbers {
    font-size: 1.2em;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.page-numbers:hover {
    background-color: #eeeeee;
}


----------------------------------------


TOP LINKS


----------------------------------------

.top-links {
    padding: 20px 0 20px 0;
}

.top-links a {
    color: #f0f0f0;
}

.top-links a:hover {
    color: #f0f0f0;
}

.top-links span {
    font-weight: bold;
}

.top-links a span {
    color: #4d4d4d;
}

.top-contact a {
    float: left;
    height: 30px;
    line-height: 30px;
}

.top-mail {
    background-image: url(images/mail-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.top-phone {
    background-image: url(images/phone-icon.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: 5px;
}

.top-faq {
    margin-left: 10px;
}

@media(max-width:767px) {
    a.top-faq {
        float: right;
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(max-width:767px) {
    .top-search form.navbar-form {
        float: none !important;
    }
}

@media(min-width:768px) {
    .top-search form.navbar-form {
        float: right !important;
        padding: 0;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(max-width:767px) {
    .top-search .form-group {
        width: 75%;
        float: left;
    }
    .top-search .btn {
        width: 20%;
        float: right;
    }
}

.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .top-search .form-group {}
    .top-search .btn {}
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(max-width:767px) {
    .save-link {
        float: left;
    }
}

@media(min-width:768px) {
    .save-link {
        float: left;
    }
}

@media(min-width:992px) {
    .save-link {
        float: left;
    }
}

@media(min-width:1200px) {
    .save-link {
        float: right;
    }
}

.top-social {
    float: right;
}

@media(max-width:767px) {
    .top-social a img {
        width: 14%;
    }
    .top-social {
        margin-top: 5px;
    }
}

@media(min-width:768px) {
    .top-social {
        margin-top: 5px;
    }
}

@media(min-width:992px) {
    .top-social {
        margin-top: 5px;
    }
}

@media(min-width:1200px) {
    .top-social {
        margin-top: 0px;
    }
}


----------------------------------------


TOP AD SPACE


----------------------------------------

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {
    .header-top {
        height: 91px;
    }
}

@media(min-width:1200px) {
    .header-top {
        height: 91px;
    }
}

.top-g-ad {
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    background-color: #ffffff;
	overflow: hidden;
}

@media(max-width:767px){}
@media(min-width:768px){.top-g-ad{height: 74px;}}
@media(min-width:992px){.top-g-ad{height: 97px;}}
@media(min-width:1200px){.top-g-ad{height: 120px;}} 


@media(max-width:767px) {
    .top-g-ad {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .top-g-ad {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) {
    .top-g-ad {
        margin-bottom: 0;
    }
}

@media(min-width:1200px) {
    .top-g-ad {
        margin-bottom: 0;
    }
}

.top-sm-ad {
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    background-color: #ffffff;
    height:91px;
}

.top-sm-ad img {
    display: block;
    margin: auto;
    padding-top: 0px;
    width: 100%;
}


  
.save-link{
        float:right;
        }

.head-search {
        position: absolute;
        bottom: 52px;
        left: 230px;
        float: left;
        margin-left: -10px;
        
}

.need-help {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.need-help a {
    color: white !important;
    text-decoration: none;
    padding: 8px 15px;
    background: #4ca5c6;
    font-size: 14px;
    display: inline;
}

.need-help a:hover {
    color: white !important;
}

.travel-menu .need-help a {
    background: #00a050 !important;
}

.food-menu .need-help a {
    background: #96c949 !important;
}

.stay-menu .need-help a {
    background: #ecc64c !important;
}

.logo {
    z-index: 1000;
}
*/


/*----------------------------------------*/


/*MEGA MENU*/


/*----------------------------------------*/


/*dt.things-link {
    background-image: url(images/nav-things-icon.png);
}

dt.travel-link {
    background-image: url(images/nav-travel-icon.png);
}

dt.food-link {
    background-image: url(images/nav-food-icon.png);
}

dt.stay-link {
    background-image: url(images/nav-stay-icon.png);
}

dt.dublin-map-link {
    background-image: url(images/nav-map-icon.png);
}

@media(max-width:767px) {
    dl.megamenu dt {
        width: 100%
    }
}
@media(min-width:768px) {
    dl.megamenu dt {
        width: 24%;
    }
}

@media(min-width:768px) {
        dt.things-link {
            width: 24%;
        }
        dt.travel-link {
            width: 16%;
        }
        dt.food-link {
            width: 16%;
        }
        dt.stay-link {
            width: 21%;
        }
        dt.dublin-map-link {
            width: 22%;
        }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

dl.megamenu dt {
    height: 45px;
    line-height: 45px;
    line-height: 120%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    text-align: left;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 7.5px 7.5px;
    padding-left: 50px;
    font-size: 15px;
    font-weight: normal;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
@media(max-width:768px) {
    dl.megamenu dt {
        line-height: 45px;
    }
}



dl.megamenu dt a {
    display: block;
    text-decoration: none;
    color: #4d4d4d !important;
}

dl.megamenu dt a:visited {
    text-decoration: none;
    color: #4d4d4d !important;
}

@media(max-width:767px) {}

@media(min-width:768px) {
    dl.megamenu dt {
        font-size: 12px;
    }
}

@media(min-width:992px) {
    dl.megamenu dt {
        font-size: 12px;
    }
}

@media(min-width:1200px) {
    dl.megamenu dt {
        font-size: 15px;
    }
}

dl.megamenu dt.menuLast {
    margin-right: 0;
    padding-left: 0px;
}

dl.megamenu dt.menuLast a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 50px;
}

dl.megamenu dt.menuLast a:hover {
    color: #000000;
    background-color: #f7f7f7;
}
*/


/*dl.megamenu dt:last-child{
        margin-right:0;
        padding-left:0px;}
        
dl.megamenu dt:last-child a{
        display:block;
        width:100%;
        height:100%;
        padding-left:50px;}
        
dl.megamenu dt:last-child a:hover{
        color:#000000;
        background-color:#f7f7f7;}*/


/*
dl.megamenu dt:hover {
    color: #000000;
    background-color: #f7f7f7;
}

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
	background:none;
	border: none;
}


.navbar-brand {
    height: 55px;
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.megamenu dd {
    display: none;
    z-index: 500;
    top: 60px;
    position: absolute;
}

@media(max-width:767px) {}

@media(min-width:768px) {
    .megamenu dd {
        top: 115px;
    }
}

@media(min-width:992px) {
    .megamenu dd {
        top: 60px;
    }
}

@media(min-width:1200px) {}

.megamenu dd:hover {
    display: block;
    top:60px;
}

.megamenu dt:hover + dd {
    display: block;
    opacity: 0;
    z-index: 98;
    position: absolute;
    -webkit-animation: fadein .3s;
     Safari and Chrome 
    -moz-animation: fadein .3s;
     Firefox 
    -ms-animation: fadein .3s;
     Internet Explorer 
    -o-animation: fadein .3s;
     Opera 
    animation: fadein .3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


 Firefox 

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


 Safari and Chrome 

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


 Internet Explorer 

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


 Opera 

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.megamenu dd {
    width: 100%;
}

.megamenu dd ul.menupanel {
    display:none;
    top:45px;
    width: 100%;
    position:absolute;
    margin: 0;
    padding: 0;
    z-index: 20;
}

@media(max-width:767px) {}

@media(min-width:768px) {
    .megamenu dd ul.menupanel {
        width: 100%;
        left: 0;
        padding: 10px;
    }
}

@media(min-width:992px) {
    .megamenu dd ul.menupanel {
        width: 740px;
        left: -240px;
        padding: 20px;
    }
}

@media(min-width:1200px) {
    .megamenu dd ul.menupanel {
        width: 970px;
        left: -298px;
    }
}

.MenuBottomNav {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
}

.form-control {
    border-radius: 0px;
}

dl.megamenu {
    position:relative;
    width: 100%;
    float: right;
    margin: 15px 0px 0px 0px;
    z-index: 20;
}

dl.megamenu dt:hover {
    cursor: pointer;
}

ul.menupanel,
ul.maps-menupanel {
     border-right: 1px solid #acacac; 
    border: 3px solid #fff;
    background-color: #f2f2f2;
    box-shadow: 0 0 5px #343434;
    background: rgb(255, 255, 255);
     Old browsers 
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
     FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
     Chrome,Safari4+ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
     Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
     Opera 11.10+ 
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
     IE10+ 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
     W3C 
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
     IE6-9 
}

@media(max-width:767px) {
    ul.menupanel,
    ul.maps-menupanel {
        box-shadow: none;
        border: none;
        background: none;
    }
}

@media(min-width:768px) {
    ul.menupanel,
    ul.maps-menupanel {
        box-shadow: 0 0 5px #343434;
        border: 3px solid #fff;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

ul.menupanel li {
    list-style-type: none;
    text-align: left;
    line-height: 25px;
    font-size: 17px;
    border-bottom: 1px #e1e1e1 solid;
    display:inline-block;
}

ul.menupanel ul li a {
    font-size: 20px;
}

ul.menupanel li.mega-clear {
    display: block;
}

ul.menupanel li.mega-clear,
ul.menupanel li.menu-options,
ul.menupanel li:last-child {
    border-bottom: none;
}

@media(max-width:767px) {
    ul.menupanel li {
        display: block;
    }
    ul.menupanel ul li a {
        display: block;
    }
}

@media(min-width:768px) {
    ul.menupanel li {
        display: inline-block;
    }
    ul.menupanel ul li a {
        display: inline-block;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

ul.menupanel li ul {
    float: left;
}

ul.menupanel li ul li {
    display: block;
}

ul.menupanel .menu-advert {
    float: left;
}

ul.menupanel .menu-options {
    display: inline-block;
    float: left;
    width: 455px;
    margin-left:20px;
    padding-left:0px;
}

ul.menupanel li.menu-options ul:first-child {
    padding-left: 0px;
}

ul.menupanel li.menu-options ul:first-child li {
    padding-left: 0px;
}

@media(max-width:767px) {
    ul.menupanel .menu-options {
        width: 100%;
        margin-left: 0px;
        padding: 0px 20px 0px 20px;
    }
}

@media(min-width:768px) {
    ul.menupanel .menu-options {
        width: 100%;
        margin-left: 20px;
        padding: 0px;
    }
}

@media(min-width:992px) {
    ul.menupanel .menu-options {
        width: 455px;
    }
}

@media(min-width:1200px) {
    ul.menupanel .menu-options {
        width: 700px;
    }
}

ul.menupanel li.menu-options .cat-item {
    margin-right: 35px;
    float: left;
}

@media(max-width:767px) {
    ul.menupanel li.menu-options .cat-item {
        width: 100%;
    }
}

@media(min-width:768px) {
    ul.menupanel li.menu-options .cat-item {
        width: 190px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

ul.menupanel li.menu-options li a {
    font-size:19px;
    font-weight: normal;
    text-decoration: none;
    font-weight: 400;
    color: #818181;
    line-height: 30px;
}

@media(max-width:767px) {
    ul.menupanel li.menu-options li a {
        padding: 5px 0px 5px 35px;
        font-size: 16px;
    }
}

@media(min-width:768px) {
    ul.menupanel li.menu-options li a {
        padding: 0px;
        font-size: 19px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

ul.things-menu li.menu-options li a {
    color: #4ca5c6;
}

ul.travel-menu li.menu-options li a {
    color: #00a050;
}

ul.food-menu li.menu-options li a {
    color: #96c949;
}

ul.stay-menu li.menu-options li a {
    color: #ecc64c;
}

ul.menupanel li.menu-options li a:hover {
    text-decoration: underline;
}

ul.menupanel li.menu-options ul.children {
    padding-left: 0px;
}

ul.menupanel li.menu-options ul.children li a {
        color: #4f4f4f;
        font-size: 12px;
        font-weight: 300;
        line-height: 23px;
    font-size: 12px;
    color: #4f4f4f;
    font-weight: 300;
    line-height: 23px;
    border-bottom: 1px #e1e1e1 solid;
    display: block;
    text-decoration: none;
}

ul.menupanel li.menu-options ul.children li a:hover {
    text-decoration: underline;
}



ul.menupanel li.menu-options ul.children li ul.children {
    padding-left: 20px;
}

ul.menupanel li.recent_with_excerpt {
    float: right;
}

@media(max-width:767px) {
    ul.menupanel li.recent_with_excerpt {
        display: none;
    }
}

@media(min-width:768px) {
    ul.menupanel li.recent_with_excerpt {
        display: none;
    }
}

@media(min-width:992px) {
    ul.menupanel li.recent_with_excerpt {
        display: block;
    }
    ul.menupanel li.recent_with_excerpt ul li {
        width: 220px;
    }
}

@media(min-width:1200px) {
    ul.menupanel li.recent_with_excerpt {
        display: block;
    }
    ul.menupanel li.recent_with_excerpt ul li {
        width: 290px;
    }
}

li.cat-item.cat-item-170,
li.cat-item.cat-item-171,
li.cat-item.cat-item-172,
li.cat-item.cat-item-173,
li.cat-item.cat-item-174,
li.cat-item.cat-item-175,
li.cat-item.cat-item-176,
li.cat-item.cat-item-177 {
    display: none;
}
*/


/*----------------------------------------*/


/*MEGA MENU MAP DROPDOWN*/


/*----------------------------------------*/


/*
.megamenu dd ul.maps-menupanel {
    display:none;
    top:45px;
    left:623px;
    width: 100%;
    width:250px;
    position:absolute;
    margin: 0;
    padding: 10px;
    z-index: 20;
    list-style-type: none;
}

@media(max-width:767px) {
    .megamenu dd ul.maps-menupanel {
        width: 100%;
    }
}

@media(min-width:768px) {
    .megamenu dd ul.maps-menupanel {
        left: 462px;
        width: 250px;
        margin: 0;
    }
}

@media(min-width:992px) {
    .megamenu dd ul.maps-menupanel {
        left: 450px;
    }
}

@media(min-width:1200px) {
    .megamenu dd ul.maps-menupanel {
        left: 623px;
    }
}

ul.maps-menupanel li ul {
    padding: 0px;
    list-style-type: none;
}

ul.maps-menupanel li h4 {
    font-size:19px;
    text-decoration: none;
    font-weight: 400;
    line-height: 30px;
    color: #DF5B4A;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media(max-width:767px) {
    ul.maps-menupanel li h4 {
        padding: 5px 0px 5px 35px;
        font-size: 16px;
    }
}

@media(min-width:768px) {
    ul.maps-menupanel li h4 {
        padding: 0px;
        font-size: 19px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

ul.maps-menupanel li a {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    border-bottom: 1px #e1e1e1 solid;
    display: block;
    text-decoration: none;
}

@media(max-width:767px) {
    ul.maps-menupanel li a {
        padding: 5px 0px;
        margin: 0px 35px;
        font-size: 14px;
    }
}

@media(min-width:768px) {
    ul.maps-menupanel li a {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}


@media(max-width:767px){ul.menupanel li{display:block;} ul.menupanel ul li a{display:block;}}
@media(min-width:768px){ul.menupanel li{display:inline-block;} ul.menupanel ul li a{display:inline-block;}}
@media(min-width:992px){}
@media(min-width:1200px){}

ul.maps-menupanel li a:visited {
    color: #4f4f4f !important;
}

ul.maps-menupanel li a:hover {
    color: #4f4f4f !important;
    text-decoration: underline;
}


----------------------------------------


MEGA MENU MOBILE EDITS


----------------------------------------

@media(max-width:767px) {
    dl.megamenu dt.desktopNav {
        display: none;
    }
    dl.megamenu dt.mobileNav {
        display: block;
        margin-bottom: 5px;
    }
    ul.menupanel .MenuBottomNav {
        display: none;
    }
    ul.menupanel li.menu-advert {
        display: none;
    }
    .megamenu dd ul.menupanel {
        position: static;
    }
    .megamenu dd ul.maps-menupanel {
        position: static;
    }
    .megamenu dd li.menu-options li.cat-item ul.children {
        display: none;
    }
    .megamenu dd {
        position: static;
    }
    .navbar-collapse.in {
        overflow: visible;
    }
}

@media(min-width:768px) {
    dl.megamenu dt.desktopNav {
        display: block;
    }
    dl.megamenu dt.mobileNav {
        display: none;
    }
    ul.menupanel .MenuBottomNav {
        display: none;
    }
    ul.menupanel li.menu-advert {
        display: none;
    }
    .megamenu dt:hover + dd {
        display: block;
    }
    .megamenu dd ul.menupanel {
        position: absolute;
    }
    .megamenu dd ul.maps-menupanel {
        position: absolute;
    }
}

@media(min-width:992px) {
    ul.menupanel .MenuBottomNav {
        display: block;
    }
    ul.menupanel li.menu-advert {
        display: block;
    }
}

@media(min-width:1200px) {}
*/


/*----------------------------------------*/


/*HOME PAGE PANELS*/


/*----------------------------------------*/

@media(max-width:767px) {
    .home-panel {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .home-panel {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) {
    .home-panel {
        margin-bottom: 0px;
    }
}

@media(min-width:1200px) {
    .home-panel {
        margin-bottom: 0px;
    }
}

.home-panel ul {
    padding: 0px;
}

.home-panel li {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    list-style-type: none;
}

#text-10 {
    background-color: #890004;
    text-align: center;
}

#text-10 .img-responsive {
    margin: 0 auto;
}

.home-panel {
    position: relative;
    margin-bottom: 20px;
}

.home-panel .overlay {
    overflow: hidden;
    height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.home-panel .overlay:hover {
    background: none;
}

.home-panel .overlay h2 {
    color: #ffffff;
    /*font-size:30px;*/
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*padding-top:25px;
    line-height:30px;*/
}

@media(max-width:767px) {
    .home-panel .overlay h2 {
        padding-top: 20px;
        line-height: 20px;
        /*margin-top:-10px*/
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 {
        padding-top: 25px;
        line-height: 30px;
        /*margin-top:0px*/
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .home-panel .overlay h2 {
        padding-top: 40px;
        line-height: 40px;
    }
}

.home-panel .overlay h2 a {
    color: #ffffff;
    /*font-size:30px;*/
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    .home-panel .overlay h2 a {
        font-size: 20px;
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 a {
        font-size: 30px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.home-panel .overlay h2 a:hover {
    color: #ffffff;
    /*font-size:30px;*/
    opacity: 1.0;
    filter: alpha(opacity=100);
}

@media(max-width:767px) {
    .home-panel .overlay h2 a span {
        display: none;
    }
}

@media(min-width:768px) {
    .home-panel .overlay h2 a span {
        font-size: 18px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(max-width:767px) {
    .hp1 {
        overflow: hidden;
    }
    .hp1 li div.textwidget img {
        margin-top: -30%;
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.hp1 .overlay {
    background: rgba(220, 90, 73, 0.8);
}

.hp1 .overlay:hover {
    background: rgba(220, 90, 73, 0.4);
}

.hp2 .overlay {
    background: rgba(0, 160, 80, 0.8);
}

.hp2 .overlay:hover {
    background: rgba(0, 160, 80, 0.4);
}

.hp3 .overlay {
    background: rgba(236, 198, 76, 0.8);
}

.hp3 .overlay:hover {
    background: rgba(236, 198, 76, 0.4);
}

.hp8 .overlay {
    background: rgba(234, 121, 36, 0.8);
}

.hp8 .overlay:hover {
    background: rgba(234, 121, 36, 0.4);
}

.hp9 .overlay {
    background: rgba(150, 201, 73, 0.8);
}

.hp9 .overlay:hover {
    background: rgba(150, 201, 73, 0.4);
}

.hp10 .overlay {
    background: rgba(76, 165, 198, 0.8);
}

.hp10 .overlay:hover {
    background: rgba(76, 165, 198, 0.4);
}

.hp4 li {
    background-color: transparent;
    border: none;
}

.hp6 img:hover {
    cursor: pointer;
}

@media(max-width:767px) {
    .hp6 {
        margin-top: 20px;
    }
}

@media(min-width:768px) {
    .hp6 {
        margin-top: 20px;
    }
}

@media(min-width:992px) {
    .hp6 {
        margin-top: 0px;
    }
}

@media(min-width:1200px) {}

ul.slides {
    padding: 0;
    margin: 0;
}

ul.slides li {
    /*margin-left:-20px;*/
    list-style-type: none;
    position: relative;
}

ul.slides li img {
    width: 100%;
}

.more-details {
    position: absolute;
    bottom: 0;
    left: 0;
}

.more-details h3 {
    margin: 25px;
}

.more-details p {
    margin: 25px;
}

.more-details a {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(220, 90, 73);
    background-color: rgba(220, 90, 73, 0.6);
    padding: 10px;
}

.all-events {
    position: absolute;
    bottom: 0;
    right: 0;
}

.all-events p {
    margin: 25px;
}

.all-events a {
    text-decoration: none;
    color: #ffffff;
    background-color: #E52027;
    padding: 10px;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: none;
}

@media(min-width:1200px) {
    .ls-container, .ls-inner, .ls-lt-container, .ls-lt-tile, .ls-slide {
        height: 248px !important;
    }
}

ul.recent_posts_with_excerpts {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts blockquote {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts li {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts li {
        height: 100px;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts li {
        height: 97px;
        margin-bottom: 10px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts li {
        height: 59px;
        margin-bottom: 10px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts li {
        height: 74px;
        margin-bottom: 13px;
    }
}

ul.recent_posts_with_excerpts img {
    float: left;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts img {
        height: 99px;
        width: 99px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts img {
        height: 96px;
        width: 96px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts img {
        height: 58px;
        width: 58px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts img {
        height: 73px;
        width: 73px;
    }
}

ul.recent_posts_with_excerpts h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    padding-top: 10px;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 110px;
        font-size: 14px;
        width: 50%;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 105px;
        font-size: 14px;
        width: 160px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 65px;
        font-size: 10px;
        width: 90px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts h2 {
        margin-left: 85px;
        font-size: 14px;
        width: 130px;
    }
}

ul.recent_posts_with_excerpts h2 a {
    color: #4d4d4d;
    text-decoration: none;
}

ul.recent_posts_with_excerpts h2 a:visited {
    color: #4d4d4d;
    text-decoration: none;
}

ul.recent_posts_with_excerpts h3 {
    margin: 0;
    padding: 0;
    color: #acacac;
    width: 130px;
    padding-top: 5px;
}

@media(max-width:767px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 110px;
        font-size: 14px;
        width: 250px;
    }
}

@media(min-width:768px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 105px;
        font-size: 14px;
        width: 160px;
    }
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 65px;
        font-size: 10px;
        width: 90px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts h3 {
        margin-left: 85px;
        font-size: 10px;
        width: 130px;
    }
}

ul.recent_posts_with_excerpts blockquote p:first-child {
    display: none;
}

ul.recent_posts_with_excerpts blockquote small:before {
    content: ''
}

ul.recent_posts_with_excerpts blockquote small {
    margin: 0;
    padding: 0;
}

ul.recent_posts_with_excerpts blockquote small a {
    width: 50px;
    height: 25px;
    display: inline-block;
    background-color: #00a050;
    float: right;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Latest Posts Widget*/

.things-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #4ca5c6;
    color: #ffffff;
}

.travel-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #00a050;
    color: #ffffff;
}

.food-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #96c949;
    color: #ffffff;
}

.stay-menu ul.recent_posts_with_excerpts blockquote small a {
    background-color: #ecc64c;
    color: #ffffff;
}

@media(min-width:992px) {
    ul.recent_posts_with_excerpts blockquote small a {
        font-size: 12px;
    }
}

@media(min-width:1200px) {
    ul.recent_posts_with_excerpts blockquote small a {
        font-size: 14px;
    }
}

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


/*----------------------------------------*/


/*SIDEBARS*/


/*----------------------------------------*/

.sidebar-1 {
    padding: 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
}

.sidebar-1 ul {
    padding: 0px;
}

.attribute {
    padding: 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
    margin-top: -20px;
    font-size: 9px;
}

.sidebar-1 h2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
}

.sidebar-1 li {
    list-style-type: none;
}

.sidebar-1 li a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.sidebar-1 ul.children {
    /*padding-left:20px;*/
    padding-left: 0px;
}

.sidebar-1 ul.children li a {
    color: #4d4d4d;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
}

.sidebar-1 li.blog-side-heading {
    color: #00a050;
    font-weight: normal;
    font-size: 14px;
}

.sidebar-1 li.blog-side-heading {
    color: #00a050;
    font-weight: normal;
    font-size: 14px;
}

.sidebar-1.events-sidebar ul {
    padding-left: 15px;
}

.sidebar-1.events-sidebar ul li {
    margin-bottom: 5px;
}

.sidebar-1.events-sidebar ul li a {
    color: #00a050;
}

.upcoming-events h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

.upcoming-event {
    /*padding:20px;*/
    height: 75px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
}

.event-image {
    float: left;
}

.event-title {
    float: left;
    width: 130px;
}

.event-title h2 {
    font-size: 14px;
    margin: 10px 0 0 10px;
}

.event-link a {
    float: right;
    margin: 10px 10px 0 0;
    background-color: #00a050;
    padding: 3px 10px;
    color: #ffffff;
    text-decoration: none;
}

.upcoming-events .activity-frame {
    margin-bottom: 20px;
}



.things-sidebar li a {
    color: #4ca5c6;
}

.travel-sidebar li a {
    color: #00a050;
}

.food-sidebar li a {
    color: #96c949;
}

.stay-sidebar li a {
    color: #ecc64c;
}

.product-sidebar li a {
    color: #00a050;
}


/*----------------------------------------*/


/*MEET THE TEAM PAGE*/


/*----------------------------------------*/

.sidebar-1 .wp-caption {
    margin: 0 auto;
    width: 80% !important;
}

.sidebar-1 .img-responsive {
    border-radius: 150px;
    -webkit-border-radius: 150px;
    max-width: 100%;
}

.sidebar-1 .wp-caption-text {
    text-align: center;
}

.team h2 {
    color: #00a050;
    margin-left: 20px;
}

.flags img {
    float: right;
    margin: 0 2px !important;
}

.team a {
    text-decoration: none;
}

.team p {
    font-size: 1.2em;
}

.page-id-1064 .team ul {
    padding-left: 0px;
}

.page-id-1064 .team h2 {
    margin-left: 0px;
}

h1.sidebar-1 {
    margin-top: 0;
    font-size: 2em;
}

@media(min-width:992px) and (max-width:1199px) {
    .team h2 {
        margin-left: 0px;
    }
}

@media(max-width:991px) {
    .team h2 {
        margin-left: 10px;
    }
}

@media(max-width:767px) {
    .team {
        text-align: center;
    }
    .team h2 {
        margin-left: 0px;
    }
    .flags img {
        float: none;
        text-align: center;
    }
    .sidebar-1 .wp-caption {
        width: 236px !important;
    }
    .sidebar-1 .img-responsive {
        margin: 0 auto;
    }
    .page-id-1064 .team {
        text-align: left;
    }
    .page-id-1064 .team ul {
        padding-left: 0px;
    }
}


/*----------------------------------------*/


/*HIDDEN GEMS/SPECIAL OFFERS*/


/*----------------------------------------*/

.page-numbers-container {
    margin-bottom: 30px;
    margin-top: 10px;
}

.page-numbers {
    font-size: 1.2em;
}

a.page-numbers {
    color: #00a050;
    text-decoration: none;
}


/*----------------------------------------*/


/*ISOTOPE FILTER GENERAL*/


/*----------------------------------------*/


/*Colors for Buttons and Headings for Different Sections/Categories for Filter Icons*/

.tax-things_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-things_categories #filters .filter {
    background-image: url(images/nav-things-icon.png);
}

.tax-travel_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-travel_categories #filters .filter {
    background-image: url(images/nav-travel-icon.png);
}

.tax-food_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-food_categories #filters .filter {
    background-image: url(images/nav-food-icon.png);
}

.tax-stay_categories #filters .all {
    background-image: url(images/all.png);
}

.tax-stay_categories #filters .filter {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-special-php #filters .all, .page-template-hidden-php #filters .all {
    background-image: url(images/all.png);
}

.page-template-special-php #filters .things, .page-template-hidden-php #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.page-template-special-php #filters .food, .page-template-hidden-php #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.page-template-special-php #filters .stay, .page-template-hidden-php #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-special-php #filters .travel, .page-template-hidden-php #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.tooltip.top {
    margin-top: -10px;
}

.tooltip-inner {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-transform: uppercase;
    max-width: 300px;
}


@media(max-width:767px) {
    .sorts-filters {
        display: none;
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


/*
==========================================================================================
Search results page
==========================================================================================
*/

.search-results #filters .all, .search-results #filters .all {
    background-image: url(images/all.png);
}

.search-results #filters .things, .search-results #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.search-results #filters .food, .search-results #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.search-results #filters .stay, .search-results #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.search-results #filters .travel, .search-results #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.search-results .tooltip-inner, .search-results .tooltip-inner {
    color: #f05a24;
}

.search-results .tooltip.top .tooltip-arrow, .search-results .tooltip.top .tooltip-arrow {
    border-top-color: #f05a24;
}

.search-results #filters .things:hover + .tooltip .tooltip-inner, .search-results #filters .things:hover + .tooltip .tooltip-inner {
    color: #4ca5c6;
}

.search-results #filters .things:hover + .tooltip.top .tooltip-arrow, .search-results #filters .things:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.search-results #filters .food:hover + .tooltip .tooltip-inner, .search-results #filters .food:hover + .tooltip .tooltip-inner {
    color: #96c949;
}

.search-results #filters .food:hover + .tooltip.top .tooltip-arrow, .search-results #filters .food:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.search-results #filters .stay:hover + .tooltip .tooltip-inner, .search-results #filters .button.stay:hover + .tooltip .tooltip-inner {
    color: #ecc64c;
}

.search-results #filters .stay:hover + .tooltip.top .tooltip-arrow, .search-results #filters .button.stay:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.search-results #filters .travel:hover + .tooltip .tooltip-inner, .search-results #filters .button.travel:hover + .tooltip .tooltip-inner {
    color: #00a050;
}

.search-results #filters .travel:hover + .tooltip.top .tooltip-arrow, .search-results #filters .button.travel:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}


/*
==========================================================================================
Top 5 page
==========================================================================================
*/

.page-template-top5-php #filters .all, .page-template-top5-php #filters .all {
    background-image: url(images/all.png);
}

.page-template-top5-php #filters .things, .page-template-top5-php #filters .things {
    background-image: url(images/nav-things-icon.png);
}

.page-template-top5-php #filters .food, .page-template-top5-php #filters .food {
    background-image: url(images/nav-food-icon.png);
}

.page-template-top5-php #filters .stay, .page-template-top5-php #filters .stay {
    background-image: url(images/nav-stay-icon.png);
}

.page-template-top5-php #filters .travel, .page-template-top5-php #filters .travel {
    background-image: url(images/nav-travel-icon.png);
}

.page-template-top5-php .tooltip-inner, .page-template-top5-php .tooltip-inner {
    color: #f05a24;
}

.page-template-top5-php .tooltip.top .tooltip-arrow, .page-template-top5-php .tooltip.top .tooltip-arrow {
    border-top-color: #f05a24;
}

.page-template-top5-php #filters .things:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .things:hover + .tooltip .tooltip-inner {
    color: #4ca5c6;
}

.page-template-top5-php #filters .things:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .things:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #4ca5c6;
}

.page-template-top5-php #filters .food:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .food:hover + .tooltip .tooltip-inner {
    color: #96c949;
}

.page-template-top5-php #filters .food:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .food:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #96c949;
}

.page-template-top5-php #filters .stay:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .button.stay:hover + .tooltip .tooltip-inner {
    color: #ecc64c;
}

.page-template-top5-php #filters .stay:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .button.stay:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #ecc64c;
}

.page-template-top5-php #filters .travel:hover + .tooltip .tooltip-inner, .page-template-top5-php #filters .button.travel:hover + .tooltip .tooltip-inner {
    color: #00a050;
}

.page-template-top5-php #filters .travel:hover + .tooltip.top .tooltip-arrow, .page-template-top5-php #filters .button.travel:hover + .tooltip.top .tooltip-arrow {
    border-top-color: #00a050;
}

.page-template-top5-php nav.col-md-9.col-md-push-3.sidebar-1 {
    display: none;
}


/*----------------------------------------*/


/*ISOTOPE SORT BY*/


/*----------------------------------------*/

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    display: none;
    width: 198px;
    right: -21px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

dl.sort-by {
    position: relative;
    float: right;
    width: 198px;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 20px 0 8px;
    z-index: 15;
    background-color: #ffffff;
}

dl.sort-by dt {
    height: 35px;
    line-height: 35px;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

dl.sort-by dt:hover {
    cursor: pointer;
}

ul.sort-options li {
    list-style-type: none;
    text-align: left;
}

ul.sort-by li ul.visible {
    display: block;
    margin: 0;
    padding: 0;
    width: 198px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    right: -1px;
}

dl.dropdown dd ul.sort-options li button {
    float: left;
    text-align: left;
    width: 100%;
    display: block;
    border: none;
    background-color: #ffffff;
}

dl.dropdown dd ul.sort-options li button:hover {
    color: #ffffff;
    background-color: #ccc;
}

#filters, .postcount {
    margin-left: 10px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Sort By Dropdown*/

.tax-things_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #4ca5c6;
}

.tax-travel_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #00a050;
}

.tax-food_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #96c949;
}

.tax-stay_categories dl.dropdown dd ul.sort-options li button:hover {
    background-color: #ecc64c;
}

.blog dl.dropdown dd ul.sort-options li button:hover {
    background-color: #00a050;
}


/*----------------------------------------*/


/*ACTIVITY THUMBNAILS*/


/*----------------------------------------*/

.things-to-do-special-offers-things .activity-frame p, .places-to-go-special-offers-travel .activity-frame p, .places-to-eat-special-offers-food .activity-frame p, .where-to-stay-special-offers-stay .activity-frame p {
    display: none;
}

.things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
    background-color: #F2E7CB;
    background-image: url(images/special-offer.png);
    background-repeat: no-repeat;
}

@media(max-width:767px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 50px;
        background-size: 60%;
    }
}

@media(min-width:768px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 50px;
        background-size: 80%;
    }
}

@media(min-width:992px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 70px;
        background-size: 95%;
    }
}

@media(min-width:1200px) {
    .things-to-do-special-offers-things .activity-frame, .places-to-go-special-offers-travel .activity-frame, .places-to-eat-special-offers-food .activity-frame, .where-to-stay-special-offers-stay .activity-frame {
        background-position: center 60px;
        background-size: 90%;
    }
}

.activity-thumb {
    margin: 0 0 30px 0;
}

@media(max-width:767px) {
    .activity-thumb {
        /*max-width: 727px !important;
        min-width: 727px !important;*/
        width: 95%;
    }
    .activity-thumb .thumb-img {
        min-height: 80px;
        overflow: hidden;
    }
}

@media(min-width:768px) {
    .activity-thumb {
        /*         max-width: 357px !important; */
    }
    .activity-thumb .thumb-img {
        height: 165px;
        overflow: hidden;
    }
}

@media(min-width:992px) {
    .activity-thumb {
        max-width: 235px !important;
    }
    .activity-thumb .thumb-img {
        height: 100px;
        overflow: hidden;
    }
    .activity-frame h2 {
        height: 45px;
        /*overflow:hidden;*/
    }
    .activity-frame p {
        height: 40px;
        overflow: hidden;
    }
}

@media(min-width:1200px) {
    .activity-thumb {
        max-width: 290px !important;
    }
    .activity-thumb .thumb-img {
        height: 125px;
        overflow: hidden;
    }
    .activity-frame h2 {
        height: 45px;
        /*overflow:hidden;*/
    }
    .activity-frame p {
        height: 40px;
        overflow: hidden;
    }
}

.activity-frame {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.activity-frame .thumb-text {
    padding: 0 20px 20px 20px;
    height: 120px;
}

.activity-frame h2 {
    margin-top: 0;
    /*line-height:.4em;*/
    line-height: 16px;
}

h2.az.za {
    padding-top: 5px;
}

.post .activity-frame .thumb-text {
    padding: 0 20px 20px 20px;
    height: 100px;
}

.post .activity-frame h2 {
    line-height: .4em;
    margin-top: 0;
}

.activity-frame h2 a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.activity-frame p {
    font-size: 14px;
    margin: 0px;
}

.activity-frame .thumb-img {
    position: relative;
}

.activity-frame .view-btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    letter-spacing: 2px;
}

.activity-frame .view-btn a {
    font-size: 14px;
    text-decoration: none;
}

.activity-frame .view-btn a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.view-btn a {
    color: #ffffff;
    margin: 0;
    padding: 8px 15px;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Post Thumbnails*/

.things .view-btn a {
    background-color: #4ca5c6;
}

.things .view-btn a:hover {
    background-color: #82c0d7;
}

.travel .view-btn a {
    background-color: #00a050;
}

.travel .view-btn a:hover {
    background-color: #4bb680;
}

.food .view-btn a {
    background-color: #96c949;
}

.food .view-btn a:hover {
    background-color: #a7d850;
}

.stay .view-btn a {
    background-color: #ecc64c;
}

.stay .view-btn a:hover {
    background-color: #dbc075;
}

.post .view-btn a {
    background-color: #00a050;
}

.post .view-btn a:hover {
    background-color: #4bb680;
}

.event-post .view-btn a {
    background-color: #00a050;
}

.event-post .view-btn a:hover {
    background-color: #4bb680;
}

.activity-thumb.events .view-btn a {
    background-color: #00a050;
}

.activity-thumb.events .view-btn a:hover {
    background-color: #4bb680;
}

a.week {
    background-color: #00a050;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

a.week:hover {
    background-color: #4bb680;
}


/*----------------------------------------*/


/*ACTIVITY DETAIL PAGE*/


/*----------------------------------------*/

.activity-detail {
    padding-bottom: 20px;
    /*font-size:12px;*/
    font-size: 14px;
}

.activity-main-content {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-top: 15px;
    margin-bottom: 20px;
}

.activity-detail .one_half {
    padding-right: 15px;
}

.activity-detail .featured-image, .activity-detail .featured-video {
    margin-bottom: 20px;
}

.featured-image .img-responsive {
    display: inline;
}

.activity-detail .share-activity {
    margin: 2px 0 20px 0;
}

.activity-detail .share-activity span {
    font-weight: bold;
}

.activity-detail .share-activity a {
    color: #f0f0f0;
    border: none;
}

.activity-detail .share-activity a:hover {
    color: #f0f0f0;
}

.activity-detail .share-activity img {
    margin-left: 10px;
}

.activity-detail .share-activity .visit-site-link {
    float: right;
    color: #ffffff;
    background-color: #00a050;
    font-weight: bold;
    padding: 8px 20px;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 5px;
}

.activity-side-links {
    padding: 10px;
}

.side-link img {
    margin-right: 15px;
    float: left;
}

.side-link {
    margin-bottom: 20px;
}

.side-link a {
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    color: #4d4d4d;
    line-height: 30px;
}

.side-link a:hover {
    cursor: pointer;
}

.associated a {
    float: right;
}

.orange-btn a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    background-color: #f05a24;
    padding: 8px 10px;
    /* box-shadow: 0px 0px 10px #999999; */
    letter-spacing: 2px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    margin-top: -25px;
    /*margin-right: 5px;*/
    margin-left: 15px;
}

.orange-btn-taxon a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: normal;
    background-color: #f05a24;
    padding: 8px 15px 7px;
    /* box-shadow: 0px 0px 10px #999999; */
    letter-spacing: 2px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    bottom: 18px;
    right: 25px;
    position: absolute;
}

.orange-btn-taxon a:hover {
    background-color: #ee8762;
    opacity: 1;
}

.wpfp-link {
    padding: 10px;
}


/*Saved Button in Sidebar*/

.saved {}

.saved .wpfp-span {
    background: white;
    margin-left: 0px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    padding: 10px;
}

.side-link .wpfp-span {
    margin-left: 0px;
}

.wpfp-span .saved_icon {
    background: url(http://dvc.evolvedublin.com/wp-content/themes/dublin-visitors-centre/images/save-icon.png);
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px;
}

.wpfp-span ul {
    list-style: none;
    padding: 0;
}

.wpfp-span ul li {
    line-height: 4em;
    height: 4em;
    clear: both;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.wpfp-span li a {
    text-transform: uppercase;
    font-weight: normal;
    color: #4d4d4d;
    text-decoration: none;
    margin-right: 5px;
}

.wpfp-span li a.title {
    float: left;
    width: 45%;
}

.wpfp-span .share-activity {
    width: 40%;
    float: left;
    text-align: right;
}

.wpfp-span .remove-parent {
    padding-top: 10px;
    float: left;
    width: 12%;
    text-align: center;
    background: url(images/remove_saved.png)no-repeat;
    background-position: 8px 15px;
    height: 50px;
    width: 50px;
}

.activity-side-details {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.activity-side-details h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 15px 0 10px 0;
    letter-spacing: 1px;
}

.activity-side-details p {
    margin: 0 0 5px 0;
}

.activity-side-details span {
    padding-right: 15px;
}

.loveireland-ad {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.loveireland-ad img {
    display: block;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
}


/*Colors for Buttons and Headings for Different Sections/Categories on Activity Detail Pages*/

.single-things .activity-side-details span {
    color: #4ca5c6;
}

.single-things .visit-site-link {
    background-color: #4ca5c6;
}

.single-travel .activity-side-details span {
    color: #00a050
}

.single-travel .visit-site-link {
    background-color: #00a050
}

.single-food .activity-side-details span {
    color: #96c949;
}

.single-food .visit-site-link {
    background-color: #96c949;
}

.single-stay .activity-side-details span {
    color: #ecc64d;
}

.single-stay .visit-site-link {
    background-color: #ecc64d;
}


/*----------------------------------------*/


/*BLOG DETAIL PAGE*/


/*----------------------------------------*/

.blog-side {
    margin-bottom: 20px;
}

.comment-respond {
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 20px;
    margin-bottom: 20px;
}

h2.comments-title {
    color: #00a050;
}

a time, a.comment-edit-link, a.comment-reply-link, .logged-in-as a {
    color: #00a050;
}

h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #00a050;
}

input#author, input#email {
    width: 49%;
    background-color: #ebebeb;
    border: none;
    height: 30px;
    margin-bottom: 10px;
    padding: 5px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    font-size: 12px;
    color: #000000;
}

input#author {
    float: left;
}

input#email {
    float: right;
}

textarea#comment {
    width: 100%;
    background-color: #ebebeb;
    border: none;
    height: 60px;
    margin-bottom: 10px;
    padding: 5px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    color: #000000;
}

input#submit {
    background-color: #00a050;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border: none;
    color: #ffffff;
    padding: 6px 20px;
}


/*----------------------------------------*/


/*MAP PAGE*/


/*----------------------------------------*/

ul.map-menu, ul.map-menu ul.map-sub-menu {
    padding: 0;
    margin: 0;
    border: none;
}

ul.map-menu li {
    /*width: 23.875%;
    margin-right: 1.5%;*/
    background-color: #ffffff;
    min-height: 34px;
    border-bottom: 4px solid;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

ul.map-menu li:hover {
    cursor: pointer;
}

ul.map-menu li.map-things {
    border-color: #4ca5c6;
}

ul.map-menu li.map-travel {
    border-color: #00a050;
}

ul.map-menu li.map-food {
    border-color: #96c949;
}

ul.map-menu li.map-stay {
    border-color: #ecc64c;
}

ul.map-menu li:last-child {
    margin-right: 0;
}

ul.map-sub-menu li {
    background: rgb(255, 255, 255);
    /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .9);
}

ul.map-sub-menu, ul.map-sub-menu li {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    text-align: left;
    padding: 10px;
}

ul.map-menu li, ul.map-menu ul.map-sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul.map-menu li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

ul.map-menu li ul.map-sub-menu {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 10;
}

@media(min-width: 407px) and (max-width: 767px) {
    ul.map-menu li ul.map-sub-menu {
        width: 250px;
    }
    li.map-stay ul.map-sub-menu {
        left: -132px !important;
    }
}

#map_loading_img {
    width: 650px;
    height: 250px;
    margin: auto;
}

ul.map-menu li:hover ul.map-sub-menu {
    display: block;
}

div.checks input[type="checkbox"] {
    display: none;
}


/*labels style*/

div.checks label {
    font-size: 12px;
    padding: 3px;
    font-weight: normal;
    color: #acacac;
    line-height: normal;
    display: block;
    line-height: 13px;
}

div.checks label:hover {
    cursor: pointer;
    background: #ccc;
}

div.checks label.parent-label {
    font-size: 15px;
    padding-left: 3px;
    font-weight: bold;
}

div.checks input[type="checkbox"]:checked+label {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

div.checks input[type="checkbox"]:not(:checked)+label {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

div.checks input[type="checkbox"]:checked+label.parent-label {
    background-position: left center;
}

div.checks input[type="checkbox"]:not(:checked)+label.parent-label {
    background-position: left center;
}

div.things-checks.checks label:hover {
    background: rgba(76, 166, 199, 0.59);
}

div.travel-checks.checks label:hover {
    background: rgba(0, 161, 81, 0.59);
}

div.food-checks.checks label:hover {
    background: rgba(150, 202, 73, 0.59);
}

div.stay-checks.checks label:hover {
    background: rgba(238, 200, 75, 0.59);
}

div.things-checks input[type="checkbox"]:not(:checked)+label {}

div.travel-checks input[type="checkbox"]:not(:checked)+label {}

div.food-checks input[type="checkbox"]:not(:checked)+label {}

div.stay-checks input[type="checkbox"]:not(:checked)+label {}

div.things-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.travel-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.food-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.stay-checks input[type="checkbox"]:checked+label {
    background-image: none;
}

div.things-checks input[type="checkbox"]:checked+label.parent-label {
    color: #4ca5c6;
}

div.travel-checks input[type="checkbox"]:checked+label.parent-label {
    color: #00a050;
}

div.food-checks input[type="checkbox"]:checked+label.parent-label {
    color: #96c949;
}

div.stay-checks input[type="checkbox"]:checked+label.parent-label {
    color: #ecc64c;
}

div.map-btm-banner {
    height: 60px;
    position: relative;
    top: -60px;
    z-index: 10;
}

.food-checks.checks {
    overflow: scroll;
}

/*
------------------------------------------------------------------------------------------
End Shop Styles Above
------------------------------------------------------------------------------------------
*/

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
    padding: 0 0 0 20px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.5% !important;
    height: 189px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: 0 !important;
}

.products .activity-frame h2 {
    line-height: 1.4em;
    margin-top: 0;
    color: #00a050;
    height: 50px;
}

.count {
    background: transparent;
}

.products .activity-frame .thumb-text {
    height: 60px;
}

.products .activity-frame .view-btn {
    bottom: 33px;
    left: 15px !important;
}

.products .activity-frame .price .amount {
    background: #00a050;
    position: absolute;
    right: 25px;
    bottom: 4px;
    padding: 3px 10px;
    color: white;
}

a.button.view-btn.product_type_simple {
    color: white;
    background: #00a050;
    font-weight: normal;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: green !important;
    opacity: 1;
}

.single-product .col-md-pull-9 {
    right: 0;
}

/*
------------------------------------------------------------------------------------------
    Various bug fixes and improvements 
------------------------------------------------------------------------------------------
*/


/* google remarketing causes 13px margin on body */

iframe[name='google_conversion_frame'] {
    display: none;
}

