a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

body, form, html {
    height: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: 400
}

li, ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

abbr, acronym {
    border: 0
}

a {
    outline-style: none;
    color: inherit
}

a:hover, a[href^=tel] {
    text-decoration: none
}

a[href^=tel] {
    color: inherit
}

.form input {
    border: none;
    color: #000;
    font-family: Open Sans, sans-serif
}

input[type=button] {
    cursor: pointer;
    border: none;
    background-color: transparent
}

input[type=submit] {
    cursor: pointer
}

textarea {
    background-color: transparent;
    border: none;
    overflow: auto;
    font-family: Open Sans, sans-serif
}

:focus {
    outline: none
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: Open Sans, sans-serif
}

figure {
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clear {
    clear: both
}

select::-ms-expand {
    display: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    vertical-align: middle !important
}

.form input {
    -webkit-appearance: none
}

.hidel {
    display: none
}

.showl {
    display: block
}

.hideli {
    display: none !important
}

.showli {
    display: block !important
}

input, select, textarea {
    outline: none
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0
}

a:active, a:focus, button:active, button:focus {
    outline: 0
}

body {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
    font-size: 16px;
    color: #14233a;
}

body:not(.hiddenBg) {
    background: url("../img/bg-page.jpg")
}

body.data-mobile {
    margin: 0;
    padding: 0
}

a {
    color: #14233a
}

a, a:focus, a:hover {
    text-decoration: none
}

a:focus, a:hover {
    color: #d11919
}

::-webkit-input-placeholder {
    color: #b9b9b9
}

:-moz-placeholder, ::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b9b9b9
}

.fancybox-overlay {
    z-index: 100005 !important
}

.fancybox-opened {
    z-index: 100006 !important
}

input[type=button], input[type=password], input[type=submit], input[type=text], select, textarea {
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700
}

.ui-widget.ui-widget-content.overflow {
    max-height: 200px;
    font-weight: 500
}

.selectBox {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    background-color: #fff;
    border: none;
    overflow: hidden
}

.selectBox:after {
    content: "\f078";
    width: 40px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #fff;
    text-align: center;
    background-color: #d11919;
    pointer-events: none
}

.selectBox:after, .selectBox > select {
    height: 40px;
    font-size: 16px;
    line-height: 40px
}

.selectBox > select {
    width: 100%;
    padding: 0 40px 0 10px;
    background: transparent;
    background-image: none;
    border: none;
    color: #29183b;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    -webkit-appearance: none
}

.selectBox > select option {
    color: #000;
    font-size: 16px
}

.lazyload, .lazyloading {
    opacity: 0;
    visibility: hidden
}

.lazyloaded {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

#pageskin_sabah_right, .pageSkinLeft, .pageSkinRight, .pageSkinTop, .stickyLink {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0)
}

.stickyLink {
    height: 27px;
    padding: 0 5px;
    position: fixed;
    bottom: -1px;
    right: auto !important;
    left: 0;
    z-index: 500;
    background: rgba(237, 28, 36, .3);
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.stickyLink.custom {
    bottom: 40px
}

.stickyLink.active, .stickyLink:hover {
    background-color: #ed1c24;
    color: #fff
}

.homePagemobile {
    padding-top: 20px;
    background-color: #ececec
}

.adControl-mobile {
    margin-bottom: 20px;
    text-align: center
}

.adControl-mobile > div {
    display: inline-block
}

.flashNews {
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #fef200
}

.flashNews dt {
    float: left;
    position: relative
}

.flashNews dt > img {
    display: block
}

.flashNews dd:not(:last-child) {
    width: calc(100% - 240px);
    display: block;
    padding-left: 130px;
    font-size: 16px;
    line-height: 36px
}

.flashNews a {
    display: block;
    font-size: 16px;
    color: #3f2c0f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.flashNews a:hover {
    text-decoration: underline
}

.flashNews dt:after {
    content: "";
    background-color: #fff200;
    z-index: 20;
    width: 3px
}

.flashNews .goto, .flashNews dt:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px
}

.flashNews .goto {
    background-color: #d9ce0d;
    line-height: 36px;
    color: #000;
    font-size: 12px;
    padding-right: 27px;
    padding-left: 5px;
    overflow: visible
}

.flashNews .goto span {
    display: block;
    width: 70px;
    padding: 5px 0;
    position: relative;
    height: 36px;
    line-height: 10px;
    background-color: #d9ce0d;
    z-index: 3;
    font-size: 10px;
    text-align: center;
    white-space: normal
}

.flashNews .goto:after {
    content: "\f054";
    height: 36px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #fff;
    font-size: 20px;
    line-height: 38px
}

