/* WinJS Styles */

#app {
    height: 100%;
}

#app .win-splitviewpanetoggle {
    float: left;
    color: #fff;
}


/* SplitView pane content style*/

#app .header {
    white-space: nowrap;
}

#app .title {
    font-size: 25px;
    left: 50px;
    margin: 13px 0px 0px 10px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
}

.win-navbarcommand {
    text-decoration: none !important;
}

.win-navbarcommand-button {
    background-color: transparent;
}

.win-splitview-pane .nav-commands {
    margin-top: 24px;
}

#app .win-splitview-pane-hidden .win-navbarcommand-button {
    width: 46px;
}

#app .win-splitview-pane-hidden .win-navbarcommand-label {
    /* Workaround: Make sure pane doesn't scroll if ContentDialog restores focus to
       NavBarCommand's label
    */
    visibility: hidden;
}

button.win-splitviewpanetoggle {}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/*SplitView content style*/

#app .contenttext {
    margin-left: 0px;
    margin-top: 0px;
}

#app .win-splitview-content {
    overflow-y: auto;
}

.win-navbarcommand-button-content {
    color: #fff;
}


/* WinJS Styles */
.pace-done .loader_animation {
    display: none;
}

.pace-running .loader_animation {
    display: block;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;
    z-index: 2000;
    position: fixed;
    height: 100px;
    width: 100px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    background: rgba(224, 34, 34, 1);
    color: #fff;
    font-weight: 100;
    text-align: center;
    border-radius: 50px !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 0 50px 5px #fff;
    box-shadow: 0 0 50px 5px #fff;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
    margin-top: 20px;
    font-weight: normal;
    font-size: 26px;
}
button.closebutton
{
    opacity: 1;
    text-shadow: none;
    text-indent: 0px;
}
button.closebutton i
{
    color:#fff;
}
.servicelist-mobile li a
{
    display: block;
    padding: 10px 5px;
    font-size: 20px;
}
.servicelist-mobile li a i
{
    margin-right: 5px;
    font-size: 18px;
    color: #E02222;
}
a:focus
{
    text-decoration: none;
}
.page-title {
    font-weight: bold;
    margin-bottom: 10px;
}
label
{
    font-size: 13px;
}
.form-group
{
    margin-bottom: 20px;
}
textarea
{
    min-height: 0px;
}
#alert-holder .alert
{
    margin-bottom: 15px;
}
.bootstrap-switch
{
    margin-left: 10px;
}
.page-title i {
    font-size: 50px;
    margin-right: 5px;
    float: left;
}

.page-title i.subicon {
    font-size: inherit;
}

.page-title .left-block {
    display: inline-block;
    min-width: 200px;
    float: left;
}

.page-title .right-block {
    display: flex;
    text-align: justify;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 10px 0px 50px;
    line-height: 18px;
}

.forget-password {
    color: red;
    font-weight: bold;
}

.page-title .top-line {}

.page-title .caption {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.header_main-parent {
    height: 64px;
}

.header_meta.fixed {
    width: 100%;
    z-index: 100;
    position: fixed;
}
#header
{
    height: 102px;
}
#header_main.fixed {
    z-index: 99;
    padding-top: 48px;
}

.dataTable a {
    font-weight: bold;
    color: #000;
}

.dataTable a:hover,
.dataTable a:active {
    color: #f85050;
}

.a-link {
    color: #5b9bd1;
}

.page_gallery {
    margin: 10px 0px;
}

.latest_event .item_content h4 a {
    max-height: 36px;
    overflow: hidden;
}
.breadcrumb
{
    padding: 0px !important;
    margin-bottom: 5px;
    background: none !important;
}
.breadcrumb li
{
    font-size:12px;
}
.panel_title
{
    margin-bottom: 10px;
}
.panel_title #reviews_count
{
    font-size:inherit;
    color: inherit;
}
.delete-confirmation-icon i
{
    font-size: 28px;
    padding: 0px 10px 20px 0px;
    color: #E02222;
}
.modal-body
{
    color: #000;
}
/*Home page*/
.blox-element.service-icon-left .blox-icon
{font-size:42px;text-align:center;color:#63bc0d;float:left;margin-bottom:0;}
.blox-element.service-icon-left:hover .blox-icon
{
    -webkit-transform: scale(1.5,1.5);
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.5,1.5);
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.5,1.5);
    -ms-transition-timing-function: ease-out;
}
.blox-element.service-icon-left:hover .service-title
{
    font-weight:bold;
    color:#C00;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
}
.blox-element.service-icon-left:hover p
{
    color:#C00;
}
.blox-icon,.blox-element.service-icon-title h3 > .blox-icon,.blox-element.service-icon-title h4
{font-size:.9em;margin:0;margin-right:10px;color:inherit;}

