
/*@import '../fonts/stylesheet.css';*/

:root {
    --off-white: #F5F5F5;
    --black: #3d3d3d;
    --black-transparent: #00000069;

    --purple: #9785bd;
    --purple-accent: #2f1c3d;

    --orange: #f0ad2b;
    --light-blue: #6dbfe7;
    --burgandy: #af2f45;
    --teal: #0d6587;
    --pink: #af2266;
    --aqua: #007f7b;
    --green: #7ca640;
    --dark-green: #024451;
    --burnt-orange: #e2682c;
    --millitary-green: #096850;
    --royal-blue: #292c54;
    --royal-purple: #562352;
    --abyss-blue: #1f446f;
    --yellow: #fee40b;
    --red: #D12D26;

    --events-bg-color: var(--pink);
    --marketplace-bg-color: var(--aqua);
    --blog-bg-color: var(--purple);
    --books-bg-color: var(--green);
    --puzzles-bg-color: var(--dark-green);
    --photo-gallery-bg-color: var(--burnt-orange);
    --recipes-bg-color: var(--millitary-green);
    --surveys-bg-color: var(--red);
    --jobs-bg-color: var(--light-blue);
    --deals-bg-color: var(--abyss-blue);
    --video-gallery-bg-color: var(--burgandy);
    --business-directory-bg-color: var(--royal-purple);
    --competitions-bg-color: var(--teal);
    --music-bg-color: var(--orange);

}

.loginForm .login-form #form-errors {
    display: none;
}

iframe {
    max-width: 100%;
}

.job__checkbox {
    height: 20px;
    border: .5px solid #999899;
    width: 20px;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
}

.job__checkbox > i {
    display: none;
}

.job__checkbox--checked {
    background-color: #40708a;
}

.job__checkbox--checked > i {
    display: block;
}

.c-gap-10 {
    column-gap: 10px;
}

.grid {
    display: grid;
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.categories li {
    display: flex;
    justify-content: space-between;
}

.categories li a {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}


@media(max-width: 768px) {
    .grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.mw-1000 {
    max-width: 1000px;
}

.w-100 {
    width: 100%;
}


.register-field{
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.register-field > label {
    padding-top: 0!important;
}

.preferredLanguage .input-box{
    padding-top: 0!important;
}

.submit-wrapper  {
    z-index: 200000!important;
}

.panel, .panel-heading {
    background: none!important;
}

.panel-body {
    background: var(--off-white);
}

body {
    font-family: 'open_sans';
    font-size: 16px;
    line-height: 1.44em;
    color: #3c3c3c;
    overflow-x: hidden;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
}

.bg--blog {
    background-color: var(--blog-bg-color)!important;
}

.bg--yellow {
    background-color: #057368 !important;
    color: white!important;
}

.color--black {
    color: var(--black)!important;
}

.bg--off-white {
    background-color: var(--off-white)!important;
}

.color--off-white {
    color: var(--off-white)!important;
}

.bg--jobs {
    background-color: var(--jobs-bg-color)!important;
}

.color--jobs {
    color: white!important;
}

.bg--events {
    background-color: var(--events-bg-color)!important;
}

.bg--surveys {
    background-color: var(--surveys-bg-color)!important;
}

.bg--business-directory {
    background-color: var(--business-directory-bg-color)!important;
}

.bg--deals {
    background-color: var(--deals-bg-color)!important;
}

.bg--quiz {
    background-color: var(--puzzles-bg-color)!important;
}

.bg--photo-gallery {
    background-color: var(--photo-gallery-bg-color)!important;
}

.bg--video-gallery {
    background-color: var(--video-gallery-bg-color)!important;
}

.bg--competitions {
    background-color: var(--competitions-bg-color)!important;
}

.bg--recipes {
    background-color: var(--recipes-bg-color)!important;
}

.bg--marketplace {
    background-color: var(--marketplace-bg-color)!important;
}

.bg--books {
    background-color: var(--books-bg-color)!important;
}

.bg--music {
    background-color: var(--music-bg-color)!important;
}

h1.jobs-board-heading {
    color: var(--off-white);
}

main {
  position: relative;
  flex: 1 0 auto;
}

.product_bottom > span {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.account-information .taxonomyPicker button {
    display: none!important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 52.5%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
    background-color: white;
}

.add-banner.homepage {
    margin-top: 20px;
}

.bannerLink {
    max-width: 728px;
}

.bannerLink img {
    width: 100%;
    max-width: 728px;
}

.mainBannersCont .advert {
    margin-bottom: 20px !important;
}

.top-header-content > div {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /*width: 33%;*/
}

.language-switcher > span {
    margin: 0 10px;
}

.top-header-content .top-social-icon {
    text-align: left;
}

.top-header {
    background-color: #057368;
    padding: 12px 15px;
}

ul {
    list-style: none;
}

ul.social-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.social-icon li {
    display: inline-block;
    text-align: center;
    padding: 5px;
}

ul.social-icon li a {
    color: #fff;
}

.language-switcher a {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    /*font-weight: 800;*/
}

.top-header-content .account-nav {
    text-align: right;
}

.account-nav ul {
    margin: 0;
}

.account-nav ul li {
    display: inline-block;
    margin-left: 5px !important;
}

.account-nav ul li:first-child {
    margin-left: 0 !important;
}

.account-nav ul li a {
    color: #fff;
}

ul li.bemember a {
    border: 3px solid #fee40b;
    color: #fee40b;
    margin-left: 11px;
    padding: 3px 15px;
}

ul li.bemember a:hover {
    background: #fee40b;
    color: #323338;
    text-decoration: none;
}

.quiz-banner {
    margin-bottom: 10px;
    display: flex;
    height: inherit;
    width: inherit;
    justify-content: center;
}

.header-logo {
    float: left;
    width: 30%;
}

.header-add {
    float: right;
    width: 70%;
    text-align: right;
}

.row.logo-area {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar {
    background: #057368 !important;
    zIndex: 9999;
}

.navbar > .container {
    position: relative;
}

.header-add img {
    display: inline-block;
}

.animate {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.form-profile .form-content .form-group-lg > label {
    width: 200px!important;
}
.form-profile .form-content .input-box {
    width: calc(100% - 200px)!important;
}


.collapse.navbar-collapse.main-navi {
    float: left;
    padding: 0;
    width: 95%;
}

.navbar-bootsnipp {
    margin-bottom: 0;
    z-index: 100;
    border: 0;
    border-radius: 0;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: transparent;
}

.navbar-bootsnipp:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50
}

.navbar-bootsnipp.affix-top {
    position: absolute;
    top: 0px;
    width: 100%;
}

.navbar-bootsnipp.affix {
    top: 0px;
    width: 100%;
}

.navbar-bootsnipp .navbar-toggle .icon-bar {
    background-color: #ffe400;
}

.navbar-bootsnipp .navbar-brand {
    color: rgb(95, 176, 228);
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav > li > a {
    color: white;
    padding: 15px 14px;
    text-shadow: none;
    font-size: 17px;
    white-space: nowrap;
}

.navbar-bootsnipp .navbar-nav > li > a:hover {
    color: #fff;
    background-color: none;
}

.navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
.navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
    border-radius: 0px;
}

.navbar-bootsnipp .navbar-nav > li.disabled > a {
    color: rgb(200, 200, 200);
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0px;
}

.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0px solid rgb(95, 176, 228);
    color: rgb(120, 120, 120);
    padding: 10px 20px;
    white-space: nowrap;
}

.navbar .bootsnipp-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}

.navbar .bootsnipp-profile > a > img {
    border-radius: 50%;
    width: 32px;
}

.navbar .bootsnipp-profile > .dropdown-menu {
    width: 320px;
}

.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
    padding: 5px 15px;
}

.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
    width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
    display: none;
}

.navbar-bootsnipp .bootsnipp-search .form-control {
    background-color: rgb(235, 235, 235);
    border-radius: 0px;
    border-width: 0px;
    font-size: 24px;
    padding: 30px 0px;
}

.navbar-bootsnipp .bootsnipp-search .form-control {
    background-color: rgb(235, 235, 235);
    border-radius: 0px;
    border-width: 0px;
    font-size: 24px;
    padding: 25px 0px;
}

.navbar-bootsnipp .bootsnipp-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
    padding: 14px 16px;
    border-radius: 0px;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
    padding: 14px 16px 14px 15px;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
    background-color: rgb(245, 245, 245);
}

.nav-padding {
    padding-top: 61px;
}

.top-search {
    float: right;
}

.top-search a {
    background: #fee40b none repeat scroll 0 0;
    float: right;
    padding: 16px 18px;
    color: #323338;
}

.top-search a.active-search {
    background: #fee40b none repeat scroll 0 0;
    color: #323338;
}

.form-group.btn-search-group {
    margin-bottom: 0;
}

.show-responsive {
    display: none;
}


/*************************/


/**** Search Box*************/


/*******************************/

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
    background: #fff;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

.btn_main {
    background: #525252 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    float: right;
}

.form-control {
    box-shadow: none;
}


/******** Slider Content *********/

.carousel-content {
    color: black;
    display: flex;
    align-items: center;
    height: inherit !important;
}

.carousel-control {
    width: 5%;
    background-image: none !important;
}

.slider-large-img {
    position: relative;
}

.img-detail-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    bottom: 0;
    height: 100%;
    background: #fee40b;
}

a.btn {
    background: #ccc none repeat scroll 0 0;
    border-radius: 0;
    font-size: 1em;
    padding: 5px 15px;
    text-transform: uppercase;
    background: #4c4c4c;
    color: #fff;
}

.carousel-control {
    color: #fee40b;
    text-align: center;
    text-shadow: none;
}

.carousel-indicators li {
    border-color: #fee40b;
}

.carousel-indicators .active {
    background: #fee40b;
}

.btn.btn-yellow {
    background: #fee40b none repeat scroll 0 0;
    color: #000;
}

section#full-width-slider {
    background: #575757 none repeat scroll 0 0;
    padding: 10px 0;
}

.slider-title-btntype {
    color: #fff;
}

.block-month {
    background: #ffb00b none repeat scroll 0 0;
    font-size: 35px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10%;
}

.block-date > span {
    float: left;
    text-align: center;
    width: 100%;
}

.block-date .month {
    font-size: 25px;
}

.block-date .date {
    font-size: 35px;
    font-weight: bolder;
    margin: 10% 0;
}

.time-dis {
    bottom: 10px;
    position: absolute;
    right: 0;
}

.carousel-content h1 {
    color: #fff;
    margin: 0;
}

.carousel-content h3 {
    color: #fff;
}

.carousel-indicators {
    bottom: -4em;
}

.btn.btn-dark-yellow {
    background: #ffb00b none repeat scroll 0 0;
    font-size: 23px;
    margin-right: 10px;
    text-transform: none;
}

.btn.btn-border {
    font-size: 23px;
    text-transform: none;
    border: 3px solid #ffb00b;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

.slider-btn-group {
    margin-top: 5%;
}

.btn.btn-border:hover {
    color: #000;
    background: #ffb00b;
}

.show-small-responsive {
    display: none;
}

section.letest-post {
    padding: 0 0 2em 0;
    background: var(--blog-bg-color);
}

.letest-post .post-small:nth-child(2n+1) {
    margin-right: 0;
}

.section-title > h1 {
    font-weight: bolder;
    margin-top: 0;
}

.section-title {
    float: left;
}

.section-filters {
    float: right;
}

.btn.btn-viewAll {
    /*background-color: #ffb00b;*/
    /*margin-right: 10px;*/
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: right;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

a.btn-viewAll:hover {
    background: #818286 none repeat scroll 0 0;
    color: #fff;
}

.section-filters > span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.section-filters > span.filter-tab a {
    color: #000;
    border-right: 1px solid;
    line-height: 0;
    padding: 0 5px;
    font-weight: 400;
}

.section-filters > span.filter-tab a:last-child {
    border-right: 0;
}


/******************* BUSINESS DIRECTORY (m)*******************/

.directory_placement {
    background-color: var(--business-directory-bg-color);
    /*margin-bottom: 20px;*/
    float: left;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    width: 100%;
}

.directory_placement h1 {
    color: var(--off-white);
    float: left;
    font-weight: bolder;
    /*padding-left: 10px;*/
    width: 65%;
}

.business_heading {
    float: left;
    margin: 0;
    padding-left: 6px;
    position: relative;
    width: 47.9%;
}

.business_left_side {
    float: right;
    padding-right: 13px;
    width: 51%;
}

.business_heading > span {
    float: right;
    margin: 23px auto;
}

.business_post {
    float: left;
    position: relative;
    text-align: center;
    /*box-shadow: 2px 3px 6px #777;*/
}

.business-post-title {
    background: #818286 none repeat scroll 0 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    color: #ffffff;
}

.business_details {
    background: var(--off-white) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    /*position: absolute;*/
    text-align: left;
    width: 100%;
}

.business_details h2 {
    font-size: 24px;
    margin: 0;
}

.business_details > p {
    margin: 0;
}

.small_post {
    background: #ebebeb none repeat scroll 0 0;
    border: 2px solid #ebebeb;
    /*box-shadow: 2px 3px 6px #777;*/
    float: left;
    margin-bottom: 9px;
    width: 100%;
}

.small_post img {
    float: left;
    width: 100%;
}

.small_post_img {
    float: left;
    margin-right: 2%;
    width: 37.1%;
}

.small_post_text {
    float: left;
    padding: 12px 11px 0 9px;
    width: 58.5%;
}

.small_post_text > h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
}

.small_post_text span {
    color: #fe9900;
    font-weight: bold;
}

.small_post_text > p {
    font-size: 16px;
    line-height: 17px;
}

.small-post-detail {
    bottom: 0;
    color: #fff;
    padding: 0 15px;
    text-align: left;
    float: left;
    background: #fde410;
    width: inherit;
}

.post.post-small > .post-block {
  float: left;
}

.small-post-detail > h3 {
    font-size: 20px;
    font-weight: bold;
}

.small-post-detail > h3 > a {
  color: #3c3c3c;
}

.last_border {
    border-bottom: 0px;
}

.business_heading > h1 {
    font-size: 30px;
}


/******************* GIRD POSTS*******************/


/* Grid */

#posts {
    margin: 0 auto 0;
}

.post {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}

.post img {
    padding: 0;
    width: 100%;
}

#grid.container .post img {
    padding: 0;
}

.post.post-large {
    width: 49%;
    margin-left: 0;
}

.post.post-middle {
    width: 24%;
}

.post.post-small {
    width: 24%;
}

.letest-post .post.post-small {
    width: 49.5%;
}

.post-thimbnail-title {
    background: #fee40b none repeat scroll 0 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
}

.post-details {
    /*position: absolute;*/
    bottom: 0;
    padding: 10px 20px;
    text-align: left;
    background: var(--off-white);
    width: 100%;
}

.letest-post .post-details {
    position: initial;
    height: 80px;
}

.post-details h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 28px;
}

.post-details h2 > a {
    color: #3c3c3c;
}

.ad-block {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 90px;
    margin: 30px auto;
    padding: 25px;
    text-align: center;
    width: 728px;
}

.add_post .ad-block {
    margin-top: calc(30px - 0.5%);
}

.add_events .ad-block {
    margin-top: calc(30px - 2%);
}

.post-comments i {
    margin: 0 5px;
}

.jobs-adverts {
    background: var(--jobs-bg-color) none repeat scroll 0 0;
    padding: 0 0 2em 0;
    width: 100%;
    float: left;
}

.jobs-adverts .post-thimbnail-title {
    background: #818286 none repeat scroll 0 0;
    color: #fff;
}

.jobs-adverts .section-filters > span {
    color: #333;
}

.jobs-details {
    bottom: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: left;
    width: 80%;
}

.jobs-details h2 {
    margin-bottom: 0;
    font-weight: bolder;
    font-size: 27px;
}

.jobs-details h2 strong {
    color: #888;
}

.colses-details {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 18%;
    background: #818286;
    color: #fff;
}

.days-limit > span {
    float: left;
    text-align: center;
    width: 100%;
}

.closes-title {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
    padding: 5px 0;
}

.days-limit .days {
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 5%;
    margin-top: 5%;
}

.days-limit .limit-time {
    font-size: 80%;
    margin: 0 0;
}

span.limit-time.job-time {
    background: #818286 none repeat scroll 0 0;
}

.days-limit {
    overflow: hidden;
    padding: 15px 0;
}

.jobs-adverts .post {
    /*box-shadow: 2px 3px 6px #777;*/
}

.post-middle .jobs-details {
    width: 100%;
}

.post-middle .jobs-details {
    padding: 0;
}

.details-only {
    padding: 0 15px;
}

.closing-time {
    color: #fff;
    /*padding: 7px 0;*/
    margin-top: 4%;
    height: 30px;
    text-align: left;
}

.closing-title {
    padding: 7px 5px;
    margin-right: 2%;
    height: 30px;
    display: inline-block;
    float: left;
}

.upcoming-timing {
    background: #fee40b none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
}

.upcoming-events .day_name {
    background: #ffb00b none repeat scroll 0 0;
    font-size: 35px;
    font-weight: 500;
    padding: 0 25px;
    width: 100%;
    line-height: 40px;
}

.date-time {
    overflow: hidden;
    padding: 10px 0;
}

.month {
    font-size: 30px;
}

.date-day {
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
}

.date-time > span {
    float: left;
    text-align: center;
    width: 100%;
    margin: 2px 0;
}

.events-sml-block {
    display: table;
    float: left;
    line-height: 1.24em;
    margin: 0 2% 8px 0;
    width: 49%;
    height: 99px;
}

.events-short-timing .date-time > span:last-child {
    font-size: 25px;
    font-weight: bold;
}

.events-sml-block > div {
    display: table-cell;
    height: 100%;
}

.events-short-details {
    padding: 0 10px;
    text-align: left;
}

.events-sml-block .events-short-timing {
    background: #fee40b none repeat scroll 0 0;
    width: 65px;
}

.upcoming-events .event-small-grid {
    width: 50%;
    margin-right: 0;
}

.event-dis {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.events-large-details h2 {
    margin-bottom: 10px;
}

.events-short-details > span {
    float: left;
    width: 100%;
    font-size: 15px;
}

.event-country > strong {
    color: #ffb00b;
    font-weight: bold;
}

.events-short-timing .day {
    background: #ffb00b none repeat scroll 0 0;
    padding: 5px 0;
    text-transform: uppercase;
}

.events-short-details {
    border-color: #eee #eee #eee -moz-use-text-color;
    border: 2px solid #eee;
    -moz-border: 2px solid #eee;
    -webkit-border: 2px solid #eee;
    border-left: 0;
    padding: 0 10px;
    text-align: left;
}

.separate {
    width: 100%;
}

.side_map {
    border: 3px solid #dddddd;
    margin-bottom: 20px;
    margin-top: 34px;
}

.side_map.hidden {
    display: none;
}

@media (max-width: 990px) {
    .side_map {
        display: none !important;
    }
    .side_map.side_map_mobile {
        display: block !important;
    }
    .side_map.hidden {
        display: none !important;
    }
    .hide_map {
        display: none !important;
    }
    .hide_map.hide_map_mobile {
        display: block !important;
    }
    .hide_map.hide_map_mobile.hidden {
        display: none !important;
    }
}

.side_map.side_map_mobile {
    display: none;
}

.hide_map.hide_map_mobile {
    display: none;
}

.side_map .locationCont {
    overflow:hidden;
    height:273px;
    width:100%;
}

.side_map_list {
    border: 3px solid #dddddd;
    float: left;
    margin-top: 12px;
    width: 100%;
}

.hide_map {
    /*text-align: right;*/
}

.hide_map a {
    background: #057368 none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 6px 12px;
    display: inline-block;
}

.side_map_mobi {
    display: none;
}

.hide_map_mobi {
    display: none;
}


/************************/

footer#footer {
    float: left;
    width: 100%;
    margin-top: 0;
}

.footer-top {
    background: #063830 none repeat scroll 0 0;
    padding: 26px 0 2%;
    color: white;
}

.footer-top p{
    color: white;
}

.footer-top a{
    color: white;
}

.footer-top h3 {
    color: white;
    float: left;
    font-size: 22px;
    width: 75%;
    margin: 5px;
}

.footer-buttons span {
    color: white;
}

.footer-top .btn {
    background: #c89b63 none repeat scroll 0 0;
    float: right;
    padding: 10px 25px;
    text-transform: none;
}

.footer-top .btn:hover {
    color: #fee40b;
}

.footer-bottom {
    background: #2d3e50 none repeat scroll 0 0;
    padding: 2% 0;
}

.footer-links a {
    color: #fff;
    text-transform: none;
}

.show-small-screen {
    display: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    height: 70px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
}

.carousel-indicators .active {
    width: 22px;
    height: 22px;
}


/******************* classified page css *******************/

.cat_text {
    margin: 0 0 15px 0;
#    background: #ffb00b none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.cat {
    background: #ffb00b none repeat scroll 0 0;
    margin-bottom: 6px;
    margin-top: 23px;
    padding-bottom: 1px;
    padding-left: 19px;
    padding-top: 1px;
    color: #fff;
}

.adv {
    float: left;
    margin-top: 0px;
    text-align: left;
    width: 100%;
}

.panel-group {
    margin-bottom: 0px;
}

.adv .adv_btn {
    margin-bottom: 15px;
    margin-top: 20px;
    background: #057368 none repeat scroll 0 0;
    color: var(--black);
    float: left;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 1px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 4px solid #407088;
    font-family: 'Open Sans', sans-serif;
}

.adv .adv_btn h4 {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: 600;
}

.adv .adv_btn h4::after{
    content: '';
    height: .7em;
    width: .7em;
    margin-top: .2em;
    margin-right: 5px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ5NC4xNDggNDk0LjE0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk0LjE0OCA0OTQuMTQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQwNS4yODQsMjAxLjE4OEwxMzAuODA0LDEzLjI4QzExOC4xMjgsNC41OTYsMTA1LjM1NiwwLDk0Ljc0LDBDNzQuMjE2LDAsNjEuNTIsMTYuNDcyLDYxLjUyLDQ0LjA0NHY0MDYuMTI0DQoJCQljMCwyNy41NCwxMi42OCw0My45OCwzMy4xNTYsNDMuOThjMTAuNjMyLDAsMjMuMi00LjYsMzUuOTA0LTEzLjMwOGwyNzQuNjA4LTE4Ny45MDRjMTcuNjYtMTIuMTA0LDI3LjQ0LTI4LjM5MiwyNy40NC00NS44ODQNCgkJCUM0MzIuNjMyLDIyOS41NzIsNDIyLjk2NCwyMTMuMjg4LDQwNS4yODQsMjAxLjE4OHoiIGZpbGw9IiM0MDcwODgiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;"
}

.adv .adv_btn i {
    font-size: 20px;
    padding-left: 7px;
    vertical-align: middle;
}

.adv_btn:hover {
}

.cat_text ul {
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 0;
    position: relative;
    margin: 0px;
}

.cat_text ul li a {
    text-decoration: none;
    color: #4d4d4d;
}

.cat_text ul span {
/*    position: absolute;
    right: 0;*/
}

.cat_text ul li {
    padding-right: 27px;
}

.advert {
    float: left;
    margin-bottom: 17px;
    text-align: center;
    width: 100%;
}

.advert img {
    display: inline;
}

.advert-display {
    float: left;
    margin-bottom: 17px;
    text-align: center;
    width: 100%;
    display: none;
}

.new-jobs {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    /*margin-top: 20px;*/
    padding: 7px 5px 0px;
}

@media (max-width: 767px) {
    .new-jobs {
    }
    .navbar-mobile.side-nav a, .dashboard-sidebar a, .navbar-mobile.side-nav span, .navbar-item-expandable-dropdown, .dashboard-sidebar span {
        background-color: #fff!important;
        color: #057368!important;
    }
}

.new-jobs h4 {
    font-weight: bold;
}


