body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.hadr {
    padding: 0px 0px 10px 0px;
    max-width: 1300px;
    margin: 0 auto;
    background: url(../../dist/img/header-layer.png) no-repeat 50% 0;
}

.header-logo {
    float: right;
    padding-top: 10px;
    padding-right: 25px;
}

.header-logo a {
    display: block;
}

.container.topbar {
    /*max-width:1300px;*/
    width: 100%;
    background: #005b75;
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
}

.container.topbar > ul.topnav {
    background: #003b4e;
    margin: 0 auto;
    max-width: 1300px;
    float: none;
    width: 100%;
    padding-bottom: 3px;
    height: 35px;
}

.container.header {
    /*max-width:1300px;*/
    width: 100%;
    background-color: #005b75;
    height: auto;
}

.container.footer {
    /*max-width: 1300px;*/
    width: 100%;
    padding: 0;
    font-family: "Roboto Slab";
}

.logo-hd {
    /*margin-left: -7px;*/
    margin-left: 0px;
}

.topnav {
    margin: 0px;
    padding: 0px;
    /*font-family: omnes-pro, Helvetica, Arial, sans-serif;*/
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.topnav ul {
    font-family: inherit;
}

.topnav > li {
    background: none;
}

.topnav > li > a {
    color: #ffffff;
    /*padding-left: 46px;*/
    /*padding-right: 45px;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    padding: 2px 5px 0 0;
    margin-right: 5px;
    margin-left: 2px;
    line-height: 1.7em;
    text-transform: none;
    font-size: 16px;
    font-family: inherit;
}

.topnav > li:first-child {
    text-indent: -99999px;
    min-width: 35px;
    background: none;
}

.topnav > li:first-child > a:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    float: left;
    font-size: 24px;
    content: "\f015";
    padding-right: 10px;
    margin-left: -5px;

}

.topnav > li:first-child > a {
    padding-left: 0px;
}

.topnav > li {
    /*background: url(../img/line1.jpg) right center no-repeat;*/
    position: relative;
    padding-right: .2em;
}

.topnav > li > a:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "|";
    padding-right: 10px;
    margin-left: -5px;

}

.topnav > li:first-child + li > a:before {
    content: '';
}

.topnav > li:first-child:hover {
    border-bottom: 0px;
}

.topnav > li:hover > a {
    color: #95ab09;
}

.topnav li a {
    text-transform: none;
    font-size: 16px;
    white-space: nowrap;
}

.topnav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 5px 4px;
    z-index: 100000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41);
    background-color: #89b6c8;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width:100%;
}

/*.topnav .flexMenu-popup li ul.menu-sub*/
/*{*/
/*display: block;*/
/*}*/
.topnav > li ul#more-nav {
    display: block;
}

/* Sub-menu styles
** Not included here: CSS for when the sub-menu appears in .menu-flex. */
.menu-sub {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #ccc;
    padding-left: 0;
}

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

.menu.flex > li.flexMenu-viewMore ul.flexMenu-popup li ul.menu-sub {
    display: block !important;
    position: static !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #ccc;
}

.menu.flex > li.flexMenu-viewMore ul.flexMenu-popup {
    right: 0 !important;
}

.menu.flex > li.flexMenu-viewMore {
    float: right;
}

.menu.flex > li.flexMenu-viewMore > a:before {
    content: "\f0c9";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 23px;
}


.menu.flex > li.flexMenu-viewMore > a {
    /*text-indent:-999999px;*/
    color: #003b4e;
    max-width: 20px;
    overflow: hidden;
}

.menu.flex > li.flexMenu-viewMore:hover {
    border-bottom: 0px !important;
}

.menu.flex > li.flexMenu-viewMore > a:hover, .menu.flex > li.flexMenu-viewMore:hover > a {
    /*text-indent:-999999px;*/
    color: #003b4e !important;
}

.topnav > li:last-child > a {
    margin-right: 0;
}

.menu.flex > li.flexMenu-viewMore ul.flexMenu-popup li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 0px !important;
}

.topnav > li.parent > a:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    content: "\f0d7";
}

.topnav > li.parent:hover > a:after {
    content: "\f0d8";
}

