@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: "gothic" !important;
    font-size: 15px;
}

.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-color: #fff;
}

    .headerBg .left {
        position: relative;
    }

        .headerBg .left img {
            position: relative;
            float: left;
            padding-top: 30px;
            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: #f69a32 !important;
}

.find {
    background-color: #1b85be;
    padding: 70px 0px 80px;
}

    .find h2 {
        color: #fff;
        font-family: "gothic";
    }

    .find .dropdownlist {
        background-color: #fff;
        color: #000;
        width: 100%;
        text-align: left;
    }

        .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;
        }

    .find .dropdown-menu {
        width: 100%;
    }

    .find .list {
        position: relative;
        float: left;
        width: 100%;
    }

    .find .dropdown {
        /*margin-top: 15px;*/
    }
/* for mobile */
@media (max-width: 575.98px) {
    .find {
        padding: 20px 0px 20px;
    }

        .find h2 {
            font-size: 24px;
        }

        .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: 12px;
    color: #fff;
}

.more-detail .more-detail-value {
    font-size: 12px;
    margin-top: 30px;
}


.nav-height-custom {
    min-height: 0 !important;
}

a.btn.breeder-login {
    color: #fff;
}

/*--------------------------------------------------------------
# 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: 0;
        margin-right: 40px;
        position: relative;
        width: 22%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
/* for mobile */
@media (max-width: 575.98px) {
    .navbar-expand-lg .navbar-nav .menuNavbar .col1 {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-collapse {
        max-height: 200px;
        overflow-y: auto;
    }
}

.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: #124e8a;
    font-size: 16px;
    font-family: gothic-bold;
}

.navbar-expand-lg .navbar-nav .menuNavbar .colrow h3 {
    color: #124e8a;
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 0px 0px 0px;
    font-family: gothic-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: #124e8a;
    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: "gothic";
        }

        .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: 'gothic-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: #124e8a;
            /*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: "gothic"
        }

    .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: #124e8a;
    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: 0px;
}

    .buying .colDog1 {
        width: 40%;
    }

    .buying .colDog2 {
        width: 20%;
        background-color: #124e8a;
    }

    .buying .colDog3 {
        width: 40%;
        background-color: #124e8a;
    }

    .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 #4171a1;
            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: 0px;
}

    .showing .colDog1 {
        width: 40%;
        background-color: #f69a32;
    }

    .showing .colDog2 {
        width: 20%;
        background-color: #f69a32;
    }

    .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 #f8ae5b;
            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: #c1d541;
    }

    .breeding .colDog3 {
        width: 40%;
        background-color: #c1d541;
    }

    .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 #cddd67;
            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
--------------------------------------------------------------*/



/* for mobile */
@media (max-width: 575.98px) {
}

.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: 'gothic-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: 'gothic-bold';
        text-align: left;
        color: #fff;
        padding-top: 50px;
    }

    .banner span {
        font-size: 24px;
        font-family: 'gothic-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: #124e8a;
        }

        .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: 'gothic-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: 'gothic-bold';
    }

    .gallery .sliderRightThumb b {
        font-size: 15px;
        font-family: 'gothic';
    }

    .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: 'gothic-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: 'gothic-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: 'gothic-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: 'gothic-bold';
                    font-size: 22px;
                    margin-bottom: 0px;
                    /*font-weight: bold;*/
                }

                .Newsandupdates .showDetail .itemRow .contentRow b {
                    font-family: 'gothic-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: #124e8a;*/
                    font-size: 17px;
                }
/*--------------------------------------------------------------
# end Newsandupdates
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Upcomingevents
--------------------------------------------------------------*/
.Upcomingevents {
    padding: 30px 0px;
}

    .Upcomingevents .showDetail h2 {
        font-size: 45pt;
        font-weight: bold;
        color: #1b85be;
        /*padding-bottom: 30px;*/
        font-family: 'gothic-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: 'gothic-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: 'gothic-bold'
                }

                .Upcomingevents .showDetail .itemEvent .eventRow .date span {
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-family: 'gothic-bold'
                }
/*--------------------------------------------------------------
# end Upcomingevents
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Upcomingeventsdetail
--------------------------------------------------------------*/
.Upcomingeventsdetail {
    padding: 30px 0px;
}

    .Upcomingeventsdetail .showDetail h2 {
        font-size: 24px;
        color: #000;
        font-family: 'gothic-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: 'gothic-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: 'gothic-bold'
                }

                .Upcomingeventsdetail .showDetail .itemEvent .eventRow .date span {
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-family: 'gothic-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: 'gothic-bold';
        }

        .breedstandards .showDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothic-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: 'gothic-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: 'gothic-bold';
        }

        .findBreed .showDetail b {
            font-size: 26px;
            font-weight: bold;
            color: #000;
            padding: 10px 0px;
            position: relative;
            float: left;
            width: 100%;
            font-family: 'gothic-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: 'gothic-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;
    }

/* Find a Club */

