﻿@font-face {
    font-family: 'gothic-bold';
    src: url('./fonts/gothic-bold.ttf') format('ttf'), url('./fonts/gothic-bold.woff') format('woff'), url('./fonts/gothic-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic';
    src: url('./fonts/gothic.ttf') format('ttf'), url('./fonts/gothic.woff2') format('woff2'), url('./fonts/gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.font14 {
    font-size: 12px;
}

nav .dropdown-menu a {
    line-height: 20px;
    display: block;
}

.buying .colDog2 .buging a {
    /*border-radius: 5px;
    border: 0px;
    background-color: #a7315d;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;*/
}

    .buying .colDog2 .buging a:hover {
        background-color: #942850;
    }

    .buying .colDog2 .buging a img {
        padding-right: 10px;
    }

.showing .colDog1 .buging a {
    /* border-radius: 5px;
    border: 0px;
    background-color: #199188;
    padding: 15px;
    color: #fff;
    cursor: pointer;*/
    display: inline-block;
}

    .showing .colDog1 .buging a:hover {
        background-color: #17837b;
    }

    .showing .colDog1 .buging a img {
        padding-right: 10px;
    }

.breeding .colDog2 .buging a {
    /*  border-radius: 5px;
    border: 0px;
    background-color: #4aa6c9;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;*/
}

    .breeding .colDog2 .buging a:hover {
        background-color: #3a88a5;
    }

    .breeding .colDog2 .buging a img {
        padding-right: 10px;
    }

.pageContentDetail .showDetail b {
    color: #000;
    padding: 10px 0px;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'gothic-bold';
    font-weight: normal;
}

.Newsandupdates .showDetail .itemRow .contentRow p {
    float: none;
}

.Upcomingeventsdetail .showDetail .itemEvent .eventRow {
    float: none;
}

.breedstandards .showDetail .btnView a {
    background-color: #53ccf4;
    border-radius: 4px;
    padding: 8px 25px;
    color: #fff;
    border: 0px;
    display: inline-block;
}

.breedstandards #breedStandradSearch {
    display: inline-block;
}

.breedstandards .showDetail .btnView input {
    padding: 7px 8px;
}

.pagination-nsw {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.pagination-nsw-row {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.pagination-nsw span, .pagination-nsw a {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #dedfe2;
}

.pagination-nsw li a {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #dedfe2;
}

.pagination-nsw .active a,
.pagination-nsw .PagedList-skipToPrevious a,
.pagination-nsw .PagedList-skipToNext a {
    font-weight: bold;
    background: #53ccf4;
    color: #fff;
    border: 1px solid #53ccf4;
}

    .pagination-nsw .active a:hover {
        color: #fff;
    }

.pagination-nsw .current {
    padding: 8px 12px;
    font-weight: bold;
    background: #53ccf4;
    color: #fff;
    border: 0px;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
    display: flex;
}

.pagination-row {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.pagination-row {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.pagination li a {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #dedfe2;
}

.pagination .active a,
.pagination .PagedList-skipToPrevious a,
.pagination .PagedList-skipToNext a {
    font-weight: bold;
    background: #f69a32;
    color: #fff;
    border: 1px solid #f69a32;
}

    .pagination .PagedList-skipToNext a:after {
        content: '>'
    }

    .pagination .PagedList-skipToPrevious a:after {
        content: '<'
    }

    .pagination .active a:hover {
        color: #fff;
    }

.sliderBanner .blockTextBanner {
    left: 18px;
}

    .sliderBanner .blockTextBanner a {
        text-align: left;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        border: 0px;
        background-color: #0161a2;
        color: #fff;
        margin-top: 20px;
        display: inline-block;
    }

/*** FROM MINH NAVBAR HOVER ***/
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-hover {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-hover-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0px;
}

    /* Links inside the dropdown */
    .dropdown-hover-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-hover-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown-hover:hover .dropdown-hover-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-hover:hover .dropbtn {
    background-color: #3e8e41;
}
/*********END NAVBAR HOVER**********/
.ellipsis {
    max-height: 80px !important;
}

.news-detail-img {
    float: right;
    margin-left: 20px;
}

.datetime {
    color: #1b85be;
    font-weight: bold;
    padding-bottom: 10px;
}

.news-detail-title {
    padding: 0px !important;
}

nav .dropdown-menu a {
    color: #000 !important;
    line-height: 20px;
    display: block;
    white-space: normal;
    padding: .4rem 1.5rem;
}

    nav .dropdown-menu a:hover {
        color: #48b6e2 !important;
    }

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        /*color: #9adef6;*/
        text-decoration: underline;
        border-bottom: solid 0 transparent !important;
    }

.buying .colDog3 .linkDetail .link {
    width: 100%;
}

    .buying .colDog3 .linkDetail .link a {
        color: #fff;
        width: 95%;
        float: left;
    }

    .buying .colDog3 .linkDetail .link p:hover {
        /* text-decoration: underline;*/
        color: #fff;
    }

.breeding .colDog3 .linkDetail .link {
    width: 100%;
}

    .breeding .colDog3 .linkDetail .link a {
        color: #fff;
        width: 95%;
        float: left;
    }

    .breeding .colDog3 .linkDetail .link p:hover {
        /* text-decoration: underline;*/
        color: #fff;
    }

.showing .colDog2 .linkDetail .link {
    width: 100%;
}

    .showing .colDog2 .linkDetail .link a {
        color: #fff;
        width: 95%;
        float: left;
    }

    .showing .colDog2 .linkDetail .link p:hover {
        /*  text-decoration: underline;*/
        color: #fff;
    }

/*--------------------------------------------------------------
# Start Find a breed club
--------------------------------------------------------------*/
/*.findBreed table {
	overflow-y: auto;
	max-height: 500px;
	display: inline-block;
}*/

.findBreed .showDetail .btnView a {
    background-color: #53ccf4;
    border-radius: 4px;
    padding: 8px 25px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.findBreed .showDetail .btnView form {
    display: inline-block;
}

.findBreed .showDetail .btnView form {
    display: inline-block;
}

.findBreed .list .mail a {
    color: #53ccf4;
}

.findBreed #table-club_filter {
    display: none;
}

.findBreed #table-club_info {
    display: none;
}

.findBreed table.dataTable.no-footer {
    border-bottom: none;
}

.findBreed #table-club_paginate {
    float: none;
    text-align: center;
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
    /*display: flex;*/
}

    .findBreed #table-club_paginate a {
        display: inline-block;
        margin-right: 5px;
        padding: 8px 12px;
        text-decoration: none;
        color: #000;
        background: transparent;
        border-radius: 3px;
        border: 1px solid #dedfe2;
    }

        .findBreed #table-club_paginate a.current,
        .findBreed #table-club_paginate a.next,
        .findBreed #table-club_paginate a.previous {
            font-weight: bold;
            background: #53ccf4;
            color: #fff !important;
            border: 1px solid #53ccf4;
        }

        .findBreed #table-club_paginate a.disabled {
            display: none;
        }

