body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #414141;
	font-family: 'cera';
	font-size: 14px;
	line-height: 20px;
}

.btn-download {
    margin: 10px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-download:hover {
    opacity: 0.75;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.icon-for-service {
    color: #ffffff;
    font-size: 50px;
}

::-webkit-input-placeholder {
  color: #0b8091;
}
::-moz-placeholder {
  color: #0b8091;
}
:-ms-input-placeholder {
  color: #0b8091;
}
:-moz-placeholder {
  color: #0b8091;
}

.title-service {
    margin: 0 0 15px 0;
    text-align: center;
}
.title-service a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}
.title-service a:hover {
    text-decoration: none;
    color: #cccccc;
}

h1.sub-title {
	font-family: 'cera-medium';
	font-size: 22px;
	margin: 0 0 15px 0;
}
p.sub-paragraph {
	font-family: 'cera-light';
	margin: 0;
}

.vendor-thumb {
	display: inline-block;
	width: 100%;
	height: 175px;
	margin: 0;
	background-size: cover !important;
}
.thumb-title {
	text-align: center;
	margin-bottom: 5px;
}
.thumb-title a {
	text-decoration: none;
	color: #414141;
	display: block;
	padding: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.thumb-title a:hover {
	text-decoration: none;
	color: #337ab7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cat-thumb {
	float: left;
	display: inline-block;
	width: 50%;
	height: 500px;
	overflow: hidden;
	background-size: cover !important;
	position: relative;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cat-thumb:hover {
	opacity: 0.75;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cat-thumb .cat-block {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 35%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cat-thumb .cat-block a {
	display: block;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: italic;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cat-thumb .cat-block a:hover {
	color: #414141;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.box-vendor {
	display: inline-block;
	width: 100%;
	margin: 0 0 5% 0;
}
.box-vendor .thumb {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-size: cover !important;
}
.box-vendor .block a {
	color: #414141;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-vendor .block a:hover {
	color: #3e79b1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.list-result {
}
.list-result a.title {
	font-size: 20px;
	color: #414141;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-result a.title:hover {
	color: #cccccc;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-result p {
	font-family: 'cera-light';
}

/*.my-search {
	width: 30% !important;
	float: right !important;
}*/

#bg-block-page {
	display: block;
	height: 113px;
	background-size: cover !important;
}
#bg-block-page h1 {
	position: relative;
	margin: 120px 0 0 0;
	font-family: 'nsc';
	font-size: 26px;
	font-style: italic;
	color: #ffffff;
}

.page-title {
	margin: 50px 0;
	text-align: center;
}
.page-title h1 {
	margin: 0 0 5px 0;
	font-family: 'cera-light';
	font-size: 34px;
}
.page-title p {
	margin: 0;
	font-family: 'cera-light';
	font-size: 22px;
	color: #4f4f4f;
}

a.cat-send-flower {
	display: block;
	background: #998e92;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	margin: 0 0 25px 0;
	border: 1px solid #988f92;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.cat-send-flower:hover {
	background: #a9b3a8;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.detail-order-info {
	margin: 0 0 25px 0;
}
.detail-order-info h1 {
	font-family: 'cera-medium';
	font-size: 22px;
	margin: 0 0 10px 0;
}
.detail-order-info .more-info {
	font-family: 'cera-light';
	font-size: 18px;
}
.detail-order-info .more-info p {
	height: 232px;
	overflow: hidden;
}

.form-title {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background: #998e92;
	color: #ffffff;
	display: block;
	padding: 7px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.table-top {
	font-family: 'cera-light';
	font-size: 18px;
	text-align: center;
	background: #95aba0;
	color: #ffffff;
	padding: 10px;
}
.table-down {
	font-family: 'cera-light';
	font-size: 18px;
	background: #b6ccc1;
	color: #ffffff;
	padding: 10px;
}

.post-main {
	line-height: 24px;
	text-align: justify;
	font-family: 'cera-light';
}
.post-main img {
	max-width: 100%;
	margin: 0 0 15px 0;
}
ul.side-category {
	margin: 0;
	padding: 0;
}
ul.side-category li {
	list-style: none;
}
ul.side-category li a {
    color: #333333;
	display: block;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.side-category li a:hover {
    color: #aaaaaa;
	padding: 5px 5px 5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box-flower {
	display: block;
	margin: 0 0 30px 0;
}
.box-flower .thumb {
	background-size: cover !important;
	display: block;
	width: 100%;
	height: 175px;
	border: 1px solid #d7dbda;
}
.box-flower .info {
	margin: 15px 0;
	text-align: center;
}
.box-flower .info .flower-name {
	font-family: 'cera-light';
	font-size: 18px;
}
.box-flower .info .flower-price {
	font-family: 'cera-light';
}
.box-flower .button-link {
	text-align: center;
}
.box-flower .button-link a {
	display: inline-block;
	padding: 5px 15px;
	background: #9ebdb8;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #dae4e3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-flower .button-link a:hover {
	background: #dae4e3;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #9ebdb8;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#top {
	background: #708797;
	width: 100%;
	height: 5px;
}

img.main-logo {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}
a.logo-title {
	color: #414141;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.logo-title:hover {
	color: #708797;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header {
	margin: 0;
	padding: 15px;
}

a {
	text-decoration: underline;
	color: #414141
}
a:hover {
	text-decoration: none;
}

.zoom
{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.zoom:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#clear {
	clear: both;
	width: 100%;
}

#home-profile {
	background: #ffffff;
	color: #000000;
	padding: 15px 0;
}
#home-profile .out-padding {
	border: none;
	padding: 0;
}
#home-profile .out-padding .thumb {
	display: inline-block;
	width: 100%;
	height: 350px;
	background-size: cover !important;
}
#home-profile p {
	margin: 15px 0;
	height: 230px;
	overflow: hidden;
	line-height: 24px;
}
#home-profile a  {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#home-profile a:hover  {
	color: #cccccc;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
h1.profile-title {
	margin: 0;
    font-family: 'cera-light';
	font-size: 24px;
}

#home-blog {
	background: #ffffff;
	padding: 25px 0 20px 0;
}
#home-blog h1 {
	text-align: center;
	margin: 0;
	color: #000000;
	font-family: 'cera-light';
	font-size: 36px;
}
#home-blog p {
	font-family: 'cera-light';
	text-align: center;
	margin: 0 0 20px 0;
	color: #b9b9b9;
}
.blog-thumb {
	display: inline-block;
	width: 100%;
	height: 170px;
	background-size: cover !important;
}
.blog-thumb-small {
	display: inline-block;
	width: 100%;
	height: 225px;
	background-size: cover !important;
}
.blog-info {
	margin: 20px 0;
}
.blog-info a {
	display: block;
	height: 43px;
	color: #040404;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'cera';
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-info a:hover {
	color: #cccccc;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-info small {
	color: #856d63;
    font-family: 'cera-thin-italic';
	font-size: 14px;
}
p.short-pargraph {
	text-align: left !important;
	margin: 0 0 20px 0 !important;
	max-height: 40px;
	overflow: hidden;
    font-family: 'cera-light';
	color: #707070;
}
a.blog-readmore {
	color: #856d63;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.blog-readmore:hover {
	color: #cccccc;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.transition {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.transition:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

h1.alert_error
{
	display: block;
	margin: 0 0 15px 0;
	background: #F3D9D9 url(../image/icon/other/icon-close.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
	font-weight: normal;
}
h1.alert_success
{
	display: block;
	margin: 0 0 15px 0;
	background: #E2F6C5 url(../image/icon/other/icon-check.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #79C20D;
	color: #32510F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
	font-weight: normal;
}
#box_list {
}
#box_list ul {
	margin: 0;
	padding: 0;
}
#box_list ul li {
	list-style: none;
}
#box_list ul li a {
	display: block;
	text-decoration: none;
	color: #777777;
	padding: 5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#box_list ul li a:hover {
	background: #f8f8f8;
	padding: 5px 15px 5px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail .image_thumb {
	display: inline-block;
	width: 100%;
	height: 225px;
	background-size: cover !important;
}

