
/*@import '../fonts/stylesheet.css';*/
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;
}

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%;
}

.video-container {
position: relative;
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: #818286;
}

.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: #323338;
    padding: 5px 0;
}

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;
}

.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;
}

.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: #fee40b !important;
}

.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;
}

.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: #000;
    padding: 15px 14px;
    text-shadow: none;
    font-size: 1.1em;
}

.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: 2em 0 0;
}

.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: #fee40b;
    /*margin-bottom: 20px;*/
    float: left;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    width: 100%;
}

.directory_placement h1 {
    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: #4c4c4c 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 {
    margin: .5%;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    margin-top: .3%;
}

.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: #fde410;
    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: #fee40b none repeat scroll 0 0;
    padding: 3% 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;
}

.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 {
    background: #818286 none repeat scroll 0 0;
    color: #fff;
    /*padding: 7px 0;*/
    margin-top: 4%;
    height: 30px;
    text-align: left;
}

.closing-title {
    background: #4c4c4c none repeat scroll 0 0;
    padding: 7px 10px;
    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 {
    float: left;
    height: 11px;
    width: 100%;
}

.side_map {
    border: 3px solid #dddddd;
    margin-top: 23px;
}

.side_map_list {
    border: 3px solid #dddddd;
    float: left;
    margin-top: 12px;
    width: 100%;
}

.hide_map {
    /*text-align: right;*/
}

.hide_map a {
    background: #fde135 none repeat scroll 0 0;
    color: #414141;
    float: right;
    padding: 9px 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: #fee40b none repeat scroll 0 0;
    padding: 25px 0 2%;
}

.footer-top h3 {
    color: #2c3d4d;
    float: left;
    font-size: 22px;
    width: 75%;
    margin: 0;
}

.footer-top .btn {
    background: #2d3e50 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-top: 20px;
    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: center;
    width: 100%;
}

.panel-group {
    margin-bottom: 0px;
}

.adv .adv_btn {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #4c4c4c none repeat scroll 0 0;
    color: #fde235;
    float: left;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 1px;
    text-decoration: none;
    cursor: pointer;
}

.adv .adv_btn i {
    font-size: 14px;
    padding-left: 7px;
}

.adv_btn:hover {
    background: #818286;
}

.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: 23px;
    padding: 7px 17px 10px;
    width: 100%;
}

.new-jobs h4 {
    font-weight: bold;
}

.bottom-advert {
    float: left;
    margin-bottom: 17px;
    margin-top: 24px;
    text-align: left;
    width: 100%;
}

.bottom-advert img {
    display: inline-block;
}

.client_box_main {
    width: 100%;
    float: left;
}

.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;
}

.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;
}

.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 {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.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;
}

.product_list .product_top .full_time {
    background: #323338 none repeat scroll 0 0;
    color: #fff;
    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: #fde135 none repeat scroll 0 0;
    color: #414141;
    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: #323338 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: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 100%;
}

.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%;
}

.product_details {
    float: left;
    padding: 0 35px;
    width: 67%;
}

.pro_cat {
    color: #363636;
    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: #3c3c3c;
    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: #fde135 none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    color: #3c3c3c;
}

.view_detail_bta > a {
    color: #3c3c3c;
    text-decoration: none;
    font-size: 16px;
}

.show-txt-rspns {
    display: none;
}

.m-img {
    width: 18px;
}

.full_time > a {
    color: #fff;
}


/*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 {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.product-des {
    float: left;
}

.product-custome-details {
    display: block;
    padding-top: 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 40px 1px 0;
    border-bottom: 1px solid #eee;
    line-height: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.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: 11px;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0 6px;
    line-height: 1.3em;
    vertical-align: middle;
}

.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: #4c4c4c;
    border-bottom: 4px solid #fde135;
}

.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-top: 20px;
    float: left;
    width: 100%;
}

.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_pic {
    float: left;
    margin: 0;
    padding-right: 10px;
    width: 33%;
}

.recent_right_text {
    float: right;
    width: 67%;
    color: #3c3c3c;
    margin-top: -6px;
}

.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 > h3 {
    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;
}

.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;
}

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: #fff;
    padding: 0;
    text-align: center;
    width: 30px;
    background: #323338;
    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;
}

.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;
    margin-bottom: 15px;
    width: 100%;
}

.bottom-margin-no .pages-counts {
    margin-bottom: 0;
}

.addvert-add-responsive {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.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;
    padding: 15px;
    overflow: hidden;
}

.articles-content-section_ad {
    margin-bottom: 10px;
}

.advertising_page .event-small-title {
    margin-top: 0;
}

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: #fde135 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: #4c4c4c;
    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: #fffefe;
    font-size: 18px;
}

.column-2 .article-column:nth-child(3n+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;
    margin-right: 2%;
    position: relative;
    width: 49%;
}

.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%;
}

.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: #4c4c4c 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: 15px;
    float: left;
    width: 100%;
    color: #fff;
}


/*column-3*/