#table-club_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}
/*--------------------------------------------------------------
# Start Find a breed club
--------------------------------------------------------------*/
.sliderBanner .blockTextBanner p strong {
    color: #000;
    /*text-decoration: underline;*/
}

    .sliderBanner .blockTextBanner p strong i {
        font-size: 24px;
    }

.carousel-inner .item {
    margin-bottom: 10px;
}

.showDetail {
    overflow: hidden;
    word-wrap: break-word;
}

    .showDetail ul {
        overflow: hidden;
    }

    .showDetail h1 {
        font-size: 45px;
        color: #1b85be;
        font-family: 'gothic-bold';
        line-height: 45px;
        margin-bottom: 30px;
    }

    .showDetail h2 {
        font-size: 26px;
        color: #000;
        font-family: 'gothic-bold';
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
/*--------------------------------------------------------------
# DogsVictoriaBreeds
--------------------------------------------------------------*/
.DogsVictoriaBreeds {
    position: relative;
    padding: 30px 0px;
}

    .DogsVictoriaBreeds .showDetail h1 {
        font-size: 45px;
        font-weight: bold;
        color: #1b85be;
        font-family: 'gothic-bold';
    }

        .DogsVictoriaBreeds .showDetail h1.BreedName {
            color: #000;
        }

    .DogsVictoriaBreeds .showDetail h3 {
        font-size: 45pt;
        font-weight: bold;
        color: #000;
        font-family: 'gothic-bold';
    }

    .DogsVictoriaBreeds .showDetail p {
        font-size: 17px;
    }

    .DogsVictoriaBreeds .showDetail button {
        background-color: #1b85be;
        border-radius: 4px;
        padding: 10px;
        border: 0px;
        color: #fff;
        cursor: pointer;
    }

    .DogsVictoriaBreeds .leftContentDetail {
        position: relative;
        float: left;
        width: 100%;
        margin: 20px 0px;
        font-size: 15px;
    }

        .DogsVictoriaBreeds .leftContentDetail .tp {
            text-align: center;
        }

            .DogsVictoriaBreeds .leftContentDetail .tp span {
                position: relative;
                float: left;
                width: 100%;
                text-align: left;
            }

            .DogsVictoriaBreeds .leftContentDetail .tp img {
                text-align: center;
                max-width: 100%;
            }

        .DogsVictoriaBreeds .leftContentDetail .rowColContent {
            position: relative;
            float: left;
            width: 100%;
            padding: 10px 0px;
            margin-top: 20px;
            border-top: 1px solid #efefef;
        }

            .DogsVictoriaBreeds .leftContentDetail .rowColContent .col30,
            .DogsVictoriaBreeds .leftContentDetail .rowColContent .col70 {
                position: relative;
                float: left;
                text-align: left;
            }

            .DogsVictoriaBreeds .leftContentDetail .rowColContent .col30 {
                width: 30%;
            }

            .DogsVictoriaBreeds .leftContentDetail .rowColContent .col70 {
                width: 70%;
            }
/*--------------------------------------------------------------
# end DogsVictoriaBreeds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# start approvedBreeders
--------------------------------------------------------------*/
.approvedBreeders .titleBreedsRight {
    position: relative;
    float: left;
    width: 100%;
    font-size: 26px;
    color: #000;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.approvedBreeders .itemBreedsRight {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

    .approvedBreeders .itemBreedsRight .contentRow {
        position: relative;
        float: right;
        width: 70%;
    }

        .approvedBreeders .itemBreedsRight .contentRow h4 {
            color: #124e8a;
            font-size: 28px;
            margin-bottom: 0px;
        }

        .approvedBreeders .itemBreedsRight .contentRow p {
            margin-bottom: 10px;
        }

        .approvedBreeders .itemBreedsRight .contentRow i,
        .approvedBreeders .itemBreedsRight .contentRow a {
            font-style: normal;
            text-align: left;
            position: relative;
            float: left;
            width: 100%;
            font-size: 14px;
        }

        .approvedBreeders .itemBreedsRight .contentRow a {
            color: #124e8a;
            text-decoration: none;
            margin-bottom: 10px;
        }

            .approvedBreeders .itemBreedsRight .contentRow a:hover {
                color: #124e8a;
                text-decoration: underline;
                margin-bottom: 10px;
            }

        .approvedBreeders .itemBreedsRight .contentRow span {
            text-transform: uppercase;
            color: #000;
            font-size: 13px;
        }

        .approvedBreeders .itemBreedsRight .contentRow .viewDetail a {
            text-transform: uppercase;
            color: #000;
            font-size: 13px;
            font-weight: bold;
        }

.approvedBreeders .itemBreedsRight {
    padding: 30px 0px;
}

    .approvedBreeders .itemBreedsRight .pic {
        position: relative;
        display: inline-block;
        width: 95px;
        height: 95px;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 50%;
        vertical-align: bottom;
        margin-right: 15px;
        float: left;
    }

        .approvedBreeders .itemBreedsRight .pic img {
            width: auto;
            /*max-width: 100%;*/
            height: 100%;
            border: 0 none;
            /*border-radius: 50%;*/
            vertical-align: middle;
            display: inline;
            margin-left: -20px;
        }

    .approvedBreeders .itemBreedsRight .alPicAuto {
        position: absolute;
        /*z-index: 9;*/
        top: 0px;
        right: 0px;
    }
/*--------------------------------------------------------------
# end approvedBreeders
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# breedstandards
--------------------------------------------------------------*/
.breedstandards .showDetail h1 {
    font-size: 45px;
    font-weight: bold;
    color: #1b85be;
    padding-bottom: 30px;
    font-family: 'gothic-bold';
}
/*--------------------------------------------------------------
# End breedstandards
--------------------------------------------------------------*/
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #fff;
    cursor: pointer;
    color: #1b85be !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.search-dropdown {
    width: 300px !important;
    left: initial;
    right: 234px;
}

nav .dropdown-menu a.nsw-button-nav {
    border-radius: 3px;
    border: 0px;
    background-color: #0161a2;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 6px;
    color: #fff !important;
    display: inline-block;
    background: #0161a2;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
}

    nav .dropdown-menu a.nsw-button-nav:hover {
        background: #124e8a;
    }

.navbar-expand-lg .navbar-nav a.nav-link {
    cursor: pointer;
}

.main-table span.full-name {
    font-weight: bold;
    width: 100%;
}

.sliderBanner .carousel-item {
    max-height: 690px;
    min-height: 0px;
}

#custom-search-input {
    padding: 0px 15px !important;
}