.topnav > li.parent:hover > ul {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    margin-top: 3px;
    display: block;

}

#more-nav {
    float: right;
}

.subfilter {
    padding-top: 10px;
}

.topnav > li:hover {
    color: #95ab09;
    border-bottom: 3px solid;
}

.topnav > li:hover > a {
    color: #95ab09 !important;
}

.topnav > li ul li {
    padding: 2px 20px 0 5px;
    border-bottom: 1px solid #fff;
    float: none;

}

.topnav li ul li a {
    text-transform: none;
    /*font-size: 16px;*/
    color: #003b4e;
    padding: 2px 5px 0 0;
    margin-right: 5px;
    margin-left: 2px;
    line-height: 1.7em;
    font-size: 1em;
    display: block;
}

.topnav > li {
    float: left;
    display: inline-block;
}

.topnav > li:hover ul li a {
    color: #003b4e;
}

.topnav > li > a:hover {
    color: #95ab09 !important;
}

.topnav > li > ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.bb-grey {
    height: 0;
}

.tooltip-inner {
    background-color: #80b700;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #80b700;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #80b700;
}

footer {
    background-color: #89B6C9;
    /*font-family: Arial;*/
    padding-bottom: 0;
    padding-top: 20px;
}

.footer .footer-top {
    /*max-width:1300px;*/
    background-color: #89B6C9;
    padding-bottom: 5px;
}

.footer .footer-top .main {
    max-width: 1300px;
    margin: 0 auto;
}

.desk-filterdv .filtarico-r {
    background: url(img/arr-filtr-d.png) no-repeat center center !important;
}

.desk-filterdv .filtarico {
    background: url(img/arr-filtr-r.png) no-repeat center center !important;
}

.desk-filterdv {
    background-color: #ebebeb;
    font-family:Arial, Helvetica, sans-serif!important;
    border-bottom:1px solid #ebebeb;
}


.footer .footer-bottom .main {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 3px;

}

.footer .footer-bottom {
    /*max-width:1300px;*/
    background-color: #005976;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-bottom .footer-copyright {
    font-size: 14px;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: 300;
}

.footer-bottom .user-options ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: none;
}

.footer-bottom .user-options ul a.menutoggle:before
.footer-bottom .user-options ul a.menutoggleclose:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-indent: 0;
    cursor: pointer;
    float: left;
}

.footer-bottom .user-options ul a.menutoggle:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-right: 9px;
    width: 32px;
    height: 32px;
    padding: 0 0 0 8px;
    color: #005b75;
    background-color: #fff;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-indent: 0;
    cursor: pointer;
    float: left;
}

.footer-bottom .user-options ul li {
    float: left;
    padding-right: .2em;
}

.footer-bottom .user-options ul li.search.parent {
    padding-top: 5px;
    display: none;
}

.footer-bottom .footer-copyright .copyright-left
 {
     border-right: 1px solid #ffffff;
 }
/*.footer-bottom .footer-copyright .copyright-right,*/
.footer-bottom .footer-to-top {
    border-left: 1px solid #ffffff;
    margin-left:4px;
}

.footer-bottom .user-options ul a {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 3px 12px 3px;
    text-decoration: none;
    line-height: 1.6em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    margin-right: 13px;
    line-height: 1.9em;
}

.footer-bottom .user-options ul a.menutoggle.register:before {
    content: "\f040";
}

.footer-bottom .user-options ul a.menutoggle.usermenu:before {
    content: "\f007";
}

.footer-bottom .user-options > ul > li > a, .footer-bottom .user-options > ul > li > span > a > span {
    line-height: 1.9em;
}

.footer-bottom .user-options a.menutoggle.searchmenu {
    display: none;
}

.footer-to-top li.social {
    display: none;
}

.user-options fieldset.fs0 {
    width: 250px;
}

.user-options fieldset.flat .form-group {
    clear: none;
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
    margin-right: 0;
}

.user-options input {
    border-width: 0;
    width: 180px;
    padding: 3px 8px 2px;
    background-color: #ebebeb;
    color: #666;
    height: 32px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border: 0;
}

.user-options .mb0 li {
    position: relative;
    padding-right: .2em;
    float: left;
}