.column-3 .article-column {
    float: left;
    margin-right: 2%;
    width: 32%;
    margin-bottom: 15px;
}

a.btn.btn-view-post {
    color: #fff;
    background: #4c4c4c;
    font-size: 16px;
    padding: 2px 20px;
    float: right;
    margin-right: 0;
    text-transform: uppercase;
}

a.btn.btn-view-post:hover {
    background: #818286;
}

.btn_advertise {
    margin-top: 5px;
    display: block;
}

.column-2 .article-column {
    margin-bottom: 15px;
}

.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 {
    float: left;
    width: 100%;
}

.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 {
    width: 100%;
    float: left;
}

.business_heading_main > span {
    float: right;
    margin-top: 17px;
}

.marketplace_main {
    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 {
    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: #4c4c4c 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%;
}

.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;
}


/* 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: #323338 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: #fde135 none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    display: block;
    color: #414141;
    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;
    padding: 20px;
    width: 100%;
}

.column-2 .post-block-colmn {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 49%;
    margin-bottom: 15px;
    position: relative;
}

.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: #fde135 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;
}

.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 {
    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;
}

.voting-calling-header .voting-title {
    color: #323338;
    font-size: 18px;
    font-weight: bold;
    width: 65%;
    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://beta.lleol.net/pub/file/d6d5822d/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://beta.lleol.net/pub/file/d6d5822d/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://beta.lleol.net/pub/file/02fb5452/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://beta.lleol.net/pub/file/02fb5452/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: #fde135 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: #666;
}

.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 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: rgba(0, 0, 0, 0) url("https://beta.lleol.net/pub/file/12ed85b5/progress-pattern.png") repeat scroll 0 0;
    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: #fde135 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: #fde135;
    color: #3c3c3c;
    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: #fde135 none repeat scroll 0 0;
    color: #3c3c3c;
    float: left;
    font-size: 15px;
    line-height: 38px;
    padding-right: 20px;
    width: 100%;
}

.process-section ul li.active a {
    background: #323338;
    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 {
    color: #bbbbbb;
    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;
    overflow: hidden;
}

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;
}

.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: #323338 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffd800;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 40px;
    text-transform: none;
}

.btn.btn-yellow {
    background: #ffd800 none repeat scroll 0 0;
    border-radius: 0;
    color: #323338;
    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: #bdbcbc;
}

.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%;
}

.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 {
    border: 3px solid #fde135;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.compition-listing .compition-details {
    display: block;
    padding: 15px 15px 40px;
    position: relative;
    padding-left: 2%;
    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;
}

.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;
}

.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: -2px;
    position: absolute;
}

.compition-main .article-img-block {
    position: relative;
}

.compitition-main-section .featured-post-type-1 .caption-block {
    background: #323338;
    min-height: 125px;
}

.compition-title > a {
    border-bottom: 3px solid #fde135;
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: normal;
    min-height: 55px;
    padding-bottom: 10px;
    width: 100%;
}

.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 #323338;
}


/*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;
}

.recepie-view ul li {
    float: left;
    font-size: 14px;
    list-style: outside none disc;
    padding: 4px 0;
    width: 100%;
    list-style-position: outside;
}

.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: url("https://beta.lleol.net/pub/file/12ed85b5/progress-pattern.png");
    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: #C2C2C2;
    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: #C2C2C2;
    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: #000;
    padding: 16.5px 14px;
    text-shadow: none;
    font-size: 1.1em;
    display: inline-block;
}

.dropdown span:hover {
    background: #818286;
    color: #fff;
    cursor: pointer;
}

.dropdown ul {
    padding: 0;
    display: none;
    position: absolute;
}

.dropdown:hover ul {
    display: block;
}

.dropdown ul li {
    padding: 15px;
    background: #818286;
}

.dropdown ul li a {
    color: #fff;
}

.dropdown ul li:hover {
    background: #fee40b;
}

.dropdown ul li:hover a {
    color: #000;
}

.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://beta.lleol.net/pub/file/77cee678/progress-pattern-active.png");
    -webkit-background: url("https://beta.lleol.net/pub/file/77cee678/progress-pattern-active.png");
    -moz-background: url("https://beta.lleol.net/pub/file/77cee678/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-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
}

.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 {
    border-bottom: 0 none;
    min-height: 62px;
    padding-bottom: 0;
    width: 100%;
}

.quiz-main-section .featured-post-type-2 .caption-title {
    background: rgba(50, 51, 56, 1) none repeat scroll 0 0;
    border-top: 3px solid #323338;
    bottom: 0;
    position: relative;
    width: 100%;
    padding: 0;
}

.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: #fde135;
    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: #fde135;
}

.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: #fde135 none repeat scroll 0 0;
    border-bottom: 5px solid #3e3f43;
    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: #fee40b !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;
}


@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;
    }
    .section-filters {
        display: none;
    }
    .advert {
        display: none;
    }
    .adv {
        margin-top: 20px;
    }
    .separate {
        float: left;
        height: 20px;
        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 {
        padding-top: 10px;
    }
    .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 {
        margin: 1%;
    }
    /*    .letest-post .col-md-12.col-sm-12.col-xs-12 {
        padding: 0;
    }*/
    .post.post-middle {
        width: 49% !important;
        margin-left: 0;
        margin-bottom: 2%;
    }
    .post.post-middle:nth-child(2n) {
        margin-left: 1%;
        margin-right: 0;
    }
    .upcoming-events .post.post-middle:nth-child(2n) {
        margin-left: 0;
    }
    .post.post-middle:nth-child(2n+1) {
        margin-right: 1%;
        margin-left: 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 {
        display: none;
    }
    .pro_cat_mobi {
        color: #363636;
        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%;
        display: none;
    }
    .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;
        visibility: hidden;
    }
    .navbar-bootsnipp .bootsnipp-search.open {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }
    .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: #ffe400 !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: fixed;
        right: 0;
        top: 0;
        background-color: #323338 !important;
    }
    header {
        padding-top: 55px;
    }
    .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: #fee40b;
        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%;
    }
    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: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: 11px;
    }
    .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 {
        margin-top: 23px;
    }
    .adv .adv_btn {
        margin-top: 0px;
    }
    .advert {
        display: none;
    }
    .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) {
    .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: #2c3d4d;
        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: 0;
    }
    .add-banner .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .add-banner .advert-index {
        margin: 0;
        padding-bottom: 10px;
    }
    .add-banner img {
        max-width: 100%;
    }
    .business-yellow-ad {
        padding-top: 0 !important;
    }
    .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;
    }
    .letest-post .section-title > h1 {
        margin-top: 0;
    }
    /*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 20px 40px;
        width: 100%;
    }
    .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) {
    .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%;
    }
    .article-page section.main-content .container,
    .article-page section.main-content .container div[class^=col-],
    .page section.main-content .container,
    .page section.main-content .container div[class^=col-],
    section.main-content .container,
    section.main-content .container div[class^=col-] {
        padding: 0 5px;
    }
    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;
    }
    .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;
    }
}

@media (min-width: 640px) {
    .marketplace-post-title.visible-xs {
        display: none;
    }
}

@media (max-width: 639px) {
    .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: #313338 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: #3c3c3c;
    }
    .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) {
    .pagination_text {
        margin-top: 0;
    }
    .side_map {
        margin-top: 11px;
    }
    .advert:last-child {
        margin-bottom: 0;
    }
    .detail-gallery .title-sketch {
        background: rgba(21, 14, 7, 1) none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        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-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;
        width: 100%;
    }
    .product_list .product_top {
        position: relative;
    }
    .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: #818286;
    color: #fff;
    /*font-weight: bold;*/
}