.blox-element  h4:hover .blox-icon
{
    -webkit-transform: scale(1.2,1.2);
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.2,1.2);
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.2,1.2);
    -ms-transition-timing-function: ease-out;
}
.blox-column-content
{
    height: 170px;
    padding-right: 50px;
}
.blox-column-content h4
{
    /*margin-left:72px;*/
    margin-left:40px;
    margin-bottom:15px;
    font-weight: bold;
    font-size: 20px;
}
.blox-column-content p
{
    /*margin-left:72px;*/
    margin-left:40px;
    font-size: 16px;
}
.blox-element.service-icon-left .blox-icon
{
    font-size: 42px;
    text-align: center;
    color: #C00;
    float: left;
    margin-bottom: 0;
}
.blox-element.service-icon-left .service-title:after
{
    content: " ";
    width: 30%;
    height: 1px;
    background-color: #dddddd;
    display: block;
    margin-top: 1em;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.servicelist-mobile li a .sub-text
{
    font-size: 12px;
    color: grey;
}

/*Home page*/

/*Listing pages*/
.win-rating .win-star
{
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 13px 5px;
}
.win-rating .win-full
{
    color: #FFB400  !important;
}
.win-rating .win-empty
{
    color: lightgrey !important;
}
.top-news
{
    margin: 0px;
}
span.format
{
    text-transform: none;
    font-size: 12px;
}
.list-sidebar-categories, .mn-categories
{
    background:#fcfcfc;
    border:1px solid #e5e5e5;
    margin-bottom:10px;
}
.list-sidebar-categories .sidebar-title
{
    margin: 0 0 15px;
    font-weight: 600;
    color:#fff;
    line-height: 1.1;
    font-size: 19px;
    background:#3d3d3d;
}

.list-sidebar-categories .sidebar-title {
    background: #272626;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
    padding: 5px 20px;
    margin: 0;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    -ms-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
.list-sidebar-categories li
{
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.list-sidebar-categories li:last-child
{
    border: none;
}
.list-sidebar-categories li a
{
    font-size:13px;
    padding: 2px 0px;
    font-weight: bold;
    line-height: 16px;
}
.list-sidebar-categories li a:hover
{
    background: none;
}
.list-sidebar-categories li a .datetime
{
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}

.list-sidebar-categories .sidebar-content
{
    background:#fcfcfc;
    color: #6a6a6a;
    padding: 10px 20px 0px 20px;
}
.breadcrumb > .active
{
    color: #E02222;
}
.breadcrumb > li + li:before
{
    content: "\f105" !important;
    font-family: Fontawesome;
    color: #000;
}
.layout_post_2 .item_content h4
{
    margin: 0px;
    max-height: max-content;
    overflow: hidden;
}
.layout_post_2.news-list{
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin-bottom: 20px !important;
}
.layout_post_2.news-list .item_content h4
{
    max-height: none;
}
.layout_post_2 .item_content p
{
    max-height: 68px;
    overflow: hidden;
}
.layout_post_2 .item_thumb
{
    width: 15%;
}
.layout_post_2 .item_content .item_rating
{
    display: block;
    margin-top: 5px;
}
.layout_post_2 .item_content .item_rating .ngrateit
{
    display: inline;
    margin-right: 10px;
}
.layout_post_2 .item_content .item_rating span
{
    /*font-size: 16px;*/
    font-weight: normal;
    color: grey;
    text-transform: none;
    vertical-align: top;
}
/* .mark-fav, .mark-unfav{
    border: 1px solid#ccc;
    padding: 3px 7px;
    line-height: normal;
    margin-top: -7px;
    float: left;
} */
.author_box .mark-fav, .author_box .mark-unfav{
    margin-top: 3px;
    margin-right: 5px;
}
.mark-fav i, .mark-unfav i{
    font-size: 13px !important;
}
.favorite .mark-unfav, .favorite .mark-unfav i
{
    color: #E02222 !important;
}
.yellowpage-row .mark-fav, .yellowpage-row .mark-unfav{
    float: unset;
}
/* .meta_likes{
    line-height: 28px;
} */
.thumb-stats.favorite{
    padding-top: 10px !important;
}
/*Listing pages*/

/*Videos listing page*/
.video-item
{
    margin-bottom: 30px;
    z-index: 0;
}
.video-item .video-container
{
    border: 1px solid #ececec;
}
.video-item .video-container .video-thumb img
{
    width: 100%;
}
.video-item .video-container .video-thumb .video-stats
{
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: 0;
    padding: 0 30px;
}
.video-item .video-container .video-thumb .video-stats .thumb-stats
{
    color: #fff;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 8px 3px 8px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    font-size: 12px;
}
.video-item .video-container .video-thumb .video-stats .thumb-stats .mark-fav i
{
    color: #fff;
}
.video-item .video-container .video-thumb .video-stats .thumb-stats .mark-unfav i
{
    color: #E02222;
}
.video-item .video-container .video-des
{
    padding:15px 0 15px 10px;
    background: #f9f9f9;
}
.video-item .video-container .video-des h6 a
{
    font-size: 14px;
    font-weight: 600;
    display: block;
    height: 32px;
    overflow: hidden;
}
.video-item .video-container .video-des .post-stats p
{
    margin-right: 15px;
    max-width: 130px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 0px;
}
.video-item .video-container .video-des .post-stats p span
{
    font-size: 11px;
}
/*Videos listing page*/
/*Classifieds Listings styles */

.classified-row
{
    border: 1px solid #ccc;
    padding: 10px;
    background: #fcfcfc;
}
.classified-row .item_content .price
{
    padding: 5px;
    border-radius: 3px !important;
    color:#fff;
    /* position: absolute; */
    right: 25px;
    display: inline-block;
    font-size: 24px;
    background: #F85050;
}
.classified-row .item_content .meta-data
{
    color: #000;
}
.classified-row .item_content .meta-data .location-info i
{
    color:#E02222;
}
.classified-row .item_content .meta-data .send-to-friend a
{
    font-size: 20px;
}
.classified-row .item_content .categories a
{
    padding: 2px 4px;
    background: #ececec;
    font-size: 12px;
    margin-right: 5px;
}
.classified-row .item_content .item_meta .meta_date
{
    margin-left: 15px;
    color: #000;
}
.classified-row .item_content .favorite
{
    margin-left: 10px;
}
.classified-row .item_content .favorite i
{
    font-size: 16px;
}
/*Classifieds Listings styles */
/*Listing page sidebar styles */
.filters_col
{
    background-color:#fff;
     border: 1px solid #ededed;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:25px;
}
.filters_col .collapse
{
    padding: 10px 10px;
}
.filters_col .sidebar-title i:before
{
    font-family: Fontawesome;
    content: "\f068";
    font-style: normal;
}
.filters_col .sidebar-title.collapsed i:before
{
    font-family: Fontawesome;
    content: "\f067";
    font-style: normal;
}
.filters_col label{
    font-weight:normal;
}
a.filters_col_bt {
    display:block;
}
a.filters_col_bt .icon_set_1_icon-65{
    font-size:20px;
    position:relative;
    top:0;
    margin-right:5px;
}
.filters_col .filter_type
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.filters_col .filter_type li, .filters_col .filter_type:last-child
{
    border: none;
    margin: 0px;
    padding: 0px;
}
.filters_col .filter_type h6
{
    font-weight: bold;
    font-size: 13px;
}
.filters_col .filter_type input[type='radio'],
.filters_col .filter_type input[type='checkbox']
{
    width: auto;
    vertical-align: middle;
    margin: -4px 5px 0px 0px;
}
.filters_col .filter_type .price-input
{
    width: 60px;
}
.filters_col .filter_type .ng-clear
{
    color: #E02222;
    font-weight: 400;
    margin-left: 10px;
}
.filter_type h6{
    /* border-top: 1px solid #ddd;
    margin:15px 0;
    padding:15px 0 0 0; */
}
.filter_type ul{
    list-style:none;
    padding:0;
    margin:0 0 0px 0;
}
.filter_type ul li .rating{
    font-size:16px;
    left:-7px;
    position:relative;
    top:3px;
    color:#ccc;
}
.filter_type ul li .color_1, .filter_type ul li .color_2, .filter_type ul li .color_3, .filter_type ul li .color_4, .filter_type ul li .color_5, .filter_type ul li .color_6, .filter_type ul li .color_7, .filter_type ul li .color_8{
    width:8px;
    height:8px;
    margin:5px 5px 0 0;
    float:right;
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.filter_type ul li .color_1{
    background-color:#7dccc7;
}
.filter_type ul li .color_2{
    background-color:#f29bc1;
}
.filter_type ul li .color_3{
    background-color:#8494c8;
}
.filter_type ul li .color_4{
    background-color:#8dc63f;
}
.filter_type ul li .color_5{
    background-color:#84c99e;
}
.filter_type ul li .color_6{
    background-color:#f5977d;
}
.filter_type ul li .color_7{
    background-color:#72d0f4;
}
.strip_list{
    background-color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:20px;
    position:relative;
    border: 1px solid #ededed;
    min-height:152px;
    margin-bottom:30px;
    line-height:1.3;
    display:block;
}
.strip_list.last{
    margin-bottom:25px;
}
a.strip_list:hover h3{
    color:#ec008c;
}
/*Listing page sidebar styles */
.desc{
    padding-left:135px;
    position:relative;
}
.desc .rating{
    color:#ccc;
    padding-top:0;
}
.desc h3{
    margin:0;
    padding:0;
}
.desc h3 a{
    color:#333;
}
.desc h3 a:hover{
    color:#EC008C;
}
.desc .type{
    font-size:12px;
    font-style:italic;
    color:#777;
    margin-bottom:12px;
    margin-top:5px;
}
.desc .opening{
    color:#C33;
}
.desc ul{
    list-style:none;
    margin:3px 0 0 0;
    padding:0;
}
.desc ul li{
    display:inline-block;
    margin-right:15px;
}
.desc ul li i.ok{
    color:#6C3;
    position:relative;
    top:2px;
    left:5px;
    font-size:14px;
}
.desc ul li i.no{
    color: #C30;
    position:relative;
    top:2px;
    left:5px;
    font-size:14px;
}
.thumb_strip{
    position:absolute;
    left:0;
    top:0;
    width:110px;
    height:110px;
    overflow:hidden;
    border:1px solid #ededed;
    padding:5px;
    text-align:center;
    box-sizing: border-box;
}
.thumb_strip img{
    width:98px;
    height:auto;
}
.strip_list .go_to{
    display:table;
    height:112px;
    text-align:right;
    width:100%;
}
.strip_list .go_to div{
    display: table-cell;
    vertical-align:middle;
}

/*Yellowpages listing page*/
.yellowpage-row
{
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
}
.yellowpage-row .item_thumb
{
    width: 20%;
}
.yellowpage-row .item_thumb .thumb-stats
{
    background: rgba(0,0,0,0.7);
    text-align: center;
    width:100%;
    margin-top: 5px;
}
.yellowpage-row .item_thumb .thumb-stats .ngrateit-rating
{
    padding: 5px 0px 2px 0px;
}
.yellowpage-row .item_thumb .thumb-stats .ngrateit-star
{
    margin: 0px 3px;
}
.yellowpage-row .item_content .favorite
{
    margin-left: 10px;
}
.yellowpage-row .item_content .favorite i
{
    font-size: 16px;
}
.yellowpage-row .item_content .item_meta .meta_date
{
    margin-left: 15px;
    color: #000;
}

/*Yellowpages listing page*/

/*Blogs listing page*/
.blog-row
{
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
}
.blog-row .item_thumb
{
    width: 20%;
}
.blog-row .item_thumb .thumb-stats
{
    background: rgba(0,0,0,0.7);
    text-align: center;
    width:100%;
    margin-top: 5px;
}
.blog-row .item_thumb .thumb-stats .ngrateit-rating
{
    padding: 5px 0px 2px 0px;
}
.blog-row .item_thumb .thumb-stats .ngrateit-star
{
    margin: 0px 3px;
}
.blog-row .item_thumb .thumb-stats
{
    background: rgba(0,0,0,0.7);
    text-align: center;
    width:100%;
    margin-top: 5px;
}
.blog-row .item_thumb .thumb-stats .ngrateit-rating
{
    padding: 5px 0px 2px 0px;
}
.blog-row .item_thumb .thumb-stats .ngrateit-star
{
    margin: 0px 3px;
}
.blog-row .item_content .item_rating .ngrateit-star
{
    margin-top: 3px;
}
.blog-row .favorite
{
    margin-left: 10px;
}
.blog-row .favorite i
{
    margin-top: 3px;
    vertical-align: top;
}
.blog-row .item_content .item_rating
{
    margin-top: 0px;
}
.blog-row .item_content .meta_date
{
    color:#000 !important;
    font-size: 13px !important;
}
.blog-row .item_rating {
    
}
.blog-row .item_rating .mark-fav, .blog-row .item_rating .mark-unfav{
    margin-top: 0px;
}
.blog-row .item_rating .meta_likes {
    margin-left: 0;
}
/*Blogs listing page*/

/*Profiles listing page*/
.profile-block
{
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px !important;
}
.profile-block .win-rating .win-star
{
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 1px 1px;
}
.profile-block .profile-content
{
    padding-top: 5px;
}
.profile-block .profile-content h5
{
    font-size: 18px;
    margin: 0px;
}
.profile-block .profile-content p
{
    margin: 0px;
    font-size: 13px;
}
.profile-block .categories
{
    margin: 10px 0px;
}
.profile-block .profile-stats
{
    background: #444;
    margin-top:5px;
}
.profile-block .profile-stats
{
    padding: 4px 10px;
    margin: 0px -10px;
}
.profile-block .profile-stats .meta_author a
{
    color: #fff;
}
.profile-block .profile-stats .meta_author i
{
    color: #E02222;
}
.profile-block .profile-stats .ngrateit
{
    float: right;
    padding-top: 2px;
}
.profile-block img
{
    width: 100px;
    height: 100px;
    border-radius: 50px !important;
    border: 3px solid #bcbcbc;
    margin-right: 20px;
}
.profile-block .profile-stats .favorite .mark-fav
{
    color: #fff;
    margin-right: 15px;
}
.profile-block .categories span
{
    padding: 2px 4px;
    background: #ececec;
    font-size: 12px;
    margin-right: 5px;
}
.profile-block .profile-stats .favorite .mark-unfav
{
    color: #E02222;
    margin-right: 15px;
}

/*Profiles listing page*/
/*Events listing page*/

.event-row .item_thumb
{
    width: 20%;
}
.event-row .event-info
{
    color:#000;
}
.event-row .event-info .location i
{
    color: skyblue;
}
.event-row .event-info .format.private
{
    background-color:#006203 !important;
}
.event-row .event-info .format.public
{
    background-color:#008FFF !important;
}
.event-row .event-info .event-date
{
    background: #E02222;
    padding: 5px;
    color:#fff;
    border-radius: 3px !important;
    margin:5px 0px;
    display: inline-block;
}
.event-row .categories a
{
    padding: 2px 4px;
    background: #ececec;
    font-size: 12px;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.event-row .event-info .event-date i,
.event-row .event-info .calendar-links a i
{
    color: #fff;
}
.event-row .event-info .calendar-links a
{
    background: #3B83F5;
    padding: 3px 6px;
    border-radius: 4px !important;
    margin-left: 5px;
}
.event-row .item_meta .meta_date
{
    margin-left:  15px;
}
/*Events listing page*/
/*Books listing page*/

.book-row
{
    margin-bottom: 30px;
}
.book-row .book-container
{
    border:1px solid #eee;
    padding-top:15px;
    background: #f9f9f9;
}
.book-row .book-container .book-thumb
{
    border:none;
    text-align: center;
}
.book-row .book-container .book-thumb img
{
    width:auto;
    max-height: 200px;
}
.book-row .book-container .book-des
{
    padding: 10px;
}
.book-row .book-container .book-des h6
{
     text-align: center;
     height: 32px;
     overflow: hidden;
}
.book-row .book-container .book-des h6 a
{
    font-size: 15px;
}
.book-row .book-container .book-des .price
{
    font-size:18px;
    font-weight: bold;
    color:#000;
}
.book-row .book-container .book-des .favorite a
{
    color: #E02222;
}
.book-row .book-container .book-des .win-rating .win-star {
    padding: 2px 1px;
}
/*Books listing page*/
/*Deals listing page*/
.deal-row
{
    padding: 0px 20px;
    margin-bottom: 30px;
    z-index: 0;
}
.deal-row .deal-container
{
    border:1px solid #eee;
    background: #f9f9f9;
}
.deal-row .deal-container .deal-thumb
{
    border:none;
    text-align: center;
}
.deal-row .deal-container .deal-thumb img
{
    width:100%;
}
.deal-row .deal-container .deal-des
{
    padding: 10px;
    height: 151px;
}
.deal-row .deal-container .deal-des h6
{
    height: 32px;
    overflow: hidden;
}
.deal-row .deal-container .deal-des h6 a
{
    font-size: 15px;
}
.deal-row .deal-container .deal-des .deal-stats .date
{
    color:#000;
    padding: 0px 4px;
    border:2px solid;
    border-radius: 4px !important;
}
.deal-row .deal-container .deal-des .deal-stats .coupon
{
    border-radius: 2px !important;
    background: #c33;
    text-align: center;
    color:#fff;
    padding: 2px 5px;
    margin-right: 10px;
}
.deal-row .deal-container .deal-des .deal-stats .meta-actions
{
    padding: 10px 0px;
}
.deal-row .deal-container .deal-des .deal-stats .meta-actions .favorite a,
.deal-row .deal-container .deal-des .deal-stats .meta-actions .email,
.deal-row .deal-container .deal-des .deal-stats .meta-actions .print
{
    font-size: 20px;
    margin-right: 15px;
}
.deal-row .deal-container .deal-des .deal-stats .meta-actions .favorite .mark-unfav
{
    color: #E02222;
}
.deal-row .win-rating .win-star {
    padding: 0px 1px;
    font-size: 16px;
}
/*Deals listing page*/
/*Sidebar Categories WinJS*/
#sidebar_categories_list {
    width: 100%;
    height: calc(100% - 38px);
}

#sidebar_categories_list.wide {
    min-width: 390px;
    width: calc(100% - 5px);
}

#sidebar_categories_list .win-pivot-item .win-pivot-item-content {
    padding: 0 0 0 12px;
}

#sidebar_categories_list .category_item a
{
    color: #000;
}
#sidebar_categories_list .category_item a:hover
{
    color: #E02222;
}
#sidebar_categories_list .win-pivot-header
{
    color: #fff;
    visibility: hidden;
}


#sidebar_categories_list .category_wrapper {
    width: 100%;
    float: left;
    padding: 10px 5px;
}

#sidebar_categories_list .category_wrapper .categoryName {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
}
#sidebar_categories_list .win-pivot-header-items
{
    background: #3d3d3d;
}
#sidebar_categories_list .win-pivot-header-selected
{
    color:#fff !important;
    visibility: visible;
}
#sidebar_categories_list .category_item .pivot-parent .categoryName
{
    font-weight: normal;
}