#headerForm {
    width: 100%;
}

#custom-search-input .search-query {
    padding-right: 41px;
    width: 100%;
}

#custom-search-input button {
    position: absolute;
    left: initial;
    right: 0px;
    top: 0px;
}

.li-search {
    position: relative !important;
}

.navbar-expand-lg .navbar-nav .menuNavbar {
    right: 0px;
    left: initial;
    top: 52px;
    background-color: #fff;
    border-bottom: solid 5px #c1d731;
}

.Newsandupdates .showDetail .itemRow .pic {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Find dropdown Start
--------------------------------------------------------------*/
.find .dropdown-menu {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .find .dropdown-menu a:not(.selected):hover {
        background-color: #53ccf4;
    }

    .find .dropdown-menu a.selected {
        /*color: #fff;*/
        background: inherit;
    }

.find .btn.disabled, .btn:disabled {
    opacity: 1.0;
    background: #fff;
}
/*--------------------------------------------------------------
# Find dropdown End
--------------------------------------------------------------*/
.Upcomingevents .showDetail .itemEvent .eventRow .date {
    z-index: 0;
}

.buying .colDog2 .buging h3,
.showing .colDog1 .buging h3,
.breeding .colDog2 .buging h3 {
    font-family: 'gothic';
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.breedstandards .tab .dog {
    padding: 10px 0;
}

    .breedstandards .tab .dog span {
        margin-left: 25px;
        max-width: 450px;
    }

.breedstandards .tab .nav-tabs .nav-item {
    margin-right: initial;
    flex: 1 1 100%;
    -ms-flex: 1;
    /*display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;*/
    padding: 3px;
}

    .breedstandards .tab .nav-tabs .nav-item a {
        float: none;
        height: 100px;
    }

        .breedstandards .tab .nav-tabs .nav-item a span {
            font-size: 13px;
        }

.breedstandards .tab .nav-tabs .nav-link {
    min-height: 70px;
}

    .breedstandards .tab .nav-tabs .nav-item.show .nav-link,
    .breedstandards .tab .nav-tabs .nav-link.active {
        float: none;
        color: #000;
    }

#tabsJustified, #tabsJustified_BrowseAllBreed {
    flex-wrap: initial;
}

.buying .colDog3 .linkDetail .link p,
.showing .colDog2 .linkDetail .link p,
.breeding .colDog3 .linkDetail .link p {
    text-decoration: none;
}

    .buying .colDog3 .linkDetail .link p:hover,
    .showing .colDog2 .linkDetail .link p:hover,
    .breeding .colDog3 .linkDetail .link p:hover {
        text-decoration: underline;
        /* color: #fff !important; */
    }

.slider h4 {
    margin: 30px 0px;
}

.slider .iconCamera img {
    padding: 30px 0px;
}

.bgFooter h2 {
    /*padding: 40px 0px 30px 0px;*/
    margin: 0px;
    font-family: gothic;
}

.bgFooter input:focus,
.bgFooter input[type]:focus {
    box-shadow: none;
    outline: 0 none;
    border: 1px solid #ced4da;
}

.bgFooter .btnSignUp button {
    padding: 7px 29px;
    font-family: gothic-bold;
    font-size: 18px;
}

.bgFooter .container .row > div {
    padding: 0px 3px;
    font-size: 12px;
}

#subForm > div {
    padding: 0px 3px;
    font-size: 12px;
}

#subForm {
    width: 100%;
    display: flex;
}

