body{
    background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.main-container{
    padding: 0;
}


ul{
    list-style: none;
}
h1.boder-bt {
    position: relative;
    display: block;
    margin: 0 auto;
}
h1.boder-bt:after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    transform: translateX(0);
    background: #ffe900;
    height: 3px;
    width: 100%;
}
.navbar.bg-light {
    background: #ffe900 !important;
	padding:1.3rem 1rem;
	position:relative;
	z-index:9;
	box-shadow:0.0625rem 0.0825rem 0.25rem 0.25em rgba(0,0,0,.1);
	transition:all 100ms ease;
}
.navbar.stickyTop{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
	padding:.8rem 1rem;
}
.navbar-brand img {
    width: 180px;
	transition:all 100ms ease;
}
.navbar.stickyTop .navbar-brand img {
    width: 140px;
}
.navbar-light .navbar-nav li:last-child .nav-link {
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 5px 20px;
    color: #43100b !important;
    font-weight: 600;
    background: #fff;
    border-radius: 35px;
    margin-left: 10px;
	box-shadow:0.0625rem 0.0625rem 0.25rem 0 rgba(0,0,0,.1);
}
.navbar-light .navbar-nav .nav-link:hover {
	background:#43100b;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#43100b;
}

footer {
    background: #ffe900;
    padding: 50px 25px;
    border-top: 4px solid #43100b;
}
.footer-box p {
    line-height: 22px;
    margin-top: 3px;
    color: #43100b;
    font-size: 14px;
    font-weight: 600;
}
.footer-box p a {
    color: #43100b;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
footer .navbar-brand {
	margin-bottom:20px;
}
footer .navbar-brand img {
    max-width: 280px;
}

.site .content{
	padding:50px 0;
}
.site .site-main{
	padding:40px 0 30px;
}
.site .site-main ul {
    list-style: inherit;
    padding-left: 18px;
}

/*
* Home page
*/

.premium-listings{
    padding:50px 0;
}
.premium-listings h1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #43100b;
}
.premium-listings .holder-box {
    min-height: 230px;
    position: relative;
    text-align: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-bottom: 10px;
    background-position: center !important;
    background-color: #fff !important;
}
.premium-listings .holder-box a {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(255, 233, 0, .9);
    padding: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transform: scale(.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 200ms ease;
}
.premium-listings .holder-box:hover a{
    opacity: 1;
    transform: scale(1);
}
.premium-listings {
	position:relative;
}
.premium-listings .slick-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    z-index: 9;
    background: #43100b;
    line-height: 100%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.premium-listings .slick-arrow svg{
	fill:#ffe900;
}
.premium-listings .my-slick-next{
    right: -30px;
	left:auto;
}


.web-listings {
    padding: 50px 0;
   background: #fdfbfb!important;
}
.web-listings h1{
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #43100b;
}
.web-listings .holder-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px 0;
}
.web-listings .holder-box img{
    width:85%;
    margin:0 auto;
}
.web-listings .holder-box a{
    position: absolute;
    display: block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0;
}
.web-listings .row {
	position:relative;
}
.web-listings .slick-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    z-index: 9;
    background: #43100b;
    line-height: 100%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-listings .slick-arrow svg{
	fill:#ffe900;
}
.web-listings .my-slick-next{
    right: -30px;
	left:auto;
}

.page-h1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #43100b;
}


/*
* Home page banner adz
*/

.banner-adz {
    box-shadow: 0 8px 7px -5px rgba(0,0,0,0.4);
    /* padding: 50px 0; */
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-adz .slider-parent{
	position:relative;
}
.banner-adz h1{
	text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #43100b;
	display:none;
}
.banner-adz .banner-slide{
    display:block;
}
.banner-adz .banner-slide img{
    display:block;
	width:100%;
	height:auto;
}
.banner-adz .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 9;
    background: #43100b;
    line-height: 100%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-adz .slick-arrow svg{
	fill:#ffe900;
}
.banner-adz .my-slick-next{
    right: 30px;
	left:auto;
}

/*
 * Featured categories 
*/

.featured-cats{
	padding:50px 0;
}
.featured-cats h1{
	text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #43100b;
}
.featured-cats .cat-box {
    background: #f7f7f7;
	position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #dedede !important;
	transition:all 100ms ease;
}
.featured-cats .cat-box:hover{
	box-shadow:0.0625rem 0.0625rem 0.5rem 1px rgba(0,0,0,.2);
}
.featured-cats .cat-box img {
    margin-bottom: 16px;
    max-width: 40%;
}
.featured-cats .cat-box a {
    position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	z-index:1;
}
.featured-cats .cat-box h2 {
    font-size: 14px;
    font-weight: 600;
    color: #43100b;
    text-decoration: none;
}
.featured-cats .cat-box:hover h2 {
    color: #ffe900;
}

 