.user-options fieldset.flat .form-group.submit button {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border: 0;
    height: 32px;
    width: 32px;
    text-indent: -9999999px;
    background-color: #ebebeb !important;
}

.user-options fieldset.flat .form-group.submit button:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-indent: 0;
    content: "\f002";
    float: left;
    color: #c2c2c2;
}

.footer-copyright img {
    margin: 0 18px 18px 0;
}

/*new added*/
.footer-copyright {
    margin-right: -6px;
}

footer .footer-column {
    padding: 0px 15px;
    border-left: 1px solid #fff;
}

footer .footer-column.footer-contents {
    padding: 0px 15px;
    border-left: 0;
}

footer .footer-column h3:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 3px 0 0 7px;
    background-color: #fff;
    color: #89b6c8;
    content: "\f0c9";
}

footer .footer-column h3 {
    margin-bottom: 5px;
    line-height: 2.6rem;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-top: 16px;
}

footer .footer-column.footer-links h3:before {
    content: "\f0c1";
}

footer .footer-column.footer-info h3:before {
    content: "\f129";
    padding-left: 12px;
}

.footer-communication {
    font-size: 12px;
    border-left: 1px solid #ffffff;
}

.footer-communication h3 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.42857143;
}

.footer-communication h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.42857143;
}

.footer-communication p {
    font-size: 11px;
}

footer .footer-column ul li {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.42857143;
}

footer .footer-column ul li:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    font-size: 7px;
    margin-right: 10px;
}

footer .footer-column ul li a {
    /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
    font-weight: 300;
}

.copyrit {
    margin-bottom: 0;
}

.tt-menu {
    /*box-shadow: 0px 1px 8px #666;
border-radius: 0px 0px 10px 10px;*/
    background-color: #edf8d2;
    font-family:Arial, Helvetica, sans-serif;
    /*width: 570px;*/
    /*width: 100%;*/
}