#list_service {
	background: #f1f1f1;
	display: block;
	padding: 10px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
}
#list_service .image_thumb {
	width: 100%;
	height: 200px;
	display: inline-block;
}
#list_service h1 {
	margin: 0;
	font-size: 20px;
}
#list_service p {
	margin: 10px 0;
}
.modal_service {
}
.modal_service h1 {
	margin: 0;
	font-size: 20px;
}
.modal_service p {
	margin: 10px 0;
}
.modal_service .modal_thumb {
	max-width: 100%;
	height: auto;
}

.thumb_article {
	display: inline-block;
	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;
	background-size: cover !important;
}

/* ---------- START CSS STICKY FOOTER ---------- */

* {
	margin: 0;
	padding: 0;
} 
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow: hidden;
	padding-bottom: 100px; /* must be same height as the footer */
}
footer {
	background: #205267;
	color: #9d9c9c;
	position: relative;
	padding: 50px 0;
	clear: both;
}

.footer-title-grid {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 15px 0;
}

ul.link-footer {
	padding: 0;
	margin: 0;
}
ul.link-footer li {
	list-style: none;
	line-height: 26px;
}
ul.link-footer li a {
	display: block;
	color: #9d9c9c;
	text-decoration: none;
}
ul.link-footer li a:hover {
	color: #ffffff;
}

#copyright {
	font-family: 'cera-light';
	text-align: center;
	background: #153745;
	color: #9d9c9c;
	padding: 15px 0;
}

/* ---------- END CSS STICKY FOOTER ---------- */

.jumbotron { text-align:center; padding:30px; }
.jumbotron h2 { font-family: "Bad Script", cursive;}
.box {
	width: 100%;
	margin: 0 0 20px 0;
}
.box img { max-width: 100%; }
.box a {
	position: relative;
	overflow: hidden;
	display: block;
}
.hovered {
	position:absolute;
	top:0;
	left: 0;
	height: 100%;
	background: url('../carousel/bg-hover-slide-top-2.png');
	color: #575757;
	width: 100%;
	padding: 30px;
	opacity: 0;
	text-align: center;
	animation-name: fadeFromtop;
	-webkit-animation-name: fadeFromtop;
	animation-duration: 400ms;
	-webkit-animation-duration: 400ms;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.box a:hover .hovered {
	animation-name: fadeFromBottom;
	-webkit-animation-name: fadeFromBottom;
	animation-duration: 400ms;
	-webkit-animation-duration: 400ms;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.box a h2 {
	color: #575757;
	font-size: 20px;
	margin: 0;
}
.box a h4 .author {
	color:#EC015D;
	margin:10px 0;
}
.box p {
	color: #575757;
	font-size: 12px;
	margin: 15px 0;
}
.box .btn-readmore {
	color: #ffffff;
	display: block;
	padding: 10px 0;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.box .btn-readmore:hover {
	color: #000000;
}
@keyframes fadeFromBottom 
{
	0% {
		opacity:0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		display: block;
	}
}
@keyframes fadeFromtop
{
	0% {
		opacity:1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(400%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@media (max-width:1199px)
{
	.hovered {
		padding: 20px !important;
	}
	.box p {
		margin: 5px 0 !important;
		max-height: 86px;
		overflow: hidden;
	}
}
@media (max-width:767px)
{
	.box {
		width: 50% !important;
	}
}
@media (max-width:500px)
{
	.box {
		width: 100% !important;
	}
	.box p {
		max-height: auto !important;
		margin: 25px 0 !important;
	}
}