:root {
    --main-maxwidth: 70%;
    --main-maxwidth-mobile: 100%;
    --main-common-light: rgb(253, 232, 206, 0.6);
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: var(--main-color);
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a:hover {
    color: var(--main-color);
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: var(--main-color) !important;
}

.ftco-navbar-light.scrolled .nav-item.active>a:hover {
    color: var(--main-color) !important;
}

.light {
    background-color: var(--mainlight-color) !important;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #000000;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: var(--main-color) !important;
}

.blogcontainer {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}

.blogcontent {
    padding-bottom: 1em;
}

.blogcontent img {
    max-width: 100%;
}

.blogcontent .end_description {
    margin-top: 2em;
    text-align: justify;
    max-width: var(--main-maxwidth);
    margin: 50px auto 10px auto;
}

.b_title {
    /*max-width: var(--main-maxwidth);*/
    max-width: 100%;
    font-size: 17px;
    font-weight: bold;
    position: inherit;
    background: var(--main-common-light);
    /* padding: 8px 16px; */
    padding: 4px 0px;
    margin: 64px auto 32px auto;
    border-bottom: 1px solid var(--main-color);
    border-radius: 5px;
}

.b_title .content {
    /*margin: auto 0px auto 1em;*/
    margin: auto auto auto auto;
    /*width: 100%;*/
    width: var(--main-maxwidth);
    font-size: 1.25em !important;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-weight: 700;
}

.b_roundsection {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 1.8em;
    padding: 12px 24px;
    background: var( --main-common-light) !important;
    color: #000000;
    border-radius: 5px;
    max-width: var(--main-maxwidth);
    margin: 50px auto 10px auto;
}

.b_roundsection a {
    color: var(--maindark-color);
    text-decoration: underline;
}

.b_roundsection .facebook {
    margin-bottom: unset;
}

.useractions {
    background: var( --main-common-light) !important;
    color: #000000;
    border-radius: 5px;
    max-width: var(--main-maxwidth);
    display: flex;
}

.useractions .gnfav {
    /*background-color: var(--main-color) !important;
    border: 2px solid var(--main-color);*/
    background-color: rgb(237, 73, 86) !important;
    border: 2px solid rgb(237, 73, 86);
}

.useractions .gfav {
    background-color: rgb(237, 73, 86) !important;
    border: 2px solid rgb(237, 73, 86);
}


/*.useractions .gfav:hover i{
    font-weight:900 !important;
}*/

.useractions .gfav.isfav i {
    font-weight: 900 !important;
}

.b_roundsection.useractions p {
    margin: auto 0em auto 0em;
}

.b_roundsection.useractions .socialicons {
    align-self: flex-end;
}

.b_roundsection.useractions .socialicons .facebook {
    margin-bottom: unset;
}

.b_roundsection.useractions .socialicons .eventshare {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.b_roundsection.useractions .eventshare {
    width: 25px !important;
    height: 25px;
}

.b_roundsection .actions {
    font-size: 1em;
}

.b_roundsection.useractions .author {
    align-items: flex-start;
}

.b_roundsection.useractions .socialicons a {
    color: #ffffff;
}

.b_roundsection .actions .actionbtn {
    padding: 0.2rem 0.6rem !important;
    text-decoration: none;
    min-width: 100px;
    border-radius: 6px;
    /*border-radius: 25px;*/
    float: left !important;
    margin: 0px !important;
    font-size: 0.8em !important;
}


/* */


/* templates */

.blogarticle [class*="col-"], .blogarticle .activity .actions {
    float: none !important;
    padding: 0 20px;
}


/* templates */

.b_section_header {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    position: inherit;
    background: var( --main-common-light);
    /* padding: 8px 16px; */
    padding: 4px 0px;
    margin: 64px 0px 32px;
    border-bottom: 1px solid var(--main-color);
}

.b_section_header.normal {
    border-bottom: none;
    background: none;
}

.b_section_header .content {
    margin: auto;
    max-width: var(--main-maxwidth);
    color: #000;
}

.moreribbon {
    min-width: 15%;
    right: 17%;
    position: relative;
    font-size: 12px;
    color: var(--main-color);
    background-color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

.aligncenter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.rmargin {
    margin-right: 10px;
}

.maintext {
    color: var(--main-color);
}


/* 
.gnoleftpadding {
    padding-left: 0px !important;
} */

.gtflexwrap {
    flex-wrap: wrap;
}

.gtflex {
    display: flex;
}

.gtflexend {
    align-items: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.rounded_icon {
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    page-break-inside: avoid;
}

.gimgopen {
    background-color: rgba(0, 0, 0, 0.65) !important;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #ffffff !important;
    cursor: pointer;
}

@media (min-width: 1200px) {
    /*nav .container {
        max-width: 100%;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .navbar-light #listsectiontabs>.nav-item>.nav-link {
        color: #ffffff !important;
    }
    .navbar-light .navbar-nav>.nav-item>.nav-link {
        color: #ffffff !important;
    }
    .navbar-light.scrolled #listsectiontabs>.nav-item>.nav-link {
        color: #000000 !important;
    }
    .navbar-light #listsectiontabs>.nav-item.active>.nav-link {
        color: var(--main-color) !important;
    }
}


/* Media CSS */

@media screen and (max-width: 470px) and (min-width: 300px) {
    .blogcontainer {
        padding-top: 0px;
    }
    .navbar-light .navbar-nav>.nav-item>.nav-link {
        color: #ffffff;
    }
    .b_roundsection {
        max-width: 100%;
        padding: 6px 6px;
        margin: 15px 5px 10px 5px;
    }
    .b_title .content {
        width: 100%;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .b_section_header .content {
        width: 100%;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}


/* Map styles */

#s_map #download {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    color: #000000;
}

#s_map #download a {
    color: var(--main-color);
}

#b_map {
    height: calc(100vh - 140px);
    width: 100%;
}

.b_map .map-icon {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
}

.b_rounded_icon {
    background-color: var(--main-color);
    -webkit-box-align: center;
    align-items: center;
    min-width: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    page-break-inside: avoid;
}

.b_map .leaflet-popup .leaflet-popup-content {
    max-width: 200px;
}

.b_map .leaflet-popup .a_thumbnail {
    width: 100%;
}

.socialnumber {
    position: absolute;
    font-size: 8px;
    margin-top: 31px;
}

.bucketlist.icon.selected {
    font-weight: 900 !important;
}

.bucketlist.icon {
    font-weight: 400 !important;
}

#ts_addtobucketlist .favicon:before {
    content: "\f08a" !important;
}

#ts_addtobucketlist.selected .favicon:before {
    content: "\f004" !important;
}

#ts_addtobucketlist.selected #added {
    display: inline-block;
}

#ts_addtobucketlist.selected #addto {
    display: none;
}