.find-a-club {
    margin: 50px 0;
}

    .find-a-club h2 {
        font-size: 36px;
        font-weight: bold;
        color: #124e8a;
        margin-bottom: 15px;
        font-family: 'gothic-bold';
    }
    .find-a-club p {
        font-size: 14px;
        font-weight: normal;
        color: #4b4b4b;
        line-height: 24px;
    }
    .find-a-club select {
        background: url('../Content/images/select-arrow.png') no-repeat right center #edf1f2;
        border-radius: 20px;
        border: 0;
        height: 34px;
        padding: 0 15px;
        line-height: 34px;
        margin-bottom: 30px;
        width: 220px;
    }
    .find-a-club .table > thead > tr > th {
        border-top: 0;
    }
/*--------------------------------------------------------------
# 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: #124e8a;
            text-align: left;
            font-family: 'gothic-bold'
        }

        .sliderBanner .blockTextBanner p {
            text-align: left;
            color: #fff;
            font-size: 54px;
            font-weight: bold;
            font-family: 'gothic-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 h1 {
            font-size: 45px;
            font-weight: bold;
            color: #124e8a;
            font-family: 'gothic-bold';
        }

        .browseAllBreed .showDetail h2 {
            font-size: 45pt;
            font-weight: bold;
            color: #1b85be;
            padding-bottom: 30px;
            font-family: 'gothic-bold';
        }
/* for mobile */
@media (max-width: 575.98px) {
    .browseAllBreed {
        padding: 20px 0px;
    }

        .browseAllBreed .showDetail h1 {
            font-size: 24px;
            padding-bottom: 0;
            line-height: 24px;
            margin-bottom: 15px;
        }
}

.browseAllBreed .showDetail b {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding: 10px 0px;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'gothic-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: 'gothic-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;
    }
}

/*find-my-breed-question*/
/* for mobile */
@media (max-width: 575.98px) {
    .find-my-breed-question .p-5 {
        padding: 20px !important;
    }

    .find-my-breed-question ul.list-answer li {
        padding: 15px !important;
        min-height: 60px !important;
    }

    .find-my-breed-question img {
        width: 100%;
    }
}
/**/
.find-my-breed-header {
    background: #fff url('/media/4366/breed-matcher.jpg') top center no-repeat;
    width: 100%;
    height: 452px;
    position: relative;
}

    .find-my-breed-header h1 {
        padding: 20px 30px 20px 30px;
        font-size: 45px;
        color: #124e8a;
        line-height: 45px;
        margin-bottom: 0px;
        position: absolute;
        bottom: 0px;
        margin-left: -30px;
        font-family: 'gothic-bold'
    }

@media (max-width: 575.98px) {
    .find-my-breed-header h1 {
        font-size: 26px !important;
        line-height: 28px !important;
    }
}

/*Microchip Search*/
.microchip-search {
    /*background-color: #313131;*/
    color: white;
    background: url('../Content/images/micrchip-search-img.jpg') no-repeat right center #313131;
    background-size: 48vw;
    height: 570px;
}

    .microchip-search img {
        width: 100%;
    }

    .microchip-search .flex-start-center {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .microchip-search h2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
    }

    .microchip-search h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
    }

    .microchip-search p {
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
        margin: 0;
    }

    .microchip-search .box {
        background: #464646;
        padding: 30px;
        border-radius: 10px;
        margin: 20px 0;
    }

    .microchip-search span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: 15px;
    }

    .microchip-search .box .form-group {
        display: flex;
        margin-bottom: 0;
    }

        .microchip-search .box .form-group input[type=text] {
            background-color: white;
            border: none;
            /*color: white;*/
            flex: 1;
            height: 40px;
            border-radius: 2px;
            margin-right: 10px;
            line-height: 14px;
            font-size: 14px;
            padding: 0 15px;
        }

            .microchip-search .box .form-group input[type=text]:focus {
                color: black;
            }

        .microchip-search .box .form-group input[type=submit] {
            background-color: #f69a32;
            border: none;
            color: white;
            width: 100px;
            height: 40px;
            line-height: 14px;
            font-size: 14px;
            border-radius: 2px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            cursor: pointer;
        }

    .microchip-search .box .result {
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        color: #d6df21;
        margin-top: 15px;
    }

        .microchip-search .box .result span {
            line-height: 20px;
            margin-bottom: 0;
            font-size: 13px;
        }


/* for tablet */
@media (max-width: 1180px) {
    .microchip-search {
        background-size: 76vw;
        height: 664px;
    }

        .microchip-search .flex-start-center {
            background: #313131;
            padding: 20px;
            margin-top: 0;
            margin-bottom: 0;
            height: 664px;
        }
}

/* for mobile */
@media (max-width: 575.98px) {
    .microchip-search {
        background-size: 100vw 35vh;
        background-position: center bottom;
        height: 850px;
    }

        .microchip-search h2 {
            font-size: 26px;
            line-height: 26px;
        }

        .microchip-search h5 {
            font-size: 14px;
            line-height: 22px;
        }

        .microchip-search .box {
            padding: 20px;
            margin: 15px 0;
        }

        .microchip-search .flex-start-center {
            margin-top: 10px;
            margin-bottom: 0;
            padding: 15px;
            height: auto;
        }

        .microchip-search p {
            font-size: 12px;
            line-height: 20px;
        }
}
.custom-strog-tag > strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .custom-strog-tag > strong .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width: 576px) {
    .custom-strog-tag > strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
        .custom-strog-tag > strong .col-sm-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

@media (min-width: 768px) {
    .custom-strog-tag > strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
        .custom-strog-tag > strong .col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}