.copyright p {
    font-size: 12px;
}

/*.navbar-expand-lg .navbar-nav .menuNavbar .colrow h3 {
    font-family: gothic-bold;
    font-size: 17px;
}*/

.rowFooter a {
    color: inherit;
}

    .rowFooter a:hover {
        text-decoration: underline;
    }

.rowFooter .container .row > div {
    padding: 0px;
}

@media (min-width: 768px) {

    .buying .colDog2 .buging h3,
    .showing .colDog1 .buging h3,
    .breeding .colDog2 .buging h3 {
        font-size: 36px;
    }

    .buying .container-fluid > .row,
    .breeding .container-fluid > .row,
    .showing .container-fluid > .row {
        display: flex;
    }

        .buying .container-fluid > .row > div,
        .breeding .container-fluid > .row > div,
        .showing .container-fluid > .row > div {
            flex: auto;
        }

    .buying .colDog1, .buying .colDog2, .buying .colDog3,
    .showing .colDog1, .showing .colDog2, .showing .colDog3,
    .breeding .colDog1, .breeding .colDog2, .breeding .colDog3 {
        width: 33.333333333333%;
        overflow: hidden;
    }

    .buying .colDog2,
    .showing .colDog2,
    .breeding .colDog2 {
        max-width: 400px;
    }

    .buying .colDog1 img,
    .showing .colDog3 img,
    .breeding .colDog1 img {
        height: 100%;
        width: auto;
        max-width: initial;
        float: left;
    }

    .showing .colDog3 img {
        float: left;
    }

    .buying .colDog3 .linkDetail,
    .showing .colDog3 .linkDetail,
    .breeding .colDog3 .linkDetail,
    .showing .colDog1 .buging {
        width: 100%;
        max-width: 400px;
    }

        .buying .colDog2 .buging a,
        .showing .colDog1 .buging a,
        .breeding .colDog2 .buging a {
            font-weight: 700;
            font-size: 17px;
            margin-top: 20px;
        }

        .buying .colDog2 .buging p, .buying .colDog3 .linkDetail .link,
        .showing .colDog1 .buging p, .showing .colDog2 .linkDetail .link,
        .breeding .colDog2 .buging p, .breeding .colDog3 .linkDetail .link {
            font-size: 17px;
        }
}