#ts_addtobucketlist #addto {
    display: inline-block;
}

#ts_addtobucketlist #added {
    display: none;
}


/* Date range picker changes */

.daterangepicker td.active.in-range,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--ts-maincolor);
}

.daterangepicker td.in-range {
    background-color: var(--ts-mildcolor);
}

hr.blog-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--main-common-light);
}

.blogtype-general #menutabs {
    display: none;
}

.blogarticle .photoblog .blogimage {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 400px;
    margin: 2em 0em 0.5em 0em;
}

.blogarticle .photoblog .blogimage:hover {
    opacity: 0.8;
}

.blogarticle .photoblog .imagedescription {
    font-size: 22px;
    line-height: 30px;
    color: #323232;
    letter-spacing: 0px;
    padding: 0 0 16px;
    margin: 0 auto 16px auto;
    /* border-bottom: 1px solid var(--main-color); */
}


/* list Blog Starts  */

.blogarticle {
    max-width: 100%;
}

.b_section_header {
    max-width: 100%;
    border: none;
    background: none;
    display: flex;
}

.b_section_header .content {
    display: flex;
    max-width: 100%;
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.blogarticle .activity {
    max-width: 100%;
    display: flex;
    /* flex-direction:column; */
}

.blogarticle .activity .mainimage {
    max-width: 100%;
    align-self: flex-end;
}

.blogarticle .activity .mainimage a img {
    max-width: 100%;
    /*max-height: 450px;*/
    max-height: 250px;
    min-height: 250px;
    object-fit: cover
}

.blogarticle .activity .mainimage i {
    color: white;
}

.activity .mainimage .author {
    bottom: 0;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
}

.activity .mainimage .author span:nth-child(1),
.activity .mainimage .author span:nth-child(2) {
    text-align: center !important;
}

.blogarticle .activity .act_details {
    display: flex;
    max-width: 100%;
}

.blogarticle .activity .act_details .maintext {
    font-size: 1rem;
    margin-top: 1rem;
    color: #4f4b4b;
}

.blogarticle .activity .act_details .loc_details {
    font-size: 1rem;
    /*color: #b01afe;*/
    /* margin-bottom: 2rem; */
}

.blogarticle .activity .act_details .loc_details a span {
    font-size: 1rem;
}

.blogarticle .activity .mainimage .author {
    width: calc(100% - 20px);
}

.blogarticle .activity .act_details #moreimages a{
    width: 33.333%;

}

.blogarticle .activity .act_details #moreimages {
    display: flex;
    justify-content: space-between;
}

.blogarticle .activity .act_details #moreimages a img {
    width: 100%;
    height: 120px !important;
}