.container.main-banner {
    max-width: 1300px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.sarch-bannr {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background: url(img/banner.png) no-repeat center center;
    padding-left:15px;
    padding-right:15px;
}


.sarchlist-bannr {
    background: url(img/banner-list.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



.inner-sarch-dv .sarchby-p h2 span {
    color: #80b700;
}


.inner-sarch-dv .sarchby-p .btn {
    background-color: #80b700;
    border: 1px solid #80b700;
}

.inner-sarch-dv .sarchby-p .btn:focus {
    background-color: #80b700 !important;
    border: 1px solid #80b700;
}

.inner-sarch-dv .sarchby-p .btn:active {
    background-color: #80b700 !important;
    border: 1px solid #80b700 !important;
}

.section-odo {
    /*max-width: 1072px;*/
    margin-top:45px;
    /*max-width: 1126px;*/
}


/*------------listing------------*/
.listing-container {
    width: 100%;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
}

.container-list {
    width: 1044px;
    /*width: 100%;*/
    /*max-width: 1126px;*/
}

.list-tophadg span {
    color: #28014d;
}

.mylist-hadg {
    background-color: #80b700;
}

.loplist .bordr-listdv {
    border-bottom: 1px solid #9480a6;
}

.loplist .bordr-listdv .column-2 {
    border-right: 1px solid #9480a6;
}

.loplist .bordr-listdv .column-2:last-child {
    border-right: 0;
}

.loplist .column-2 h3 a {
    color: #28014d;
}


.mylist-pg .filtr-catsec,
.filtr-catsec
{
    background-image: -o-linear-gradient(bottom, #ebebeb 70%, #fdfdfd 100%);
    background-image: -moz-linear-gradient(bottom, #ebebeb 70%, #fdfdfd 100%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb 70%, #fdfdfd 100%);
    background-image: -ms-linear-gradient(bottom, #ebebeb 70%, #fdfdfd 100%);
    background-image: linear-gradient(to bottom, #ebebeb 70%, #fdfdfd 100%);
}

.filtr-op {
    background-image: url(img/filter-icon.png);
    font-family:Arial, Helvetica, sans-serif;
}
select.filtr-op::-ms-expand {
    display: none;
}
.pagination>li>a, .pagination>li>span
{
    color: #28014d;
}
.filtar-btn {
    border: 1px solid #282828;
    background-color: #d8d8d8;
}

.filtar-btn:focus {
    border: 1px solid #282828;
    background-color: #d8d8d8 !important;
}

.filtar-btn:focus:active {
    border: 1px solid #282828;
    background-color: #d8d8d8 !important;
}

/*------detail-page-----*/
.menage-dbar {
    background-color: #80b700;
    /*padding-left: 87px;*/
    /*padding-right: 87px;*/
}
.menage-dbar .main
{
    max-width:1040px;
    margin:0 auto;
}

.menage-dbar .btn-bts {
    color: #80b700;
}

.menage-dbar .btn-bts:focus {
    color: #80b700;
}

.menage-dbar .btn-next-p {
    color: #80b700;
}

.menage-dbar .btn-next-p:focus {
    color: #80b700;
}

.detail-titlebar {
    border-bottom: 1px solid #28014d;
}


.detail-titlebar h3 {
    color: #28014d;
}

.detaillevel-section .col-sm-4 {
    border-right: 1px solid #28014d;
}

.detaillevel-section .col-sm-4 .bodrbar {
    border-bottom: 1px solid #28014d;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome,.detaillevel-section .col-sm-4 .bodrbar:last-child
    {
        width: 95%;
        margin-left: 0%;
        margin-right: 5%;
    }
    ::i-block-chrome,.detaillevel-section .col-sm-4:nth-child(2) .bodrbar:last-child
    {
        width: 90%;
        margin-left: 0%;
        margin-right: 5%;
    }


}
.imgblok-detail .full .left50 {
    color: #28014d;
}

.imgblok-detail .full .right50 {
    color: #000;
}

.detaillevel-section .col-sm-4 h3 {
    color: #28014d;
}

.detaillevel-section .col-sm-4 p {
    color: #000;
}

.menage-dbar-light {
    background-color: #ebebeb;
}
.menage-dbar-light .main
{
    max-width:1040px;
    margin:0 auto;
}

.menage-dbar-light .btn-bts {
    background-color: #80b700;
    color: #ffffff;
}

.menage-dbar-light .btn-prev-p {
    color: #80b700;
    border: 1px solid #80b700;
}

.menage-dbar-light .btn-next-p {
    background-color: #80b700;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    background: url(img/pag-nxt.png) center center no-repeat;
}

.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background-color: #80b700 !important;
}

.pagination > .active > span {
    background-color: #80b700;
}

.pagination > .disabled > span {
    background-color: #80b700;
}

.pagination > .active > span:hover {
    color: #80b700;
    border-color: transparent;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    background: url(img/pag-prev.png) center center no-repeat;
    /*-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 0px !important;*/

}



#sticky-list,
#sticky-detail {
    /*width: 1126px;*/
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
#sticky-list .main,
#sticky-detail .main {
    width: 1126px;
    margin: 0 auto;
}

.topnav > li > a {
    /*font-size: 15px;*/
    /*padding: 12px 18px;*/
    padding: 2px 5px 0 0;
}




@media screen and (max-width: 1199px) {

    #sticky-list .main, #sticky-detail .main {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .menage-dbar-light .main {
        max-width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .menage-dbar .main {
        max-width: 970px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

    .container-list {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
        /*width: 100%;*/
        /*max-width: 1126px;*/
    }

    .section-odo {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #sticky-list .main, #sticky-detail .main,
    .menage-dbar-light .main,
    .menage-dbar .main,
    .container-list,
    .section-odo,
    .small-cont {
        max-width: 970px;
        padding-left: 15px;
        padding-right: 15px;
        margin:0 auto;
    }

    .small-cont
    {
        padding-left:0;
        padding-right:0;
        max-width:856px;
        margin:0 auto;
    }
    .menage-dbar .main,
    .menage-dbar-light .main
    {
        max-width: 940px;
        padding: 29px 41px 29px 42px;
        padding-top: 0;
        padding-bottom: 0;
    }
    footer .footer-column h3 {
        font-size: 15px;
        /*line-height:15px;*/
    }


    .footer-communication h2 {
        margin-top: 0;
    }

    footer .footer-column ul li {
        font-size: 12px;
    }


    .footer-bottom .user-options ul li {
        width: 50%;
    }

    .footer .footer-top .main .col-sm-6:first-child {
        padding-right: 0;
    }
    footer .footer-column {
        padding-left: 5px;
        padding-right: 5px;
    }

    footer .footer-column ul {
        padding-left: 10px;
    }

    .footer-communication h2 {
        font-size: 20px;
    }

    footer .footer-column h3 {
        margin-top: 5px;
    }
    .section-odo
    {
        margin-top: 45px;
    }

}

@media screen and (max-width: 991px) {
    #sticky-list .main, #sticky-detail .main,
    .menage-dbar-light .main,
    .menage-dbar .main,
    .container-list,
    .section-odo,
    .small-cont
    {
        max-width:750px;
        padding-left:15px;
        padding-right:15px;
    }

    .small-cont
    {
        padding-left:0;
        padding-right:0;
        max-width:636px;
        margin:0 auto;
    }
    #sticky-list, #sticky-detail
    {
        min-height:430px;
    }
    .menage-dbar .main,
    .menage-dbar-light .main
    {
        max-width: 720px;
        padding: 29px 41px 29px 42px;
        padding-top: 0;
        padding-bottom: 0;
    }

}

    .footer-communication h2 {
        font-size: 24px;
        margin-top: 15px;
    }

    footer .footer-column ul {
        padding-left: 0;
    }

    footer .footer-column {
        padding: 0 15px;
    }

    .footer-communication {
        border-left: 0;
    }

    .topnav > li {
        width: auto;
    }

    .container.topbar {
        display: block;
    }
    .section-odo
    {
        margin-top: 45px;
    }


@media screen and (max-width: 767px) {
    
    footer .footer-column h3 {
        text-align: left;
    }

    footer .footer-column ul li {
        text-align: left;
        padding-left: 0;
    }
    .menage-dbar .btn-bts
    {
        padding:6px 10px;
    }
    footer .footer-column {
        border-left: 0px;
    }

    .menu.flex > li.flexMenu-viewMore ul.flexMenu-popup {
        right: 0;
    }

    .menu.flex > li.flexMenu-viewMore > a {
        float: right;
    }

    .header-logo {
        float: none;
        padding-right: 0;
    }

    .topnav li ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hadr {
        text-align: center;
    }

    .menu.flex > li.flexMenu-viewMore ul.flexMenu-popup li a {
        text-indent: 0 !important;
    }

    .footer-bottom .footer-to-top {
        border-left: 0px;
    }

    .footer-bottom .user-options ul li {
        text-align: left;
        width: auto;
    }

    .footer-bottom .user-options ul {
        padding-left: 0;
    }

    .footer-communication {
        padding-left: 30px;
    }

    footer .footer-column h3 {
        font-size: 18px;
    }

    footer .footer-column ul li {
        font-size: 14px;
    }

    .footer-communication h2 {
        margin-top: 0;
    }

    

    .container.topbar {
        display: block;
    }

    .topnav > li {
        width: 100% !important;
    }

    .detaillevel-section .col-sm-4 {
        border-right: 0;
    }

    
    #sticky-list .main, #sticky-detail .main,
    .menage-dbar-light .main,
    .menage-dbar .main,
    .container-list,
    .section-odo
    {
        max-width:100%;
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    .sarch-bannr
    {
        padding-left:0;
        padding-right:0;
    }
    .section-odo
    {
        margin-top:45px;
    }
    .copyright-left
    {
        border-right:0px;
    }
    .footer-bottom .footer-copyright .copyright-left
    {
        border-right:0px;
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.pagination > .active > span {
    padding-top:1px !important;
}

.pagination > li > a {padding-top:1px !important;}

}

#sticky-list.stick {
    z-index: 999 !important;
}


.pos-reltv{
    position:relative;
    padding-bottom: 35px !important;
	}

    .w-vido-bar{
        position: absolute;
        bottom: 0px;
        height: auto;
        text-align: center;
        width: calc(100% - 20px);
        cursor: pointer;
    }
    
    
    .w-vido-bar img{ 
        max-width: 100%;
        height: auto;
        cursor: pointer;
    }