@media (min-width: 1440px) {
    .buying .colDog1 img, .showing .colDog3 img, .breeding .colDog1 img {
        width: 100%;
        height: auto;
        ;
    }
}

@media (max-width: 1025px) {
    .sliderBanner .blockTextBanner {
        top: 80px;
    }
}

@media (max-width: 767px) {
    .buying .colDog3 .linkDetail, .breeding .colDog3 .linkDetail {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .sliderBanner .blockTextBanner {
        top: 10px;
    }
}

@media (max-width: 767px) {
    #subForm {
        width: 100%;
        display: inline;
    }
}

}
/*--------------------------------------------------------------
# Start browseAllBreed
--------------------------------------------------------------*/
.browseAllBreed .showDetail .btnView a {
    background-color: #53ccf4;
    border-radius: 4px;
    padding: 8px 25px;
    color: #fff;
    border: 0px;
    display: inline-block;
}

.browseAllBreed #browseAllBreedSearch {
    display: inline-block;
    margin: 20px;
}

.browseAllBreed .showDetail .btnView input {
    padding: 7px 8px;
    width: 300px;
}


.browseAllBreed .tab .dog {
    padding: 10px 0;
}

    .browseAllBreed .tab .dog span {
        margin-left: 25px;
        max-width: 450px;
    }

