body {
	padding-top: 54px;
	color: #333;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 1.6;
	font-family: Lato, 'Open Sans', sans-serif;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1195px;
	}	
}

section {
	padding-top: 25px;
	padding-bottom: 25px;
}
.card-footer {
	background: none;
}
.btn-success {
	background: #72b443;
}
.searchbar {
	background-color: #BECF74;
	padding: 20px;
	padding-bottom: 5px;
}
.searchbar .category-title input, .searchbar .category-title select {
	float: left;
}
.searchbar .category-title select {
	border-right: 0px;
	border-radius: 0.25rem 0 0 0.25rem;
	width: 30%;
}
.searchbar .category-title input {
	border-left-width: 1px;
	border-radius: 0 0.25rem 0.25rem 0;
	width: 65%;
}
.searchbar .btn {
	background: #f75a0c !important;
	border-color: #f75a0c;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link {
	color: #72b443;
}
.navbar-dark .navbar-toggler {
	color: green;
	border-color: green;
}
.breadcrumb {
	background-color: #fff;
}
.breadcrumb-item {
	color: #72b443;
}
.mrm-30 {
	margin-right: -30px;
}
.alert {
	margin-top: 20px;
}
.content {
	margin-top: 20px;
}
.top-categories ul {
	padding: 5px;
	margin: 5px;
}
.top-categories ul li {
	list-style: none;
	float: left;
	width: 50%;
}
.top-categories .card-body {
	padding: 0.35rem;
	padding-bottom: 20px;
	padding-top: 5px;
}
.top-categories .card-header {
	/*padding-bottom: 0px !important;*/
}
.navbar {
	/*box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);*/
}
.navbar-dark .navbar-brand {
	color: #000;
	min-width: 220px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 900;
	font-size: 14px;
}
.top-menu {
	border-radius: 5px;
}
.bg-dark {
	background-color: #BECF74 !important;
	color: #fff;
}
footer.bg-dark {
	background-color: #BECF74 !important;
	color: #fff;
}
.label {
	position: relative;
	padding: 0.25rem 0.50rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.green {
	color: #72b443;
}
.white {
	color: #fff;
}

.label-success {
	background-color: #d4edda;
	color: #155724;
}
.label-info {
	background-color: #d1ecf1;
	color: #0c5460;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

h1, h2, h3, h4 {
	color: #72b443;
	width: 100%;
}
h2, .h2 {
	font-size: 1.6rem;
}
h3, .h3 {
	font-size: 1.4rem;
}
h4.card-header {
	color: #fff;
}
a {
	color: #72b443;
}
a:hover {
	color: #218838
}
a.link-black, .text-black {
	color: #000;
}
.bg-gray {
	background-color: #f3f3f3; /*#f2f2f2; */
}
.bg-white {
	background-color: #fff;
}
.bg-secondary, .bg-secondary .card-body {
	background: #72b443;
}
.ad-container {
	border-width: 1px;
	border-style: solid;
	border-color: #BECF74;
	border-radius: 5px;
	padding: 20px;
	background: #f3f3f3;
}
.banners img {
	width: 100%;
}
.my-pet-images .pet-image img {
	width: 100%;
}
.recently-added .thumb img {
	width: 100%;
}
.py-5 {
	padding-top: 3rem!important;
	margin-top: 20px;
}
.card {
	border: none;
	border-radius: 5px;
}
.card-body {
	padding-top: 0.5rem;
}
.card-header {
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #BECF74;
    border-bottom: none;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 24px;
    /*border-top: 5px solid #28a745;*/
}
.card-header a {
	color: #fff;
}
.bb {
	border-bottom: 1px solid #28a745;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
h4.card-header {
	font-size: 1.2rem !important;
}
@media (min-width: 992px) {
	body {
		padding-top: 56px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.user-pet {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 321px) and (max-width: 767px) {
	.user-pet {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.searchbar .category-title select, .searchbar .category-title input {
		border-radius: 0.25rem;
		width: 100%;
		margin-bottom: 10px;
	}
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	border-radius: 20px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
	text-align: center;
	margin-top: 70px;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	max-width: 800px;
	margin: 25px auto;
	color: #888;
	font-size: 18px;
}
.tz-gallery .lightbox img {
	width: 100%;
	margin-bottom: 30px;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
	border-radius: 4px;
}

.baguetteBox-button {
	background-color: transparent !important;
}
#captcha-container label {
	padding-left: 10px;
}
.pagination>li {
	 display: inline; 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a, .pagination>li>span, .pagination>li.disabled {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li.disabled {
	color: #ddd;
}
.pagination a {
    text-decoration: none !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-item {
	font-weight: 900;
    font-size: 14px;
    padding: .5rem 1rem;
    
}
ul li li a.dropdown-item {
	color: #000;
}
ul li li a.dropdown-item:hover {
	color: #000;
}
.dropdown-item:active {
	background: none;
}
.dropdown-item:hover {
	text-decoration: underline;
}
.blog-links ul, .blog-links li {
	list-style: none;
}
.blog-links ul {
	padding-left: 0px;
}
.blog-links li {
	margin-bottom: 5px;
}
.blog-links .card-header {
	color: #fff;
}
.latest-blog-articles ul, .latest-blog-articles li {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.latest-blog-articles li {
	width: 48%;
	list-style: disc;
}
.latest-blog-articles ul {
	padding-left: 20px;
}
.latest-blog-articles .card {
	border: 1px solid #bbb;
}
.latest-blog-articles .card img {
	width: 100%;
}
.latest-blog-articles .blog-detail {
	padding: 10px;
}
.latest-blog-articles .blog-detail a {
	font-size: 13px;
}
.blog-post .thumb img {
	width: 100%;
}
.carousel-indicators li {
	cursor: pointer;
	background-color: #fff;
}
.carousel-indicators .active {
	background-color: #72b443;
}
.pagination>.active>a {
	background-color: #72b443;
	border-color: #72b443;
}
.pagination>li>a {
	color: #72b443;
}
.thread-comment {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 30px;
}
h2.card-header {
	color: #fff;
	padding-left: 15px;
}
.post-a-free-ad {
	padding: 0;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	background: #f75a0c;
	color: #fff;
}
.blog-contents a, .description a, .breed a {
	color: #f75a0c;
}
.label-price {
	float: right;
}
@media(max-width: 768px) {
	.container.gallery-container {
		border-radius: 0;
	}
	.mrm-30 {
		margin-right: -15px;
	}
	.label-price {
		float: left;
	}
}
@media(min-width: 768px) {
	.recently-added .col-md-6 {
		flex: 0 0 48%;
		max-width: 48%;
		margin-left: 1%;
	}
}
.forum ul, .forum li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.forum li {
	padding: 10px;
	border-bottom: 1px solid #BECF74;
}