﻿@font-face {
    font-family: 'gothamhtf-bold';
    src: url('./fonts/gothamhtf-bold.ttf') format('ttf'), url('./fonts/gothamhtf-bold.woff') format('woff'), url('./fonts/gothamhtf-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('./fonts/gothamhtf-book_2.woff2') format('woff2'), url('./fonts/gothamhtf-book_2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('./fonts/gothamhtf-light-webfont.woff2') format('woff2'), url('./fonts/gothamhtf-light-webfont.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: 'gothamhtf-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: #53ccf4;
    color: #fff;
    border: 1px solid #53ccf4;
}

    .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;
}

    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;
    }

.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: #ffd1df;
    }

.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: #c0e9fb;
    }

.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: #b1e4de;
    }

/*--------------------------------------------------------------
# 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;
}
.carousel-inner .active {
    border-bottom: 0;
}
.showDetail {
    overflow: hidden;
    word-wrap: break-word;
}

.showDetail ul {
	overflow: hidden;
}

    .showDetail h1 {
        font-size: 45px;
        color: #1b85be;
        font-family: 'gothamhtf-bold';
        line-height: 45px;
        margin-bottom: 30px;
    }

    .showDetail h2 {
        font-size: 26px;
        color: #000;
        font-family: 'gothamhtf-bold';
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
/*--------------------------------------------------------------
# DogsNswBreeds
--------------------------------------------------------------*/
.DogsNswBreeds {
    position: relative;
    padding: 30px 0px;
}

    .DogsNswBreeds .showDetail h1 {
        font-size: 45px;
        font-weight: bold;
        color: #1b85be;
        font-family: 'gothamhtf-bold';
    }

        .DogsNswBreeds .showDetail h1.BreedName {
            color: #000;
        }

    .DogsNswBreeds .showDetail h3 {
        font-size: 45pt;
        font-weight: bold;
        color: #000;
        font-family: 'gothamhtf-bold';
    }

    .DogsNswBreeds .showDetail p {
        font-size: 17px;
    }

    .DogsNswBreeds .showDetail button {
        background-color: #1b85be;
        border-radius: 4px;
        padding: 10px;
        border: 0px;
        color: #fff;
        cursor: pointer;
    }

    .DogsNswBreeds .leftContentDetail {
        position: relative;
        float: left;
        width: 100%;
        margin: 20px 0px;
        font-size: 15px;
    }

        .DogsNswBreeds .leftContentDetail .tp {
            text-align: center;
        }

            .DogsNswBreeds .leftContentDetail .tp span {
                position: relative;
                float: left;
                width: 100%;
                text-align: left;
            }

            .DogsNswBreeds .leftContentDetail .tp img {
                text-align: center;
                max-width: 100%;
            }

        .DogsNswBreeds .leftContentDetail .rowColContent {
            position: relative;
            float: left;
            width: 100%;
            padding: 10px 0px;
            margin-top: 20px;
            border-top: 1px solid #efefef;
        }

            .DogsNswBreeds .leftContentDetail .rowColContent .col30,
            .DogsNswBreeds .leftContentDetail .rowColContent .col70 {
                position: relative;
                float: left;
                text-align: left;
            }

            .DogsNswBreeds .leftContentDetail .rowColContent .col30 {
                width: 30%;
            }

            .DogsNswBreeds .leftContentDetail .rowColContent .col70 {
                width: 70%;
            }
/*--------------------------------------------------------------
# end DogsNswBreeds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #0161a2;
            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: #13a6d8;
            text-decoration: none;
            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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# pageContentDetail
--------------------------------------------------------------*/
.pageContentDetail {
    padding: 65px 0px;
}

    .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 p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }

.pageContentDetail .showDetail p img {
        max-width: 100%;
    }
/*--------------------------------------------------------------
# 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: 'gothamhtf-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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# breedstandards
--------------------------------------------------------------*/
.breedstandards .showDetail h1 {
    font-size: 45px;
    font-weight: bold;
    color: #1b85be;
    padding-bottom: 30px;
    font-family: 'gothamhtf-bold';
}
/*--------------------------------------------------------------
# End breedstandards
--------------------------------------------------------------*/
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active {
	background-color: #c6f1ff;
	cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 17px;
	padding-right: 16px;
}

.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: #57cdf5;
    }

.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: 50px;
	background-color: #f1fbfe;
}

.Newsandupdates .showDetail .itemRow .pic {
    overflow: hidden;
}
/*nav-top-menu*/
.nav-height-custom {
    min-height: 50px;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .nav-height-custom {
        overflow-x: auto;
        height: 300px;
    }
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
    .nav-height-custom {
        overflow-x: auto;
        height: 180px;
    }
}
/*--------------------------------------------------------------
# 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: #bfbfbf;
    background: inherit;
}
.find .btn.disabled, .btn:disabled {
	opacity: 1.0;
	background: #cacaca;
}
/*--------------------------------------------------------------
# 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: 'gotham_htflight';
}

.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: gothamhtf-bold;
}

.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: gothamhtf-bold;
    height: 38px;
}
.form-control {
    height: 38px;
    border: 0;
    font-size: 14px;
}
.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: gothamhtf-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: 46px;
        letter-spacing: -2px;
    }

    .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 .showDetail h1 {
    font-size: 45px;
    font-weight: bold;
    color: #1b85be;
    /*padding-bottom: 30px;*/
    font-family: 'gothamhtf-bold';
}
.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;
	font-weight: bold;
	color: #1b85be;
	font-family: 'gothamhtf-bold';
}

.BrowseAllBreedDetail .detailHeader h1.BreedName {
	color: #000;
}

.BrowseAllBreedDetail h2 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	font-family: 'gothamhtf-bold';
}

.BrowseAllBreedDetail .leftContentDetail {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px;
	font-size: 15px;
}
.BrowseAllBreedDetail .leftContentDetail .detailImg{
	float: right;
	/*width: 250px;*/
	margin: 10px 5px;
	width: 100%;
}
/*--------------------------------------------------------------
# end BrowseAllBreedDetail
--------------------------------------------------------------*/