#sidebar_categories_list .win-pivot-header
{
    margin:8px 12px 8px 0px !important;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    max-height: 24px;
    overflow: hidden;
}
#sidebar_categories_list .win-pivot-headers
{
    height: auto;
}
#sidebar_categories_list .win-pivot-navbutton
{
    display: none;
}
#sidebar_categories_list .win-pivot-viewport
{
    overflow-y: auto !important;
    height: 300px !important;
}
/*Sidebar Categories WinJS*/

/*Quick Links*/

.quick-links .item {
    z-index: 0;
}

.quick-links .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.quick-links .sub-block .last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.quick-links .item_thumb a {
    /* text-align: center; */
}

.quick-links .item_thumb a:nth-of-type(even) i {
    color: #BC110A;
    font-size: 40px;
}

.quick-links .item_thumb a:nth-of-type(odd) i {
    font-size: 40px;
    color: #000;
}

.quick-links .sub-desc {
    color: #999;
    font-size: 13px;
}

.quick-links .item_content h4 a {
    font-size: 18px;
    /* margin-top: 8px; */
    display: inline-block !important;
}

.quick-links .item_thumb {
    width: 50px !important;
}

/*Categories Page*/

.cat-box
{
    z-index: 4;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cat-box:hover, .category-child:hover
{
    color: #E02222;
}
.categories-back-button
{
    position: absolute;
    z-index:998;
    left: 30%;
}
.category-child
{
    height: 40px;
    overflow: hidden;
}
.category-child a
{
    text-decoration: none;
    color: #000;
}
.category-child a:hover
{
    color: #E02222;
}
.cat-icon-holder
{
    text-align: center;
    padding:3px 0px 15px 0px;
    margin-bottom: 0px;
}
.cat-icon-holder i
{
    font-size: 30px;
    padding: 10px;
    color: #E02222;
}
.cat-name-holder
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.sub-cat-icon-holder
{
    text-align: center;
    padding: 5px 0px;
}
.sub-cat-icon-holder i
{
    font-size: 20px;
    /* background-color: red; */
    padding: 5px;
    /* border-radius: 55px; */
    color: #E02222;
}
.sub-cat-name-holder
{
    text-align: center;
    font-size: 14px;
}
/*Categories Page*/


/*View page CSS */

.video-view {
    margin-bottom: 10px;
}

.video-view .user-view {
    margin: 0;
}

.video-view .user-view .object-second {
    width: 100%;
}

.video-view .user-view .user-view-section:first-child {
    padding-right: 10px;
}

.video-view .user-view .user-img-sec
{
    padding: 0px 10px 10px 0;
    float: left;
}

.video-view .user-view .user-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-view .user-view .user-img-sec p {
    margin: 0;
}

.video-view .user-view .user-img-sec p a {
    font-size: 12px;
    font-weight: 600;
    color: #444444;
}

.video-view .user-view .user-des {
    width: 100%;
}

.video-view .user-view .user-des .screen-title {
    float: left;
    display: inline;
}

.video-view .user-view .user-des .screen-title h4 {
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 18px;
}

.video-view .user-view .user-des .screen-title p {
    margin: 0;
    font-size: 11px;
}

.video-view .user-view .user-des .screen-title .spam-button-holder
{
    color:#fff !important;
}
.video-view .user-view .user-des .screen-title p span
{

}

.video-view .user-view .user-des .screen-title p span i {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    margin-right: 5px;
}
.video-view .user-view .user-des .screen-title p #like-section a
{
    margin-right: 10px;
}
.video-view .user-view .user-des .screen-title p #like-section .liked
{
    color: green;
}
.video-view .user-view .user-des .screen-title p #like-section .unliked
{
    color: red;
}

.singlePostDescription {
    margin-bottom: 10px;
}

.singlePostDescription .heading {
    padding: 24px 0 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.singlePostDescription .heading h5 {
    font-weight: 600;
    line-height: 16px;
}

.singlePostDescription .heading i {
    font-size: 18px;
    line-height: 18px;
    color: #e96969;
    display: inline-block;
    margin-right: 15px;
}

.singlePostDescription .heading h4 {
    display: inline-block;
}

.singlePostDescription .description p {
    font-size: 13px;
    margin-bottom: 30px;
}

.singlePostDescription .description ul {
    margin-left: 13px;
    list-style: none;
    margin-bottom: 50px;
}

.singlePostDescription .description ul li {
    font-size: 13px;
    position: relative;
    margin-left: 10px;
}

.singlePostDescription .description ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: 1px;
}

.singlePostDescription .description .categories {
    margin-bottom: 10px;
}

.singlePostDescription .description .profile-margin {
    margin-bottom: 10px;
}

.singlePostDescription .description .profile-margin:last-of-type {
    margin-bottom: 50px;
}

.singlePostDescription .description button {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    cursor: auto;
}

.singlePostDescription .description button i {
    display: inline-block;
    margin-right: 10px;
}

.singlePostDescription .description .inner-btn {
    background: #f6f6f6;
    font-size: 13px;
    color: #6c6c6c;
    padding: 0 10px;
    height: 30px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
}

.singlePostDescription .description .inner-btn:hover {
    background: #e96969;
    color: #fff;
}



article.post .entry_content {
    padding-top: 0px;
    margin-bottom: 0px;
}
article.post h1.entry_title {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 28px;
}
article.post .rating-container .win-rating .win-star,
.comment_meta .rating-container .win-rating .win-star
{
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 13px 5px;
}
.comment_meta a
{
    color: #E02222;
}
.comment_meta .rating-container .win-rating .win-star
{
    padding: 5px;
}
.review_form .rating-container .win-rating .win-star
{
    width: auto;
    height: auto;
    font-size: 18px;
    padding: 13px 5px;
}
.comment_meta span.user-info
{
    font-size: 13px;
    color: #E02222;
}
#comments .comment_list
{
    margin-top: 10px;
}
#comments .children
{
    margin-top: 10px;
}
#comments .children .comment
{
    margin-bottom: 10px;
    display: inherit;
}
.comment_meta span.ngrateit-star
{
    margin-right: 0px;
}
article.post .rating-container .win-rating .win-full,
.review_form .rating-container .win-rating .win-full,
.comment_meta .rating-container .win-rating .win-full
{
    color: #FFB400  !important;
}
article.post .rating-container .win-rating .win-empty
{
    color: lightgrey !important;
}
article.post .meta_author .posts
{
    font-size: 12px;
    padding: 3px 4px;
    font-weight: bold;
    background: #E02222;
    border-radius: 3px !important;
    line-height: 15px;
}
article.post .favorite .mark-unfav
{
    color: #E02222;
}

#category_display
{
    border: 1px solid lightgray;
    padding: 5px;
}
#category_display .list
{
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
    margin: 0px !important;
}
#category_display ul
{
    padding: 0px !important;
}
.modal-header .modal-title
{
    color: #fff;
}
.jstree-default .jstree-clicked
{
    background: none !important;
    box-shadow: none !important;
}
#tree_2 .jstree-ocl
{
    display: none !important;
}
.pagination-holder
{
    text-align: right;
    line-height: 8px;
    margin-bottom: 10px;
}
.pagination-holder .pagination
{
    margin: 0px;
}
.event_childs .icon-holder,
.event_attachments .icon-holder,
.page_childs .icon-holder,
.page_attachments .icon-holder {
    width: 5%;
    float: left;
}

.event_childs .icon-holder i,
.event_attachments .icon-holder i,
.page_childs .icon-holder i,
.page_attachments .icon-holder i {
    margin-top: 10px;
}

.event_childs .link-holder,
.event_attachments .link-holder,
.page_childs .link-holder,
.page_attachments .link-holder {
    width: 95%;
    padding-left: 10px;
    float: left;
}

.event_childs .link-holder a,
.event_attachments .link-holder a,
.page_childs .link-holder a,
.page_attachments .link-holder a {
    text-decoration: none;
    color: #f85050;
}

.event_childs .link-holder .publish-date,
.event_attachments .link-holder .publish-date,
.page_childs .link-holder .publish-date,
.page_attachments .link-holder .publish-date {
    display: block;
    font-size: 12px;
    color: grey;
}

.view-event-image-row,
.view-page-image-row {
    margin-right: -5px;
}

.view-event-image-row a,
.view-page-image-row a {
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
}

.view-event-image-row a img,
.view-page-image-row a img {
    width: 100%;
}

.event_gallery figure {
    display: block;
    float: left;
    margin-right: 5px;
}

.photo-gallery-item {
    margin-bottom: 30px;
    z-index: 0;
}

figcaption {
    display: none;
}

.pswp__caption__center {
    text-align: center !important;
}

.parent_link a {
    text-decoration: none;
}

.typeahead__field input
{
    height: auto !important;
}
/*.form-control,
.typeahead__container.hint .typeahead__field input:last-child,
.typeahead__hint,
.typeahead__field input
{
    background-color: #eee;
}*/

.service_search_form .col-lg-1,
.service_search_form .col-lg-2,
.service_search_form .col-lg-3,
.service_search_form .col-lg-4,
.service_search_form .col-lg-5,
.service_search_form .col-lg-6,
.service_search_form .col-lg-8,
.service_search_form .col-lg-10
{
    padding-left: 0px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.service_search_form .last_section
{
    /* padding-right: 0px; */
}

.service_search_form .form-control, .service_search_form .btn
{
    border-color: #d1d1d1;
    border-radius: 2px !important;
}
.service_search_form #search_text
{
    width: 94%;
    float: left;
}
.service_search_form .city_search,
.service_search_form .city_search:focus
{
    background-color: #F85050 !important;
    color:#fff !important;
}

.service_search_form .city_search::-webkit-input-placeholder {
    background-color: #F85050 !important;
    color:#fff !important;
}
.service_search_form .city_search:-moz-placeholder {
    background-color: #F85050 !important;
    color:#fff !important;
}
.service_search_form .city_search::-moz-placeholder {
    background-color: #F85050 !important;
    color:#fff !important;
}
.service_search_form .city_search:-ms-input-placeholder {
    background-color: #F85050 !important;
    color:#fff !important;
}

.service_search_form.city_service .last_section #search_text
{
    width: 92%;
}
.service_search_form.city_service.searched .last_section #search_text
{
    width: 82%;
}
.service_search_form.searched #search_text
{
    width: 88%;
}
.service_search_form #category
{
    background-color: #eee;
}
.service_search_form #search_button
{
    float: right;
}

.service_search_form.searched #search_button
{
    margin-right: 5px;
}

.search_form .col-md-1,
.search_form .col-md-2,
.search_form .col-md-3,
.search_form .col-md-4,
.search_form .col-md-5,
.search_form .col-md-6,
.search_form .col-md-8,
.search_form .col-md-10
{
    padding-left: 0px;
    padding-right: 5px;
    margin-bottom: 5px;
}



.pagination > li > a,
.pagination > li > span {
    color: #000;
}

.search_form .pagination-holder {
    padding-left: 0px;
    padding-right: 0px;
}

.page_links .link-holder {
    font-size: 16px;
    margin-bottom: 15px;
}
span.custom-label
{
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0px 4px;
    line-height: 1;
    display: inline;
    white-space: nowrap;
    vertical-align: 1px;
    font-weight: 400
}

span.custom-label.yellow
{
    background-color: #FFAA24;
}
span.custom-label.yellow
{
    background-color: #FFAA24;
}
span.custom-label.green
{
    background-color: #35AA47;
}
span.custom-label.lightgrey
{
    background-color: #E5E5E5;
}
span.custom-label.orange
{
    background-color: #F3565D;
}
span.custom-label.darkorange
{
    background-color: #FF7300;
}
span.custom-label.darkred
{
    background-color: #DE2F2F;
}
span.custom-label.purple
{
    background-color: #8E44AD;
}
span.custom-label.darkblue
{
    background-color: #2977F7;
}
span.custom-label.darkgrey
{
    background-color: #C3C3C3;
}

span.custom-label.dimgrey
{
    background-color: dimgrey;
}


/*Events CSS**/

.event-row .img-holder {
    width: 7%;
    float: left;
}

.event-row .content-holder {
    width: 93%;
    padding-left: 10px;
    float: left;
}

.event-row .event-title,
.article-row .article-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 0px;
}

.event-row .event-title {
    margin-top: -4px;
    height: 25px;
    overflow: hidden;
    display: block;
}

.article-row .article-title a {
    height: 25px;
    overflow: hidden;
    display: block;
}

.article-row .article-description {
    font-size: 14px;
    display: block;
    width: 100%;
    max-height: 66px;
    overflow: hidden;
}

.event-row .event-title a,
.article-row .article-title a {
    font-weight: bold;
    text-decoration: none;
}

.event-row blockquote,
.article-row blockquote {
    padding: 0 0 0 5px;
    margin: 0 0 20px;
}

.event-row blockquote.red,
.post-row blockquote.red,
.article-row blockquote.red {
    border-left: 3px solid red !important;
}

.event-row blockquote.blue,
.post-row blockquote.blue,
.article-row blockquote.blue {
    border-left: 3px solid skyblue !important;
}

.event-row blockquote.orange,
.post-row blockquote.orange,
.article-row blockquote.orange {
    border-left: 3px solid orange !important;
}

.event-row blockquote.green,
.post-row blockquote.green,
.article-row blockquote.green {
    border-left: 3px solid green !important;
}

.event-row blockquote.purple,
.post-row blockquote.purple,
.article-row blockquote.purple {
    border-left: 3px solid purple !important;
}

.event-row .location {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.event-row .location i,
.article-row .location i {
    color: red;
}

.event-row .date-time,
.article-row .date-time {
    font-size: 14px;
}

.event-row .date-time i,
.article-row .date-time i {
    color: #000;
}

.table-bordered th {
    background-color: #FAEAE6 !important;
}

.page-breadcrumb li a:hover {
    color: #f85050 !important;
}

.page-breadcrumb li.active {
    color: #f85050 !important;
}



/*Login*/

.login {
    background: none;
}

.login .content {
    background-color: #fff;
    border: 1px solid #eceef1;
}


/*Videos*/

.video-block {
    z-index: 0;
}

.video-block .duration {
    position: absolute;
    bottom: 50px;
    padding: 5px 8px;
    border-radius: 5px !important;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    right: 25px;
}

.video-block .title {
    height: 44px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
}

.video-holder {
    width: 800px;
    margin: auto;
}


/*Videos*/


/*Post Pages*/
.radio_options label:first-child
{
    margin-left: 0px;
}
.radio_options label
{
    vertical-align: top;
    margin-left: 20px;
}
.radio_options input[type="radio"]
{
    margin-top:2px;
    width: auto;
}
.check_buttons input[type="checkbox"]
{
    width: auto;
    vertical-align: middle;
    margin-top: -2px;
}
#currency_icon
{
    position: absolute;
    margin: 6px 10px;
}
.time_input
{
    width: 100px !important;
    display: inline;
}
/*Post Pages*/

.select2-container .select2-choice
{
    background-image:none !important;
}
.select2-container .select2-choice .select2-arrow
{
    background: none !important;
    background-image: none !important;
}
.select2-dropdown-open .select2-choice
{
    background-color: #fff !important;
}
.select2-drop-active
{
    border: 1px solid #999 !important;
}
.bold {
    font-weight: 500;
}

/*Classifieds ViewPage*/
.detail-view p
{
    margin: 0px;
}
.detail-view .title-text
{
    font-size:22px;
    font-weight:600;
    line-height: 26px;
}
.detail-view .price-text
{
    /* font-size:28px; */
    color:#CC0000;
    font-weight:bold;
    display:inline-block;
}
.detail-view .price-text .price-type
{
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
    padding: 1px 3px;
}
.detail-view .bordered-box,
.article-post .bordered-box
{
    border: 1px solid #e5e5e5;
    background: #fcfcfc;
    padding: 15px;
    font-size: 14px;
}
.detail-view .bordered-box h3,
.article-post .bordered-box h3
{
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
}
.detail-view .bordered-box .edit-button
{
    margin-left: 10px;
}
.detail-view .bordered-box .reviews-info .ngrateit,
.article-post .reviews-info .ngrateit
{
    display: inline-block;
    float: left;
}
.article-post .reviews-info .ngrateit .ngrateit-rating .ngrateit-star
{
    margin-right: 2px;
    margin-top: 10px;
}
.detail-view .bordered-box .reviews-info a,
.article-post .reviews-info a,
.article-post .reviews-info .reviews-link
{
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
    font-size: 14px;
    /*position: absolute;*/
}
.article-post .reviews-info .reviews-link
{
    font-size: 16px;
    margin-top: -2px;
}
.article-post .reviews-info .review-button
{
    margin-left: 5px !important;
    margin-right: 10px;
    color: #fff;
}
.detail-view .bordered-box hr,
.article-post .bordered-box hr
{
    margin: 8px 0px;
}

.detail-view .small-block
{
    display:inline-block;
    font-size:14px;
    color:grey;
    margin-right:10px;
}
.detail-view .small-block .contact-block
{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.detail-view .small-block .contact-action-holder
{
    margin-top: 5px;
}
.detail-view .small-block.contact-action-holder a
{
    display: inline-block !important;
    margin:6px 0px;
}
.detail-view .small-block .phone-view
{
    background-color: #f36d2d;
    border-radius: 3px !important;
    color: #fff;
    padding: 3px 6px;
    margin-right: 17px;
    font-size: 14px;
}
.detail-view .small-block .phone-view.disabled
{
    background-color: grey;
}
.detail-view .small-block .email-view
{
    background-color: #0d79bf;
    border-radius: 3px !important;
    color: #fff;
    padding: 3px 6px;
    margin-right: 17px;
    font-size: 14px;
}
.detail-view .actions-container
{
    padding: 0px;
    margin-bottom: 0px;
}
.detail-view .actions-container li
{
    display: inline;
    margin-right: 25px;
}
.detail-view .actions-container li i
{
    font-size: 22px;
}
.actions-container .btn-default
{
    margin: 5px 0px;
}
.detail-view .actions-container .btn-default,
.detail-view .actions-container .btn-default i,
.article-post .actions-container .btn-default,
.article-post .actions-container .btn-default i
{
    font-size: 14px;
    color: #000;
}
.detail-view .main-image img
{
    max-height: 260px;
}
.detail-view .main-image .sold-out
{
    max-height: 75px;
    position: absolute;
    right: 0px;
    margin-right: 15px;
    z-index: 1;
}
.detail-view .view-des
{
    font-size: 15px;
}
.detail-view .user-info .thumb img
{
    border-radius: 50px !important;
    width: 50px;
}
.detail-view .user-info .user-des
{
    padding:0px 10px;
}
.detail-view .user-info .user-des .screen-name
{
    margin-top: -2px;
}
.detail-view .user-info .user-des .user-type
{
    color:#E02222;
    font-weight: bold;
}
.detail-view .user-info .heading
{
    font-size:16px;
    font-weight:bold;
    display:block;
}

.detail-view .user-info .info-text
{
    font-size:15px;
    display:block;
    margin:2px 0px;
    font-weight:400;
}
.detail-view .user-info .info-text .info-bold
{
    font-weight:600;
}
.detail-view .user-info .action-button
{
    color:#000;
    padding: 10px 0px 5px 0px;
    margin-right:10px;
    display:inline-block;
}
.detail-view .user-info .action-button i
{
    font-size:28px;
}
.detail-view .user-info .actions-container i[class*="icomoon-"]
{
    vertical-align: text-top;
}
.detail-view .actions-container .spam-button.spammed,
.actions-container .spam-button.spammed
{
    background: #E02222;
    color: #fff;
}
.actions-container .spam-button.spammed i
{
    color: #fff;
}
.detail-view .meta-info-2
{
    font-size: 13px;
}
.detail-view .meta-info-2 .meta_info
{
    margin-right: 10px;
}
.detail-view .meta-info-2 .meta_info i
{
    color: #E02222;
}
.detail-view.bookmark-view .entry_content h1
{
    font-size: 24px;
}
.detail-view.bookmark-view .bookmark-link
{
    font-size: 20px;
    color:#EB3813;
    font-weight: bold;
}
.detail-view .yp-services
{
    padding: 10px 0px;
}
.detail-view .yp-services li
{
    margin-left: 20px;
}

.rating-bar .bi-label
{
    padding: 0px;
    font-size: 11px;
}
.rating-bar .bi-bar
{
    width:210px !important;
}
.pre-label
{
    float: left;
    font-size: 11px;
    line-height: 20px;
}
.bi-wrp.bi-horizontal
{
    width: 70% !important;
    margin-left: 10px;
}
.bi-hor-left .bi-label, .bi-hor-right .bi-label
{
    padding: 0px !important;
    line-height: 10px !important;
    float: left !important;
    margin-left: 10px;
}
.rating-popover-content
{
    width: 350px;
}
.popover
{
    max-width: 320px;
}
.bi-bar
{
    top:0px !important;
}
.rating-popover
{
    margin:10px 0px;
}

#comments .panel_title h4
{
    font-size: 20px;
    color: #E02222;
}

.view-page-image-row
{
    margin-right:-5px;
}
.view-page-image-row a
{
    padding-right: 5px;
    display:block;
    width:20%;
    float:left;
}

.view-page-image-row a img
{
    width:100%;
}

.detail-view .reviews-info .ngrateit-star
{
    margin-top: 2px;
}
/*Classifieds ViewPage*/

/*Steps*/

.mt-element-step .row {
    margin: 0;
}

.mt-element-step .step-default .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-default .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px;
}

.mt-element-step .step-default .mt-step-title {
    font-size: 30px;
    font-weight: 100;
}

.mt-element-step .step-default .active {
    background-color: #32c5d2 !important;
}

.mt-element-step .step-default .active .mt-step-number {
    color: #32c5d2 !important;
}

.mt-element-step .step-default .active .mt-step-title,
.mt-element-step .step-default .active .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-default .done {
    background-color: #26C281 !important;
}

.mt-element-step .step-default .done .mt-step-number {
    color: #26C281 !important;
}

.mt-element-step .step-default .done .mt-step-title,
.mt-element-step .step-default .done .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-default .error {
    background-color: #E7505A !important;
}

.mt-element-step .step-default .error .mt-step-number {
    color: #E7505A !important;
}

.mt-element-step .step-default .error .mt-step-title,
.mt-element-step .step-default .error .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-thin .mt-step-col {
    padding-top: 5px;
    padding-bottom: 3px;
}

.mt-element-step .step-thin .mt-step-number {
    font-size: 18px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 10px;
}

.mt-element-step .step-thin .mt-step-title {
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    margin-top: -4px;
}

.mt-element-step .step-thin .mt-step-content {
    padding-left: 50px;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 300;
}

.mt-element-step .step-thin .active {
    background-color: #32c5d2 !important;
}

.mt-element-step .step-thin .active .mt-step-number {
    color: #32c5d2 !important;
}

.mt-element-step .step-thin .active .mt-step-title,
.mt-element-step .step-thin .active .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-thin .done {
    background-color: #26C281 !important;
}

.mt-element-step .step-thin .done .mt-step-number {
    color: #26C281 !important;
}

.mt-element-step .step-thin .done .mt-step-title,
.mt-element-step .step-thin .done .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-thin .error {
    background-color: #E7505A !important;
}

.mt-element-step .step-thin .error .mt-step-number {
    color: #E7505A !important;
}

.mt-element-step .step-thin .error .mt-step-title,
.mt-element-step .step-thin .error .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 160px;
}

.mt-element-step .step-background .mt-step-number {
    font-size: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4;
}

.mt-element-step .step-background .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background .mt-step-content {
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background .active {
    background-color: #32c5d2 !important;
}

.mt-element-step .step-background .active .mt-step-number {
    color: #2ab4c0 !important;
}

.mt-element-step .step-background .active .mt-step-title,
.mt-element-step .step-background .active .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background .done {
    background-color: #26C281 !important;
}

.mt-element-step .step-background .done .mt-step-number {
    color: #22ad73 !important;
}

.mt-element-step .step-background .done .mt-step-title,
.mt-element-step .step-background .done .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background .error {
    background-color: #E7505A !important;
}

.mt-element-step .step-background .error .mt-step-number {
    color: #e43a45 !important;
}

.mt-element-step .step-background .error .mt-step-title,
.mt-element-step .step-background .error .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background-thin .mt-step-col {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.mt-element-step .step-background-thin .mt-step-number {
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4;
}

.mt-element-step .step-background-thin .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background-thin .mt-step-content {
    text-align: right;
    position: relative;
    padding-right: 25%;
    z-index: 5;
}

.mt-element-step .step-background-thin .active {
    background-color: #32c5d2 !important;
}

.mt-element-step .step-background-thin .active .mt-step-number {
    color: #2ab4c0 !important;
}

.mt-element-step .step-background-thin .active .mt-step-title,
.mt-element-step .step-background-thin .active .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background-thin .done {
    background-color: #26C281 !important;
}

.mt-element-step .step-background-thin .done .mt-step-number {
    color: #22ad73 !important;
}

.mt-element-step .step-background-thin .done .mt-step-title,
.mt-element-step .step-background-thin .done .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-background-thin .error {
    background-color: #E7505A !important;
}

.mt-element-step .step-background-thin .error .mt-step-number {
    color: #e43a45 !important;
}

.mt-element-step .step-background-thin .error .mt-step-title,
.mt-element-step .step-background-thin .error .mt-step-content {
    color: #fff !important;
}

.mt-element-step .step-no-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-no-background .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e5e5e5;
}

.mt-element-step .step-no-background .mt-step-title {
    font-size: 30px;
    font-weight: 100;
}

.mt-element-step .step-no-background .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .active .mt-step-title,
.mt-element-step .step-no-background .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-title,
.mt-element-step .step-no-background .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-title,
.mt-element-step .step-no-background .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt-element-step .step-no-background-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px;
    border: 1px solid;
    border-color: #e5e5e5;
}

.mt-element-step .step-no-background-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px;
}

