@font-face {
    font-family: 'gothamhtf-bold';
    src: url('../font/gothamhtf-bold.ttf') format('ttf'), url('../font/gothamhtf-bold.woff') format('woff'), url('../font/gothamhtf-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../font/gothamhtf-book_2.woff2') format('woff2'), url('../font/gothamhtf-book_2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('../font/gothamhtf-light-webfont.woff2') format('woff2'), url('../font/gothamhtf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #000;
    font-family: "gotham_htfbook" !important;
    font-size: 16px;
}

.container {
    max-width: 1200px;
}

a {
    color: #00c0ff;
    transition: 0.5s;
}



    a:hover, a:active, a:focus {
        color: #00c0ff;
        outline: none;
        text-decoration: none;
    }

.showDetail a:hover {
    color: #00c0ff;
    outline: none;
    text-decoration: underline;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    line-height: inherit;
    white-space: nowrap;
}

ul li {
    list-style: none;
}

.font11 {
    font-size: 11px;
}

.headerBg {
    background-repeat: no-repeat;
    background-image: url(../content/images/Dogs-NSW-Header.jpg);
    background-color: #4fcbf4;
    background-position: center;
}

    .headerBg .left {
        position: relative;
    }

        .headerBg .left img {
            position: relative;
            float: left;
            padding-top: 40px;
            padding-bottom: 25px;
        }

    .headerBg .right {
        position: relative;
    }

        .headerBg .right img {
            position: relative;
            float: right;
            padding-top: 25px;
            padding-bottom: 25px;
        }

.navbar .container ul li {
}

    .navbar .container ul li button {
        border-radius: 4px;
        background-color: #1b85be;
        color: #fff;
        border: 0px;
        padding: 6px;
        cursor: pointer;
        margin-top: 3px;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 0px;
    font-size: 18px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #1b85be;
    /*font-size: 18px;*/
}

.navbar-expand-lg .navbar-nav button {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media (max-width: 480px) {
    .headerBg .right img {
        padding-top: 15px;
        width: 40%;
    }

    .headerBg .left img {
        padding-top: 30px;
        padding-bottom: 25px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bg-dark {
    background-color: #0161a2 !important;
}

.find {
    /*background-color: #4fcbf4;*/
    padding: 60px 0 60px 0;
}

    .find h1 {
        color: #1b85be;
        font-size: 40px;
        font-family: 'gothamhtf-bold';
    }

    .find h2 {
        color: #fff;
        font-family: "gotham_htflight";
    }

    .find .box {
        background: #f7f7f7;
        padding: 30px;
        border-radius: 10px;
        margin: 15px 0;
        width: 100%;
    }

        .find .box .row {
            margin-top: 20px;
            margin-bottom: 20px;
            align-items: center;
        }

            .find .box .row:last-of-type {
                margin-bottom: 0;
            }

        .find .box h2 {
            color: #1b85be;
            font-family: "gothamhtf-bold";
            font-size: 20px;
        }

            .find .box h2 span {
                color: black;
            }

        .find .box .row .or {
            font-family: "gothamhtf-bold";
            color: black;
            text-align: center;
            vertical-align: middle;
        }

    .find .dropdownlist {
        background-color: #fff;
        border: solid 1px #e5e5e5;
        color: #000;
        width: 100%;
        height: 40px;
        line-height: 26px;
        text-align: left;
        font-size: 14px;
    }

        .find .dropdownlist::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: black;
            opacity: 1; /* Firefox */
        }

        .find .dropdownlist:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: black;
        }

        .find .dropdownlist::-ms-input-placeholder { /* Microsoft Edge */
            color: black;
        }

#submitCheckBreeder {
    background-color: #55ccf5 !important;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-family: 'gothamhtf-bold';
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
}

.find .dropdownlist::after {
    /* display: inline-block; */
    width: 0;
    height: 0;
    /* margin-left: .255em; */
    /* vertical-align: .255em; */
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    position: relative;
    top: 10px;
}
/* note */
.note {
    background: #eefafe;
    padding: 30px;
    font-size: 15px;
    line-height: 23px;
    color: black;
    border-radius: 10px;
    margin-top: 50px;
}
/* warning */
.warning {
    background: #fdf2f2;
    font-size: 18px;
    color: #e00808;
    font-family: 'gothamhtf-bold';
    line-height: 48px;
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
}

.success-done {
    background: #effded;
    font-size: 18px;
    color: #5cda4b;
    font-family: 'gothamhtf-bold';
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
}

.find .dropdown-menu {
    width: 100%;
}

.find .list {
    position: relative;
    float: left;
    width: 100%;
}

.find .dropdown {
    /*margin-top: 15px;*/
}

.find .list ul {
    padding: 0px;
    margin: 0px;
}

    .find .list ul li {
        list-style: none;
        float: left;
        width: 100%;
        color: #fff;
        padding-bottom: 8px;
    }

    .find .list ul .title {
        font-weight: bold;
        padding-top: 10px;
    }

.find .list .form-check-input {
    position: absolute;
    margin-top: 3px;
    margin-left: -22px;
    width: 20px;
    height: 20px;
}

.find .more-detail {
    margin-top: 30px;
    font-size: 15px;
    color: black;
}

.more-detail .more-detail-value {
    font-size: 12px;
    margin-top: 30px;
}
/*--------------------------------------------------------------
# menu dropdown
--------------------------------------------------------------*/
.dropdown-toggle::after {
    content: none;
}

.navbar .container ul li {
    position: static;
}

.navbar-expand-lg .navbar-nav .menuNavbar {
    /*position: absolute;*/
    width: 100%;
    border: 0px;
    border-radius: 0px;
    z-index: 9;
    background-color: #fff;
}

    .navbar-expand-lg .navbar-nav .menuNavbar .col1 {
        border-right: 1px solid #e5e5e5;
        padding: 0px 0px;
        margin-right: 40px;
        position: relative;
        width: 22%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .col2 {
        position: relative;
        width: 70%;
        padding: 30px 0px 30px;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .col1 h3 {
        padding: .25rem 1.5rem;
        color: #0161a2;
        font-size: 16px;
        text-transform: uppercase;
        font-family: gothamhtf-bold;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .colrow h3 {
        color: #0161a2;
        font-size: 16px;
        /*font-weight: bold;*/
        padding: 0px 0px 0px;
        text-transform: uppercase;
        font-family: gothamhtf-bold;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .col1 ul {
        padding: 0px;
        margin: 0px;
    }

        .navbar-expand-lg .navbar-nav .menuNavbar .col1 ul li {
            list-style: none;
            padding: 3px 0px;
            font-size: 15px;
            cursor: pointer;
        }

            .navbar-expand-lg .navbar-nav .menuNavbar .col1 ul li:hover {
                /* background-color: #c6f1ff;*/
                cursor: pointer;
            }

    .n18d26evbar-expand-lg .navbar-nav .menuNavbar .colrow h3,
    .navbar-expand-lg .navbar-nav .menuNavbar .colrow p {
        margin-bottom: 0px;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .colrow img {
        width: 100%;
        margin-bottom: 20px;
        height: 144px;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .colrow p {
        padding: 5px 0px;
        font-size: 15px;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .colrow button {
        border-radius: 5px;
        border: 0px;
        background-color: #0161a2;
        color: #fff;
        text-transform: uppercase;
        padding: 5px;
    }
/*--------------------------------------------------------------
# menu dropdown
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# menu search
--------------------------------------------------------------*/
.itemSearch {
    position: relative;
}

    .itemSearch .Search {
        position: relative;
        float: left;
        width: 220px;
    }

    .itemSearch .dropdown-menu {
        left: -50px;
        top: 44px;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
    }

#custom-search-input {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    padding: 10px 15px;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: 0px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
    }

.search-query:focus + button {
    z-index: 3;
}


/*--------------------------------------------------------------
# menu search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/

.content {
    background-color: #fff;
}

    .content .contentTitle,
    .content .contentButton {
        padding: 20px 0px;
    }

        .content .contentTitle h4 {
            color: #000;
            text-align: left;
            padding-left: 15px;
            padding-top: 8px;
            font-size: 22px;
            font-family: "gotham_htflight";
        }

        .content .contentButton button {
            float: right;
            padding: 6px;
            background-color: #1b85be;
            color: #fff;
            border-radius: 5px;
            border: 0px;
            font-size: 12px;
            cursor: pointer;
        }

    .content .row .other h2 {
        font-family: 'gothamhtf-bold';
        color: #1b85be;
        font-size: 30px;
        margin-bottom: 20px;
    }
/*--------------------------------------------------------------
# sp
--------------------------------------------------------------*/
.sp {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .sp img {
        width: 100%;
    }

    .sp .title,
    .sp .view {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        float: left;
        width: 100%;
        overflow-x: hidden;
        text-align: center;
    }

        .sp .title h4 {
            color: #0161a2;
            /*font-weight: bold;*/
            font-size: 20px;
            text-align: center;
            padding: 15px 15px 0px;
            cursor: pointer;
            /*text-transform: uppercase;*/
            margin-bottom: 15px;
        }

        .sp .title b {
            color: #000;
            font-size: 10px;
            text-align: center;
            position: relative;
            float: left;
            width: 100%;
            font-weight: bold;
        }

        .sp .title p {
            color: #000;
            text-align: center;
            font-size: 22px;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 0px;
            padding: 15px 15px 15px;
            font-family: "gotham_htflight"
        }

    .sp .view {
        padding: 10px 5px;
    }

        .sp .view p {
            color: #000;
            text-align: left;
            font-size: 14px;
            padding: 15px;
            margin-bottom: 0px;
        }

        .sp .view div {
            display: inline-block;
        }

        .sp .view span {
            color: #000;
            text-align: left;
            font-size: 14px;
            padding: 0px 15px;
        }

        .sp .view a {
            color: #13a6d8;
            text-align: left;
            font-size: 14px;
            padding: 0px 15px;
        }

    .sp .details {
        position: relative;
        float: left;
        width: 100%;
    }

        .sp .details a {
            position: relative;
            float: left;
            width: 100%;
            text-align: center;
            padding: 15px;
            color: #000;
            font-size: 13px;
            text-transform: uppercase;
        }

            .sp .details a:hover {
                position: relative;
                float: left;
                width: 100%;
                text-align: center;
                padding: 15px;
                color: #000;
                font-size: 13px;
                text-transform: uppercase;
                background-color: #e3f6fd;
            }

/*--------------------------------------------------------------
# end sp
--------------------------------------------------------------*/
.pagin {
    text-align: center;
    margin: auto;
}

.slider {
}

    .slider .carousel-item .row {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        display: -ms-flexbox;
    }

    .slider h4 {
        text-align: center;
        font-size: 22px;
        margin: 20px 0;
    }

        .slider h4 a {
            color: #000;
        }

    .slider .sliderRoll {
        position: relative;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
    }

        .slider .sliderRoll ul {
            padding: 0px;
            margin: 0px;
        }

            .slider .sliderRoll ul li {
                display: table-cell;
                list-style: none;
            }

                .slider .sliderRoll ul li img {
                    width: 100%;
                }

    .slider .iconCamera {
        text-align: center;
    }

        .slider .iconCamera img {
            padding: 20px 0px;
        }

    .slider .pic {
        margin: auto;
        text-align: center;
        white-space: normal;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        display: -ms-flexbox;
    }
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.bgFooter {
    background-color: #52cbf3;
    padding: 40px 0px;
}

    .bgFooter h2 {
        color: #fff;
        text-align: center;
        font-size: 28px;
        padding: 15px 0px;
    }

    .bgFooter .btnSignUp button {
        background-color: #000000;
        padding: 9px;
        color: #fff;
        text-transform: uppercase;
        border: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

.rowFooter {
    padding: 30px 0px;
}

    .rowFooter .col {
        position: relative;
        float: left;
        width: 100%;
    }

        .rowFooter .col .title {
            border-bottom: 1px solid #e5e5e5;
            padding: 10px 0px;
            margin-bottom: 10px;
            font-size: 12px;
        }

        .rowFooter .col ul {
            padding: 0px;
            margin: 0px;
        }

            .rowFooter .col ul li {
                list-style: none;
                float: left;
                width: 100%;
                position: relative;
                padding-bottom: 4spx;
                color: #000;
                font-size: 12px;
            }

        .rowFooter .col span {
            text-align: center;
        }

        .rowFooter .col img {
            text-align: center;
            width: 100%;
        }


/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.slider {
}

    .slider img {
        background-position: center;
    }
/*--------------------------------------------------------------
# end slider
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# buying
--------------------------------------------------------------*/
.buying {
    margin-bottom: 20px;
}

    .buying .colDog1 {
        width: 40%;
    }

    .buying .colDog2 {
        width: 20%;
        background-color: #b33765;
    }

    .buying .colDog3 {
        width: 40%;
        background-color: #ba3c6b;
    }

    .buying .colDog1 img {
        width: 100%;
    }

    .buying .colDog2 .buging {
        padding: 60px 30px;
    }

        .buying .colDog2 .buging h3 {
            color: #fff;
            font-size: 30px;
            font-weight: normal;
        }

        .buying .colDog2 .buging p {
            color: #fff;
        }

        .buying .colDog2 .buging button {
            border-radius: 5px;
            border: 0px;
            background-color: #a7315d;
            padding: 15px;
            color: #fff;
            cursor: pointer;
        }

            .buying .colDog2 .buging button img {
                padding-right: 10px;
            }

    .buying .colDog3 .linkDetail {
        padding: 55px 15px 0px 30px;
        float: left;
        position: relative;
        width: 70%;
    }

        .buying .colDog3 .linkDetail .link {
            border-top: 1px solid #c86389;
            float: left;
            position: relative;
            padding-top: 20px;
            padding-bottom: 10px;
        }

            .buying .colDog3 .linkDetail .link:first-of-type {
                border-top: 0px;
            }

            .buying .colDog3 .linkDetail .link p {
                color: #fff;
                width: 95%;
                float: left;
            }

            .buying .colDog3 .linkDetail .link i {
                color: #fff;
                font-size: 20px;
                width: 5%;
                float: right;
            }
/*--------------------------------------------------------------
# end buying
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# showing
--------------------------------------------------------------*/
.showing {
    margin-bottom: 20px;
}

    .showing .colDog1 {
        width: 40%;
        background-color: #1b9e8c;
    }

    .showing .colDog2 {
        width: 20%;
        background-color: #199188;
    }

    .showing .colDog3 {
        width: 40%;
    }

        .showing .colDog3 img {
            width: 100%;
        }

    .showing .colDog1 .buging {
        padding: 60px 20px;
        float: right;
        position: relative;
        width: 75%;
    }

        .showing .colDog1 .buging h3 {
            color: #fff;
            font-size: 30px;
            font-weight: normal;
        }

        .showing .colDog1 .buging p {
            color: #fff;
        }

        .showing .colDog1 .buging button {
            border-radius: 5px;
            border: 0px;
            background-color: #199188;
            padding: 15px;
            color: #fff;
            cursor: pointer;
        }

            .showing .colDog1 .buging button img {
                padding-right: 10px;
            }

    .showing .colDog2 .linkDetail {
        padding: 50px 15px 0px 30px;
        float: left;
        position: relative;
        width: 100%;
    }

        .showing .colDog2 .linkDetail .link {
            border-top: 1px solid #47a7a0;
            float: left;
            position: relative;
            padding-top: 20px;
            padding-bottom: 10px;
        }

            .showing .colDog2 .linkDetail .link:first-of-type {
                border-top: 0px;
            }

            .showing .colDog2 .linkDetail .link p {
                color: #fff;
                width: 95%;
                float: left;
            }

            .showing .colDog2 .linkDetail .link i {
                color: #fff;
                font-size: 20px;
                width: 5%;
                float: right;
            }
/*--------------------------------------------------------------
# end showing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# breeding
--------------------------------------------------------------*/
.breeding {
    margin-bottom: 20px;
}

    .breeding .colDog1 {
        width: 40%;
    }

    .breeding .colDog2 {
        width: 20%;
        background-color: #3d92b2;
    }

    .breeding .colDog3 {
        width: 40%;
        background-color: #4aa6c9;
    }

    .breeding .colDog1 img {
        width: 100%;
    }

    .breeding .colDog2 .buging {
        padding: 60px 30px;
    }

        .breeding .colDog2 .buging h3 {
            color: #fff;
            font-size: 30px;
            font-weight: normal;
        }

        .breeding .colDog2 .buging p {
            color: #fff;
        }

        .breeding .colDog2 .buging button {
            border-radius: 5px;
            border: 0px;
            background-color: #4aa6c9;
            padding: 15px;
            color: #fff;
            cursor: pointer;
        }

            .breeding .colDog2 .buging button img {
                padding-right: 10px;
            }

    .breeding .colDog3 .linkDetail {
        padding: 55px 15px 0px 30px;
        float: left;
        position: relative;
        width: 70%;
    }

        .breeding .colDog3 .linkDetail .link {
            border-top: 1px solid #6eb8d4;
            float: left;
            position: relative;
            padding-top: 20px;
            padding-bottom: 10px;
        }

            .breeding .colDog3 .linkDetail .link:first-of-type {
                border-top: 0px;
            }

            .breeding .colDog3 .linkDetail .link p {
                color: #fff;
                width: 95%;
                float: left;
            }

            .breeding .colDog3 .linkDetail .link i {
                color: #fff;
                font-size: 20px;
                width: 5%;
                float: right;
            }
/*--------------------------------------------------------------
# end breeding
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# pageContentDetail
--------------------------------------------------------------*/
.pageContentDetail {
    padding: 65px 0px;
}

    .pageContentDetail .showDetail {
    }

        .pageContentDetail .showDetail h1 {
            font-size: 45px;
            color: #1b85be;
            font-family: 'gothamhtf-bold';
            line-height: 45px;
            margin-bottom: 30px;
        }

        .pageContentDetail .showDetail h2 {
            font-size: 24px;
            color: #000;
            font-family: 'gothamhtf-bold';
            line-height: 26px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .pageContentDetail .showDetail b {
            font-size: 26px;
            line-height: 26px;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-book';
        }

        .pageContentDetail .showDetail p {
            font-size: 16px;
            line-height: 24px;
            font-weight: normal;
            color: #000;
        }

        .pageContentDetail .showDetail ul li {
            list-style: inherit;
        }

    .pageContentDetail .rightShowDetail {
        padding-top: 50px;
    }

        .pageContentDetail .rightShowDetail a {
            color: #000;
        }

            .pageContentDetail .rightShowDetail a:hover {
                text-decoration: underline;
            }

        .pageContentDetail .rightShowDetail b {
            font-size: 22px;
            font-weight: normal;
            color: #000;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .pageContentDetail .rightShowDetail strong {
            color: #1b85be;
        }


        .pageContentDetail .rightShowDetail .like {
            border-top: 1px solid #d1e7f2;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .pageContentDetail .rightShowDetail .like p {
                margin-bottom: 0px;
            }

                .pageContentDetail .rightShowDetail .like p b {
                    color: #1b85be;
                    font-weight: bold;
                    padding: 0px;
                    font-size: 13px;
                    float: none;
                }

        .pageContentDetail .rightShowDetail .pc {
            margin-top: 20px;
        }

            .pageContentDetail .rightShowDetail .pc img {
                width: 100%;
            }
/*--------------------------------------------------------------
# end pageContentDetail
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner {
    background-color: #cbeaf3;
}

    .banner h2 {
        font-size: 24px;
        font-family: 'gothamhtf-bold';
        text-align: left;
        color: #fff;
        padding-top: 50px;
    }

    .banner span {
        font-size: 24px;
        font-family: 'gothamhtf-bold';
        text-align: left;
        color: #000;
        width: 50%;
        padding-bottom: 50px;
    }

    .banner .colPicDog {
        margin-top: 50px;
    }

        .banner .colPicDog .circle,
        .banner .colPicDog .circle2,
        .banner .colPicDog .circle3,
        .banner .colPicDog .circle4 {
            background-color: #d7eff6;
            position: relative;
            margin: auto;
            width: 227px;
            height: 227px;
            border-radius: 50%;
            margin-bottom: 15px;
            text-align: center;
        }

        .banner .colPicDog .active {
            background-color: #fff;
        }

        .banner .colPicDog small {
            position: relative;
            float: left;
            width: 100%;
            text-align: center;
            padding-bottom: 50px;
            font-size: 17px;
            text-transform: uppercase;
            color: #0161a2;
        }

        .banner .colPicDog label {
            position: relative;
            float: left;
            width: 100%;
            text-align: center;
            padding-bottom: 100px;
        }

    .banner .container {
        position: relative;
    }

    .banner .line {
        position: absolute;
        left: 13%;
        width: 74%;
        height: 1px;
        background-color: #fff;
        bottom: 117px;
    }
    /*-----------------------*/
    .banner .colPicDog .circle img,
    .banner .colPicDog .circle2 img,
    .banner .colPicDog .circle3 img,
    .banner .colPicDog .circle4 img {
        position: relative;
        padding: 50px;
    }

    .banner .colPicDog .circle img {
        margin-top: 35px;
    }

    .banner .colPicDog .circle2 img {
        margin-top: 20px;
    }

    .banner .colPicDog .circle3 img {
        margin-top: 13px;
    }

    .banner .colPicDog .circle4 img {
        margin-top: 8px;
    }
/*-----------------------*/
/*--------------------------------------------------------------
# end banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery {
    margin: 30px 0px;
}

    .gallery .listImage {
        width: 770px;
    }

    .gallery .carousel-indicators {
        bottom: -105px;
        margin: 0px;
        padding: 0px;
        justify-content: left;
        display: block !important;
        width: 780px;
        position: initial;
    }

    .gallery .carousel {
        margin-bottom: 100px;
    }

    .gallery .carousel-indicators li {
        width: 147.5px;
        height: 104px;
        float: left;
        margin: 8px 8px 0 0;
    }

    .gallery .carousel-control-prev,
    .gallery .carousel-control-next {
        display: none;
    }

    .gallery .sliderRightThumb {
        max-width: 400px;
        margin-left: 30px;
    }

    .gallery .breederDetail {
        display: inline-block;
        padding: 15px 0px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .gallery .sliderLeftThumb h2,
    .gallery .sliderRightThumb h2 {
        font-size: 35px;
        font-family: 'gothamhtf-bold';
        text-align: left;
        color: #1b85be;
        padding-bottom: 20px;
    }

    .gallery .sliderRightThumb h2,
    .gallery .sliderRightThumb span,
    .gallery .sliderRightThumb b,
    .gallery .sliderRightThumb small,
    .gallery .sliderRightThumb p,
    .gallery .sliderRightThumb p b {
        position: relative;
        float: left;
        width: 100%;
    }

    .gallery .sliderRightThumb h2 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .gallery .sliderRightThumb span {
        font-size: 26px;
        padding-bottom: 20px;
        font-family: 'gothamhtf-bold';
    }

    .gallery .sliderRightThumb b {
        font-size: 15px;
        font-family: 'gotham_htfbook';
    }

    .gallery .sliderRightThumb small {
        padding-bottom: 20px;
        font-size: 17px;
    }

    .gallery .sliderRightThumb p {
        margin: 20px 0px;
        font-size: 17px;
    }

        .gallery .sliderRightThumb p b {
        }

    .gallery .smallText {
        font-size: 17px;
    }
/*--------------------------------------------------------------
# end gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# otherDalmation
--------------------------------------------------------------*/
.otherDalmation {
}

    .otherDalmation .other h2 {
        border-top: 1px solid #f2f2f2;
        padding: 20px 0px;
    }

    .otherDalmation .sp .imagesView {
        background-color: #f2fbfe;
        min-height: 181px;
        max-height: 181px;
        text-align: center;
        background-position: center;
    }

        .otherDalmation .sp .imagesView img {
            width: auto;
            padding: 50px 0px;
        }
/*--------------------------------------------------------------
# end otherDalmation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Newsandupdates
--------------------------------------------------------------*/
.Newsandupdates {
    padding: 65px 0px;
}

    .Newsandupdates .showDetail h2 {
        font-size: 26px;
        color: #000;
        font-family: 'gothamhtf-bold';
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .Newsandupdates .showDetail b {
        font-size: 26px;
        font-weight: bold;
        color: #000;
        padding: 10px 0px;
        position: relative;
        float: left;
        width: 100%;
        font-family: 'gothamhtf-bold';
    }

    .Newsandupdates .showDetail p {
        font-size: 13px;
        font-weight: normal;
        color: #000;
    }

    .Newsandupdates .rightShowDetail {
        padding-top: 60px;
    }

        .Newsandupdates .rightShowDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .Newsandupdates .rightShowDetail .pc {
            margin-top: 20px;
        }

            .Newsandupdates .rightShowDetail .pc img {
                width: 100%;
            }

    .Newsandupdates .showDetail {
    }

        .Newsandupdates .showDetail .itemRow {
            position: relative;
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }

            .Newsandupdates .showDetail .itemRow .pic {
                float: left;
                /*width: 30%;*/
                /* background-color: #f2fbfe;*/
                /*min-height: 181px;
  max-height: 181px;*/
                text-align: center;
                background-position: center;
            }

                .Newsandupdates .showDetail .itemRow .pic img {
                    max-width: 181px;
                    padding: 0px 0px;
                }

            .Newsandupdates .showDetail .itemRow .picitem {
                float: left;
                width: 30%;
                background-color: #fff;
                min-height: 181px;
                max-height: 181px;
                text-align: center;
                background-position: center;
            }

                .Newsandupdates .showDetail .itemRow .picitem img {
                    width: auto;
                    padding: 0px;
                }

            .Newsandupdates .showDetail .itemRow .contentRow {
                float: left;
                width: 70%;
                padding-left: 15px;
            }

                .Newsandupdates .showDetail .itemRow .contentRow h4 {
                    font-family: 'gothamhtf-bold';
                    font-size: 22px;
                    margin-bottom: 0px;
                    /*font-weight: bold;*/
                }

                .Newsandupdates .showDetail .itemRow .contentRow b {
                    font-family: 'gothamhtf-bold';
                    font-size: 14px;
                    color: #53ccf4;
                    padding: 10px 0px 0px 0px;
                }

                .Newsandupdates .showDetail .itemRow .contentRow p {
                    font-size: 17px;
                    padding-top: 10px;
                    float: left;
                    margin-bottom: 0px;
                }

                .Newsandupdates .showDetail .itemRow .contentRow span {
                    /*color: #0161a2;*/
                    font-size: 17px;
                }
/*--------------------------------------------------------------
# end Newsandupdates
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 
    Upcomingevents
--------------------------------------------------------------*/
.Upcomingevents {
    padding: 30px 0px;
    background: #f9fafc;
}

    .Upcomingevents .showDetail h2 {
        font-size: 45pt;
        font-weight: bold;
        color: #1b85be;
        font-family: 'gothamhtf-bold';
    }

    .Upcomingevents .showDetail p {
        float: left;
    }

    .Upcomingevents .showDetail .itemEvent {
    }

        .Upcomingevents .showDetail .itemEvent .pic {
        }

            .Upcomingevents .showDetail .itemEvent .pic img {
                width: 100%;
            }

        .Upcomingevents .showDetail .itemEvent .eventRow {
            background-color: #eefafe;
            padding: 30px;
            position: relative;
            float: left;
            margin-bottom: 30px;
        }

            .Upcomingevents .showDetail .itemEvent .eventRow h4 {
                /*font-weight: bold;*/
                font-size: 24px;
                line-height: 26px;
                font-family: 'gothamhtf-bold';
                width: 80%;
            }

            .Upcomingevents .showDetail .itemEvent .eventRow p {
                /*font-weight: bold;*/
                font-size: 14px;
                position: relative;
                float: left;
                width: 80%;
            }

            .Upcomingevents .showDetail .itemEvent .eventRow .date {
                background-color: #57cdf5;
                position: absolute;
                top: 0px;
                right: 0px;
                z-index: 9;
                padding: 15px;
                width: 160px;
            }

                .Upcomingevents .showDetail .itemEvent .eventRow .date b {
                    font-size: 36px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    line-height: 30px;
                    font-family: 'gothamhtf-bold'
                }

                .Upcomingevents .showDetail .itemEvent .eventRow .date span {
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-family: 'gothamhtf-bold'
                }

    /* custome calendar upcoming event*/
    .Upcomingevents h1 {
        color: #1b82bd;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .Upcomingevents .fc-daygrid-event-harness {
        /*margin-top: 0 !important;*/
    }

    .Upcomingevents .fc {
        background: white;
        padding: 40px;
        font-size: 14px;
        /*color: #5a5a5a;*/
    }
/* for mobile */
/*@media (max-width: 575.98px) {*/
@media (max-width: 1024px) {
    .Upcomingevents {
        padding: 15px 0px;
    }

        .Upcomingevents h1 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .Upcomingevents .fc {
            padding: 15px;
        }
}

.Upcomingevents .fc .fc-scrollgrid, .Upcomingevents .fc .fc-scrollgrid table {
    border: 0 !important;
}

.Upcomingevents .fc .fc-non-business {
    background: #fafafa;
}

.Upcomingevents .fc-col-header-cell {
    padding: 10px;
    height: 40px;
    vertical-align: middle;
}

.Upcomingevents .fc .fc-col-header-cell-cushion {
    font-size: 13px;
    font-weight: normal;
}

.Upcomingevents .fc-header-toolbar {
    width: max-content;
    display: flex;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

    .Upcomingevents .fc-header-toolbar .fc-toolbar-chunk {
        display: flex;
        align-items: center;
    }

        .Upcomingevents .fc-header-toolbar .fc-toolbar-chunk h2 {
            font-size: 18px;
            color: #5a5a5a;
            margin-bottom: 0;
            width: 150px;
            text-align: center;
        }

@media (max-width: 1024px) {
    .fc-daygrid {
        overflow-x: auto;
    }
}

.fc .fc-view-harness {
    /* height: 600px !important;
    overflow: auto;*/
}

.Upcomingevents .fc-daygrid-body .fc-day {
    color: #2e2e2e;
}

.Upcomingevents .fc-daygrid-body .fc-day-other {
    color: #989898;
}

.fc .fc-daygrid-day.fc-day-today {
    font-weight: bold;
}

.Upcomingevents .fc-theme-standard td {
    border: 1px solid #f2f2f2 !important;
    height: 140px;
}

.Upcomingevents .fc-theme-standard th {
    border: 0;
    background: #fafafa;
}

.Upcomingevents .fc-h-event .fc-event-main {
    color: black !important;
}

.Upcomingevents .fc-h-event {
    background: #effafe;
    border: 0;
    border-left: 4px solid #4eccf4;
    padding: 8px;
    font-size: 10px;
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 6px;
    color: black !important;
}

.Upcomingevents .fc .fc-button {
    border: 0;
}

.Upcomingevents .fc-prev-button {
    /* background: url(../Content/images/arrow-right.png) no-repeat center !important;
    width: 20px;
    height: 25px;*/
    border: 0;
    cursor: pointer;
}

.Upcomingevents .fc-next-button {
    /*background: url(../Content/images/arrow-left.png) no-repeat center !important;
    width: 20px;
    height: 25px;*/
    border: 0;
    cursor: pointer;
}

.fc .fc-button .fc-icon {
    font-size: 28px;
    color: black;
}

    .fc .fc-button .fc-icon:hover {
        color: white !important;
    }

.Upcomingevents .button:focus {
    outline: 1px solid #4eccf4;
}

.Upcomingevents .fc .fc-button-primary {
    background: transparent;
}

.fc .fc-button-primary:hover {
    background: #4eccf4 !important;
    border: 0;
    outline: 0;
}

.Upcomingevents .fc-button {
    background: #4eccf4;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    height: 34px;
    padding: 0 20px;
    font-weight: 600;
}

.Upcomingevents .fc-today-button, .Upcomingevents .fc-timeGridWeek-button {
    margin-left: 15px;
}

.Upcomingevents .popup {
    background: white;
    display: none;
    max-width: 500px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .15);
    z-index: 1;
    width: 500px;
    border-radius: 10px;
}

    .Upcomingevents .popup:after, .Upcomingevents .popup:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: none;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .Upcomingevents .popup:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: white;
        border-width: 10px;
        margin-left: -10px;
    }

    .Upcomingevents .popup:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgb(0, 0, 0, .06);
        border-width: 12px;
        margin-left: -12px;
    }

    .Upcomingevents .popup .header-popup {
        padding: 20px 30px;
        display: flex;
        align-items: center;
    }

        .Upcomingevents .popup .header-popup .date {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: rgba(0, 0, 0, .6);
        }

            .Upcomingevents .popup .header-popup .date span:first-of-type {
                font-size: 28px;
                font-weight: bold;
                line-height: 28px;
                margin-bottom: 6px;
            }

            .Upcomingevents .popup .header-popup .date span:last-of-type {
                font-size: 12px;
                line-height: 12px;
                font-weight: lighter;
                text-transform: uppercase;
            }

        .Upcomingevents .popup .header-popup #popup-title {
            font-size: 15px;
            line-height: 20px;
            color: #000000;
            font-weight: 600;
            display: block;
            text-transform: capitalize;
            padding: 0 15px;
        }

        .Upcomingevents .popup .header-popup .close {
            padding: 5px;
            cursor: pointer;
            position: absolute;
            top: 20px;
            right: 20px
        }

            .Upcomingevents .popup .header-popup .close img {
                width: 18px;
                height: 18px;
            }

    .Upcomingevents .popup .map {
    }

        .Upcomingevents .popup .map img {
            width: 100%;
            height: 150px;
        }

    .Upcomingevents .popup .description {
        padding: 30px;
        color: #000000;
    }

        .Upcomingevents .popup .description .date-location {
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .Upcomingevents .popup .description .date-location img {
                width: 20px;
            }

        .Upcomingevents .popup .description a {
            color: #0061a2;
            text-decoration: underline;
            font-size: 13px;
        }

    .Upcomingevents .popup #popup-description {
        font-size: 13px;
        color: #000000;
        font-weight: normal;
        display: flex;
        align-items: center;
        line-height: 16px;
        margin: 20px 0;
    }

    .Upcomingevents .popup #popup-created-date,
    .Upcomingevents .popup #popup-start-date,
    .Upcomingevents .popup #popup-location {
        font-size: 13px;
        color: #000000;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 16px;
        margin-left: 10px;
    }

.Upcomingevents .search-box {
    position: relative;
    right: 40px;
    top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 0;
}

    .Upcomingevents .search-box .searh-wrapper {
        display: flex;
    }
/* for mobile */
@media (max-width: 575.98px) {
    .Upcomingevents .search-box .searh-wrapper {
        flex-direction: column;
        width: 100%;
    }
}

.Upcomingevents .search-box .form-control {
    display: inline-flex;
    flex-direction: column;
    width: 220px;
    padding: 0;
    margin-right: 15px;
}

.Upcomingevents .search-box #find-result {
    font-size: 12px;
    color: red;
    margin-top: 10px;
}
/*fot tablet*/
@media (min-width: 575.98px) and (max-width: 1024px) {
    .Upcomingevents .search-box {
        right: 15px;
        top: 60px;
    }

        .Upcomingevents .search-box .form-control {
            width: 160px;
            margin-right: 15px;
        }

    .fc-daygrid-body {
        width: 100%;
    }
}

.Upcomingevents .search-box .form-control label {
    color: #4eccf4;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.Upcomingevents .search-box .form-control input {
    color: black;
    font-size: 14px;
    font-style: italic;
    border: 0;
    border-bottom: solid 1px #d6d6d6;
}

    .Upcomingevents .search-box .form-control input:focus {
        color: #a3a3a3;
        border: 0;
        outline: none;
        border-bottom: solid 1px #4eccf4;
    }

.Upcomingevents .search-box button,
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #4eccf4 !important;
    color: white !important;
    text-transform: uppercase;
    border-radius: 3px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    height: 38px;
    border: 0 !important;
    padding: 0 20px;
    font-family: "gotham_htfbook" !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    height: 32px !important;
    padding: 0 10px !important;
}

.ui-datepicker-div {
}

.ui-widget-content {
    border: 1px solid #f2f2f2 !important;
    background: white !important;
}

.ui-widget-header {
    background: #fafafa !important;
    border: 0 !important;
}

.ui-datepicker-div .ui-datepicker-current {
    background: #effafe;
    color: #4eccf4;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px !important;
    margin: 1px 0 !important;
    padding: 0 8px !important;
    font-family: "gotham_htfbook" !important;
}
/* for mobile */
@media (max-width: 575.98px) {
    .Upcomingevents .search-box {
        position: revert;
        right: inherit;
        top: inherit;
        display: flex;
        flex-direction: column;
        background: white;
        padding: 15px;
        padding-bottom: 0;
    }

        .Upcomingevents .search-box .form-control {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }

    .Upcomingevents .popup {
        padding: 10px;
        right: 20px;
        max-width: 200px;
    }
}


/* custome scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# end Upcomingevents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Upcomingeventsdetail
--------------------------------------------------------------*/
.Upcomingeventsdetail {
    padding: 30px 0px;
}

    .Upcomingeventsdetail .showDetail h2 {
        font-size: 24px;
        color: #000;
        font-family: 'gothamhtf-bold';
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .Upcomingeventsdetail .showDetail .itemEvent {
    }

        .Upcomingeventsdetail .showDetail .itemEvent .pic {
        }

            .Upcomingeventsdetail .showDetail .itemEvent .pic img {
                width: 100%;
            }

        .Upcomingeventsdetail .showDetail .itemEvent .eventRow {
            padding: 30px;
            position: relative;
            float: left;
        }

            .Upcomingeventsdetail .showDetail .itemEvent .eventRow h4 {
                font-size: 24px;
                line-height: 26px;
                font-family: 'gothamhtf-bold';
                width: 85%;
                margin-bottom: 40px;
            }

            .Upcomingeventsdetail .showDetail .itemEvent .eventRow p {
                /*  font-size: 14px;*/
                position: relative;
                float: left;
                width: 100%;
                /*   text-align: justify;*/
                /*  padding-top: 30px; */
            }

            .Upcomingeventsdetail .showDetail .itemEvent .eventRow .date {
                background-color: #57cdf5;
                position: absolute;
                top: 0px;
                right: 0px;
                z-index: 9;
                padding: 10px;
            }

                .Upcomingeventsdetail .showDetail .itemEvent .eventRow .date b {
                    font-size: 36px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    line-height: 30px;
                    font-family: 'gothamhtf-bold'
                }

                .Upcomingeventsdetail .showDetail .itemEvent .eventRow .date span {
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-family: 'gothamhtf-bold'
                }

            .Upcomingeventsdetail .showDetail .itemEvent .eventRow .img {
            }

                .Upcomingeventsdetail .showDetail .itemEvent .eventRow .img img {
                    width: 100%;
                }

        .Upcomingeventsdetail .showDetail .itemEvent .itemContent ul li {
            list-style: outside;
        }
/*--------------------------------------------------------------
# end Upcomingeventsdetail
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# breedstandards
--------------------------------------------------------------*/
.breedstandards {
    padding: 30px 0px;
}

    .breedstandards .showDetail {
    }

        .breedstandards .showDetail h2 {
            font-size: 45pt;
            font-weight: bold;
            color: #1b85be;
            padding-bottom: 30px;
            font-family: 'gothamhtf-bold';
        }

        .breedstandards .showDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .breedstandards .showDetail p {
            font-size: 13px;
            font-weight: normal;
            color: #000;
        }

        .breedstandards .showDetail .btnView {
            float: left;
            margin-bottom: 30px;
            position: relative;
            width: 100%;
        }

            .breedstandards .showDetail .btnView button {
                background-color: #53ccf4;
                border-radius: 4px;
                padding: 8px 25px;
                color: #fff;
                border: 0px;
            }

            .breedstandards .showDetail .btnView input {
                border-radius: 4px;
                padding: 5px 8px;
                border: 1px solid #53ccf4;
            }

    .breedstandards .rightShowDetail {
        padding-top: 60px;
    }

        .breedstandards .rightShowDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .breedstandards .rightShowDetail .like {
            border-top: 1px solid #d1e7f2;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .breedstandards .rightShowDetail .like p {
                margin-bottom: 0px;
            }

                .breedstandards .rightShowDetail .like p b {
                    color: #1b85be;
                    font-weight: bold;
                    padding: 0px;
                    font-size: 13px;
                    float: none;
                }

        .breedstandards .rightShowDetail .pc {
            margin-top: 20px;
        }

            .breedstandards .rightShowDetail .pc img {
                width: 100%;
            }

    .breedstandards .tab {
        position: relative;
        float: left;
        width: 100%;
    }

        .breedstandards .tab .nav-tabs .nav-item {
            margin-right: 5px;
        }

            .breedstandards .tab .nav-tabs .nav-item a {
                position: relative;
                float: left;
                background-color: #edfafe;
                color: #000;
            }

                .breedstandards .tab .nav-tabs .nav-item a span {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-weight: bold;
                }

                .breedstandards .tab .nav-tabs .nav-item a .blue {
                    color: #1b85be;
                    font-weight: bold;
                }

        .breedstandards .tab .nav-tabs {
            border-bottom: 0px solid #dee2e6;
        }

            .breedstandards .tab .nav-tabs .nav-link {
                border: 0px solid transparent;
                padding: 1.2rem 0px;
                min-height: 88px;
            }

                .breedstandards .tab .nav-tabs .nav-item.show .nav-link,
                .breedstandards .tab .nav-tabs .nav-link.active {
                    color: #495057;
                    background-color: #f7f7f7;
                    float: left;
                }

            .breedstandards .tab .nav-tabs .nav-link {
                border: 1px solid transparent;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
            }

        .breedstandards .tab .dog {
            position: relative;
            float: left;
            width: 100%;
            border-bottom: 1px solid #efefef;
        }

            .breedstandards .tab .dog .img {
                position: relative;
                float: left;
                width: 60px;
                height: 50px;
                text-align: center;
                padding: 5px 0px;
            }

                .breedstandards .tab .dog .img img {
                }

            .breedstandards .tab .dog span {
                color: #1b85be;
                font-size: 15px;
                float: left;
                padding: 14px 0px;
            }

            .breedstandards .tab .dog p {
                color: #000;
                font-size: 15px;
                float: right;
                padding: 14px 0px;
                text-align: right;
                margin-bottom: 0px;
            }

        .breedstandards .tab .rowDog {
            border-top: 1px solid #efefef;
        }

    .breedstandards .rowPagination {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

.pagination {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
    display: block;
}

    .pagination span, .pagination a {
        display: inline-block;
        padding: 8px 12px;
        text-decoration: none;
        color: #000;
        background: transparent;
        border-radius: 3px;
        border: 1px solid #dedfe2;
    }

    .pagination .current {
        padding: 8px 12px;
        font-weight: bold;
        background: #53ccf4;
        color: #fff;
        border: 0px;
    }
/*--------------------------------------------------------------
# end breedstandards
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# find
--------------------------------------------------------------*/
.findBreed {
    padding: 30px 0px;
}

    .findBreed .showDetail {
    }

        .findBreed .showDetail h2 {
            font-size: 45pt;
            font-weight: bold;
            color: #1b85be;
            padding-bottom: 30px;
            font-family: 'gothamhtf-bold';
        }

        .findBreed .showDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .findBreed .showDetail p {
            font-size: 13px;
            font-weight: normal;
            color: #000;
        }

        .findBreed .showDetail .btnView {
            float: left;
            margin-bottom: 30px;
            position: relative;
            width: 100%;
        }

            .findBreed .showDetail .btnView button {
                background-color: #53ccf4;
                border-radius: 4px;
                padding: 8px 25px;
                color: #fff;
                border: 0px;
            }

            .findBreed .showDetail .btnView input {
                border-radius: 4px;
                padding: 5px 8px;
                border: 1px solid #53ccf4;
            }

    .findBreed .rightShowDetail {
        padding-top: 60px;
    }

        .findBreed .rightShowDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .findBreed .rightShowDetail .like {
            border-top: 1px solid #d1e7f2;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .findBreed .rightShowDetail .like p {
                margin-bottom: 0px;
            }

                .findBreed .rightShowDetail .like p b {
                    color: #1b85be;
                    font-weight: bold;
                    padding: 0px;
                    font-size: 13px;
                    float: none;
                }

        .findBreed .rightShowDetail .pc {
            margin-top: 20px;
        }

            .findBreed .rightShowDetail .pc img {
                width: 100%;
            }

    .findBreed .table thead th {
        vertical-align: bottom;
        border-bottom: 0px solid #dee2e6;
        font-weight: bold;
        font-size: 15px;
    }

    .findBreed .table td {
        font-size: 12px;
    }

    .findBreed .table td, .findBreed .table th {
        padding: .75rem;
        vertical-align: top;
        /*border-bottom: 1px solid #dee2e6;*/
    }

    .findBreed .table th {
        border-top: 0px;
    }
/*--------------------------------------------------------------
# end find
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# banner slider
--------------------------------------------------------------*/
.sliderBanner {
    background-color: #fff;
}

    .sliderBanner .blockTextBanner {
        position: absolute;
        top: 180px;
        left: 0px;
        z-index: 9;
    }
        /*.sliderBanner .carousel-control-next-icon,
.sliderBanner .carousel-control-prev-icon
{
  background-image: none;
}*/
        .sliderBanner .blockTextBanner h2 {
            font-size: 24px;
            color: #0161a2;
            text-align: left;
            font-family: 'gothamhtf-bold'
        }

        .sliderBanner .blockTextBanner p {
            text-align: left;
            color: #fff;
            font-size: 54px;
            font-weight: bold;
            font-family: 'gothamhtf-bold';
            margin-bottom: 0px;
            line-height: 60px;
        }

            .sliderBanner .blockTextBanner p b {
                color: #000;
                text-decoration: underline;
            }

                .sliderBanner .blockTextBanner p b i {
                    font-size: 24px;
                }

        .sliderBanner .blockTextBanner button {
            text-align: left;
            float: left;
            padding: 10px 20px;
            border-radius: 5px;
            border: 0px;
            background-color: #0161a2;
            color: #fff;
            margin-top: 20px;
        }

.imgSlider {
    position: relative;
}

.sliderBanner .carousel-item {
    max-height: 690px;
    min-height: 690px;
}

    .sliderBanner .carousel-item img {
        /*width: 100%;*/
        height: auto;
    }

@media (max-width: 991px) {
    #custom-search-input {
        background-color: #fff;
    }
    /*---------------colDog----*/
    .buying .colDog3 .linkDetail {
        padding: 3px 15px;
    }

    .buying .colDog2 .buging {
        padding: 5px 20px;
    }
    /*---------------colDog2----*/
    .showing .colDog2 .linkDetail {
        padding: 0px 15px;
    }

        .showing .colDog2 .linkDetail .link {
            padding-top: 12px;
            padding-bottom: 0px;
        }

    .breeding .colDog2 .buging {
        padding: 25px 20px;
    }

    .breeding .colDog3 .linkDetail {
        padding: 0px 15px;
    }
    /*.buying .colDog2 .buging h3 {
      font-size: 16px;
  }
  .buying .colDog2 .buging p {
      font-size: 12px;
  }
  .buying .colDog3 .linkDetail .link {
      padding-top: 4px;
      padding-bottom: 4px;
  }
  .buying .colDog3 .linkDetail .link p {
      margin-bottom: 0px;
  }*/
    /*---------------banner----*/
    .sliderBanner .carousel-item {
        height: auto;
        min-height: auto;
    }

    .sliderBanner .blockTextBanner {
        top: 80px;
    }

        .sliderBanner .blockTextBanner p {
            font-size: 28px;
            line-height: 35px;
        }
}

@media (max-width: 767px) {
    .buying .colDog1,
    .buying .colDog2,
    .buying .colDog3,
    .showing .colDog1,
    .showing .colDog2,
    .showing .colDog3,
    .breeding .colDog1,
    .breeding .colDog2,
    .breeding .colDog3 {
        padding: 0px;
        width: 100%;
        float: left;
        position: relative;
    }

        .showing .colDog1 .buging {
            width: 100%;
        }
    /*---------------banner----*/
    .sliderBanner .blockTextBanner {
        top: 55px;
    }

        .sliderBanner .blockTextBanner p {
            font-size: 28px;
            line-height: 35px;
        }
}

@media (max-width: 480px) {
    /*---------------banner----*/
    .sliderBanner .blockTextBanner {
        top: 15px;
    }

        .sliderBanner .blockTextBanner p b i {
            font-size: 18px;
        }

        .sliderBanner .blockTextBanner h2 {
            font-size: 16px;
            margin-bottom: 0px;
        }

        .sliderBanner .blockTextBanner p {
            font-size: 16px;
            line-height: 20px;
        }

        .sliderBanner .blockTextBanner button {
            margin-top: 10px;
        }
}

@media (max-width: 320px) {
    /*---------------banner----*/
    .sliderBanner .blockTextBanner {
        top: 5px;
    }

        .sliderBanner .blockTextBanner h2 {
            font-size: 14px;
            margin-bottom: 0px;
        }

        .sliderBanner .blockTextBanner p {
            font-size: 14px;
            line-height: 20px;
        }

        .sliderBanner .blockTextBanner button {
            margin-top: 5px;
        }

        .sliderBanner .blockTextBanner p b i {
            font-size: 15px;
        }
}
/*--------------------------------------------------------------
# end banner slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Browse all breeds
--------------------------------------------------------------*/
.browseAllBreed {
    padding: 65px 0px;
}

    .browseAllBreed .showDetail {
    }

        .browseAllBreed .showDetail h2 {
            font-size: 45pt;
            font-weight: bold;
            color: #1b85be;
            padding-bottom: 30px;
            font-family: 'gothamhtf-bold';
        }

        .browseAllBreed .showDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .browseAllBreed .showDetail p {
            font-size: 16px;
            line-height: 24px;
            font-weight: normal;
            color: #000;
        }

        .browseAllBreed .showDetail .btnView {
            float: left;
            margin-bottom: 30px;
            position: relative;
            width: 100%;
        }

            .browseAllBreed .showDetail .btnView button {
                background-color: #53ccf4;
                border-radius: 4px;
                padding: 8px 25px;
                color: #fff;
                border: 0px;
            }

            .browseAllBreed .showDetail .btnView input {
                border-radius: 4px;
                padding: 5px 8px;
                border: 1px solid #53ccf4;
            }

    .browseAllBreed .rightShowDetail {
        padding-top: 60px;
    }

        .browseAllBreed .rightShowDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothamhtf-bold';
        }

        .browseAllBreed .rightShowDetail .like {
            border-top: 1px solid #d1e7f2;
            padding: 20px 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .browseAllBreed .rightShowDetail .like p {
                margin-bottom: 0px;
            }

                .browseAllBreed .rightShowDetail .like p b {
                    color: #1b85be;
                    font-weight: bold;
                    padding: 0px;
                    font-size: 13px;
                    float: none;
                }

        .browseAllBreed .rightShowDetail .pc {
            margin-top: 20px;
        }

            .browseAllBreed .rightShowDetail .pc img {
                width: 100%;
            }

    .browseAllBreed .tab {
        position: relative;
        float: left;
        width: 100%;
    }

        .browseAllBreed .tab .nav-tabs .nav-item {
            margin-right: 5px;
        }

            .browseAllBreed .tab .nav-tabs .nav-item a {
                position: relative;
                float: left;
                background-color: #edfafe;
                color: #000;
            }

                .browseAllBreed .tab .nav-tabs .nav-item a span {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-weight: bold;
                }

                .browseAllBreed .tab .nav-tabs .nav-item a .blue {
                    color: #1b85be;
                    font-weight: bold;
                }

        .browseAllBreed .tab .nav-tabs {
            border-bottom: 0px solid #dee2e6;
        }

            .browseAllBreed .tab .nav-tabs .nav-link {
                border: 0px solid transparent;
                padding: 1.2rem 0px;
                min-height: 88px;
            }

                .browseAllBreed .tab .nav-tabs .nav-item.show .nav-link,
                .browseAllBreed .tab .nav-tabs .nav-link.active {
                    color: #495057;
                    background-color: #f7f7f7;
                    float: left;
                }

            .browseAllBreed .tab .nav-tabs .nav-link {
                border: 1px solid transparent;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
            }

        .browseAllBreed .tab .dog {
            position: relative;
            float: left;
            width: 100%;
            border-bottom: 1px solid #efefef;
        }

            .browseAllBreed .tab .dog .img {
                position: relative;
                float: left;
                width: 60px;
                height: 50px;
                text-align: center;
                padding: 5px 0px;
            }

                .browseAllBreed .tab .dog .img img {
                }

            .browseAllBreed .tab .dog span {
                color: #1b85be;
                font-size: 15px;
                float: left;
                padding: 14px 0px;
            }

            .browseAllBreed .tab .dog p {
                color: #000;
                font-size: 15px;
                float: right;
                padding: 14px 0px;
                text-align: right;
                margin-bottom: 0px;
            }

        .browseAllBreed .tab .rowDog {
            border-top: 1px solid #efefef;
        }

    .browseAllBreed .rowPagination {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

    .browseAllBreed .sp .title p {
        /*margin-top: 1rem;*/
    }

    .browseAllBreed .sp .details {
        background: #53ccf4;
    }

        .browseAllBreed .sp .details a {
            color: #fff;
            /*font-weight: bold;*/
        }

            .browseAllBreed .sp .details a:hover {
                color: #000;
                /*font-weight: bold;*/
            }

    .browseAllBreed .find {
        display: inline-block;
        background-color: transparent;
        padding: 0px;
        margin: 20px;
    }

        .browseAllBreed .find a.dropdownlist {
            border: 1px solid #53ccf4;
            border-radius: 4px;
            padding: 7px 7px;
            vertical-align: baseline;
            color: gray;
            width: 300px;
        }

        .browseAllBreed .find .dropdown a:hover {
            text-decoration: none;
            color: inherit;
        }

    .browseAllBreed .showDetail {
        overflow: initial !important;
    }
/*--------------------------------------------------------------
# Start Browse all breeds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Menu navigation
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .menuNavbar .col1 h3 {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .col2 {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .menuNavbar .col1 {
        border-right: none;
    }
}
/*--------------------------------------------------------------
# End Menu navigation
--------------------------------------------------------------*/

#instagramFooter {
}

    #instagramFooter div img {
        width: 200px;
    }


.grayLineTop {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}

.logo-right {
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media (max-width: 480px) {
    .headerBg .right img {
        width: 100% !important;
    }
}

/* left-content */
.left-content {
    margin-top: 60px;
    margin-right: 5%;
    flex: 0 0 25%;
    max-width: 25%;
}

    .left-content h5 {
        color: #173e69;
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .left-content ul {
        margin-top: 20px;
        padding: 0;
    }

        .left-content ul li {
            padding: 14px 20px 14px 0;
            border-top: 1px solid #f0f0f0;
            background: url("/Content/images/arrow-menu.png") no-repeat center right;
            width: 100%;
            font-weight: 500;
            font-size: 15px;
        }

        .left-content ul .active {
            border-bottom: solid 0px transparent;
        }

            .left-content ul .active a {
                color: #f6b02b;
                font-weight: 600;
            }

        .left-content ul li a {
            color: black;
            font-weight: 500;
            font-size: 15px;
        }

            .left-content ul li a:hover {
                color: #f6b02b;
            }

@media (max-width: 575.98px) {
    .left-content {
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-reverse-mb {
        flex-direction: column-reverse;
    }
}
/* .right-content */
.right-content {
    margin-top: 60px;
    flex: 0 0 70%;
    max-width: 70%;
}

    .right-content h1 {
        font-size: 45px;
        color: #124e8a;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .right-content h2 {
        font-size: 24px;
        color: #000;
        font-family: 'gothic-bold';
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .right-content p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }

    .right-content .large-img {
    }

        .right-content .large-img img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

    .right-content h3 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 40px;
        font-weight: 500;
    }

    .right-content h4 {
        font-size: 15px;
        margin: 20px 0 30px 0;
        padding: 0;
        font-weight: 400;
        line-height: 26px;
    }

    .right-content h5 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    .right-content h6 {
        font-size: 16px;
        margin: 15px 0;
        padding: 0;
        font-weight: 600;
    }


    .right-content ul li {
        list-style: inherit;
        font-size: 16px;
        line-height: 24px;
        padding: 5px;
    }

    .right-content a:hover {
        text-decoration: underline;
    }

@media (max-width: 575.98px) {
    .right-content {
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .right-content h1 {
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 20px;
        }
}
/* Magazine */
.page-content-nsw {
}

    .page-content-nsw h1 {
        font-size: 45px;
        color: #124e82;
        font-weight: bold;
        line-height: 45px;
        margin: 40px 0;
    }
@media (max-width: 575.98px) {
    .page-content-nsw h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 30px 0;
    }
}
    .item-card {
        margin-bottom: 30px;
    }

        .item-card .thumb {
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
            background: #f9f9f9;
        }

            .item-card .thumb img {
                height: 200px;
            }

        .item-card h4 {
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
        }

        .item-card .description {
            font-size: 15px;
            font-weight: normal;
            line-height: 20px;
            margin: 15px 0 10px 0;
        }

        .item-card .find-out-more {
            color: #143d6a;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }
