
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.woff2') format('woff2'),
        url('../fonts/Pacifico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBHeavent';
    src: url('../fonts/db_heavent_v3.2-webfont.woff2') format('woff2'),
        url('../fonts/db_heavent_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBHeaventCon';
    src: url('../fonts/db_heavent_bd_cond_v3.2-webfont.woff2') format('woff2'),
        url('../fonts/db_heavent_bd_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


img {
	max-width: 100%;
}

body {
	font-family: 'DBHeaventCon';
}

.header {
	padding: 5px 0px;
	background-color: #413742;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header a {
	color:#ce975f;
}

.social-top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.social-top li {
	font-size: 24px;
	display: inline-block;
	margin-left: 10px;
	padding-top: 10px;
}

.section-cover {
	height: 320px;
	background: url('../img/top-bg.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	padding-top: 110px;
}

.big-logo {
	display: block;
	margin:auto;
	max-width: 90%;
	width: 180px;
}

.the-flower {
	position: absolute;
	max-width: 220px;
}

.flower-1 {
	left: 0;
	bottom: 250px;
	z-index: 3;
}

.flower-2 {
	right: 0;
	bottom: 340px;
	z-index: 3;
}

.flower-3 {
	left: 0;
	bottom: -100px;
}

.flower-4 {
	right:0;
	top:50px;
}

.flower-5 {
	left: 25px;
	bottom:50px;
}

.section-body {
	background: url('../img/bg.png') no-repeat top center #f4f4f4;
	background-size: cover;
}

.bg-white {
	background-color: #fff;
}

.owl-flower {
	box-shadow: 0px 5px 11px 1px rgba(119, 119, 119, 0.15);
	-moz-box-shadow: 0px 5px 11px 1px rgba(119, 119, 119, 0.15);
	-webkit-box-shadow: 0px 5px 11px 1px rgba(119, 119, 119, 0.15);
}

.owl-flower .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-flower .owl-dot {
	outline: none;
}

.banner-desktop {
	margin-top: 50px;
}

.section-middle {
	min-height: 500px;
	background: url('../img/mid-bg.png') no-repeat center center #f4f4f4;
	background-size: 100%;
	position: relative;
}

.flower-filter {
	padding:50px 0px;
	text-align: center;
}

.flower-filter button {
	transition: 0.3s;
	border:none;
	/* font-family: 'Pacifico'; */
	font-size: 24px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
  margin-bottom: 15px;
	color:#fce7d1;
	background-color: #382b48;
	padding: 10px 25px;
	border-radius: 10px;
	font-weight: 100;
	cursor: pointer;
  width: 190px;
}

.flower-filter button:focus {
	outline: none;
}

.flower-filter button.active {
	transition: 0.3s;
	/* font-size: 30px; */
  margin-left: 12px;
	margin-right: 12px;
  transform: scale(1.15);
	color:#f9c97d;
	background:url('../img/grad-bg.jpg') no-repeat left center;
	background-size: cover;
}

.owl-menu .item {
	text-align: center;
}

.owl-menu button.custom-btn {
	transition: 0.3s;
	border:none;
	font-family: 'Pacifico';
	font-size: 24px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color:#fce7d1;
	background-color: #382b48;
	padding: 10px 25px;
	border-radius: 10px;
	font-weight: 100;
	cursor: pointer;
}

.owl-menu button.custom-btn:focus {
	outline: none;
}

.owl-menu button.custom-btn.active {
	transition: 0.3s;
	color:#f9c97d;
	background:url('../img/grad-bg.jpg') no-repeat left center;
	background-size: cover;
}

.flower-bg {
	background-color: #f1f0ec;
	padding: 25px;
	margin: auto;
	border-radius: 10px;
	position: relative;
}

.bg-white-padding {
	padding: 25px;
}

.flower-item {
	height: 380px;
	background-color: #fff;
	position: relative;
}

.flower-pic {
	height: 310px;
	width: 100%;
	overflow: hidden;
  cursor: pointer;
}

.flower-pic img {
	width: 100%;
}

.flower-title {
	color:#46246e;
	font-size: 48px;
	padding: 15px;
	margin:0;
	line-height: 36px;
}

.flower-price {
	margin-left: 15px;
	padding:2px 15px;
	border:1px solid #aa6e00;
	color:#aa6e00;
	background-color: transparent;
	display: inline-block;
	font-size: 24px;
	border-radius: 12px;
	position: absolute;
	bottom:0;
	left: 0;
}

.grid-sizer,
.grid-item {
	width: 33.33%;
	padding: 15px;
}

.map-section {
	background-color: #f4f4f4;
}

.contact-box {
	background:url('../img/bg.png') no-repeat center #e9e3d7;
	background-size: cover;
}

.contact-left {
	padding: 25px;
}

.contact-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
	margin:auto;
}

.contact-left ul li {
	display: block;
	margin-bottom: 2px;
	font-size: 36px;
}

.contact-left ul li a {
	color:#8c6239;
}

.contact-left ul li a:hover {
	text-decoration: none;
}

.contact-left p {
	color:#603913;
	font-size: 36px;
	padding:15px;
	padding-top: 30px;
	line-height: 32px;
	font-weight: 100;
}

#google-map {
	width: 100%;
	height: 342px;
}

.padding-top {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer {
	background-color: #251e2e;
	color:#ffe3b5;
	text-align: center;
	padding:15px 0;
	padding-top: 30px;
	font-family: 'DBHeavent';
}

footer a {
	color:#fff;
	display: inline-block;
	margin-right: 5px;
}

footer p {
	display: inline-block;
	font-size: 24px;
	font-weight: 100;
}

.footer-social {
	display: inline-block;
	font-size: 24px;
}

.banner-mobile {
	display: none;
}

.mobile-menu {
	display: none;
}

.loadmore {
	position: absolute;
	width: 100%;
	padding:5px;
	text-align: center;
	bottom:0;
	z-index: 3;
	background-color: #413742;
	font-size: 18px;
	left: 0;
	color:#fff;
	cursor: pointer;
	display: none;
}

.addoverflow {
	height: auto!important;
}

.see-map {
	text-align: center;
	font-size: 24px;
	color:#fff;
	margin:auto;
	display: inline-block;
	width: 320px;
	max-width: 90%;
	background-color: #413742;
	padding:10px 25px;
	border-radius: 10px;
}

.see-map:hover {
	text-decoration: none;
	color:#fff;
}

.see-map-box {
	padding-top: 150px;
	text-align: center;
}

/* responsive */

@media only screen and (max-width: 1200px) {
    .the-flower {
    	width: 200px;
    }

    .flower-pic {
    	height: 240px;
    }

    .flower-item {
    	height: 314px;
    }
}


@media only screen and (max-width: 991px) {
	.flower-filter button {
		font-size: 16px;
	}

	.flower-filter button.active {
		font-size: 24px;
	}

	.the-flower {
		width: 150px;
	}

	.grid-sizer,
	.grid-item {
		width: 50%;
		padding: 15px;
	}

	.flower-bg {
		height: 960px;
		overflow: hidden;
	}

	.flower-5 {
		left: 0;
	}

	.loadmore {
		display: block;
	}

	.see-map-box {
		padding-top: 20px;
		padding-bottom: 50px;
	}

}

@media only screen and (max-width: 767px) {
  .hidden-xs{display: none;}
	.banner-mobile {
		display: block;
		padding-top: 50px;
	}

	.mobile-menu {
		display: none;
	}

	.banner-desktop {
		display: none;
	}

	.grid-sizer,
	.grid-item {
		width: 50%;
		padding: 5px;
	}

	.flower-pic {
		height: auto;
	}

	.flower-title {
		font-size: 32px;
	}

	.flower-item {
		height: auto;
	}

	.flower-filter {
		padding-top: 30px;
	}

	.flower-filter button {
		display: inline-block;
		width: calc(50% - 20px);
		margin-bottom: 10px;
    padding-left: 5px;padding-right: 5px;
	}

	.flower-filter button.active {
		font-size: 16px;
    margin-left: 5px;margin-right: 5px;
    transform: scale(1.1);
	}
  .flower-price{
    position: relative;margin-top: 15px;
  }

}

@media only screen and (max-width: 480px) {

	.the-flower {
		width: 100px;
	}

	.flower-1 {
		width: 80px;
		top:none;
		bottom: 450px;
	}

	.flower-2 {
		bottom:450px;
	}

	.flower-3 {
		width: 50px;
	}

	.flower-4 {
		display: none;
	}

	.owl-menu button.custom-btn {
		font-size: 16px;
	}

	.grid-sizer,
	.grid-item {
		width: 50%;
		padding: 5px;
	}

	.flower-pic {
		/* height: 140px; */

	}

	.flower-bg {
		padding:5px;
	}

	.bg-white-padding {
		padding:5px;
	}

	.flower-title {
		font-size: 20px;
		line-height: 18px;
	}

	.flower-item {
		/* height: 204px; */
    display: inline-block;
	}

	.flower-price {
		margin-left: 0;
		width:90%;
		font-size: 18px;
		text-align: center;
		position: relative;
		margin:auto;
    margin-top: 15px;
    margin-bottom: 15px;
		left:none;
		display: block;
	}

	.flower-bg {
		height: 830px;
	}

	.logo {
		width: 45px;
		padding-top: 5px;
	}

	.header {
		padding:0;
	}

}


@media only screen and (max-width: 320px) {
	.flower-pic {
		height: 100px;
	}

	.flower-item {
		height: 155px;
	}
  .flower-price{
    margin-top: 10px;
  }
	.flower-2 {
		bottom: 70px;
	}

	.flower-bg {
		padding:10px;
	}
}