.mt-element-step .step-no-background-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px;
}

.mt-element-step .step-no-background-thin .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .active .mt-step-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-line .mt-step-col {
    padding: 30px 0;
    text-align: center;
}

.mt-element-step .step-line .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 9px;
    margin-bottom: 5px;
    border: 3px solid;
    border-color: #e5e5e5;
    position: relative;
    z-index: 5;
    height: 60px;
    width: 60px;
    text-align: center;
}

.mt-element-step .step-line .mt-step-number > i {
    position: relative;
    top: 50%;
    transform: translateY(-120%);
}

.mt-element-step .step-line .mt-step-title {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.mt-element-step .step-line .mt-step-title:after {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -32px;
    left: 50%;
    z-index: 4;
    transform: translateY(-100%);
}

.mt-element-step .step-line .mt-step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -32px;
    right: 50%;
    z-index: 4;
    transform: translateY(-100%);
}

.mt-element-step .step-line .first .mt-step-title:before {
    content: none;
}

.mt-element-step .step-line .last .mt-step-title:after {
    content: none;
}

.mt-element-step .step-line .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
    color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-title:after,
.mt-element-step .step-line .active .mt-step-title:before {
    background-color: #32c5d2;
}

.mt-element-step .step-line .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
    color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-title:after,
.mt-element-step .step-line .done .mt-step-title:before {
    background-color: #26C281;
}