.blogarticle .activity .act_details #moreimages .moreribbon {
    color: #fff;
    /*background: #b01afe;*/
    border: 1px solid transparent;
    min-width: 0;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 14px;
    position: absolute;
    /*right: 2rem;*/
}

.blogarticle .activity .act_details #moreimages .moreribbon:hover {
    color: #000000;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.blogarticle .activity .act_description {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .b_section_header .content {
        font-size: 1.5rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
        text-align: center;
    }
    .blogarticle .activity .act_details .loc_details {
        text-align: center;
    }
    .blogarticle .activity .act_details #moreimages {
        flex-direction: column;
        align-items: center;
    }
    .blogarticle .activity .act_details #moreimages a {
        width: 230px;
        margin: 1rem 0;
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {
        bottom: 0px;
    }
    .blogarticle .activity .act_description {
        font-size: 1rem;
        line-height: 25px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
    .b_section_header .content {
        font-size: 1.5rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
        text-align: center;
    }
    .blogarticle .activity .act_details .loc_details {
        text-align: center;
    }
    .blogarticle .activity .act_details #moreimages {
        flex-direction: column;
        align-items: center;
    }
    .blogarticle .activity .act_details #moreimages a {
        width: 250px;
        margin: 1rem 0;
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {
        right: 5rem;
        bottom: 1rem;
    }
    .blogarticle .activity .act_description {
        font-size: 1rem;
        line-height: 25px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
    .b_section_header .content {
        font-size: 1.5rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
        text-align: center;
    }
    .blogarticle .activity .act_details .loc_details {
        text-align: center;
    }
    .blogarticle .activity .act_details #moreimages a img {
        /* width: 230px; */
        margin: 1rem 0;
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {
        right: 2rem;
        bottom: 1rem;
    }
    .blogarticle .activity .act_description {
        font-size: 1rem;
        line-height: 25px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .b_section_header .content {
        font-size: 1.5rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
    }
    .blogarticle .activity .act_details #moreimages a img {
        /* width: 230px; */
        margin: 1rem 0;
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {
        right: 2rem;
        bottom: 1rem;
    }
    .blogarticle .activity .act_description {
        font-size: 1rem;
        line-height: 25px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .b_section_header .content {
        font-size: 2rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
    }
    .blogarticle .activity .act_details #moreimages a img {
        /* width: 230px; */
        width: 100%;
        height: 175px;
        /* margin: 1rem 0; */
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {

        right: calc(0.4em + 20px + 1px);
        /* bottom:1rem; */
    }
}

@media only screen and (min-width: 1501px) and (max-width: 2000px) {
    .b_section_header .content {
        font-size: 2rem;
    }
    .blogarticle .activity .act_details .maintext {
        font-size: 1rem;
    }
    .blogarticle .activity .act_details #moreimages a img {
        /* width: 230px; */
        width: 100%;
        height: 175px;
        /* margin: 1rem 0; */
    }
    .blogarticle .activity .act_details #moreimages .moreribbon {
        right: 2rem;
        /* bottom:1rem; */
    }
}


/* List Blog Ends */


/* Photo Blog Start  */

.blogarticle {
    max-width: 100%;
    align-items: center;
}

.blogarticle .photoblog {
    max-width: 100%;
}

.blogarticle .photoblog .introblock {
    max-width: 100%;
}

.blogarticle .photoblog .introblock p {
    font-size: 1.2rem;
    margin: 1rem 0;
}

.blogarticle .photoblog .photosblock {
    max-width: 100%;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.blogarticle .photoblog .photosblock .ph_blog {
    max-width: 100%;
    width: 45%;
    flex: 45%;
}

.blogarticle .photoblog .photosblock .ph_blog .blogimage {
    height: 350px;
    width: 100%;
}

.blogarticle .photoblog .photosblock .ph_blog span {
    border: none;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .blogarticle .photoblog .photosblock .ph_blog {
        width: 100%;
        flex: 100%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
    .blogarticle .photoblog .photosblock) .ph_blog {
        width: 100%;
        flex: 100%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
    .blogarticle .photoblog .photosblock .ph_blog {
        width: 100%;
        flex: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .blogarticle .photoblog .photosblock .ph_blog {
        width: 45% !important;
        flex: 45% !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 2000px) {
    .blogarticle .photoblog .photosblock .ph_blog {
        width: 45% !important;
        flex: 45% !important;
    }
}


/* photo Blog Ends */


/* General Blog Starts */

.g_blog img{
    /*max-width: 100% !important;
    margin: 0em !important;*/
    max-width: 100%;
    margin: 0em;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .g_blog *, ::after, ::before {
        overflow-wrap: break-word;
    }
}

/* General Blog Ends */