.browseAllBreed .tab .nav-tabs .nav-item {
    margin-right: initial;
    flex: 1 1 100%;
    -ms-flex: 1;
    /*display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;*/
    padding: 3px;
}

    .browseAllBreed .tab .nav-tabs .nav-item a {
        float: none;
        height: 100px;
    }

        .browseAllBreed .tab .nav-tabs .nav-item a span {
            font-size: 13px;
        }

.browseAllBreed .tab .nav-tabs .nav-link {
    min-height: 70px;
}

    .browseAllBreed .tab .nav-tabs .nav-item.show .nav-link,
    .browseAllBreed .tab .nav-tabs .nav-link.active {
        float: none;
        color: #000;
    }
/*--------------------------------------------------------------
# End browseAllBreed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start BrowseAllBreedDetail
--------------------------------------------------------------*/
.BrowseAllBreedDetail {
    position: relative;
    padding: 30px 0px;
}

    .BrowseAllBreedDetail .detailHeader h1 {
        margin-bottom: 0px;
        font-size: 45px;
        color: #124e8a;
        font-family: 'gothic-bold';
    }

        .BrowseAllBreedDetail .detailHeader h1.BreedName {
            color: #000;
        }

    .BrowseAllBreedDetail h2 {
        font-size: 26px;
        color: #000;
        font-family: 'gothic-bold';
    }

    .BrowseAllBreedDetail .leftContentDetail {
        position: relative;
        float: left;
        width: 100%;
        margin: 20px 0px;
        font-size: 16px;
        text-justify: none;
    }

        .BrowseAllBreedDetail .leftContentDetail .detailImg {
            float: right;
            /*width: 250px;*/
            margin: 10px 5px;
            width: 100%;
        }
/*--------------------------------------------------------------
# end BrowseAllBreedDetail
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# pageContentDetail
--------------------------------------------------------------*/
.pageContentDetail {
    padding: 65px 0px;
}

    .pageContentDetail .showDetail h1 {
        font-size: 45px;
        color: #124e8a;
        font-family: 'gothic-bold';
        line-height: 45px;
        margin-bottom: 30px;
    }

    .pageContentDetail .showDetail p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }

        .pageContentDetail .showDetail p strong {
            font-family: 'gothic-bold';
        }

        .pageContentDetail .showDetail p img {
            max-width: 100%;
        }

    .pageContentDetail .showDetail b {
        font-size: 26px;
        line-height: 26px;
        color: #000;
        padding: 10px 0px;
        position: relative;
        float: left;
        width: 100%;
        font-family: 'gothic-book';
    }