.client_box_main {
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

@media(min-width: 767px) {
    .client_box_main {
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 33.333333%
    }
    .client_box_main .post.post-middle {
        flex-grow: 1;
        width: 30%!important;
    }
}

.resultsSection {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.bottom-advert {
    float: left;
    margin-bottom: 15px!important;
    margin-top: 0!important;
    text-align: left;
    width: 100%;
}

.bottom-advert img {
    display: inline-block;
}


.client_box {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-right: 2%;
    position: relative;
    width: 32%;
}

.client_box h4 {
    border-top: 1px solid #d3d3d3;
    bottom: 0;
    margin-bottom: 2px;
    margin-left: 10px;
    padding-top: 10px;
    width: 90%;
}

.client_box h5 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-weight: bolder;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

.client_box h6 {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 4px;
    padding-right: 4px;
}

.client_box h6 span {
    font-weight: bold;
}

.date_time {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
    background: #818286;
}

.date_time .closing {
    background: #4c4c4c none repeat scroll 0 0;
    float: left;
    padding: 5px;
    text-align: center;
    width: 56%;
}

.date_time .time {
    background: #818286 none repeat scroll 0 0;
    float: left;
    padding: 5px;
    width: 44%;
    text-align: center;
}

.client_box_main *:last-child {
    margin-right: 0;
}

.client_box_row {
    border-spacing: 15px 0;
    display: table;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.article-img img {
    width: 100%;
}

.client_box_row > div {
    display: table-cell;
    float: none;
    height: 100%;
    padding-bottom: 26px;
}

.client_box_row > div > div.date_time {
    bottom: 0;
    position: absolute;
}

.view_job {
    float: right;
    text-align: center;
}

.view_job a.view_job_btn {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 100%;
    text-decoration: none;
}

.view_job .view_job_btn i {
    font-size: 14px;
    padding-left: 7px;
}

.view_job h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px;
    padding: 0;
    text-transform: uppercase;
}

a.view_job_btn:hover {
    background: #818286 none repeat scroll 0 0;
}

.client_box_row .client_box h6 {
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
    font-weight: normal;
}


/******************* classified listing page css *******************/

.search_filter {
    background-color: #f5f5f5;
    color: #414141;
    float: left;
    font-size: 14px;
    margin-top: 11px;
    padding: 5px 17px;
    width: 100%;
}

.order_by {
    float: left;
}

.order_by > form {
    display: inline-block;
}

.order_by > form > select {
    border: 1px solid #ccc;
    padding: 2px;
    width: 174px;
    display: inline-block;
}

.found_records {
    float: right;
    width: 100%;
}

.result {
    float: right;
}

.result__table {
    display: table-row;
    clear: both;
    width: 100%;
    float: none!important;
}

.result__table .actions {
    width: 60px;
    margin-left: 20px;
    display: block;
}

.result__table > * {
    display: table-cell;
}

.found_records > result {
    display: inline-block;
}

.found_records p {
    float: left;
    margin: 0;
    padding-top: 2px;
    text-align: right;
}

.result > form {
    display: inline-block;
}

.result > form > select {
    border: 1px solid #ccc;
    padding: 2px;
    width: 50px;
}

.found_records > span {
    float: right;
    margin-left: 6px;
    margin-top: 2px;
}

.resultsSection .pagination {
    margin-bottom: 15px;
}

.pagination_text {
    background-color: #fde135;
    color: #313131;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    padding: 5px 0 5px 11px;
    position: relative;
    width: 100%;
}

.pagination_text_business {
    margin-bottom: 20px;
}

.pagination_text ul.letters {
    float: left;
    padding: 0;
}

.pagination_text ul {
    margin: 0;
}

.pagination_text li {
    display: block;
    float: left;
    line-height: 26px;
    padding: 0 4px;
    color: #313131;
}

.pagination_text li a {
    color: #313131;
    text-decoration: none;
}

.pagination_text ul.pages {
    float: right;
    margin-right: 140px;
}

.pagination_text .controls {
    background: #ffb00b none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    float: right;
    height: inherit;
    margin: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    padding: 0 20px;
}

.controls > li {
    display: table;
    height: 100%;
}

ul.controls li button,
ul.controls li a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
}

.pagination_text .controls li button,
.pagination_text .controls li a {
    color: #fff;
}

.product_list {
}

@media(max-width:767px) {
    .register-field {
        flex-direction: column;
    }
    .product_list--job {
        margin: 10px 10px 20px 10px;
    }
}

.product_list.event-detail-section,
.product_list_no-margin.product_list {
    margin-top: 0;
}

.product_list .product_top {
    float: left;
    width: 100%;
    font-size: 14px;
    height: 32px;
}

.product_list .product_top .full_time {
    background: #057368  none repeat scroll 0 0;
    color: white;
    float: left;
    font-weight: bolder;
    padding: 5px 12px;
    margin-right: 0.5em;
}

.product_top .email_bta {
    display: inline-block;
    float: right;
}

.product_top .email_bta span {
    float: right;
    margin: 0;
    padding-right: 5px;
}

.product_list .product_top .email_bta span a,
.product_list .product_top .email_bta span button {
    background: #057368  none repeat scroll 0 0;
    color: white;
    float: left;
    padding: 5px 12px;
    width: 100%;
    text-decoration: none;
    border: none;
}

.product_list .product_top .email_bta span.print_icon a {
    background: #323338 none repeat scroll 0 0;
    color: #fde135;
    float: left;
    padding: 7px 12px;
    text-decoration: none;
    width: 100%;
    height: 34px;
}

.product_top .social_icon {
    float: right;
}

.product_top .social_icon span {
    float: left;
    line-height: 0;
    margin: 0;
    width: auto;
}

.social_icon > span > a {
    background: #057368  none repeat scroll 0 0;
    color: #fff;
    height: 33px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    width: 30px;
    float: left;
}

.social_icon span:last-child {
    margin-left: 4px;
}

.product_bottom {
    background: var(--off-white) none repeat scroll 0 0;
    color: var(--black);
    float: left;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product_top .social_icon_inner {
    float: left;
}

.product_top .social_icon_inner span {
    float: left;
    line-height: 0;
    margin: 0;
    width: auto;
}

.social_icon_inner > span > a {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 34px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    width: 34px;
}

.social-likes-btns > span {
    margin-right: 4px;
    float: left;
}

.social_icon_inner span:nth-child(2) {
    margin-left: 2px;
    margin-right: 2px;
}

.social-likes-btns span a {
    background: #323338;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
}

.product_img {
    float: left;
    width: 33%;
    z-index: 999;
    position: relative;
}

.product_details {
    float: left;
    padding: 0 35px;
    width: 67%;
}

.pro_cat {
    color: var(--black);
    font-size: 20px;
    margin-bottom: 10px;
}

.pro_cat_mobi {
    display: none;
}

.pro_cat > i {
    background: #ececec none repeat scroll 0 0;
    font-size: 18px;
    font-style: normal;
    margin-right: 6px;
    padding: 0 3px 0 6px;
}

.pro_cat2 {
    color: var(--black);
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 23px;
    margin-top: 20px;
}

.pro_cat3 {
    color: #3c3c3c;
    font-size: 14px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    padding-top: 10px;
}

.view_detail_bta {
    background: #057368 none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    color: #fff;
    height: 33px;
}

.view_detail_bta > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.show-txt-rspns {
    display: none;
}

.m-img {
    width: 18px;
}

.full_time > a {
    color: inherit;
}


/*Classifed Detals page*/

.product_top .email_bta.clasfd-detail-btn span {
    float: left;
}

.product_top .email_bta.clasfd-detail-btn span:last-child {
    padding-right: 0;
}

.product_list .product_top .email_bta.clasfd-detail-btn span a,
.product_list .product_top .email_bta.clasfd-detail-btn span button {
    padding: 9px 12px;
}

.product-title h2 {
    margin-top: 0;
    font-size: 24px;
}

.product-title2 h2 {
    display: none
}

.class-overview > h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.other-links li {
    position: relative;
}

.other-links ul {
    padding: 0;
}

.social-likes-btns {
    margin: 14px 0;
}


/*replace the content value with the
corresponding value from the list below*/

.other-links li:before {
    content: "\f105";
    font-family: font_awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
    vertical-align: middle;
}

.other-links a {
    color: #414141;
    font-size: 14px;
}

.product-custome-details .col-3 {
    background: #e5e5e5 none repeat scroll 0 0;
    display: block;

    padding: 10px;
    width: 100%;
}

.product-custome-details .col-3:nth-child(2n) {
    background: #d8d7d7 none repeat scroll 0 0;
}

.col-3 > span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #3d3d3d;
}

.product_bottom h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.product-des {
    float: left;
}

.product-custome-details {
    display: block;
    padding-bottom: 20px;
}

.product-desriptions {
    margin: 20px 0;
}

.product-desriptions h5 {
    margin-bottom: 10px;
}

.product-desriptions h6 {
    font-size: 16px;
    font-weight: bold;
}

.product-desriptions > ul {
    font-size: 11px;
    list-style-image: unset;
    list-style-position: outside;
    list-style-type: unset;
    padding-left: 18px;
}

.product-desriptions ul li {
    font-size: 16px;
}

.other-links {
    margin-bottom: 20px;
}

.download_doc p {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 4px 10px;
    width: 100%;
}

.download_doc img {
    padding-right: 10px;
}

.download_doc h5 {
    padding-bottom: 8px;
    padding-top: 14px;
}

.download_doc p a {
    color: #3c3c3c;
}

.apply_form {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px 30px;
    width: 100%;
}

.apply_form > h3 {
    margin: 0;
    padding: 8px 0;
}

.name_main {
    float: left;
    width: 100%;
}

.first_name {
    float: left;
    width: 47%;
}

.last_name {
    float: right;
    width: 47%;
}

.email_address {
    border-bottom: 3px solid #f0f0f0;
    float: left;
    padding-bottom: 26px;
    padding-top: 20px;
    width: 100%;
}

.apply_form input[type="text"] {
    border: 1px solid #acacac;
    color: #3c3c3c;
    height: 40px;
    padding: 10px;
    width: 100%;
}

.upload_cv {
    float: left;
    padding-top: 12px;
    width: 100%;
}

.upload_cv h4 {
    font-weight: bold;
}

.upload_cv span:nth-child(3) {
    color: #ccc;
    float: right;
}

.browse_bta input[type="file"] {
    border: 1px solid #acacac;
    padding: 6px;
    width: 100%;
}

.browse_bta {
    padding-top: 10px;
}

.browse_bta {
    color: #ccc;
    padding-top: 10px;
}

.upload_drive {
    border-bottom: 3px solid #f0f0f0;
    color: #fff;
    float: left;
    margin-top: 14px;
    padding-bottom: 22px;
    width: 100%;
}

.upload_drive span a {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 18px;
    margin-right: 7px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.upload_drive > span img {
    height: auto;
    margin-right: 5px;
    padding-bottom: 3px;
    width: 21px;
}

.message_box {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.message_box textarea {
    border: 1px solid #acacac;
    padding: 6px;
    width: 100%;
    margin-bottom: 20px;
}

.check_box > input {
    margin-right: 4px;
    margin-top: 0;
    vertical-align: sub;
}

.list_view {
    float: right;
    margin-top: 23px;
    padding-left: 14px;
}

.list_view_business {
    margin-top: 8px;
}

.list_view a {
    border: 1px solid #ccc;
    color: #706f6f;
    padding: 2px 10px;
    text-decoration: none;
}

.list_view a:hover {
    border: 1px solid #ccc;
    color: #706f6f;
    padding: 2px 10px;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list_view i {
    font-size: 14px;
    padding-right: 5px;
}

.list_view a.active {
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
    background-color: #323338;
}

.message_box > span {
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.message_box > span.apply_text {
    float: left;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}

a.apply_bta,
.apply_bta {
    background: #323338;
    font-size: 18px;
    color: #ffd800;
    padding: 7px 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.advert2 {
    display: none;
}

.panel-title a {
    padding: 12px 10px;
    text-decoration: none;
}

.panel-title a span {
    background: #323338 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    float: right;
    font-size: 13px;
    margin-left: 3px;
    padding: 1px 9px;
}

.panel-title i {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 3px;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}

.panel-collapse .panel-body ul li {
    font-size: 14px;
    padding: 1px 0px 1px 0;
    border-bottom: 1px solid #eee;
    line-height: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    align-items: center;
}

.panel-collapse .panel-body ul li:last-child {
    border-bottom: 0px solid #eee;
    margin: 0px;
}

.panel-collapse .panel-body ul li span {
    background: #999899 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0 6px;
    line-height: 1.3em;
    vertical-align: super;
    display: flex;
    align-items: center;
}

.recent_post .panel, .cat_text .panel {
    border: 0;
}

.cat_text .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.panel-title {
    color: inherit;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
    background: var(--black-transparent);
    border-bottom: 4px solid #057368;
}

.accordion-toggle {
    float: left;
    padding: 10px 15px;
    width: 100%;
}

.panel-heading {
    padding: 0px;
}

.panel-body ul li a.view_all {
    color: #e59b01;
}

.recent_post {
    font-size: 14px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

@media (max-width: 991px) {
    .recent_post {
        margin-bottom: 15px;
    }
    .cat_text {
        margin: 0 0 15px 0;
    }
}

.recent_post .recent_bta {
    background: #323338;
    color: #fff;
    margin-bottom: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: none;
    color: #fff;
    border-bottom: 4px solid #fde135;
    border-radius: 0;
}

.nav > li > a {
    display: block;
    padding: 6px 15px;
    position: relative;
    color: #fff;
}

.nav-pills > li > a {
    padding: 12px 15px;
}

.recent_main_right {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.recent_main_right > a {
    display: flex;
}

.recent_pic {
    float: left;
    margin: 0;
    padding-right: 10px;
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.recent_right_text {
    float: right;
    width: 67%;
    color: #3c3c3c;
    overflow: hidden;
    display: flex;
}

.recent_right_text > span {
    line-height: 1.2em;
    display: inline-block;
    align-self: center;
}

.recent_right_text > h3 {
    color: #a0a0a0;
    font-size: 14px;
    margin: 0;
}

.tag_text span a {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    padding: 6px 9px;
    text-decoration: none;
}

.recent_pic_big img {
    width: 100%;
}

.tag_text {
    margin-bottom: 17px;
}

.tag_text > h3 {
    font-size: 31px;
    margin-top: 0;
    padding-bottom: 0px;
}

.tag_text > h4 {
    display: inline;
    font-size: 14px;
}

.recent_pic_big {
    position: relative;
}

.recent_pic_big > span {
    background: #fde135 none repeat scroll 0 0;
    bottom: 0;
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    font-size: 14px;
}

.recant-desriptions img {
    width: 100%;
}

.share_icons > ul {
    float: right;
    text-align: right;
}

.share_icons > ul > li {
    display: inline-block;
}

.share_icons ul li a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    width: 47px;
}

.f_share {
    background: #4867aa none repeat scroll 0 0;
    color: #fff;
}

.gho_share {
    background: #504e4e none repeat scroll 0 0;
    color: #fffc00;
}

.del_share {
    background: #3a7bcf none repeat scroll 0 0;
    color: #fff;
}

.digg_share {
    background: #1b5791 none repeat scroll 0 0;
    color: #fff;
}

.tw_share {
    background: #2aa9e0 none repeat scroll 0 0;
    color: #fff;
}

.g_share {
    background: #d3492c none repeat scroll 0 0;
    color: #fff;
}

.my_share {
    background: #003399 none repeat scroll 0 0;
    color: #fff;
}

.my_share img {
    display: inline;
    vertical-align: sub;
}

.li_share {
    background: #02669a none repeat scroll 0 0;
    color: #fff;
}

.tu_share {
    background: #44546b none repeat scroll 0 0;
    color: #fff;
}

.en_share {
    background: #19232d none repeat scroll 0 0;
    color: #fff;
}

.share_icons ul li a:hover {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
}

.share_icons {
    border-top: 3px solid #e7e7e7;
    float: left;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.recant-desriptions {
    margin-top: 14px;
}

.recant_form {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px 30px;
    width: 100%;
    color: #3c3c3c;
}

.recant_form > h3 {
    border-bottom: 3px solid #e7e7e7;
    margin: 0 0 19px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.recant_form input[type="text"],
.recant_form input[type="email"] {
    border: 1px solid #acacac;
    color: #3c3c3c;
    height: 40px;
    padding: 10px;
    width: 100%;
}

.recant_last_name {
    margin-bottom: 10px;
}

a.recant_bta {
    background: #323338;
    font-size: 18px;
    color: #ffd800;
    padding: 7px 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.recant_main {
    float: left;
    width: 33%;
}

.recant_first_name {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.recant_last_name {
    float: left;
    width: 100%;
}

.recant_message_box {
    float: right;
    width: 65%;
}

.recant_message_box textarea {
    border: 1px solid #acacac;
    height: 90px;
    padding: 6px;
    width: 100%;
}

.message_recant {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #979696;
}

.post_comments {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.capcha_form {
    float: left;
    width: 50%;
}

.capcha_form input[type="text"] {
    border: 1px solid #acacac;
    color: #3c3c3c;
    float: left;
    height: 40px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 33%;
}

.recent_post_bottom {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 15px 20px;
    width: 100%;
    color: #3c3c3c;
}

.recent_post_bottom .recent_post_bottom_header {
    border-bottom: 3px solid #e7e7e7;
    margin: 0 0 19px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.recent_post_pic {
    float: left;
    margin-right: 1.5%;
    width: 32.33%;
}

.recent-desriptions {
#    margin-top: 20px;
    margin-bottom: 20px;
}

.recent-descriptions-blog {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.recent-desriptions > p {
#    margin-bottom: 20px;
}

.recent_post_pic > p {
    margin-top: 10px;
}

.recent_post_date {
    position: relative;
}

.recent_post_date > span {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 7px 9px;
    position: absolute;
    width: 100%;
}

.recent_post_bottom .recent_post_pic:last-child {
    margin-right: 0;
}

.recent_post_pic img {
    width: 100%;
}

a.recent_bta_bottom {
    background: #323338 none repeat scroll 0 0;
    color: #ffd800;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 30px;
    text-decoration: none;
}

.product_bottom > p {
    margin-top: 17px;
}

.recent_post_pic p {
    color: #3c3c3c;
    padding-top: 10px;
}


/**Article Details page**/

.main-content {
    padding: 20px 0 0;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .main-content {
        overflow: hidden !important;
        padding: 0px 0 0;
    }
    .news-detail-banner {
        padding-top: 20px!important;
    }
}

body.article-page footer#footer {
    margin-top: 0;
}

body.article-page .recent_post,
body.article-page .pagination_text {
    margin-top: 0;
}

.welcome-content h1.first-heading {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
}

.pages-counts {
    margin-bottom: 15px;
    overflow: hidden;
}

body.article-page .pagination_text {
    padding: 0;
}

button.next-btn,
a.next-btn {
    background: #ffb00b none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 35px;
    padding: 8px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 5px;
    border: none;
}

.go-next-level > span {
    display: inline-block;
    vertical-align: middle;
}

.go-next-level {
    float: right;
}

.finded-pages {
    float: left;
}

.finded-pages ul.result-pages {
    padding-left: 10px;
}

body.article-page .pagination_text li {
    color: #313131;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 4px;
    vertical-align: middle;
}

.welcome-content {
    margin-bottom: 20px;
}

.articles-details .left-btn {
    float: left;
}

.articles-details .share-block {
    float: right;
}

.share-left {
    float: left;
}

.share-left ul {
    padding: 0;
}

.social-function li {
    display: inline-block;
}

.top-function a,
.top-function button {
    background: #fde135 none repeat scroll 0 0;
    color: #414141;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 25px;
    padding: 4px 14px;
    border: none;
}

.top-function {
    float: left;
    overflow: hidden;
    width: 100%;
}

.social-function > ul {
    margin: 0;
}

.top-function li.share-icon > a {
    color: var(--black);
    padding: 0;
    text-align: center;
    width: 30px;
    background: var(--yellow);
    height: 33px;
    padding: 3px 0;
}

a:hover {
    text-decoration: none;
    font-family: 'open_sans', sans-serif;
}

.top-function a.btn-black {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
}

.articles-content {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.articles-details .article-img {
    float: left;
    width: 40%;
}

.articles-details .article-shor-description {
    float: left;
    width: 60%;
    padding: 0 25px;
    box-sizing: border-box;
}

.article-title {
    color: #363636;
    font-size: 20px;
    margin-bottom: 10px;
}

.article-title > a {
    color: #363636;
}

.article-date {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 10px;
}

.article-short-desc {
    margin-bottom: 10px;
    color: #676767;
    font-size: 14px;
}

.comment-count {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.articles-details .article-block {
    float: left;
    width: 100%;
}

.bottom-margin-no .pages-counts {
    margin-bottom: 0;
}

.addvert-add-responsive {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.column-3 .addvert-add-responsive {
    grid-column-end: 4;
}

.addvert-add-responsive img {
    display: inline-block;
}

.article-page .bottom-advert {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-page .view_detail_bta > a {
    color: #3c3c3c;
    font-size: 15px;
    text-decoration: none;
}

.comment-count > a {
    color: #676767;
}

.comment-count > a:hover {
    color: #000;
}


/*Article Main Landing page*/

.articles-content-section {
    background-color: #f5f5f5;
    overflow: hidden;
    gap: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.articles-content-section_ad {
    margin-bottom: 10px;
}

.advertising_page .event-small-title {
    margin-top: 0;
}

.flex {
    display: flex!important;
}

.flex-center {
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-gap-10 {
    gap: 10px;
}

.flex-gap-15 {
    gap: 15px;
}

.flex-gap-30 {
    gap: 30px;
}

h2.heading-h2 {
    border-bottom: 1px solid #e0e0e0;
    color: #272727;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.btn-yellow {
    background: #fee40b none repeat scroll 0 0;
    color: #323338;
}

.btn-small {
    padding: 6px 15px;
    display: inline-block;
}

.featured-post-type-1 {
    display: block;
    float: left;
    width: 100%;
}

.article-img-block {
    position: relative;
}

.featured-post-type-1 .article-short-desc {
    float: left;
    margin: 0;
    width: 100%;
    position: static;
    bottom: 0;
}

.article-img-block img {
    width: 100%;
}

.featured-post-type-1 .caption-block {
    background: var(--off-white);
    color: var(--black);
    float: left;
    width: 100%;
}

.featured-post-type-1 .caption-title {
    box-sizing: border-box;
    float: left;
    padding: 12px 15px 7px;
    width: calc(100% - 110px);
}

.featured-post-type-1 .caption-title > a {
    color: var(--black);
    font-size: 18px;
}


.column-2 .article-column:nth-child(2n+2) {
    margin-right: 0;
}

.detail-ticket-first .column-2 .article-column:nth-child(3n+2) {
//    margin-right: 2%;
}

.detail-ticket-first .column-2 .article-column:nth-child(2n+2) {
    margin-right: 0;
}

.column-2 .article-column {
    float: left;
    position: relative;
    flex-grow: 1;
    width: 30%;
}

.featured-post-type-1 .caption-block .caption-butons {
    display: table-row;
    float: right;
    width: 110px;
}

.featured-post-type-1 .caption-butons a.article-comment {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
}

.featured-post-type-1,
.featured-post-type-2 {
    overflow: hidden;
    float: left;
    width: 100%;
    display: flex;
    flex-basis: 33%;
    flex-wrap: wrap;
    gap: 15px;
}

@media(max-width:767px) {
    .featured-post-type-1,
    .featured-post-type-2 {
        flex-basis: 100%;
    }
}

.featured-post-type-2 .article-img-block {
    position: relative;
}

.featured-post-type-2 .btn-language {
    position: absolute;
    right: 0;
    top: 0;
}

.caption-butons a {
    background: #fde135 none repeat scroll 0 0;
    color: #323338;
    display: block;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
}

.featured-post-type-2 .caption-title {
    background: var(--off-white) none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 7px 15px;
    width: 100%;
}

.featured-post-type-2 .caption-butons a {
    display: table-cell;
    float: none;
    padding: 5px 15px;
    width: 50%;
    white-space: nowrap;
}

.caption-butons {
    float: left;
    display: table;
    width: 100%;
}

.featured-post-type-2 .caption-title a {
    font-size: 18px;
    float: left;
    width: 100%;
    color: var(--black);
}


/*column-3*/

.column-3 .article-column {
    float: left;
    width: 32%;
    flex-grow: 1;
}

@media (max-width:768px) {
    .column-3 .article-column {
        width: 100%;
    }
}


a.btn.btn-view-post {
    font-weight: 600;
    color: #fff;
    background: #4c4c4c;
    font-size: 16px;
    padding: 2px 15px;
    float: right;
    margin-right: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
a.btn.btn-view-post {
    display: inline-flex;
}

a.btn.btn-view-post::after {
    content: '';
    height: .7em;
    width: .7em;
    margin-top: .4em;
    margin-left: 1em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ5NC4xNDggNDk0LjE0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk0LjE0OCA0OTQuMTQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQwNS4yODQsMjAxLjE4OEwxMzAuODA0LDEzLjI4QzExOC4xMjgsNC41OTYsMTA1LjM1NiwwLDk0Ljc0LDBDNzQuMjE2LDAsNjEuNTIsMTYuNDcyLDYxLjUyLDQ0LjA0NHY0MDYuMTI0DQoJCQljMCwyNy41NCwxMi42OCw0My45OCwzMy4xNTYsNDMuOThjMTAuNjMyLDAsMjMuMi00LjYsMzUuOTA0LTEzLjMwOGwyNzQuNjA4LTE4Ny45MDRjMTcuNjYtMTIuMTA0LDI3LjQ0LTI4LjM5MiwyNy40NC00NS44ODQNCgkJCUM0MzIuNjMyLDIyOS41NzIsNDIyLjk2NCwyMTMuMjg4LDQwNS4yODQsMjAxLjE4OHoiIGZpbGw9IiNGRkZGRkYiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;"
}

a.btn.btn-view-post.blue::after {
    content: '';
    height: .7em;
    width: .7em;
    margin-top: .4em;
    margin-left: 1em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ5NC4xNDggNDk0LjE0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk0LjE0OCA0OTQuMTQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQwNS4yODQsMjAxLjE4OEwxMzAuODA0LDEzLjI4QzExOC4xMjgsNC41OTYsMTA1LjM1NiwwLDk0Ljc0LDBDNzQuMjE2LDAsNjEuNTIsMTYuNDcyLDYxLjUyLDQ0LjA0NHY0MDYuMTI0DQoJCQljMCwyNy41NCwxMi42OCw0My45OCwzMy4xNTYsNDMuOThjMTAuNjMyLDAsMjMuMi00LjYsMzUuOTA0LTEzLjMwOGwyNzQuNjA4LTE4Ny45MDRjMTcuNjYtMTIuMTA0LDI3LjQ0LTI4LjM5MiwyNy40NC00NS44ODQNCgkJCUM0MzIuNjMyLDIyOS41NzIsNDIyLjk2NCwyMTMuMjg4LDQwNS4yODQsMjAxLjE4OHoiIGZpbGw9IiM0MDcwODgiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;"
}

a.btn.btn-view-post:hover {
    background: #818286;
}

.btn_advertise {
    margin-top: 5px;
    display: block;
}

.column-2 .article-column {
}

.column-3 div.article-column:nth-of-type(3n) {
    margin-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.featured-post-type-2 .caption-butons .article-date {
    text-align: left;
}

.featured-post-type-2 .caption-butons .article-comment {
    text-align: right;
}

.caption-butons a.article-date {
    padding-right: 0;
}

.caption-butons a.article-comment {
    padding-left: 0;
}


/*Event Detail*/

.location-map {
    float: left;
    width: 100%;
}

.location-map > div {
    border: 3px solid #dddddd;
}

.location-map > a#hide-map {
    background: #fde135 none repeat scroll 0 0;
    color: #3d3d3d;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 17px;
}

.hidden-map {
    display: none;
}

.business-listing .location-map {
    margin-bottom: 15px;
}


/*********************************************************************
Calender
*********************************************************************/


/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
    border: 0;
}

.calendar-month-header {
    border-bottom: 4px solid #fde135;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    border: 0;
    background-color: transparent;
    font-weight: normal;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 0;
    padding-bottom: 4px;
    font-weight: normal;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.calendar-month-navigation i {
    background: #323338 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.browser-by-date {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.event-list-page .browser-by-date {
    padding: 0 0 20px;
}

.browser-by-date a {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #3c3c3c;
    float: left;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}


/* actions and events */

div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}


/* badge */

div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #fde135;
    color: #000;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}


/* legend */

div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.market-directory-content .small_post_text > h3 {
    margin-bottom: 7px;
}

.legend {
    display: none;
}

#zabuto_calendar_1xra_nav-next {
    text-align: right;
}

#zabuto_calendar_1mw9_nav-prev.calendar-month-navigation {
    text-align: left !important;
}

.form > p {
    color: #979795;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.sidebar-deal {
    background: #e5e5e5 none repeat scroll 0 0;
    float: left;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.sidebar-deal a {
    color: #3c3c3c;
}

.sidebar-offer {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.sidebar-offer img {
    display: block;
    width: 100%;
}

.offer-price {
    background: #fde135 none repeat scroll 0 0;
    font-size: 24px;
    font-weight: bold;
    left: 0;
    padding: 8px 15px;
    position: absolute;
    top: 0;
}

.deal-offer {
    background: #323338 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    right: 0;
}

.sidebar-checkins {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.sidebar-checkins .sidebar-title {
    color: #323338;
    font-size: 18px;
}

.sidebar-checkins .sidebar-deal {
    margin-bottom: 15px;
    margin-top: 15px;
}

.sidebar-checkins .recent_right_text > h3 {
    color: #3c3c3c;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.sidebar-checkins .recent_right_text > span {
    color: #676767;
}

.sidebar-checkins .recent_main_right {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.view-all {
    background: #e5e5e5 none repeat scroll 0 0;
    float: left;
    padding: 5px 15px;
    text-align: right;
    width: 100%;
}

.view-all > a {
    color: #737272;
    font-size: 14px;
}


/*-------------------3aug-------------------*/

.business-directory-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.business-directory-heading {
    float: left;
    width: 100%;
}

.pull-left.gallery_heading {
    font-size: 21px;
}

.detailed_bargin_page .recent-articles.recent-recepie-sidebar {
    float: left;
    width: 100%;
}

.detailed_market_page .recent-articles.recent-recepie-sidebar {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.business-details .recent-articles.recent-recepie-sidebar {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.detailed_bargin_page .recent_pic {
    float: left;
    margin: 0;
    padding-right: 10px;
    width: 42%;
}

.detailed_bargin_page .recent_right_text {
    color: #3c3c3c;
    float: left;
    width: 58%;
    line-height: 0;
    margin-top: 0;
}

.detailed_bargin_page .recent_right_text span.business_name {
    font-size: 17px;
}

.detailed_bargin_page .address_right_text {
    border-bottom: 1px solid #ccc;
    color: #3c3c3c;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    width: 100%;
}

.detailed_bargin_page .address_right_text p {
    font-size: 14px;
}

.padding_top {
    padding-top: 15px;
}

.business_heading_main {
    color: var(--off-white);
    width: 100%;
    float: left;
}

.business_heading_main > span {
    float: right;
    margin-top: 17px;
}

.marketplace_main {
    background: var(--marketplace-bg-color);
    float: left;
    width: 100%;
}

.marketplace_heading_main {
    width: 100%;
    float: left;
}

.marketplace_heading_main > span {
    float: right;
    margin-top: 17px;
}

.market-directory-content {
    float: left;
    width: 100%;
}

.marketplace_heading {
    float: left;
    margin: 0;
    /*padding-left: 6px;*/
    position: relative;
    width: 49.5%;
}

.yellow_heading:first-child {
    margin-right: 1%;
}

.yellow_heading:last-child {
    margin-left: 1%;
}

.marketplace_heading_2:first-child {
    margin-right: .5%;
}

.marketplace_heading_2:last-child {
    margin-left: .5%;
}


/*.yellow_heading {
    width: 33.3%;
}*/

.yellow_heading {
    width: 32.6666666%;
}

.marketplace_main h1 {
    color: var(--off-white);
    float: left;
    font-weight: bolder;
    padding-left: 10px;
    width: 65%;
}

.marketplace_left_side {
    float: right;
    margin-left: 1%;
    /*padding-right: 13px;*/
    width: 49.5%;
}

.marketplace_left_side .small_post {
    margin-bottom: 11px;
    position: relative;
}

.marketplace_details {
    background: var(--off-white) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.yellow_heading .marketplace_details {
    position: static;
}

.marketplace-cat__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    background: #818286;
    color: #fff;
}

.marketplace_post {
    /*box-shadow: 2px 3px 6px #777;*/
    /*float: left;*/
    position: relative;
    text-align: center;
}

.marketplace_details h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 7px;
}

.marketplace_details > p {
    margin: 0;
}

.marketplace-post-title {
    background: #818286 none repeat scroll 0 0;
    color: #ffffff;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
}

.col-lg-12.business-directory-heading {
    padding: 0;
}

.events-sml-block:nth-child(2n) {
    margin-right: 0;
}

.col-lg-12.business-directory-content {
    padding-right: 0;
}


/*.col-lg-12.marketplace-heading {
    padding: 0;
}*/

.add-banner {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.marketplace_btn {
    float: left;
    margin-bottom: 15px;
    /*padding: 0 15px;*/
    width: 100%;
}

.marketplace_btn span,
.marketplace_btn span a {
    box-sizing: border-box;
    float: left;
    margin: 0 !important;
    width: 100%;
}

.buiness_btn {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0 15px;
}

.generated-content img {
    height: auto;
}
/* responsive */

@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}


/****************************************/


/**Calender**/

.view-tabpanel .nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: -1px;
}

.view-tabpanel ul.nav.nav-tabs {
    float: left;
    width: 100%;
    text-align: right;
    border: 0;
}

.view-tabpanel .nav-tabs a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #706f6f;
    border-radius: 0;
    padding: 3px 10px;
    font-size: 14px;
    margin-right: 0;
}

.view-tabpanel .nav-tabs .active > a,
.view-tabpanel .nav-tabs a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #323338 none repeat scroll 0 0;
    border-color: #323338;
    color: #fff;
    transition: all 0.3s ease-in 0s;
}

.view-tabpanel .panel-body {
    border: 0 none;
    float: left;
    /*margin-top: 10px;*/
    padding: 0;
    width: 100%;
}

.view-tabpanel .panel {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.images-carousel {
    position: relative;
}

.owl-theme .owl-controls .owl-nav div {
    padding: 5px 9px;
}

.owl-theme .owl-nav i {
    color: #d5d5d5;
    font-size: 40px;
    margin-top: 2px;
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -40px;
    top: 12%;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -40px;
    top: 12%;
}

.top-share-buttons {
    float: left;
    width: 100%;
}

.top-share-buttons ul {
    padding: 0;
    margin: 0;
}

.top-share-buttons ul li {
    float: left;
    margin: 0px 0px 0px 2px;
    padding: ;
}

.social-share li:first-child {
    margin: 0;
}

.social-share a {
    background: #057368  none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 35px;
    padding: 8px 4px;
    text-align: center;
    width: 35px;
}

.mail-btns > li a,
.mail-btns > li button {
    background: #057368 none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    display: block;
    color: #fff;
    border: none;
}

.color-yellow a {
    color: #fde135;
}

.mail-btns > li.icon-print > a {
    background: #323338 none repeat scroll 0 0;
    color: #fde135;
    padding: 0;
    text-align: center;
    width: 35px;
}

.event-img-gallery {
    width: 35%;
    float: left;
}

.classified-img-gallery {
    width: 30%;
}


/*Owl Carousel*/

.images-carousel {
    margin-top: 15px;
    padding: 0 30px;
}

.event-img-gallery .large-img img {
    /*border: 4px solid #e5e5e5;*/
    width: 100%;
}

.event-details-main {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 20px;
}

.product_list_no-margin .event-details-main {
    padding-left: 0;
    padding-right: 0;
}

.event-description-content {
    float: left;
    margin-left: 4%;
    width: 60%;
}

.event-title h1 {
    color: #363636;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}

.event-details-main h2.event-small-title {
    font-size: 18px;
    font-weight: bold;
}

.event-description > p {
    font-size: 14px;
}

.share-this-events {
    float: left;
    width: 100%;
}

.share-this-events a {
    color: #fff;
    padding-right: 6px;
    float: left;
    font-size: 13px;
    line-height: 25px;
}

.facebook-share > a {
    background: #5372ca none repeat scroll 0 0;
}

.google-share > a {
    background: #e9604f none repeat scroll 0 0;
}

.share-this-events > span {
    display: inline-block;
    margin-right: 0px;
}

.event-contect-block {
    background: #e5e5e5 none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
}

.share-this-events a i {
    height: 25px;
    width: 25px;
    float: left;
    text-align: center;
    line-height: 29px;
    margin-right: 6px;
    font-size: 18px;
}

.facebook-share > a > i {
    background: #4662b1 none repeat scroll 0 0;
}

.google-share > a > i {
    background: #dd4b39 none repeat scroll 0 0;
}

.event-details-main .event-contect-block h2.event-small-title {
    margin-top: 0;
}

.event-contect-block > div {
    float: left;
}

.event-contect-block .location-sub-block {
    width: 35%;
}

.event-contect-block .contact-sub-block {
    margin-left: 4%;
    width: 56%;
}

.event-contect-block span {
    float: left;
    font-size: 14px;
    width: 100%;
}

.location-sub-block a,
.contact-sub-block a {
    color: #3d3d3d;
}

.contact-sub-block a:hover {
    text-decoration: underline;
}

.location-sub-block a:hover {
    color: #000;
}

.download-document {
    float: left;
    width: 100%;
}

.download-document > img {
    width: 100%;
}

.extera-features {
    float: left;
    width: 100%;
    margin: 15px 0;
}


/*Arrow List*/

ul.arow-list {
    position: relative;
    padding: 0;
    font-size: 14px;
    color: #414141;
    margin: 0;
}

ul.arow-list a {
    color: #414141;
}

ul.arow-list li:before {
    content: "\f105";
    font-family: font_awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    padding-right: 0.5em;
    float: left;
}


/*Event List Page*/

.event-page .search_filter {
    margin-top: 0;
}

.event-page .product_list {
    margin-top: 15px;
}

.event-page .product_bottom {
    padding: 15px;
}

.event-page .product_img img {
    width: 100%;
}

.event-page .pro_cat2 > span {
    float: left;
    width: 100%;
}

.event-page .pro_cat3 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.event-page .pro_cat > i {
    float: left;
    margin-bottom: 10px;
}

.mobile-add {
    margin-bottom: 0;
    margin-top: 15px;
}

.related-events {
    float: left;
    margin-top: 15px;
    width: 100%;
}


/*Event Landing Page*/

.main-content-block {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 5px!important;
}

.column-2 .post-block-colmn {
    float: left;
    position: relative;
    width: 49%;
    position: relative;
    flex-grow: 1;
}

.column-2 .post-block-colmn img {
    width: 100%;
    display: block;
}

.column-2 .post-block-colmn:nth-child(2n) {
    margin-right: 0;
}

.featured-date {
    left: 0;
    position: absolute;
    top: 0;
}

.featured-date > a {
    background: #fee40b none repeat scroll 0 0;
    float: left;
    padding: 0;
    text-align: center;
    width: 70px;
}

.featured-date span {
    color: #323338;
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
    float: left;
    width: 100%;
    font-weight: bold;
}

.featured-date span.date-day {
    background: #ffb00b none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.date-month {
    float: left;
    line-height: 15px;
    margin: 10px 0;
    width: 100%;
}

.view-all-post {
    float: left;
    width: 100%;
}

.event-landing-page .event-landing-posts.grid-type-1 .short-desc .btn-language {
    position: absolute;
    right: 0;
    top: 0;
}

.event-landing-page .event-landing-posts.grid-type-1 .caption-block {
    background: rgba(50, 51, 56, 1) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    min-height: 45px;
    padding: 5px 15px;
    position: relative;
    right: 0;
}

.event-landing-page .event-landing-posts.grid-type-1.featured-post-type-1 .caption-block {
    padding: 0;
}

.event-landing-posts {
    float: left;
    width: 100%;
}

.event-landing-page a.caption-title {
    color: #fbfbfb;
    font-size: 20px;
}

.event-landing-page a.caption-title:hover {
    color: #fff;
}

.grid-type-1 .caption-block > p {
    color: #efefef;
    font-size: 14px;
    margin-bottom: 0;
}

.column-3 .post-block-colmn {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    /*width: 32%;*/
    position: relative;
}

.post-block-colmn .image-block {
    position: relative;
}

.post-block-colmn .image-block a {
    height: 125px;
}

.column-3 div.post-block-colmn:nth-of-type(3n) {
    margin-right: 0;
}

.event-landing-page .grid-type-2 .btn-language {
    bottom: 0;
    left: 0;
    position: absolute;
}

.event-landing-page .grid-type-2 .caption-block {
    background: #323338 none repeat scroll 0 0;
    padding: 5px 15px;
}

.event-landing-page .grid-type-2 .caption-block p {
    margin-bottom: 0;
    line-height: 15px;
    color: #fbfbfb;
}

.event-landing-page .grid-type-2 .caption-block p a {
    color: #fbfbfb;
}

.event-landing-page .grid-type-2 .caption-block span {
    font-size: 14px;
    color: #afafaf;
    padding-top: 5px;
    display: inline-block;
}

.image-block img, .image-block.vg-details {
    width: 100%;
}

.vg-details .image-block {
    width: 100%;
}

.vg-details .image-block .img-responsive {
    width: 100%;
}

.event-landing-page .grid-type-2 .caption-block {
    background: #323338 none repeat scroll 0 0;
    min-height: 75px;
    padding: 12px 15px 8px;
}


/* Survey Details Pages */

.survey-page .recent_post {
    margin-top: 0;
}

.survey-detail-main {
    background: #f5f5f5 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    width: 100%;
}

h1.survey-heading-h1 {
    font-size: 26px;
    margin: 0 0 0;
    color: #3c3c3c;
}

.survey-detail-main .image-block img {
    width: 100%;
}

.image-caption {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    padding: 8px 10px;
    width: 100%;
}

.survey-content-block > div {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

/*.survey-content-block p,*/
/*.image-caption {*/
/*    font-size: 14px;*/
/*}*/

.survey-page .progress {
    background-color: #f5f5f5;
    background-image: url("../images/progress-pattern.png");
    height: 35px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0;
}

.voting-text {
    color: #525357;
    font-size: 20px;
    margin-bottom: 8px;
}

.voter-block {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    margin-top: 20px;
}

.voting-calling-header .voting-title {
    color: #323338;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.calling-progress-bar {
    display: table;
    float: none;
    margin: 0 auto;
    width: 100% !important;
}

.voting-calling-header {
    border-bottom: 3px solid #ededed;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
}

.video-landing-page .article-short-desc,
.videos_section .business_details,
.detailed_video_page .recent_post_bottom p,
.video_preview,
.gallery_listing_page .product_img,
.gallery_main_page .article-img-block,
.gallery_section .marketplace_details {
    position: relative;
}

.video-landing-page .article-short-desc:before,
.videos_section .business_details:before,
.detailed_video_page .recent_post_bottom p:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    background: url("https://yesgolfing.com/pub/file/11f39067/video-play.png") no-repeat center center;
    background-size: 60px 50px;
    width: 60px;
    height: 50px;
}

.gallery_listing_page .video_preview:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("https://yesgolfing.com/pub/file/11f39067/video-play.png") no-repeat center center !important;
    background-size: 60px 50px !important;
    width: 60px;
    height: 50px;
}

.gallery_listing_page .product_img:after,
.gallery_main_page .article-img-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("https://yesgolfing.com/pub/file/2b6b9ced/Galeri_Lleol_dot_cymru-01.png");
    background-size: 60px 50px;
    width: 60px;
    height: 50px;
}

.gallery_section .marketplace_details:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("https://yesgolfing.com/pub/file/2b6b9ced/Galeri_Lleol_dot_cymru-01.png") no-repeat center center;
    width: 40px;
    height: 33px;
    background-size: 40px 33px;
    top: -33px;
}

.videos_section .business_details:before,
.detailed_video_page .recent_post_bottom p:before {
    width: 40px;
    height: 33px;
    background-size: 40px 33px;
    top: -33px;
}

.detail-compition > div {
    margin-bottom: 15px;
}

.detail-compition .image-caption {
    float: none;
}

.voting-calling-header .voting-short {
    color: #8a8a8a;
    float: right;
    font-size: 14px;
}

.progress-bar.yellow-bar {
    background: #063830 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
}

.progress-only .progress {
    width: calc(100% - 50px);
}

.progress-only {
    position: relative;
}

.progress-finished .progress {
    width: 100%;
    background: #057368;
}

.progress-finished .count-digits {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}

.count-digits {
    font-size: 24px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

.related-post-section.column-3,
.comment-block {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    float: left;
}

.related-post-section .post-column figure {
    margin: 0;
}

.column-3 .post-column {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 32%;
}

.related-posts .post-column:last-child {
    margin: 0;
}

.related-posts figure img {
    margin-bottom: 10px;
}

.post-column {
    background-color: rgba(0, 0, 0, .75);
}

.post-column figcaption {
    color: var(--off-white);
}

.post-column .article-date a {
    color: var(--off-white)!important;
    padding-left: 10px;
}

.post-column img {
    width: 100%;
}

.comment-block .recant_form {
    padding: 0;
}


/*Voter question*/

.calling-progress-bar .vote-q {
    display: table;
}

.calling-progress-bar .vote-q > div {
    color: #ffffff;
    display: table-cell;
    font-size: 20px;
    height: 100%;
    vertical-align: middle;
}

.calling-progress-bar .vote-q {
    background: #057368;
    border: 0 none;
    display: table;
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    width: 100%;
}

.vote-q .question-txt {
    padding: 8px 20px 8px 0;
}

.vote-q .radio-buton {
    background: #063830 none repeat scroll 0 0;
    padding: 8px 7px;
    text-align: center;
    width: 40px;
}

.vote-q .radio-buton input {
    outline: none;
}

.btn-submit {
    background: #323338 none repeat scroll 0 0;
    border: 0 none;
    color: #ffd800;
    padding: 5px 25px;
    font-weight: bold;
    float: right;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input.btn-submit:hover {
    background: #323338 none repeat scroll 0 0;
    color: #ffd800;
}

.survey-detail-main .voter-block .calling-progress-bar {
    width: 65%;
}

p.short-time {
    font-style: italic;
    margin-bottom: 0;
    color: #707070;
}

.survey-q-page .voter-block {
    padding: 20px 20px 10px;
}

.article-date > a {
    color: #929292;
    font-style: italic;
}

.article-date > a:hover {
    color: #000;
}

.business-details .event-contect-block > div {
    display: table-cell;
    float: none;
}

.business-details .event-contect-block {
    display: block;
}

.business-details .event-contect-block .location-sub-block {
    width: 30%;
}

.business-details .event-contect-block .contact-sub-block {
    width: 45%;
}

.business-details .listing-btn {
    vertical-align: middle;
    text-align: right;
}

.description-block {
    float: left;
    width: 100%;
}

.description-block > p {
    font-size: 14px;
}

.listing-btn > a {
    background: #333439 none repeat scroll 0 0;
    margin-left: 5%;
    padding: 10px 14px;
    color: #fde135;
}

.comment-block {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
}

.business-details .recant_message_box textarea {
    height: 140px;
}


/*Business details page*/

.business-listing .article-title > span {
    background: #ebebeb none repeat scroll 0 0;
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    font-size: 16px;
}

.business-listing .article-title > a {
    color: #363636;
    float: left;
    width: calc(100% - 30px);
}

.business-listing .article-date {
    float: left;
    width: 100%;
}

.article-title {
    float: left;
    width: 100%;
}

.article-listing > ul {
    color: #3d3d3d;
    font-size: 14px;
    list-style: outside disc;
    padding-left: 15px;
}

.article-listing > ul li {
    list-style: outside disc;
}

.article-listing ul a {
    color: #676767;
}


/*Adverisment*/

.articles-content__bold {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

.advertise-now-btn {
    background: #057368;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 45px;
    display: inline-block;
    margin: 10px 0;
}

.process-section > ul {
    padding: 0;
    display: block;
}

.process-section ul li {
    display: block;
    margin-bottom: 10px;
    float: left;
    padding-right: 5px;
}

@media (min-width: 1199px) {
    .process-section ul li {
        width: 20%;
    }
}

.process-section ul li:last-child {
    padding-right: 0;
}

.process-section ul li a {
    background: #057368 none repeat scroll 0 0;
    color: #fff!important;
    float: left;
    font-size: 15px;
    line-height: 38px;
    padding-right: 20px;
    width: 100%;
}

.process-section ul li.active a {
    background: #063830;
    color: #fff;
    text-decoration: none;
}

.process-section ul li a span {
    background: #323338;
    color: #fff;
    margin-right: 10px;
}

.process-section ul li a span.process-num {
    display: inline-block;
    float: left;
    height: 38px;
    text-align: center;
    width: 30px;
}

.illestrative-details {
    margin-bottom: 15px;
    padding: 0 5px;
}

.detail-view-adverisment {
    padding: 0 5px;
}

.gray-ribbom {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 8px 0;
    text-align: center;
}

.signup-details > h1 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0;
}

.signup-details h2 {
    font-size: 18px;
    margin-top: 0;
}

.btn.recent_bta_bottom {
    float: right;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: capitalize;
    margin-top: 30px;
}

/*.advertising .top-function a.btn-black {
    color: #fde135;
    padding-left: 7px;
    padding-right: 8px;
}*/

.btn.recent_bta_bottom:hover {
    color: #ffd800;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: transparent;
}

.articles-content .content-group {
    float: left;
    width: 65%;
    padding-right: 20px;
}

.offer-quant {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    width: 100%;
    line-height: 40px;
}

.offer-quant > span {
    display: inline-block;
}

.ofer_prize {
    color: #323338;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 25%;
}

.offer-quant .deals {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 40px;
    text-align: center;
    width: 75%;
}

.details-caption {
    float: left;
    width: 35%;
}

.content-group > h2 {
    font-size: 24px;
    margin-top: 0;
}

.articles-content p.categories-tags {
    color: #929292;
}

.adversiting_listing p {
    font-size: 14px;
}

.location-details {
    float: left;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
}

.address {
    color: #676767;
    font-style: italic;
    line-height: 17px;
    margin-bottom: 10px;
}

.other-details > span {
    color: #676767;
    float: left;
    width: 100%;
}

.details-caption {
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.content-group > div {
    float: left;
}

.content-group .img-block {
    width: 40%;
}

.content-group .details-block {
    padding-left: 15px;
    width: 60%;
}

.details-block > p {
    color: #676767;
}

.details-block > h2 {
    font-size: 24px;
    margin-top: 0;
}

.advert-small-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.advertisement_main .advert-title h1 {
    margin-bottom: 10px;
}

.event-contect-block.advert-contact-block > div {
    float: none;
    vertical-align: middle;
    display: table-cell;
}

.event-contect-block.advert-contact-block .contact-sub-block {
    margin-left: 0;
    vertical-align: middle;
}

.advert-contact-block {
    margin-bottom: 15px;
}

.gallery-fiels > p {
    margin-top: 15px;
    text-align: center;
}

p.lighter-title {
    color: #a8a8a8;
}

.video-view img {
    width: 100%;
}

.video-view {
    margin-top: 20px;
}

.contact-section {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    padding: 20px;
    width: 100%;
}

h1.contact-heading {
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
    float: left;
    width: 100%;
}

.form input[type="text"],
.form input[type="email"] {
    border: 1px solid #acacac;
    height: 40px;
    padding: 0 15px;
}

.field-group_2 {
    float: left;
    width: 100%;
}

.field-group_2 input {
    float: left;
    margin-right: 7px;
    width: 48%;
}

.field-group_2 input:nth-child(2) {
    float: right;
    margin-right: 0;
}

.field-full-width {
    float: left;
    margin: 23px 0 0px;
    width: 100%;
}

.field-full-width > input {
    width: 100%;
}

.field-full-width textarea {
    border: 1px solid #acacac;
    padding: 10px;
    width: 100%;
}


/*Membership page*/

ul.default-list li {
    list-style: inside none disc;
    list-style-type: disc;
    list-style-position: outside;
}

ul.default-list {
    padding: 0;
    padding-left: 20px;
}

ul.default-list > li b {
    color: #3c3c3c;
    font-weight: normal;
}

.font18 {
    font-size: 18px;
}

div.grey-bg {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 15px;
}

.white-bg {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}

label.btn span {
    font-size: 14px;
    color: #3c3c3c;
    vertical-align: top;
    margin-left: 6px;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
    color: #3c3c3c;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #3c3c3c;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #3c3c3c;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #3c3c3c;
}

div[data-toggle="buttons"] label.active {
    color: #3c3c3c;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

h2.heading-subtitle {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 0;
}

.account-information h2.heading-subtitle {
    margin-bottom: 30px;
}

.form-content {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    width: 95%;
}

.form-content .form-group-lg > label {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
    width: 200px;
}

.form-content .form-group-lg > label.has-note > p {
    font-size: 12px;
    margin: 0px;
}

.heading-subtitle-note {
    font-size: 12px;
    margin: 0px;
}

.checkbox_publish {
    margin-bottom: 10px;
}

.form-content .input-box {
    float: left;
    margin-bottom: 5px;
    width: calc(100% - 200px);
}

.input_style {
    border: 1px solid #acacac;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.form-group-lg select.input_style {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}

.input-box > span {
    font-size: 13px;
    color: #727171;
}

.contact-information h2.heading-subtitle {
    margin-bottom: 25px;
}

span.warning-text i {
    color: #e1ae21;
    margin-right: 5px;
}

span.warning-text {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.checkbox_agree {
    float: left;
    margin-top: 5px;
    width: 100%;
}


.checkbox_lang {
    margin-bottom: 5px;
    margin-top: 12px;
}

.contact-information .form-group-lg {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

.control-url .url-select-style {
    float: left;
    margin-right: 2%;
    width: 20%;
}

.control-url input.input_style {
    float: left;
    width: 78%;
}

.form-group-lg .form-control {
    border-radius: 0;
    padding: 0 2px;
}

.btn.btn-black {
    background: #c89b63 none repeat scroll 0 0!important;
    border-radius: 0;
    color: white!important;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 40px;
    text-transform: none;
}

.btn.btn-yellow {
    background: #057368 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 20px;
    text-transform: none;
}

.select-style {
    padding: 0;
    margin: 0;
    width: 300px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/dropdown.png) no-repeat 100% 50%;
}

.url-select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/dropdown.png) no-repeat 100% 50%;
    width: 30%;
}

.select-style select,
.url-select-style select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 0;
    border: 0;
    border: 1px solid #acacac;
}

.select-style select:focus {
    outline: none;
}

input:focus,
input:visited {
    outline: none;
}

.login-process > span.active > a {
    background: #fce32f none repeat scroll 0 0;
    color: #3c3c3c;
    margin-right: 5px;
    padding: 8px 15px;
}

.login-process > span > a {
    color: #3c3c3c;
    font-size: 18px;
}

.login-process {
    border-bottom: 3px solid #f0f0f0;
    float: left;
    padding: 7.5px 0;
    width: 100%;
}

.sign-auto-checkbox {
    float: left;
}

.forgot-password {
    float: right;
}

.forgot-password > a {
    color: #3c3c3c;
    text-decoration: underline;
}

.loginForm {
    float: left;
    padding-top: 35px;
    width: 100%;
}

.loginForm .form-group-lg {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.login-block {
    border-right: 1px solid #f0f0f0;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.login-text {
    color: #bdbcbc;
    font-size: 14px;
    margin-top: 15px;
}

.login-text a {
    color: #696969;
}

a.btn.back_home {
    background: #323338 none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    text-transform: none;
    width: 100%;
    padding: 4px 0;
}

a.btn.back_home:hover {
    color: #fff;
}


/*Compitations page*/

.title-block {
    margin-bottom: 15px;
}

.overla_date {
    position: absolute;
}

.left-top {
    left: 0;
    top: 0;
}

.image-block {
    position: relative;
}

.image-block__twitter {
    position: absolute;
    top: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    right: 0;
    padding: 10px;
}

a.bg-yellow {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    padding: 10px 15px;
    color: #3c3c3c;
}

.text-sec {
    float: left;
    width: 100%;
}

.font20 {
    font-size: 20px;
}

.figure-text img {
    width: 100%;
}

.figure-text {
    float: left;
    width: 100%;
}

.figure-text h3 {
    margin-bottom: 15px;
}

.figure-images {
    float: left;
    width: 100%;
}

.figure-images > div > div {
    margin-bottom: 15px;
}

hr.border-2 {
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
}

.enter-compition-block .btn.btn-black {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.enter-compition-block {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}

.enter-compition-block > p {
    margin-bottom: 20px;
    margin-top: 10px;
}

.share-buttons {
    display: inline-block;
    float: left;
    text-align: right;
    width: 100%;
}

.share-buttons span,
.share-buttons ul {
    display: inline-block;
    padding-left: 10px;
}

ul.share_lists > li {
    display: inline-block;
    background: #2d3e50;
}

ul.share_lists > li a {
    background: #2d3e50 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    width: 55px;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}

ul.share_lists > li:hover a {
    background: #2d3e50;
    transition: all 0.2s ease-in 0s;
}

.share_lists a.twitter {
    background: #2aa9e0;
}

.share_lists a.facebook {
    background: #204385;
}

.share_lists a.google_plus {
    background: #d3492c;
}

.share_lists a.pintrest {
    background: #ca2128;
}

.share_lists a.linkdin {
    background: #02669a;
}

.share_lists a.tumblr {
    background: #44546b;
}

.share_lists a.envelope {
    background: #19232d;
}

h2.header-sub-sidebar {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 8px 10px;
}

.compition-page .recent_right_text > h3 {
    color: #323338;
    font-size: 16px;
}

.compition-page .recent_right_text > span {
    float: left;
    font-size: 14px;
    margin-top: 8px;
}

.enter-compition-block .voting-calling-header .voting-title {
    width: 100%;
    text-align: left;
}


/*Competition listing page style*/

.compition-page .pagination_text {
    background-color: #f2f2f2;
}

.compition-img {
    position: relative;
}

.left-top {
    left: 0;
    top: 0;
    position: absolute;
}

.top-right {
    top: 0;
    right: 0;
    position: absolute;
}

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

.bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -2px;
}

.form-grid2 .form-control {
    border: 0 none;
    float: left;
    height: inherit;
    padding: 0;
    text-align: left;
    width: 100%;
}

.form-grid2 {
    float: left;
    width: 100%;
}

.form-grid2 .colm-2:nth-child(2) {
    float: right;
}

.form-grid2 .colm-2 {
    width: 49%;
}

.compition-form .form-control > label {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: normal;
}


/*Compition list*/

.compition-listing .compition-form .form-control > label b {
    color: #f80b25;
    font-weight: normal;
}

.compition-listing .list-block .compition-img {
    float: left;
    margin-right: 0;
    width: 48%;
}

.compition-listing .list-block .compition-img img {
    width: 100%;
}

.compition-listing .compition-lists .list-block {
    background-color: #F5F5F5;
    border: 3px solid #fde135;
    float: left;
    width: 100%;
    position: relative;
}

.compition-listing .compition-details {
    display: block;
    padding: 15px;
/*    position: relative;*/
    float: left;
    width: 52%;
    /*min-height: 218px;*/
}

.compition-listing .compition-details h2,
.responsive-heading h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    word-break: break-word;
}

.responsive-heading h2 {
}

.compition-listing .compition-details h2 {
}

.list-3 .compition-details h2 {
    margin-bottom: 15px;
}

.compition-listing .compition-details h3,
.responsive-heading h3 {
    margin-top: 0;
    font-size: 20px;
}

.compition-listing .responsive-heading {
    padding: 20px;
}

.compition-listing .compition-details > p {
    margin-top: 10px;
    height: 68px;
    overflow: hidden;
    word-break: break-word;
}

.compition-listing .list-block .mail-btns > li a {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
}

.compition-listing .list-block .top-share-buttons .icon > a {
    color: #fde135;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 40px;
}

.compition-listing .compition-img img {
    border-right: 1px solid #eee;
    height: 218px;
}

.compition-listing .list-block.list-2 .compition-img {
    float: right;
    margin-right: 0;
    width: 48%;
}

.compition-listing .list-2 .compition-details {
    padding-left: 15px;
    padding-right: 2%;
    width: 52%;
}


/*Compitition main page*/

.compition-main .featured-post-type-1 .caption-title {
    width: 100%;
}

.compitition-main-section .article-column .article-short-desc {
    /*border-top: 2px solid #fff;*/
    position: static;
}

.compition-short-desc {
    color: #a9a9a9;
    float: left;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}

.compitition-main-section .btn-language {
    bottom: 0;
    position: absolute;
}

.compition-main .article-img-block {
    position: relative;
}

.compitition-main-section .featured-post-type-1 .caption-block {
}

.compition-title > a {
    /*border-bottom: 3px solid #fde135;*/
    color: var(--black);
    float: left;
    font-size: 18px;
    font-weight: normal;
    /*min-height: 55px;*/
    padding-bottom: 10px;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.compitition-main-section .column-3 .article-column {
    position: relative;
}

.compitition-main-section .column-3 .article-short-desc {
    bottom: 0;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.compitition-main-section .featured-post-type-2 .caption-title {
    background: rgba(50, 51, 56, 1) none repeat scroll 0 0;
    min-height: 55px;
    vertical-align: middle;
}

.compitition-main-section .column-3 .caption-title .btn-language a {
    color: #323338;
    float: left;
    font-size: 18px;
    /*margin-left: 10px;*/
    width: inherit;
}

.compitition-main-section .column-3 .btn-language {
    border-bottom: 3px solid #fde135;
    bottom: unset;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: -41px;
}

.compitition-main-section .featured-post-type-2 .caption-title > a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.compitition-main-section .column-3 .article-column .article-short-desc {
#    border-top: 3px solid var(--yellow);
}


.jobs-details,
.caption-block,
.post-large-redesign > .post-details,
.post-large > .post-details,
.post .business_details,
.marketplace_post .marketplace_details {
    border-top: 3px solid var(--yellow);
}

/*Recepies Details page*/

.recepie-img {
    float: left;
    width: 100%;
}

.recepie-desc {
    float: right;
    padding: 0;
    width: 100%;
}

.recepie-img iframe {
    border: 3px solid #fde135;
}

.recepie-details {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.recepie-view,
.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

h3.title {
    float: left;
    font-size: 18px;
    margin-top: 13px;
    width: 100%;
}

.bg-title {
    background: #323338 none repeat scroll 0 0;
    color: #fde135;
    float: left;
    font-size: 18px;
    padding: 6px 15px;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 15px;
}

.recepie-view ul {
    padding-left: 16px;
    margin-top: 77px;
}

.recepie-view ul li {
    float: left;
    font-size: 16px;
    list-style: outside none none;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.method-point > p {
    line-height: 1.5em;
}

.method-point > span {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

.method-point > p {
    display: inline-block;
    width: calc(100% - 30px);
}

.recepies-methods {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.recepies-time {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #c1c0c0;
    padding: 5px 7px;
    position: absolute;
    width: 100%;
    font-size: 14px;
}

.recent-recepie-sidebar span {
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
}

.recepies-time .searve {
    float: left;
}

.recepies-time .recepie-time {
    float: right;
}

.pages-counts .pagination_text {
    padding: 0;
}

.page .pagination_text ul.result-pages li {
    color: #313131;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 4px;
    vertical-align: middle;
}

.recepies-page .articles-details .article-img {
    position: relative;
}

a.font14 {
    font-size: 14px;
}

.articles-content a.font14 {
    padding: 3px 10px;
}

.recepie-lists .article-title > a {
    color: #363636;
    font-weight: bold;
    line-height: 25px;
}


/*Recepie main first*/

.recepie-main .featured-post-type-1 .caption-title {
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
}

.recepie-tiles > a {
    float: left;
}

.btn-darkGrey {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
}

.recepie-tiles {
    position: absolute;
    top: -28px;
}

.recepie-main-section .compition-title > a {
    font-weight: normal;
    min-height: 55px;
    padding: 7px 15px;
    width: 100%;
    border: 0;
}

.recepie-main-section .featured-post-type-2 .caption-title {
    position: relative;
    padding: 0;
}

.recepie-main-section .featured-post-type-2 .caption-title a {
    width: auto;
    float: left;
}

.recepie-main-section .featured-post-type-2 .caption-title a.btn-yellow {
    color: #3c3c3c;
}

.recepie-main-section .featured-post-type-2 .caption-title a.btn-darkGrey {
    color: #fff;
}

.featured-post-type-2 .recepie-tiles {
    border-bottom: 2px solid #323338;
    float: left;
    top: -30px;
    width: 100%;
}

.recepie-main-section .featured-post-type-2 .recepie-title a {
    border-top: 2px solid #fde135;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 6px 15px;
    width: 100%;
    min-height: 55px;
}

.quiz-questions {
    float: left;
    width: 100%;
}

.question-block {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 100%;
}

.question-title ul {
    list-style: outside none number;
    padding-left: 20px;
    list-style-position: outside;
}

.question-title {
    border-bottom: 3px solid #ededed;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.quiz-answer {
    margin: 0 auto;
    width: 70%;
}

.quiz-results {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-bottom: 15px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}

.quiz-result-text {
    font-size: 20px;
}

.quiz-result-text span {
    font-size: 24px;
    color: #c51604;
}

.start-again a.btn.btn-start-again {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 20px;
}

.start-again a.btn.btn-start-again i {
    margin-left: 5px;
    vertical-align: middle;
}

.start-again {
    margin-top: 20px;
}

.reasult-block .share-result {
    margin-top: 20px;
}

.reasult-block .share-result .share-buttons span {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.reasult-block .share-result .share-buttons span,
.reasult-block .share-buttons ul {
    display: inline-block;
    float: left;
    padding-left: 10px;
    text-align: center;
    width: 100%;
}


/*Quiz question Style*/

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #057368;
    background-repeat: repeat;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    padding: 5px 30px 5px 20px;
    position: relative;
    text-indent: 0;
}

.funkyradio input[type="radio"]:empty ~ label::after,
.funkyradio input[type="checkbox"]:empty ~ label::after,
.funkyradio input[type="radio"].rong-answer:empty ~ label::after,
.funkyradio input[type="checkbox"].rong-answer:empty ~ label::after {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:after,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:after {
    content: '\2714';
    text-indent: 12px;
    color: white;
    line-height: 35px;
}

.funkyradio input[type="radio"].rong-answer:hover:not(:checked) ~ label:after,
.funkyradio input[type="checkbox"].rong-answer:hover:not(:checked) ~ label:after {
    content: '\2714';
    text-indent: 12px;
    color: white;
    line-height: 35px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #fff;
}

.funkyradio input[type="radio"]:checked ~ label:after,
.funkyradio input[type="checkbox"]:checked ~ label:after {
    content: '\2714';
    text-indent: 12px;
    line-height: 35px;
    color: #fff;
    background-color: transparent;
}

.funkyradio input[type="radio"].rong-answer:checked ~ label:after,
.funkyradio input[type="checkbox"].rong-answer:checked ~ label:after {
    content: '\2714';
    text-indent: 12px;
    line-height: 35px;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #fff;
}

.funkyradio input[type="radio"]:focus ~ label:after,
.funkyradio input[type="checkbox"]:focus ~ label:after {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:after,
.funkyradio-default input[type="checkbox"]:checked ~ label:after {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:after,
.funkyradio-primary input[type="checkbox"]:checked ~ label:after {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio.funkyradio-success input[type="radio"]:checked ~ label::after,
.funkyradio-success input[type="checkbox"]:checked ~ label::after {
    background-color: transparent;
    color: #fff;
    text-shadow: -2px 0 1px #555;
    -moz-text-shadow: -2px 0 1px #555;
    -webkit-text-shadow: -2px 0 1px #555;
}

.dropdown span {
    color: white;
    padding: 14px 52px 14px 14px;
    text-shadow: none;
    font-size: 1.1em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.dropdown span:hover {
    background: #063830;
    color: #fff;
    cursor: pointer;
}

.dropdown ul {
    padding: 0;
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: left;
}

.dropdown:hover ul {
    display: block;
    background: #063830;
}

.dropdown ul li {
    padding: 14px 16px;
}

.dropdown ul li a {
    color: #fff;
    white-space: nowrap;
}

.dropdown ul li:hover, .dropdown ul li:active, .dropdown ul li.current {
    background: #057368;
    color: white;
}

.dropdown ul li:hover a, .dropdown ul li:active a, .dropdown ul li.current a {
    color: white;
}

.funkyradio .funkyradio-success input[type="radio"]:checked ~ label,
.funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label,
.funkyradio .funkyradio-success input[type="radio"]:checked label {
    width: 100%;
    border-radius: 0;
    border: 0;
    background-size: 100%;
    background: url("https://yesgolfing.com/pub/file/7261b4ca/progress-pattern-active.png");
    -webkit-background: url("https://yesgolfing.com/pub/file/7261b4ca/progress-pattern-active.png");
    -moz-background: url("https://yesgolfing.com/pub/file/7261b4ca/progress-pattern-active.png");
    background-repeat: repeat;
    font-weight: normal;
}

.funkyradio-danger input[type="radio"]:checked ~ label:after,
.funkyradio-danger input[type="checkbox"]:checked ~ label:after {
    content: '\2715';
    text-indent: 12px;
    line-height: 35px;
    color: #fff;
    background-color: #ccc;
}

.funkyradio-danger input[type="radio"]:checked ~ label:after,
.funkyradio-danger input[type="checkbox"]:checked ~ label:after {
    color: #fff;
    background-color: #c51604;
}


/*end quiz question*/


/*Quiz is closed*/

.title-quiz {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 1em;
}

.quiz-closed-page .recent_post_bottom {
    margin-top: 20px;
}

.quiz-main-section .featured-post-type-1 .caption-title {
    width: 100%;
#    border-top: 3px solid #fde135;
}

.quiz-main-section .compition-title > a {
    color: var(--black);
    border-bottom: 0 none;
    min-height: 62px;
    padding-bottom: 0;
    width: 100%;
}

.quiz-main-section .featured-post-type-2 .caption-title {
    background: var(--off-white) none repeat scroll 0 0;
#    border-top: 3px solid var(--yellow);
    bottom: 0;
    position: relative;
    width: 100%;
    padding: 10px;
}

.quiz-main-section .featured-post-type-2 .article-short-desc {
    position: relative;
    margin-bottom: 0;
}

.quiz-main-section .featured-post-type-2 .article-short-desc .recepie-title {
#    border-top: 3px solid #fde135;
    float: left;
    font-weight: bold;
    min-height: 55px;
    padding: 5px 15px;
    width: 100%;
}

.quiz-main-section .featured-post-type-2 .caption-title a {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}


/*Sketch page*/

.detail-sketch .title-sketch {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    width: 100%;
}

.margin-top15 {
    margin-top: 15px;
}

.detailed_sketch_page .recent_post_bottom {
    padding: 15px;
}


/*Sketch Listing page*/

.articles-details.sketch-lists .article-block {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 49%;
}

.articles-details.sketch-lists .article-block:nth-of-type(2n) {
    margin-right: 0;
}

.articles-details.sketch-lists .share-block {
    float: left;
}

.articles-details.sketch-lists .social-function > ul {
    padding-left: 0;
}

.articles-details.sketch-lists .article-img {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.articles-details.sketch-lists .article-shor-description {
    box-sizing: border-box;
    float: left;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

.articles-details.sketch-lists .article-img {
    position: relative;
}

.articles-details.sketch-lists .caption-butons {
    display: table;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
}

.articles-details.sketch-lists .caption-butons a.article-comment {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
}

.articles-details.sketch-lists .article-title > a {
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.2em;
}


/*Detail tickets page*/

.extera-features {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.share-this-events .fb-twitter > span {
    display: inline-block;
}

.btn-buy a {
    color: #414141;
    font-size: 14px;
    padding: 4px 15px;
    text-transform: none;
}

.btn-buy a:hover {
    color: #414141;
}

.tickets-page .share-this-events a i {
    line-height: 27px;
    width: 28px;
}


/*Tickets listing page*/

.tickets_listing_page .search_filter {
    margin-top: 0;
}

.tickets_listing_page .product_details {
    font-size: 14px;
}

.tickets_listing_page .pro_cat2 > span {
    float: left;
    width: 100%;
}

.tickets-listing .product_list {
    margin-top: 15px;
}

.tickets-listing .product_details {
    padding: 0 0 0 35px;
}

.tickets-listing hr.border-2 {
    margin: 10px 0;
}

.tickets-listing .full_time > a {
    color: #fde135;
    font-weight: normal;
}

.tickets-listing .product_img img {
    width: 100%;
}


/*Details ticket first*/

.article-img-block a.bg-yellow {
    padding: 5px 15px;
}

.detail-ticket-first .featured-post-type-1 .caption-title {
    width: 100%;
}

.detail-ticket-first .featured-post-type-2 .caption-title a {
    font-size: 18px;
}

.detail-ticket-first .featured-post-type-2 .caption-title {
    /*border-left: 3px solid #fde135;*/
    border-top: 2px solid #fff;
    box-sizing: border-box;
}

.tickets_listing_page .browser-by-date {
    padding-top: 0;
}


/*Detaled Bargin page*/

.bg-black {
    background: #323338;
    color: #fff;
    padding: 10px 15px;
    float: left;
}

.bargin-page .text-sec > p {
    font-size: 14px;
}

.other-bargins {
    margin-top: 20px;
}


/*Bargains Listing page*/

.detailed_listing_page .search_filter {
    margin-top: 0;
}

.bargains-listing .full_time a {
    color: var(--black);
    font-weight: normal;
}

.bargains-listing .product_list .product_top .full_time {
    padding: 0;
}

.bargains-listing .full_time a span {
    float: left;
    padding: 5px 10px;
    text-align: center;
}

.bargains-listing .full_time a span.days-left {
    background: #fde135;
    color: #333332;
}

h2.listing-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

.bargains-listing .product_list {
    /*margin-top: 15px;*/
}

.details-margins-first .featured-post-type-1 .article-short-desc {
    position: static;
}

.details-margins-first .featured-post-type-1 .article-short-desc .caption-block {
    background: var(--off-white);
}

.details-margins-first .featured-post-type-1 .caption-title > a {
    color: #323338;
}

.details-margins-first .caption-butons a {
    color: #fff;
    background: #323338;
}

.details-margins-first .caption-butons a.article-date {
    border-bottom: 1px solid #fde135;
}

.details-margins-first .featured-post-type-1 .caption-butons a.article-comment {
    border-top: 1px solid #fde135;
}

.details-margins-first .column-3 .article-column {
    position: relative;
}

.details-margins-first .featured-post-type-2 .caption-title {
    background: rgba(50, 51, 56, 1) none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 7px 15px;
    width: 100%;
}

.details-margins-first .column-3 .article-short-desc {
    bottom: 0;
    color: #676767;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    margin: 0;
}

.small-top .bg-black {
    padding: 5px 12px;
}

.small-top .bg-black {
    color: #fff;
    text-decoration: none;
}

.timer-left {
    position: absolute;
    top: -28px;
}

.page .text-sec {
    margin-top: 0;
    font-size: 14px;
}

.market-page .text-sec > ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
}

.detail-market-first .featured-post-type-1 .caption-title {
    width: 100%;
}

.detail-market-first .caption-block {
    border-top: 2px solid #fde135;
}

.detail-gallery .title-sketch {
    background: #fde135;
    bottom: 0;
    color: #3c3c3c;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}

.detail-gallery .title-sketch_video {
    background: #fee40b;
    position: static;
    margin-bottom: 15px;
    color: #3c3c3c;
}

.detail-gallery .image-block {
    margin-bottom: 15px;
}

.gallery-page .search_filter {
    margin-top: 0;
}

.gallery-page .pro_cat2 > span {
    float: left;
    width: 100%;
}

.detail-business-first .article-short-desc {
    position: static;
}

.detail-business-first .featured-post-type-1 .article-short-desc .caption-title {
    width: 100%;
    padding: 12px 15px;
}

.detail-business-first .featured-post-type-1 .caption-block {
    background: var(--off-white) none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.detail-business-first .featured-post-type-1 .caption-title > a {
    color: #3e3f43;
    font-size: 18px;
    font-size: 16px;
}

.btn-information .bg-black {
    padding: 5px 15px;
}

.detail-business-first .featured-post-type-2 .caption-title {
    background: #3e3f43 none repeat scroll 0 0;
    border-top: 2px solid #fde135;
    box-sizing: border-box;
    float: left;
    padding: 7px 15px;
    width: 100%;
}

.detail-business-first .featured-post-type-2 .caption-title a {
    color: #fde135;
}

.business_main_page .recent_post {
    margin-top: 0;
}

.gallery-listing .product_img,
.gallery-listing .product_details {
    width: 50%;
}

.gallery-listing .product_img img {
    width: 100%;
}

.gallery-listing .product_list {
    /*margin-top: 15px;*/
}

.block-date {
    padding-top: 15px;
}

.business_details h2 {
    margin-bottom: 7px;
}


/* Custom */

.server_min,
.server_min-link a {
    min-width: 260px;
    padding: 15px;
}

.server_min.bargain-price {
    padding: 15px;
}

.bargain__caption-title {
    background: #fde135;
    color: #3c3c3c;
    padding: 10px;
}

.bargain__caption-buttons {
    text-align: center;
    color: #fff;
}

.bargain__caption-date {
    width: 50%;
    float: left;
    border-right: 1px solid #f5f5f5;
    background: #323338;
    padding: 10px;
}

.bargain__caption-price {
    width: 50%;
    float: right;
    border-left: 1px solid #f5f5f5;
    background: #323338;
    padding: 10px;
}


/* Business Listing / Basic / Premium */

.process__innner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.process__inner-item {
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.process__inner-link {
    padding-left: 40px;
    background: #057368 !important;
    color: #3c3c3c !important;
}

.process__inner-link:hover {
    background: #323338 !important;
    color: #fff !important;
}

li.active > .process__inner-link {
    background: #323338 !important;
    color: #fff !important;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media (max-width: 991px) {
    .header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(130,131,136,0.55);
    }
    .header-sticky.toggled {
        height: 100%;
        width: 100%;
    }
}


@media (min-width:1201px) and (max-width:1366px) {
    .client_box h4 {
        font-size: 14px;
    }
    .date_time {
        font-size: 12px;
    }
}

@media (min-width: 922px) and (max-width: 1199px) {
    .cat_text ul {
        font-size: 14px;
    }
    .date_time {
        font-size: 12px;
        line-height: 1em;
    }
    .client_box h4 {
        font-size: 13px;
    }
    .events-large-details {
        background: #313338;
        float: left;
        position: static;
        width: 100%;
    }
    .events-large-details h2 {
        margin-top: 5px;
    }
    .date_time .closing {
        width: 61%;
    }
    .date_time .time {
        width: 38%;
    }
    .view_job h4 {
        font-size: 14px;
    }
    .client_box_row > div {
        display: table-cell;
        float: none;
        height: 100%;
        padding-bottom: 26px;
    }
}

@media (min-width: 1300px) {
    #grid {
        position: relative;
    }
    #grid.container {
        left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .business_heading > h1 {
        font-size: 35px;
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    .compition-listing .list-block.list-1 .compition-img img {
        height: auto;
    }
    .quiz-answer {
        width: 95%;
    }
}

@media (max-width:768px) {
    .btn.btn-viewAll {
        margin-right: 0;
        margin-top: 10px !important;
    }
    .welcome-content {
        padding: 0 5px;
    }
    /*.advert {*/
    /*    display: none;*/
    /*}*/
    .adv {
    }
    .separate {
        float: left;
        width: 100%;
    }
    .location-map {
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .bottom-margin {
        margin-bottom: 15px;
    }
    .voting-calling-header .voting-title,
    .voting-calling-header .voting-short {
        width: 100%;
        float: left;
    }
    .control-url .url-select-style {
        width: 30%;
    }
    .control-url input.input_style {
        width: 68%;
    }
    .quiz-answer {
        width: 100%;
    }
    .directory_placement,
    section {
    }
    .inner-content {
        padding-top: 20px;
    }
    .new-jobs {
        margin-top: 0;
    }
    .directory_placement {
        /*margin-bottom: 10px;*/
    }
    .marketplace_heading_main {
        width: 100% !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .heading_text p {
        font-size: 15px;
        margin-top: 10px;
    }
    .heading_text p {
        text-align: justify;
    }
    .heading_text h1 {
        font-size: 31px;
        margin-bottom: 6px;
        margin-top: 15px;
    }
    .date_time {
        font-size: 12px;
        line-height: 1em;
    }
    .cat {
        margin-top: 8px;
    }
    .letest-post .container,
    .jobs-adverts .container,
    .upcoming-events .container,
    .directory_placement .container,
    .marketplace_main .container {
        /*width: 700px;*/
    }
    /*    .letest-post .col-md-12.col-sm-12.col-xs-12,
    .jobs-adverts .col-md-12.col-sm-12.col-xs-12,
    .upcoming-events .col-md-12.col-sm-12.col-xs-12,
    .directory_placement .col-md-12.col-sm-12.col-xs-12 {
        padding: 0;
    }*/
    .post {
    }
    /*    .letest-post .col-md-12.col-sm-12.col-xs-12 {
        padding: 0;
    }*/
    .post.post-middle {
        width: 49% !important;
        margin-left: 0;
    }
    .post.post-middle:nth-child(2n) {
        margin-right: 0;
    }
    .upcoming-events .post.post-middle:nth-child(2n) {
        margin-left: 0;
    }
    .post.post-middle:nth-child(2n+1) {
        margin-right: 0;
    }
    .post.post-small {
        width: 49% !important;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .post.post-small:nth-child(2n) {
        margin-right: 1%;
        margin-left: 0;
    }
    .post.post-small:nth-child(2n+1) {
        margin-left: 1%;
        margin-right: 0;
    }
    .post.post-large {
        margin-bottom: 2%;
    }
    .directory_placement .col-md-6.col-sm-12.col-xs-12 {
        padding: 0;
    }
    .small_post_img {
        width: 35%;
    }
    .small_post_text {
        float: right;
        width: 63%;
    }
    .events-sml-block:nth-child(even) {
        margin-right: 0;
        margin-left: 0%;
    }
    .events-sml-block {
        width: 49% !important;
    }
    .upcoming-events .event-small-grid {
        margin-bottom: 0;
        width: 100% !important;
    }
    .img-block {
        width: 89%;
    }
    .img-detail-block {
        width: 70px;
    }
    .time-dis small {
        font-size: 70%;
    }
    .closing-time {
        padding: 0;
        margin-top: 4%;
        overflow: hidden;
    }
    .closing-title {
        float: left;
        width: 40%;
        text-align: center;
        margin: 0;
    }
    span.limit-time {
        float: left;
        width: 60%;
        margin: 0;
        padding: 7.5px 15px;
        text-align: left;
    }
    span.limit-day-bold {
        margin: 0 8% 0 0;
        font-weight: bold;
    }
    .upcoming-timing .date-time > span {
        margin: 8px 0;
    }
    .client_box h4 {
        font-size: 14px;
    }
}

@media (max-width:709px) {
    .found_records {
        width: 100%;
        clear: both;
    }
    .pagination_text .controls {
        background: #ffb00b none repeat scroll 0 0;
        bottom: 0;
        cursor: pointer;
        float: right;
        margin: 0;
        padding: 0 10px 0;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
    }
    .pagination_text ul.pages {
        clear: both;
        float: left;
        padding: 0;
    }
    .pagination_text ul.letters {
        padding: 0 80px 0 0;
    }
    .pagination_text li {
        line-height: 18px;
    }
    .event-img-gallery,
    .event-description-content {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .share-buttons {
        text-align: center;
    }
    h2.header-sub-sidebar {
        margin-top: 20px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .pro_cat_mobi > i {
        margin-bottom: 20px;
        float: left;
    }
    .social-likes-btns > span {
        width: 100%;
    }
    .product-title h2 {
        display: none;
    }
    .product-title2 h2 {
        margin-top: 0;
        font-size: 20px;
        display: block;
    }
    .advert {
    }

    .header-add .advert {
        display: unset !important;
    }

    .pro_cat_mobi {
        font-size: 20px;
        margin-bottom: 0;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .pro_cat_mobi > i {
        background: #ececec none repeat scroll 0 0;
        font-size: 18px;
        font-style: normal;
        margin-right: 6px;
        padding: 0 3px 0 6px;
    }
    .pro_cat {
        display: none;
    }
    .pagination_text ul.letters {
        display: none;
        float: left;
        padding: 0;
    }
    .pagination_text ul.pages {
        float: left;
        margin-right: 84px;
    }
    .pages {
        margin: 0;
        padding: 0;
    }
    .social-likes-btns span a {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }
    .small_post img {
        width: 100% !important;
    }
}

@media (min-width:670px) and (max-width:766px) {
    .heading_text p {
        text-align: justify;
    }
    .cat {
        margin-top: 7px;
    }
    .date_time .time {
        padding: 4px;
        width: 43%;
    }
    .date_time .closing {
        padding: 4px;
        width: 57%;
    }
    .date_time {
        font-size: 12px;
        line-height: 1em;
    }
    .client_box h4 {
        font-size: 14px;
    }
    .view_job {
        float: right;
        text-align: center;
    }
    .heading_text {
        font-size: 12px;
        margin-top: 20px;
    }
    .heading_text p {
        font-size: 15px;
        margin-top: 15px;
    }
    .new-jobs {
        margin-top: 12px;
    }
    .heading_text p {
        text-align: justify;
    }
}

@media (min-width:599px) and (max-width:669px) {
    .heading_text p {
        text-align: justify;
    }
    .heading_text {
        font-size: 12px;
        margin-top: 20px;
    }
    .heading_text p {
        font-size: 15px;
        margin-top: 15px;
    }
    .client_box h4 {
        font-size: 13px;
    }
    .client_box h6 {
        font-size: 13px;
    }
    .date_time {
        font-size: 13px;
        line-height: 14px;
    }
    .view_job {
        float: right;
        text-align: center;
    }
    .cat {
        margin-top: 6px !important;
        padding-top: 1px;
    }
}

@media (min-width:320px) and (max-width:598px) {
    .heading_text p {
        text-align: justify;
    }
    .client_box_row > div {
        display: block;
        padding-bottom: 27px;
    }
    .client_box_row {
        display: block;
    }
    .advert {
        float: left;
        margin-bottom: 17px;
        text-align: center;
        width: 100%;
    }
    .advert.mobile-add {
        margin-bottom: 0;
    }
    .advert img {
        display: inline;
    }
    .advert-display {
        display: block;
        float: left;
        margin-bottom: 17px;
        margin-top: 17px;
        text-align: center;
        width: 100%;
    }
    .advert-display img {
        display: inline;
    }
    .heading_text h1 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .client_box_row {
        margin-bottom: 0px;
    }
    .client_box {
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
    }
    .client_box img {
        display: inline-block;
    }
    .client_box h4 {
        border-top: 1px solid #d3d3d3;
        bottom: 0;
        margin-left: 10px;
        padding-left: 1px;
        padding-top: 10px;
        width: 96%;
        text-align: left;
    }
    .client_box h4 {
        font-size: 15px;
    }
    .view_job {
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .heading_text {
        font-size: 15px;
        margin-top: 20px;
    }
    .date_time {
        font-size: 14px;
    }
    .date_time .closing {
        width: 62%;
    }
    .date_time .time {
        width: 38%;
    }
    .view_job a.view_job_btn {
        margin-top: 0;
    }
    .cat {
        margin-top: 12px !important;
        padding-top: 1px;
    }
    .advert-display img {
        width: 89%;
    }
    .client_box_row .client_box h6 {
        font-size: 15px;
    }
    .business_heading {
        padding-bottom: 14px;
        width: 100% !important;
    }
}

@media screen and (min-width: 320px) {
    .navbar-bootsnipp .navbar-brand {
        font-size: 20px;
        height: auto;
        padding: 15px 5px;
    }
    .navbar-bootsnipp .navbar-nav > li.disabled > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-bootsnipp .bootsnipp-search {
        background-color: #fee40b;
        display: block;
        position: absolute;
        top: 100%;
        width: 97.4%;
        padding: 2%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        display: none;
    }
    .navbar-bootsnipp .bootsnipp-search.open {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        display: unset;
        z-index: 99;
        right: 18px;

    }
    .navbar-bootsnipp .bootsnipp-search > .container {
        padding: 0px;
    }
}

@media (max-width: 1200px) {
    .download_doc p {
        width: 100%;
    }
    .collapse.navbar-collapse.main-navi {
        width: 92%;
    }
    .navbar-bootsnipp .navbar-nav > li > a {
        padding: 15px 10px;
    }
    .carousel-content h1 {
        font-size: 1.3em;
    }
    .carousel-content h3 {
        font-size: 1.2em;
    }
    .carousel-control {
        display: none;
    }
    .img-block img {
        width: 100%;
    }
    .carousel-indicators .active {
        width: 20px;
        height: 20px;
    }
    .carousel-indicators li {
        width: 18px;
        height: 18px;
    }
    .survey-q-page .survey-detail-main .voter-block .calling-progress-bar {
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .marketplace-cat__bottom {
        display: none;
    }
    .marketplace_left_side .small_post {
        margin-bottom: 10px;
    }
}

@media (min-width: 1023px) {
    .slider-large-img .img-block {
        /*width: calc(100% - 98px);*/
        min-height: 198px;
    }
    .bottom-advert {
        margin-bottom: 17px;
        margin-top: 17px;
    }
    .block-date {
        padding-top: 66px;
    }
    .carousel-content .row {
        position: relative;
    }
    .carousel-content .row .col-sm-7 {
        position: static;
    }
    .slider-btn-group {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 991px) {
    .form-group.btn-search-group {
        float: right;
        width: 9%;
    }
    .form-group {
        float: left;
        margin-right: 1%;
        width: 44%;
        margin-bottom: 0;
    }
    .btn_main {
        font-size: 1em;
        margin-bottom: 0;
    }
    .nav-content {
        /*border-top: 2px solid #fee40b;*/
        background: #057368 !important;
    }
    .main-sidebar > div:first-child {
        margin-top: 0;
    }
}

@media (max-width: 1170px) {
    .owl-theme .owl-controls .owl-nav .owl-next,
    .owl-theme .owl-controls .owl-nav .owl-prev {
        top: 0;
    }
    .business-details .event-contect-block > div {
        display: block;
        float: left;
    }
    .business-details .event-contect-block > div {
        margin-bottom: 15px;
    }
    .business-details .event-contect-block .listing-btn > a {
        float: left;
        margin-left: 0;
        padding: 10px 14px;
        width: auto;
        margin-bottom: 0;
    }
    .business-details .event-contect-block .listing-btn {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .business_post {
        width: 100%;
    }
    /*.business_heading {
    padding-bottom: 14px;
    width: 48% !important;
    padding-right: 10px;
    padding-left: 15px;
}*/
    /*.marketplace_heading {
    padding-bottom: 26px;
    width: 48% !important;
    padding-right: 0px;
    padding-left: 19px;
}*/
    /*.marketplace_post {
    width: 99%;
    margin-left: 7px;
}*/
    /*    .marketplace_left_side {
        float: left;
        margin: 0;
        padding-bottom: 20px;
        padding-left: 15px;
        width: 52%;
    }*/
    /*.marketplace_heading_main {
    width: 100% !important;
}*/
    .marketplace_left_side .small_post_text {
        width: 60%;
    }
    .marketplace_post img {
        width: 100%;
    }
    .business_post img {
        width: 100%;
    }
    .marketplace_main h1 {
        /*padding-left: 21px;*/
    }
    .small_post_text {
        float: left;
        padding: 12px 4px 0;
        width: 68%;
    }
    .business_left_side {
        margin: 0;
        padding-left: 2px;
        padding-right: 10px;
        width: 51%;
    }
    .small_post_text {
        width: 66%;
    }
}

@media (max-width: 991px) {
    .product_bottom > span {
        font-size: 14px;
        padding: 2px 7px;
        line-height: 1.5em;
    }
    .product_bottom {
        padding: 20px 10px;
    }
    .recant_message_box {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .recant_main {
        float: left;
        width: 100%;
    }
    .recent_pic_big > span {
        font-size: 14px;
        line-height: 1em;
        padding: 5px 9px;
    }
    .tag_text > h4 {
        font-size: 14px;
        display: block;
    }
    .tag_text > h3 {
        font-size: 23px;
        margin-top: -4px;
        padding-bottom: 6px;
    }
    .share_icons ul li a {
        margin-top: 5px;
    }
    .share_icons ul li:first-child {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .recent_main_right {
        float: left;
        margin-bottom: 12px;
        width: 49.33%;
    }
    .share_icons > ul {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .message_box > span {
        float: left;
        margin-top: 20px;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .download_doc p {
        width: auto;
    }
    .upload_cv span {
        float: left;
        width: 100%;
    }
    .upload_cv span:nth-child(3) {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    .upload_drive span a {
        padding: 5px 10px;
        width: auto;
    }
    .btn.btn-dark-yellow,
    .btn.btn-border {
        font-size: 18px;
    }
    .navbar-toggle {
        margin-left: 25px;
    }
    .top-search a {
        padding: 15px 30px 15px 10px;
    }
    section.add-banner {
        /*display: none;*/
    }
    nav > .container {
        width: 100%;
    }
    nav.navbar-bootsnipp .col-md-12 {
        padding: 0;
    }
    nav.navbar.navbar-bootsnipp {
        left: 0;
        position: sticky;
        right: 0;
        order: -1;
        background-color: #323338 !important;
        display: none;
    }

    .header-logo {
        width: 30%;
    }
    .header-add {
        width: 65%;
    }
    ul.navbar-nav {
        margin: 0 !important;
    }
    .navbar-collapse {
        padding: 0 !important;
    }
    .top-search a {
        background: transparent;
        color: #fee40b;
    }
    .navbar-toggle .icon-bar {
        background-color: #fee40b;
    }
    .footer-top h3 {
        width: 65%;
    }
    .main-navi {
        width: 100% !important;
        text-align: center;
    }
    .navbar-bootsnipp .navbar-nav > li > a:hover {
        background: #fee40b;
        color: #323338;
    }
    .navbar-bootsnipp .navbar-nav > li > a {
        padding: 8px 10px;
    }
    .hidden-responsive,
    .top-header {
        display: none;
    }
    .show-responsive {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        float: left;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown span {
        display: none;
    }
    .dropdown ul {
        display: block;
        position: static;
    }
    .dropdown ul li {
        padding: 0;
    }
    .dropdown ul li a {
        background: #333;
        display: block;
        padding: 8px 10px;
        font-size: 1.1em;
    }
    .dropdown ul li a:hover {
        background: #f5de4e;
        color: #000;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .post.post-large {
        width: 100%;
    }
    .post.post-small,
    .letest-post .post.post-small {
        width: 100%;
    }
    .post.post-middle {
        width: 100%;
        /*   padding: 10px 15px;*/
    }
    .business-post-title {
        top: 0;
        left: 0;
    }
    .filter-tab {
        display: none !important;
    }
    .business_post img {
        width: 100%;
    }
    .post.post-large {
        margin-left: 0;
        margin-right: 0;
    }
    .upcoming-events .event-small-grid {
        width: 100%;
    }
    .jobs-adverts,
    section.upcoming-events {
        float: left;
        margin-top: 0px;
        width: 100%;
        /*background: #c84c9c;*/
    }
    section.upcoming-events {
        padding-top: 30px;
    }
    section.marketplace_last {
        padding-top: 5px;
    }
    .welcome-content h1.first-heading {
        margin-bottom: 15px;
    }
    .location-map {
        margin-top: 15px;
    }
    .event-list-page .panel-body .location-map {
        margin-top: 0;
    }
    .business-details .event-contect-block > div {
        display: block;
        float: left;
        text-align: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .business-details .event-contect-block .location-sub-block,
    .business-details .event-contect-block .contact-sub-block {
        width: 40%;
    }
    .listing-btn > a {
        float: left;
        margin-left: 0;
    }
    .navbar-bootsnipp .bootsnipp-search {
        width: 100%;
    }
    .responsive-map {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .login-block {
        border-right: 0 none;
        padding-right: 0;
    }
    .business_heading {
        margin-bottom: 10px;
        padding-left: 0;
        width: 100%;
    }
    /*.side_map {*/
    /*    display: none;*/
    /*}*/
    /*.hide_map {*/
    /*    display: none;*/
    /*}*/
    .side_map_mobi {
        display: block;
        padding-top: 20px;
    }
    .hide_map_mobi {
        display: block;
        background: #fde135 none repeat scroll 0 0;
        cursor: pointer;
        float: right;
        font-size: 13px;
        text-align: center;
        padding: 0px 10px;
    }
    .hide_map_mobi a {
        color: #323338;
        text-decoration: none;
    }
    .article-page section.main-content .container .row,
    .page section.main-content .container .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .detailed_bargin_page .recent_pic {
        width: 18%;
    }
    .detailed_bargin_page .recent_right_text {
        width: 82%;
    }
    .detailed_bargin_page .address_right_text {
        float: left;
        width: 82%;
    }
}

@media (max-width:992px) {
    .advert {
    }
}

@media (max-width:980px) {
    .business_post {
        width: 100%;
    }
    .business_left_side {
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
    }
    .marketplace_heading {
        margin-bottom: 17px;
        padding-left: 0;
        width: 100%;
    }
    .marketplace_post {
        width: 100%;
    }
    .marketplace_left_side {
        float: left;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0;
        width: 100%;
        margin-left: 0;
    }
    .yellow_heading:last-child,
    .marketplace_heading_2:last-child {
        margin-left: 0;
    }
    .marketplace_post img {
        width: 100%;
    }
    .business_post img {
        width: 100%;
    }
    .marketplace_main h1 {
        padding-left: 0;
    }
    .small_post_text {
        float: left;
        padding: 12px 11px 0 9px;
        width: 63%;
    }
    .bottom-advert {
        margin-top: 23px;
    }
    .advertising .bottom-advert {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .survey-page .bottom-advert {
        margin-bottom: 20px;
    }
    .adv {
    }
    .adv .adv_btn {
        margin-top: 0px;
    }
    .advert {
    }

    .header-add .advert {
        display: unset !important;
    }

    .advert2 {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    .advert2 img {
        display: inline-block;
    }
    footer#footer {
        /*margin-top: 0px;*/
    }
    .directory_placement h1 {
        padding-left: 0;
    }
    .marketplace_main h1 {
        padding-left: 0;
    }
    .marketplace_heading_main {
        width: 100%;
    }
    .small_post {
        margin-bottom: 20px;
    }
    .marketplace-cat__bottom {
        display: block;
    }
}

@media (max-width: 768px) {
    .business_post {
        width: 100%;
    }
    .yellow-top {
        margin-bottom: 0 !important;
    }
    .business_left_side {
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
    }
    .process-section > ul {
        padding: 0 5px;
    }
    .recepie-desc {
        margin-top: 15px;
    }
    .image-block__twitter {
        font-size: 12px;
    }
    /*.business_heading {
    padding-bottom: 14px;
    width: 99% !important;
    padding-right: 10px;
    padding-left: 15px;
}*/
    .marketplace_heading {
        margin-bottom: 10px;
        padding-left: 0;
        width: 100%;
    }
    .marketplace_post {
        width: 100%;
    }
    .marketplace_left_side {
        float: left;
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0;
        width: 100%;
    }
    .marketplace_post img {
        width: 100%;
    }
    .business_post img {
        width: 100%;
    }
    .marketplace_main h1 {
        padding-left: 20px;
        text-align: left;
        width: auto;
        margin-bottom: 3%;
    }
    .small_post_text {
        float: left;
        padding: 12px 11px 0 9px;
        width: 63%;
    }
}

@media (max-width: 767px) {
    .product_top .email_bta span {
        padding-right: 0;
    }
    .show-small-responsive {
        left: 0;
        padding: 4%;
        position: absolute;
        right: 30%;
        top: 0;
        display: block;
    }
    .post.post-small,
    .letest-post .post.post-small {
        margin-left: 0;
        margin-right: 0;
    }
    .hide-small-responsive {
        display: none;
    }
    .carousel-content h1 {
        font-size: 1em;
        text-shadow: 1px 1px 1px #000;
    }
    .carousel-content h3 {
        font-size: 0.9em;
        text-shadow: 1px 1px 1px #000;
    }
    .filter-tab {
        display: none;
    }
    #header_logo > a {
        display: inline-block;
        text-align: center;
        position: fixed;
        top: 8px;
        z-index: 999;
        left: 10px;
        max-width: 125px;
    }
    .top-search a {
        padding-right: 10px;
    }
    .header-logo,
    .header-add {
        text-align: center;
        width: 100%;
    }
    .header-logo a {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
    .row.logo-area {
        padding-top: 0;
    }
    #posts {
        margin: 0 auto;
        padding: 0 10px;
    }
    #grid > #posts .post {
        float: left;
        margin: 2% 0;
        text-align: center;
        width: 100%;
    }
    .footer-top h3 {
        color: white;
        width: 100%;
        text-align: left;
        margin-bottom: 2%;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .btn {
        float: none;
        display: inline-block;
    }
    .footer-top {
        padding: 50px 0;
    }
    .btn-sml {
        margin: 2% 0 7%;
    }
    .show-small-screen {
        display: block;
        float: left;
        width: 100%;
    }
    .show-sml-desktop,
    .add-banner,
    .hide-sm-screen {
        display: none;
    }
    .add-banner {
        display: block;
        float: none;
        clear: both;
        padding-top: 0px;
    }
    .add-banner .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .add-banner .advert-index {
        margin: 0;
    }
    .add-banner img {
        max-width: 100%;
    }
    .business-yellow-ad {
    }
    .header-add {
        padding: 10px 10px 0;
    }
    .section-title {
        text-align: center;
        width: 100%;
    }
    .jobs-adverts .post-large .post-block {
        background: #fff none repeat scroll 0 0;
        padding: 20% 0 40%;
    }
    .colses-details {
        right: inherit;
        width: 100%;
        bottom: 0;
    }
    .closes-title {
        float: left;
        padding: 0 15px;
        line-height: 37px;
    }
    .closing-time > span {
        line-height: 24px;
    }
    .closing-time {
        margin-top: 4%;
    }
    .colses-details .days-limit {
        float: left;
    }
    .days-limit > span {
        float: left;
        margin: 0 5px!important;
        text-align: center;
        width: auto;
        font-size: 17px !important;
        line-height: 35px;
    }
    .post-large .jobs-details {
        bottom: 36px;
        width: 100%;
    }
    .directory_placement h1,
    section h1 {
        float: left;
        font-weight: bolder;
        margin: 2% 0 5%;
        padding-left: 20px;
        text-align: left;
        width: 100%;
    }
    .event-details h1,
    h1.survey-heading-h1 {
        padding-left: 0;
    }
    h1.jobs-board-heading {
        padding-left: 6px;
    }
    .events-sml-block {
        margin-bottom: 4%;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .section-title > h1 {
        margin-top: 3%;
    }
    .footer-bottom .row > div {
        width: 33.33%;
    }
    h1 {
        font-size: 2.5em;
        margin: 0;
    }
    #grid > #posts .post {
        margin: 10px 0;
        padding: 0;
    }
    #grid > #posts .post.event-small-grid {
        margin-bottom: 3px;
    }
    a.btn {
        font-size: 16px;
        padding: 8px 15px;
    }
    .jobs-adverts #grid > #posts .post {
        margin: 10px 0 10px;
        padding: 0;
    }
    .closing-time {
        padding: 0;
        margin-top: 4%;
        overflow: hidden;
    }
    .closing-title,
    .closes-title {
        float: left;
        width: 30%;
        text-align: center;
        margin: 0;
    }
    span.limit-time,
    .colses-details .days-limit {
        float: left;
        width: 70%;
        margin: 0;
        padding: 7.5px 15px;
        text-align: left;
    }
    span.limit-time {
        padding: 2.5px 10px;
        width: 60%;
        float: left;
        text-align: left;
    }
    .closing-time > span.closing-title {
        padding: 2.5px 10px;
        width: 40%;
    }
    span.limit-day-bold {
        margin: 0 8% 0 0;
        font-weight: bold;
    }
    .upcoming-timing .date-time > span {
        margin: 8px 0;
    }
    .days-limit .limit-time,
    .colses-details .days-limit {
        padding: 0;
        margin: 0;
    }
    .colses-details .days-limit .days {
        margin: 0 20px;
    }
    .colses-details .days-limit .days,
    .colses-details .days-limit .limit-time {
        float: none;
    }
    .footer-top .btn {
        padding: 10px 35px;
    }
    /*Cassified-detail page*/
    .product-custome-details .col-3 {
        display: block;
        padding: 10px !important;
        width: 100%;
    }
    .pages-counts .pagination_text li {
        line-height: 35px;
    }
    .panel-title i {
        float: right !important;
        margin: 0;
    }
    /*Article Landing */
    .column-2 .article-column,
    .column-2 .post-block-colmn {
        width: 100%;
        margin-right: 0;
    }
    .owl-theme .owl-controls .owl-nav .owl-next,
    .owl-theme .owl-controls .owl-nav .owl-prev {
        top: 35%;
    }
    .survey-q-page .survey-detail-main .voter-block .calling-progress-bar,
    .business-details .event-contect-block .location-sub-block,
    .business-details .event-contect-block .contact-sub-block {
        width: 100%;
    }
    .btn.recent_bta_bottom {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .video-view {
        margin-bottom: 15px;
    }
    h1.contact-heading {
        margin-bottom: 15px;
    }
    /*Compition Listing Page*/
    .compition-listing .list-block .compition-img {
        float: left;
        margin: 0;
        width: 100%;
    }
    .compition-listing .list-block.list-1 .compition-img {
        border-right: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .compition-listing .list-block.list-2 .compition-img,
    .compition-listing .list-block.list-2.list-2-3 .compition-img,
    .compition-listing .list-block.list-3 .compition-img {
        border: 0;
        width: 100%;
        float: left;
        margin: 0;
    }
    .compition-listing .compition-details,
    .compition-listing .list-2 .compition-details,
    .compition-listing .list-2.list-2-3 .compition-details,
    .compition-listing .list-block.list-3 .compition-details {
        padding: 20px;
        width: 100%;
        margin-bottom: 60px;
    }
    .quiz-main-section .compition-title > a {
        min-height: 0;
        padding-bottom: 10px;
    }
    .articles-details.sketch-lists .article-block {
        margin-right: 0;
        width: 100%;
    }
    .bargains-listing .product_img {
        margin-bottom: 0;
    }
    .navbar-toggle {
        margin-left: 0;
        float: right;
        margin-right: 10px;
        margin-top: 7px;
    }
    .quiz_listing_page .article-short-desc {
        margin-top: 10px;
    }
}

@media (max-width: 680px) {
    .btn.recent_bta_bottom {
        float: left;
    }
    .articles-content .content-group {
        float: left;
        padding-right: 20px;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .details-caption {
        border: 0;
        padding-left: 0;
        width: 100%;
    }
    .signup_section {
        margin-bottom: 15px;
    }
}

@media (max-width: 640px) {
    div#trending_now >section {
    }
    .articles-details .article-img,
    .articles-details .article-shor-description,
    .product_list .product_img,
    .product_list .product_details {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .articles-content {
        padding-left: 6px;
        padding-right: 6px;

    }
    .article-img img {
        width: 100%;
    }
    section.main-content .container,
    section.main-content .container div[class^=col-],
    .page section.main-content .container,
    .page section.main-content .container div[class^=col-],
    section.main-content .container div[class^=col-] {
        padding: 0 10px;
    }

    section.main-content .container .row {
        margin-right: -10px!important;
        margin-left: -10px!important;
    }

    section.main-content .container .row .panel-body,
    .panel-body .tab-content .tab-pane
     {
        #padding: 0px!important;
    }

    section.inner-content .container,
    section.inner-content .container div[class^=col-] {
        /*padding: 0 10px;*/
    }
    section.inner-content .new-jobs {
        padding: 7px 10px 10px 10px;
    }
    .articles-content-section,
    .event-details-main,
    .event-page .product_bottom,
    .survey-detail-main,
    .main-content-block,
    div.white-bg,
    div.grey-bg {
        padding: 15px 5px;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
    .pro_cat_mobi {
        margin-bottom: 15px;
        width: 100%;
    }
    .pro_cat_mobi > i {
        margin-bottom: 0;
    }
    .gallery-listing .product_img,
    .gallery-listing .product_details {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .gallery-listing .product_details {
        margin-bottom: 20px;
    }
    .article-title {
        margin-top: 10px;
    }
    .product_list .product_top {
        padding-left: 15px;
    }
}

@media (min-width: 640px) {
    .marketplace-post-title.visible-xs {
        display: none;
    }
}


.visible-mobile {
    display: none;
}

@media (max-width: 639px) {

    .visible-mobile {
        display: contents;
    }
    .adv .adv_btn {
        margin-top: 21px;
    }
    .adv {
        margin-top: 0px;
    }
    .slider-btn-group > span {
        float: left;
        margin-bottom: 2%;
        width: 100%;
    }
    .slider-btn-group .btn {
        width: 100%;
        font-size: 20px !important;
        margin: 0 0 2%;
    }
    footer {
        float: left;
        width: 100%;
    }
    .directory_placement h1,
    section h1 {
        float: left;
        font-weight: bolder;
        margin: 2% 0 5%;
        text-align: left;
        width: 100%;
    }
    .letest-post #grid > #posts .post.post-large,
    .upcoming-events #grid > #posts .post.post-large {
        /*        margin-left: -15px;
        margin-right: -15px;*/
        width: auto;
    }
    .post.post-large .post-details {
        position: absolute;
        background: none;
        bottom: 0;
    }
    .post.post-large .post-details h2,
    .business_details h2 {
        margin-top: 0;
    }
    .business_post {
        margin: 0;
    }
    .business_details {
        padding: 10px 20px;
        margin: 0;
    }
    .business_heading {
        width: auto;
    }
    .business_details {
        background: var(--off-white) none repeat scroll 0 0;
        color: #fff;
        float: left;
        position: static;
        width: 100%;
#        text-shadow: 1px 1px 1px #000;
    }
    .small_post_img,
    .small_post_text {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .small_post_img {
        text-align: center;
    }
    .small_post img {
        display: inline-block;
        float: none;
        width: auto;
        margin-bottom: 4%;
    }
    .footer-top .btn {
        margin: 6% 0 2%;
    }
    .jobs-details h2 {
        margin-bottom: 8px;
    }
    .bottom-advert {
        margin-bottom: 0px;
        margin-top: 23px;
    }
    .column-3 .post-column {
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .classified-details .product_img {
        float: left;
        width: 100%;
        text-align: center;
    }
    .classified-details .product_details {
        width: 100%;
    }
    .classified-details .product_img {
        margin-bottom: 15px;
    }
    .classified-details .product_details {
        padding: 0;
    }
    .classified-details .product_img .img-responsive {
        display: inline-block;
        float: none;
    }
    .column-3 .article-column,
    .column-3 .post-block-colmn {
        margin-right: 0;
        width: 100%;
    }
    .event-contect-block .location-sub-block,
    .event-contect-block .contact-sub-block {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .event-contect-block .contact-sub-block {
        width: 56%;
    }
    .content-group .img-block {
        width: 100%;
    }
    .content-group .details-block {
        margin-top: 15px;
        padding-left: 0;
        width: 100%;
    }
    .product_img img {
        width: 100%;
    }
    .post.post-large .post-details.events-large-details {
        position: static;
        background: var(--off-white);
    }
    .post.post-large .post-details.events-large-details h2 {
        margin-top: 0;
    }
    .marketplace_left_side .small_post {
        position: relative;
        border: none;
    }
    .marketplace_left_side .small_post_text {
        background: #232222 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        padding: 10px;
        position: static;
        text-align: left;
        width: 100%;
    }
    .marketplace_left_side .small_post_text > h3,
    .marketplace_left_side .small_post_text > p {
        color: #fff;
        margin: 0;
    }
    .marketplace_left_side .small_post_text > h3 {
        font-weight: 400;
        font-size: 23px;
    }
    .market-directory-content {
        padding: 0 10px;
    }
    .marketplace_details {
        position: static;
    }
    .letest-post .post.post-large .post-details h2 {
        font-size: 20px;
        font-weight: bold;
        /*text-shadow: 1px 1px 1px #000;*/
        margin-top: 20px;
        margin-bottom: 0;
    }
    .letest-post .post.post-large .post-details {
        margin-bottom: 0;
    }
}

@media (min-width: 480px) {
    .show-small-screen {
        display: none;
    }
}

@media (max-width: 767px) {
    .featured-post-type-2 > .result {
        display: none;
    }
    .recepie-lists .article-short-desc {
        margin-bottom: 20px;
        color: #676767;
        font-size: 14px;
        margin-top: 10px;
    }

    .product_bottom {
        padding-bottom: 52px;
    }
    .articles-details {
    }
    .product_list .product_top_mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        right: unset;
        padding-left: 0;
        margin-bottom: 0px;
    }
    .pagination_text {
        margin-top: 0;
    }
    .advert:last-child {
        margin-bottom: 0;
    }
    .detail-gallery .title-sketch {
        bottom: 0;
        float: left;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 15px;
        position: static;
    }
    .detail-gallery .image-block {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .found_records p {
        text-align: left;
    }
    .found_records .result {
        float: left;
    }
    .found_records > span {
        float: right;
    }
    .show-txt-dsktp {
        display: none;
    }
    .show-txt-rspns {
        display: block;
    }
    .calling-progress-bar {
        width: 100%;
    }
    .post_comments .pull-right {
        float: right;
        margin-top: 15px;
        width: 100%;
    }
    a.recent_bta_bottom {
        float: left;
    }
    .event-contect-block.advert-contact-block > div {
        display: block;
        float: left;
        width: 100%;
    }
    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
        padding: 5px 30px 5px 10px;
        position: relative;
        text-indent: 0;
    }
    .quiz-answer-funky input[type="radio"]:empty ~ label,
    .quiz-answer-funky input[type="checkbox"]:empty ~ label {
        padding: 10px 30px 10px 10px;
    }
    .quiz-result-text span {
        float: left;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 10px;
        width: 100%;
    }
    .event-landing-page .event-landing-posts.grid-type-1 .caption-block,
    .event-landing-page .grid-type-2 .caption-block {
        min-height: auto;
        padding: 10px 15px;
        position: static;
        background: #323338;
    }
}


@media (max-width: 480px) {
    .product_img {
        width: 100%;
        text-align: center;
    }
    .product_img a img {
        display: inline-block;
    }
    /*
    .product_details {
        padding: 10px 0 30px 0;
        width: 100%;
    }
    .product_list .product_top {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        right: unset;
        padding-left: 10px;
    }*/
    .featured-post-type-1 .article-short-desc {
        position: relative;
    }
    .featured-post-type-1 .btn-language {
        position: absolute;
        right: 0;
        top: 0;
    }
    .featured-post-type-1 .caption-block {
#        background: #323338 none repeat scroll 0 0;
    }
    .featured-post-type-1 .caption-title {
        box-sizing: border-box;
        float: left;
        padding: 8px 15px;
        width: 100%;
    }
    .featured-post-type-1 .caption-butons a {
        display: table-cell;
        float: none;
        padding: 5px 15px;
        white-space: nowrap;
        width: 50%;
        background: #fde135 none repeat scroll 0 0;
    }
    .featured-post-type-1 .caption-butons a.article-comment {
        background: #fde135 none repeat scroll 0 0;
        color: #323338;
    }
    .featured-post-type-1 .caption-block .caption-butons {
        display: table;
        float: left;
        width: 100%;
    }
    .featured-post-type-1 .caption-butons .article-date {
        text-align: left;
    }
    .featured-post-type-1 .caption-butons .article-comment {
        text-align: right;
    }
    .owl-theme .owl-controls .owl-nav .owl-next,
    .owl-theme .owl-controls .owl-nav .owl-prev {
        top: 20%;
    }
    .details-margins-first .featured-post-type-1 .caption-butons a.article-comment {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #323338 none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #fde135;
        border-image: none;
        border-style: none none none solid;
        border-width: 0 0 0 2px;
        color: #fff;
        text-align: center;
    }
    .details-margins-first .caption-butons a.article-date {
        background: #323338 none repeat scroll 0 0;
        border: 0 none;
        text-align: center;
    }
}

@media (max-width: 567px) {
    .capcha_form {
        float: left;
        width: 100%;
    }
    .recent_post_pic {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .recent_post_bottom {
        padding: 10px 13px;
    }
    .recant_form {
        padding: 9px 13px;
    }
    .recent_pic {
        width: 18%;
    }
    .recent_main_right {
        width: 100%;
    }
    .recent_right_text {
        width: 82%;
    }
    .footer-bottom .row > div {
        width: 100%;
    }
    .carousel-indicators {
        bottom: -2em;
    }
    .download_doc p {
        width: 100%;
    }
    .apply_form {
        padding: 10px 10px;
        width: 100%;
    }
    .upload_cv span:nth-child(3) {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .upload_drive span a {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .message_box > span {
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
    }
    .check_box {
        text-align: left;
        padding-top: 10px;
        line-height: 1em;
        float: left;
    }
    a.apply_bta {
        width: 100%;
        float: left;
    }
    .check_box > input {
        margin-right: 4px;
        margin-top: 0;
        vertical-align: middle;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
    }
    .download_doc img {
        padding-right: 10px;
        margin-bottom: 10px;
        float: left;
    }
    .btn.recent_bta_bottom {
        float: left;
    }
    .process-section ul li {
        width: 49%;
    }
    .process-section ul li a {
        width: 100%;
    }
    .form-content {
        display: block;
        width: 100%;
        float: left;
    }
    .form-content .form-group-lg > label {
        float: left;
        font-size: 14px;
        font-weight: normal;
        padding-right: 10px;
        text-align: left;
        width: 100%;
    }
    .form-content .input-box {
        width: 100%;
    }
    .contact-information h2.heading-subtitle {
        margin-bottom: 10px;
    }
    .login-process > span > a {
        float: left;
        margin: 0 0;
        text-align: center;
        width: 100%;
        padding: 8px 15px;
    }
    .login-process {
        padding: 0;
    }
    .share-buttons span {
        margin-bottom: 10px;
    }
    ul.share_lists > li {
        margin-bottom: 4px;
    }
}

@media(max-width: 479px) {
    .process-section ul li {
        width: 100%;
    }
    .forgot-password {
        float: left;
        width: 100%;
    }
    .select-style {
        width: 100%;
    }
    .form-grid2 .colm-2 {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .enter-compition-block .post_comments {
        margin-top: 0;
    }
}

@media (max-width:736px) {
    .business_left_side {
        padding-left: 0;
        padding-right: 16px;
        width: 98%;
    }
    .marketplace_left_side {
        float: left;
        /*padding-bottom: 0;*/
        /*padding-left: 14px;*/
        padding-right: 0;
        width: 100%;
    }
    .directory_placement h1,
    section h1 {
        margin-bottom: 3%;
        text-align: left;
        width: 100%;
    }
    .marketplace_main h1 {
        width: 100%;
        margin-bottom: 3%;
    }
    .directory_placement h1.jobs-board-heading,
    section h1.jobs-board-heading {
        text-align: left;
    }
}

@media (max-width:568px) {
    .small_post img {
        margin-bottom: 0%;
    }
    .business_left_side {
        padding-left: 0;
        padding-right: 14px;
        width: 98%;
    }
    .marketplace_left_side {
        float: left;
        /*padding-bottom: 20px;*/
        /*padding-left: 12px;*/
        padding-right: 0;
        width: 100%;
    }
    .directory_placement h1,
    section h1 {
        margin-bottom: 3%;
        text-align: left;
        width: 100%;
    }
    .marketplace_main h1 {
        width: 100%;
        margin-bottom: 3%;
    }
}

@media (max-width:414px) {
    .business_left_side {
        padding-left: 0;
        padding-right: 16px;
        width: 96%;
    }
    .marketplace_left_side {
        float: left;
        /*padding-bottom: 20px; */
        /*padding-left: 14px;*/
        padding-right: 0;
        width: 100%;
    }
    section h1 {
        margin-bottom: 3%;
        /*text-align: center;*/
        width: 100%;
    }
    .marketplace_main h1 {
        width: 100%;
        margin-bottom: 3%;
    }
}

@media (max-width:375px) {
    .business_left_side {
        padding-left: 0;
        padding-right: 16px;
        width: 96%;
    }
    .marketplace_left_side {
        float: left;
        padding-bottom: 0px;
        /*padding-left: 13px;*/
        padding-right: 0;
        width: 100%;
    }
    .directory_placement h1,
    section h1 {
        margin-bottom: 3%;
        text-align: left;
        width: 100%;
        font-size: 24px;
    }
    .marketplace_main h1 {
        width: 100%;
        margin-bottom: 3%;
        font-size: 28px;
    }
}

@media (max-width:360px) {
    .business_heading {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .btn.btn-viewAll.btn-sml.show-small-screen {
        margin-bottom: 0;
    }
    .jobs-adverts {
        padding: 3% 0 0;
    }
    #grid > #posts .post {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .business_heading {
        margin-bottom: 10px;
        padding-left: 0;
    }
}

@media (max-width:360px) {
    .post-details {
        margin-bottom: 15px;
    }
    .events-sml-block {
        margin-bottom: 14px;
    }
    .small_post {
        margin-bottom: 14px;
    }
    #grid > #posts .post {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .buiness_btn {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.navbar-bootsnipp .navbar-nav > li > a.current {
    font-weight: bold;
}

.navbar-bootsnipp .navbar-nav > li > a.current,
.navbar-bootsnipp .navbar-nav > li > a:hover {
    background: #063830;
    color: #fff;
    margin-right: -2px;
    margin-left: -2px;
    padding-left: 7px !important;
    padding-right: 7px !important;
    /*font-weight: bold;*/
}

.navbar-bootsnipp .navbar-nav > li.nav-first > a.current {
    margin-left: 0;
    padding-left: 5px !important;
}

.btn.btn-dark:hover,
.btn.btn-yellow:hover {
    background: #057368;
    color: #fff;
}

.btn.btn-dark-yellow:hover {
    background: #063830;
    color: #fff;
}

.jobs-adverts .post.post-middle,
.business-directory-content .post.post-middle {
    width: 24.25%;
}

.jobs-adverts .post.post-middle:first-child,
.business-directory-content .post.post-middle:first-child {
    margin-left: 0;
}

.jobs-adverts .post.post-middle:last-child,
.business-directory-content .post.post-middle:last-child {
    margin-right: 0;
}

.jobs-adverts .post-block.post-middle {
    height: 340px;
    padding-top: 36px;
    background: #fff;
}

.jobs-details h2 {
    font-size: 18px;
}

.jobs-subtitle {
    font-size: .9em;
    padding-top: 5px;
}

.limit-time {
    padding-top: 7px;
    display: inline-block;
    /*padding-right: 7px;*/
    float: right;
}

.com-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.yellow_main {
    background-color: #fee40b;
    padding-bottom: 50px;
}

.marketplace_post img {
    width: 100%;
}

.marketplace_details h3 {
    margin: 0;
}

.marketplace_last {
    padding-bottom: 15px;
}

@media (min-width: 991px) {

}

@media (min-width: 1200px) {
    .letest-post .small-post-detail {
        height: 125px;
    }

    .letest-post .post.post-small img {
        height: 125px;
        width: auto;
    }

    .letest-post .small-post-detail > h3 > a {
      line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .jobs-adverts .post-block.post-middle {
        /*padding-bottom: 130px;*/
        height: auto;
    }
    section.upcoming-events {
        padding-top: 5px;
    }
    section.yellow_main {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .jobs-adverts {
        padding-bottom: 2em;
        padding-top: 5px;
    }
    section.directory_placement .post.post-middle {
        margin: 0;
    }
    .jobs-adverts h1 {
        margin-top: 3%;
    }
    .business-post-title {
        left: 10px;
        top: 10px;
    }
    section.letest-post {
        padding-top: 15px;
    }
    .letest-post .row#grid {
        margin-bottom: 10px;
    }
    .buiness_btn {
        margin-top: 10px;
    }
    .marketplace_last {
        padding-bottom: 0;

    }
    a.btn.btn-viewAll.gallery-btn {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*    .post-middle .jobs-details {
        width: 313px;
    }*/
    .jobs-adverts .post-thimbnail-title {
        top: 0;
        left: 0;
    }
    .client_box_main .post-middle .jobs-details {
        width: auto;
    }
    .yellow_main {
        padding-bottom: 0;
    }
    section.marketplace_last {
        padding-bottom: 0;
    }
}

.row-no-gaps {
    margin-left: 0;
    margin-right: 0;
}

.details-only h2 a {
    color: #000;
}

@media (min-width: 568px) {
    .form-content .form-group-lg > label {
        padding-top: 12px;
    }

    .form-content .form-group-lg > label.has-note {
        padding-top: 0px;
    }
}

.client_box_main .post.post-middle {
    width: 32.3333333%;
    height: auto;
    /*padding-top: 36px;*/
}

.client_box_main .post.post-middle > .post-block{
    background: #fff;
}

.client_box_main .post-thimbnail-title {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
}

@media (max-width: 991px) {
    .client_box_main .post.post-middle {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        height: auto;
    }
    .client_box_main .jobs-details {
        position: static;
    }
}

@media (max-width: 1199px) {
    .events-sml-block {
        margin-bottom: 10px;
        min-height: 118px;
    }
}

.gallery_placement {
    background: #fff;
}

.sketch_section {
    background: #fee40b;
}

.title-description {
    padding-left: 5px;
    display: inline-block;
    padding-top: 10px;
}

.carousel-indicators {
    display: none !important;
}

.slider-title-btntype .fa {
    font-size: 1.8em;
}

@media (max-width: 767px) {
    .slider-title-btntype .btn.btn-yellow {
        float: left;
        background: none;
        color: #fff;
    }
    .slider-title-btntype .title-description {
        float: left;
        padding-left: 5px;
        padding-top: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 110px);
        font-size: 15px;
        display: block;
    }
    section#full-width-slider {
        padding: 0;
    }
    .col__fullslider {
        padding: 0;
    }
}

.h4ize {
    font-size: 24px;
    font-weight: bold;
}

.board-heading {
    margin-top: 22px;
    padding-right: 6px;
}

.client_box_main .addvert-add-responsive {
    margin-top: 15px;
}

.featured-post-heading {
}

.featured-post-heading .h4ize {
    margin-top: 2px;
}

.featured-post-heading .board-heading {
    font-weight: bold;
    margin-top: 9px;
}

.new-jobs .h4ize {
    margin-left: 4px;
    margin-top: 15px;
}

.mobile-login {
    float: right;
}

.mobile-login a {
    color: #fee40b;
    display: inline-block;
    padding: 14px 10px;
    font-size: 1.24em;
}

.lang-select {
    float: right;
    padding: 10px;
}

.lang-select select {
    background: #323338;
    color: #fff;
    border: none;
}

.yellow-ad {
    background: #fee40b;
    margin-top: -45px;
}

.yellow-ad-last {
    margin-top: 0;
}

.yellow-top {
    margin-bottom: 50px;
    margin-top: 0;
}

.business-yellow-ad {
#    padding-top: 40px;
}

@media (min-width: 768px) {
    .marketplace_btn {
        margin-bottom: 0;
    }
    .jobs-adverts {
        /*padding-bottom: 0;*/
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -17px;
    }
}

@media (max-width: 991px) {
    .jobs-adverts .post.post-middle,
    .business-directory-content .post.post-middle {
        width: 100%;
    }

    .videos-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        /*padding: 10px;*/
    }

    .videos-grid .post.post-middle {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .product-des {
        float: none;
    }
    .product-custome-details {
        width: 100%;
    }
    .events-sml-block {
        min-height: 0;
    }
    .jobs-adverts .post.post-middle {
        margin-bottom: 2%;
    }
}

@media (max-width: 767px) {
    .preferredLanguage {
        padding: 1em 0 1em 0;
    }
    .form-profile .form-content .form-group-lg {
        margin-bottom: 0px;
    }
    .form-profile .form-content .form-group-lg > label {
      text-align: left;
      width: 100%!important;
    }
    .form-profile .form-content .form-group-lg .input-box {
        width: 100%!important;
    }
    .form-profile .form-content .form-group-lg .input-box .taxonomyPicker {
        display: flex;
        flex-direction: column;
    }

    .form-profile .form-content .form-group-lg .input-box .taxonomyPicker > * {
        margin-bottom: 1em;
        height: 40px;
    }

    .form-profile .form-content .form-group-lg .input-box .taxonomyPicker button {
        display: none;
        margin-top: -1em;
    }

    .form-profile .form-content .form-group-lg .input-box .taxonomyPicker :nth-last-child(2) {
        margin-bottom: 0px;
    }

    .jobs-adverts .post.post-middle,
    .business-directory-content .post.post-middle {
        margin-left: 0;
        margin-right: 0;
    }
    .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .post.post-large,
    .post.post-small,
    .post.post-middle {
    }
    .market-directory-content {
        margin-top: 8px;
    }
    .hidden.visible-xs.marketplace_btn {
        float: left;
        margin-top: 10px;
    }
    .hidden.visible-xs.marketplace_btn .btn.btn-viewAll {
        margin-top: 0 !important;
        width: 100%;
    }
    /*.letest-post #posts {*/
    /*    margin-top: -10px;*/
    /*}*/
    .jobs-adverts #posts {
        margin-top: -5px;
    }
    .btn.btn-all-posts.btn-viewAll {
        margin: 0 !important;
    }
    .btn.btn-all-jobs.btn-viewAll {
        margin: 0 !important;
        margin-top: 10px !important;
    }
    .hidden.visible-xs.marketplace_btn.new_btn {
        float: left;
        margin-bottom: 3px !important;
        width: 100%;
        margin-top: 10px !important;
    }
    .hidden.visible-xs.marketplace_btn.new_btn.trending_news_btn {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .trending__nav-title {
        margin: 0.67em 0;
    }
    .hidden.visible-xs.marketplace_btn.new_btn.no-m-bottom {
        margin-bottom: 13px !important;
    }
    .hidden.visible-xs.marketplace_btn.btn-all-events {
        /*margin-top: 0 !important;*/
        margin-bottom: 13px !important;
    }
    .hidden.visible-xs.marketplace_btn.business_btn {
        margin-bottom: 12px !important;
    }
    .events-sml-block {
        margin-bottom: 12px;
    }
    .events-sml-block:last-child {
        margin-bottom: 10px;
    }
    .post.post-middle.event-small-grid {
        margin-top: 5px !important;
    }
}

.recent_post_pic p,
.recent_post_book p {
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 10px;
    position: relative;
}

@media (max-width: 736px) {
    .board-heading {
        margin: 0;
    }
    .featured-post-heading .board-heading {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.modal-open {
    cursor: pointer;
}

.remodal {
    text-align: left;
}

.remodal label {
    display: block;
    margin-top: 15px;
}

.remodal input[type="text"],
.remodal textarea {
    width: 100%;
}

.remodal input[name="captchatext"] {
    width: auto;
    height: 30px;
    vertical-align: bottom;
}

.remodal .action {
    background: #eee;
    padding: 15px;
    margin-top: 30px;
}

.remodal .apply_bta {
    border: none;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .remodal .action {
        margin-right: -15px;
        margin-left: -15px;
    }
    .classified-details .product-custome-details,
    .event-details-main .product-custome-details {
        padding-top: 10px;
    }
    .product_top .social_icon_inner {
        margin-left: 5px;
    }
    .product_top .email_bta {
        margin-right: 5px;
    }
    .client_box_main .post.post-middle {
        margin-left: 0;
    }
    .yellow_heading:last-child {
        padding-bottom: 0;
    }
}

.product-no-float {
    float: none;
}

.hide-map-button {
    font-size: 14px;
}

.hide-map-button.map-hidden {
    margin-bottom: 20px;
}

.post-large .date-day {
    margin-top: 10px;
}

.white-link,
.white-link:hover {
    color: #fff;
}

.gray-link,
.gray-link:hover {
    color: #3c3c3c;
}

.quiz-image {
    width: 100%;
    margin-bottom: 20px;
}

.paginate_button.next.disabled {
    opacity: 0.5;
}
.paginate_button.previous.disabled {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .tab-content>.active {
    }
    .event-list-page .tab-content>.active {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        height: 50px;
    }
}

.trending-widget__heading {
    font-size: 18px;
    color: #fff;
    background: #4c4c4c;
    padding: 12px 10px;
    margin-bottom: 15px;
    border-bottom: 4px solid #fde135;
}

.nav.nav-pills.recent_bta {
    font-size: 18px;
}

.recent_main_right:last-child {
    margin-bottom: 0;
}

.trending-widget__heading-top-margin {
    margin-top: 20px;
    margin-bottom: 0;
}

.font21 {
	font-size: 21px;
}

.bargain-price {
	position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background: #fde135;
    color: #000;
    font-size: 20px;
}

.offer-price_black {
    color: #000;
}

.advertisement__heading {
    font-size: 20px;
    text-transform: uppercase;
}

.tab-wrapper {
    display: none;
}

.tab-wrapper.active {
    display: block;
}

.adversiting_listing .article-block {
    margin-top: 0;
}

.banner__description {
    float: left;
}

.banner__image {
    float: right;
    max-width: 728px;
}

.banner__description-cost p {
    font-size: 16px;
    font-weight: bold;
}

.banner__description-button {
    background: #fde135;
    padding: 10px 50px;
    display: inline-block;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

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

@media (max-width: 991px) {
    .banner__description,
    .banner__image {
        float: none;
        text-align: center;
    }
    .banner__image {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .process-section ul li:last-child {
        padding-right: 5px;
    }
}

.advertisement__heading_underline {
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
}

.advert-index {
    margin: 30px 0 25px;
    text-align: center;
}

.header-add {
    color: #fff;
}

/*.advert:after,*/
/*.advert2:after,*/
/*.addvert-add-responsive:after,*/
/*.advert-index:after,*/
/*.bottom-advert:after {*/
/*    content: "*//*";*/
/*    font-size: 10px;*/
/*    display: block;*/
/*}*/

.recent_main_right_mobile {
    width: 100%;
}

.voter-sharing {
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}

.voter-sharing-inner {
    padding: 20px;
    background: #323338;
}

.voter-sharing-inner_facebook {
    background: #456bb2;
}

.voter-sharing-inner_twitter {
    background: #3db7e7;
}

.voter-sharing-inner a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.voter-sharing-inner .fa {
    font-size: 30px;
    margin-bottom: 10px;
}

.voter-sharing .row {
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .voter-sharing-inner {
        margin-top: 10px;
    }
    .voter-sharing .row {
        margin-top: 10px;
    }
}

.detail-competition__closed .image-caption {
    position: relative;
}

.image__competition-closed {
    position: absolute;
    bottom: 5px;
    float: left;
    padding: 5px 25px;
    background: #fde135;
    z-index: 9;
    opacity: 0;
}

.overla_date.bottom-left {
    left: 0;
    bottom: 0;
    margin-left: 0;
}

.overla_date.bottom-right {
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 480px) {
    .overla_date a {
        padding: 6px;
        font-size: 13px;
    }
}

.quiz-result-text {
    font-weight: 700;
    font-size: 50px;
    margin-top: 20px;
}

.listing-title__link,
.listing-title__link:hover {
    color: #000;
}

.align-center {
    text-align: center;
}

.start-again.align-center {
    margin-bottom: 20px;
}

.bargain__caption-link {
    display: block;
    text-align: center;
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 1.2em;
    text-decoration: none;
}

.bargain__caption-link:hover {
    color: #3c3c3c;
}

.lSSlideOuter .lSPager.lSGallery {
    margin-bottom: 5px;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}

.competition__week .compition-img img {
    height: 348px
}

@media only screen and (min-width: 992px) {
    .competition__week .compition-details {
        min-height: 348px;
    }
}

#trending .row#grid {
    margin-bottom: 10px;
}

#trending .product_list .product_top .email_bta span a,
#trending .top-function a,
#trending .bargains-listing .full_time a span.days-left,
#trending .view_detail_bta {
    background: #057368;
    color: #fff;
}

#trending .view_detail_bta a {
    color: #fff;
}

.trending__nav {
    background: #818286;
    color: #ffffff;
}

.trending__nav .container {
    background: url(../images/trending_header_arrow.png) no-repeat 260px bottom;
    height: 138px;
    line-height: 138px;
}

.trending__nav-title {
    font-weight: 700;
    font-size: 55px;
}

.trending__tabs {
    margin-top: 30px;
}

.trending__tab {
    float: left;
    padding: 10px 25px;
    color: #fff;
    background: #4c4c4c;
}

.trending__tab:hover,
.trending__tab:active,
.trending__tab:focus {
    color: #fff;
    text-decoration: none;
}

.trending__tab--active {
    background: #057368;
    color: white;
}

.trending__tab--active:hover,
.trending__tab--active:active,
.trending__tab--active:focus {
    color: #000;
}

.market-image {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .trending-jobs-adverts {
        padding-bottom: 0;
    }
    #trending_now .articles-details .article-block,
    #top_posts_this_week .articles-details .article-block {
        margin-bottom: 10px;
    }
    .hidden.visible-xs.marketplace_btn.new_btn {
        margin-bottom: 0 !important;
    }
    #trending_now .directory_placement .articles-details .article-block,
    #trending_now .marketplace_main.yellow_main .articles-details .article-block,
    #trending_now .compition-listing .compition-lists .list-block,
    #trending_now .marketplace_main.marketplace_last .articles-details .article-block,
    #top_posts_this_week .directory_placement .articles-details .article-block,
    #top_posts_this_week .marketplace_main.yellow_main .articles-details .article-block,
    #top_posts_this_week .compition-listing .compition-lists .list-block,
    #top_posts_this_week .marketplace_main.marketplace_last .articles-details .article-block {
        margin-bottom: 0;
    }
}

.image-block__left {
    float: left;
    width: 50%;
}

.image-block__left_book {
    width: 33.3333333%;
    float: left;
}

.image-block__right {
    width: 50%;
    float: left;
}

.image-block__right_book {
    width: 66.6666666%;
    float: left;
}

.product-custome-details_no-padding {
    padding-top: 0;
}

.page .music-overview {
    margin-top: 20px;
}

.music-overview .embed-responsive {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .music-overview {
        padding-top: 0px!important;
    }

    .image-block__left,
    .image-block__left_book {
        width: 100%;
        float: none;
    }
    .image-block__right,
    .image-block__right_book {
        width: 100%;
        float: none;
    }
}

.pagination_text_music {
    margin-top: 20px;
}

.advert-music {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .post.post-music {
        width: 50% !important;
    }
}

@media only screen and (max-width: 480px) {
    .post.post-music {
        width: 100% !important;
    }
}

.article__tags {
    font-size: 13px;
    font-style: italic;
}

.article__tags-in {
    font-style: normal;
    font-weight: 700;
}

.article__details-list {
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-top: 40px;
}

.article__details-item {
    display: block;
    margin-top: 10px;
}

.article__details-name {
    font-weight: 700;
}

.article__details-link {
    color: #3c3c3c;
}

@media only screen and (max-width: 1199px) {
    .article__details-list {
        margin-top: 10px;
    }
}

.advert--long {
    margin-top: 40px;
    margin-bottom: 20px;
}

.advert--long:after {
    display: block;
    content: 'Advertisement';
    font-size: 10px;
}

@media only screen and (max-width: 480px) {
    .advert--long {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .advert2--small {
        display: none;
    }
}

/* #################################################################################################### */

.fa-toggle-off {
  color: red;
}

.fa-toggle-on {
  color: green;
}

.datepicker, .timepicker {
  max-width: 10em;
}

.form > p.confirmation {
  color: #0b0;
}

.expiredOverlay,
.redirectingOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;

  background-color: #000;
  opacity: 0.75;
}

.expiredCont,
.redirectingCont {
  position: fixed;
  background: #FFF;
  color: #333;
  z-index: 1001;

  padding: 1em 2em;
  border-radius: 0.5em;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-block .lSSlideOuter .lSPager.lSGallery {
  /*margin-bottom: 5px;*/
}

.datepicker {
  position: relative;
  z-index: 1;
}

.resultsSection.separate {
  float: none;
}

.deleteBtn.glyphicon-remove {
  color: #f00;
}

.deleteBtn:hover,
.disableBtn:hover,
.hover-point {
  cursor: pointer;
}

span.feedbackMessage {
  position: absolute;
  top: 3em;
  right: 0em;
  width: max-content;
  padding: 0.5em;
  padding-right: 0.5em !important;
  background: #fff;
  box-shadow: 0em 0.1em 0.3em 0.06em rgb(107 104 104 / 20%);
  z-index: 100;
}

.map {
  height: 25em;
}

.videoUrlBlock iframe {
  /*margin-left: 230px;*/
}

.charsNr {
  padding: 0px 5px;
  width: 4em;
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid #acacac;
  height: 40px;
}

.form input[type="text"].charsNr {
  padding: 0px 5px;
}

.info-language-options,
.captions-language-options,
.details-language-options {
  display: inline-block;
  border-bottom: 3px solid #f0f0f0;
  padding: 7.5px 0;
  width: max-content;
  margin: 1em 0em;
}

.info-language-options > span,
.captions-language-options > span,
.details-language-options > span {
  padding: 8px 15px;
}

.info-language-options > span:hover,
.captions-language-options > span:hover,
.details-language-options > span:hover {
  cursor: pointer;
}

.info-language-options > span.active,
.captions-language-options > span.active,
.details-language-options > span.active {
  background: #fce32f none repeat scroll 0 0;
  color: #3c3c3c;
}

.searchForm {
  border: 1px solid #e0e0e0;
  padding: 1em;
  margin-bottom: 1em;
}

.searchForm select {
  background: #fff;
}

.searchForm .form-group-lg {
  display: inline-block;
  width: 100%;
}

ul, ol {
  padding-left: 0em;
}

.product-desriptions ol, .product-desriptions ul {
  padding-left: 2em;
}

.mainBannersCont img {
  width: 100%;
}

.popupDiv {
  position: fixed;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;

  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.popupDiv > div.loginCont {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 45em;
  max-height: calc(100% - 20vmin);

  padding: 2em;
  color: #3c3c3c;
  background: #fff;

  text-align: left;
}

.popupDiv > div.loginCont .input-box {
  text-align: left;
}

.popupDiv > div.loginCont form {
  font-size: initial;
}

.popupDiv > div.loginCont form p {
  font-size: inherit;
}

.popupDiv .form-content .form-group-lg > label {
  width: 100%;
  text-align: left;
  background: none;
}

.popupDiv .form-content .input-box {
  width: 100%;
}

.popupDiv > div.loginCont > form .btn {
  width: 100%;
}

.notAMember {
  margin: 1em 0em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.popupDiv .submitCont {
  margin-bottom: 0em;
}

.popupDiv .closeButton {
  font-size: 2rem;
  position: absolute;
  top: 0em;
  right: 0em;
  padding: 5px 10px;
  border: none;
  background: transparent;
  line-height: 100%;
  color: #3c3c3c;
}

.popupDiv > div.loginCont > .feedbackMessage {
  text-align: center;
  padding-bottom: 1em;
}

.popupDiv > div.loginCont > form .btn {
    width: 100%;
    height: auto!important;
}

@media screen and (min-width: 768px) {

  .popupDiv form > .form-content {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
  }

  .popupDiv form > .form-content > .form-group-lg {
    flex: 0 0 calc(100%/2 - 1em/2)
  }

  .popupDiv form > .form-content > p {
    flex: 0 0 100%;
  }

  .popupDiv .signInCont {
    order: 4;
  }

  .popupDiv .emailCont {
    align-self: flex-start;
  }

  .popupDiv > div.loginCont > form .btn {
    width: max-content;
    padding: 0px 40px;
    line-height: 35px;
    height: auto!important;
  }

  .notAMember {
    margin-top: 0em;
    text-align: left;
  }
}

.tox-notification {
    display: none !important
}

.all-items-list {
    /*margin-top: 20px;*/
}

.hide-search {
  display: none;
}

section.upcoming-events {
    background: var(--events-bg-color);
}

section.section-directory {
    background: var(--business-directory-bg-color);
}

section.section-marketplace {
    background: var(--marketplace-bg-color);
}

section.section-opinion-polls {
    background: var(--surveys-bg-color);
}

section.section-competitions {
    background: var(--competitions-bg-color);
}

section.section-recipes {
    background: var(--recipes-bg-color);
}

section.section-puzzles {
    background: var(--puzzles-bg-color);
}

section.section-deals {
    background: var(--deals-bg-color);
}

section.section-videos {
    background: var(--video-gallery-bg-color);
}

section.section-photos {
    background: var(--photo-gallery-bg-color);
}

section.section-music {
    background: var(--music-bg-color);
}

section.section-books {
    background: var(--books-bg-color);
}

.text-white {
    color: #ffffff !important;
}

.add-banner img,
.bottom-advert img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.add-banner .advert-index {
    margin: unset;
    padding-top: 0;
    text-align: center;
}

section.listing {
    padding: 0 0 2em 0;
}

/* CATEGORIES SECTION */

.categories-container {
    overflow: hidden;
    width: 50%;
    height: 34px;
    display: inline-block;
}

.categories-container-details {
    float: none;
    width: 100%;
}

.add-banner .advert-index {
}

.resultsSection .advert-index {
    padding-top: 0!important;
}

@media (max-width: 1199px) {
    .categories-container {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .categories-container {
        width: 100%;
    }
    .featured-post-type-2 .advert-index {
    }
}

@media (max-width: 480px) {
    .categories-container {
        width: 100%;
    }



    .videos-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
    }
}

.category-item-container {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-weight: bolder;
    /*padding: 5px 12px;*/
    margin-right: 0.5em;
}

.category-item-container > a {
    background: #057368 ;
    color: white;
    padding: 5px 12px;
}

.category-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.categories-container-full {
    width: 100%;
    height: auto;
}

.categories-container-full .category-item-container {
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: clip;
    white-space: nowrap;
    max-width: 100%;
}

/* END CATEGORIES SECTION*/














/*Home page nav-bar section start */




@media (min-width: 640px) {
    .event-content-section .grid-type-2 {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
        margin-bottom: 15px;
    }

    .grid-type-2 .post-block-colmn{
        margin-right: unset !important;
        width: unset !important;
        position: unset !important;
        float: unset !important;
        margin-bottom: 0 !important;
    }
}

.grid-type-2 .caption-block {
    background-color:  #323338;
    padding: 10px;
}

.grid-type-2 .caption-block a {
    text-decoration: none;
}

.grid-type-2 .caption-block p {
    color: #ffffff;
    height: 68px;
    overflow: hidden;
}

.recepie-main-section .compition-title a{
    color: var(--black);
    height: 50px;
    overflow: hidden;
}

.grid-type-2 .full-date {
    color: #afafaf;
}




@media(max-width: 767px) {
    .articles-content {
        padding-bottom: 35px;
    }
}


@media (min-width: 769px) {

    .articles-content-section .featured-post-type-1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 13px;
    }


    .articles-content-section .featured-post-type-1 .article-column {
        margin-right: unset !important;
        width: unset !important;
        position: unset !important;
        float: unset !important;
        margin-bottom: 0 !important;

    }

    .detail-market-first .featured-post-type-1,
    .recepie-main-section .featured-post-type-1,
    .news-page .featured-post-type-1,
    .detail-business-first .featured-post-type-1,
    .quiz-main-section .featured-post-type-1,
    .gallery_main_page .featured-post-type-1{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 639px) {
    .quiz-main-section .featured-post-type-2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 13px;
    }

    .quiz-main-section .featured-post-type-2 .article-column {
        width: 100%;
        margin: 0;
    }
}

.article-column {
    background: var(--off-white);
}






.navbar-bootsnipp .navbar-nav > li > a {
    /*padding: 15px 11px 15px 0;*/
    padding: 15px 5px !important;
    margin: 0;

}

.navbar-bootsnipp .navbar-nav > li {
    flex: 1 1 auto;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar .container {
    /*padding: 0!important;*/
}

/*.navbar-bootsnipp .navbar-nav > li > a {*/
/*    padding*/
/*}*/

.collapse.navbar-collapse.main-navi {
    width: 100% !important;
}

/*.top-search {*/
/*    margin-left: 5px;*/
/*}*/

.top-search a {
    background: #333;
    color: #fff;
}

#account-nav-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account-nav li {
    margin-right: 0 !important;
}

/*.main-header .logo-area {*/
/**/
/*}*/

@media (min-width: 990px){
    .navbar-left {
        padding: 0 !important;
        margin:0 !important;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .top-header-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 1200px){
    .collapse.navbar-collapse.main-navi {
        width: 100% !important;
    }
}

@media (max-width: 990px){
    header {
        /*padding-top: 0 !important;*/
    }

    ul.navbar-nav {
        background-color: #333;
        height: fit-content;
    }
    .navbar-bootsnipp .navbar-nav > li > a {
        padding: 15px 13px;
        color: white;
    }
    .navbar-right {
        background-color: unset !important;
        float: right !important;
        display: flex;
        width: 100% !important;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-right>li>a {
        padding: 10px 0 !important;
    }
}
/*Home page nav-bar section end */

/*Home page .letest-post section start */

.letest-post #grid #posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 11px;
}

.letest-post #grid #posts .clearfix:before{
    display: none !important;
}

.letest-post #grid #posts .post {
    width: 100% !important;
    height: 125px !important;
    margin: 0 !important;
}

/*.letest-post #grid #posts .post img{*/
/*    height: 100% !important;*/
/*}*/

.letest-post #grid #posts .post-large {
    height: 100% !important;
}



.letest-post .filter-tab {
    padding-right: 5px;
}

.letest-post #grid #posts .post-large-redesign {
    height: 100% !important;
}

.letest-post #grid #posts .post-large .post-block {
    width: 100% !important;
    /*height: -webkit-fill-available !important;*/
}

.letest-post #grid #posts .post-large a, .letest-post #grid #posts .post-large-redesign a {
    width: 100% !important;
    /*height: -webkit-fill-available;*/
    /*display: flex;*/
    /*font-size: 20px;*/
    /*justify-content: center;*/
}
.letest-post #grid #posts .post-large h2 {
    margin-top: 0 !important;

}
.letest-post #grid #posts .post-large-redesign h2, .letest-post #grid #posts .post-large h2  {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    height: 53px;
    overflow: hidden;
    /*text-shadow: 1px 1px 1px #000;*/
}
.letest-post .post.post-large .post-details {
    background-color: #fde410;
}

.letest-post #grid #posts .post-large img{
    /*flex-shrink: 0;*/
    min-width: 100%;
    /*min-height: 100%;*/
    /*object-fit: cover;*/
}

.letest-post .post-details {
    height: unset !important;
}


@media (min-width: 991px) and (max-width: 1199px){
    /*.letest-post #grid #posts .post-large {*/
    /*    grid-column: 1 / 2;*/
    /*    grid-row: 1 / 5;*/
    /*}*/
    /**/
    /*.letest-post #grid #posts .post-large-second {*/
    /*    grid-column: 2 / 3;*/
    /*    grid-row: 1 / 5;*/
    /*}*/

    .letest-post #grid #posts .post-large .post-block {
        /*height: 100% !important;*/
    }

    .letest-post #grid #posts .post-large a {
        /*height: 100% !important;*/
    }

    .letest-post #grid #posts .post {
        width: 100% !important;
        /*height: 110px !important;*/
        display: flex;
        flex-direction: column;
    }
    .letest-post .post.post-small img {
        height: 110px;
        width: auto;
    }

    .letest-post #grid #posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .letest-post #grid #posts .post {
        /*height: -webkit-fill-available !important;*/
    }
}

@media (min-width: 991px){
    .letest-post #grid #posts .post-large .post-block {
        /*height: -webkit-fill-available !important;*/
    }

    /*.letest-post #grid #posts .post-large a {*/
    /*    height: 100% !important;*/
    /*}*/

    .letest-post .small-post-detail {
        height: 100%;
    }
}

@media (max-width: 990px){
    .letest-post .small-post-detail {
        height: px !important;
    }
}



.clearfix:before, .clearfix:after {
    content: '' !important;
    display: none !important;
}

/*Home page .letest-post section end */


/*Home page upcoming-events section start */

.upcoming-events #grid #posts .col-xs-12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.upcoming-events #grid #posts .col-xs-12 .post {
    width: 100% !important;
    height: 100% !important;
    margin: 0!important;
}

.upcoming-events #grid #posts .col-xs-12 .post .post-block{
    width: 100% !important;
    /*height: 100% !important;*/
    margin: 0!important;
}

.upcoming-events .events-large-details h2 {
    line-height: 38px;
    height: 81px;
    overflow: hidden;
    margin: 0 !important;
}

.upcoming-events .events-large-details .post-comments {
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    margin: 0 !important;
}

.upcoming-events .events-short-details .event-tags{
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0 !important;
}

/*.upcoming-events .post-block > a {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.post img {*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    flex-shrink: 0;*/
/*    object-fit: cover;*/
/*}*/

.upcoming-events #grid #posts .col-xs-12 .event-small-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px;

}

.upcoming-events #grid #posts .events-sml-block{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: auto 1fr;
}

.upcoming-events #grid #posts .events-sml-block .events-short-timing{
    display: grid;
    grid-template-rows: 0.5fr 2fr;
}

.upcoming-events #grid #posts .events-sml-block .events-short-details{
    display: grid;
    grid-template-rows: 0.5fr 2fr;
}

.upcoming-events #grid #posts .events-sml-block .events-short-details .event-tags{
    display: none;
}

.upcoming-events #grid #posts .events-large-details .post-comments{
    display: none;
}

.upcoming-events #grid #posts .events-sml-block .events-short-details a{
    grid-row: 2;
}

@media (max-width: 768px) {
    .upcoming-events #grid #posts .events-sml-block .events-short-timing{
        grid-template-rows: 1fr 2fr;
    }

    .upcoming-events #grid #posts .events-sml-block .events-short-details{
        grid-template-rows: 1fr 2fr;
    }
}

.upcoming-events #grid #posts .col-xs-12 .event-small-grid .events-sml-block .event-dis {
    line-height: 22px !important;
    height: 66px !important;
    overflow: hidden !important;
}

@media (min-width: 922px) and (max-width: 1199px){
    .events-large-details {
        background: var(--off-white);
        float: left;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .upcoming-events #grid #posts .col-xs-12 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}






/*Home page upcoming-events section end */





/*Home page .section-directory section start */

.section-directory .business-post-title{
    display: none !important;
}


/*Home page .section-directory section end */







/*Home page jobs-adverts section start */

.jobs-advert-container .post.post-middle {
    width: 100% !important;
}


.jobs-adverts .post .post-thimbnail-title {
    display: none !important;
}

.jobs-adverts .post-block.post-middle {
    padding-top: 0 !important;
    height: unset !important;
}

.jobs-details {
    position: unset !important;
    background: var(--black-transparent) none repeat scroll 0 0 !important;
    padding: 10px !important;
}

.jobs-details .details-only {
    padding: 0 !important;
}

.jobs-details .details-only h2{
    margin: 0 !important;
    color: var(--off-white);
    line-height: 20px;
    height: 62px;
    overflow: hidden;
}

.jobs-details .details-only .jobs-subtitle,
.business_details .business-subtitle {
    color: var(--off-white);
    height: 27px;
    overflow: hidden;
}

.jobs-details .details-only .post.post-middle {
    padding-top: 0 !important;
}

.new-jobs .fixed-image-ratio {
    object-fit: contain;
    width: 100%;
    height: 121px;
}

@media (min-width: 320px){
    .new-jobs .fixed-image-ratio {
        height: 169px;
    }
}

@media (min-width: 375px){
    .new-jobs .fixed-image-ratio {
        height: 199px;
    }
}

@media (min-width: 425px){
    .new-jobs .fixed-image-ratio {
        height: auto;
    }
}

@media (min-width: 480px){
    .jobs-advert-container #posts,
    .music-advert-container #posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px
    }
}

.jobs-advert-container .post {
    margin: 0 !important;
}

@media (min-width: 768px){
    .jobs-advert-container #posts,
    .music-advert-container #posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px
    }
    .new-jobs .fixed-image-ratio {
        height: 200px;
    }
}

@media (min-width: 1024px){
    .jobs-advert-container #posts,
    .music-advert-container #posts,
    .videos-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px
    }
    .videos-grid .post.post-middle {
        width: 100%;
    }
    .new-jobs .fixed-image-ratio {
        height: 132px;
    }
}

.yellow-box {
    position:absolute; bottom:0;left:0; background: var(--yellow); padding: 5px 12px; color: var(--black)
}
.image-block-winner{
    width: 70%;
    margin: auto;
}
.competition-announcement-winner-block{
    background-color: #057368;
    padding: 20px;
    margin: 20px auto 0px auto;
    width: fit-content;
    text-align: center;
    color: white;
}

@media (min-width: 1200px){

    .new-jobs .fixed-image-ratio {
        height: 168px;
        object-fit: cover;
    }
}

@media (max-width: 479px){
    .jobs-advert-container #posts,
    .music-advert-container #posts {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 10px;
        padding-top: 15px;
    }

}

/*Home page jobs-adverts section end */
.section-jobs .col-xs-12,
.section-news .col-xs-12 {
    padding: 10px;
}

/*.section-competitions .marketplace_heading.marketplace_heading_2,*/
/*.section-puzzles .marketplace_heading.marketplace_heading_2,*/
/*.section-videos .marketplace_heading.marketplace_heading_2,*/
/*.section-photos .marketplace_heading.marketplace_heading_2 {*/
/*    margin-bottom: 0 !important;*/
/*}*/

.section-directory .business_heading_main,
.section-news .news_heading_main,
.section-jobs .jobs_heading_main,
.section-events .events_heading_main,
.section-marketplace .marketplace_heading_main,
.section-opinion-polls .marketplace_heading_main,
.section-competitions .marketplace_heading_main,
.section-recipes .marketplace_heading_main,
.section-puzzles .marketplace_heading_main,
.section-deals .marketplace_heading_main,
.section-videos .business_heading_main,
.section-photos .marketplace_heading_main,
.section-music .business_heading_main,
.section-books .business_heading_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business_heading_main > span,
.marketplace_heading_main > span {
    margin-top: 0;
}

section .section-filters {
    display: flex;
    align-items: center;
}

.section-title > h1 {
    color: var(--off-white);
    margin: revert;
}

    /*Home page market-place section start */

.section-marketplace .market-directory-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
}

.marketplace_heading, .marketplace_left_side {
    width: 100% !important;
}
/*Home page market-place section end */
/*Home page market-directory-content section start */

.market-directory-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    padding: 10px;
}

.yellow_heading {
    width: 100%;
    /*height: 247px !important;*/
    margin: 0 !important;
}

.yellow_heading .marketplace_post .marketplace_details h2,
.market-directory-content .marketplace_post .marketplace_details h2,
.business-directory-content .business_details h2,
.section-puzzles .marketplace_details h2,
.gallery_placement .business_details h2{
    color: var(--black);
    line-height: 28px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

/*Home page market-directory-content section start */
.section-competitions .market-directory-content,
.section-puzzles .market-directory-content,
.sketch_section .market-directory-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.section-competitions .marketplace_heading, .section-puzzles .marketplace_heading, .sketch_section .marketplace_heading{
    width: 100% !important;
}


/*footer-bottom start*/
.footer-bottom .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-bottom .row .col-md-6.col-sm-6.col-xs-12 {
    grid-column: 1 / 3;
}

.footer-bottom .footer-links li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    width: 300px;
    margin: 25px 0;
}


/*footer-bottom end*/





/*News page start*/

.featured-post-type-1 .caption-title{
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding: 10px 15px 7px;
    margin-bottom: 3px;
}

.featured-post-type-2 .caption-title a {
    height: 100px;
    overflow: hidden;
}
/*News page end*/




@media (max-width: 767px) {
    .image-block-winner{
        width: 100%;
        margin: auto;
    }
    .competition-announcement-winner-block{
        background-color: #057368;
        padding: 20px;
        margin: 20px auto 0px auto;
        width: fit-content;
        text-align: center;
    }


    .navbar-right {
        flex-direction: column;
    }

    .navbar-right > li > a {
        padding: 5px 0 !important;
    }

    .upcoming-events #grid #posts .col-xs-12 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding-bottom: 10px;
    }

    .upcoming-events #grid #posts .col-xs-12 .event-small-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .upcoming-events #grid #posts .col-xs-12 .event-small-grid .events-sml-block .event-dis {
        line-height: 22px !important;
        height: 44px !important;
        overflow: hidden !important;
    }

    .post.post-large .post-details.events-large-details {
        /*position: absolute !important;*/
    }

    .post.post-large .post-details.events-large-details h2, .post.post-large .post-details.events-large-details .post-comments {
        color: var(--black);
    }

    .listing .hidden.visible-xs.marketplace_btn {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .hidden.visible-xs.marketplace_btn.btn-all-events {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 13px !important;
        margin-left: 0 !important;
    }

    .section-competitions .market-directory-content, .section-puzzles .market-directory-content, .sketch_section .market-directory-content {
        padding: 10px
    }
}

@media only screen and (max-width: 568px) {
    .hidden.visible-xs.marketplace_btn {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 480px) {

    .directory_placement h1, section h1 {
        padding-left: 10px !important;
#        color: var(--off-white);
    }

    header {
        padding: 0 !important;
    }

    .row.logo-area {
        padding: 0 !important;
    }

    .header-add {
        padding: 0 !important;
    }

    .letest-post #grid #posts {
        display: grid;
        grid-template-columns:  1fr;
        grid-column-gap: 10px;
        grid-row-gap: 11px;
        padding-top: 15px;
        margin-bottom: 10px;
    }


    .section-marketplace .market-directory-content {
        display: grid;
        grid-template-columns:  1fr;
        grid-column-gap: 10px;
        grid-row-gap: 11px;
    }

    .upcoming-events #grid #posts .col-xs-12 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 10px;
    }

    .upcoming-events #grid #posts .col-xs-12 .event-small-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    /*opinion poll*/
    .market-directory-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        /*margin-bottom: 10px;*/
        padding-bottom: 10px;


    }

    .marketplace_heading {
        margin-bottom: 0 !important;
    }

    .section-competitions .market-directory-content, .section-puzzles .market-directory-content, .sketch_section .market-directory-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        /*margin-bottom: 10px;*/
    }

    section.listing,
    section.section-jobs,
    section.section-news {
        padding: 0 !important;
    }

    .letest-post .row#grid {
        margin-bottom: 3px;
    }

    .main-content {
        overflow: hidden !important;
    }
}

.addToFavouritesBtn span.show-txt-rspns {
    padding-right: 0;
}

/* FOOTER SECTION */
.footer-bottom {
    background: #057368 none repeat scroll 0 0;
    padding: 15px;
}

.footer-bottom a,
.footer-bottom a:hover {
    text-decoration: none;
    color: inherit;
}

.footer-bottom .footer-buttons a > span {
    padding: 0 5px;
}

.footer-bottom .footer-bottom-section {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.footer-details-section {
    color: white;
}

.footer-bottom .footer-bottom-section-tablet,
.footer-bottom .footer-bottom-section-mobile {
    display: none;
}

/*  DESKTOP FOOTER  */
.footer-header-section, .footer-details-section {
    display: grid;
    grid-template-columns: 4fr 3fr;
}

.footer-header-section .footer-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}

.footer-header-section .footer-buttons a {
    margin: 22px 0;
    border: none;
    background: #063830;
    font-size: 20px;
    text-align: center;
    padding: 11px 0;
    color: white;
}

.footer-details-section .footer-social-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    margin: 15px 0;
}

.footer-details-section .footer-social-buttons a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.footer-details-section .footer-social-buttons a > i {
    font-size: 35px;
    color: #057368;
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.45em;
}

.footer-details-section .footer-details-section-left,
.footer-details-section .footer-details-section-right {
    display: grid;
    grid-template:
        "a b b" auto
        "c c c" auto / 1fr 2fr
;
    grid-gap: 10px;
}

.footer-details-section .footer-details-section-left .footer-details-copyright,
.footer-details-section .footer-details-section-right .footer-details-testimonials {
    grid-column-start: 1;
    grid-column-end: 3;
}

.footer-details-section .footer-details-section-left .footer-details-discover ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer-details-section .footer-details-section-left .footer-details-discover h1,
.footer-details-section .footer-details-section-left .footer-details-office h1,
.footer-details-section .footer-details-section-left .footer-details-copyright h1,
.footer-details-section .footer-details-section-right .footer-details-info h1,
.footer-details-section .footer-details-section-right .footer-details-connect h1,
.footer-details-section .footer-details-section-right .footer-details-testimonials h1 {
    font-size: 16px;
    font-weight: 600;
}

.footer-details-section .footer-details-section-left .footer-details-copyright h1 > span,
.footer-details-section .footer-details-section-right .footer-details-testimonials h1 > span {
    font-size: 16px;
    font-weight: normal;
}

.footer-details-section .footer-details-section-left .footer-details-copyright .copyright-text {
    margin-top: 25px;
}

.footer-bottom .footer-bottom-section-desktop .footer-details-connect img {
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .footer-bottom .footer-bottom-section-desktop {
        display: none;
    }

    .footer-bottom .footer-bottom-section-tablet {
        display: block;
    }

    .footer-bottom .footer-bottom-section-mobile {
        display: none;
    }

    /* TABLET FOOTER */
    .footer-bottom .footer-bottom-section-tablet {
        color: white;
        display: grid;
        grid-template-rows: 1fr;
        padding: 0 15px;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-section-divider {
        border-top: 1px solid white;
        padding: 10px 0;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 20px;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-buttons a {
        margin: 5px 0;
        border: none;
        background: #063830;
        font-size: 20px;
        padding: 11px 0;
        color: white;
        text-align: center;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-social-buttons {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
        grid-column-gap: 60px;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-social-buttons a:first-child {
        grid-column: 2;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-social-buttons a {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        border-radius: 50%;
        background: #ffffff;
        border: none;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        color: #057368;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-social-buttons a > i {
        font-size: 32px;
        color: #2d3e50;
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-discover .list-col-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-discover {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 10px;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-connect {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-connect .footer-details-company {
        margin-top: auto;
        margin-bottom: auto;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-connect div > h1,
    .footer-bottom .footer-bottom-section-tablet .footer-details-office h1,
    .footer-bottom .footer-bottom-section-tablet .footer-details-copyright h1 {
        font-size: 16px;
        font-weight: 600;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-copyright div > h1 > span,
    .footer-bottom .footer-bottom-section-tablet .footer-details-office h1 > span {
        font-size: 16px;
        font-weight: normal;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-copyright h1 {
        text-align: center;
    }

    .footer-bottom .footer-bottom-section-tablet .footer-details-connect img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-section-desktop {
        display: none;
    }

    .footer-bottom .footer-bottom-section-tablet {
        display: none;
    }

    .footer-bottom .footer-bottom-section-mobile {
        display: block;
    }

    /* MOBILE FOOTER */
    .footer-bottom .footer-bottom-section-mobile {
        color: white;
        display: grid;
        grid-template-rows: 1fr;
        padding: 0 15px;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-section-divider {
        border-top: 1px solid white;
        padding: 10px 0;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-column-gap: 20px;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-buttons a {
        margin: 5px 0;
        border: none;
        background: #063830;
        font-size: 20px;
        padding: 11px 0;
        color: white;
        text-align: center;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons a:first-child {
        grid-column: 2;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons a {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        border-radius: 50%;
        background: white;
        border: none;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        color: black;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons a > i {
        font-size: 55px;
        color: #2d3e50;
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -2.4rem;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-discover .list-col-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-connect h1 {
        text-align: center;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-connect img {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-connect .footer-details-company {
        margin-top: auto;
        margin-bottom: auto;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-connect h1,
    .footer-bottom .footer-bottom-section-mobile .footer-details-office h1,
    .footer-bottom .footer-bottom-section-mobile .footer-details-copyright h1 {
        font-size: 16px;
        font-weight: 600;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-copyright h1 > span,
    .footer-bottom .footer-bottom-section-mobile .footer-details-office h1 > span {
        font-size: 16px;
        font-weight: normal;
    }

    .footer-bottom .footer-bottom-section-mobile .footer-details-connect img {
        width: 60%;
        height: auto;
    }

}

@media (max-width: 590px) {
    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons a > i {
        font-size: 35px;
        color: #2d3e50;
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -1.5rem;
    }
}

@media (max-width: 425px) {
    .footer-bottom .footer-bottom-section-mobile .footer-social-buttons a > i {
        font-size: 25px;
        color: #057368 ;
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -1.2rem;
    }
}

.footer-bottom-banner {
    background: #063830 none repeat scroll 0 0;
}

.footer-bottom-banner h1 {
    font-size: 16px;
    text-align: center;
    color: white;
}

/* END FOOTER SECTION */

/* RELATED ITEMS SECTION */

.recent_post_bottom {
    margin-top: 20px;
    display: grid;
    grid-template-rows: 1fr 3fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}

.recent_post_bottom-books,
.recent_post_bottom-music,
.recent_post_bottom-survey {
    grid-template-rows: repeat(2, auto);
}

.recent_post_bottom .recent_post_bottom_header,
.recent_post_bottom .voting-calling-header {
    grid-column-start: 1;
    grid-column-end: 4;
}

.recent_post_pic p {
    background: none!important;
}

.recent_post_bottom .recent_post_pic {
    margin-right: 0;
    width: 100%;
    display: table-cell;
    background-color: rgba(0, 0, 0, .75);
}

.recent_post_bottom .recent_post_pic p,
.recent_post_bottom .recent_post_book p,
.related-post-section figure > figcaption {
    line-height: 24px;
    overflow: hidden;
    padding: 10px;
}

.recent_post_bottom .recent_post_pic a,
.recent_post_bottom .recent_post_book a {
    position: relative;
    float: right;
    min-height: 140px;
    width: 100%;
}

.recent_post_bottom-music .recent_post_book a,
.recent_post_bottom-books .recent_post_book a,
.recent_post_bottom-pg .recent_post_pic a,
.recent_post_bottom-quiz .recent_post_pic a,
.recent_post_bottom-vg .recent_post_pic a,
.recent_post_bottom-market .recent_post_pic a,
.recent_post_bottom-blog .recent_post_pic a,
.recent_post_bottom-job .recent_post_pic a,
.recent_post_bottom-competition .recent_post_pic a,
.recent_post_bottom-event .recent_post_pic a {
    height: auto;
}

.recent_post_bottom .recent_post_pic .recent_post_date,
.recent_post_bottom .recent_post_book .recent_post_date {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.recent_post_bottom .recent_post_pic img,
.recent_post_bottom .recent_post_book img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.recent_post_bottom_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recent_post_bottom_header h3 {
    margin: 0;
}

@media (max-width: 708px) {
    .recent_post_bottom {
        grid-template-rows: 1fr repeat(3, 6fr);
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .recent_post_bottom .recent_post_pic a {
        height: 338px;
    }

    .recent_post_bottom .other-bargins .recent_post_pic a {
        height: 360px;
    }

    .recent_post_bottom-blog,
    .recent_post_bottom-job,
    .recent_post_bottom-competition,
    .recent_post_bottom-event,
    .recent_post_bottom-books,
    .recent_post_bottom-music,
    .recent_post_bottom-survey,
    .recent_post_bottom-quiz,
    .recent_post_bottom-pg,
    .recent_post_bottom-vg,
    .recent_post_bottom-recipe,
    .recent_post_bottom-market {
        grid-template-rows: auto repeat(3, 6fr);
    }

    .recent_post_bottom .voting-calling-header {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .recent_post_bottom .recent_post_bottom_header,
    .recent_post_bottom-pg .voting-calling-header,
    .recent_post_bottom-books .voting-calling-header,
    .recent_post_bottom-music .voting-calling-header,
    .recent_post_bottom-quiz .voting-calling-header {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .recent_post_bottom-music .recent_post_book a,
    .recent_post_bottom-books .recent_post_book a,
    .recent_post_bottom-pg .recent_post_pic a,
    .recent_post_bottom-quiz .recent_post_pic a,
    .recent_post_bottom-vg .recent_post_pic a,
    .recent_post_bottom-recipe .recent_post_pic a,
    .recent_post_bottom-market .recent_post_pic a,
    .recent_post_bottom-blog .recent_post_pic a,
    .recent_post_bottom-job .recent_post_pic a,
    .recent_post_bottom-competition .recent_post_pic a,
    .recent_post_bottom-event .recent_post_pic a {
        height: auto;
    }
}

/* END RELATED ITEMS SECTION */

/* FAVORITE/MAIL TO BUTTONS */

.product_top_mobile {
    position: relative;
    top: 0;
    right: 0;
    width: auto !important;
    float: right !important;
    margin-bottom: 20px;
}

/* END FAVORITE/MAIL TO BUTTONS */

/* START LINK PREVIEW MODAL */
#linkPreviewModal .modal-body {
    display: grid;
    grid-template-columns: 5fr fit-content(80%) 1fr fit-content(20%);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
}
#linkPreviewModal .modal-body label {
    grid-column-start: 1;
    grid-column-end: 5;
    overflow: hidden;
}

#linkPreviewModal .modal-body a {
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
}

#linkPreviewModal .modal-body p {
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: 4;
    margin-top: auto;
    margin-bottom: auto;
}

#linkPreviewModal .modal-body p > code {
    word-wrap: break-word;
}

/* END LINK PREVIEW MODAL */

.pg_desc {
    max-height: 120px;
    line-height: 20px;
    overflow: hidden;
}

.mb-2 {
    margin-bottom: 2em;
}

.jobs--board .jobs-details .details-only a {
    color: var(--off-white);
}

.surveys--board .caption-title,
.news--board .featured-post-type-1.column-2 .caption-title,
.events--board .caption-title,
.photos--board .featured-post-type-1.column-2 .caption-title,
.marketplace--board .featured-post-type-1.column-2 .caption-title,
.music--board .featured-post-type-1.column-3 .caption-title {
    height: 88px;
}

.videos--board .featured-post-type-1.column-2 .caption-title,
.photos--board .featured-post-type-1.column-2 .caption-title
{
}

.videos--board .featured-post-type-2.column-3 .caption-title,
.photos--board .featured-post-type-2.column-3 .caption-title  {
}

.adv .adv_btn {
    margin-top: 0;
}

.checkout-online-payment-img {
    margin-left: 10px;
    height: 20px;
    float: right;
}


/* START COMPETITION SECTION */
.competition-input {
    width: 75%;
}

#winner_visibility {
    margin: 4px;
}

.competition-announcement-winner {
    margin: 20px auto;
    padding: 10px 25px;
    background-color: black;
    color: #fde436;
    width: fit-content;
    text-align: center;
    word-break: break-word;
}

.competition-announcement {
    background-color: #fde436;
    padding: 20px;
    margin: 20px auto;
    width: fit-content;
    text-align: center;
}

.competition-announcement > h3 {
    margin: 5px auto;
    font-weight: bold;
}

.featured-post-heading.clearfix .pull-right .btn {
}

/* END COMPETITION SECTION */

/* START LOGIN SECTION */

.login-top {
    display: grid;
    grid-template-columns: 252px auto;
    grid-template-rows: repeat(2, auto);
}

.login-top .login-top-banner {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background: #057368;
    color: white;
    width: fit-content;
    padding: 10px;
    margin-right: 23px;
    word-break: break-word;
}

.login-top .login-top-banner-header {
    font-size: 20px;
    font-weight: bold;
}

.login-top .active.login {
    font-size: 20px;
    padding: 0.5em 1em;
    color: white;
    background: #057368;
    width: fit-content;
    height: fit-content;
    margin-top: 0;
}

@media (max-width: 767px) {

    .surveys--board .caption-title,
    .news--board .featured-post-type-1.column-2 .caption-title,
    .events--board .caption-title,
    .photos--board .featured-post-type-1.column-2 .caption-title,
    .marketplace--board .featured-post-type-1.column-2 .caption-title,
    .music--board .featured-post-type-1.column-3 .caption-title {
        height: auto;
    }
    .featured-post-type-1 .caption-title,
    .featured-post-type-1 .caption-title a,
    .featured-post-type-2 .caption-title a {
        height: auto;
    }

    .videos--board .featured-post-type-1.column-2 .caption-title,
    .photos--board .featured-post-type-1.column-2 .caption-title
    {
        height: auto;
    }

    .videos--board .featured-post-type-2.column-3 .caption-title,
    .photos--board .featured-post-type-2.column-3 .caption-title  {
        height: auto;
    }


    .featured-post-type-1 .caption-title a {
        padding-bottom: 0;
    }

    .login-top {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }

    .login-top .login-top-banner {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        margin-right: 18px;
    }
}

@media(max-width: 567px) {
    .login-top .login-top-banner {
        margin-right: 0;
    }
}

/* END LOGIN SECTION */

.apply_text_top {
    float: left;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.competition-date {
    background: #fde135 none repeat scroll 0 0;
    float: left;
    padding: 4px 10px;
    color: #3c3c3c;
}
.competition-date:hover {
    color: #3c3c3c;
}

.quiz-result-msg {
    font-weight: 700;
    padding-left: 0!important;
    font-size: 30px!important;
    margin: 10px 0 35px 0;
    color: #5ba129;
}

.voting-call-1 {
    padding: 0 5px;
}
.user-survey-vote {
    border: 2px solid #666;
}

@media (max-width: 567px) {
    .applyCont .apply_text.jobApplication,
    .applyCont .apply_text_top {
        text-align: center;
        width: 100%;
    }
}

.bargain__caption-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-dialog .modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-dialog .modal-content .modal-header .modal-title,
.modal-dialog .modal-content .modal-header .close {
    flex: 1 1 auto;
}

.modal-dialog .modal-content .modal-header .close {
    margin: 0;
    padding: 10px;
}

.image__competition-url {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 5px 25px;
    background: #fde135;
    color: #3c3c3c;
    z-index: 9;
    opacity: 0;
}

.image__competition-url:hover, .image__competition-url:focus {
    color: #3c3c3c;
    text-decoration: none;
}

.create-invoice-from-item-modal,
.create-invoice-from-item-redirect {
    width:15px;
    height:15px;
    background:black;
    color:white;
    text-decoration:none;
    padding-left:20px;
}
.create-invoice-from-item-modal:before{
    background:url('https://yesgolfing.com/pub/file/05a31a5c/fast_pay.jpg');
}
.create-invoice-from-item-redirect:before {
    background:url('https://yesgolfing.com/pub/file/4b73c272/pay.jpg');
}
.create-invoice-from-item-modal:before,
.create-invoice-from-item-redirect:before{
    content: '';
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left:-20px;
}

.dt-center.dt-actions .dt-action-more > img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.custom_tooltip {
    cursor: pointer;
}

.custom_tooltip .tooltiptext {
    display: none;
    background-color: white;
    box-shadow: 0 0 10px 0 #888888;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    width: 230px;
    height: 300px;

    /* Position the tooltip */
    position: absolute;
    right: 50px;
    z-index: 99 !important;
}

.custom_tooltip.active .tooltiptext {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.dt-invoice {
    width: 115%;
}

.dt-invoice .dt-invoice-head > th {
    background-color: white;
}

.dt-invoice .dt-invoice-head .action {
    min-width: 30px;
}

.dt-invoice .dt-invoice-head .action {
    min-width: 10px;
}

.tooltiptext > a,
.tooltiptext > span {
    font-size: 20px;
    margin: 0 auto;
}

.revenueCenterMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 1em 0;
    border-bottom: 3px solid #f0f0f0;
}

.revenueCenterMenu a {
    flex: 1 1 auto;
    text-align: center;
}

.form-content .job_video_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.form-content .job_video_container .job_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* START NAVBAR SECTION */
/* The side navigation menu */
.navbar-mobile.side-nav {
    transition: 0.5s;
    position: fixed;
    height: -webkit-calc(100% - 57px);
    height: -moz-calc(100% - 57px);
    height: calc(100% - 57px);
}

.navbar-mobile.side-nav .navbar-items .navbar-item.navbar-item-welcome {
    text-transform: none;
}

.navbar-mobile.side-nav {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.navbar-mobile.side-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* The navigation menu links */
.navbar-mobile.side-nav a,
.dashboard-sidebar a,
.navbar-mobile.side-nav span,
.dashboard-sidebar span {
    padding: 10px 30px 10px 25px;
    text-decoration: none;
    font-size: 17px;
    /*font-weight: 600;*/
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
}

/*.navbar-mobile.side-nav .dashboard a,*/
/*.navbar-mobile.side-nav .account a,*/
/*.navbar-mobile.side-nav .advertise a {*/
/*    color: white;*/
/*}*/

.navbar-mobile.side-nav {
    display: none;
    background: rgba(0,0,0,0);
}

.navbar-mobile.side-nav .navbar-items,
.dashboard-sidebar .navbar-items {
    flex: 1 1 auto;
    background-color: white;
    margin: 0;
    max-width: 370px;
}

.navbar-mobile.side-nav .navbar-items .navbar-item,
.dashboard-sidebar .navbar-items .navbar-item {
    background-color: #057368!important;
    color: white!important;
    border: 1px solid #757575;
    margin: 0 0 -1px 0;
}

/*.navbar-mobile.side-nav .navbar-items .navbar-item.navbar-item-welcome {*/
/*    padding-left: 8px;*/
/*}*/

.navbar-mobile.side-nav .navbar-items .navbar-item .nav-item-icon,
.dashboard-sidebar .navbar-items .navbar-item .nav-item-icon,
.navbar-mobile.side-nav .navbar-items .navbar-item-expandable-dropdown .nav-item-icon {
    display: inline;
    max-width: 100%;
    height: auto;
    float: right;
    margin-top: 3px;
}

.navbar-mobile.side-nav .navbar-items .navbar-item .nav-item-icon.reversed,
.top-header-container .account-nav .account-nav-list .account-nav-list-icon.reversed {
    transform: rotate(90deg);
}

.nav-container .toggle-nav-btn {
    background-color: #fee40b;
    border: 2px solid black;
    margin-left: -1px;
    font-size: 18px;
    padding: 1px 6px;
    position: fixed;
    top: 0;
    left: 359px;
    max-width: 60px;
    display: none;
}

.nav-container .toggle-nav-btn i {
    padding: 9px;
}

.nav-container .toggle-nav-btn.toggle-nav-btn-wide i {
    padding: 12.6px;
}

.nav-container .toggle-nav-btn.toggle-nav-btn-wide {
    right: 0.55em;
}

.navbar-mobile.side-nav .social-share-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    padding: 0;
    /*margin: 3px 0 0 23px;*/
    margin: 20px auto 20px 23px;
    background-color: white;
    /*gap: 10px;*/
    width: 240px;
}

.navbar-mobile.side-nav .social-share-btn a {
    padding: 0.4em;
    color: white;
    border-radius: 50%;
    background-color: #818181;
    height: 43px;
    width: 43px;
    font-size: 24px;
    margin-right: 17px;
}

.navbar-mobile.side-nav.visible {
    display: none;
}

.navbar-mobile.side-nav .navbar-items .navbar-item-expandable i,
.navbar-mobile.side-nav .navbar-items .navbar-item-expandable-dropdown i {
    float: right;
    margin-top: 3px;
}

.navbar-mobile.side-nav .navbar-items .navbar-item-expandable-dropdown {
    display: none;
}

.navbar-mobile.side-nav .navbar-items .navbar-item-expandable-dropdown.visible {
    display: block;
    background-color: white;
    margin: 1px 0 -1px 0;
}

.navbar-mobile.side-nav .navbar-items .navbar-item-expandable-dropdown.visible li {
    border-bottom: 1px solid #757575;
}

/*.navbar-mobile.side-nav .navbar-items .dashboard .navbar-item-expandable-dropdown.visible,*/
/*.navbar-mobile.side-nav .navbar-items .account .navbar-item-expandable-dropdown.visible,*/
/*.navbar-mobile.side-nav .navbar-items .advertise .navbar-item-expandable-dropdown.visible {*/
/*    background-color: #818181;*/
/*}*/

/*.navbar-mobile.side-nav .navbar-items .dashboard .navbar-item-expandable-dropdown.visible li,*/
/*.navbar-mobile.side-nav .navbar-items .account .navbar-item-expandable-dropdown.visible li,*/
/*.navbar-mobile.side-nav .navbar-items .advertise .navbar-item-expandable-dropdown.visible li {*/
/*    border-bottom: 2px solid white;*/
/*}*/

@media (max-width: 991px) {
    .navbar-mobile.side-nav {
        display: none;
    }
    .navbar-mobile.side-nav.visible {
        display: flex;
        flex-direction: column;
        background-color: white;
        z-index: -1;
        width: 330px;
    }
    .navbar {
        display: none;
    }
    .toggle-nav-btn.visible {
        display: block;
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .navbar-mobile.side-nav {
        width: 320px !important;
    }
    /*.navbar-mobile.side-nav .navbar-items {*/
    /*    max-width: unset;*/
    /*    padding-right: 4em;*/
    /*}*/
    .nav-container .toggle-nav-btn {
        position: fixed;
        top: 0;
        right: 0.95em;
        left: auto;
    }
    .navbar-mobile.side-nav .social-share-btn a {
        margin: 0;
    }
    /*.navbar-mobile.side-nav.visible {*/
    /*    background-color: white;*/
    /*    flex-direction: column;*/
    /*    height: calc(100% - 60px);*/
    /*    height: -webkit-calc(100% - 60px);*/
    /*    height: -moz-calc(100% - 60px);*/
    /*}*/
    /*.toggle-nav-btn.visible {*/
    /*    display: block;*/
    /*}*/
}

.navbar-item-expandable:hover {
    cursor: pointer;
}

.nav.navbar-nav.navbar-left .divider {
    height: 75%;
    flex: unset;
}

/*@media(hover: hover) and (pointer: fine) {*/
    .navbar-bootsnipp .navbar-nav > li.nav-first > a:hover, .navbar-bootsnipp .navbar-nav > li.nav-first > a:active {
        margin-left: 0 !important;
        padding-left: 5px !important;
    }

    .navbar-bootsnipp .navbar-nav > li.nav-last:hover, .navbar-bootsnipp .navbar-nav > li.nav-last:active {
        margin-left: -2px !important;
    }

    .navbar-bootsnipp .navbar-nav > li.nav-last:hover > span, .navbar-bootsnipp .navbar-nav > li.nav-last:active > span {
        padding-left: 16px !important;
    }
/*}*/

.navbar > .container {
    /*padding: 0 14px;*/
}

_::-webkit-full-page-media, _:future, :root .navbar > .container {
    padding: 0 14px;
}

@media (max-width: 1200px) {
    .navbar-bootsnipp .navbar-nav > li.nav-last:hover > span, .navbar-bootsnipp .navbar-nav > li.nav-last:active > span {
        padding-left: 16px !important;
    }
    .dropdown span {
        padding: 14px;
        color: white;
    }
    .dropdown ul li a {
        white-space: revert;
        word-break: break-word;
    }
}

/* END NAVBAR SECTION */

/* START HEADER SECTION */

.main-header.wrap-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding: 24px 15px;
}

.main-header.wrap-header .header-admin-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.main-header.wrap-header .header-admin-list li {
    display: inline;
    padding: 5px;
    flex: 1 1 auto;
    text-align: center;
}

.main-header.wrap-header .header-admin-list li > a {
    color: white;
}

.main-header.wrap-header .toggle-nav-btn,
.main-header.wrap-header .header-locale-dropdown {
    display: none;
}

.main-header.wrap-header .header-banner img {
    width: 730px;
    height: 90px;
    max-width: 730px;
    max-height: 90px;
    float: right;
}

/*.main-header.wrap-header .header-banner img {*/
/*    */
/*}*/

.main-header.wrap-header .header-site-logo,
.main-header.wrap-header .header-locale-dropdown {
    flex: 1 2 auto;
}

.main-header.wrap-header .header-locale-dropdown .header-locale-dropdown-btn {
    position: relative;
    top: 20px;
    right: 0;
}

.main-header.wrap-header .header-locale-dropdown span {
    color: #fee40b;
    font-size: 30px;
    font-weight: bold;
}

.main-header.wrap-header .header-locale-dropdown i {
    color: white;
    font-size: 25px;
    float: right;
}

.main-header.wrap-header .header-locale-dropdown .header-locale-list {
    display: none;
}

.main-header.wrap-header .header-locale-dropdown .header-locale-list.visible .header-locale-dropdown-item.active {
    display: none;
}

.main-header.wrap-header .header-locale-dropdown .header-locale-list.visible .header-locale-dropdown-item {
    padding: 5px;
}

.main-header.wrap-header .header-locale-dropdown .header-locale-list.visible .header-locale-dropdown-item a {
    color: #fee40b;
}

.main-header.wrap-header .account,
.main-header.wrap-header .advertising {
    display: none;
}

@media (max-width: 1200px) {
    .main-header.wrap-header .header-banner img {
        width: 584px;
        height: 72px;
        max-width: 584px;
        max-height: 72px;
    }
}

@media (max-width: 992px) {
    .main-header.wrap-header {
        padding: 0 15px;
        height: 57px;
    }
    .main-header.wrap-header .header-banner {
        display: none;
    }
    .main-header.wrap-header .toggle-nav-btn {
        display: block;
        font-size: 40px;
        border: none;
        background: rgba(0,0,0,0);
        color: #fee40b;
        padding: 0 20px 0 0;
    }
    .main-header.wrap-header .header-locale-dropdown {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        height: 65px;
    }
    .main-header.wrap-header .header-locale-dropdown i {
        margin: -4px 0 0 2px;
    }
    .main-header.wrap-header .header-locale-dropdown .header-locale-list.visible {
        display: block;
        position: relative;
        top: 22px;
        right: 0;
        font-size: 30px;
        background-color: black;
        font-weight: bold;
        padding: 0 0.2em;
        text-align: center;
        z-index: 1;
    }
    .main-header.wrap-header .header-admin-list {
        display: none;
    }
    .top-header {
        display: none !important;
    }
    .main-header.wrap-header .account,
    .main-header.wrap-header .advertising {
        display: block;
        padding: 10px;
    }
    .main-header.wrap-header .header-site-logo a > img {
        margin: 0 auto 0 10%;
        width: 190px;
    }
}

@media (max-width: 480px) {
    .main-header.wrap-header .toggle-nav-btn {
        font-size: 30px;
        padding: 5px;
    }
    .main-header.wrap-header .header-locale-dropdown span {
        font-size: 20px;
        width: 40px;
    }
    .main-header.wrap-header .header-locale-dropdown i {
        color: white;
        font-size: 15px;
        margin: 4px 0 0 2px;
    }
    .main-header.wrap-header .header-locale-dropdown .header-locale-list.visible {
        font-size: 20px;
        width: 40px;
    }
    .main-header.wrap-header .header-site-logo a > img {
        margin: 0 auto;
    }
    .main-header.wrap-header .header-locale-dropdown .header-locale-list.visible .header-locale-dropdown-item {
        padding: 5px 0;
    }
    .main-header.wrap-header .account,
    .main-header.wrap-header .advertising {
        padding: 5px;
    }
}

.top-header .top-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 10px;*/
    margin: 0 auto;
    padding: 10px 15px;
}

.top-header .top-header-container > div {
    flex: 1 1 auto;
}

.top-header .top-header-container .language-switcher {
    flex: revert;
}

.top-header .top-header-container .language-switcher .language-switcher-item {
    background-color: #ffe411;
    border-radius: 4px;
    padding: 6px 22px;
    color: black;
    text-transform: none;
    margin: 0;
}

.top-header .top-header-container .language-switcher .language-switcher-item.active {
    background-color: white;
}

.top-header-container .account-nav .account-nav-list {
    float: right;
}

.main-header.wrap-header a img.account-nav-list-icon {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px;
}

.top-header-container .account-nav .account-nav-list .account-nav-list-btn {
    /*border: 3px solid #fee40b;*/
    padding: 6px 10px;
    background: #063830;
    color: white;
    border-radius: 4px;
    /*font-weight: bold;*/
}

.main-header.wrap-header .header-locale-dropdown:hover {
    cursor: pointer;
}

.header-banner .advert {
    margin: 0;
}

.header-banner .advert img {
    max-height: 75px;
}

.header-banner-mobile img {
    margin: 0 auto;
    padding: 30px 0;
}

@media (max-width: 992px) {
    .header-banner-mobile .advert {
        display: block !important;
        margin: 0;
        padding: 30px 0;
        text-align: center;
    }
}

/* END HEADER SECTION */

.dashboard-header-btns {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 0 10px;
    float: left;
    text-align: center;
}

@media (max-width: 650px) {
    .dashboard-header-btns {
        flex-direction: column;
    }
}
.active-jobs-btn {
    background: #057368 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: none;
    float: right;
}

.active-jobs-btn:hover {
    background: #063830;
    color: #fff;
}

.active-jobs-btn:focus {
    text-decoration: none;
    color: #000;
}

@media (max-width: 992px) {
    .navbar-bootsnipp {
        display: none !important;
    }
    .top-header {
        display: none !important;
    }
    .toggle-nav-btn .header-locale-dropdown {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-bootsnipp {
        display: block !important;
    }
    .top-header {
        display: block !important;
    }
    .toggle-nav-btn, .header-locale-dropdown {
        display: none !important;
    }
    .advert {
        display: block !important;
    }
}

.mt-15-n {
    margin-top: -15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

@media (max-width: 480px) {
    .letest-post .section-title > h1 {
        margin-top: revert;
    }
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .main-header.wrap-header .account,
    .main-header.wrap-header .advertising {
        display: none;
    }
    .main-header.wrap-header .header-site-logo a > img {
        margin: 0;
        width: auto;
        height: 120px;
        padding: 10px;
    }
    .main-header.wrap-header {
        padding: 20px 15px;
        height: auto;
    }
    .header-banner-mobile .advert {
        display: none !important;
    }
    .main-header.wrap-header .header-admin-list {
        display: block;
    }
    .main-header.wrap-header .header-banner {
        display: block;
    }
}

/*.news-header {*/
/*    margin: 0.67em 0 !important;*/
/*}*/

.section-news {
    padding-top: 0 !important;
}


@media (min-width: 992px) {
    .header-banner-mobile {
        display: none;
    }
}
@media (min-width: 1000px){
    .accounts-dashboard .white-bg{
        /*display: table-footer-group;*/
    }
}

@media (min-width: 1536px){
.accounts-dashboard .container {
    max-width: 1820px!important;
    }
}


/*.active-jobs-btn a {*/
/*    text-transform: none;*/
/*    padding: 0 5px;*/
/*    color: #323338;*/
/*    float: unset !important;*/
/*}*/

/**{*/
/*    outline: 1px solid green;*/
/*}*/

.jobs__side-menu {
    max-width:260px!important;
    width: 260px!important;
}

.navbar-mobile.side-nav .navbar-items .navbar-item, .dashboard-sidebar .navbar-items .navbar-item {
    color: white !important;
}

.navbar-mobile.side-nav a, .dashboard-sidebar a, .navbar-mobile.side-nav span, .dashboard-sidebar span {
    background-color: #057368;
    color: #fff;
}

.main-dashboard .container .main-content-dashboard .grey-bg .white-bg .favourites-options span.active, .main-dashboard .container .main-content-dashboard .grey-bg .white-bg .participation-options span.active {
    background-color: #063830!important;
    color: #fff!important;
}

.main-dashboard .container .main-content-dashboard .grey-bg .white-bg .favourites-options span, .main-dashboard .container .main-content-dashboard .grey-bg .white-bg .participation-options span {
    background-color: #057368!important;
    color: #fff!important;
}

.accent-yellow-300 {
    accent-color: #057368!important;
}

.paginate--background-yellow{
    background-color: color: #096850!important;
}

.main-dashboard .container .main-content-dashboard .grey-bg .white-bg .revenueCenterMenu a{
    background-color: #057368!important;
    color: #fff!important;
}

.main-dashboard .container .main-content-dashboard .grey-bg .white-bg .revenueCenterMenu a.active{
    background-color: #063830!important;
    color: #fff!important;
}

#paginate .dataTables_paginate .paginate_button.current {
    background-color: #c89b63 !important;
    border: 1px solid #005b4da6 !important;
}
/*.taxonomyPicker select:nth-of-type(3) {*/
/*    display: none;*/
/*}*/
.paginate--background-yellow .paginate_button.ellipsis, .paginate--background-yellow .paginate_button.next, .paginate--background-yellow .paginate_button.previous{
    border: 0;
    background-color: #057368 !important;
    color: #ffffff !important;
    font-size: 13px;
}
.paginate--background-yellow .paginate_button {
    border: 1px solid #005749;
    font-weight: 700;
    color: #ffffff !important;
    cursor: pointer;
}
.paginate--background-yellow {
    background-color: #096850 !important;
}

.taxonomyPicker select {
    width: 100%;
}

.taxonomyPicker select:first-of-type {
    margin-bottom: 10px!important;
}

.taxonomyPicker select:nth-of-type(2) {
    margin-bottom: 10px!important;
}

.displayNone {
    display: none;
}

@media (max-width: 767px) {
    .form-profile .form-content .form-group-lg .input-box .taxonomyPicker select:first-child {
        margin-bottom: 1em !important;
    }
}
.advertise-now-btn:hover{
    color:lightgrey;
}