.btn.btn-dark:hover,
.btn.btn-yellow:hover {
    background: #fee40b;
    color: #000;
}

.btn.btn-dark-yellow:hover {
    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: 10px;
}

.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: 13px;
        padding-top: 5px;
    }
    section.directory_placement .post.post-middle {
        padding: 10px;
        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;
    }
}

.client_box_main .post.post-middle {
    width: 32.3333333%;
    height: 325px;
    padding-top: 36px;
    background: #fff;
    margin-bottom: 10px;
}

.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 {
    margin-bottom: 5px;
}

.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%;
    }
    .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) {
    .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 {
        margin-top: 15px;
    }
    .market-directory-content {
        margin-top: 8px;
    }
    .hidden.visible-xs.marketplace_btn {
        float: left;
        margin-bottom: 13px;
        width: 95%;
        margin-left: 2.5%;
        margin-top: 3px;
    }
    .hidden.visible-xs.marketplace_btn .btn.btn-viewAll {
        margin-top: 0 !important;
    }
    .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: calc(100% - 20px);
        margin-left: 10px;
        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: 0 !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.map-hidden {
    margin-top: 23px;
}

.post-large .date-day {
    margin-top: 10px;
}

.white-link,
.white-link:hover {
    color: #fff;
}

.gray-link,
.gray-link:hover {
    color: #3c3c3c;
}

.quiz-image {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .tab-content>.active {
        padding: 0 10px;
    }
    .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,
.header-add:after,
.bottom-advert:after {
    content: "Advertisement";
    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;
    margin-bottom: 15px;
}

.image__competition-closed {
    position: absolute;
    bottom: 0;
    float: left;
    padding: 5px 25px;
    background: #fde135;
}

.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: #323338;
    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: #fee40b;
    color: #000;
}

.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;
}

@media only screen and (max-width: 767px) {
    .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 {
  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;
}

.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;
}

@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: 6px 40px;
  }
  
  .notAMember {
    margin-top: 0em;
    text-align: left;
  }
}
