﻿@font-face {
    font-family: FiraSans;
    src: url(/ui/fonts/FiraSans-Book.ttf) format('truetype');
}

@font-face {
    font-family: FiraSans-light;
    src: url(/ui/fonts/FiraSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: FiraSans-Medium;
    src: url(/ui/fonts/FiraSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: FiraSans-Regular;
    src: url(/ui/fonts/FiraSans-Regular.ttf) format('truetype');
}

body {
    font-family: 'Times New Roman';
    background-attachment: fixed;
    line-height: normal !important;
}

.footer {
    background: #182852;
    height: auto;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #DDD;
}

    .footer p {
        margin: 0;
    }

    .footer img {
        max-width: 100%;
    }

    .footer h3 {
        border-bottom: 1px solid #BAC1C8;
        color: #054b76;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        text-transform: uppercase;
    }

    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7F8C8D;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: #aaa;
    }

        .footer a:hover {
            color: #fff;
        }

.bg-gray {
    background-image: -moz-linear-gradient(center bottom,#BBBBBB 0%,#F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }

    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }

    .social li a i {
        font-size: 16px;
        color: #EDEFF1 !important;
    }

.footer-bottom {
    background: #323232;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-bottom p.pull-left {
        padding-top: 6px;
    }

.payments {
    font-size: 1.5em;
}

.mar-tp10 {
    margin-top: 10px;
}

.mar-bt20 {
    margin-bottom: 20px;
}

.mar-bt10 {
    margin-bottom: 10px;
}

.mar-bt5 {
    margin-bottom: 6px;
}

.mar-bt0 {
    margin-bottom: 0;
}

.pad-rt0 {
    padding-right: 0;
}

.pad-lt0 {
    padding-left: 0;
}

.pad-ltrt5 {
    padding: 0 4px;
}

.pad-ltrt7 {
    padding: 0 5px;
}

.cart a {
    color: #f1cc01 !important;
}

    .cart a:hover, .cart a:active, .cart a:focus {
        color: #d3b200 !important;
    }

.brandmain {
    padding: 15px 0 40px 0;
    background-color: #182852;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    height: 50px;
}

.brand {
    color: #CCC;
}

    .brand div {
        display: table-cell;
    }

    .brand .brandImage {
        vertical-align: top;
    }

    .brand .branddiv {
        padding-top: 20px;
    }

    .brand .brandName {
        font-family: "Times New Roman",Times,serif;
        font-size: 35px;
        font-style: italic;
        display: block;
    }

    .brand .brandAddres {
        font-family: Verdana !important;
        font-size: 11px !important;
        font-style: normal !important;
        display: block !important;
    }

.brandinfo {
    color: white;
}

.minh {
    min-height: 206px;
    background-color: #fff;
}

.sec-heigh {
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .sec-heigh .title {
        background-color: #F8F8F8;
        border-bottom: 1px solid #bac1c8;
        width: 100%;
        padding: 10px 5px;
        color: #054b76;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .sec-heigh.padltrt0 {
        padding-left: 0;
        padding-right: 0;
    }

    .sec-heigh .dec {
        padding: 0 10px;
        font-size: 13px;
    }

        .sec-heigh .dec a {
            padding: 5px 0;
            color: #900;
        }

        .sec-heigh .dec .under {
            padding-top: 5px;
            display: block;
            text-decoration: underline;
            font-weight: 700;
            color: #054b76;
        }

    .sec-heigh .space {
        content: '';
        padding: 5px 0;
    }

.frame {
    overflow: hidden;
    position: relative;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #033856;
    height: 0;
    width: 0;
    text-align: center;
    transition: all 0.4s;
    opacity: 0;
    z-index: 9999;
}

.text-header {
    color: #5bc0de;
}

.text-inner {
    display: none;
    color: white;
}

.zoomin:hover .text-inner {
    opacity: .5;
    display: block;
}

.zoomin:hover .text {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.zoomin img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.zoomin:hover img {
    transform: scale(1.4);
}

.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 15px;
}

.home-caption {
    text-align: center;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Segoe UI';
}

.home-caption-method {
    text-align: left;
    color: #333;
    font-size: 16pt;
    font-weight: 500;
    font-family: 'Segoe UI';
}

.home-caption .subinfo {
    text-align: center;
    color: black;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Segoe UI';
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.cvidcontent {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #182852;
    color: #fff;
    opacity: .6;
    height: 100%;
    width: 30%;
}

@media (min-width:360px) {
    .cvidcontent {
        width: 100%;
    }
}

@media (max-width:768px) {
    .top-nav-sm {
        width: 100%;
    }
}

@media (max-width:767px) {
    .cvidcontent {
        width: 100%;
        position: relative;
    }

    .da-slide-fromright h2 {
        font-size: 14px;
        margin-top: 20px !important;
        top: 20px !important;
    }

    .da-slide p {
        top: 9% !important;
    }

    .da-slide .da-link {
        bottom: 200px !important;
    }

    .current-new-caption {
        bottom: 60% !important;
    }
}

.owl-next, .owl-prev {
    cursor: pointer;
}

.footer__part-title {
    display: block;
    margin: 47px 0 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer_social {
    color: #aaa;
}

    .footer_social i {
        background-color: #464646;
        border-radius: 50%;
        cursor: pointer;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-right: 9px;
        text-align: center;
        transition: background-color 0.1s ease 0s;
        width: 22px;
    }

    .footer_social .fb:hover {
        background-color: #3c599b;
        color: white;
    }

    .footer_social .tw:hover {
        background-color: #0e91e1;
        color: white;
    }

    .footer_social .gp:hover {
        background-color: #de4b39;
        color: white;
    }

.footer__copy {
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    margin-left: 12px;
}

.footer__copy-text {
    color: #969696;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 12px;
}

.cat_link {
    background: #696969 none repeat scroll 0 0;
    display: block;
    min-height: 52px;
    min-width: 52px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cat_title-box {
    bottom: 0;
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.cat_title {
    bottom: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    font-family: 'Segoe UI';
}

.cat_title_social {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 7px rgba(0,0,0,.3);
    font-family: 'Segoe UI';
}

.cat_title-link {
    bottom: 10px;
    color: #ebebeb;
    display: block;
    font-size: 12px;
    left: 20px;
    line-height: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 0 0 7px rgba(0,0,0,.3);
    text-transform: uppercase;
    font-family: 'Segoe UI';
}

.cat_link:hover .cat_title-box {
    background: -webkit-linear-gradient(180deg,transparent,#182852);
    background: -o-linear-gradient(180deg,transparent,#182852);
    background: -moz-linear-gradient(180deg,transparent,#182852);
    background: linear-gradient(180deg,transparent,#182852);
}

.header-news {
    color: #fff !important;
    text-align: center;
    font-size: 19px;
    font-family: 'Segoe UI';
}

.header-news-title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI';
}

@media screen and (min-width:320px) {
    .divHeight {
        height: 365px;
    }

    .news-height {
        height: 362px;
    }
}

@media screen and (min-width:321px) and (max-width:640px) {
    .divHeight {
        height: 333px;
    }

    .news-height {
        height: 332px;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
    .divHeight {
        height: 0px !important;
    }

    .news-height {
        height: 280px;
    }
}

@media screen and (min-width:769px) and (max-width:800px) {
    .divHeight {
        height: 0px !important;
    }

    .news-height {
        height: 280px;
    }
}

@media screen and (min-width:801px) and (max-width:980px) {
    .divHeight {
        height: 0px !important;
    }

    .news-height {
        height: 280px;
    }
}

@media screen and (min-width:1280px) {
    .divHeight {
        height: 0px !important;
    }

    .news-height {
        height: 280px;
    }
}

.news-reviews {
    border: 1px solid #dadada;
    border-collapse: collapse;
    padding: 0 5px;
    background: url(../images/news-n-reviews.png);
    background-size: 100% 100%;
}

    .news-reviews p:not(.header-news-title) {
        font-family: 'Segoe UI';
        font-style: italic;
    }

.cat-caption {
    margin-top: 0;
    width: 50%;
    border-width: 2px 0 0;
}

.infocon a {
    color: #5edeaf;
}

    .infocon a:hover {
        color: #24b580;
    }

.glyp span i {
    font-size: 10px;
}

.glyp {
    color: lightgrey;
}

.heading {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color: forestgreen;
}

.heading-paragraph {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color: white;
    height: 30px;
    font-weight: 100 !important;
}

.custom-details__title {
    display: table-cell;
    width: 40px;
    height: 60px;
    padding-bottom: 19px;
    font-size: 30px;
    line-height: 36px;
    vertical-align: middle;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-family: 'Times New Roman';
}

.navbar .navbar-collapse {
    text-align: center;
}

#left {
    float: left;
    width: auto;
}

#right {
    float: right;
    width: auto;
}

#center {
    text-align: center;
    margin: 0 auto;
}

.slide {
    padding: 0 10px;
}

.current-new-caption {
    background-color: #182852;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 10%;
    width: auto;
    z-index: 100;
    font-family: 'Segoe UI';
    cursor: pointer;
}

    .current-new-caption a {
        color: #fff;
    }

        .current-new-caption a:hover {
            color: #fff;
        }

.menuspan {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    font-weight: 200;
    margin-left: 15px;
    color: black;
    text-transform: uppercase;
    font-family: 'Times New Roman';
}

.menuimg {
    margin-left: 15px;
    width: 50px;
}

.menuhr {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-diamfin {
    height: 18px;
    width: 90px;
}

.img-joburg {
    height: 32px;
    width: 105px;
}

.img-euro {
    height: 12px;
    width: 35px;
}

.img-jewellery {
    height: 23px;
    width: 120px;
}

.img-virtual {
    height: 21px;
    width: 66px;
}

.img-fastMarket {
    height: 23px;
    width: 115px;
}

.Heading3 {
    font-family: 'Segoe UI';
    font-size: 26px;
    color: #053A59;
    font-weight: 400;
    text-align: center;
}

.Style2 {
    padding: 1px 50px 1px 48px;
    border-color: black;
}

.Grid1 {
    border-collapse: collapse;
    border-style: none;
    border-width: 1px;
    border-color: black;
    font-size: 10pt;
    font-weight: 500;
    font-family: 'Segoe UI';
}

.PriceTypeSmall {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: black;
}

.PriceSmallR {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: gray;
    font-weight: 600;
}

.prod-title {
    background: #182852;
    background: -moz-radial-gradient(center,ellipse cover,#273e7a 0%,#182852 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,#273e7a),color-stop(100%,#182852));
    background: -webkit-radial-gradient(center,ellipse cover,#273e7a 0%,#182852 100%);
    background: -o-radial-gradient(center,ellipse cover,#273e7a 0%,#182852 100%);
    background: -ms-radial-gradient(center,ellipse cover,#273e7a 0%,#182852 100%);
    background: radial-gradient(ellipse at center,#273e7a 0%,#182852 100%);
    color: #5edeaf;
    font-family: "Segoe UI";
    font-size: 28px;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    text-align: center;
    padding: 30px 10px;
}

.horizontal {
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    border-color: #d3d3d3;
}

.subtotal {
    font-weight: 400;
    color: #3F7F76;
    font-family: 'Seoge UI';
    font-size: 28pt;
}

.total-amount {
    font-weight: 400;
    color: #3F7F76;
    font-family: 'Segoe UI';
    font-size: 24pt;
}

.labelsub {
    font-size: 10pt;
    font-weight: 400;
    border: 1px solid grey;
    font-family: 'Segoe UI';
    text-align: center;
    color: #182852;
}

.labelstyle {
    font-size: 12pt;
    font-weight: 200;
}

.myButton {
    background: rgb(153,0,0);
    background: -moz-linear-gradient(top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -webkit-gradient(top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -webkit-linear-gradient(top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -o-linear-gradient(top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -ms-linear-gradient(top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: linear-gradient(to top, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000',endColorstr='#770011',GradientType=0);
    border-radius: 6px;
    border: 1px solid #4dc6b5;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12pt;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 -1px 0 #5b6178;
}


.d-button {
    background: #024978 linear-gradient(to bottom,#024978,#1071ad) repeat scroll 0 0;
    border: medium none;
    font-size: 12px !important;
    margin-top: 4px;
    padding: 6px 0 !important;
    width: 98%;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}

.myButton:hover {
    background: rgb(119,0,17);
    background: -moz-linear-gradient(bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -webkit-gradient(bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -webkit-linear-gradient(bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -o-linear-gradient(bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: -ms-linear-gradient(bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    background: linear-gradient(to bottom, #3f7f76, #478c82, #4e9a8f, #56a79c, #5eb5a9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#770011',endColorstr='#990000',GradientType=0);
}

.continuebtn {
    padding: 4px 11px;
    margin-top: 10px;
}

#continuebtn {
    padding: 4px 11px;
}

#cphBody_btnVideo {
    background: #024978;
    background-image: -webkit-linear-gradient(top,#024978,#1071ad);
    background-image: -moz-linear-gradient(top,#024978,#1071ad);
    background-image: -ms-linear-gradient(top,#024978,#1071ad);
    background-image: -o-linear-gradient(top,#024978,#1071ad);
    background-image: linear-gradient(to bottom,#024978,#1071ad);
    border: none;
    width: 98%;
    font-size: 11px !important;
    padding: 6px 0 !important;
    border-radius: 0 !important;
}

    #cphBody_btnVideo:hover {
        background: #1071ad;
        background-image: -webkit-linear-gradient(top,#1071ad,#024978);
        background-image: -moz-linear-gradient(top,#1071ad,#024978);
        background-image: -ms-linear-gradient(top,#1071ad,#024978);
        background-image: -o-linear-gradient(top,#1071ad,#024978);
        background-image: linear-gradient(to bottom,#1071ad,#024978);
        border-radius: 0 !important;
    }

.PriceSmallO {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: #3F7F76;
    font-weight: 500;
}

.PriceSmall {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: #900;
}

.GridHeader1 {
    background-color: gold;
    color: #053A59;
    height: 30px;
}

.GridRow1 {
    background-color: White;
    border-collapse: collapse;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
}

.CommonFontBlue {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #182852;
    line-height: 18px;
}

.Box {
    border-collapse: collapse;
    border-style: none;
    border-color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #164A74;
    line-height: 18px;
}

.MaroonFont17 {
    font-family: 'Segoe UI';
    font-size: 17px;
    color: #900;
}

.GrayFont12 {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: maroon;
    font-weight: 700;
}

.marg5 label {
    margin-left: 5px;
}

.mrglf50 {
    margin-left: 50px;
}

.padlf30 {
    padding-left: 30px;
}

.title-desc {
    font-size: 11pt;
    font-family: 'Segoe UI';
    color: #182852;
    word-wrap: break-word;
}

.title-header {
    font-size: 12pt;
    font-family: 'Segoe UI';
    color: #182852;
    font-weight: 700;
    margin-bottom: 10px;
}

.LinkBlue {
    font-family: Seoge UI;
    font-size: 12pt;
    color: blue;
    text-decoration: underline;
}

.mrgbt-30 {
    margin-bottom: 30px;
}

.list-group-listitem {
    position: relative;
    display: block;
    background-color: #fff;
    padding-left: 50px;
}

.mrg-bt40 {
    margin-bottom: 40px;
}

.alignright {
    text-align: right !important;
}

.pad-ltrt7 {
    padding: 0 7px;
}

.no_decoration_link {
    text-decoration: none;
    color: black;
}

    .no_decoration_link:hover {
        color: #182852;
    }

.textCenter {
    text-align: center;
}

    .textCenter:hover {
        background-color: #E7ECF2;
    }

.ApplyWithText {
    text-align: center;
}

.financeProviders_logo {
    width: 10px;
    height: 10px;
    text-align: center;
}

.financeLogo {
    height: 100px;
    width: 100px;
}

.financebtn {
    height: 50px;
}

.bal {
    text-align: center;
    margin: 10px;
    font-size: 16px;
    font-family: 'Yanone Kaffeesatz',Arial,sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 400;
    color: #164A74;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 15px 6px;
    position: relative;
    background: #E7ECF2;
    box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .bal:hover {
        color: #333;
        background: #eff;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.Heading1 {
    background-color: #BACFEC;
    font-family: Verdana;
    font-size: 12px;
    color: #053A59;
    padding: 4px 4px 4px 10px;
}

.MaroonLink10 {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: #900;
    text-decoration: none;
}

.txtInput {
    width: 250px;
    height: 28px;
    padding: 3px;
}

.rdbtn {
    font-size: 12pt;
    font-family: 'Segoe UI';
}

.style-hr {
    border: 0;
    border-top: 1px solid #eee;
}

.v-divider {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    height: 100%;
    border-left: 1px solid gray;
}

.marg-lf5 {
    margin-left: 5px;
}

.Heading3quote {
    font-family: 'Segoe UI';
    font-size: 20px;
    color: #053A59;
    font-weight: 400;
}

#crumbs {
    text-align: center;
    font-family: Seoge UI;
    cursor: default;
}

    #crumbs ul {
        display: inline-table;
        list-style: outside none none;
    }

        #crumbs ul li {
            display: inline;
        }

            #crumbs ul li a {
                background: #285c8f none repeat scroll 0 0;
                color: #fff;
                display: block;
                float: left;
                font-size: 12px;
                height: 18px;
                margin: 15px 4px -5px 0;
                padding: 0 30px 0 40px;
                position: relative;
                text-align: unset;
                text-decoration: none;
                cursor: default;
            }

                #crumbs ul li a::after {
                    border-bottom: 14px solid transparent;
                    border-left: 10px solid #285c8f;
                    border-top: 10px solid transparent;
                    content: "";
                    position: absolute;
                    right: -9px;
                    top: -3px;
                    z-index: 1;
                }

                #crumbs ul li a::before {
                    border-bottom: 14px solid transparent;
                    border-left: 10px solid #fff;
                    border-top: 10px solid transparent;
                    content: "";
                    left: 0;
                    position: absolute;
                    top: -3px;
                }

            #crumbs ul li:first-child a {
                border-bottom-left-radius: 10px;
                border-top-left-radius: 10px;
            }

                #crumbs ul li:first-child a::before {
                    display: none;
                }

            #crumbs ul li:last-child a {
                border-bottom-right-radius: 10px;
                border-top-right-radius: 10px;
                padding-right: 35px;
            }

                #crumbs ul li:last-child a::after {
                    display: none;
                }

#activated {
    background: #3F7F76 !important;
}

    #activated::after {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #3F7F76 !important;
        border-top: 10px solid transparent;
        content: "";
        position: absolute;
        right: -10px;
        top: -3px;
        z-index: 2;
    }

.specialhr {
    width: 84%;
    border-color: gray !important;
}

.place-WA {
    float: right;
}

div.cat_link img {
    margin:auto;
}