.flashNews .goto:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -19px;
    top: 0;
    width: 30px;
    height: 36px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    background: #d9ce0d;
    -webkit-box-shadow: -3px 0 5px 0 #cdc100;
    box-shadow: -3px 0 5px 0 #cdc100
}

.flashNews .goto:hover {
    text-decoration: none;
    font-size: 13px
}

.notBar {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -215px;
    width: 430px;
    height: 170px;
    z-index: 200000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translateY(-155px);
    -webkit-animation: slideDown 2.5s 1.5s 1 ease forwards;
    -moz-transform: translateY(-155px);
    -moz-animation: slideDown 2.5s 1.5s 1 ease forwards
}

.n-logo {
    width: 100%;
    background: url("../img/n-logo.png?v=2") no-repeat 50%;
    height: 55px
}

.notBar .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 10px;
    color: #333332;
    font-size: 15px
}

.notBar .btns, .notBar .txt {
    width: 100%;
    text-align: center
}

.notBar .btns {
    height: 35px
}

.notBar .btns .btn {
    display: inline-block;
    width: 125px;
    height: 35px;
    color: #fff;
    background-color: #01b445;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 34px !important;
    border-radius: 0 !important
}

.notBar .btns .btn:hover {
    background-color: #058c38
}

.notBar .btns .btn.grey {
    background-color: #b7b7b7;
    margin-right: 5px
}

.notBar .btns .btn.grey:hover {
    background-color: #a1a0a0
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-155px)
    }
    10%, to {
        -webkit-transform: translateY(0)
    }
}

.breadcrumb {
    padding: 0 0 6px;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d8d9dc;
    font-weight: 400;
    font-size: 13px;
    color: #5e6470;
    margin-bottom: 10px
}

.breadcrumb ol > li {
    display: inline-block;
    vertical-align: top
}

.breadcrumb ol > li + li:before {
    content: "\f054";
    padding: 0 5px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #54a0d5;
    font-weight: 900
}

.breadcrumb span a {
    font-size: 13px;
    color: #14233a;
    position: relative;
    padding-right: 20px;
    display: inline-block
}

.breadcrumb span:not(:last-child) a:after {
    content: "\f054";
    font-family: FontAwesome;
    width: 6px;
    font-size: 11px;
    color: #54a0d5;
    position: absolute;
    right: 7px;
    top: 50%;
    font-weight: 600;
    margin-top: -5px
}

.breadcrumb span a:hover, .breadcrumb span a:hover i {
    color: #9f0000
}

.pure-text-container {
    height: 90px;
    overflow: hidden
}

.pure-text-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pure-text-container > div div {
    margin: 0 !important
}

.bandReklam, .billBoardFrame, .sub-board-frame {
    width: 100%;
    padding: 0 0 10px !important;
    position: relative;
    z-index: 11;
    text-align: center;
    font-size: 0
}

.billBoardFrame, .sub-board-frame {
    display: block !important
}