.mt-element-step .step-line .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
    color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-title:after,
.mt-element-step .step-line .error .mt-step-title:before {
    background-color: #E7505A;
}

.side-bar {
    background: #fcfcfc;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.side-bar h3,
.subhead2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.side-bar h3 i {
    color: #f85050;
}

.side-bar-2 {
    background: none;
}

.side-bar-2 .widget {
    margin-bottom: 0px;
}

.side-bar .sub-box {
    display: block;
    padding-left: 18px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.panel_title h4 a,
.widget .widget_title h3 {
    font-weight: bold;
}

.custom-input {
    height: auto !important;
    padding: 2px 2px !important;
    font-size: 12px !important;
    white-space: nowrap;
}

textarea {
    resize: vertical !important;
    white-space: pre-wrap;
}


/* Footer Custom styles */

.footer {
    background: #272626 !important;
}

.footer .copyright
{
    color: #fff;
}
.footer2 {
    background: none repeat scroll 0 0 #313b3d;
    color: #fff;
    padding: 15px 0px;
}
.footer2 .popular-cities
{
    margin: 0px;
}
.footer2 .popular-cities li
{
    margin: 5px 0px;
}

.footer2 .popular-cities li a,
.footer3 .partner-sites li a
{
    font-size: 13px;
}

.footer3 {
    background: none repeat scroll 0 0 #232b2d;
    color: #fff;
    padding: 15px 0px;
}

.footer2 a,
.footer3 a {
    color: #fff !important;
    font-size: 12px;
}

.footer2 a:hover,
.footer3 a:hover {
    color: #E02222 !important;
}

.footer2 h2,
.footer3 h2 {
    font-weight: normal;
    font-weight: 21px !important;
    margin-top: 5px;
}

.footer2 .pre-footer-col {
    padding-bottom: 0px;
}

.footer4 li {
    display: block;
}

.footer4 .col-md-12 {
    padding: 0px;
}

.footer4 a:hover {
    text-decoration: none;
}

.footer4 .columnarea {
    padding: 0px;
}

.footer4 li {
    margin: 0px;
}

.footer4 address {
    line-height: normal !important;
    font-size: 12px;
}

.pre-footer {
    background: #272626 !important;
    border-bottom: 1px solid grey;
}

.pre-footer .container {
    padding-top: 15px !important;
}

.pre-footer a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px;
}

.pre-footer a:hover {
    color: #E02222 !important;
}
.pre-footer-col .sub-heading, .pre-footer .sub-heading
{
    color: #fff;
    font-size: 20px;
}
.pre-footer .columnarea address
{
    color:rgba(255, 255, 255, 0.6) !important
}

.breaking-news
{
    margin: 0px 15px;
}
.breaking-title
{
    background: #E02222;
}
.breaking-news .breaking-title {
    text-transform: uppercase;
    position: relative;
    width: 140px;
    text-align: center;
    float: left;
    height: 25px;
    display: block;
}
.breaking-news .breaking-title h3 {
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.breaking-news .breaking-block {
    background-color: #eee;
    white-space: nowrap;
    height: 25px;
    margin-left: 140px;
    padding: 0 15px;
    width: auto;
    overflow: hidden;
}
.popular-cities .active a
{
    color: #E02222 !important;
    font-weight: bold;
}
#header .header_meta .weather_forecast .selected-city
{
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
}
#header .header_meta .weather_forecast i,
#header .header_meta .weather_forecast .temp,
#site_title span,
.dropcap:first-letter,
.full_meta span.meta_date:before,
.full_meta span.meta_comments:before,
.full_meta span.meta_views:before,
.full_meta span.meta_author i,
.full_meta span.meta_info i,
blockquote p span:first-child,
blockquote p span:last-child,
.entry_media span.meta_likes a,
article.post .entry_content p a,
.full_meta span.meta_likes:before {
    color: #F85050;
}

mark,
.breaking-news .breaking-title,
.search_icon_form a,
.author_box .posts,
span.format,
.tagcloud a:hover,
#footer .tagcloud a:hover,
.item .item_thumb .thumb_icon a,
input[type="submit"],
.thumb_meta span.category,
ul.products li.product .item_thumb .thumb_icon a,
ul.page-numbers li span.current,
ul.products li.product a.btn:hover,
.layout_post_1 .item_thumb .thumb_icon a,
.full_meta span.meta_format,
.review_footer span,
.transition_line,
.layout_post_2 .item_thumb .thumb_icon a,
.list_posts .post .item_thumb .thumb_icon a,
.wide_slider .bx-wrapper .bx-controls-direction a:hover,
.ui-slider-range,
#gallery_grid .gallery_album .item_thumb .thumb_icon a,
.wc-proceed-to-checkout,
.single_add_to_cart_button.btn_red,
#back_to_top a:hover,
.layout_post_4 .item_thumb .thumb_icon a {
    background-color: #F85050;
    display: inline-block;
}

nav.site_navigation ul.menu ul.sub-menu,
nav.site_navigation ul.menu>li>.content,
nav.site_navigation ul.menu>li.has_dt_mega_menu>ul.dt_mega_menu,
.tagcloud a:hover:before,
#footer .tagcloud a:hover:before,
#wide_slider_pager .box.active {
    border-color: #F85050;
}

.entry_content>h1:not(.page_title):not(.entry-title):not(.entry_title),
.entry_content>h2,
.entry_content>h3,
.entry_content>h4,
.entry_content>h5,
.entry_content>h6,
.entry_content>.row>.col>h1:not(.page_title):not(.entry-title):not(.entry_title),
.entry_content>.row>.col>h2,
.entry_content>.row>.col>h3,
.entry_content>.row>.col>h4,
.entry_content>.row>.col>h5,
.entry_content>.row>.col>h6 {
    color: #222222;
}

.entry_content .head_title h2 {
    color: #222;
}

.entry_content .head_title h2 {
    color: #222;
}

.entry_content a:not(.ui-tabs-anchor):not(.btn):not(.gal-link):not(:hover) {
    color: #FC8D8D;
}

.accordion_content .accordion_content_title {
    background-color: #EEEEEE;
}

.accordion_content .accordion_content_title:after {
    background-color: #DDDDDD;
    color: #999999;
}

nav.site_navigation ul.menu>li>a
{
    font-size:15px;
}
nav.site_navigation ul.menu>li>a i[class^="icomoon-"]
{
    font-size: 13px;
}
nav.site_navigation ul.menu>li>a i[class^="fa-"]
{
    font-size: 14px;
}
nav.site_navigation ul.menu>li>a>div.subtitle
{
    font-size:12px;
}
nav.site_navigation ul.menu>li>a.post-menu-link
{
    background: #0072bc;
    color: #fff;
    border-radius: 3px !important;
}
nav.site_navigation.service-menus ul.menu>li>a i
{
    margin-right: 5px;
}
nav.site_navigation ul.menu>li>a.post-menu-link .subtitle
{
    color: lightgray;
}
nav.site_navigation ul.menu ul.sub-menu
{
    font-size:12px;
}

.tb_widget_timeline span.date, .tb_widget_timeline span.time
{
  font-size: 14px;
  width: 120px;
  color: #000;
}
.tb_widget_timeline article
{
  padding-left: 135px;
}
.tb_widget_timeline .timeline_content h3
{
  font-size: 16px;
}
.tb_widget_timeline .timeline_content i
{
  top: -7px;
}
.tb_widget_timeline .timeline_content .action-button i
{
    position: relative;
}
.tb_widget_timeline .timeline_content .location i
{
    top: 0px;
    position: relative;
    left: 0px;
    color: #f85050;
}

.tb_widget_timeline article:hover .timeline_content .action-button i
{
    font-size: inherit !important;
    left: -6px;
}
.tb_widget_timeline article:hover .timeline_content .location i
{
    font-size: inherit !important;
    left: 0px;
}
.tb_widget_timeline .timeline_content .action-button:hover
{
    font-size: 20px;
}

.author_box .favorite
{
    margin-left: 10px;
}
.spin_loader
{
    border-radius: 50% !important;
    width: 24px;
    height: 24px;
    border: .25rem solid #000;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.share-buttons
{
    display: inline-block;
    margin-right: 15px;
}
.share-buttons .jssocials-share
{
    margin-top: -6px;
}

.bg-white {
    background: #ffffff !important;
}

.bg-white-opacity {
    background: rgba(255, 255, 255, 0.8) !important;
}
.select2-container-multi .select2-choices .select2-search-choice
{
    margin:5px 0 5px 5px !important;
    line-height: 15px !important;
}

a.tag-fill
{
    color:#000;
}
a.tag-fill:hover
{
    text-decoration: none;
}
.tag-fill
{
    background: #eee;
    padding: 1px 4px;
    margin: 0 4px 4px 0;
    display: inline-block;
}
.form-group .control-label .label-small{
    float: left;
    width: 100%;
    line-height: 10px;
    font-size: 12px;
    color:gray;
    font-weight: normal;
}
/* commented by Ramesh on 22122020 for tags  */
/* .select2-drop{
    z-index: 98 !important;
} */
@media (max-width: 991px) {
    /* 991px */
    .mt-element-step .step-line .mt-step-title:after {
        content: none;
    }
    .mt-element-step .step-line .mt-step-title:before {
        content: none;
    }
    .video-holder {
        width: 100%;
    }
   
}

@media (min-width:768px) and (max-width: 991px)
{
    .service_search_form .col-sm-1,
    .service_search_form .col-sm-2,
    .service_search_form .col-sm-3,
    .service_search_form .col-sm-4,
    .service_search_form .col-sm-6,
    .service_search_form .col-sm-8,
    .service_search_form .col-sm-9,
    .service_search_form .col-sm-10
    {
        padding-left: 0px;
        padding-right: 5px;
        margin-bottom: 5px;
    }
    .service_search_form #search_text
    {
        width: 92%;
    }
   
}
@media (min-width:768px)
{
    .multi-col
    {
        -moz-column-count: 5;
        -moz-column-gap: 20px;
        -webkit-column-count: 5;
        -webkit-column-gap: 20px;
        column-count: 5;
        column-gap: 20px;
    }
   
}


@media (min-width: 992px) and (max-width: 1240px)
{
    .service_search_form .col-md-1,
    .service_search_form .col-md-2,
    .service_search_form .col-md-3,
    .service_search_form .col-md-4,
    .service_search_form .col-md-6,
    .service_search_form .col-md-8,
    .service_search_form .col-md-9,
    .service_search_form .col-md-10
    {
        padding-left: 0px;
        padding-right: 5px;
        margin-bottom: 5px;
    }

    #site_title a {
        font-size: 20px;
    }
    #slider_text {
        display: none;
    }
    .tb_widget_socialize a .text {
        display: none;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}

@media (max-width: 1024px)
{
    #header
    {
        height: 90px;
    }
    #site_title
    {
        font-size: 22px;
        margin: 4px 0px;
    }
    .items_list .wrapper .item-name {
        height: auto !important;
    }
    .items_list .wrapper .item-name a {
        font-size: 15px;
    }
    .categories-back-button
    {
        left: 40%;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}

@media (max-width: 991px)
{
    .video-container{
        float: left;
        width: 100%;
        position: relative;
    }
    .video-item .video-container .video-thumb .video-stats {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0;
        padding: 0 5px;
    }
    .video-item .video-container .video-thumb{
        width: 200px;
        float: left;
        position: relative;
    }
    .video-item .video-container .video-des{
        width: calc(100% - 200px);
        float: left;
        position: relative;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}

@media (max-width: 767px)
{
    /* .multi-col
    {
        column-count: 2;
        column-gap: 20px;
    }
    .footer2 .popular-cities li a, .footer3 .partner-sites li a
    {
        font-size: 14px;
    } */
    .article-post .meta_author a,
    .article-post .meta-views
    {
        color:#000;
    }
    .article-post .reviews-info .review-button,
    .article-post .reviews-info .reviews-link
    {
        color:#000;
    }
    .md-modal
    {
        width: 90%;
    }
    /* .page-title {
        font-size: 16px;
    } */
    .shop-heading {
        margin-top: 5px;
        margin-bottom: 15px !important;
    }
    .shop-form select {
        width: 100%;
    }
    .categories-back-button
    {
        left: 80%;
        margin-top: -30px;
    }
    .service_search_form .col-sm-1,
    .service_search_form .col-sm-2,
    .service_search_form .col-sm-3,
    .service_search_form .col-sm-4,
    .service_search_form .col-sm-6,
    .service_search_form .col-sm-8,
    .service_search_form .col-sm-9,
    .service_search_form .col-sm-10
    {
        padding-left: 0px;
        padding-right: 5px;
        margin-bottom: 5px;
    }
    .service_search_form #search_text
    {
        width: 92%;
    }
    .service_search_form.searched #search_text
    {
        width: 84%;
    }
    .service_search_form.city_service .last_section #search_text
    {
        width: 88%;
    }
    .blog-item .classified-row .item_content .item_meta
    {
        margin-top: 10px;
    }
    .classified-row .favorite-classified-thumb.item_thumb{
        width: 15%;
        margin: 0;
    }
    .classified-row .favorite-classified-thumb.item_thumb .thumb_hover{
        width: 100%;
    }
    .classified-row .item_thumb{
        width: 100%;
        margin: 0;
    }
    .classified-row .thumb_hover{
        width: 15%;
        float: left;
    }
    .classified-row .item_content{
        width: calc( 85% - 15px );
        float: left;
        margin-left: 15px;
    }

    .yellowpage-row .item_thumb{
        width: 100%;
        margin: 0;
    }
    .yellowpage-row .thumb_hover{
        width: 20%;
        float: left;
    }
    .yellowpage-row .item_content{
        width: calc( 80% - 15px );
        float: left;
        margin-left: 15px;
    }
    .blog-row .item_thumb{
        width: 100%;
        margin: 0;
    }
    .blog-row .thumb_hover{
        width: 20%;
        float: left;
    }
    .blog-row .item_content{
        width: calc( 80% - 15px );
        float: left;
        margin-left: 15px;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}

@media (max-width: 624px)
{
    .yellowpage-row .thumb_hover{
        width: 27%;
        float: left;
    }
    .yellowpage-row .item_content{
        width: calc( 73% - 15px );
        float: left;
        margin-left: 15px;
    }
    .blog-row .thumb_hover{
        width: 27%;
        float: left;
    }
    .blog-row .item_content{
        width: calc( 73% - 15px );
        float: left;
        margin-left: 15px;
    }
    .video-item .video-container .video-thumb{
        width: 150px;
    }
    .video-item .video-container .video-des{
        width: calc(100% - 150px);
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}

@media (max-width: 480px)
{
    .layout_post_2 .item_content h4
    {
        font-size: 16px;
        line-height: 20px;
    }
    .layout_post_2 .item_thumb
    {
        margin-right: 10px;
    }
    .layout_post_2
    {
        margin-bottom: 15px;
    }
    .classified-row .item_content
    {
        margin-top: 10px;
    }
    .classified-row .item_content .price
    {
        font-size: 18px;
        padding: 2px;
    }
    .classified-row .location-info .landmark
    {
        display: block;
    }

    .login .content .forget-password {
        float: none !important;
        display: block;
    }
    .layout_post_2 .item_thumb {
        float: left;
        width: 100%;
        border-bottom: 0
    }
    .categories-back-button
    {
        left: 50%;
    }
    .service_search_form #search_text
    {
        width: 86%;
    }
    .service_search_form.searched #search_text
    {
        width: 72%;
    }
    .service_search_form.city_service .last_section #search_text
    {
        width: 85%;
    }
    .classified-row .favorite-classified-thumb.item_thumb{
        width: 100%;
    }
    .classified-row .thumb_hover{
        width: 100%;
    }
    .classified-row .item_content{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .yellowpage-row .thumb_hover{
        width: 100%;
    }
    .yellowpage-row .item_content{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .blog-row .thumb_hover{
        width: 100%;
    }
    .blog-row .item_content{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .video-item .video-container .video-thumb{
        width: 100%;
    }
   .video-item .video-container .video-des{
        width: 100%;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}
@media (max-width: 400px)
{
    .service_search_form #search_text
    {
        width: 82%;
    }
    .service_search_form.searched #search_text
    {
        width: 66%;
    }
    .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
    
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    margin-top: 20px !important;
  }
  .pagination-holder {
    margin-top: 10px !important;
}
}