/* for mobile */
@media (max-width: 575.98px) {
    .pageContentDetail {
        padding: 20px 0px;
    }

        .pageContentDetail .showDetail h1 {
            font-size: 28px;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .pageContentDetail .showDetail h2 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 15px;
            margin-top: 15px;
        }
    .pageContentDetail .showDetail p img {
        width: 100% !important;
        height: auto !important;
    }
}
/*--------------------------------------------------------------
# end pageContentDetail
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start rightShowDetail
--------------------------------------------------------------*/
.rightShowDetailRoot {
    /*margin-left: 50px;*/
}

.rightShowDetail {
    padding-top: 60px;
}

    .rightShowDetail b {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        padding: 20px 0px;
        position: relative;
        float: left;
        width: 100%;
        font-family: 'gothic-bold';
    }

    .rightShowDetail .like {
        border-top: 1px solid #d1e7f2;
        padding: 20px 0px;
        position: relative;
        float: left;
        width: 100%;
    }

        .rightShowDetail .like p {
            margin-bottom: 0px;
            font-size: 17px;
        }

            .rightShowDetail .like p b {
                color: #1b85be;
                font-weight: bold;
                padding: 0px;
                font-size: 17px;
                float: none;
            }

    .rightShowDetail .pc {
        margin-top: 20px;
    }

        .rightShowDetail .pc img {
            width: 100%;
        }
/*--------------------------------------------------------------
# end rightShowDetail
--------------------------------------------------------------*/


/* dogsvic*/
.page-content-vic {
    padding: 65px 0px;
}

    .page-content-vic h1 {
        font-size: 45px;
        color: #124e82;
        font-weight: bold;
        line-height: 45px;
        margin-bottom: 30px;
    }

.umbraco {
}

    .umbraco .item-card {
        background: white;
        margin: 0 0 30px 0;
        position: relative;
    }

        .umbraco .item-card .thumb {
            width: 100%;
        }

            .umbraco .item-card .thumb img {
                height: 200px;
                width: 100%;
                object-fit: contain;
                background: #fafafa;
            }

        .umbraco .item-card .header {
            color: black;
            font-size: 20px;
            line-height: 25px;
            margin: 15px 0;
            padding: 0;
            font-weight: 600;
        }

        .umbraco .item-card .description {
            color: black;
            font-size: 15px;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            /*max-height: 70px;
            height: 70px;*/
        }

        .umbraco .item-card .readnow {
            color: #143d6a;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            display: block;
            margin-top: 10px;
        }

            .umbraco .item-card .readnow:hover {
                text-decoration: underline;
            }
/* 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: 18px 20px 18px 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;
            }
/* advance */
.carousel-inner {
}

    .carousel-inner .item {
    }

    .carousel-inner .active {
        border-bottom: solid 0 transparent !important;
    }

    .carousel-inner .item img {
        width: 100% !important;
        height: 217px;
    }
/* .right-content */
.right-content {
    margin-top: 60px;
    flex: 0 0 70%;
    max-width: 70%;
}

    .right-content h1 {
        font-size: 45px;
        color: #124e8a;
        font-family: 'gothic-bold';
        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;
    }


/* custom header menu */
.navbar {
    padding: 0 !important
}

.navbar-nav {
    min-height: 54px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 11px !important;
}

@media (max-width: 575.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 15px !important;
    }

    .navbar-toggler {
        border: 0;
        display: flex;
        align-items: center;
    }

        .navbar-toggler span {
            display: block;
            margin-left: 5px;
        }

    .navbar-toggler-icon {
        padding: 0.25rem 0.75rem;
        border-color: rgba(255,255,255,.1);
    }

    .navbar button:focus {
        outline: 0;
    }
}

a.btn.breeder-login {
    padding: 15px;
}

/*--------------------------------------------------------------
# TABLE FORMATTING
--------------------------------------------------------------*/

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

th {
    text-align: left;
    font-family: 'gothic-bold';
}

.buging a{
    color: #fff;
}

.buging a:hover {
    color: #fff;
    text-decoration: underline;
}

.buying .colDog2 .buging a:hover, .showing .colDog1 .buging a:hover, .breeding .colDog2 .buging a:hover {
    background: transparent;
}