.sub-board-frame {
    padding: 0 0 20px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: -webkit-center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bandReklam > div, .billBoardFrame > div, .sub-board-frame > div {
    width: 100%;
    min-height: 100px;
    position: relative;
    display: inline-block
}

.sub-board-frame > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: -webkit-center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bandReklam > div, .sub-board-frame > div {
    min-height: 50px
}

.sub-board-frame.mid-masthead > div {
    min-height: 250px
}

.bandReklam > div:not([style]), .billBoardFrame > .item, .billBoardFrame > div:not([style]), .sub-board-frame > div:not([style]) {
    max-width: 320px
}

.bandReklam > div:not([style]):before, .billBoardFrame > .item:after, .billBoardFrame > .item:before, .billBoardFrame > div:not([style]):after, .billBoardFrame > div:not([style]):before, .sub-board-frame > div:not([style]):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bandReklam > div:before, .billBoardFrame > div:before, .sub-board-frame > div:before {
    background-color: #e5e5f7;
    opacity: .2;
    background-image: radial-gradient(#000 .35000000000000003px, #e5e5f7 0);
    background-size: 7px 7px
}

.billBoardFrame > div:after, .sub-board-frame > div:after {
    background: url("../img/sabah-dummy-250x103.png") 50% no-repeat;
    background-size: 30%
}

.bandReklam > div > div, .billBoardFrame > div > div, .sub-board-frame > div > div {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1
}

.billBoard.sticky {
    margin-left: -480px;
    padding-top: 13px;
    position: fixed;
    top: 34px;
    left: 50%;
    background: #fff
}

.pageSkinFull .billBoardFrame.sticky {
    top: 64px;
    padding-top: 56px
}

.billBoard.sticky.extra {
    top: 84px
}

.billBoard.sticky span {
    top: 13px
}

.billBoardFrame.sticky {
    margin-left: -480px;
    padding-top: 13px;
    position: fixed;
    top: 54px;
    left: 50%;
    background: #fff
}

.billBoardFrame.sticky.extra {
    top: 84px
}

.pageskinfull .billBoardFrame.sticky {
    top: 110px
}

.advert {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advert:not(.ligatusAdvert):after, .advert:not(.ligatusAdvert):before {
    content: "";
    width: 300px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.advert:not(.ligatusAdvert).h100:after, .advert:not(.ligatusAdvert).h100:before {
    height: 100px
}

.advert:not(.ligatusAdvert).h600:after, .advert:not(.ligatusAdvert).h600:before {
    height: 600px
}

.advert:not(.ligatusAdvert):before {
    background-color: #e5e5f7;
    opacity: .2;
    background-image: radial-gradient(#000 .35000000000000003px, #e5e5f7 0);
    background-size: 7px 7px
}

.advert:not(.ligatusAdvert):after {
    background: url("../img/sabah-dummy-250x103.png") 50% no-repeat;
    background-size: 70%
}

.advert:not(.ligatusAdvert).h100:after {
    background-size: 40%
}

.advert:not(.ligatusAdvert) .item {
    width: 300px;
    min-height: 250px;
    position: relative;
    z-index: 1
}

.advert:not(.ligatusAdvert).h100 .item {
    min-height: 100px
}

.advert:not(.ligatusAdvert).h600 .item {
    min-height: 600px
}

.bandReklam, .bannerFrame, .billBoardFrame {
    overflow: hidden;
    text-align: center
}

.row.row-flex {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.row-flex:after, .row.row-flex:before {
    content: normal
}

.row-flex.rule-align, .row-flex.rule-align-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.row-flex.rule-align-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.col-flex {
    display: inline-block;
    float: none
}

.col-flex:not(.sub-flex):not(.multiple) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-flex .multiple {
    min-height: 100%
}

.sub-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.view10, .view15, .view20 {
    margin-bottom: 10px
}

.boxShadowSet {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1
}

.boxShadowSet2 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.boxShadowSet2, .boxShadowSet3 {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1
}

.boxShadowSet3 {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.textShadowSet {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45)
}

.textShadowSet2 {
    text-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.sliderWrapper .lastMinNews {
    height: 55px;
    position: relative;
    background: #14233a;
    overflow: hidden
}

.economyLink, .sabahDeLink {
    margin: 20px 0
}

.sabahDeLink {
    width: 100%;
    background: #fff;
    background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, #f2f2f2 0, #f2f2f2 4px)
}

.sabahDeLink a {
    min-height: 50px;
    padding: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #071329 !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #b02d24;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paginationFrame + .dailyManset {
    margin-top: 0
}

.dailyManset {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center
}

.dailyManset .inner {
    display: inline-block;
    position: relative;
    height: 42px;
    background-color: #ebebeb;
    border: 1px solid #e3e3e3;
    border-radius: 22px
}

.dailyManset .inner a {
    overflow: hidden;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    text-decoration: none !important;
    padding-left: 50px;
    padding-right: 15px;
    color: #14233a !important;
    font-weight: 700;
    font-size: 15px
}

.dailyManset .inner span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px
}

.dailyManset .inner span img {
    vertical-align: baseline
}

.dailyManset .inner i {
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px
}

.dailyManset.credit {
    width: auto;
    margin: 0;
    float: right
}

.dailyManset.credit .inner {
    background-color: #1f3662
}

.dailyManset.credit .inner a {
    color: #fff !important;
    font-size: 12px;
    line-height: normal
}

.dailyManset.credit .inner span {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #be3027;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dailyManset.credit .inner span:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    background: url(../img/credit-icons.png) no-repeat 0 0;
    background-size: cover
}

.dailyManset.credit .inner span.house-icon:before {
    width: 29px;
    height: 29px;
    background-position: -54px 0
}

.dailyManset.credit .inner span.car-icon:before {
    width: 34px;
    height: 22px;
    background-position: -77px 0
}

#tt {
    max-height: 40px;
    line-height: 20px;
    display: block;
    -webkit-animation: layerize cubic-bezier(.4, 0, .2, 1) 1.6s 1s infinite alternate;
    animation: layerize cubic-bezier(.4, 0, .2, 1) 1.6s 1s infinite alternate;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes layerize {
    0% {
        opacity: 0;
        text-shadow: 1px 1px hsla(0, 0%, 67%, 0)
    }
    to {
        opacity: 1;
        text-shadow: 1px 1px #ababab
    }
}

@keyframes layerize {
    0% {
        opacity: 0;
        text-shadow: 1px 1px hsla(0, 0%, 67%, 0)
    }
    to {
        opacity: 1;
        text-shadow: 1px 1px #ababab
    }
}

.importantManset {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    background: #e5e5e5
}

.importantManset figure {
    display: block;
    width: 175px;
    background: #fff;
    margin: 0 5px
}

.all-manset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: normal;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    font-size: 13px
}

.all-manset i {
    margin-top: 0;
    display: block;
    font-size: 14px;
    margin-left: 4px
}

.importantManset figure a {
    display: block
}

.importantManset figure a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.importantManset figure > a {
    position: relative;
    padding-bottom: 52%
}

.importantManset .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #902c1f;
    font-family: Trebuchet MS;
    padding: 5px 10px;
    margin-bottom: 10px
}

.importantManset .title h3 {
    color: #fff !important;
    margin: 0 !important;
    font-size: 16px !important
}

.manset-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsDetailText .newsBox.importantManset figure figcaption h3 {
    margin: 0
}

.importantManset figure figcaption h3 {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: normal;
    max-height: 57px;
    overflow: hidden
}

.importantManset figure figcaption h3 a {
    text-decoration: none !important;
    color: #000 !important
}

.importantManset figure figcaption a.category {
    font-size: 14px;
    text-decoration: none !important;
    line-height: normal;
    color: #b92a31 !important;
    font-weight: 600;
    margin-bottom: 4px
}

.importantManset figure:first-child {
    margin-left: 0
}

.importantManset figure:last-child {
    margin-right: 0
}

.importantManset figure figcaption {
    padding: 6px 10px 20px
}

.importantManset figure figcaption a.category.spor {
    color: #3d6f35 !important
}

.importantManset figure figcaption h3 a:hover {
    color: #d11919 !important
}

.angucomplete-holder {
    position: relative
}

.angucomplete-dropdown {
    max-height: 400px;
    border: 1px solid #ececec;
    border-radius: 2px;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0;
    margin-top: -2px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px
}

.angucomplete-description {
    font-size: 14px
}

.angucomplete-row {
    padding: 5px;
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    clear: both;
    line-height: 16px
}

.angucomplete-selected-row {
    background-color: #c7c7c7;
    color: #fff
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #ececec
}

.angucomplete-image-default {
    background-position: 50%;
    background-size: contain;
    height: 34px;
    width: 34px
}

.angucomplete-row .highlight {
    color: red
}

.newspaperPageInfoBtn {
    padding: 8px;
    background-color: #204677;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.siteFooter {
    height: 0;
    overflow: hidden
}

.data-mobile .siteFooter {
    display: none
}

@media (min-width: 768px) {
    .bandReklam > div:not([style]), .billBoardFrame > div:not([style]), .sub-board-frame > div, .sub-board-frame > div:not([style]) {
        min-height: 250px;
        max-width: 970px
    }

    .bandReklam > div:not([style]), .sub-board-frame > div, .sub-board-frame > div:not([style]) {
        min-height: 50px
    }

    .bandReklam > .item, .billBoardFrame > .item {
        max-width: 970px
    }

    .homePagemobile {
        display: none
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .col-flex:not(.sub-flex):not(.multiple) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none
    }

    .view15 {
        margin-bottom: 15px
    }

    .view20 {
        margin-bottom: 20px
    }

    .stickyLink {
        height: 35px;
        padding: 0 15px;
        left: calc(50% - 370px);
        line-height: 35px;
        font-size: 14px
    }

    .adControl-mobile {
        display: none;
        margin: 0;
        padding: 0
    }

    .dailyManset.credit .inner a {
        font-size: 15px
    }

    .flashNews {
        width: 730px
    }

    .veriAltBar .txt {
        width: 750px !important
    }

    .data-mobile .siteFooter {
        display: block
    }
}

@media (min-width: 992px) {
    .stickyLink {
        left: calc(50% - 480px)
    }

    .column-right {
        top: 60px
    }

    .column-right, .ekonomi .column-right {
        position: -webkit-sticky;
        position: sticky
    }

    .ekonomi .column-right {
        top: 100px !important
    }

    .flashNews .goto span {
        width: 200px;
        font-size: 12px;
        line-height: 26px
    }

    .flashNews {
        width: 960px
    }

    .veriAltBar .txt {
        width: 1000px !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media (min-width: 1200px) {
    .stickyLink {
        left: calc(50% - 490px)
    }

    .flashNews {
        width: 980px
    }

    .veriAltBar .txt {
        width: 980px !important
    }
}

@media (min-width: 1441px) {
    .stickyLink {
        left: calc(50% - 570px)
    }

    .flashNews {
        width: 1138px
    }

    .veriAltBar .txt {
        width: 1158px !important
    }
}

@media (max-width: 767px) {
    .data-mobile .flashNews {
        display: none
    }
}